covid19-dashboard
Version:
Dashboard App displaying COVID-19 numbers by country
1 lines • 25.1 kB
JSON
{"classData":[{"comment":"/**\n *\n * @class Neo.form.field.Time\n * @extends Neo.form.field.Picker\n */","meta":{"filename":"Time.mjs","lineno":6,"columnno":0,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"class","name":"Time","augments":["Neo.form.field.Picker"],"memberof":"Neo.form.field","longname":"Neo.form.field.Time","scope":"static","$longname":"Neo.form.field.Time","$kind":"class","id":1982,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {String} className='Neo.form.field.Time'\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":17,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"className","type":{"names":["String"]},"defaultvalue":"'Neo.form.field.Time'","access":"protected","longname":"className","scope":"global","$longname":"className","$kind":"property","id":1983,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {String} ntype='timefield'\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":22,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"ntype","type":{"names":["String"]},"defaultvalue":"'timefield'","access":"protected","longname":"ntype","scope":"global","$longname":"ntype","$kind":"property","id":1984,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {String[]} cls=['neo-timefield', 'neo-pickerfield', 'neo-textfield']\n */","meta":{"filename":"Time.mjs","lineno":26,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"cls","type":{"names":["Array.<String>"]},"defaultvalue":"['neo-timefield', 'neo-pickerfield', 'neo-textfield']","description":"'neo-pickerfield', 'neo-textfield']","longname":"cls","scope":"global","$longname":"cls","$kind":"property","id":1985,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {Neo.collection.Base|null} collection=null\n */","meta":{"filename":"Time.mjs","lineno":30,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"collection","type":{"names":["Neo.collection.Base","null"]},"defaultvalue":null,"longname":"collection","scope":"global","$longname":"collection","$kind":"property","id":1986,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {String} inputType='time'\n */","meta":{"filename":"Time.mjs","lineno":34,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"inputType","type":{"names":["String"]},"defaultvalue":"'time'","longname":"inputType","scope":"global","$longname":"inputType","$kind":"property","id":1987,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Additional used keys for the selection model\n * @member {Object} keys\n */","meta":{"filename":"Time.mjs","lineno":39,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"description":"Additional used keys for the selection model","kind":"member","name":"keys","type":{"names":["Object"]},"longname":"keys","scope":"global","$longname":"keys","$kind":"property","id":1988,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {Neo.list.Base} list=null\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":47,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"list","type":{"names":["Neo.list.Base"]},"defaultvalue":null,"access":"protected","longname":"list","scope":"global","$longname":"list","$kind":"property","id":1989,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {Object|null} listConfig=null\n */","meta":{"filename":"Time.mjs","lineno":51,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"listConfig","type":{"names":["Object","null"]},"defaultvalue":null,"longname":"listConfig","scope":"global","$longname":"listConfig","$kind":"property","id":1990,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {String} maxValue_='16:00'\n */","meta":{"filename":"Time.mjs","lineno":55,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"maxValue_","type":{"names":["String"]},"defaultvalue":"'16:00'","longname":"maxValue_","scope":"global","$longname":"maxValue_","$kind":"property","id":1991,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {String} minValue_='08:00'\n */","meta":{"filename":"Time.mjs","lineno":59,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"minValue_","type":{"names":["String"]},"defaultvalue":"'08:00'","longname":"minValue_","scope":"global","$longname":"minValue_","$kind":"property","id":1992,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * The height of the picker container. Defaults to px.\n * @member {Number|null} pickerHeight=150\n */","meta":{"filename":"Time.mjs","lineno":64,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"description":"The height of the picker container. Defaults to px.","kind":"member","name":"pickerHeight","type":{"names":["Number","null"]},"defaultvalue":150,"longname":"pickerHeight","scope":"global","$longname":"pickerHeight","$kind":"property","id":1993,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Value in seconds, defaults to 5min\n * @member {Number} stepSize_=60*5\n */","meta":{"filename":"Time.mjs","lineno":69,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"description":"Value in seconds, defaults to 5min","kind":"member","name":"stepSize_","type":{"names":["Number"]},"defaultvalue":"60*5","longname":"stepSize_","scope":"global","$longname":"stepSize_","$kind":"property","id":1994,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {Object|Object[]} triggers=[{module: TimeTrigger}]\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":74,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"triggers","type":{"names":["Object","Array.<Object>"]},"defaultvalue":"[{module: TimeTrigger}]","description":"TimeTrigger}]","access":"protected","longname":"triggers","scope":"global","$longname":"triggers","$kind":"property","id":1995,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @member {Intl.DateTimeFormat|null} valueFormat_=null\n * @protected\n */","meta":{"filename":"Time.mjs","lineno":81,"columnno":8,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{}},"kind":"member","name":"valueFormat_","type":{"names":["Intl.DateTimeFormat","null"]},"defaultvalue":null,"access":"protected","longname":"valueFormat_","scope":"global","$longname":"valueFormat_","$kind":"property","id":1996,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Object} config\n */","meta":{"range":[2293,3283],"filename":"Time.mjs","lineno":87,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061609","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":1997,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered after the maxValue config got changed\n * @param {Text} value\n * @param {Text} oldValue\n * @protected\n */","meta":{"range":[3435,3608],"filename":"Time.mjs","lineno":130,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061741","name":"Time#afterSetMaxValue","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the maxValue config got changed","params":[{"type":{"names":["Text"]},"name":"value"},{"type":{"names":["Text"]},"name":"oldValue"}],"access":"protected","name":"afterSetMaxValue","longname":"Time#afterSetMaxValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetMaxValue","$kind":"method","id":1998,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered after the minValue config got changed\n * @param {Text} value\n * @param {Text} oldValue\n * @protected\n */","meta":{"range":[3760,3933],"filename":"Time.mjs","lineno":144,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061764","name":"Time#afterSetMinValue","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the minValue config got changed","params":[{"type":{"names":["Text"]},"name":"value"},{"type":{"names":["Text"]},"name":"oldValue"}],"access":"protected","name":"afterSetMinValue","longname":"Time#afterSetMinValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetMinValue","$kind":"method","id":1999,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered after the pickerIsMounted config got changed\n * @param {Boolean} value\n * @param {Boolean} oldValue\n * @protected\n */","meta":{"range":[4098,4219],"filename":"Time.mjs","lineno":158,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061787","name":"Time#afterSetPickerIsMounted","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the pickerIsMounted config got changed","params":[{"type":{"names":["Boolean"]},"name":"value"},{"type":{"names":["Boolean"]},"name":"oldValue"}],"access":"protected","name":"afterSetPickerIsMounted","longname":"Time#afterSetPickerIsMounted","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetPickerIsMounted","$kind":"method","id":2000,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered after the stepSize config got changed\n * @param {Number} value\n * @param {Number} oldValue\n * @protected\n */","meta":{"range":[4375,4529],"filename":"Time.mjs","lineno":170,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061801","name":"Time#afterSetStepSize","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered after the stepSize config got changed","params":[{"type":{"names":["Number"]},"name":"value"},{"type":{"names":["Number"]},"name":"oldValue"}],"access":"protected","name":"afterSetStepSize","longname":"Time#afterSetStepSize","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetStepSize","$kind":"method","id":2001,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered after the value config got changed\n * @param {String|null} value\n * @param {String|null} oldValue\n * @param {Boolean} [preventListSelect=false]\n * @protected\n */","meta":{"range":[4742,5032],"filename":"Time.mjs","lineno":183,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061814","name":"Time#afterSetValue","type":"MethodDefinition","paramnames":["value","oldValue","preventListSelect"]},"vars":{"":null}},"description":"Triggered after the value config got changed","params":[{"type":{"names":["String","null"]},"name":"value"},{"type":{"names":["String","null"]},"name":"oldValue"},{"type":{"names":["Boolean"]},"optional":true,"defaultvalue":false,"name":"preventListSelect"}],"access":"protected","name":"afterSetValue","longname":"Time#afterSetValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#afterSetValue","$kind":"method","id":2002,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Gets triggered before getting the value of the valueFormat config\n * @param {String} value\n * @param {String} oldValue\n * @protected\n * @returns {String}\n */","meta":{"range":[5231,5600],"filename":"Time.mjs","lineno":202,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061858","name":"Time#beforeGetValueFormat","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Gets triggered before getting the value of the valueFormat config","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","returns":[{"type":{"names":["String"]}}],"name":"beforeGetValueFormat","longname":"Time#beforeGetValueFormat","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#beforeGetValueFormat","$kind":"method","id":2003,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered before the maxValue config gets changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n * @returns {String}\n */","meta":{"range":[5783,6037],"filename":"Time.mjs","lineno":222,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061902","name":"Time#beforeSetMaxValue","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered before the maxValue config gets changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","returns":[{"type":{"names":["String"]}}],"name":"beforeSetMaxValue","longname":"Time#beforeSetMaxValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#beforeSetMaxValue","$kind":"method","id":2004,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered before the minValue config gets changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n * @returns {String}\n */","meta":{"range":[6220,6301],"filename":"Time.mjs","lineno":239,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061938","name":"Time#beforeSetMinValue","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered before the minValue config gets changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","returns":[{"type":{"names":["String"]}}],"name":"beforeSetMinValue","longname":"Time#beforeSetMinValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#beforeSetMinValue","$kind":"method","id":2005,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Triggered before the value config gets changed\n * @param {String} value\n * @param {String} oldValue\n * @protected\n * @returns {String}\n */","meta":{"range":[6481,6559],"filename":"Time.mjs","lineno":250,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061950","name":"Time#beforeSetValue","type":"MethodDefinition","paramnames":["value","oldValue"]},"vars":{"":null}},"description":"Triggered before the value config gets changed","params":[{"type":{"names":["String"]},"name":"value"},{"type":{"names":["String"]},"name":"oldValue"}],"access":"protected","returns":[{"type":{"names":["String"]}}],"name":"beforeSetValue","longname":"Time#beforeSetValue","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#beforeSetValue","$kind":"method","id":2006,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @returns {String[]}\n */","meta":{"range":[6608,7427],"filename":"Time.mjs","lineno":257,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100061962","name":"Time#createCollectionItems","type":"MethodDefinition","paramnames":[]},"vars":{"":null}},"returns":[{"type":{"names":["Array.<String>"]}}],"name":"createCollectionItems","longname":"Time#createCollectionItems","kind":"function","memberof":"Time","scope":"instance","params":[],"$longname":"Time#createCollectionItems","$kind":"method","id":2007,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @returns {Neo.component.DateSelector}\n */","meta":{"range":[7494,7551],"filename":"Time.mjs","lineno":288,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062079","name":"Time#createPickerComponent","type":"MethodDefinition","paramnames":[]},"vars":{"":null}},"returns":[{"type":{"names":["Neo.component.DateSelector"]}}],"name":"createPickerComponent","longname":"Time#createPickerComponent","kind":"function","memberof":"Time","scope":"instance","params":[],"$longname":"Time#createPickerComponent","$kind":"method","id":2008,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Function} [callback]\n */","meta":{"range":[7609,7846],"filename":"Time.mjs","lineno":295,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062087","name":"Time#focusInputEl","type":"MethodDefinition","paramnames":["callback"]},"vars":{"":null}},"params":[{"type":{"names":["function"]},"optional":true,"name":"callback"}],"name":"focusInputEl","longname":"Time#focusInputEl","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#focusInputEl","$kind":"method","id":2009,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Transforms AM / PM based times into a 24h format.\n * E.g. \"08:00 AM\" => \"08:00\"\n * @param {String|null} value\n * @protected\n * @returns {String|null}\n */","meta":{"range":[8041,8205],"filename":"Time.mjs","lineno":314,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062125","name":"Time#formatTime","type":"MethodDefinition","paramnames":["value"]},"vars":{"":null}},"description":"Transforms AM / PM based times into a 24h format.<br />E.g. \"08:00 AM\" => \"08:00\"","params":[{"type":{"names":["String","null"]},"name":"value"}],"access":"protected","returns":[{"type":{"names":["String","null"]}}],"name":"formatTime","longname":"Time#formatTime","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#formatTime","$kind":"method","id":2010,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Object} data\n * @protected\n */","meta":{"range":[8273,8337],"filename":"Time.mjs","lineno":326,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062148","name":"Time#onContainerKeyDownEnter","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"}],"access":"protected","name":"onContainerKeyDownEnter","longname":"Time#onContainerKeyDownEnter","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#onContainerKeyDownEnter","$kind":"method","id":2011,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Object} data\n * @protected\n */","meta":{"range":[8405,8487],"filename":"Time.mjs","lineno":334,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062158","name":"Time#onContainerKeyDownEscape","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"}],"access":"protected","name":"onContainerKeyDownEscape","longname":"Time#onContainerKeyDownEscape","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#onContainerKeyDownEscape","$kind":"method","id":2012,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Object} data\n * @protected\n */","meta":{"range":[8555,8814],"filename":"Time.mjs","lineno":342,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062171","name":"Time#onKeyDownEnter","type":"MethodDefinition","paramnames":["data"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"data"}],"access":"protected","name":"onKeyDownEnter","longname":"Time#onKeyDownEnter","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#onKeyDownEnter","$kind":"method","id":2013,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Object} record\n */","meta":{"range":[8866,9220],"filename":"Time.mjs","lineno":356,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062206","name":"Time#onListItemClick","type":"MethodDefinition","paramnames":["record"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"record"}],"name":"onListItemClick","longname":"Time#onListItemClick","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#onListItemClick","$kind":"method","id":2014,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Object} record\n */","meta":{"range":[9272,9344],"filename":"Time.mjs","lineno":372,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062254","name":"Time#onListItemNavigate","type":"MethodDefinition","paramnames":["record"]},"vars":{"":null}},"params":[{"type":{"names":["Object"]},"name":"record"}],"name":"onListItemNavigate","longname":"Time#onListItemNavigate","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#onListItemNavigate","$kind":"method","id":2015,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n *\n */","meta":{"range":[9373,9541],"filename":"Time.mjs","lineno":379,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062265","name":"Time#recreateListItems","type":"MethodDefinition","paramnames":[]},"vars":{"":null}},"name":"recreateListItems","longname":"Time#recreateListItems","kind":"function","memberof":"Time","scope":"instance","params":[],"$longname":"Time#recreateListItems","$kind":"method","id":2016,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * Resets the field to its original value or null depending on the clearToOriginalValue config\n * You can optionally pass a new value, which will adjust the originalConfig.value if needed.\n * @param {String|null} [value]\n */","meta":{"range":[9796,10036],"filename":"Time.mjs","lineno":392,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062298","name":"Time#reset","type":"MethodDefinition","paramnames":["value"]},"vars":{"":null}},"description":"Resets the field to its original value or null depending on the clearToOriginalValue config<br />You can optionally pass a new value, which will adjust the originalConfig.value if needed.","params":[{"type":{"names":["String","null"]},"optional":true,"name":"value"}],"name":"reset","longname":"Time#reset","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#reset","$kind":"method","id":2017,"neoClassName":"Neo.form.field.Time"},{"comment":"/**\n * @param {Boolean} [preventFocus=false]\n */","meta":{"range":[10103,10463],"filename":"Time.mjs","lineno":405,"columnno":4,"path":"/Users/Shared/github/neomjs/covid-dashboard/node_modules/neo.mjs/src/form/field","code":{"id":"astnode100062341","name":"Time#selectCurrentListItem","type":"MethodDefinition","paramnames":["preventFocus"]},"vars":{"":null}},"params":[{"type":{"names":["Boolean"]},"optional":true,"defaultvalue":false,"name":"preventFocus"}],"name":"selectCurrentListItem","longname":"Time#selectCurrentListItem","kind":"function","memberof":"Time","scope":"instance","$longname":"Time#selectCurrentListItem","$kind":"method","id":2018,"neoClassName":"Neo.form.field.Time"}]}