Creates the stock and register it on the manager.
the card manager
the stock element (should be an empty HTML Element)
Optional
settings: CardStockSettingsProtected
cardsProtected
elementthe stock element (should be an empty HTML Element)
Protected
managerthe card manager
Optional
onCalled when selection change. Returns the clicked card.
card: the clicked card (can be selected or unselected)
Called when selection change. Returns the clicked card.
card: the clicked card (can be selected or unselected)
Optional
onCalled when selection change. Returns the selection.
selection: the selected cards of the stock
lastChange: the last change on selection card (can be selected or unselected)
Protected
selectedProtected
selectionPrivate
Optional
settingsProtected
Optional
sortAdd a card to the stock.
the card to add
Optional
animation: CardAnimation<T>a CardAnimation
object
Optional
settings: AddCardSettingsa AddCardSettings
object
the promise when the animation is done (true if it was animated, false if it wasn't)
Protected
addOptional
settings: AddCardSettingsAdd an array of cards to the stock.
the cards to add
Optional
animation: CardAnimation<T>a CardAnimation
object
Optional
settings: AddCardSettingsa AddCardSettings
object
if number, the number of milliseconds between each card. if true, chain animations
Protected
animationThe element to animate. The element is added to the destination stock before the animation starts.
Protected
bindProtected
canChecks if the card can be added. By default, only if it isn't already present in the stock.
the card to add
Optional
settings: AddCardSettingsthe addCard settings
if the card can be added
Protected
cardNotify the stock that a card is removed.
the card to remove
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
a card
if the card is present in the stock
Flips the card.
the card informations
Optional
settings: FlipCardSettingsa card in the stock
the HTML element generated for the card
Protected
getthe selected cards
Protected
moveOptional
settings: AddCardSettingsProtected
moveOptional
settings: AddCardSettingsRemove all cards from the stock.
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
Remove a card from the stock.
the card to remove
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
Remove a set of card from the stock.
the cards to remove
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
Set selected state to a card.
the card to select
Set the card to its front (visible) or back (not visible) side.
the card informations
Optional
settings: FlipCardSettingsProtected
setSet the selectable class for each card.
Optional
selectableCards: T[]the selectable cards. If unset, all cards are marked selectable. Default unset.
Set if the stock is selectable, and if yes if it can be multiple. If set to 'none', it will unselect all selected cards.
the selection mode
Optional
selectableCards: T[]the selectable cards (all if unset). Calls setSelectableCards
method
Set unselected state to a card.
the card to unselect
Generated using TypeDoc
The abstract stock. It shouldn't be used directly, use stocks that extends it.