UNPKG

covid19-dashboard

Version:

Dashboard App displaying COVID-19 numbers by country

1 lines 7.15 kB
{"classData":[{"comment":"/**\n * Used by form.field.Time\n * @class Neo.form.field.trigger.Time\n * @extends Neo.form.field.trigger.Picker\n */","meta":{"filename":"Time.mjs","lineno":4,"columnno":0,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"description":"Used by form.field.Time","kind":"class","name":"Time","augments":["Neo.form.field.trigger.Picker"],"memberof":"Neo.form.field.trigger","longname":"Neo.form.field.trigger.Time","scope":"static","$longname":"Neo.form.field.trigger.Time","$kind":"class","id":2103,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @member {String} className='Neo.form.field.trigger.Time'\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":15,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"kind":"member","name":"className","type":{"names":["String"]},"defaultvalue":"'Neo.form.field.trigger.Time'","access":"protected","longname":"className","scope":"global","$longname":"className","$kind":"property","id":2104,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @member {String} ntype='trigger-time'\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":20,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"kind":"member","name":"ntype","type":{"names":["String"]},"defaultvalue":"'trigger-time'","access":"protected","longname":"ntype","scope":"global","$longname":"ntype","$kind":"property","id":2105,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @member {String[]} cls=['neo-timefield-trigger','neo-field-trigger']\n */","meta":{"filename":"Time.mjs","lineno":24,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"kind":"member","name":"cls","type":{"names":["Array.<String>"]},"defaultvalue":"['neo-timefield-trigger','neo-field-trigger']","longname":"cls","scope":"global","$longname":"cls","$kind":"property","id":2106,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @member {Neo.component.Clock|null} clock=null\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":29,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"kind":"member","name":"clock","type":{"names":["Neo.component.Clock","null"]},"defaultvalue":null,"access":"protected","longname":"clock","scope":"global","$longname":"clock","$kind":"property","id":2107,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @member {Object|null} clockConfig=null\n */","meta":{"filename":"Time.mjs","lineno":33,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"kind":"member","name":"clockConfig","type":{"names":["Object","null"]},"defaultvalue":null,"longname":"clockConfig","scope":"global","$longname":"clockConfig","$kind":"property","id":2108,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @member {String|null} iconCls=null\n */","meta":{"filename":"Time.mjs","lineno":37,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"kind":"member","name":"iconCls","type":{"names":["String","null"]},"defaultvalue":null,"longname":"iconCls","scope":"global","$longname":"iconCls","$kind":"property","id":2109,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * Internal flag used by field.getTrigger()\n * @member {String} type='time'\n */","meta":{"filename":"Time.mjs","lineno":42,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"description":"Internal flag used by field.getTrigger()","kind":"member","name":"type","type":{"names":["String"]},"defaultvalue":"'time'","longname":"type","scope":"global","$longname":"type","$kind":"property","id":2110,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * Format: hh:mm\n * @member {String|null} value_=null\n */","meta":{"filename":"Time.mjs","lineno":47,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{}},"description":"Format: hh:mm","kind":"member","name":"value_","type":{"names":["String","null"]},"defaultvalue":null,"longname":"value_","scope":"global","$longname":"value_","$kind":"property","id":2111,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * @param {Object} config\n */","meta":{"range":[1347,1769],"filename":"Time.mjs","lineno":53,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{"id":"astnode100063606","name":"Time#construct","type":"MethodDefinition","paramnames":["config"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"config"}],"name":"construct","longname":"Time#construct","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#construct","$kind":"method","id":2112,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * Triggered after the appName config got changed\n * @param {String} value\n * @param {String|null} oldValue\n * @protected\n */","meta":{"range":[1929,2089],"filename":"Time.mjs","lineno":79,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{"id":"astnode100063673","name":"Time#afterSetAppName","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the appName config got changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String","null"]},"name":"oldValue"}],"access":"protected","name":"afterSetAppName","longname":"Time#afterSetAppName","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetAppName","$kind":"method","id":2113,"neoClassName":"Neo.form.field.trigger.Time"},{"comment":"/**\n * Triggered after the value config got changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n */","meta":{"range":[2242,2348],"filename":"Time.mjs","lineno":93,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field/trigger","code":{"id":"astnode100063697","name":"Time#afterSetValue","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the value config got changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","name":"afterSetValue","longname":"Time#afterSetValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetValue","$kind":"method","id":2114,"neoClassName":"Neo.form.field.trigger.Time"}]}