You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 lines
1.5 KiB

{"ast":null,"code":"import { buildProps } from '../../../../utils/vue/props/runtime.mjs';\nconst paginationPagerProps = buildProps({\n currentPage: {\n type: Number,\n default: 1\n },\n pageCount: {\n type: Number,\n required: true\n },\n pagerCount: {\n type: Number,\n default: 7\n },\n disabled: Boolean\n});\nexport { paginationPagerProps };","map":{"version":3,"names":["paginationPagerProps","buildProps","currentPage","type","Number","default","pageCount","required","pagerCount","disabled","Boolean"],"sources":["../../../../../../../packages/components/pagination/src/components/pager.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type Pager from './pager.vue'\n\nexport const paginationPagerProps = buildProps({\n currentPage: {\n type: Number,\n default: 1,\n },\n pageCount: {\n type: Number,\n required: true,\n },\n pagerCount: {\n type: Number,\n default: 7,\n },\n disabled: Boolean,\n} as const)\n\nexport type PaginationPagerProps = ExtractPropTypes<typeof paginationPagerProps>\n\nexport type PagerInstance = InstanceType<typeof Pager>\n"],"mappings":";AACY,MAACA,oBAAoB,GAAGC,UAAU,CAAC;EAC7CC,WAAW,EAAE;IACXC,IAAI,EAAEC,MAAM;IACZC,OAAO,EAAE;EACb,CAAG;EACDC,SAAS,EAAE;IACTH,IAAI,EAAEC,MAAM;IACZG,QAAQ,EAAE;EACd,CAAG;EACDC,UAAU,EAAE;IACVL,IAAI,EAAEC,MAAM;IACZC,OAAO,EAAE;EACb,CAAG;EACDI,QAAQ,EAAEC;AACZ,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}