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
837 B
1 line
837 B
{"ast":null,"code":"const DROPDOWN_INJECTION_KEY = Symbol(\"elDropdown\");\nexport { DROPDOWN_INJECTION_KEY };","map":{"version":3,"names":["DROPDOWN_INJECTION_KEY","Symbol"],"sources":["../../../../../../packages/components/dropdown/src/tokens.ts"],"sourcesContent":["import type { ComputedRef, InjectionKey, Ref } from 'vue'\n\nexport type ElDropdownInjectionContext = {\n contentRef: Ref<HTMLElement | null>\n role: ComputedRef<string>\n triggerId: ComputedRef<string>\n isUsingKeyboard: Ref<boolean>\n onItemLeave: (e: PointerEvent) => void\n onItemEnter: (e: PointerEvent) => void\n}\n\nexport const DROPDOWN_INJECTION_KEY: InjectionKey<ElDropdownInjectionContext> =\n Symbol('elDropdown')\n"],"mappings":"AAAY,MAACA,sBAAsB,GAAGC,MAAM,CAAC,YAAY","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |