UNPKG

covid19-dashboard

Version:

Dashboard App displaying COVID-19 numbers by country

1 lines 36.7 kB
{"classData":[{"comment":"/**\n * @class Neo.calendar.view.month.Component\n * @extends Neo.component.Base\n */","meta":{"filename":"Component.mjs","lineno":14,"columnno":0,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"class","name":"Component","augments":["Neo.component.Base"],"memberof":"Neo.calendar.view.month","longname":"Neo.calendar.view.month.Component","scope":"static","$longname":"Neo.calendar.view.month.Component","$kind":"class","id":238,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {String} className='Neo.calendar.view.month.Component'\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":24,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"className","type":{"names":["String"]},"defaultvalue":"'Neo.calendar.view.month.Component'","access":"protected","longname":"className","scope":"global","$longname":"className","$kind":"property","id":239,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Object} bind\n */","meta":{"filename":"Component.mjs","lineno":28,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"bind","type":{"names":["Object"]},"longname":"bind","scope":"global","$longname":"bind","$kind":"property","id":240,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Bound to the view model\n * @member {Neo.calendar.store.Calendars|null} calendarStore_=null\n */","meta":{"filename":"Component.mjs","lineno":41,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Bound to the view model","kind":"member","name":"calendarStore_","type":{"names":["Neo.calendar.store.Calendars","null"]},"defaultvalue":null,"longname":"calendarStore_","scope":"global","$longname":"calendarStore_","$kind":"property","id":241,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {String[]} cls=['neo-calendar-monthcomponent']\n */","meta":{"filename":"Component.mjs","lineno":45,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"cls","type":{"names":["Array.<String>"]},"defaultvalue":"['neo-calendar-monthcomponent']","longname":"cls","scope":"global","$longname":"cls","$kind":"property","id":242,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Will get passed from the MainContainer\n * @member {Date|null} currentDate_=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":51,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Will get passed from the MainContainer","kind":"member","name":"currentDate_","type":{"names":["Date","null"]},"defaultvalue":null,"access":"protected","longname":"currentDate_","scope":"global","$longname":"currentDate_","$kind":"property","id":243,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * The format of the column headers.\n * Valid values are: narrow, short & long\n * @member {String} dayNameFormat_='short'\n */","meta":{"filename":"Component.mjs","lineno":57,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"The format of the column headers.<br />Valid values are: narrow, short & long","kind":"member","name":"dayNameFormat_","type":{"names":["String"]},"defaultvalue":"'short'","longname":"dayNameFormat_","scope":"global","$longname":"dayNameFormat_","$kind":"property","id":244,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Bound to the view model\n * @member {String|null} eventBorder_=null\n */","meta":{"filename":"Component.mjs","lineno":62,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Bound to the view model","kind":"member","name":"eventBorder_","type":{"names":["String","null"]},"defaultvalue":null,"longname":"eventBorder_","scope":"global","$longname":"eventBorder_","$kind":"property","id":245,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Bound to the view model.\n * @member {Neo.calendar.store.Events|null} eventStore_=null\n */","meta":{"filename":"Component.mjs","lineno":67,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Bound to the view model.","kind":"member","name":"eventStore_","type":{"names":["Neo.calendar.store.Events","null"]},"defaultvalue":null,"longname":"eventStore_","scope":"global","$longname":"eventStore_","$kind":"property","id":246,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Internal flag to store the header height in px after getting mounted.\n * Needed for the infinite scrolling\n * @member {Number|null} headerHeight=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":74,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Internal flag to store the header height in px after getting mounted.<br />Needed for the infinite scrolling","kind":"member","name":"headerHeight","type":{"names":["Number","null"]},"defaultvalue":null,"access":"protected","longname":"headerHeight","scope":"global","$longname":"headerHeight","$kind":"property","id":247,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Intl.DateTimeFormat|null} intlFormat_day=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":79,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"intlFormat_day","type":{"names":["Intl.DateTimeFormat","null"]},"defaultvalue":null,"access":"protected","longname":"intlFormat_day","scope":"global","$longname":"intlFormat_day","$kind":"property","id":248,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Intl.DateTimeFormat|null} intlFormat_month=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":84,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"intlFormat_month","type":{"names":["Intl.DateTimeFormat","null"]},"defaultvalue":null,"access":"protected","longname":"intlFormat_month","scope":"global","$longname":"intlFormat_month","$kind":"property","id":249,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Intl.DateTimeFormat|null} intlFormat_time=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":89,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"intlFormat_time","type":{"names":["Intl.DateTimeFormat","null"]},"defaultvalue":null,"access":"protected","longname":"intlFormat_time","scope":"global","$longname":"intlFormat_time","$kind":"property","id":250,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Boolean} isScrolling=false\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":94,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"isScrolling","type":{"names":["Boolean"]},"defaultvalue":false,"access":"protected","longname":"isScrolling","scope":"global","$longname":"isScrolling","$kind":"property","id":251,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Bound to the view model.\n * @member {String} locale_=Neo.config.locale\n */","meta":{"filename":"Component.mjs","lineno":99,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Bound to the view model.","kind":"member","name":"locale_","type":{"names":["String"]},"defaultvalue":"Neo.config.locale","longname":"locale_","scope":"global","$longname":"locale_","$kind":"property","id":252,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * The format of the month header names.\n * Valid values are: narrow, short & long\n * @member {String} monthNameFormat_='long'\n */","meta":{"filename":"Component.mjs","lineno":105,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"The format of the month header names.<br />Valid values are: narrow, short & long","kind":"member","name":"monthNameFormat_","type":{"names":["String"]},"defaultvalue":"'long'","longname":"monthNameFormat_","scope":"global","$longname":"monthNameFormat_","$kind":"property","id":253,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Internal flag to store if createContent() got called while not being mounted\n * @member {Boolean} needsEventUpdate=false\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":111,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Internal flag to store if createContent() got called while not being mounted","kind":"member","name":"needsEventUpdate","type":{"names":["Boolean"]},"defaultvalue":false,"access":"protected","longname":"needsEventUpdate","scope":"global","$longname":"needsEventUpdate","$kind":"property","id":254,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Neo.calendar.view.MainContainer|null} owner=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":116,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"owner","type":{"names":["Neo.calendar.view.MainContainer","null"]},"defaultvalue":null,"access":"protected","longname":"owner","scope":"global","$longname":"owner","$kind":"property","id":255,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {String|null} scrollTask=null\n * @protected\n */","meta":{"filename":"Component.mjs","lineno":121,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"scrollTask","type":{"names":["String","null"]},"defaultvalue":null,"access":"protected","longname":"scrollTask","scope":"global","$longname":"scrollTask","$kind":"property","id":256,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Bound to the view model.\n * @member {Boolean} showWeekends_=true\n */","meta":{"filename":"Component.mjs","lineno":126,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"Bound to the view model.","kind":"member","name":"showWeekends_","type":{"names":["Boolean"]},"defaultvalue":true,"longname":"showWeekends_","scope":"global","$longname":"showWeekends_","$kind":"property","id":257,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Object} timeFormat_={hour:'2-digit',minute:'2-digit'}\n */","meta":{"filename":"Component.mjs","lineno":130,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"timeFormat_","type":{"names":["Object"]},"defaultvalue":"{hour:'2-digit',minute:'2-digit'}","longname":"timeFormat_","scope":"global","$longname":"timeFormat_","$kind":"property","id":258,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * True to use box shadows for the months while scrolling\n * @member {Boolean} useScrollBoxShadows_=true\n */","meta":{"filename":"Component.mjs","lineno":135,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"True to use box shadows for the months while scrolling","kind":"member","name":"useScrollBoxShadows_","type":{"names":["Boolean"]},"defaultvalue":true,"longname":"useScrollBoxShadows_","scope":"global","$longname":"useScrollBoxShadows_","$kind":"property","id":259,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @member {Object} vdom\n */","meta":{"filename":"Component.mjs","lineno":139,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"kind":"member","name":"vdom","type":{"names":["Object"]},"longname":"vdom","scope":"global","$longname":"vdom","$kind":"property","id":260,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * 0-6 => Sun-Sat\n * Bound to the view model.\n * @member {Number} weekStartDay_=0\n */","meta":{"filename":"Component.mjs","lineno":154,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{}},"description":"0-6 => Sun-Sat<br />Bound to the view model.","kind":"member","name":"weekStartDay_","type":{"names":["Number"]},"defaultvalue":0,"longname":"weekStartDay_","scope":"global","$longname":"weekStartDay_","$kind":"property","id":261,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object} config\n */","meta":{"range":[4839,5400],"filename":"Component.mjs","lineno":160,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005138","name":"Component#construct","type":"MethodDefinition","paramnames":["config"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"config"}],"name":"construct","longname":"Component#construct","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#construct","$kind":"method","id":262,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the calendarStore config got changed\n * @param {Neo.calendar.store.Calendars|null} value\n * @param {Neo.calendar.store.Calendars|null} oldValue\n * @protected\n */","meta":{"range":[5615,5922],"filename":"Component.mjs","lineno":188,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005226","name":"Component#afterSetCalendarStore","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the calendarStore config got changed","params":[{"type":{"names":["Neo.calendar.store.Calendars","null"]},"name":"value"},{"type":{"names":["Neo.calendar.store.Calendars","null"]},"name":"oldValue"}],"access":"protected","name":"afterSetCalendarStore","longname":"Component#afterSetCalendarStore","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetCalendarStore","$kind":"method","id":263,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the currentDate config got changed\n * @param {Date} value\n * @param {Date} oldValue\n * @protected\n */","meta":{"range":[6077,6344],"filename":"Component.mjs","lineno":207,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005253","name":"Component#afterSetCurrentDate","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the currentDate config got changed","params":[{"type":{"names":["Date"]},"name":"value"},{"type":{"names":["Date"]},"name":"oldValue"}],"access":"protected","name":"afterSetCurrentDate","longname":"Component#afterSetCurrentDate","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetCurrentDate","$kind":"method","id":264,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the dayNameFormat config got changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n */","meta":{"range":[6505,6737],"filename":"Component.mjs","lineno":223,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005286","name":"Component#afterSetDayNameFormat","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the dayNameFormat config got changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","name":"afterSetDayNameFormat","longname":"Component#afterSetDayNameFormat","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetDayNameFormat","$kind":"method","id":265,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the eventBorder config got changed\n * @param {String|null} value\n * @param {String|null} oldValue\n * @protected\n */","meta":{"range":[6906,7169],"filename":"Component.mjs","lineno":239,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005321","name":"Component#afterSetEventBorder","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the eventBorder config got changed","params":[{"type":{"names":["String","null"]},"name":"value"},{"type":{"names":["String","null"]},"name":"oldValue"}],"access":"protected","name":"afterSetEventBorder","longname":"Component#afterSetEventBorder","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetEventBorder","$kind":"method","id":266,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the eventStore config got changed\n * @param {Neo.calendar.store.Events|null} value\n * @param {Neo.calendar.store.Events|null} oldValue\n * @protected\n */","meta":{"range":[7375,7673],"filename":"Component.mjs","lineno":255,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005366","name":"Component#afterSetEventStore","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the eventStore config got changed","params":[{"type":{"names":["Neo.calendar.store.Events","null"]},"name":"value"},{"type":{"names":["Neo.calendar.store.Events","null"]},"name":"oldValue"}],"access":"protected","name":"afterSetEventStore","longname":"Component#afterSetEventStore","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetEventStore","$kind":"method","id":267,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the locale config got changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n */","meta":{"range":[7827,8272],"filename":"Component.mjs","lineno":274,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005393","name":"Component#afterSetLocale","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the locale config got changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","name":"afterSetLocale","longname":"Component#afterSetLocale","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetLocale","$kind":"method","id":268,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the monthNameFormat config got changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n */","meta":{"range":[8435,8673],"filename":"Component.mjs","lineno":293,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005460","name":"Component#afterSetMonthNameFormat","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the monthNameFormat config got changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","name":"afterSetMonthNameFormat","longname":"Component#afterSetMonthNameFormat","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetMonthNameFormat","$kind":"method","id":269,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the mounted config got changed\n * @param {Boolean} value\n * @param {Boolean} oldValue\n * @protected\n */","meta":{"range":[8830,9506],"filename":"Component.mjs","lineno":309,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005495","name":"Component#afterSetMounted","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the mounted config got changed","params":[{"type":{"names":["Boolean"]},"name":"value"},{"type":{"names":["Boolean"]},"name":"oldValue"}],"access":"protected","name":"afterSetMounted","longname":"Component#afterSetMounted","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetMounted","$kind":"method","id":270,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the showWeekends config got changed\n * @param {Boolean} value\n * @param {Boolean} oldValue\n * @protected\n */","meta":{"range":[9668,10446],"filename":"Component.mjs","lineno":338,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005604","name":"Component#afterSetShowWeekends","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the showWeekends config got changed","params":[{"type":{"names":["Boolean"]},"name":"value"},{"type":{"names":["Boolean"]},"name":"oldValue"}],"access":"protected","name":"afterSetShowWeekends","longname":"Component#afterSetShowWeekends","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetShowWeekends","$kind":"method","id":271,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the timeFormat config got changed\n * @param {Object} value\n * @param {Object} oldValue\n * @protected\n */","meta":{"range":[10604,10723],"filename":"Component.mjs","lineno":371,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005694","name":"Component#afterSetTimeFormat","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the timeFormat config got changed","params":[{"type":{"names":["Object"]},"name":"value"},{"type":{"names":["Object"]},"name":"oldValue"}],"access":"protected","name":"afterSetTimeFormat","longname":"Component#afterSetTimeFormat","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetTimeFormat","$kind":"method","id":272,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the useScrollBoxShadows config got changed\n * @param {Boolean} value\n * @param {Boolean} oldValue\n * @protected\n */","meta":{"range":[10892,11107],"filename":"Component.mjs","lineno":381,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005713","name":"Component#afterSetUseScrollBoxShadows","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the useScrollBoxShadows config got changed","params":[{"type":{"names":["Boolean"]},"name":"value"},{"type":{"names":["Boolean"]},"name":"oldValue"}],"access":"protected","name":"afterSetUseScrollBoxShadows","longname":"Component#afterSetUseScrollBoxShadows","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetUseScrollBoxShadows","$kind":"method","id":273,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered after the weekStartDay config got changed\n * @param {Number} value\n * @param {Number} oldValue\n * @protected\n */","meta":{"range":[11267,11431],"filename":"Component.mjs","lineno":395,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005752","name":"Component#afterSetWeekStartDay","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the weekStartDay config got changed","params":[{"type":{"names":["Number"]},"name":"value"},{"type":{"names":["Number"]},"name":"oldValue"}],"access":"protected","name":"afterSetWeekStartDay","longname":"Component#afterSetWeekStartDay","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#afterSetWeekStartDay","$kind":"method","id":274,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered before the dayNameFormat config gets changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n */","meta":{"range":[11594,11750],"filename":"Component.mjs","lineno":408,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005774","name":"Component#beforeSetDayNameFormat","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered before the dayNameFormat config gets changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","name":"beforeSetDayNameFormat","longname":"Component#beforeSetDayNameFormat","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#beforeSetDayNameFormat","$kind":"method","id":275,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * Triggered before the monthNameFormat config gets changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n */","meta":{"range":[11915,12077],"filename":"Component.mjs","lineno":418,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005793","name":"Component#beforeSetMonthNameFormat","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered before the monthNameFormat config gets changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","name":"beforeSetMonthNameFormat","longname":"Component#beforeSetMonthNameFormat","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#beforeSetMonthNameFormat","$kind":"method","id":276,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Boolean} [silent=false]\n */","meta":{"range":[12138,13008],"filename":"Component.mjs","lineno":425,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005812","name":"Component#createContent","type":"MethodDefinition","paramnames":["silent"]},"vars":{"":null}},"params":[{"type":{"names":["Boolean"]},"optional":true,"defaultvalue":false,"name":"silent"}],"name":"createContent","longname":"Component#createContent","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#createContent","$kind":"method","id":277,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Date} date\n * @returns {Object}\n */","meta":{"range":[13081,16379],"filename":"Component.mjs","lineno":464,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100005968","name":"Component#createWeek","type":"MethodDefinition","paramnames":["date"]},"vars":{"":null}},"params":[{"type":{"names":["Date"]},"name":"date"}],"returns":[{"type":{"names":["Object"]}}],"name":"createWeek","longname":"Component#createWeek","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#createWeek","$kind":"method","id":278,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object[]} data\n */","meta":{"range":[16431,16528],"filename":"Component.mjs","lineno":566,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006318","name":"Component#onCalendarStoreLoad","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Array.<Object>"]},"name":"data"}],"name":"onCalendarStoreLoad","longname":"Component#onCalendarStoreLoad","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onCalendarStoreLoad","$kind":"method","id":279,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object} data\n */","meta":{"range":[16578,16649],"filename":"Component.mjs","lineno":573,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006337","name":"Component#onCalendarStoreRecordChange","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"}],"name":"onCalendarStoreRecordChange","longname":"Component#onCalendarStoreRecordChange","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onCalendarStoreRecordChange","$kind":"method","id":280,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object} data\n */","meta":{"range":[16699,17719],"filename":"Component.mjs","lineno":580,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006347","name":"Component#onEventDoubleClick","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"}],"name":"onEventDoubleClick","longname":"Component#onEventDoubleClick","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onEventDoubleClick","$kind":"method","id":281,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object[]} data\n */","meta":{"range":[17771,17868],"filename":"Component.mjs","lineno":609,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006492","name":"Component#onEventStoreLoad","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Array.<Object>"]},"name":"data"}],"name":"onEventStoreLoad","longname":"Component#onEventStoreLoad","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onEventStoreLoad","$kind":"method","id":282,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object[]} data\n */","meta":{"range":[17920,17988],"filename":"Component.mjs","lineno":616,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006511","name":"Component#onEventStoreRecordChange","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Array.<Object>"]},"name":"data"}],"name":"onEventStoreRecordChange","longname":"Component#onEventStoreRecordChange","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onEventStoreRecordChange","$kind":"method","id":283,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object} data\n * @param {Object[]} data.oldPath\n * @param {Object[]} data.path\n */","meta":{"range":[18111,18601],"filename":"Component.mjs","lineno":625,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006521","name":"Component#onFocusChange","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"},{"type":{"names":["Array.<Object>"]},"name":"data.oldPath"},{"type":{"names":["Array.<Object>"]},"name":"data.path"}],"name":"onFocusChange","longname":"Component#onFocusChange","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onFocusChange","$kind":"method","id":284,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Object} data\n */","meta":{"range":[18651,21648],"filename":"Component.mjs","lineno":645,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100006589","name":"Component#onWheel","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"}],"name":"onWheel","longname":"Component#onWheel","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#onWheel","$kind":"method","id":285,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n *\n */","meta":{"range":[21677,22500],"filename":"Component.mjs","lineno":737,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100007084","name":"Component#onWheelEnd","type":"MethodDefinition","paramnames":[]},"vars":{"":null}},"name":"onWheelEnd","longname":"Component#onWheelEnd","kind":"function","memberof":"Component","scope":"instance","params":[],"$longname":"Component#onWheelEnd","$kind":"method","id":286,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Boolean} [create=false]\n */","meta":{"range":[22561,23820],"filename":"Component.mjs","lineno":769,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100007222","name":"Component#updateHeader","type":"MethodDefinition","paramnames":["create"]},"vars":{"":null}},"params":[{"type":{"names":["Boolean"]},"optional":true,"defaultvalue":false,"name":"create"}],"name":"updateHeader","longname":"Component#updateHeader","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#updateHeader","$kind":"method","id":287,"neoClassName":"Neo.calendar.view.month.Component"},{"comment":"/**\n * @param {Boolean} [silent=false]\n */","meta":{"range":[23881,24284],"filename":"Component.mjs","lineno":817,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/calendar/view/month","code":{"id":"astnode100007447","name":"Component#updateMonthNames","type":"MethodDefinition","paramnames":["silent"]},"vars":{"":null}},"params":[{"type":{"names":["Boolean"]},"optional":true,"defaultvalue":false,"name":"silent"}],"name":"updateMonthNames","longname":"Component#updateMonthNames","kind":"function","memberof":"Component","scope":"instance","$longname":"Component#updateMonthNames","$kind":"method","id":288,"neoClassName":"Neo.calendar.view.month.Component"}]}