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.js
CHANGED
|
@@ -1613,11 +1613,10 @@ function MenuManager({
|
|
|
1613
1613
|
)
|
|
1614
1614
|
] })
|
|
1615
1615
|
] }),
|
|
1616
|
-
dialogOpen ? /* @__PURE__ */ jsx3("div", { style: styles2.mask,
|
|
1616
|
+
dialogOpen ? /* @__PURE__ */ jsx3("div", { style: styles2.mask, children: /* @__PURE__ */ jsxs2(
|
|
1617
1617
|
"div",
|
|
1618
1618
|
{
|
|
1619
1619
|
style: { ...styles2.dialog, maxWidth: 520 },
|
|
1620
|
-
onClick: (e) => e.stopPropagation(),
|
|
1621
1620
|
role: "dialog",
|
|
1622
1621
|
"aria-modal": "true",
|
|
1623
1622
|
children: [
|
|
@@ -1753,10 +1752,7 @@ function MenuManager({
|
|
|
1753
1752
|
opt.label
|
|
1754
1753
|
] }, opt.value)) })
|
|
1755
1754
|
] }),
|
|
1756
|
-
/* @__PURE__ */
|
|
1757
|
-
/* @__PURE__ */ jsx3("button", { type: "button", style: styles2.secondaryBtn, onClick: closeDialog, children: "\u53D6\u6D88" }),
|
|
1758
|
-
/* @__PURE__ */ jsx3("button", { type: "submit", style: styles2.primaryBtn, disabled: saving, children: saving ? "\u4FDD\u5B58\u4E2D\u2026" : "\u4FDD\u5B58" })
|
|
1759
|
-
] })
|
|
1755
|
+
/* @__PURE__ */ jsx3("div", { style: styles2.dialogFooter, children: /* @__PURE__ */ jsx3("button", { type: "submit", style: styles2.primaryBtn, disabled: saving, children: saving ? "\u4FDD\u5B58\u4E2D\u2026" : "\u4FDD\u5B58" }) })
|
|
1760
1756
|
] })
|
|
1761
1757
|
]
|
|
1762
1758
|
}
|