{"version":3,"file":"UTableCellSupText.mjs","names":["makeComponentProps","makeTagProps","genericComponent","propsFactory","makeUTableCellSupTextProps","_objectSpread","UTableCellSupText","name","props","emits","setup","_ref","emit","slots","_slots$default","_createVNode","call"],"sources":["../../../src/components/UTable/UTableCellSupText.tsx"],"sourcesContent":["import { makeComponentProps } from '@/composables/component'\nimport { makeTagProps } from '@/composables/tag'\nimport { genericComponent, propsFactory } from '@/utils'\nimport { ExtractPropTypes } from 'vue'\n\nexport const makeUTableCellSupTextProps = propsFactory(\n  {\n    ...makeComponentProps(),\n    ...makeTagProps(),\n  },\n  'UTableCellSupText'\n)\n\nexport type UTableCellTextProps = ExtractPropTypes<\n  typeof makeUTableCellSupTextProps\n>\n\nexport type UTableCellSupTextSlots = {\n  default: never\n}\n\nexport const UTableCellSupText = genericComponent<UTableCellSupTextSlots>()({\n  name: 'UTableCellSupText',\n\n  props: makeUTableCellSupTextProps(),\n\n  emits: {\n    //\n  },\n\n  setup(props, { emit, slots }) {\n    //\n\n    return () => (\n      <span class=\"overflow-hidden overflow-ellipsis text-text-sm font-regular text-gray-600\">\n        {slots.default?.()}\n      </span>\n    )\n  },\n})\n\nexport type UTableCellSupText = InstanceType<typeof UTableCellSupText>\n"],"mappings":";;;;;;;SAASA,kBAAkB;AAAA,SAClBC,YAAY;AAAA,SACZC,gBAAgB,EAAEC,YAAY;AAGvC,OAAO,IAAMC,0BAA0B,GAAGD,YAAY,CAAAE,aAAA,CAAAA,aAAA,KAE/CL,kBAAkB,CAAC,CAAC,GACpBC,YAAY,CAAC,CAAC,GAEnB,mBACF,CAAC;AAUD,OAAO,IAAMK,iBAAiB,GAAGJ,gBAAgB,CAAyB,CAAC,CAAC;EAC1EK,IAAI,EAAE,mBAAmB;EAEzBC,KAAK,EAAEJ,0BAA0B,CAAC,CAAC;EAEnCK,KAAK,EAAE;IACL;EAAA,CACD;EAEDC,KAAK,WAAAA,MAACF,KAAK,EAAAG,IAAA,EAAmB;IAAA,IAAfC,IAAI,GAAAD,IAAA,CAAJC,IAAI;MAAEC,KAAK,GAAAF,IAAA,CAALE,KAAK;IACxB;;IAEA,OAAO;MAAA,IAAAC,cAAA;MAAA,OAAAC,YAAA;QAAA;MAAA,KAAAD,cAAA,GAEFD,KAAK,WAAQ,qBAAbC,cAAA,CAAAE,IAAA,CAAAH,KAAgB,CAAC;IAAA,CAErB;EACH;AACF,CAAC,CAAC"}