{"version":3,"sources":["https://lively-kernel.org/lively4/BP2019RH1/components/bp2019-individual-center-widget.js"],"names":["assertListenerInterface","ReGL","Morph","d3","mp2","mb2","Selector","Filterer","SelectAction","FilterAction","ColorAction","GroupAction","Bp2019IndividualCenterWidget","initialize","setData","individuals","_initializeWithData","setColorStore","colorStore","setDataProcessor","dataProcessor"],"mappings":";;;;;;AAESA,6B,qDAAAA,uB;;AACAC,U,2DAAAA,I;;AACFC,W;;AAEAC,Q;;AAEAC,S;;AACAC,S;;AACEC,c,yDAAAA,Q;;AACAC,c,qDAAAA,Q;;AAEAC,kB,kDAAAA,Y;AAAcC,kB,kDAAAA,Y;AAAcC,iB,kDAAAA,W;AAAaC,iB,kDAAAA,W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEnC,YAAMC,4BAAN,SAA2CV,KAA3C,CAAiD;;AAE9D,cAAMW,UAAN,GAAmB,CAElB;;AAED;AACA;AACA;;AAEA;;AAEA,cAAMC,OAAN,CAAcC,WAAd,EAA2B;AACzB,eAAKA,WAAL,GAAmBA,WAAnB;AACA,gBAAM,KAAKC,mBAAL,EAAN;AACD;;AAEDC,sBAAcC,UAAd,EAA0B;AACxB,eAAKA,UAAL,GAAkBA,UAAlB;AACD;;AAEDC,yBAAiBC,aAAjB,EAAgC;AAC9B,eAAKA,aAAL,GAAqBA,aAArB;AACD;;AAED;;;AAIA;AACA;AACA;;;AA/B8D;;yBAA3CR,4B","file":"bp2019-individual-center-widget.js","sourcesContent":["//\"enable aexpr\"; what does this do?\n\nimport { assertListenerInterface } from \"../src/internal/individuals-as-points/common/interfaces.js\";\nimport { ReGL } from \"../src/internal/individuals-as-points/common/regl-point-wrapper.js\"\nimport Morph from 'src/components/widgets/lively-morph.js';\n\nimport d3 from \"src/external/d3.v5.js\"\n\nimport mp2 from \"https://lively-kernel.org/lively4/BP2019RH1/scratch/individualsAsPoints/regl/npm-modules/npm-mouse-position.js\"\nimport mb2 from \"https://lively-kernel.org/lively4/BP2019RH1/scratch/individualsAsPoints/regl/npm-modules/npm-mouse-pressed.js\" \nimport { Selector } from \"../prototypes/Covid-19-Kenya/helper-classes/point-selection2.js\"\nimport { Filterer } from \"../prototypes/Covid-19-Kenya/helper-classes/point-filter.js\"\n\nimport { SelectAction, FilterAction, ColorAction, GroupAction } from '../src/internal/individuals-as-points/common/actions.js'\n\nexport default class Bp2019IndividualCenterWidget extends Morph {\n  \n  async initialize() {\n    \n  }\n  \n  // ------------------------------------------\n  // Public Methods\n  // ------------------------------------------\n  \n  // *** Interface to application ***\n  \n  async setData(individuals) {\n    this.individuals = individuals;\n    await this._initializeWithData();\n  }\n  \n  setColorStore(colorStore) {\n    this.colorStore = colorStore\n  }\n  \n  setDataProcessor(dataProcessor) {\n    this.dataProcessor = dataProcessor\n  }\n \n  // *** Interface to control menu ***\n  \n \n  \n  // ------------------------------------------\n  // Private Methods\n  // ------------------------------------------\n  \n \n}"]}