@akinon/app-client
Advanced tools
Comparing version 0.8.2-alpha.0 to 0.8.2
@@ -99,7 +99,7 @@ "use strict"; | ||
/** | ||
* Displays an error message dialog with the specified title and content. | ||
* This method communicateswith the AppShell to display the error message. | ||
* Displays a rich-contentful modal with the specified path and context. | ||
* This method communicateswith the AppShell to display the complicated modals. | ||
* | ||
* @param {string} title - The title of the error message dialog. | ||
* @param {string} content - The content of the error message dialog. | ||
* @param {string} path - The path of displayed iframe. | ||
* @param {unknown} context - Optional context. Its type must follow the rules: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm | ||
*/ | ||
@@ -106,0 +106,0 @@ const showRichModal = (path, context) => { |
@@ -95,7 +95,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
/** | ||
* Displays an error message dialog with the specified title and content. | ||
* This method communicateswith the AppShell to display the error message. | ||
* Displays a rich-contentful modal with the specified path and context. | ||
* This method communicateswith the AppShell to display the complicated modals. | ||
* | ||
* @param {string} title - The title of the error message dialog. | ||
* @param {string} content - The content of the error message dialog. | ||
* @param {string} path - The path of displayed iframe. | ||
* @param {unknown} context - Optional context. Its type must follow the rules: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm | ||
*/ | ||
@@ -102,0 +102,0 @@ const showRichModal = (path, context) => { |
{ | ||
"name": "@akinon/app-client", | ||
"description": "Akinon AppClient library. This library is used to create a new plugin or an application which will reside in Akinon's applications.", | ||
"version": "0.8.2-alpha.0", | ||
"version": "0.8.2", | ||
"private": false, | ||
@@ -14,3 +14,3 @@ "type": "module", | ||
"framebus": "^6.0.0", | ||
"@akinon/app-shared": "0.8.2-alpha.0" | ||
"@akinon/app-shared": "0.9.0" | ||
}, | ||
@@ -22,4 +22,4 @@ "devDependencies": { | ||
"typescript": "^5.2.2", | ||
"@akinon/vite-config": "0.4.0", | ||
"@akinon/eslint-config": "0.1.0", | ||
"@akinon/vite-config": "0.4.0", | ||
"@akinon/typescript-config": "0.2.0" | ||
@@ -26,0 +26,0 @@ }, |
29655
+ Added@akinon/app-shared@0.9.0(transitive)
- Removed@akinon/app-shared@0.8.2-alpha.0(transitive)
Updated@akinon/app-shared@0.9.0