SYMBOL INDEX (625 symbols across 48 files) FILE: gulpfile.js function errorLoggingTemplate (line 137) | function errorLoggingTemplate(error) { function errorNotifyObject (line 155) | function errorNotifyObject(error) { FILE: src/_blank-component/blank.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-blank'; class Blank (line 12) | class Blank extends Component { method upgradeElements (line 18) | static upgradeElements() { method init (line 31) | init() { method dispose (line 46) | dispose() { FILE: src/alert/alert.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-alert'; constant CLASS_CONTENT (line 5) | const CLASS_CONTENT = 'aui-alert__content'; constant CLASS_CLOSE_BUTTON (line 6) | const CLASS_CLOSE_BUTTON = 'aui-alert__close'; constant CLASS_IS_CLOSED (line 7) | const CLASS_IS_CLOSED = 'is-closed'; constant CLASS_IS_OPEN (line 8) | const CLASS_IS_OPEN = 'is-open'; constant ATTR_CLOSE (line 9) | const ATTR_CLOSE = 'data-close'; constant ATTR_OPENDELAY (line 10) | const ATTR_OPENDELAY = 'data-opendelay'; class Alert (line 19) | class Alert extends Component { method upgradeElements (line 25) | static upgradeElements() { method constructor (line 40) | constructor(element) { method init (line 47) | init() { method open (line 78) | open(animate) { method _animateOpen (line 92) | _animateOpen() { method close (line 106) | close() { method _animateClose (line 115) | _animateClose() { method update (line 130) | update() { method _onClick (line 139) | _onClick(event) { method dispose (line 148) | dispose() { FILE: src/audioplayer/audioplayer.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-audioplayer'; class Audioplayer (line 6) | class Audioplayer extends Component { method upgradeElements (line 12) | static upgradeElements() { method formatCurrentTime (line 22) | formatCurrentTime(currentTime) { method init (line 26) | init() { method isMuted (line 95) | isMuted() { method isPlaying (line 99) | isPlaying() { method mute (line 103) | mute() { method next (line 108) | next() { method pause (line 133) | pause() { method play (line 139) | play() { method previous (line 146) | previous() { method unmute (line 171) | unmute() { method cancelProgress (line 176) | cancelProgress() { method updateProgress (line 183) | updateProgress() { FILE: src/breadcrumb/breadcrumb.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-breadcrumb'; constant CLASS_ITEMS (line 5) | const CLASS_ITEMS = 'aui-breadcrumb__items'; constant CLASS_IS_OVERSIZED (line 6) | const CLASS_IS_OVERSIZED = 'is-oversized'; class Breadcrumb (line 15) | class Breadcrumb extends Component { method upgradeElements (line 21) | static upgradeElements() { method constructor (line 31) | constructor(element) { method init (line 35) | init() { method update (line 46) | update() { method dispose (line 50) | dispose() { method _checkSize (line 56) | _checkSize() { FILE: src/checkbox/checkbox.js constant NAMESPACE (line 3) | const NAMESPACE = 'auiCheckbox'; constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-checkbox'; constant CLASS_INPUT (line 5) | const CLASS_INPUT = 'aui-checkbox__input'; constant CLASS_LABEL (line 6) | const CLASS_LABEL = 'aui-checkbox__label'; constant CLASS_BOX (line 7) | const CLASS_BOX = 'aui-checkbox__box'; constant CLASS_TICK (line 8) | const CLASS_TICK = 'aui-checkbox__tick'; constant CLASS_IS_FOCUS (line 9) | const CLASS_IS_FOCUS = 'is-focused'; constant CLASS_IS_CHECKED (line 10) | const CLASS_IS_CHECKED = 'is-checked'; constant CLASS_IS_DISABLED (line 11) | const CLASS_IS_DISABLED = 'is-disabled'; class Checkbox (line 20) | class Checkbox extends Component { method upgradeElements (line 26) | static upgradeElements() { method get (line 41) | static get(container = document) { method constructor (line 51) | constructor(element) { method init (line 55) | init() { method updateClasses (line 75) | updateClasses() { method checkDisabled (line 84) | checkDisabled() { method checkToggleState (line 95) | checkToggleState() { method checkFocus (line 106) | checkFocus() { method enable (line 117) | enable() { method disable (line 125) | disable() { method check (line 133) | check() { method uncheck (line 141) | uncheck() { method toggle (line 149) | toggle() { method dispose (line 160) | dispose() { method _onChange (line 174) | _onChange(event) { method _onFocus (line 179) | _onFocus(event) { method _onBlur (line 183) | _onBlur(event) { method input (line 191) | get input() { method checked (line 195) | get checked() { method checked (line 199) | set checked(value) { method disabled (line 207) | get disabled() { method disabled (line 211) | set disabled(value) { FILE: src/component/component.js constant CLASS_IS_UPGRADED (line 1) | const CLASS_IS_UPGRADED = 'is-upgraded'; constant SVG_NS (line 3) | const SVG_NS = 'http://www.w3.org/2000/svg'; class Component (line 12) | class Component { method isElementUpgraded (line 19) | static isElementUpgraded(element) { method constructor (line 29) | constructor(element, namespace) { method init (line 43) | init() { method dispose (line 50) | dispose() { method removeChild (line 58) | removeChild(childNode) { method createElement (line 75) | createElement(tagName, classes, attributes) { method createSvgNode (line 92) | createSvgNode(qualifiedName, attributes) { method element (line 111) | get element() { method isIE (line 118) | isIE() { FILE: src/dropdown/dropdown.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-dropdown'; constant SELECTOR_OPTION_INPUT (line 5) | const SELECTOR_OPTION_INPUT = 'input'; constant CLASS_ANIMATED_LIST_ITEMS (line 6) | const CLASS_ANIMATED_LIST_ITEMS = 'aui-dropdown__list-item--animate'; constant CLASS_LABEL (line 7) | const CLASS_LABEL = 'aui-dropdown__label'; constant CLASS_INPUT (line 8) | const CLASS_INPUT = 'aui-dropdown__input'; constant CLASS_VALUE (line 9) | const CLASS_VALUE = 'aui-dropdown__value'; constant CLASS_FOCUS_LINE (line 10) | const CLASS_FOCUS_LINE = 'aui-dropdown__focus-line'; constant CLASS_OPTION (line 11) | const CLASS_OPTION = 'aui-dropdown__option'; constant CLASS_MULTIPLE (line 12) | const CLASS_MULTIPLE = 'aui-dropdown--multiple'; constant CLASS_IS_FOCUS (line 13) | const CLASS_IS_FOCUS = 'is-focused'; constant CLASS_IS_DIRTY (line 14) | const CLASS_IS_DIRTY = 'is-dirty'; constant CLASS_IS_DISABLED (line 15) | const CLASS_IS_DISABLED = 'is-disabled'; constant CLASS_IS_ACTIVE (line 16) | const CLASS_IS_ACTIVE = 'is-active'; class Dropdown (line 25) | class Dropdown extends Component { method upgradeElements (line 31) | static upgradeElements() { method constructor (line 46) | constructor(element) { method optionClicked (line 76) | optionClicked(option) { method updateInput (line 88) | updateInput(option) { method _getOptionTitle (line 106) | _getOptionTitle(option) { method _getOptionValue (line 114) | _getOptionValue(option) { method open (line 122) | open() { method close (line 130) | close() { method toggleOpen (line 136) | toggleOpen() { method updateClasses (line 144) | updateClasses() { method checkDisabled (line 153) | checkDisabled() { method checkDirty (line 164) | checkDirty() { method checkFocus (line 175) | checkFocus() { method disable (line 186) | disable() { method dispose (line 194) | dispose() { method _onClick (line 209) | _onClick(event) { method _onClickOutside (line 233) | _onClickOutside(event) { method _onInput (line 240) | _onInput(event) { method _onFocus (line 244) | _onFocus(event) { method _onBlur (line 248) | _onBlur(event) { method _onReset (line 252) | _onReset(event) { FILE: src/flyout/flyout.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-flyout'; constant CLASS_TOGGLE (line 4) | const CLASS_TOGGLE = 'aui-flyout__toggle'; constant CLASS_TRIANGLE (line 5) | const CLASS_TRIANGLE = 'aui-flyout__triangle'; constant CLASS_HEADER (line 6) | const CLASS_HEADER = 'aui-flyout__header'; constant CLASS_CLOSE_BUTTON (line 7) | const CLASS_CLOSE_BUTTON = 'aui-flyout__close'; constant CLASS_PANEL (line 8) | const CLASS_PANEL = 'aui-flyout__panel'; constant CLASS_IS_UPGRADED (line 9) | const CLASS_IS_UPGRADED = 'is-upgraded'; constant CLASS_IS_ACTIVE (line 10) | const CLASS_IS_ACTIVE = 'is-active'; constant CLASS_FLYOUT_IS_OPEN (line 11) | const CLASS_FLYOUT_IS_OPEN = 'aui-flyout-is-open'; constant TOGGLE_THRESHOLD (line 12) | const TOGGLE_THRESHOLD = 250; class Flyout (line 21) | class Flyout extends Component { method upgradeElements (line 27) | static upgradeElements() { method init (line 40) | init() { method dispose (line 72) | dispose() { method open (line 87) | open() { method close (line 99) | close() { method toggle (line 110) | toggle() { method _onClickClose (line 127) | _onClickClose(event) { method _onClickToggle (line 135) | _onClickToggle(event) { method _onMouseEnter (line 143) | _onMouseEnter(event) { method _onMouseLeave (line 151) | _onMouseLeave(event) { method _onTouch (line 159) | _onTouch(event) { method _onTouchOutside (line 168) | _onTouchOutside(event) { FILE: src/header/header.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-header'; constant CLASS_STICKYABLE (line 5) | const CLASS_STICKYABLE = 'aui-header--sticky'; constant CLASS_IS_STICKY (line 6) | const CLASS_IS_STICKY = 'is-sticky'; class Header (line 15) | class Header extends Component { method upgradeElements (line 21) | static upgradeElements() { method constructor (line 36) | constructor(element) { method init (line 43) | init() { method dispose (line 68) | dispose() { method checkStickiness (line 78) | checkStickiness() { method stick (line 93) | stick() { method release (line 103) | release() { FILE: src/index.js class ComponentHandler (line 68) | class ComponentHandler { method constructor (line 70) | constructor() { method upgradeAllElements (line 83) | upgradeAllElements() { FILE: src/indicator/indicator.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-indicator'; constant CLASS_ITEM (line 5) | const CLASS_ITEM = 'aui-indicator__item'; constant CLASS_DOT (line 6) | const CLASS_DOT = 'aui-indicator__dot'; constant CLASS_TRIGGER (line 7) | const CLASS_TRIGGER = 'aui-indicator__trigger'; constant CLASS_INDICATOR (line 8) | const CLASS_INDICATOR = 'aui-indicator__indicator'; constant CLASS_IS_ACTIVE (line 9) | const CLASS_IS_ACTIVE = 'is-active'; class Indicator (line 18) | class Indicator extends Component { method upgradeElements (line 24) | static upgradeElements() { method constructor (line 34) | constructor(element) { method init (line 38) | init() { method _onClick (line 57) | _onClick(event) { method selectDot (line 71) | selectDot(dotElement) { method select (line 85) | select(index = 0) { FILE: src/modal/modal-default.js constant CLASS_MODAL_IS_OPEN (line 5) | const CLASS_MODAL_IS_OPEN = 'aui-modal-open'; constant CLASS_WINDOW (line 6) | const CLASS_WINDOW = 'aui-modal-dialog--window'; constant CLASS_DIALOG_BODY (line 7) | const CLASS_DIALOG_BODY = 'aui-modal-dialog__body'; constant CLASS_IS_ACTIVE (line 8) | const CLASS_IS_ACTIVE = 'is-active'; class ModalDefault (line 17) | class ModalDefault extends ModalDialog { method open (line 23) | open(trigger) { method _prepareOpenTransition (line 49) | _prepareOpenTransition() { method close (line 65) | close() { method _repositionCloseButton (line 81) | _repositionCloseButton() { FILE: src/modal/modal-dialog.js constant CLOSE_BUTTON_SIZE_SMALL (line 4) | const CLOSE_BUTTON_SIZE_SMALL = 45; constant CLOSE_BUTTON_SIZE_LARGE (line 5) | const CLOSE_BUTTON_SIZE_LARGE = 81; constant CLOSE_ICON_SIZE_SMALL (line 6) | const CLOSE_ICON_SIZE_SMALL = 17; constant CLOSE_ICON_SIZE_LARGE (line 7) | const CLOSE_ICON_SIZE_LARGE = 31; constant CLASS_BACKDROP (line 8) | const CLASS_BACKDROP = 'aui-modal-backdrop'; constant CLASS_CLOSE (line 9) | const CLASS_CLOSE = 'aui-modal-dialog__close'; constant CLASS_IS_ACTIVE (line 10) | const CLASS_IS_ACTIVE = 'is-active'; class ModalDialog (line 19) | class ModalDialog extends Component { method init (line 24) | init() { method open (line 38) | open() { method _onBackdropCloseTransitionend (line 48) | _onBackdropCloseTransitionend(event) { method _addBackdrop (line 59) | _addBackdrop() { method _removeBackdrop (line 70) | _removeBackdrop() { method _addCloseButton (line 81) | _addCloseButton(container) { FILE: src/modal/modal-morph.js constant CLASS_MODAL_IS_OPEN (line 4) | const CLASS_MODAL_IS_OPEN = 'aui-modal-open'; constant CLASS_CONTENT (line 5) | const CLASS_CONTENT = 'aui-modal-dialog__content'; constant CLASS_MORPH_DIALOG (line 6) | const CLASS_MORPH_DIALOG = 'aui-modal-morph'; constant CLASS_IS_ACTIVE (line 7) | const CLASS_IS_ACTIVE = 'is-active'; constant CLASS_IS_MORPHING (line 8) | const CLASS_IS_MORPHING = 'is-morphing'; class ModalMorph (line 17) | class ModalMorph extends ModalDialog { method init (line 22) | init() { method open (line 32) | open(trigger) { method _prepareOpenTransition (line 45) | _prepareOpenTransition() { method _startOpenTransition (line 55) | _startOpenTransition() { method _onTransitionendElementIn (line 65) | _onTransitionendElementIn(event) { method close (line 73) | close() { method _startCloseTransition (line 91) | _startCloseTransition() { method _onTransitionendMorphOut (line 98) | _onTransitionendMorphOut(event) { method _onMorpBodyCloseTransitionend (line 104) | _onMorpBodyCloseTransitionend(event) { method _applyBoundingRectToElement (line 112) | _applyBoundingRectToElement(element, rect) { method _getMorphElement (line 119) | _getMorphElement(rect) { FILE: src/modal/modal.js constant SELECTOR_COMPONENT (line 5) | const SELECTOR_COMPONENT = '.aui-js-modal'; constant CLASS_MORPH (line 6) | const CLASS_MORPH = 'aui-modal--morph'; class Modal (line 18) | class Modal extends Component { method upgradeElements (line 24) | static upgradeElements() { method getModalById (line 40) | static getModalById(id) { method closeCurrentModal (line 51) | static closeCurrentModal() { method MODIFIER_MORPH (line 61) | static get MODIFIER_MORPH() { method MODIFIER_DEFAULT (line 68) | static get MODIFIER_DEFAULT() { method init (line 75) | init() { method open (line 93) | open(trigger) { method close (line 101) | close() { method id (line 109) | get id() { FILE: src/nav/nav-bar.js constant SELECTOR_COMPONENT (line 6) | const SELECTOR_COMPONENT = '.aui-js-nav'; constant CLASS_PANEL (line 7) | const CLASS_PANEL = 'aui-nav__panel'; constant CLASS_ACTION (line 8) | const CLASS_ACTION = 'aui-nav__action'; constant CLASS_INDICATOR (line 9) | const CLASS_INDICATOR = 'aui-nav__indicator'; constant CLASS_PADDLES (line 10) | const CLASS_PADDLES = 'aui-nav__paddles'; constant CLASS_PADDLE_LEFT (line 11) | const CLASS_PADDLE_LEFT = 'aui-nav__paddle-left'; constant CLASS_PADDLE_RIGHT (line 12) | const CLASS_PADDLE_RIGHT = 'aui-nav__paddle-right'; constant CLASS_IS_ACTIVE (line 13) | const CLASS_IS_ACTIVE = 'is-active'; constant CLASS_IS_ANIMATED (line 14) | const CLASS_IS_ANIMATED = 'is-animated'; constant SHOW_INDICATOR_DELAY (line 15) | const SHOW_INDICATOR_DELAY = 0.25; constant INDICATOR_HIDDEN_X (line 16) | const INDICATOR_HIDDEN_X = -20; constant INDICATOR_HIDDEN_WIDTH (line 17) | const INDICATOR_HIDDEN_WIDTH = 10; constant SCROLL_THRESHOLD (line 18) | const SCROLL_THRESHOLD = 20; constant SCROLL_PADDING (line 19) | const SCROLL_PADDING = 10; constant SCROLL_EASING (line 20) | const SCROLL_EASING = 0.2; class NavBar (line 29) | class NavBar extends Component { method upgradeElements (line 35) | static upgradeElements() { method constructor (line 50) | constructor(element) { method init (line 57) | init() { method dispose (line 100) | dispose() { method update (line 115) | update() { method setActiveByIndex (line 124) | setActiveByIndex(index) { method setActive (line 133) | setActive(activeTarget) { method scrollLeft (line 165) | scrollLeft() { method scrollRight (line 172) | scrollRight() { method scroll (line 180) | scroll(dir) { method _animateScroll (line 220) | _animateScroll(scroll) { method _animateScrollTick (line 232) | _animateScrollTick() { method _addPaddle (line 253) | _addPaddle(cssClass) { method _updatePaddleVisibility (line 265) | _updatePaddleVisibility() { method _onScrollElement (line 283) | _onScrollElement() { method _onClick (line 292) | _onClick(event) { method index (line 320) | get index() { method length (line 328) | get length() { FILE: src/nav/nav-dropdown.js constant SELECTOR_COMPONENT (line 6) | const SELECTOR_COMPONENT = '.aui-js-nav'; constant CLASS_PANEL (line 7) | const CLASS_PANEL = 'aui-nav__panel'; constant CLASS_UNDERLINE (line 8) | const CLASS_UNDERLINE = 'aui-nav__underline'; constant CLASS_ITEM (line 9) | const CLASS_ITEM = 'aui-nav__item'; constant CLASS_ACTION (line 10) | const CLASS_ACTION = 'aui-nav__action'; constant CLASS_TOGGLE (line 11) | const CLASS_TOGGLE = 'aui-nav__toggle'; constant CLASS_TOGGLE_LABEL (line 12) | const CLASS_TOGGLE_LABEL = 'aui-nav__toggle-label'; constant CLASS_STICKY (line 13) | const CLASS_STICKY = 'aui-nav--sticky'; constant CLASS_IS_ACTIVE (line 14) | const CLASS_IS_ACTIVE = 'is-active'; class NavDropdown (line 23) | class NavDropdown extends Component { method upgradeElements (line 29) | static upgradeElements() { method constructor (line 44) | constructor(element) { method init (line 51) | init() { method dispose (line 92) | dispose() { method update (line 105) | update() { method toggle (line 113) | toggle(force) { method setActiveByIndex (line 121) | setActiveByIndex(index) { method setActive (line 130) | setActive(activeTarget) { method _onClick (line 162) | _onClick(event) { method index (line 183) | get index() { method length (line 191) | get length() { FILE: src/nav/nav-list.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-nav'; constant CLASS_ACTION (line 5) | const CLASS_ACTION = 'aui-nav__action'; constant CLASS_IS_ACTIVE (line 6) | const CLASS_IS_ACTIVE = 'is-active'; class NavList (line 15) | class NavList extends Component { method upgradeElements (line 21) | static upgradeElements() { method constructor (line 36) | constructor(element) { method init (line 43) | init() { method dispose (line 59) | dispose() { method update (line 67) | update() { method setActiveByIndex (line 75) | setActiveByIndex(index) { method setActive (line 84) | setActive(activeTarget) { method _onClick (line 100) | _onClick(event) { method index (line 118) | get index() { method length (line 126) | get length() { FILE: src/nav/nav.js constant SELECTOR_COMPONENT (line 7) | const SELECTOR_COMPONENT = '.aui-js-nav'; constant CLASS_LIST (line 8) | const CLASS_LIST = 'aui-nav--list'; constant CLASS_BAR (line 9) | const CLASS_BAR = 'aui-nav--bar'; constant CLASS_TAB (line 10) | const CLASS_TAB = 'aui-nav--tab'; constant CLASS_DROPDOWN (line 11) | const CLASS_DROPDOWN = 'aui-nav--dropdown'; class Nav (line 20) | class Nav extends Component { method upgradeElements (line 26) | static upgradeElements() { method MODIFIER_LIST (line 39) | static get MODIFIER_LIST() { method MODIFIER_BAR (line 46) | static get MODIFIER_BAR() { method MODIFIER_TAB (line 53) | static get MODIFIER_TAB() { method MODIFIER_DROPDOWN (line 60) | static get MODIFIER_DROPDOWN() { method constructor (line 69) | constructor(element) { method init (line 76) | init() { method dispose (line 108) | dispose() { method update (line 119) | update() { method setModifier (line 130) | setModifier(modifier) { method _resized (line 172) | _resized() { method index (line 187) | get index() { method length (line 197) | get length() { FILE: src/notification/notification.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-notification'; constant CLASS_CONTENT (line 4) | const CLASS_CONTENT = 'aui-notification__content'; constant CLASS_CLOSE_BUTTON (line 5) | const CLASS_CLOSE_BUTTON = 'aui-notification__close'; constant CLASS_IS_CLOSED (line 6) | const CLASS_IS_CLOSED = 'is-closed'; constant CLASS_IS_OPEN (line 7) | const CLASS_IS_OPEN = 'is-open'; constant ATTR_CLOSE (line 8) | const ATTR_CLOSE = 'data-close'; class Notification (line 17) | class Notification extends Component { method upgradeElements (line 23) | static upgradeElements() { method constructor (line 33) | constructor(element) { method init (line 37) | init() { method open (line 56) | open() { method checkOpeningPreparation (line 61) | checkOpeningPreparation() { method close (line 67) | close() { method checkClosingPreparation (line 75) | checkClosingPreparation() { method _onClick (line 85) | _onClick(event) { FILE: src/pagination/pagination.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-pagination'; constant CLASS_ITEM (line 5) | const CLASS_ITEM = 'aui-pagination__link'; constant CLASS_INDICATOR (line 6) | const CLASS_INDICATOR = 'aui-pagination__indicator'; constant CLASS_IS_ACTIVE (line 7) | const CLASS_IS_ACTIVE = 'is-active'; constant CLASS_IS_ANIMATED (line 8) | const CLASS_IS_ANIMATED = 'is-animated'; constant CLASS_IS_DISABLED (line 9) | const CLASS_IS_DISABLED = 'is-disabled'; class Pagination (line 18) | class Pagination extends Component { method upgradeElements (line 24) | static upgradeElements() { method init (line 37) | init() { method dispose (line 60) | dispose() { method update (line 76) | update() { method _repositionIndicator (line 85) | _repositionIndicator(linkElement) { method _onClick (line 107) | _onClick(event) { FILE: src/player/player.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-player'; constant SELECTOR_PROGRESS_CONTROL (line 4) | const SELECTOR_PROGRESS_CONTROL = '.aui-player__progress-control'; constant SELECTOR_SEEK_HOLDER (line 5) | const SELECTOR_SEEK_HOLDER = '.aui-player__seek-holder'; constant SELECTOR_PREVIEW (line 6) | const SELECTOR_PREVIEW = '.aui-player__preview'; constant CLASS_SEEKING (line 7) | const CLASS_SEEKING = 'is-seeking'; class Player (line 16) | class Player extends Component { method upgradeElements (line 22) | static upgradeElements() { method constructor (line 32) | constructor(element) { method progressControlOverHandler (line 46) | progressControlOverHandler(event) { method progressControlMoveHandler (line 53) | progressControlMoveHandler(event) { method progressControlOutHandler (line 57) | progressControlOutHandler(event) { method updateSeek (line 61) | updateSeek() { FILE: src/popover/popover.js constant SELECTOR_COMPONENT (line 7) | const SELECTOR_COMPONENT = '.aui-js-popover'; constant SELECTOR_DISMISS (line 8) | const SELECTOR_DISMISS = '[data-dismiss="popover"]'; constant CLASS_ARROW (line 9) | const CLASS_ARROW = 'aui-popover__arrow'; constant CLASS_ARROW_SHAPE (line 10) | const CLASS_ARROW_SHAPE = 'aui-popover__arrow-shape'; constant CLASS_ACTIVE (line 11) | const CLASS_ACTIVE = 'is-active'; constant CLASS_SHOWN (line 12) | const CLASS_SHOWN = 'is-shown'; constant CLASS_POPOVER_IS_OPEN (line 13) | const CLASS_POPOVER_IS_OPEN = 'aui-popover-is-open'; constant ARROW_SIZE (line 14) | const ARROW_SIZE = 20; class Popover (line 30) | class Popover extends Component { method upgradeElements (line 36) | static upgradeElements() { method init (line 49) | init() { method dispose (line 72) | dispose() { method toggle (line 87) | toggle(event) { method show (line 131) | show() { method hide (line 143) | hide() { method _cleanupTether (line 153) | _cleanupTether() { method _onClickOutside (line 166) | _onClickOutside(event) { method _onHideComplete (line 182) | _onHideComplete(event) { method _addArrow (line 197) | _addArrow(parent, color) { FILE: src/progress/progress.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-progress'; constant CLASS_CONTINUOUS (line 5) | const CLASS_CONTINUOUS = 'aui-progress--continuous'; constant CLASS_BAR (line 6) | const CLASS_BAR = 'aui-progress__bar'; constant CLASS_IS_PENDING (line 7) | const CLASS_IS_PENDING = 'is-pending'; constant CLASS_IS_LOADING (line 8) | const CLASS_IS_LOADING = 'is-loading'; constant CLASS_IS_COMPLETE (line 9) | const CLASS_IS_COMPLETE = 'is-complete'; class Progress (line 18) | class Progress extends Component { method upgradeElements (line 24) | static upgradeElements() { method constructor (line 34) | constructor(element) { method init (line 38) | init() { method progress (line 51) | progress(ratio) { method updateClasses (line 62) | updateClasses() { FILE: src/radio/radio.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-radio'; constant CLASS_INPUT (line 4) | const CLASS_INPUT = 'aui-radio__input'; constant CLASS_LABEL (line 5) | const CLASS_LABEL = 'aui-radio__label'; constant CLASS_BOX (line 6) | const CLASS_BOX = 'aui-radio__box'; constant CLASS_TICK (line 7) | const CLASS_TICK = 'aui-radio__tick'; constant CLASS_IS_FOCUS (line 8) | const CLASS_IS_FOCUS = 'is-focused'; constant CLASS_IS_CHECKED (line 9) | const CLASS_IS_CHECKED = 'is-checked'; constant CLASS_IS_DISABLED (line 10) | const CLASS_IS_DISABLED = 'is-disabled'; class Radio (line 21) | class Radio extends Component { method upgradeElements (line 27) | static upgradeElements() { method init (line 38) | init() { method updateClasses (line 60) | updateClasses() { method checkDisabled (line 69) | checkDisabled() { method checkToggleState (line 80) | checkToggleState() { method checkFocus (line 97) | checkFocus() { method enable (line 108) | enable() { method disable (line 116) | disable() { method check (line 124) | check() { method uncheck (line 132) | uncheck() { method dispose (line 140) | dispose() { method _onChange (line 154) | _onChange(event) { method _onFocus (line 168) | _onFocus(event) { method _onBlur (line 172) | _onBlur(event) { method input (line 180) | get input() { method checked (line 184) | get checked() { method checked (line 188) | set checked(value) { method disabled (line 196) | get disabled() { method disabled (line 200) | set disabled(value) { FILE: src/response/response.js constant SELECTOR_COMPONENT (line 4) | const SELECTOR_COMPONENT = '.aui-js-response'; constant CLASS_BUTTON_PRIMARY (line 5) | const CLASS_BUTTON_PRIMARY = 'aui-button--primary'; constant CLASS_BUTTON_SECONDARY (line 6) | const CLASS_BUTTON_SECONDARY = 'aui-button--secondary'; constant CLASS_BUTTON_ICON (line 7) | const CLASS_BUTTON_ICON = 'aui-button--icon'; constant CLASS_BUTTON_FLOATING (line 8) | const CLASS_BUTTON_FLOATING = 'aui-button--floating'; constant CLASS_RESPONSE (line 9) | const CLASS_RESPONSE = 'aui-response'; constant CLASS_RESPONSE_MASKED (line 10) | const CLASS_RESPONSE_MASKED = 'aui-response--masked'; constant CLASS_EFFECT (line 11) | const CLASS_EFFECT = 'aui-response__effect'; constant CLASS_EFFECT_LARGE (line 12) | const CLASS_EFFECT_LARGE = 'aui-response__effect--large'; constant CLASS_IS_ANIMATING (line 13) | const CLASS_IS_ANIMATING = 'is-animating'; constant CLASS_IS_DISABLED (line 14) | const CLASS_IS_DISABLED = 'is-disabled'; class Response (line 23) | class Response extends Component { method upgradeElements (line 29) | static upgradeElements() { method constructor (line 44) | constructor(element) { method init (line 51) | init() { method dispose (line 82) | dispose() { method _onMousedown (line 97) | _onMousedown(event) { method _onAnimationend (line 116) | _onAnimationend(event) { FILE: src/select/select.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-select'; constant CLASS_INPUT (line 4) | const CLASS_INPUT = 'aui-select__input'; constant CLASS_LABEL (line 5) | const CLASS_LABEL = 'aui-select__label'; constant CLASS_FOCUS_LINE (line 6) | const CLASS_FOCUS_LINE = 'aui-select__focus-line'; constant CLASS_IS_FOCUS (line 7) | const CLASS_IS_FOCUS = 'is-focused'; constant CLASS_IS_DIRTY (line 8) | const CLASS_IS_DIRTY = 'is-dirty'; constant CLASS_IS_DISABLED (line 9) | const CLASS_IS_DISABLED = 'is-disabled'; class Select (line 18) | class Select extends Component { method upgradeElements (line 24) | static upgradeElements() { method constructor (line 34) | constructor(element) { method init (line 38) | init() { method updateClasses (line 57) | updateClasses() { method checkDisabled (line 66) | checkDisabled() { method checkDirty (line 77) | checkDirty() { method checkFocus (line 90) | checkFocus() { method disable (line 101) | disable() { method _onChange (line 110) | _onChange(event) { method _onFocus (line 114) | _onFocus(event) { method _onBlur (line 118) | _onBlur(event) { method _onReset (line 122) | _onReset(event) { FILE: src/slider/slider.js constant SELECTOR_COMPONENT (line 12) | const SELECTOR_COMPONENT = '.aui-js-slider'; constant SELECTOR_HIDDEN_FIELD (line 13) | const SELECTOR_HIDDEN_FIELD = '.aui-slider__hidden-field'; constant SELECTOR_OUTPUT (line 14) | const SELECTOR_OUTPUT = '.aui-slider__output'; constant SELECTOR_RANGE_OUTPUT (line 15) | const SELECTOR_RANGE_OUTPUT = '.aui-slider__rangeOutput'; constant SELECTOR_RANGE_MIN (line 16) | const SELECTOR_RANGE_MIN = '.aui-slider__range-min'; constant SELECTOR_RANGE_MAX (line 17) | const SELECTOR_RANGE_MAX = '.aui-slider__range-max'; constant SELECTOR_ORIGIN (line 18) | const SELECTOR_ORIGIN = '.aui-slider__origin'; constant CLASS_COMPONENT (line 19) | const CLASS_COMPONENT = 'aui-slider'; constant CLASS_IS_DISABLED (line 20) | const CLASS_IS_DISABLED = 'is-disabled'; constant EVENT_NAMESPACE (line 21) | const EVENT_NAMESPACE = CLASS_COMPONENT; class Slider (line 30) | class Slider extends Component { method upgradeElements (line 36) | static upgradeElements() { method init (line 49) | init() { method dispose (line 115) | dispose() { method enable (line 128) | enable() { method disable (line 136) | disable() { method _onUpdate (line 149) | _onUpdate(values, handle, unencoded, tap, positions) { method _parseData (line 191) | _parseData(value) { FILE: src/spinner/spinner.js constant SELECTOR_COMPONENT (line 6) | const SELECTOR_COMPONENT = '.aui-js-spinner'; constant CLASS_CONTINUOUS (line 7) | const CLASS_CONTINUOUS = 'aui-spinner--continuous'; constant CLASS_SHAPE (line 8) | const CLASS_SHAPE = 'aui-spinner__svg'; constant CLASS_PATH (line 9) | const CLASS_PATH = 'aui-spinner__path'; constant CLASS_PATH_PROGRESS (line 10) | const CLASS_PATH_PROGRESS = 'aui-spinner__path--progress'; constant CLASS_GROUP (line 11) | const CLASS_GROUP = 'aui-spinner__group'; constant CLASS_GROUP_BASE_PATH (line 12) | const CLASS_GROUP_BASE_PATH = 'aui-spinner__group-base'; constant CLASS_GROUP_PROGRESS_PATH (line 13) | const CLASS_GROUP_PROGRESS_PATH = 'aui-spinner__group-progress'; constant CLASS_VALUE (line 14) | const CLASS_VALUE = 'aui-spinner__value'; constant CLASS_IS_PENDING (line 15) | const CLASS_IS_PENDING = 'is-pending'; constant CLASS_IS_LOADING (line 16) | const CLASS_IS_LOADING = 'is-loading'; constant CLASS_IS_COMPLETE (line 17) | const CLASS_IS_COMPLETE = 'is-complete'; constant SIZE (line 18) | const SIZE = 48; constant RADIUS (line 19) | const RADIUS = 22; constant STROKE_WIDTH (line 20) | const STROKE_WIDTH = 3; constant LOOP_ANIMATION_DURATION (line 21) | const LOOP_ANIMATION_DURATION = 1.5; constant LOOP_ANIMATION (line 22) | const LOOP_ANIMATION = [ class Spinner (line 41) | class Spinner extends Component { method upgradeElements (line 47) | static upgradeElements() { method constructor (line 57) | constructor(element) { method init (line 61) | init() { method progress (line 122) | progress(ratio) { method loop (line 143) | loop() { method stop (line 150) | stop() {} method resize (line 152) | resize() { method _animateLoop (line 161) | _animateLoop(timestamp) { method _updateClasses (line 197) | _updateClasses() { method _getCircleLength (line 217) | _getCircleLength(circle) { FILE: src/sticky/sticky.js constant CLASS_IS_STICKY (line 4) | const CLASS_IS_STICKY = 'is-sticky'; class Sticky (line 13) | class Sticky extends Component { method constructor (line 20) | constructor(element) { method init (line 27) | init() { method dispose (line 46) | dispose() { method checkStickiness (line 57) | checkStickiness() { method stick (line 72) | stick() { method release (line 82) | release() { FILE: src/textfield/textfield.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-textfield'; constant CLASS_FIELD (line 4) | const CLASS_FIELD = 'aui-textfield__field'; constant CLASS_INPUT (line 5) | const CLASS_INPUT = 'aui-textfield__input'; constant CLASS_LABEL (line 6) | const CLASS_LABEL = 'aui-textfield__label'; constant CLASS_FOCUS_LINE (line 7) | const CLASS_FOCUS_LINE = 'aui-textfield__focus-line'; constant CLASS_COUNTER (line 8) | const CLASS_COUNTER = 'aui-textfield__counter'; constant CLASS_COUNTER_VALUE (line 9) | const CLASS_COUNTER_VALUE = 'aui-textfield__counter-value'; constant CLASS_IS_FOCUS (line 10) | const CLASS_IS_FOCUS = 'is-focused'; constant CLASS_IS_DIRTY (line 11) | const CLASS_IS_DIRTY = 'is-dirty'; constant CLASS_IS_INVALID (line 12) | const CLASS_IS_INVALID = 'is-invalid'; constant CLASS_IS_DISABLED (line 13) | const CLASS_IS_DISABLED = 'is-disabled'; constant CLASS_IS_EQUAL_MAX_CHARS (line 14) | const CLASS_IS_EQUAL_MAX_CHARS = 'is-equal-max-length'; constant CLASS_IS_GREATER_MAX_CHARS (line 15) | const CLASS_IS_GREATER_MAX_CHARS = 'is-greater-max-length'; constant ATTR_AUTOSIZE (line 16) | const ATTR_AUTOSIZE = 'data-autosize'; class Textfield (line 25) | class Textfield extends Component { method upgradeElements (line 31) | static upgradeElements() { method constructor (line 41) | constructor(element) { method init (line 45) | init() { method update (line 87) | update() { method updateClasses (line 95) | updateClasses() { method updateCounter (line 101) | updateCounter() { method checkDisabled (line 126) | checkDisabled() { method checkDirty (line 137) | checkDirty() { method checkFocus (line 148) | checkFocus() { method adjustHeightToContent (line 159) | adjustHeightToContent() { method disable (line 180) | disable() { method dispose (line 188) | dispose() { method _onInput (line 205) | _onInput(event) { method _onFocus (line 209) | _onFocus(event) { method _onBlur (line 213) | _onBlur(event) { method _onChange (line 217) | _onChange(event) { method _onReset (line 221) | _onReset(event) { method _onKeyup (line 225) | _onKeyup(event) { method input (line 236) | get input() { method autoSize (line 240) | get autoSize() { method autoSize (line 244) | set autoSize(value) { FILE: src/tooltip/tooltip.js constant SELECTOR_COMPONENT (line 3) | const SELECTOR_COMPONENT = '.aui-js-tooltip'; constant CLASS_TRIANGLE (line 4) | const CLASS_TRIANGLE = 'aui-tooltip__triangle'; constant CLASS_IS_UPGRADED (line 5) | const CLASS_IS_UPGRADED = 'is-upgraded'; constant CLASS_IS_ACTIVE (line 6) | const CLASS_IS_ACTIVE = 'is-active'; constant CLASS_IS_TOP (line 7) | const CLASS_IS_TOP = 'is-top'; constant OFFSET_VIEWPORT_X (line 8) | const OFFSET_VIEWPORT_X = 10; constant OFFSET_TARGET_TOP (line 9) | const OFFSET_TARGET_TOP = 12; constant OFFSET_TARGET_BOTTOM (line 10) | const OFFSET_TARGET_BOTTOM = 12; constant OPEN_DELAY (line 11) | const OPEN_DELAY = 400; class Tooltip (line 20) | class Tooltip extends Component { method upgradeElements (line 26) | static upgradeElements() { method init (line 39) | init() { method dispose (line 71) | dispose() { method open (line 91) | open(trigger, clientX) { method close (line 141) | close() { method _onTriggerEnter (line 151) | _onTriggerEnter(event) { method _onTriggerMove (line 167) | _onTriggerMove(event) { method _onTriggerLeave (line 175) | _onTriggerLeave(event) { method _onTriggerLeaveOutside (line 183) | _onTriggerLeaveOutside(event) { method _onScrollWindow (line 195) | _onScrollWindow(event) { FILE: src/util/animation-end-event.js function whichAnimationEvent (line 2) | function whichAnimationEvent() { constant ANIMATION_EVENT (line 19) | const ANIMATION_EVENT = whichAnimationEvent(); FILE: src/util/clamp.js function clamp (line 18) | function clamp(number, lower, upper) { FILE: src/util/closest.js function closest (line 9) | function closest(element, selector, context) { FILE: src/util/is-none.js function isNone (line 6) | function isNone(value) { FILE: src/util/limit.js function limit (line 8) | function limit(x, min, max) { FILE: src/util/map-linear.js function mapLinear (line 10) | function mapLinear(x, a1, a2, b1, b2) { FILE: src/util/matches.js function matches (line 1) | function matches(element, selector) { FILE: src/util/object-resize.js class ObjectResize (line 1) | class ObjectResize { method constructor (line 3) | constructor(parent, callback, callbackScope) { method _onLoad (line 31) | _onLoad(event) { method _onResize (line 35) | _onResize(event) { method dispose (line 45) | dispose() { FILE: src/util/reflow.js function reflow (line 5) | function reflow(element) { FILE: src/util/resize-observer.js class ResizeObserver (line 5) | class ResizeObserver { method constructor (line 7) | constructor() { method init (line 16) | init() { method _onResize (line 24) | _onResize(event) { FILE: src/util/scroll-observer-element.js constant SCROLL_END_THRESHOLD (line 3) | const SCROLL_END_THRESHOLD = 100; class ScrollObserverElement (line 5) | class ScrollObserverElement { method constructor (line 7) | constructor(element) { method _onScroll (line 19) | _onScroll(event) { method scrollLeft (line 36) | get scrollLeft() { method scrollTop (line 40) | get scrollTop() { FILE: src/util/scroll-observer.js constant SCROLL_END_THRESHOLD (line 5) | const SCROLL_END_THRESHOLD = 100; class ScrollObserver (line 7) | class ScrollObserver { method constructor (line 9) | constructor() { method init (line 18) | init() { method onScroll (line 29) | onScroll(event) { method scrollX (line 46) | get scrollX() { method scrollY (line 50) | get scrollY() { FILE: src/util/signal.js class SignalBinding (line 3) | class SignalBinding { method constructor (line 5) | constructor(signal, listener, isOnce, priority) { method _isBound (line 22) | _isBound() { method execute (line 34) | execute(params) { method detach (line 50) | detach() { method isOnce (line 54) | get isOnce() { method listener (line 58) | get listener() { method signal (line 62) | get signal() { method priority (line 66) | get priority() { method dispose (line 70) | dispose() { method toString (line 75) | toString() { class Signal (line 81) | class Signal { method constructor (line 83) | constructor() { method add (line 96) | add(listener, priority) { method addOnce (line 101) | addOnce(listener, priority) { method remove (line 106) | remove(listener) { method removeAll (line 117) | removeAll() { method has (line 125) | has(listener) { method dispatch (line 129) | dispatch() { method dispose (line 151) | dispose() { method _registerListener (line 157) | _registerListener(listener, isOnce, priority) { method _validateListener (line 178) | _validateListener(listener, fnName) { method _indexOfListener (line 184) | _indexOfListener(listener) { method _addBinding (line 196) | _addBinding(binding) { FILE: src/util/transition-end-event.js function whichTransitionEvent (line 2) | function whichTransitionEvent() { constant TRANSITION_EVENT (line 19) | const TRANSITION_EVENT = whichTransitionEvent(); FILE: test/visual/js/test.js function demoLoaderProgress (line 95) | function demoLoaderProgress() { function colorChange (line 185) | function colorChange(val) {