maishu-chitu-react
Advanced tools
Comparing version 1.7.0 to 1.7.2
@@ -8,2 +8,8 @@ import React = require("react"); | ||
createService: chitu.Page["createService"]; | ||
events: { | ||
showing: chitu.Page["showing"]; | ||
shown: chitu.Page["shown"]; | ||
hiding: chitu.Page["hiding"]; | ||
hidden: chitu.Page["hidden"]; | ||
}; | ||
} | ||
@@ -16,7 +22,5 @@ export declare class Page extends chitu.Page { | ||
parser?: chitu.PageNodeParser; | ||
container?: HTMLElement | { | ||
[name: string]: HTMLElement; | ||
}; | ||
container?: HTMLElement; | ||
}); | ||
protected createDefaultAction(url: string, loadjs: (path: string) => Promise<any>): chitu.Action; | ||
} |
@@ -0,0 +0,0 @@ export declare class Errors { |
export { Application, Page, PageProps } from './application'; |
@@ -247,2 +247,8 @@ /*! | ||
data: page.data, | ||
events: { | ||
shown: page.shown, | ||
showing: page.showing, | ||
hidden: page.hidden, | ||
hiding: page.hiding | ||
}, | ||
source: page, | ||
@@ -249,0 +255,0 @@ createService: function createService(type) { |
@@ -148,2 +148,8 @@ /*! | ||
data: page.data, | ||
events: { | ||
shown: page.shown, | ||
showing: page.showing, | ||
hidden: page.hidden, | ||
hiding: page.hiding, | ||
}, | ||
source: page, | ||
@@ -150,0 +156,0 @@ createService(type) { |
@@ -0,0 +0,0 @@ --- |
@@ -0,1 +1,2 @@ | ||
let node_modules = 'node_modules' | ||
@@ -2,0 +3,0 @@ const webpackES6Config = require('./webpack.config.js'); |
@@ -142,2 +142,8 @@ "use strict"; | ||
data: page.data, | ||
events: { | ||
shown: page.shown, | ||
showing: page.showing, | ||
hidden: page.hidden, | ||
hiding: page.hiding | ||
}, | ||
source: page, | ||
@@ -144,0 +150,0 @@ createService: function createService(type) { |
@@ -8,2 +8,8 @@ import React = require("react"); | ||
createService: chitu.Page["createService"]; | ||
events: { | ||
showing: chitu.Page["showing"]; | ||
shown: chitu.Page["shown"]; | ||
hiding: chitu.Page["hiding"]; | ||
hidden: chitu.Page["hidden"]; | ||
}; | ||
} | ||
@@ -16,7 +22,5 @@ export declare class Page extends chitu.Page { | ||
parser?: chitu.PageNodeParser; | ||
container?: HTMLElement | { | ||
[name: string]: HTMLElement; | ||
}; | ||
container?: HTMLElement; | ||
}); | ||
protected createDefaultAction(url: string, loadjs: (path: string) => Promise<any>): chitu.Action; | ||
} |
@@ -44,2 +44,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
data: page.data, | ||
events: { | ||
shown: page.shown, | ||
showing: page.showing, | ||
hidden: page.hidden, | ||
hiding: page.hiding, | ||
}, | ||
source: page, | ||
@@ -46,0 +52,0 @@ createService(type) { |
@@ -0,0 +0,0 @@ export declare class Errors { |
@@ -0,0 +0,0 @@ define(["require", "exports"], function (require, exports) { |
export { Application, Page, PageProps } from './application'; |
@@ -0,0 +0,0 @@ define(["require", "exports", "./application"], function (require, exports, application_1) { |
{ | ||
"name": "maishu-chitu-react", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"description": "", | ||
@@ -21,3 +21,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"maishu-chitu": "^3.0.0", | ||
"chitu": "^0.8.1", | ||
"maishu-chitu": "^2.9.20", | ||
"maishu-chitu-service": "^1.1.16", | ||
@@ -24,0 +25,0 @@ "react": "^16.8.2", |
@@ -0,0 +0,0 @@ export class Errors { |
@@ -0,0 +0,0 @@ export { Application, Page, PageProps } from './application' |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ const webpack = require('webpack'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
422385
2446
5
+ Addedchitu@^0.8.1
+ Addedchitu@0.8.1(transitive)
+ Addedmaishu-chitu@2.18.0(transitive)
- Removedmaishu-chitu@3.43.0(transitive)
Updatedmaishu-chitu@^2.9.20