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 line
808 B
1 line
808 B
{"ast":null,"code":"const elPaginationKey = Symbol(\"elPaginationKey\");\nexport { elPaginationKey };","map":{"version":3,"names":["elPaginationKey","Symbol"],"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"],"mappings":"AAAY,MAACA,eAAe,GAAGC,MAAM,CAAC,iBAAiB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |