{"version":3,"file":"load-more2.mjs","sources":["../../../../../../packages/components/load-more/src/load-more.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const loadMoreProps = buildProps({\n  status: {\n    type: definePropType<string>(String),\n    default: 'more',\n    // values: ['more', 'loading', 'noMore', 'error'],\n  },\n  iconType: {\n    type: definePropType<string>(String),\n    default: 'snow',\n    values: ['snow', 'circle'],\n  },\n  color: {\n    type: definePropType<string>(String),\n  },\n  textColor: {\n    type: definePropType<string>(String),\n  },\n  iconSize: {\n    type: definePropType<string | number>([String, Number]),\n    default: 16,\n  },\n  moreText: {\n    type: definePropType<string>(String),\n  },\n  loadingText: {\n    type: definePropType<string>(String),\n  },\n  noMoreText: {\n    type: definePropType<string>(String),\n  },\n  errorText: {\n    type: definePropType<string>(String),\n  },\n  height: {\n    type: definePropType<string | number>([String, Number]),\n    default: '36',\n  },\n} as const)\nexport type LoadMoreProps = ExtractPropTypes<typeof loadMoreProps>\n\nexport const loadMoreEmits = {\n  click: (status: string) => !!status,\n}\nexport type LoadMoreEmits = typeof loadMoreEmits\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB,UAAW,CAAA;AAAA,EACtC,MAAQ,EAAA;AAAA,IACN,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,IACnC,OAAS,EAAA,MAAA;AAAA,GAEX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,IACnC,OAAS,EAAA,MAAA;AAAA,IACT,MAAA,EAAQ,CAAC,MAAA,EAAQ,QAAQ,CAAA;AAAA,GAC3B;AAAA,EACA,KAAO,EAAA;AAAA,IACL,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,GACrC;AAAA,EACA,SAAW,EAAA;AAAA,IACT,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,GACrC;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,cAAA,CAAgC,CAAC,MAAA,EAAQ,MAAM,CAAC,CAAA;AAAA,IACtD,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,GACrC;AAAA,EACA,WAAa,EAAA;AAAA,IACX,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,GACrC;AAAA,EACA,UAAY,EAAA;AAAA,IACV,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,GACrC;AAAA,EACA,SAAW,EAAA;AAAA,IACT,IAAA,EAAM,eAAuB,MAAM,CAAA;AAAA,GACrC;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA,cAAA,CAAgC,CAAC,MAAA,EAAQ,MAAM,CAAC,CAAA;AAAA,IACtD,OAAS,EAAA,IAAA;AAAA,GACX;AACF,CAAU,EAAA;AAGH,MAAM,aAAgB,GAAA;AAAA,EAC3B,KAAO,EAAA,CAAC,MAAmB,KAAA,CAAC,CAAC,MAAA;AAC/B;;;;"}