@dao-style/core 1.27.1-beta.1 → 1.27.1-beta.3

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.
@@ -211,6 +211,7 @@ declare const DaoDialog: {
211
211
  confirm: string;
212
212
  cancel: string;
213
213
  }>;
214
+ dialogRef: import("vue").Ref<HTMLElement | null>;
214
215
  onBeforeEnter: () => void;
215
216
  onAfterEnter: () => void;
216
217
  onConfirm: () => void;
@@ -349,6 +350,7 @@ declare const DaoDialog: {
349
350
  confirm: string;
350
351
  cancel: string;
351
352
  }>;
353
+ dialogRef: import("vue").Ref<HTMLElement | null>;
352
354
  onBeforeEnter: () => void;
353
355
  onAfterEnter: () => void;
354
356
  onConfirm: () => void;
@@ -452,6 +454,7 @@ declare const DaoDialog: {
452
454
  confirm: string;
453
455
  cancel: string;
454
456
  }>;
457
+ dialogRef: import("vue").Ref<HTMLElement | null>;
455
458
  onBeforeEnter: () => void;
456
459
  onAfterEnter: () => void;
457
460
  onConfirm: () => void;
@@ -81,6 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
81
  confirm: string;
82
82
  cancel: string;
83
83
  }>;
84
+ dialogRef: import("vue").Ref<HTMLElement | null>;
84
85
  onBeforeEnter: () => void;
85
86
  onAfterEnter: () => void;
86
87
  onConfirm: () => void;