{"version":3,"file":"LYpbaBo2.js","sources":["../../../../node_modules/quasar/src/components/item/QItemLabel.js"],"sourcesContent":["import { h, computed } from 'vue'\n\nimport { createComponent } from '../../utils/private.create/create.js'\nimport { hSlot } from '../../utils/private.render/render.js'\n\nexport default createComponent({\n name: 'QItemLabel',\n\n props: {\n overline: Boolean,\n caption: Boolean,\n header: Boolean,\n lines: [ Number, String ]\n },\n\n setup (props, { slots }) {\n const parsedLines = computed(() => parseInt(props.lines, 10))\n\n const classes = computed(() =>\n 'q-item__label'\n + (props.overline === true ? ' q-item__label--overline text-overline' : '')\n + (props.caption === true ? ' q-item__label--caption text-caption' : '')\n + (props.header === true ? ' q-item__label--header' : '')\n + (parsedLines.value === 1 ? ' ellipsis' : '')\n )\n\n const style = computed(() => {\n return props.lines !== void 0 && parsedLines.value > 1\n ? {\n overflow: 'hidden',\n display: '-webkit-box',\n '-webkit-box-orient': 'vertical',\n '-webkit-line-clamp': parsedLines.value\n }\n : null\n })\n\n return () => h('div', {\n style: style.value,\n class: classes.value\n }, hSlot(slots.default))\n }\n})\n"],"names":["__nuxt_component_3","createComponent","props","slots","parsedLines","computed","classes","style","h","hSlot"],"mappings":"wDAKA,MAAAA,EAAeC,EAAgB,CAC7B,KAAM,aAEN,MAAO,CACL,SAAU,QACV,QAAS,QACT,OAAQ,QACR,MAAO,CAAE,OAAQ,MAAQ,CAC1B,EAED,MAAOC,EAAO,CAAE,MAAAC,GAAS,CACvB,MAAMC,EAAcC,EAAS,IAAM,SAASH,EAAM,MAAO,EAAE,CAAC,EAEtDI,EAAUD,EAAS,IACvB,iBACGH,EAAM,WAAa,GAAO,yCAA2C,KACrEA,EAAM,UAAY,GAAO,uCAAyC,KAClEA,EAAM,SAAW,GAAO,yBAA2B,KACnDE,EAAY,QAAU,EAAI,YAAc,GAC5C,EAEKG,EAAQF,EAAS,IACdH,EAAM,QAAU,QAAUE,EAAY,MAAQ,EACjD,CACE,SAAU,SACV,QAAS,cACT,qBAAsB,WACtB,qBAAsBA,EAAY,KACnC,EACD,IACL,EAED,MAAO,IAAMI,EAAE,MAAO,CACpB,MAAOD,EAAM,MACb,MAAOD,EAAQ,KACrB,EAAOG,EAAMN,EAAM,OAAO,CAAC,CACxB,CACH,CAAC","x_google_ignoreList":[0]}