@aurelia-mdc-web/base
Advanced tools
Comparing version 8.0.0 to 8.0.1-au2
/** @hidden */ | ||
export interface IError { | ||
message: string | null; | ||
message: string | undefined; | ||
} | ||
@@ -5,0 +5,0 @@ /** @hidden */ |
export declare class MdcPromisifyReference { | ||
resolve: (value: unknown | PromiseLike<unknown>) => void; | ||
promise: Promise<unknown>; | ||
promiseRef: Promise<unknown>; | ||
reference: unknown; | ||
@@ -5,0 +5,0 @@ referenceChanged(): void; |
@@ -1,8 +0,10 @@ | ||
import { FrameworkConfiguration } from 'aurelia-framework'; | ||
import { IContainer } from 'aurelia'; | ||
export { MdcComponent } from './mdc-component'; | ||
export { MdcComponentAdapters } from './mdc-component-adapters'; | ||
export { Size } from './attributes/mdc-size-attribute'; | ||
export { IValidatedElement, IError } from './elements/i-validated-element'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export { boolean, booleanAttr, date, number, string } from './interceptors'; | ||
export { defaultSlotProcessContent } from './default-slot-process-content'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export declare function configure(config: FrameworkConfiguration): void; | ||
export declare const BaseConfiguration: { | ||
register(container: IContainer): IContainer; | ||
}; |
@@ -9,7 +9,7 @@ import { MDCFoundation } from '@material/base'; | ||
private createInitiliasedPromise; | ||
initialise(): Promise<void>; | ||
initialSyncWithDOM(): void; | ||
attached(): Promise<void>; | ||
beforeFoundationCreated(): void; | ||
attached(): void; | ||
destroy(): void; | ||
detached(): void; | ||
detaching(): void; | ||
abstract getDefaultFoundation(): FoundationType; | ||
@@ -16,0 +16,0 @@ listen(evtType: string, handler: EventListener | EventListenerObject, options?: AddEventListenerOptions | boolean): void; |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "8.0.0", | ||
"version": "8.0.1-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,33 +35,15 @@ "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:au2": "npm publish --tag au2", | ||
"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": { | ||
"@material/base": "^13.0.0", | ||
"aurelia-typed-observable-plugin": "^0.4.2" | ||
"@material/base": "^13.0.0" | ||
}, | ||
"peerDependencies": { | ||
"aurelia-binding": "^2.5.4", | ||
"aurelia-dependency-injection": "^1.5.2", | ||
"aurelia-framework": "^1.3.1", | ||
"aurelia-logging": "^1.5.2", | ||
"aurelia-pal": "^1.8.2", | ||
"aurelia-task-queue": "^1.3.3", | ||
"aurelia-templating": "^1.10.4", | ||
"aurelia-templating-binding": "^1.5.3", | ||
"aurelia-templating-resources": "^1.13.1", | ||
"aurelia": "^2.0.0-alpha.22", | ||
"tslib": "^2.1.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
3
42394
25
563
1
1
+ Added@aurelia/expression-parser@2.0.0-beta.22(transitive)
+ Added@aurelia/fetch-client@2.0.0-beta.22(transitive)
+ Added@aurelia/kernel@2.0.0-beta.22(transitive)
+ Added@aurelia/metadata@2.0.0-beta.22(transitive)
+ Added@aurelia/platform@2.0.0-beta.22(transitive)
+ Added@aurelia/platform-browser@2.0.0-beta.22(transitive)
+ Added@aurelia/runtime@2.0.0-beta.22(transitive)
+ Added@aurelia/runtime-html@2.0.0-beta.22(transitive)
+ Added@aurelia/template-compiler@2.0.0-beta.22(transitive)
+ Addedaurelia@2.0.0-beta.22(transitive)
- Removedaurelia-binding@2.5.4(transitive)
- Removedaurelia-dependency-injection@1.6.1(transitive)
- Removedaurelia-framework@1.4.1(transitive)
- Removedaurelia-loader@1.0.2(transitive)
- Removedaurelia-logging@1.5.2(transitive)
- Removedaurelia-metadata@1.0.8(transitive)
- Removedaurelia-pal@1.8.2(transitive)
- Removedaurelia-path@1.1.8(transitive)
- Removedaurelia-task-queue@1.3.3(transitive)
- Removedaurelia-templating@1.11.1(transitive)
- Removedaurelia-templating-binding@1.6.0(transitive)
- Removedaurelia-templating-resources@1.15.1(transitive)
- Removedaurelia-typed-observable-plugin@0.4.2(transitive)