bmp-layout 0.0.21 → 0.0.22

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.
@@ -9,6 +9,10 @@ const en = {
9
9
  ok: "OK",
10
10
  cancel: "Cancel",
11
11
  back: "Back",
12
+ reload: "Reload current",
13
+ closeTab: "Close current",
14
+ closeOther: "Close other",
15
+ closeAll: "Close all",
12
16
  updateSuccess: "Update Success",
13
17
  updateTips: "If an update is detected on the web page, do you need to refresh the page to load the latest version?",
14
18
  noDataTitle: "No Data",
package/locales/en.js CHANGED
@@ -9,6 +9,10 @@ export default {
9
9
  ok: 'OK',
10
10
  cancel: 'Cancel',
11
11
  back: 'Back',
12
+ reload: 'Reload current',
13
+ closeTab: 'Close current',
14
+ closeOther: 'Close other',
15
+ closeAll: 'Close all',
12
16
  updateSuccess: 'Update Success',
13
17
  updateTips: 'If an update is detected on the web page, do you need to refresh the page to load the latest version?',
14
18
  noDataTitle: 'No Data',
package/locales/zh-CN.js CHANGED
@@ -9,6 +9,10 @@ export default {
9
9
  ok: '确定',
10
10
  cancel: '取消',
11
11
  back: '返回',
12
+ reload: '重新加载',
13
+ closeTab: '关闭标签页',
14
+ closeOther: '关闭其他标签页',
15
+ closeAll: '关闭全部标签页',
12
16
  updateSuccess: '修改成功',
13
17
  updateTips: '检测到网页有更新, 是否刷新页面加载最新版本?',
14
18
  noDataTitle: '暂无数据',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmp-layout",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "基于 Vue3、Element Plus 的后台管理布局组件库",
5
5
  "main": "./bmp-layout.umd.js",
6
6
  "module": "./bmp-layout.es.js",