{"ast":null,"code":"import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, TransitionGroup as _TransitionGroup, withCtx as _withCtx, createVNode as _createVNode } from \"vue\";\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n return _openBlock(), _createElementBlock(\"div\", {\n class: _normalizeClass([\"chip-view\", {\n win: $props.win\n }])\n }, [_createVNode(_TransitionGroup, {\n class: \"chip-box\",\n tag: \"ul\",\n \"enter-from-class\": \"chip-enter-from\",\n \"leave-to-class\": \"chip-leave-to\"\n }, {\n default: _withCtx(() => [(_openBlock(true), _createElementBlock(_Fragment, null, _renderList($props.list, (item, index) => {\n return _openBlock(), _createElementBlock(\"li\", {\n class: \"box\",\n key: `${item.key}_${index}`,\n style: _normalizeStyle({\n top: item.y,\n left: item.x\n })\n }, [_createElementVNode(\"i\", {\n class: _normalizeClass([\"chip\", [item.key, item.type]])\n }, null, 2 /* CLASS */)], 4 /* STYLE */);\n }), 128 /* KEYED_FRAGMENT */))]),\n\n _: 1 /* STABLE */\n })], 2 /* CLASS */);\n}","map":{"version":3,"names":["_createElementBlock","class","_normalizeClass","win","$props","_createVNode","_TransitionGroup","tag","_Fragment","_renderList","list","item","index","key","style","_normalizeStyle","y","x","_createElementVNode","type"],"sources":["/Users/li/Desktop/work/work2/OG/GamePortrait/src/components/chipView.vue"],"sourcesContent":["\n\n\n\n"],"mappings":";;uBACEA,mBAAA,CAmBM;IAnBDC,KAAK,EAAAC,eAAA,EAAC,WAAW;MAAAC,GAAA,EAAWC,MAAA,CAAAD;IAAG;MAClCE,YAAA,CAiBmBC,gBAAA;IAhBjBL,KAAK,EAAC,UAAU;IAChBM,GAAG,EAAC,IAAI;IACR,kBAAgB,EAAC,iBAAiB;IAClC,gBAAc,EAAC;;sBAIb,MAA6B,E,kBAF/BP,mBAAA,CAUKQ,SAAA,QAAAC,WAAA,CARqBL,MAAA,CAAAM,IAAI,GAApBC,IAAI,EAAEC,KAAK;2BAFrBZ,mBAAA,CAUK;QATHC,KAAK,EAAC,KAAK;QAEVY,GAAG,KAAKF,IAAI,CAACE,GAAG,IAAID,KAAK;QACzBE,KAAK,EAAAC,eAAA;eAAmBJ,IAAI,CAACK,CAAC;gBAAkBL,IAAI,CAACM;;UAKtDC,mBAAA,CAAmD;QAAhDjB,KAAK,EAAAC,eAAA,EAAC,MAAM,GAAUS,IAAI,CAACE,GAAG,EAAEF,IAAI,CAACQ,IAAI"},"metadata":{},"sourceType":"module","externalDependencies":[]}