SYMBOL INDEX (212 symbols across 42 files) FILE: build/utils.js function generateLoaders (line 15) | function generateLoaders (loaders) { FILE: src/components/blur/blur.js method createElement (line 67) | createElement (name, attrs) { method setAttr (line 77) | setAttr (element, attrs) { function getStyle (line 263) | function getStyle (ele, prop) { FILE: src/components/clocker/clocker.js function parseDateString (line 17) | function parseDateString (dateString) { function escapedRegExp (line 51) | function escapedRegExp (str) { function strftime (line 57) | function strftime (offsetObject) { function pluralize (line 104) | function pluralize (format, count) { function splitNumber (line 123) | function splitNumber (number) { method start (line 146) | start () { method stop (line 157) | stop () { method toggle (line 163) | toggle () { method pause (line 171) | pause () { method resume (line 174) | resume () { method remove (line 177) | remove () { method setFinalDate (line 181) | setFinalDate (value) { method getOffset (line 185) | getOffset () { method update (line 200) | update () { method _dispatchEvent (line 222) | _dispatchEvent (eventName) { FILE: src/components/datetime/datetimepicker.js constant MASK_TEMPLATE (line 4) | const MASK_TEMPLATE = '
' constant TEMPLATE (line 6) | const TEMPLATE = `
method onSelect (line 53) | onSelect () {} method onConfirm (line 54) | onConfirm () {} method onClear (line 55) | onClear () {} method onShow (line 56) | onShow () {} method onHide (line 57) | onHide () {} function renderScroller (line 63) | function renderScroller (el, data, value, fn) { function showMask (line 72) | function showMask () { function hideMask (line 89) | function hideMask () { function DatetimePicker (line 102) | function DatetimePicker (config) { method _show (line 125) | _show (newValueMap) { method show (line 139) | show (value) { method _makeData (line 232) | _makeData (type, year, month) { method _setDayScroller (line 271) | _setDayScroller (year, month, day) { method find (line 284) | find (selector) { method hide (line 288) | hide () { method select (line 302) | select (type, value) { method destroy (line 306) | destroy () { method getValue (line 314) | getValue () { method confirm (line 339) | confirm () { method clear (line 351) | clear () { FILE: src/components/datetime/util.js function each (line 3) | function each (obj, fn) { function trimZero (line 13) | function trimZero (val) { function addZero (line 21) | function addZero (val) { function isLeapYear (line 26) | function isLeapYear (year) { function getMaxDay (line 30) | function getMaxDay (year, month) { function parseRow (line 39) | function parseRow (tmpl, value) { function parseDate (line 44) | function parseDate (format, value) { function getElement (line 63) | function getElement (expr) { function toElement (line 67) | function toElement (html) { function removeElement (line 73) | function removeElement (el) { FILE: src/components/fullpage/lib.js constant BOX_CLASS (line 8) | const BOX_CLASS = 'vux-fullpage-box' constant ANIM_CLASS (line 9) | const ANIM_CLASS = 'vux-fullpage-box-anim' constant ITEM_CLASS (line 10) | const ITEM_CLASS = 'vux-fullpage-item' constant DIR_CLASS (line 11) | const DIR_CLASS = 'vux-fullpage-dir' function touchmove (line 27) | function touchmove (e) { function fix (line 31) | function fix (cur, pagesLength, loop) { function move (line 43) | function move (ele, dir, dist) { function init (line 52) | function init (option) { function Fullpage (line 92) | function Fullpage (ele, option) { FILE: src/components/inline-calendar/props.js method default (line 8) | default () { method default (line 44) | default () { FILE: src/components/inline-calendar/util.js function zero (line 3) | function zero (n) { function splitValue (line 7) | function splitValue (value) { function getPrevTime (line 16) | function getPrevTime (year, month) { function getNextTime (line 30) | function getNextTime (year, month) { function getTime (line 44) | function getTime (str) { function isBetween (line 51) | function isBetween (value, start, end) { function getDays (line 58) | function getDays ({year, month, value, isRange = false, rangeBegin, rang... FILE: src/components/masker/converter.js function toRGB (line 7) | function toRGB (color) { function toHex (line 12) | function toHex (red, green, blue) { FILE: src/components/number-roller/lib.js method constructor (line 2) | constructor (opts) { method roll (line 18) | roll (n) { method setWidth (line 57) | setWidth (n) { FILE: src/components/orientation/index.js method bind (line 6) | bind () { method update (line 22) | update () { method unbind (line 24) | unbind () { FILE: src/components/orientation/orientation.js function merge (line 25) | function merge (s) { function bind (line 49) | function bind (fn, context) { function Orientation (line 61) | function Orientation () { FILE: src/components/picker/animate.js method stop (line 51) | stop (id) { method isRunning (line 60) | isRunning (id) { method start (line 65) | start (stepCallback, verifyCallback, completedCallback, duration, easing... FILE: src/components/picker/chain.js method constructor (line 4) | constructor (data, count, fixedColumns) { method getChildren (line 12) | getChildren (value) { method getFirstColumn (line 18) | getFirstColumn () { method getPure (line 24) | getPure (obj) { method getColumns (line 28) | getColumns (value) { FILE: src/components/picker/scroller.js constant TEMPLATE (line 8) | const TEMPLATE = ` method onSelect (line 26) | onSelect () {} method __setDimensions (line 120) | __setDimensions (clientHeight, contentHeight) { method selectByIndex (line 133) | selectByIndex (index, animate) { method select (line 145) | select (value, animate) { method getValue (line 159) | getValue () { method scrollTo (line 163) | scrollTo (top, animate) { method destroy (line 184) | destroy () { method __selectItem (line 188) | __selectItem (selectedItem) { method __scrollingComplete (line 205) | __scrollingComplete () { method __doTouchStart (line 217) | __doTouchStart (touches, timeStamp) { method __doTouchMove (line 265) | __doTouchMove (touches, timeStamp, scale) { method __doTouchEnd (line 350) | __doTouchEnd (timeStamp) { method __publish (line 418) | __publish (top, animationDuration) { method __startDeceleration (line 468) | __startDeceleration (timeStamp) { method __stepThroughDeceleration (line 508) | __stepThroughDeceleration (render) { FILE: src/components/picker/util.js function getElement (line 1) | function getElement (expr) { function getComputedStyle (line 5) | function getComputedStyle (el, key) { function easeOutCubic (line 12) | function easeOutCubic (pos) { function easeInOutCubic (line 16) | function easeInOutCubic (pos) { FILE: src/components/range/range/lib/horizontal.js function getWidth (line 28) | function getWidth (el) { function Horizontal (line 36) | function Horizontal () { FILE: src/components/range/range/lib/lib/classes.js function ClassList (line 38) | function ClassList (el) { FILE: src/components/range/range/lib/lib/closest.js function closest (line 21) | function closest (el, selector, scope) { FILE: src/components/range/range/lib/lib/emitter.js function Emitter (line 14) | function Emitter (obj) { function mixin (line 26) | function mixin (obj) { function on (line 60) | function on () { FILE: src/components/range/range/lib/lib/events.js function Events (line 24) | function Events (el, obj) { function parse (line 169) | function parse (event) { FILE: src/components/range/range/lib/lib/matches-selector.js function match (line 34) | function match (el, selector) { FILE: src/components/range/range/lib/lib/mouse.js function Mouse (line 24) | function Mouse (el, obj) { function up (line 46) | function up (e) { function move (line 54) | function move (e) { FILE: src/components/range/range/lib/lib/query.js function one (line 1) | function one (selector, el) { FILE: src/components/range/range/lib/lib/super.js function super_ (line 29) | function super_ () { FILE: src/components/range/range/lib/main.js function Powerange (line 26) | function Powerange (element, options) { FILE: src/components/range/range/lib/powerange.js method callback (line 14) | callback () {} FILE: src/components/spinner/spinner.js function createSvgElement (line 36) | function createSvgElement (tagName, data, parent, spinnerName) { function setSvgAttribute (line 59) | function setSvgAttribute (ele, k, v) { function animationValues (line 63) | function animationValues (strValues, i) { method fn (line 75) | fn (i, spinnerName) { method fn (line 118) | fn (i) { method fn (line 143) | fn (i) { method fn (line 183) | fn (i) { method fn (line 219) | fn (i) { method fn (line 265) | fn (i) { method android (line 337) | android (ele) { function easeInOutCubic (line 392) | function easeInOutCubic (t, c) { function start (line 414) | function start () { FILE: src/components/sticky/sticky.js function gtIOS6 (line 4) | function gtIOS6 () { function isSupportSticky (line 11) | function isSupportSticky () { FILE: src/components/swiper/swiper.js class Swiper (line 4) | class Swiper { method constructor (line 5) | constructor (options) { method _auto (line 45) | _auto () { method updateItemWidth (line 55) | updateItemWidth () { method stop (line 60) | stop () { method _loop (line 64) | _loop () { method _onResize (line 68) | _onResize () { method _init (line 80) | _init () { method _initPosition (line 95) | _initPosition () { method _movePosition (line 101) | _movePosition (position) { method _setOffset (line 112) | _setOffset () { method _setTransition (line 121) | _setTransition (duration) { method _setTransfrom (line 130) | _setTransfrom (offset) { method _bind (line 144) | _bind () { method _loopTwoItems (line 207) | _loopTwoItems () { method _loopRender (line 222) | _loopRender () { method _loopEvent (line 236) | _loopEvent (num) { method getDistance (line 246) | getDistance (distance) { method _moveIndex (line 260) | _moveIndex (num) { method _activate (line 269) | _activate (index) { method go (line 279) | go (index) { method next (line 296) | next () { method move (line 301) | move (num) { method on (line 306) | on (event, callback) { method _itemDestoy (line 317) | _itemDestoy () { method destroy (line 322) | destroy () { FILE: src/components/video/zy.media.js function _css (line 110) | function _css(el, property) { function _hasClass (line 115) | function _hasClass(el, token) { function _addClass (line 120) | function _addClass(el, token) { function _removeClass (line 129) | function _removeClass(el, token) { function timeFormat (line 138) | function timeFormat(time, options) { function isInFullScreenMode (line 162) | function isInFullScreenMode() { function getTypeFromFileExtension (line 167) | function getTypeFromFileExtension(url) { function getType (line 195) | function getType(url, type) { function detectType (line 212) | function detectType(media, options, src) { function togglePlayPause (line 565) | function togglePlayPause(s) { FILE: src/directives/inview/index.js method update (line 3) | update (option) { method unbind (line 20) | unbind () {} FILE: src/directives/inview/inview.js function InView (line 26) | function InView (el, callback, className) { function throttle (line 56) | function throttle (fn, threshhold, scope) { function hasClass (line 79) | function hasClass (el, name) { function addClass (line 83) | function addClass (el, name) { function removeClass (line 90) | function removeClass (el, name) { function addEvent (line 101) | function addEvent (el, name, fn) { function getScrollTop (line 109) | function getScrollTop () { function isInView (line 120) | function isInView (obj) { FILE: src/libs/base.js method created (line 11) | created () { method dirty (line 15) | dirty () { method invalid (line 18) | invalid () { method setTouched (line 23) | setTouched () { method value (line 28) | value (newVal) { method data (line 38) | data () { FILE: src/libs/eventor.js function Events (line 19) | function Events () { function copyProto (line 159) | function copyProto (key) { function triggerEvents (line 168) | function triggerEvents (list, args, context) { function isFunction (line 191) | function isFunction (func) { FILE: src/libs/mixin_uuid.js method created (line 2) | created () { FILE: src/libs/router.js function go (line 1) | function go (url, $router) { function getUrl (line 11) | function getUrl (url, $router) { FILE: src/main.js function saveDemoScrollTop (line 64) | function saveDemoScrollTop () { FILE: src/mixins/multi-items.js method mounted (line 2) | mounted() { method updateIndex (line 6) | updateIndex() { method index (line 25) | index(val, oldVal) { method data (line 30) | data() { method mounted (line 44) | mounted() { method beforeDestroy (line 47) | beforeDestroy() { method onItemClick (line 54) | onItemClick() { method selected (line 63) | selected(val) { method data (line 71) | data() { FILE: src/plugins/alert/index.js method install (line 7) | install (vue) { FILE: src/plugins/toast/index.js method install (line 7) | install (vue, options) { FILE: src/vuex/store.js method UPDATE_LOADING (line 13) | UPDATE_LOADING (state, status) { method UPDATE_DIRECTION (line 16) | UPDATE_DIRECTION (state, direction) {