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
813 B

{"ast":null,"code":"const formContextKey = Symbol(\"formContextKey\");\nconst formItemContextKey = Symbol(\"formItemContextKey\");\nexport { formContextKey, formItemContextKey };","map":{"version":3,"names":["formContextKey","Symbol","formItemContextKey"],"sources":["../../../../../../packages/components/form/src/constants.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\nimport type { FormContext, FormItemContext } from './types'\n\nexport const formContextKey: InjectionKey<FormContext> =\n Symbol('formContextKey')\nexport const formItemContextKey: InjectionKey<FormItemContext> =\n Symbol('formItemContextKey')\n"],"mappings":"AAAY,MAACA,cAAc,GAAGC,MAAM,CAAC,gBAAgB;AACzC,MAACC,kBAAkB,GAAGD,MAAM,CAAC,oBAAoB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}