element-sim 1.1.27 → 1.1.28

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,9 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.1.28
4
+ 2024-08-12
5
+ - theme-chalk 增加新icon和优化eye图标
6
+
3
7
  ### 1.1.27
4
8
  2024-08-09
5
9
  - theme-chalk 优化tooltip样式
@@ -4220,8 +4220,8 @@ menu_item_group.install = function (Vue) {
4220
4220
  };
4221
4221
 
4222
4222
  /* harmony default export */ var packages_menu_item_group = (menu_item_group);
4223
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/input/src/input.vue?vue&type=template&id=1fec501d
4224
- var inputvue_type_template_id_1fec501d_render = function () {
4223
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/input/src/input.vue?vue&type=template&id=6a965cda
4224
+ var inputvue_type_template_id_6a965cda_render = function () {
4225
4225
  var _vm = this
4226
4226
  var _h = _vm.$createElement
4227
4227
  var _c = _vm._self._c || _h
@@ -4350,14 +4350,14 @@ var inputvue_type_template_id_1fec501d_render = function () {
4350
4350
  _vm.showPwdVisible && !_vm.passwordVisible
4351
4351
  ? _c("i", {
4352
4352
  staticClass:
4353
- "el-input__icon el-icon-view el-input__clear",
4353
+ "el-input__icon el-icon-view-close el-input__clear",
4354
4354
  on: { click: _vm.handlePasswordVisible },
4355
4355
  })
4356
4356
  : _vm._e(),
4357
4357
  _vm.showPwdVisible && _vm.passwordVisible
4358
4358
  ? _c("i", {
4359
4359
  staticClass:
4360
- "el-input__icon el-icon-view-close el-input__clear",
4360
+ "el-input__icon el-icon-view el-input__clear",
4361
4361
  on: { click: _vm.handlePasswordVisible },
4362
4362
  })
4363
4363
  : _vm._e(),
@@ -4436,11 +4436,11 @@ var inputvue_type_template_id_1fec501d_render = function () {
4436
4436
  2
4437
4437
  )
4438
4438
  }
4439
- var inputvue_type_template_id_1fec501d_staticRenderFns = []
4440
- inputvue_type_template_id_1fec501d_render._withStripped = true
4439
+ var inputvue_type_template_id_6a965cda_staticRenderFns = []
4440
+ inputvue_type_template_id_6a965cda_render._withStripped = true
4441
4441
 
4442
4442
 
4443
- // CONCATENATED MODULE: ./packages/input/src/input.vue?vue&type=template&id=1fec501d
4443
+ // CONCATENATED MODULE: ./packages/input/src/input.vue?vue&type=template&id=6a965cda
4444
4444
 
4445
4445
  // CONCATENATED MODULE: ./packages/input/src/calcTextareaHeight.js
4446
4446
  var hiddenTextarea = void 0;
@@ -4966,8 +4966,8 @@ var shared_ = __webpack_require__(19);
4966
4966
 
4967
4967
  var input_component = normalizeComponent(
4968
4968
  src_inputvue_type_script_lang_js,
4969
- inputvue_type_template_id_1fec501d_render,
4970
- inputvue_type_template_id_1fec501d_staticRenderFns,
4969
+ inputvue_type_template_id_6a965cda_render,
4970
+ inputvue_type_template_id_6a965cda_staticRenderFns,
4971
4971
  false,
4972
4972
  null,
4973
4973
  null,
@@ -43441,7 +43441,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43441
43441
  }
43442
43442
 
43443
43443
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43444
- version: '1.1.26',
43444
+ version: '1.1.28',
43445
43445
  locale: lib_locale_default.a.use,
43446
43446
  i18n: lib_locale_default.a.i18n,
43447
43447
  install: src_install,