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.
@@ -2243,15 +2243,14 @@ var MenuManager = (0, import_vue4.defineComponent)({
2243
2243
  ]),
2244
2244
  dialogOpen.value ? (0, import_vue4.h)(
2245
2245
  "div",
2246
- { style: s2.mask, onClick: closeDialog },
2246
+ { style: s2.mask },
2247
2247
  [
2248
2248
  (0, import_vue4.h)(
2249
2249
  "div",
2250
2250
  {
2251
2251
  style: { ...s2.dialog, maxWidth: "520px" },
2252
2252
  role: "dialog",
2253
- "aria-modal": "true",
2254
- onClick: (e) => e.stopPropagation()
2253
+ "aria-modal": "true"
2255
2254
  },
2256
2255
  [
2257
2256
  (0, import_vue4.h)("div", { style: s2.dialogHeader }, [
@@ -2438,15 +2437,6 @@ var MenuManager = (0, import_vue4.defineComponent)({
2438
2437
  )
2439
2438
  ]),
2440
2439
  (0, import_vue4.h)("div", { style: s2.dialogFooter }, [
2441
- (0, import_vue4.h)(
2442
- "button",
2443
- {
2444
- type: "button",
2445
- style: s2.secondaryBtn,
2446
- onClick: closeDialog
2447
- },
2448
- "\u53D6\u6D88"
2449
- ),
2450
2440
  (0, import_vue4.h)(
2451
2441
  "button",
2452
2442
  {