maishu-chitu-react
Advanced tools
Comparing version 1.6.0 to 1.7.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; | ||
} |
@@ -0,0 +0,0 @@ export declare class Errors { |
export { Application, Page, PageProps } from './application'; |
/*! | ||
* | ||
* maishu-chitu-react v1.6.0 | ||
* maishu-chitu-react v1.7.0 | ||
* https://github.com/ansiboy/services-sdk | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* maishu-chitu-react v1.6.0 | ||
* maishu-chitu-react v1.7.0 | ||
* https://github.com/ansiboy/services-sdk | ||
@@ -5,0 +5,0 @@ * |
@@ -0,0 +0,0 @@ --- |
@@ -1,2 +0,1 @@ | ||
let node_modules = 'node_modules' | ||
@@ -3,0 +2,0 @@ const webpackES6Config = require('./webpack.config.js'); |
@@ -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; | ||
} |
@@ -0,0 +0,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { |
@@ -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.6.0", | ||
"version": "1.7.0", | ||
"description": "", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"maishu-chitu": "^2.9.20", | ||
"maishu-chitu": "^3.0.0", | ||
"maishu-chitu-service": "^1.1.16", | ||
@@ -24,0 +24,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
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
420662
2401
+ Addedmaishu-chitu@3.43.0(transitive)
- Removedmaishu-chitu@2.18.0(transitive)
Updatedmaishu-chitu@^3.0.0