maishu-chitu-react
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -15,5 +15,7 @@ import React = require("react"); | ||
parser?: chitu.PageNodeParser; | ||
container?: HTMLElement; | ||
container?: HTMLElement | { | ||
[name: string]: HTMLElement; | ||
}; | ||
}); | ||
protected createDefaultAction(url: string, loadjs: (path: string) => Promise<any>): chitu.Action; | ||
} |
/*! | ||
* | ||
* maishu-chitu-react v1.8.2 | ||
* maishu-chitu-react v1.8.3 | ||
* https://github.com/ansiboy/services-sdk | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* maishu-chitu-react v1.8.2 | ||
* maishu-chitu-react v1.8.3 | ||
* https://github.com/ansiboy/services-sdk | ||
@@ -5,0 +5,0 @@ * |
@@ -15,5 +15,7 @@ import React = require("react"); | ||
parser?: chitu.PageNodeParser; | ||
container?: HTMLElement; | ||
container?: HTMLElement | { | ||
[name: string]: HTMLElement; | ||
}; | ||
}); | ||
protected createDefaultAction(url: string, loadjs: (path: string) => Promise<any>): chitu.Action; | ||
} |
{ | ||
"name": "maishu-chitu-react", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
429036
2483