Files
dsProject/dsBase/WebRoot/html/cdn/es/tokens/pagination.mjs.map

1 line
567 B
Plaintext
Raw Normal View History

2025-08-14 15:45:08 +08:00
{"version":3,"file":"pagination.mjs","sources":["../../../../packages/tokens/pagination.ts"],"sourcesContent":["import type { InjectionKey, ComputedRef } from 'vue'\n\nexport interface ElPaginationContext {\n currentPage?: ComputedRef<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":"AAAY,MAAC,eAAe,GAAG,MAAM,CAAC,iBAAiB;;;;"}