@vaadin/component-base
Advanced tools
Comparing version 22.0.0-alpha7 to 22.0.0-alpha8
export { ActiveMixin } from './src/active-mixin.js'; | ||
export { DirMixin } from './src/dir-mixin.js'; | ||
export { DisabledMixin } from './src/disabled-mixin.js'; | ||
@@ -3,0 +4,0 @@ export { ElementMixin } from './src/element-mixin.js'; |
export { ActiveMixin } from './src/active-mixin.js'; | ||
export { DirMixin } from './src/dir-mixin.js'; | ||
export { DisabledMixin } from './src/disabled-mixin.js'; | ||
@@ -3,0 +4,0 @@ export { ElementMixin } from './src/element-mixin.js'; |
{ | ||
"name": "@vaadin/component-base", | ||
"version": "22.0.0-alpha7", | ||
"version": "22.0.0-alpha8", | ||
"publishConfig": { | ||
@@ -43,3 +43,3 @@ "access": "public" | ||
}, | ||
"gitHead": "8e89419c6b44a1d225d5859e180d7b35e47ddb52" | ||
"gitHead": "c24468526298ee26ad7f7280b59f6c8789e1f75f" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
/** | ||
* Helper that provides a set of functions for RTL. | ||
@@ -3,0 +9,0 @@ */ |
@@ -1,3 +0,10 @@ | ||
export { DirMixin }; | ||
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
/** | ||
* A mixin to handle `dir` attribute based on the one set on the `<html>` element. | ||
*/ | ||
declare function DirMixin<T extends new (...args: any[]) => {}>(base: T): T & DirMixinConstructor; | ||
@@ -11,4 +18,2 @@ | ||
export { DirMixinConstructor }; | ||
interface DirMixin { | ||
@@ -19,1 +24,3 @@ __getNormalizedScrollLeft(element: Element | null): number; | ||
} | ||
export { DirMixin, DirMixinConstructor }; |
@@ -37,2 +37,4 @@ /** | ||
/** | ||
* A mixin to handle `dir` attribute based on the one set on the `<html>` element. | ||
* | ||
* @polymerMixin | ||
@@ -39,0 +41,0 @@ */ |
@@ -35,3 +35,3 @@ /** | ||
static get version() { | ||
return '22.0.0-alpha7'; | ||
return '22.0.0-alpha8'; | ||
} | ||
@@ -38,0 +38,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
55515
1354
0