simple-boot-front
Advanced tools
Comparing version 1.0.116 to 1.0.117
import { RawSet } from 'dom-render/rawsets/RawSet'; | ||
export declare type OnInitParameter = { | ||
export type OnInitParameter = { | ||
makerObj: any; | ||
@@ -4,0 +4,0 @@ rawSet: RawSet; |
{ | ||
"name": "simple-boot-front", | ||
"version": "1.0.116", | ||
"version": "1.0.117", | ||
"main": "SimpleApplication.js", | ||
@@ -75,5 +75,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"dom-render": "^1.0.92", | ||
"dom-render": "^1.0.93", | ||
"simple-boot-core": "^1.0.40" | ||
} | ||
} |
@@ -28,3 +28,3 @@ import { SimFrontOption } from './option/SimFrontOption'; | ||
writeRootRouter(): SimAtomic<any>; | ||
goRouting(url: string): Promise<RouterModule<SimAtomic<Object>, any>>; | ||
goRouting(url: string): Promise<RouterModule<SimAtomic<object>, any>>; | ||
runRouting(otherInstanceSim?: Map<ConstructorType<any>, any>, url?: string): Promise<RouterModule<SimAtomic<Object>, any> | undefined>; | ||
@@ -31,0 +31,0 @@ run(otherInstanceSim?: Map<ConstructorType<any>, any>, url?: string): SimstanceManager; |
@@ -32,3 +32,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -109,2 +109,3 @@ if (y = 0, t) op = [op[0] & 2, t.value]; | ||
}], | ||
eventVariables: {}, | ||
proxyExcludeTyps: _this.domRendoerExcludeProxy, | ||
@@ -157,2 +158,6 @@ operatorAround: { | ||
this.navigation = this.simstanceManager.getOrNewSim(Navigation_1.Navigation); | ||
this.domRenderConfig.eventVariables = { | ||
$router: this.navigation, | ||
$application: this | ||
}; | ||
this.initWriteRootRouter(); | ||
@@ -159,0 +164,0 @@ this.option.window.addEventListener('intent', function (event) { |
64023
1175
Updateddom-render@^1.0.93