basic-carousel
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "basic-carousel", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Lets the user navigate laterally through a sequence of child elements.", | ||
@@ -15,5 +15,5 @@ "homepage": "https://component.kitchen", | ||
"dependencies": { | ||
"basic-element-base": "^0.7.3", | ||
"basic-component-mixins": "^0.7.3", | ||
"basic-sliding-viewport": "^0.7.3" | ||
"basic-element-base": "^0.7.4", | ||
"basic-component-mixins": "^0.7.4", | ||
"basic-sliding-viewport": "^0.7.4" | ||
}, | ||
@@ -20,0 +20,0 @@ "browserify": { |
<a name="Carousel"></a> | ||
## Carousel | ||
## Carousel ⇐ <code>ElementBase</code> | ||
Lets the user navigate laterally through a sequence of child elements. | ||
@@ -96,2 +96,3 @@ | ||
**Kind**: global class | ||
**Mixes**: <code>DistributedChildrenAsContent</code>, <code>TargetInCollective</code>, <code>ContentAsItems</code>, <code>DirectionSelection</code>, <code>Generic</code>, <code>ItemsSelection</code>, <code>SelectionAriaActive</code>, <code>Keyboard</code>, <code>KeyboardDirection</code>, <code>SwipeDirection</code>, <code>TrackpadDirection</code> | ||
**Extends:** <code>ElementBase</code> | ||
**Mixes**: <code>ContentAsItems</code>, <code>DirectionSelection</code>, <code>DistributedChildrenAsContent</code>, <code>Generic</code>, <code>ItemsSelection</code>, <code>Keyboard</code>, <code>KeyboardDirection</code>, <code>ObserveContentChanges</code>, <code>SelectionAriaActive</code>, <code>SwipeDirection</code>, <code>TargetInCollective</code>, <code>TrackpadDirection</code> |
@@ -125,12 +125,14 @@ import ElementBase from '../../basic-element-base/src/ElementBase'; | ||
* | ||
* @mixes DistributedChildrenAsContent | ||
* @mixes TargetInCollective | ||
* @extends ElementBase | ||
* @mixes ContentAsItems | ||
* @mixes DirectionSelection | ||
* @mixes DistributedChildrenAsContent | ||
* @mixes Generic | ||
* @mixes ItemsSelection | ||
* @mixes SelectionAriaActive | ||
* @mixes Keyboard | ||
* @mixes KeyboardDirection | ||
* @mixes ObserveContentChanges | ||
* @mixes SelectionAriaActive | ||
* @mixes SwipeDirection | ||
* @mixes TargetInCollective | ||
* @mixes TrackpadDirection | ||
@@ -140,2 +142,7 @@ */ | ||
createdCallback() { | ||
if (super.createdCallback) { super.createdCallback(); } | ||
this.navigationAxis = 'horizontal'; | ||
} | ||
attachedCallback() { | ||
@@ -142,0 +149,0 @@ if (super.attachedCallback) { super.attachedCallback(); } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
370693
4178
98
Updatedbasic-element-base@^0.7.4