@aurelia-mdc-web/button
Advanced tools
Comparing version
export declare class EnhanceMdcButton { | ||
beforeCompile(template: DocumentFragment): void; | ||
hydrating(controller: any): void; | ||
} |
@@ -1,3 +0,7 @@ | ||
import { FrameworkConfiguration } from 'aurelia-framework'; | ||
export { MdcButton } from './mdc-button'; | ||
export declare function configure(config: FrameworkConfiguration): void; | ||
import { IContainer } from '@aurelia/kernel'; | ||
import { MdcButton } from './mdc-button'; | ||
import { MdcButtonLabel } from './mdc-button-label'; | ||
export { MdcButton, MdcButtonLabel }; | ||
export declare const ButtonConfiguration: { | ||
register(container: IContainer): IContainer; | ||
}; |
@@ -10,2 +10,6 @@ /** | ||
/** | ||
* Set the component label | ||
*/ | ||
label: string; | ||
/** | ||
* Set the component touch target to 48 x 48 px | ||
@@ -26,6 +30,2 @@ */ | ||
outlined: boolean; | ||
/** | ||
* Set the button label | ||
*/ | ||
label: string; | ||
href: string; | ||
@@ -32,0 +32,0 @@ hrefChanged(): void; |
{ | ||
"name": "@aurelia-mdc-web/button", | ||
"version": "6.2.1", | ||
"version": "6.2.2-au2", | ||
"publishConfig": { | ||
@@ -22,4 +22,4 @@ "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", | ||
@@ -35,22 +35,14 @@ "repository": { | ||
"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:dev": "npm publish --tag dev", | ||
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/", | ||
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts", | ||
"publish:latest": "npm publish" | ||
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts" | ||
}, | ||
"dependencies": { | ||
"@aurelia-mdc-web/base": "6.2.1", | ||
"@aurelia-mdc-web/ripple": "6.2.1", | ||
"@material/button": "^11.0.0" | ||
"@aurelia-mdc-web/base": "6.2.2-au2", | ||
"@aurelia-mdc-web/ripple": "6.2.2-au2", | ||
"@material/button": "^11.0.0", | ||
"@material/feature-targeting": "^11.0.0" | ||
} | ||
} |
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
13435
-60.11%4
33.33%14
-65.85%181
-65.33%1
Infinity%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed