This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/es5/components/VList/VListItemAction.js.map

1 line
1.3 KiB
Plaintext

{"version":3,"sources":["../../../src/components/VList/VListItemAction.ts"],"names":[],"mappings":";;;;;;;AACA;;;;AADA;;AAGA;eACe,aAAI,MAAJ,CAAW;AACxB,EAAA,IAAI,EAAE,oBADkB;AAGxB,EAAA,UAAU,EAAE,IAHY;AAKxB,EAAA,MALwB,kBAKhB,CALgB,QAKU;AAAA,QAArB,IAAqB,QAArB,IAAqB;AAAA,6BAAf,QAAe;AAAA,QAAf,QAAe,8BAAJ,EAAI;AAChC,IAAA,IAAI,CAAC,WAAL,GAAmB,IAAI,CAAC,WAAL,iCAA0C,IAAI,CAAC,WAA/C,IAA+D,qBAAlF;AACA,QAAM,aAAa,GAAG,QAAQ,CAAC,MAAT,CAAgB,UAAA,KAAK,EAAG;AAC5C,aAAO,KAAK,CAAC,SAAN,KAAoB,KAApB,IAA6B,KAAK,CAAC,IAAN,KAAe,GAAnD;AACD,KAFqB,CAAtB;AAGA,QAAI,aAAa,CAAC,MAAd,GAAuB,CAA3B,EAA8B,IAAI,CAAC,WAAL,IAAoB,6BAApB;AAE9B,WAAO,CAAC,CAAC,KAAD,EAAQ,IAAR,EAAc,QAAd,CAAR;AACD;AAbuB,CAAX,C","sourcesContent":["// Types\nimport Vue, { VNode } from 'vue'\n\n/* @vue/component */\nexport default Vue.extend({\n name: 'v-list-item-action',\n\n functional: true,\n\n render (h, { data, children = [] }): VNode {\n data.staticClass = data.staticClass ? `v-list-item__action ${data.staticClass}` : 'v-list-item__action'\n const filteredChild = children.filter(VNode => {\n return VNode.isComment === false && VNode.text !== ' '\n })\n if (filteredChild.length > 1) data.staticClass += ' v-list-item__action--stack'\n\n return h('div', data, children)\n },\n})\n"],"sourceRoot":"","file":"VListItemAction.js"}