{"version":3,"file":"overflow2.mjs","sources":["../../../../../../packages/components/overflow/src/overflow.ts"],"sourcesContent":["import { buildProps } from '@lit-element/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type overflow from './overflow.vue'\n\nexport const overflowProps = buildProps({\n  items: {\n    type: Array as () => string[],\n    default: [],\n  },\n  // 设置显示元素的最大数，为 0 时会根据宽度动态计算以确保在一行内显示\n  maxCount: {\n    type: Number,\n    default: null,\n  },\n} as const)\nexport type OverflowProps = ExtractPropTypes<typeof overflowProps>\nexport type OverflowInstance = InstanceType<typeof overflow>\n"],"names":[],"mappings":";;;AACY,MAAC,aAAa,GAAG,UAAU,CAAC;AACxC,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,KAAK;AACf,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC;;;;"}