@hybridly/core
Advanced tools
Comparing version 0.1.0-alpha.6 to 0.1.0-alpha.7
@@ -90,2 +90,7 @@ import { RequestData } from '@hybridly/utils'; | ||
interface CloseDialogOptions extends HybridRequestOptions { | ||
/** | ||
* Close the dialog without a round-trip to the server. | ||
* @default false | ||
*/ | ||
local?: boolean; | ||
} | ||
@@ -110,2 +115,4 @@ | ||
interface ComponentNavigationOptions { | ||
/** Dialog data. */ | ||
dialog?: Dialog | false; | ||
/** Name of the component to use. */ | ||
@@ -112,0 +119,0 @@ component?: string; |
{ | ||
"name": "@hybridly/core", | ||
"version": "0.1.0-alpha.6", | ||
"version": "0.1.0-alpha.7", | ||
"description": "Core functionality of Hybridly", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"superjson": "^1.12.2", | ||
"@hybridly/utils": "0.1.0-alpha.6" | ||
"@hybridly/utils": "0.1.0-alpha.7" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82016
2190
+ Added@hybridly/utils@0.1.0-alpha.7(transitive)
- Removed@hybridly/utils@0.1.0-alpha.6(transitive)