{"version":3,"sources":["https://lively-kernel.org/lively4/BP2019RH1/components/bp2019-y-axis-group-widget.js"],"names":["GroupWidget","Bp2019YAxisGroupWidget","initialize","initializeWithData","attributes","_setSelectionOptions","attributeSelect","appendChild","Option"],"mappings":"AAAA;;;;;;;;AAEOA,iB;;;;;;;;;;;;;;;;;;AAEQ,YAAMC,sBAAN,SAAqCD,WAArC,CAAiD;AAC9D,cAAME,UAAN,GAAmB;AACjB,gBAAM,MAAMA,UAAN,EAAN;AACD;;AAEDC,2BAAmBC,UAAnB,EAA+B;AAC7B,eAAKC,oBAAL,CAA0BD,UAA1B;AACA,eAAKE,eAAL,CAAqBC,WAArB,CAAiC,IAAIC,MAAJ,CAAW,QAAX,CAAjC;AACD;AAR6D;;yBAA3CP,sB","file":"bp2019-y-axis-group-widget.js","sourcesContent":["\"enable aexpr\";\n\nimport GroupWidget from \"./bp2019-group-widget.js\"\n\nexport default class Bp2019YAxisGroupWidget extends GroupWidget {\n  async initialize() {\n    await super.initialize()\n  }\n  \n  initializeWithData(attributes) {\n    this._setSelectionOptions(attributes);\n    this.attributeSelect.appendChild(new Option(\"amount\"));\n  }\n}"]}