aurelia-gridstack
Advanced tools
Comparing version 2.0.1 to 3.0.0-au2
import { GridItemHTMLElement } from 'gridstack'; | ||
import { ResizeHandleType } from '../../models'; | ||
export declare class GridStackItem { | ||
@@ -31,8 +32,9 @@ root: IGridStackItemElement; | ||
autoPositionChanged(): void; | ||
resizeHandles?: string; | ||
resizeHandles?: ResizeHandleType[]; | ||
resizeHandlesChanged(): void; | ||
attached(): void; | ||
} | ||
export interface IGridStackItemElement extends GridItemHTMLElement { | ||
au: { | ||
controller: { | ||
$au: { | ||
'au:resource:custom-element': { | ||
viewModel: GridStackItem; | ||
@@ -39,0 +41,0 @@ }; |
@@ -8,8 +8,6 @@ import * as gs from 'gridstack'; | ||
minRowChanged(): void; | ||
float: string | boolean | undefined; | ||
float: boolean; | ||
floatChanged(): void; | ||
getFloat(): boolean; | ||
static: string | boolean | undefined; | ||
static: boolean; | ||
staticChanged(): void; | ||
getStatic(): boolean; | ||
options: gs.GridStackOptions; | ||
@@ -16,0 +14,0 @@ private items; |
@@ -1,4 +0,4 @@ | ||
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'; | ||
import { IContainer } from 'aurelia'; | ||
export declare const GridStackConfiguration: { | ||
register(container: IContainer): IContainer; | ||
}; |
@@ -11,2 +11,2 @@ export declare enum ResizeHandles { | ||
} | ||
export declare type ResizeHandleType = ResizeHandles.n | ResizeHandles.ne | ResizeHandles.e | ResizeHandles.se | ResizeHandles.s | ResizeHandles.sw | ResizeHandles.w | ResizeHandles.nw; | ||
export type ResizeHandleType = ResizeHandles.n | ResizeHandles.ne | ResizeHandles.e | ResizeHandles.se | ResizeHandles.s | ResizeHandles.sw | ResizeHandles.w | ResizeHandles.nw; |
{ | ||
"name": "aurelia-gridstack", | ||
"version": "2.0.1", | ||
"version": "3.0.0-au2", | ||
"publishConfig": { | ||
@@ -20,6 +20,6 @@ "access": "public" | ||
"contributors": [], | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/native-modules/index.js", | ||
"main": "dist/esnext/index.js", | ||
"module": "dist/esnext/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"repository": { | ||
"repository": { | ||
"type": "git", | ||
@@ -32,20 +32,12 @@ "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": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"" | ||
}, | ||
"build": "gulp --gulpfile ../../gulpfile.js --cwd ./ build", | ||
"publish:au2": "npm publish --tag au2" | ||
}, | ||
"peerDependencies": { | ||
"aurelia-framework": "^1.4.1", | ||
"aurelia-typed-observable-plugin": "^0.5.1", | ||
"gridstack": "^6.0.0", | ||
"tslib": "^2.4.0" | ||
} | ||
"aurelia": "^2.0.0-alpha.41", | ||
"gridstack": "^7.0.0", | ||
"tslib": "^2.4.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3
41425
19
501
1