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.
- package/CHANGELOG.zh-CN.md +4 -0
- package/lib/element-sim.common.js +2 -2
- package/lib/index.js +1 -1
- package/lib/submenu.js +1 -1
- package/lib/theme-chalk/autocomplete.css +1 -1
- package/lib/theme-chalk/button.css +1 -1
- package/lib/theme-chalk/calendar.css +1 -1
- package/lib/theme-chalk/cascader.css +1 -1
- package/lib/theme-chalk/color-picker.css +1 -1
- package/lib/theme-chalk/dialog.css +1 -1
- package/lib/theme-chalk/drawer.css +1 -1
- package/lib/theme-chalk/dropdown.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/message-box.css +1 -1
- package/lib/theme-chalk/message.css +1 -1
- package/lib/theme-chalk/pagination.css +1 -1
- package/lib/theme-chalk/reset.css +1 -1
- package/lib/theme-chalk/select.css +1 -1
- package/lib/theme-chalk/statistic.css +1 -1
- package/lib/theme-chalk/table-column.css +1 -1
- package/lib/theme-chalk/table.css +1 -1
- package/lib/theme-chalk/tag.css +1 -1
- package/lib/theme-chalk/transfer.css +1 -1
- package/package.json +1 -1
- package/packages/menu/src/submenu.vue +1 -1
- package/packages/theme-chalk/lib/autocomplete.css +1 -1
- package/packages/theme-chalk/lib/button.css +1 -1
- package/packages/theme-chalk/lib/calendar.css +1 -1
- package/packages/theme-chalk/lib/cascader.css +1 -1
- package/packages/theme-chalk/lib/color-picker.css +1 -1
- package/packages/theme-chalk/lib/dialog.css +1 -1
- package/packages/theme-chalk/lib/drawer.css +1 -1
- package/packages/theme-chalk/lib/dropdown.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/message-box.css +1 -1
- package/packages/theme-chalk/lib/message.css +1 -1
- package/packages/theme-chalk/lib/pagination.css +1 -1
- package/packages/theme-chalk/lib/reset.css +1 -1
- package/packages/theme-chalk/lib/select.css +1 -1
- package/packages/theme-chalk/lib/statistic.css +1 -1
- package/packages/theme-chalk/lib/table-column.css +1 -1
- package/packages/theme-chalk/lib/table.css +1 -1
- package/packages/theme-chalk/lib/tag.css +1 -1
- package/packages/theme-chalk/lib/transfer.css +1 -1
- package/packages/theme-chalk/src/button.scss +8 -1
- package/packages/theme-chalk/src/common/var.scss +2 -2
- package/packages/theme-chalk/src/dialog.scss +1 -1
- package/packages/theme-chalk/src/table-column.scss +1 -1
- package/packages/theme-chalk/src/tag.scss +2 -2
- package/src/index.js +1 -1
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -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-
|
|
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.
|
|
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,
|