@aurelia-mdc-web/tooltip
Advanced tools
Comparing version 4.0.0 to 4.0.1-au2.1
@@ -1,4 +0,6 @@ | ||
import { FrameworkConfiguration } from 'aurelia-framework'; | ||
import { IContainer } from 'aurelia'; | ||
export { MdcTooltip } from './mdc-tooltip'; | ||
export { MdcTooltipAttribute } from './mdc-tooltip-attribute'; | ||
export declare function configure(config: FrameworkConfiguration): void; | ||
export declare const TooltipConfiguration: { | ||
register(container: IContainer): IContainer; | ||
}; |
@@ -1,3 +0,4 @@ | ||
import { TemplatingEngine, View } from 'aurelia-framework'; | ||
import { IPlatform, IContainer, IAppRoot } from 'aurelia'; | ||
import { XPosition, YPosition, AnchorBoundaryType } from '@material/tooltip'; | ||
import { ISyntheticView } from '@aurelia/runtime-html'; | ||
/** | ||
@@ -7,4 +8,6 @@ * @selector [mdc-tooltip] | ||
export declare class MdcTooltipAttribute { | ||
private templatingEngine; | ||
constructor(root: HTMLElement, templatingEngine: TemplatingEngine); | ||
private platform; | ||
private container; | ||
private appRoot; | ||
constructor(root: HTMLElement, platform: IPlatform, container: IContainer, appRoot: IAppRoot); | ||
root: HTMLElement; | ||
@@ -23,5 +26,5 @@ value: string; | ||
tooltip: HTMLElement; | ||
view: View; | ||
view: ISyntheticView; | ||
attached(): void; | ||
detached(): void; | ||
} |
@@ -13,6 +13,6 @@ import { MdcComponent } from '@aurelia-mdc-web/base'; | ||
xPosition?: keyof typeof XPosition; | ||
xPositionChanged(): Promise<void>; | ||
xPositionChanged(): void; | ||
/** Sets the vertical alignment of the tooltip */ | ||
yPosition?: keyof typeof YPosition; | ||
yPositionChanged(): Promise<void>; | ||
yPositionChanged(): void; | ||
/** Specifies whether the anchor element is bounded (element has an identifiable boundary such as a button) or unbounded (element does not have a visually declared boundary such as a text link). | ||
@@ -22,4 +22,4 @@ * Tooltips are placed closer to bounded anchor elements compared to unbounded anchor elements. If no type is specified, defaults to BOUNDED. | ||
boundaryType?: keyof typeof AnchorBoundaryType; | ||
boundaryTypeChanged(): Promise<void>; | ||
initialise(): Promise<void>; | ||
boundaryTypeChanged(): void; | ||
beforeFoundationCreated(): void; | ||
initialSyncWithDOM(): void; | ||
@@ -26,0 +26,0 @@ destroy(): void; |
{ | ||
"name": "@aurelia-mdc-web/tooltip", | ||
"version": "4.0.0", | ||
"version": "4.0.1-au2.1", | ||
"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", | ||
@@ -37,15 +37,7 @@ "repository": { | ||
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start", | ||
"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", | ||
"_predoc": "cross-env rimraf doc/api.json && rimraf dist/doc-temp && tsc --project tsconfig.json --outFile dist/doc-temp/aurelia-ux.js && node doc/shape-defs && copyfiles tsconfig.json dist/doc-temp", | ||
"doc": "cross-env mkdir -p doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/", | ||
"doc": "typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/", | ||
"_postdoc": "cross-env node doc/shape-doc && rimraf dist/doc-temp", | ||
@@ -59,3 +51,3 @@ "_changelog": "cross-env conventional-changelog -p aurelia-material-components-web -i doc/CHANGELOG.md -s", | ||
"dependencies": { | ||
"@aurelia-mdc-web/base": "^4.0.0", | ||
"@aurelia-mdc-web/base": "4.0.1-au2.1", | ||
"@material/tooltip": "^10.0.0" | ||
@@ -70,5 +62,4 @@ }, | ||
"typedoc": "^0.20.23", | ||
"typescript": "^4.1.3" | ||
}, | ||
"gitHead": "33fb46bfda0f48afd8b79ad0fbe0eb728791a551" | ||
"typescript": "^4.1.4" | ||
} | ||
} |
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
38968
11
393
1
1
+ Added@aurelia-mdc-web/base@4.0.1-au2.1(transitive)
+ Added@aurelia/expression-parser@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/fetch-client@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/kernel@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/platform@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/platform-browser@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/runtime@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/runtime-html@2.0.1-dev.202502111125(transitive)
+ Added@aurelia/template-compiler@2.0.1-dev.202502111125(transitive)
+ Addedaurelia@2.0.1-dev.202502111125(transitive)
- Removed@aurelia-mdc-web/base@4.0.6(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)