{"version":3,"file":"VSimpleTable-DueQayRL.js","sources":["../../../node_modules/.pnpm/vuetify@2.7.2_vue@2.7.16/node_modules/vuetify/lib/components/VDataTable/VSimpleTable.js"],"sourcesContent":["import \"../../../src/components/VDataTable/VSimpleTable.sass\";\nimport { convertToUnit, getSlot } from '../../util/helpers';\nimport Themeable from '../../mixins/themeable';\nimport mixins from '../../util/mixins';\nexport default mixins(Themeable).extend({\n name: 'v-simple-table',\n props: {\n dense: Boolean,\n fixedHeader: Boolean,\n height: [Number, String]\n },\n computed: {\n classes() {\n return {\n 'v-data-table--dense': this.dense,\n 'v-data-table--fixed-height': !!this.height && !this.fixedHeader,\n 'v-data-table--fixed-header': this.fixedHeader,\n 'v-data-table--has-top': !!this.$slots.top,\n 'v-data-table--has-bottom': !!this.$slots.bottom,\n ...this.themeClasses\n };\n }\n\n },\n methods: {\n genWrapper() {\n return this.$slots.wrapper || this.$createElement('div', {\n staticClass: 'v-data-table__wrapper',\n style: {\n height: convertToUnit(this.height)\n }\n }, [this.$createElement('table', getSlot(this))]);\n }\n\n },\n\n render(h) {\n return h('div', {\n staticClass: 'v-data-table',\n class: this.classes\n }, [getSlot(this, 'top'), this.genWrapper(), getSlot(this, 'bottom')]);\n }\n\n});\n//# sourceMappingURL=VSimpleTable.js.map"],"names":["__unplugin_components_2","mixins","Themeable","__spreadValues","convertToUnit","getSlot","h"],"mappings":"uxBAIA,MAAAA,EAAeC,EAAOC,CAAS,EAAE,OAAO,CACtC,KAAM,iBACN,MAAO,CACL,MAAO,QACP,YAAa,QACb,OAAQ,CAAC,OAAQ,MAAM,CACxB,EACD,SAAU,CACR,SAAU,CACR,OAAOC,EAAA,CACL,sBAAuB,KAAK,MAC5B,6BAA8B,CAAC,CAAC,KAAK,QAAU,CAAC,KAAK,YACrD,6BAA8B,KAAK,YACnC,wBAAyB,CAAC,CAAC,KAAK,OAAO,IACvC,2BAA4B,CAAC,CAAC,KAAK,OAAO,QACvC,KAAK,aAEhB,CAEG,EACD,QAAS,CACP,YAAa,CACX,OAAO,KAAK,OAAO,SAAW,KAAK,eAAe,MAAO,CACvD,YAAa,wBACb,MAAO,CACL,OAAQC,EAAc,KAAK,MAAM,CAC3C,CACA,EAAS,CAAC,KAAK,eAAe,QAASC,EAAQ,IAAI,CAAC,CAAC,CAAC,CACtD,CAEG,EAED,OAAOC,EAAG,CACR,OAAOA,EAAE,MAAO,CACd,YAAa,eACb,MAAO,KAAK,OACb,EAAE,CAACD,EAAQ,KAAM,KAAK,EAAG,KAAK,WAAU,EAAIA,EAAQ,KAAM,QAAQ,CAAC,CAAC,CACzE,CAEA,CAAC","x_google_ignoreList":[0]}