aurelia-gridstack
Advanced tools
Comparing version 4.0.1-au2 to 5.0.0
import { GridItemHTMLElement } from 'gridstack'; | ||
import { ResizeHandleType } from '../../models'; | ||
import { GridStack } from '../grid-stack/grid-stack'; | ||
@@ -35,5 +34,4 @@ export declare class GridStackItem { | ||
autoPositionChanged(): void; | ||
resizeHandles?: ResizeHandleType[]; | ||
resizeHandles?: string; | ||
resizeHandlesChanged(): void; | ||
attached(): void; | ||
beginSuppressUpdate(): void; | ||
@@ -43,4 +41,4 @@ endSuppressUpdate(): void; | ||
export interface IGridStackItemElement extends GridItemHTMLElement { | ||
$au: { | ||
'au:resource:custom-element': { | ||
au: { | ||
controller: { | ||
viewModel: GridStackItem; | ||
@@ -47,0 +45,0 @@ }; |
@@ -8,6 +8,8 @@ import * as gs from 'gridstack'; | ||
minRowChanged(): void; | ||
float: boolean; | ||
float: string | boolean | undefined; | ||
floatChanged(): void; | ||
static: boolean; | ||
getFloat(): boolean; | ||
static: string | boolean | undefined; | ||
staticChanged(): void; | ||
getStatic(): boolean; | ||
options: gs.GridStackOptions; | ||
@@ -14,0 +16,0 @@ private items; |
@@ -1,6 +0,4 @@ | ||
import { IContainer } from 'aurelia'; | ||
export declare const GridStackConfiguration: { | ||
register(container: IContainer): IContainer; | ||
}; | ||
import { FrameworkConfiguration } from 'aurelia-framework'; | ||
export declare function configure(aurelia: FrameworkConfiguration): void; | ||
export { GridStack } from './elements/grid-stack/grid-stack'; | ||
export { GridStackItem } from './elements/grid-stack-item/grid-stack-item'; | ||
export { GridStack } from './elements/grid-stack/grid-stack'; |
{ | ||
"name": "aurelia-gridstack", | ||
"version": "4.0.1-au2", | ||
"version": "5.0.0", | ||
"publishConfig": { | ||
@@ -20,6 +20,6 @@ "access": "public" | ||
"contributors": [], | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/native-modules/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"repository": { | ||
"repository": { | ||
"type": "git", | ||
@@ -32,11 +32,20 @@ "url": "https://github.com/aurelia-ui-toolkits/aurelia-gridstack/issues" | ||
"scripts": { | ||
"build-ts:amd": "tsc -p tsconfig.build.json -t es5 -m amd --outDir dist/amd", | ||
"build-ts:cjs": "tsc -p tsconfig.build.json -t es5 -m commonjs --outDir dist/commonjs", | ||
"build-ts:ntv": "tsc -p tsconfig.build.json -t es5 -m es6 --outDir dist/native-modules", | ||
"build-ts:es6": "tsc -p tsconfig.build.json -t es6 -m es6 --outDir dist/es2015", | ||
"build-ts:types": "tsc -p tsconfig.build.json --skipLibCheck -d --emitDeclarationOnly --declarationDir dist/types", | ||
"build-assets:amd": "copyfiles -u 1 src/**/*.html src/**/*.css dist/amd", | ||
"build-assets:cjs": "copyfiles -u 1 src/**/*.html src/**/*.css dist/commonjs", | ||
"build-assets:ntv": "copyfiles -u 1 src/**/*.html src/**/*.css dist/native-modules", | ||
"build-assets:es6": "copyfiles -u 1 src/**/*.html src/**/*.css dist/es2015", | ||
"prebuild": "rimraf dist", | ||
"build": "webpack --env production", | ||
"publish:au2": "npm publish --tag au2" | ||
}, | ||
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"" | ||
}, | ||
"peerDependencies": { | ||
"aurelia": "latest", | ||
"gridstack": "^8.0.0", | ||
"tslib": "^2.5.0" | ||
} | ||
"aurelia-framework": "^1.4.1", | ||
"aurelia-typed-observable-plugin": "^0.5.1", | ||
"gridstack": "^10.1.0", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
142501
55
1536
0
4