{"version":3,"sources":["webpack:///./src/components/vuetifyComponents/tables-simple/TableSimpleDense.vue","webpack:///src/components/vuetifyComponents/tables-simple/TableSimpleDense.vue","webpack:///./src/components/vuetifyComponents/tables-simple/TableSimpleDense.vue?5474","webpack:///./src/components/vuetifyComponents/tables-simple/TableSimpleDense.vue?fe80"],"names":["render","_vm","this","_c","_self","staticClass","_v","attrs","scopedSlots","_u","key","fn","_l","desserts","item","name","_s","calories","proxy","staticRenderFns","component","VListItemSubtitle","VList","VSimpleTable"],"mappings":"uIAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAACA,EAAG,uBAAuB,CAACE,YAAY,aAAa,CAACJ,EAAIK,GAAG,4DAA4DH,EAAG,OAAO,CAACF,EAAIK,GAAG,WAAWL,EAAIK,GAAG,aAAaH,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,iBAAiB,CAACI,MAAM,CAAC,MAAQ,IAAIC,YAAYP,EAAIQ,GAAG,CAAC,CAACC,IAAI,UAAUC,GAAG,WAAW,MAAO,CAACR,EAAG,QAAQ,CAACA,EAAG,KAAK,CAACA,EAAG,KAAK,CAACE,YAAY,aAAa,CAACJ,EAAIK,GAAG,UAAUH,EAAG,KAAK,CAACE,YAAY,aAAa,CAACJ,EAAIK,GAAG,kBAAkBH,EAAG,QAAQF,EAAIW,GAAIX,EAAIY,UAAU,SAASC,GAAM,OAAOX,EAAG,KAAK,CAACO,IAAII,EAAKC,MAAM,CAACZ,EAAG,KAAK,CAACF,EAAIK,GAAGL,EAAIe,GAAGF,EAAKC,SAASZ,EAAG,KAAK,CAACF,EAAIK,GAAGL,EAAIe,GAAGF,EAAKG,kBAAiB,KAAKC,OAAM,QAAW,IAAI,IAEnrBC,EAAkB,GC4BtB,GACA,wBAEA,uBACA,UACA,CACA,qBACA,cAEA,CACA,0BACA,cAEA,CACA,cACA,cAEA,CACA,eACA,cAEA,CACA,mBACA,cAEA,CACA,kBACA,cAEA,CACA,gBACA,cAEA,CACA,iBACA,cAEA,CACA,aACA,cAEA,CACA,cACA,kBCzEwX,I,yDCOpXC,EAAY,eACd,EACApB,EACAmB,GACA,EACA,KACA,KACA,MAIa,aAAAC,EAAiB,QAMhC,IAAkBA,EAAW,CAACC,kBAAAC,EAAA,KAAkBC,eAAA","file":"js/chunk-2d0c555a.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('v-list-item-subtitle',{staticClass:\"text-wrap\"},[_vm._v(\" You can show a dense version of the table by using the \"),_c('code',[_vm._v(\"dense\")]),_vm._v(\" prop. \")]),_c('div',{staticClass:\"mt-4\"},[_c('v-simple-table',{attrs:{\"dense\":\"\"},scopedSlots:_vm._u([{key:\"default\",fn:function(){return [_c('thead',[_c('tr',[_c('th',{staticClass:\"text-left\"},[_vm._v(\"Name\")]),_c('th',{staticClass:\"text-left\"},[_vm._v(\"Calories\")])])]),_c('tbody',_vm._l((_vm.desserts),function(item){return _c('tr',{key:item.name},[_c('td',[_vm._v(_vm._s(item.name))]),_c('td',[_vm._v(_vm._s(item.calories))])])}),0)]},proxy:true}])})],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n \r\n \r\n \r\n
\r\n \r\n You can show a dense version of the table by using the dense prop.\r\n \r\n
\r\n \r\n \r\n \r\n
\r\n
Name
\r\n
Calories
\r\n
\r\n \r\n \r\n
\r\n
{{ item.name }}
\r\n
{{ item.calories }}
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TableSimpleDense.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TableSimpleDense.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./TableSimpleDense.vue?vue&type=template&id=24244a6a&\"\nimport script from \"./TableSimpleDense.vue?vue&type=script&lang=js&\"\nexport * from \"./TableSimpleDense.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports\n\n/* vuetify-loader */\nimport installComponents from \"!../../../../node_modules/vuetify-loader/lib/runtime/installComponents.js\"\nimport { VListItemSubtitle } from 'vuetify/lib/components/VList';\nimport { VSimpleTable } from 'vuetify/lib/components/VDataTable';\ninstallComponents(component, {VListItemSubtitle,VSimpleTable})\n"],"sourceRoot":""}