Skip to content

Commit

Permalink
v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yariksav committed Dec 14, 2020
1 parent 9240206 commit e3941b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-dialog",
"version": "2.0.12",
"version": "2.0.13",
"description": "Dialog helper for vuetify.js",
"scripts": {
"build": "npm run build:umd & npm run build:es & npm run build:unpkg",
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export interface DialogAction {
color? : string
rounded? : boolean
disabled?: boolean
handle? (action: any): Promise<any>
handler? (action: any): Promise<any>
}

Expand Down Expand Up @@ -109,6 +108,7 @@ export interface VuetifyDialog {
prompt (options: DialogConfirmOptions): Promise<any>
warning (options: DialogConfirmOptions): Promise<any>
error (options: DialogConfirmOptions): Promise<any>
info (options: DialogConfirmOptions): Promise<any>
notify: {
error (text: string, options?: DialogNotifyOptions): Promise<any>
warning (text: string, options?: DialogNotifyOptions): Promise<any>
Expand Down

0 comments on commit e3941b2

Please sign in to comment.