|
1 |
- {"version":3,"sources":["../../../../src/components/VDataTable/mixins/foot.js"],"names":[],"mappings":";;;;;;kBACe;AACb,aAAS;AACP,gBADO,sBACC;AACN,gBAAI,CAAC,KAAK,MAAL,CAAY,MAAjB,EAAyB;AACvB,uBAAO,IAAP;AACD;AAED,gBAAM,SAAS,KAAK,MAAL,CAAY,MAA3B;AACA,gBAAM,MAAM,KAAK,MAAL,CAAY,MAAZ,EAAoB,IAApB,IAA4B,KAAK,KAAL,CAAW,MAAX,CAA5B,GAAiD,MAA7D;AAEA,mBAAO,KAAK,cAAL,CAAoB,OAApB,EAA6B,CAAC,GAAD,CAA7B,CAAP;AACD,SAVM;AAWP,wBAXO,8BAWS;AACd,gBAAI,KAAK,WAAT,EAAsB;AACpB,uBAAO,IAAP;AACD;AAED,mBAAO,KAAK,cAAL,CAAoB,KAApB,EAA2B;AAChC,yBAAS,KAAK;AADkB,aAA3B,EAEJ,KAAK,UAAL,EAFI,CAAP;AAGD;AAnBM;AADI,C","sourcesContent":["/* @vue/component */\nexport default {\n methods: {\n genTFoot () {\n if (!this.$slots.footer) {\n return null\n }\n\n const footer = this.$slots.footer\n const row = this.hasTag(footer, 'td') ? this.genTR(footer) : footer\n\n return this.$createElement('tfoot', [row])\n },\n genActionsFooter () {\n if (this.hideActions) {\n return null\n }\n\n return this.$createElement('div', {\n 'class': this.classes\n }, this.genActions())\n }\n }\n}\n"],"sourceRoot":""}
|