com-angel-authorization 1.0.29 → 1.0.30
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/dist/react/index.cjs +2 -6
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +2 -6
- package/dist/react/index.js.map +1 -1
- package/dist/vue/index.cjs +2 -12
- package/dist/vue/index.cjs.map +1 -1
- package/dist/vue/index.js +2 -12
- package/dist/vue/index.js.map +1 -1
- package/package.json +1 -1
package/dist/react/index.cjs
CHANGED
|
@@ -1686,11 +1686,10 @@ function MenuManager({
|
|
|
1686
1686
|
)
|
|
1687
1687
|
] })
|
|
1688
1688
|
] }),
|
|
1689
|
-
dialogOpen ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { style: styles2.mask,
|
|
1689
|
+
dialogOpen ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { style: styles2.mask, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
1690
1690
|
"div",
|
|
1691
1691
|
{
|
|
1692
1692
|
style: { ...styles2.dialog, maxWidth: 520 },
|
|
1693
|
-
onClick: (e) => e.stopPropagation(),
|
|
1694
1693
|
role: "dialog",
|
|
1695
1694
|
"aria-modal": "true",
|
|
1696
1695
|
children: [
|
|
@@ -1826,10 +1825,7 @@ function MenuManager({
|
|
|
1826
1825
|
opt.label
|
|
1827
1826
|
] }, opt.value)) })
|
|
1828
1827
|
] }),
|
|
1829
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.
|
|
1830
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("button", { type: "button", style: styles2.secondaryBtn, onClick: closeDialog, children: "\u53D6\u6D88" }),
|
|
1831
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("button", { type: "submit", style: styles2.primaryBtn, disabled: saving, children: saving ? "\u4FDD\u5B58\u4E2D\u2026" : "\u4FDD\u5B58" })
|
|
1832
|
-
] })
|
|
1828
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { style: styles2.dialogFooter, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("button", { type: "submit", style: styles2.primaryBtn, disabled: saving, children: saving ? "\u4FDD\u5B58\u4E2D\u2026" : "\u4FDD\u5B58" }) })
|
|
1833
1829
|
] })
|
|
1834
1830
|
]
|
|
1835
1831
|
}
|