@mxmweb/xviewer 1.0.24 → 1.0.25

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 (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -571651,7 +571651,8 @@ const {
571651
571651
  key: "auth",
571652
571652
  label: "\u914D\u7F6E",
571653
571653
  btnType: "default",
571654
- position: "right"
571654
+ position: "right",
571655
+ disabled: l && l(7, m == null ? void 0 : m.permission)
571655
571656
  }
571656
571657
  ]
571657
571658
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.0.24",
8
+ "version": "1.0.25",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {