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/vue/index.js
CHANGED
|
@@ -2169,15 +2169,14 @@ var MenuManager = defineComponent3({
|
|
|
2169
2169
|
]),
|
|
2170
2170
|
dialogOpen.value ? h2(
|
|
2171
2171
|
"div",
|
|
2172
|
-
{ style: s2.mask
|
|
2172
|
+
{ style: s2.mask },
|
|
2173
2173
|
[
|
|
2174
2174
|
h2(
|
|
2175
2175
|
"div",
|
|
2176
2176
|
{
|
|
2177
2177
|
style: { ...s2.dialog, maxWidth: "520px" },
|
|
2178
2178
|
role: "dialog",
|
|
2179
|
-
"aria-modal": "true"
|
|
2180
|
-
onClick: (e) => e.stopPropagation()
|
|
2179
|
+
"aria-modal": "true"
|
|
2181
2180
|
},
|
|
2182
2181
|
[
|
|
2183
2182
|
h2("div", { style: s2.dialogHeader }, [
|
|
@@ -2364,15 +2363,6 @@ var MenuManager = defineComponent3({
|
|
|
2364
2363
|
)
|
|
2365
2364
|
]),
|
|
2366
2365
|
h2("div", { style: s2.dialogFooter }, [
|
|
2367
|
-
h2(
|
|
2368
|
-
"button",
|
|
2369
|
-
{
|
|
2370
|
-
type: "button",
|
|
2371
|
-
style: s2.secondaryBtn,
|
|
2372
|
-
onClick: closeDialog
|
|
2373
|
-
},
|
|
2374
|
-
"\u53D6\u6D88"
|
|
2375
|
-
),
|
|
2376
2366
|
h2(
|
|
2377
2367
|
"button",
|
|
2378
2368
|
{
|