vue3-export-names.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. [
  2. "ComputedGetter",
  3. "ComputedRef",
  4. "ComputedSetter",
  5. "CustomRefFactory",
  6. "DebuggerEvent",
  7. "DebuggerEventExtraInfo",
  8. "DebuggerOptions",
  9. "DeepReadonly",
  10. "EffectScheduler",
  11. "EffectScope",
  12. "MaybeRef",
  13. "MaybeRefOrGetter",
  14. "Raw",
  15. "Reactive",
  16. "ReactiveEffect",
  17. "ReactiveEffectOptions",
  18. "ReactiveEffectRunner",
  19. "ReactiveFlags",
  20. "Ref",
  21. "ShallowReactive",
  22. "ShallowRef",
  23. "ShallowUnwrapRef",
  24. "ToRef",
  25. "ToRefs",
  26. "TrackOpTypes",
  27. "TriggerOpTypes",
  28. "UnwrapNestedRefs",
  29. "UnwrapRef",
  30. "WatchCallback",
  31. "WatchEffect",
  32. "WatchHandle",
  33. "WatchSource",
  34. "WatchStopHandle",
  35. "WritableComputedOptions",
  36. "WritableComputedRef",
  37. "customRef",
  38. "effect",
  39. "effectScope",
  40. "getCurrentScope",
  41. "getCurrentWatcher",
  42. "isProxy",
  43. "isReactive",
  44. "isReadonly",
  45. "isRef",
  46. "isShallow",
  47. "markRaw",
  48. "onScopeDispose",
  49. "onWatcherCleanup",
  50. "proxyRefs",
  51. "reactive",
  52. "readonly",
  53. "ref",
  54. "shallowReactive",
  55. "shallowReadonly",
  56. "shallowRef",
  57. "stop",
  58. "toRaw",
  59. "toRef",
  60. "toRefs",
  61. "toValue",
  62. "triggerRef",
  63. "unref",
  64. "camelize",
  65. "capitalize",
  66. "normalizeClass",
  67. "normalizeProps",
  68. "normalizeStyle",
  69. "toDisplayString",
  70. "toHandlerKey",
  71. "computed",
  72. "Slot",
  73. "Slots",
  74. "SlotsType",
  75. "nextTick",
  76. "queuePostFlushCb",
  77. "ComponentPropsOptions",
  78. "ComponentObjectPropsOptions",
  79. "Prop",
  80. "PropType",
  81. "ExtractPropTypes",
  82. "ExtractPublicPropTypes",
  83. "ExtractDefaultPropTypes",
  84. "defineProps",
  85. "DefineProps",
  86. "defineEmits",
  87. "ComponentTypeEmits",
  88. "defineExpose",
  89. "defineOptions",
  90. "defineSlots",
  91. "ModelRef",
  92. "defineModel",
  93. "withDefaults",
  94. "useSlots",
  95. "useAttrs",
  96. "ObjectEmitsOptions",
  97. "EmitsOptions",
  98. "EmitsToProps",
  99. "ShortEmitsToObject",
  100. "EmitFn",
  101. "DirectiveBinding",
  102. "DirectiveHook",
  103. "ObjectDirective",
  104. "FunctionDirective",
  105. "Directive",
  106. "DirectiveArguments",
  107. "withDirectives",
  108. "ComponentCustomProperties",
  109. "CreateComponentPublicInstance",
  110. "CreateComponentPublicInstanceWithMixins",
  111. "ComponentPublicInstance",
  112. "SuspenseProps",
  113. "Suspense",
  114. "SuspenseBoundary",
  115. "RootHydrateFunction",
  116. "BaseTransitionProps",
  117. "TransitionHooks",
  118. "TransitionState",
  119. "useTransitionState",
  120. "BaseTransitionPropsValidators",
  121. "BaseTransition",
  122. "resolveTransitionHooks",
  123. "setTransitionHooks",
  124. "getTransitionRawChildren",
  125. "Renderer",
  126. "HydrationRenderer",
  127. "ElementNamespace",
  128. "RootRenderFunction",
  129. "RendererOptions",
  130. "RendererNode",
  131. "RendererElement",
  132. "createRenderer",
  133. "createHydrationRenderer",
  134. "KeepAliveProps",
  135. "KeepAlive",
  136. "onActivated",
  137. "onDeactivated",
  138. "onBeforeMount",
  139. "onMounted",
  140. "onBeforeUpdate",
  141. "onUpdated",
  142. "onBeforeUnmount",
  143. "onUnmounted",
  144. "onServerPrefetch",
  145. "onRenderTriggered",
  146. "onRenderTracked",
  147. "onErrorCaptured",
  148. "ComponentCustomOptions",
  149. "RenderFunction",
  150. "ComponentOptionsBase",
  151. "RuntimeCompilerOptions",
  152. "ComponentOptions",
  153. "ComponentOptionsMixin",
  154. "ComputedOptions",
  155. "MethodOptions",
  156. "ComponentProvideOptions",
  157. "ComponentInjectOptions",
  158. "ComponentOptionsWithoutProps",
  159. "ComponentOptionsWithArrayProps",
  160. "ComponentOptionsWithObjectProps",
  161. "InjectionKey",
  162. "provide",
  163. "inject",
  164. "hasInjectionContext",
  165. "PublicProps",
  166. "DefineComponent",
  167. "DefineSetupFnComponent",
  168. "defineComponent",
  169. "App",
  170. "OptionMergeFunction",
  171. "AppConfig",
  172. "AppContext",
  173. "ObjectPlugin",
  174. "FunctionPlugin",
  175. "Plugin",
  176. "CreateAppFunction",
  177. "TeleportProps",
  178. "Teleport",
  179. "resolveComponent",
  180. "resolveDynamicComponent",
  181. "resolveDirective",
  182. "Fragment",
  183. "Text",
  184. "Comment",
  185. "Static",
  186. "VNodeTypes",
  187. "VNodeRef",
  188. "VNodeProps",
  189. "VNodeArrayChildren",
  190. "VNodeChild",
  191. "VNodeNormalizedChildren",
  192. "VNode",
  193. "openBlock",
  194. "setBlockTracking",
  195. "createElementBlock",
  196. "createBlock",
  197. "isVNode",
  198. "transformVNodeArgs",
  199. "createBaseVNode",
  200. "createVNode",
  201. "guardReactiveProps",
  202. "cloneVNode",
  203. "createTextVNode",
  204. "createStaticVNode",
  205. "createCommentVNode",
  206. "mergeProps",
  207. "ComponentInstance",
  208. "ComponentCustomProps",
  209. "GlobalDirectives",
  210. "GlobalComponents",
  211. "AllowedComponentProps",
  212. "FunctionalComponent",
  213. "ConcreteComponent",
  214. "Component",
  215. "SetupContext",
  216. "ComponentInternalInstance",
  217. "getCurrentInstance",
  218. "registerRuntimeCompiler",
  219. "isRuntimeOnly",
  220. "ComponentCustomElementInterface",
  221. "WatchEffectOptions",
  222. "WatchOptions",
  223. "watchEffect",
  224. "watchPostEffect",
  225. "watchSyncEffect",
  226. "MultiWatchSources",
  227. "watch",
  228. "HydrationStrategy",
  229. "HydrationStrategyFactory",
  230. "hydrateOnIdle",
  231. "hydrateOnVisible",
  232. "hydrateOnMediaQuery",
  233. "hydrateOnInteraction",
  234. "AsyncComponentLoader",
  235. "AsyncComponentOptions",
  236. "defineAsyncComponent",
  237. "useModel",
  238. "useTemplateRef",
  239. "useId",
  240. "h",
  241. "ssrContextKey",
  242. "useSSRContext",
  243. "ErrorCodes",
  244. "callWithErrorHandling",
  245. "callWithAsyncErrorHandling",
  246. "handleError",
  247. "initCustomFormatter",
  248. "HMRRuntime",
  249. "pushScopeId",
  250. "popScopeId",
  251. "withScopeId",
  252. "withCtx",
  253. "renderList",
  254. "toHandlers",
  255. "renderSlot",
  256. "createSlots",
  257. "withMemo",
  258. "isMemoSame",
  259. "LegacyConfig",
  260. "CompatVue",
  261. "version",
  262. "warn",
  263. "devtools",
  264. "setDevtoolsHook",
  265. "DeprecationTypes",
  266. "WatchOptionsBase",
  267. "createElementVNode",
  268. "TransitionProps",
  269. "Transition",
  270. "TransitionGroupProps",
  271. "TransitionGroup",
  272. "vShow",
  273. "withModifiers",
  274. "withKeys",
  275. "vModelText",
  276. "vModelCheckbox",
  277. "vModelRadio",
  278. "vModelSelect",
  279. "vModelDynamic",
  280. "VueElementConstructor",
  281. "CustomElementOptions",
  282. "defineCustomElement",
  283. "defineSSRCustomElement",
  284. "VueElement",
  285. "useHost",
  286. "useShadowRoot",
  287. "useCssModule",
  288. "useCssVars",
  289. "CSSProperties",
  290. "AriaAttributes",
  291. "StyleValue",
  292. "HTMLAttributes",
  293. "AnchorHTMLAttributes",
  294. "AreaHTMLAttributes",
  295. "AudioHTMLAttributes",
  296. "BaseHTMLAttributes",
  297. "BlockquoteHTMLAttributes",
  298. "ButtonHTMLAttributes",
  299. "CanvasHTMLAttributes",
  300. "ColHTMLAttributes",
  301. "ColgroupHTMLAttributes",
  302. "DataHTMLAttributes",
  303. "DetailsHTMLAttributes",
  304. "DelHTMLAttributes",
  305. "DialogHTMLAttributes",
  306. "EmbedHTMLAttributes",
  307. "FieldsetHTMLAttributes",
  308. "FormHTMLAttributes",
  309. "HtmlHTMLAttributes",
  310. "IframeHTMLAttributes",
  311. "ImgHTMLAttributes",
  312. "InsHTMLAttributes",
  313. "InputTypeHTMLAttribute",
  314. "InputHTMLAttributes",
  315. "KeygenHTMLAttributes",
  316. "LabelHTMLAttributes",
  317. "LiHTMLAttributes",
  318. "LinkHTMLAttributes",
  319. "MapHTMLAttributes",
  320. "MenuHTMLAttributes",
  321. "MediaHTMLAttributes",
  322. "MetaHTMLAttributes",
  323. "MeterHTMLAttributes",
  324. "QuoteHTMLAttributes",
  325. "ObjectHTMLAttributes",
  326. "OlHTMLAttributes",
  327. "OptgroupHTMLAttributes",
  328. "OptionHTMLAttributes",
  329. "OutputHTMLAttributes",
  330. "ParamHTMLAttributes",
  331. "ProgressHTMLAttributes",
  332. "ScriptHTMLAttributes",
  333. "SelectHTMLAttributes",
  334. "SourceHTMLAttributes",
  335. "StyleHTMLAttributes",
  336. "TableHTMLAttributes",
  337. "TextareaHTMLAttributes",
  338. "TdHTMLAttributes",
  339. "ThHTMLAttributes",
  340. "TimeHTMLAttributes",
  341. "TrackHTMLAttributes",
  342. "VideoHTMLAttributes",
  343. "WebViewHTMLAttributes",
  344. "SVGAttributes",
  345. "IntrinsicElementAttributes",
  346. "Events",
  347. "ReservedProps",
  348. "NativeElements",
  349. "render",
  350. "hydrate",
  351. "createApp",
  352. "createSSRApp",
  353. "compileToFunction",
  354. "compile"
  355. ]