UNPKG

covid19-dashboard

Version:

Dashboard App displaying COVID-19 numbers by country

1 lines 9.74 kB
{"classData":[{"comment":"/**\n * @class Covid.view.country.Gallery\n * @extends Neo.component.Gallery\n */","meta":{"filename":"Gallery.mjs","lineno":5,"columnno":0,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"class","name":"Gallery","augments":["Neo.component.Gallery"],"memberof":"Covid.view.country","longname":"Covid.view.country.Gallery","scope":"static","$longname":"Covid.view.country.Gallery","$kind":"class","id":3739,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @member {String} className='Covid.view.country.Gallery'\n * @protected\n */","meta":{"filename":"Gallery.mjs","lineno":15,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"member","name":"className","type":{"names":["String"]},"defaultvalue":"'Covid.view.country.Gallery'","access":"protected","longname":"className","scope":"global","$longname":"className","$kind":"property","id":3740,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @member {Object} bind\n */","meta":{"filename":"Gallery.mjs","lineno":19,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"member","name":"bind","type":{"names":["Object"]},"longname":"bind","scope":"global","$longname":"bind","$kind":"property","id":3741,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @member {String[]} cls=['covid-country-gallery', 'neo-gallery', 'page', 'view']\n */","meta":{"filename":"Gallery.mjs","lineno":25,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"member","name":"cls","type":{"names":["Array.<String>"]},"defaultvalue":"['covid-country-gallery', 'neo-gallery', 'page', 'view']","description":"'neo-gallery', 'page', 'view']","longname":"cls","scope":"global","$longname":"cls","$kind":"property","id":3742,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @member {String|null} country_=null\n */","meta":{"filename":"Gallery.mjs","lineno":29,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"member","name":"country_","type":{"names":["String","null"]},"defaultvalue":null,"longname":"country_","scope":"global","$longname":"country_","$kind":"property","id":3743,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * The image height of the gallery\n * @member {Number} imageHeight=240\n */","meta":{"filename":"Gallery.mjs","lineno":34,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"description":"The image height of the gallery","kind":"member","name":"imageHeight","type":{"names":["Number"]},"defaultvalue":240,"longname":"imageHeight","scope":"global","$longname":"imageHeight","$kind":"property","id":3744,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * The image width of the gallery\n * @member {Number} imageWidth=320\n */","meta":{"filename":"Gallery.mjs","lineno":39,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"description":"The image width of the gallery","kind":"member","name":"imageWidth","type":{"names":["Number"]},"defaultvalue":320,"longname":"imageWidth","scope":"global","$longname":"imageWidth","$kind":"property","id":3745,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @member {Object} itemTpl_\n */","meta":{"filename":"Gallery.mjs","lineno":43,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"member","name":"itemTpl_","type":{"names":["Object"]},"longname":"itemTpl_","scope":"global","$longname":"itemTpl_","$kind":"property","id":3746,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * The unique record field containing the id.\n * @member {String} keyProperty='id'\n */","meta":{"filename":"Gallery.mjs","lineno":81,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"description":"The unique record field containing the id.","kind":"member","name":"keyProperty","type":{"names":["String"]},"defaultvalue":"'id'","longname":"keyProperty","scope":"global","$longname":"keyProperty","$kind":"property","id":3747,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * True to select the item inside the middle of the store items on mount\n * @member {Boolean} selectOnMount=false\n */","meta":{"filename":"Gallery.mjs","lineno":86,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"description":"True to select the item inside the middle of the store items on mount","kind":"member","name":"selectOnMount","type":{"names":["Boolean"]},"defaultvalue":false,"longname":"selectOnMount","scope":"global","$longname":"selectOnMount","$kind":"property","id":3748,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @member {Neo.data.Store} store=CountryStore\n */","meta":{"filename":"Gallery.mjs","lineno":90,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{}},"kind":"member","name":"store","type":{"names":["Neo.data.Store"]},"defaultvalue":"CountryStore","longname":"store","scope":"global","$longname":"store","$kind":"property","id":3749,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * Triggered after the country config got changed\n * @param {String|null} value\n * @param {String|null} oldValue\n * @protected\n */","meta":{"range":[3687,3959],"filename":"Gallery.mjs","lineno":99,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{"id":"astnode100121093","name":"CountryGallery#afterSetCountry","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the country config got changed","params":[{"type":{"names":["String","null"]},"name":"value"},{"type":{"names":["String","null"]},"name":"oldValue"}],"access":"protected","name":"afterSetCountry","longname":"CountryGallery#afterSetCountry","kind":"function","memberof":"CountryGallery","scope":"instance","$longname":"CountryGallery#afterSetCountry","$kind":"method","id":3750,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * Override this method to get different item-markups\n * @param {Object} vdomItem\n * @param {Object} record\n * @param {Number} index\n * @returns {Object} vdomItem\n */","meta":{"range":[4164,5162],"filename":"Gallery.mjs","lineno":116,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{"id":"astnode100121127","name":"CountryGallery#createItem","type":"MethodDefinition","paramnames":["vdomItem","record","index"]},"vars":{"":null}},"description":"Override this method to get different item-markups","params":[{"type":{"names":["Object"]},"name":"vdomItem"},{"type":{"names":["Object"]},"name":"record"},{"type":{"names":["Number"]},"name":"index"}],"returns":[{"type":{"names":["Object"]},"description":"vdomItem"}],"name":"createItem","longname":"CountryGallery#createItem","kind":"function","memberof":"CountryGallery","scope":"instance","$longname":"CountryGallery#createItem","$kind":"method","id":3751,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @param {String} vnodeId\n * @returns {String} itemId\n */","meta":{"range":[5247,5312],"filename":"Gallery.mjs","lineno":147,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{"id":"astnode100121375","name":"CountryGallery#getItemId","type":"MethodDefinition","paramnames":["vnodeId"]},"vars":{"":null}},"params":[{"type":{"names":["String"]},"name":"vnodeId"}],"returns":[{"type":{"names":["String"]},"description":"itemId"}],"name":"getItemId","longname":"CountryGallery#getItemId","kind":"function","memberof":"CountryGallery","scope":"instance","$longname":"CountryGallery#getItemId","$kind":"method","id":3752,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * Gets triggered from selection.Model: select()\n * @param {String[]} items\n */","meta":{"range":[5418,5482],"filename":"Gallery.mjs","lineno":155,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{"id":"astnode100121388","name":"CountryGallery#onSelect","type":"MethodDefinition","paramnames":["items"]},"vars":{"":null}},"description":"Gets triggered from selection.Model: select()","params":[{"type":{"names":["Array.<String>"]},"name":"items"}],"name":"onSelect","longname":"CountryGallery#onSelect","kind":"function","memberof":"CountryGallery","scope":"instance","$longname":"CountryGallery#onSelect","$kind":"method","id":3753,"neoClassName":"Covid.view.country.Gallery"},{"comment":"/**\n * @param {Array} items\n */","meta":{"range":[5532,5723],"filename":"Gallery.mjs","lineno":162,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/apps/covid/view/country","code":{"id":"astnode100121403","name":"CountryGallery#onStoreLoad","type":"MethodDefinition","paramnames":["items"]},"vars":{"":null}},"params":[{"type":{"names":["Array"]},"name":"items"}],"name":"onStoreLoad","longname":"CountryGallery#onStoreLoad","kind":"function","memberof":"CountryGallery","scope":"instance","$longname":"CountryGallery#onStoreLoad","$kind":"method","id":3754,"neoClassName":"Covid.view.country.Gallery"}]}