@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.
- package/index.js +2 -1
- 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
|
}
|