yingsa/admin/node_modules/element-plus/es/components/pagination/src/constants.mjs.map
2026-01-20 08:50:50 +08:00

1 line
614 B
Plaintext

{"version":3,"file":"constants.mjs","sources":["../../../../../../packages/components/pagination/src/constants.ts"],"sourcesContent":["import type { ComputedRef, InjectionKey, WritableComputedRef } from 'vue'\n\nexport interface ElPaginationContext {\n currentPage?: WritableComputedRef<number>\n pageCount?: ComputedRef<number>\n disabled?: ComputedRef<boolean>\n changeEvent?: (val: number) => void\n handleSizeChange?: (val: number) => void\n}\n\nexport const elPaginationKey: InjectionKey<ElPaginationContext> =\n Symbol('elPaginationKey')\n"],"names":[],"mappings":"AAUa,MAAA,eAAA,GACX,OAAO,iBAAiB;;;;"}