{"version":3,"file":"statistic.mjs","sources":["../../../../../../packages/components/statistic/src/statistic.ts"],"sourcesContent":["import { buildProps } from '@ll-plus/utils'\r\nimport { ExtractPropTypes } from 'vue'\r\n\r\nimport type StatisticCountdown from './statistic-countdown.vue'\r\nimport type Statistic from './statistic.vue'\r\n\r\nexport const statisticProps = buildProps({\r\n  // 是否显示千分位间隔符\r\n  showKilobit: {\r\n    type: Boolean,\r\n    default: true,\r\n  },\r\n\r\n  // 千分位间隔符\r\n  groupSeparator: {\r\n    type: String,\r\n    default: ',',\r\n  },\r\n})\r\n\r\nexport type StatisticProps = ExtractPropTypes<typeof statisticProps>\r\n\r\n// instance\r\nexport type StatisticInstance = InstanceType<typeof Statistic>\r\nexport type StatisticCountdownInstance = InstanceType<typeof StatisticCountdown>\r\n"],"names":[],"mappings":";;;;AAMO,MAAM,iBAAiB,UAAA,CAAW;AAAA;AAAA,EAEvC,WAAA,EAAa;AAAA,IACX,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAGA,cAAA,EAAgB;AAAA,IACd,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA;AAEb,CAAC;;;;"}