element-sim 1.1.20 → 1.1.21

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.
Files changed (50) hide show
  1. package/CHANGELOG.zh-CN.md +4 -0
  2. package/lib/element-sim.common.js +2 -2
  3. package/lib/index.js +1 -1
  4. package/lib/submenu.js +1 -1
  5. package/lib/theme-chalk/autocomplete.css +1 -1
  6. package/lib/theme-chalk/button.css +1 -1
  7. package/lib/theme-chalk/calendar.css +1 -1
  8. package/lib/theme-chalk/cascader.css +1 -1
  9. package/lib/theme-chalk/color-picker.css +1 -1
  10. package/lib/theme-chalk/dialog.css +1 -1
  11. package/lib/theme-chalk/drawer.css +1 -1
  12. package/lib/theme-chalk/dropdown.css +1 -1
  13. package/lib/theme-chalk/index.css +1 -1
  14. package/lib/theme-chalk/message-box.css +1 -1
  15. package/lib/theme-chalk/message.css +1 -1
  16. package/lib/theme-chalk/pagination.css +1 -1
  17. package/lib/theme-chalk/reset.css +1 -1
  18. package/lib/theme-chalk/select.css +1 -1
  19. package/lib/theme-chalk/statistic.css +1 -1
  20. package/lib/theme-chalk/table-column.css +1 -1
  21. package/lib/theme-chalk/table.css +1 -1
  22. package/lib/theme-chalk/tag.css +1 -1
  23. package/lib/theme-chalk/transfer.css +1 -1
  24. package/package.json +1 -1
  25. package/packages/menu/src/submenu.vue +1 -1
  26. package/packages/theme-chalk/lib/autocomplete.css +1 -1
  27. package/packages/theme-chalk/lib/button.css +1 -1
  28. package/packages/theme-chalk/lib/calendar.css +1 -1
  29. package/packages/theme-chalk/lib/cascader.css +1 -1
  30. package/packages/theme-chalk/lib/color-picker.css +1 -1
  31. package/packages/theme-chalk/lib/dialog.css +1 -1
  32. package/packages/theme-chalk/lib/drawer.css +1 -1
  33. package/packages/theme-chalk/lib/dropdown.css +1 -1
  34. package/packages/theme-chalk/lib/index.css +1 -1
  35. package/packages/theme-chalk/lib/message-box.css +1 -1
  36. package/packages/theme-chalk/lib/message.css +1 -1
  37. package/packages/theme-chalk/lib/pagination.css +1 -1
  38. package/packages/theme-chalk/lib/reset.css +1 -1
  39. package/packages/theme-chalk/lib/select.css +1 -1
  40. package/packages/theme-chalk/lib/statistic.css +1 -1
  41. package/packages/theme-chalk/lib/table-column.css +1 -1
  42. package/packages/theme-chalk/lib/table.css +1 -1
  43. package/packages/theme-chalk/lib/tag.css +1 -1
  44. package/packages/theme-chalk/lib/transfer.css +1 -1
  45. package/packages/theme-chalk/src/button.scss +8 -1
  46. package/packages/theme-chalk/src/common/var.scss +2 -2
  47. package/packages/theme-chalk/src/dialog.scss +1 -1
  48. package/packages/theme-chalk/src/table-column.scss +1 -1
  49. package/packages/theme-chalk/src/tag.scss +2 -2
  50. package/src/index.js +1 -1
@@ -1,5 +1,9 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.1.21
4
+ 2024-07-24
5
+ - theme-chalk 按组件设计规范修改样式
6
+
3
7
  ### 1.1.20
4
8
  2024-07-24
5
9
  - theme-chalk 按组件设计规范修改样式
@@ -3834,7 +3834,7 @@ var poperMixins = {
3834
3834
  [$slots.default]
3835
3835
  )]);
3836
3836
 
3837
- var submenuTitleIcon = rootMenu.mode === 'horizontal' && isFirstLevel || rootMenu.mode === 'vertical' && !rootMenu.collapse ? 'el-icon-arrow-down' : 'el-icon-arrow-right';
3837
+ var submenuTitleIcon = rootMenu.mode === 'horizontal' && isFirstLevel || rootMenu.mode === 'vertical' && !rootMenu.collapse ? 'el-icon-caret-bottom' : 'el-icon-caret-right';
3838
3838
 
3839
3839
  return h(
3840
3840
  'li',
@@ -43402,7 +43402,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43402
43402
  }
43403
43403
 
43404
43404
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43405
- version: '1.1.19',
43405
+ version: '1.1.20',
43406
43406
  locale: lib_locale_default.a.use,
43407
43407
  i18n: lib_locale_default.a.i18n,
43408
43408
  install: src_install,