@akinon/app-shared
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -111,3 +111,3 @@ import type { UUID } from 'crypto'; | ||
showModalDialog?: (title: string, content: string) => void; | ||
showConfirmationDialog?: (title: string, content: string) => boolean; | ||
showConfirmationDialog?: (title: string, content: string, onOk: (confirmedData: unknown) => void, onCancel: () => void) => boolean; | ||
showToast?: (content: string, type: ApplicationToastType) => void; | ||
@@ -114,0 +114,0 @@ showErrorMessage?: (title: string, content: string) => void; |
@@ -111,3 +111,3 @@ import type { UUID } from 'crypto'; | ||
showModalDialog?: (title: string, content: string) => void; | ||
showConfirmationDialog?: (title: string, content: string) => boolean; | ||
showConfirmationDialog?: (title: string, content: string, onOk: (confirmedData: unknown) => void, onCancel: () => void) => boolean; | ||
showToast?: (content: string, type: ApplicationToastType) => void; | ||
@@ -114,0 +114,0 @@ showErrorMessage?: (title: string, content: string) => void; |
{ | ||
"name": "@akinon/app-shared", | ||
"description": "Shared utilities and helper functions for app-shell and app-client packages.", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38911