jwt-ui 1.10.77 → 1.10.79
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/lib/jwt-ui.es.js +4 -3
- package/lib/jwt-ui.umd.js +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/jwt-ui.es.js
CHANGED
|
@@ -4858,7 +4858,7 @@ function XJ(e, t, n, r, o, i) {
|
|
|
4858
4858
|
Le("div", KJ, [
|
|
4859
4859
|
Le("div", qJ, tt(e.editBoxInfo.title), 1),
|
|
4860
4860
|
e.autoSaveIntervalTimer ? (K(), Te("div", WJ, tt(e.autoSaveLeaveTimeText), 1)) : Qe("", !0),
|
|
4861
|
-
e.hideFullScreenBtn ? (K(), Te("button", {
|
|
4861
|
+
e.hideFullScreenBtn ? Qe("", !0) : (K(), Te("button", {
|
|
4862
4862
|
key: 1,
|
|
4863
4863
|
class: Ot(["el-dialog__headerbtn", [e.fullScreen ? "fullscreen" : ""]]),
|
|
4864
4864
|
style: { right: "50px" },
|
|
@@ -4866,10 +4866,11 @@ function XJ(e, t, n, r, o, i) {
|
|
|
4866
4866
|
onClick: t[0] || (t[0] = Mr((...h) => e.handleFullScreen && e.handleFullScreen(...h), ["stop"]))
|
|
4867
4867
|
}, [
|
|
4868
4868
|
ze(s, {
|
|
4869
|
+
class: "el-dialog__close",
|
|
4869
4870
|
size: 18,
|
|
4870
4871
|
icon: e.fullScreen ? "fullscreen-exit-fill" : "fullscreen-fill"
|
|
4871
4872
|
}, null, 8, ["icon"])
|
|
4872
|
-
], 2))
|
|
4873
|
+
], 2))
|
|
4873
4874
|
])
|
|
4874
4875
|
]),
|
|
4875
4876
|
default: ke(() => {
|
|
@@ -46177,7 +46178,7 @@ function jAe(e, t, n, r, o, i) {
|
|
|
46177
46178
|
}, 16, ["modelValue", "onClose"])) : Qe("", !0)
|
|
46178
46179
|
], 64);
|
|
46179
46180
|
}
|
|
46180
|
-
const RAe = /* @__PURE__ */ yn(TAe, [["render", jAe], ["__scopeId", "data-v-
|
|
46181
|
+
const RAe = /* @__PURE__ */ yn(TAe, [["render", jAe], ["__scopeId", "data-v-d3f83496"]]), LAe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46181
46182
|
__proto__: null,
|
|
46182
46183
|
default: RAe
|
|
46183
46184
|
}, Symbol.toStringTag, { value: "Module" })), NAe = {
|