|
27 | 27 | "TriggerOpTypes",
|
28 | 28 | "UnwrapNestedRefs",
|
29 | 29 | "UnwrapRef",
|
| 30 | + "WatchCallback", |
| 31 | + "WatchEffect", |
| 32 | + "WatchHandle", |
| 33 | + "WatchSource", |
| 34 | + "WatchStopHandle", |
30 | 35 | "WritableComputedOptions",
|
31 | 36 | "WritableComputedRef",
|
32 | 37 | "customRef",
|
33 | 38 | "effect",
|
34 | 39 | "effectScope",
|
35 | 40 | "getCurrentScope",
|
| 41 | + "getCurrentWatcher", |
36 | 42 | "isProxy",
|
37 | 43 | "isReactive",
|
38 | 44 | "isReadonly",
|
39 | 45 | "isRef",
|
40 | 46 | "isShallow",
|
41 | 47 | "markRaw",
|
42 | 48 | "onScopeDispose",
|
| 49 | + "onWatcherCleanup", |
43 | 50 | "proxyRefs",
|
44 | 51 | "reactive",
|
45 | 52 | "readonly",
|
|
67 | 74 | "SlotsType",
|
68 | 75 | "nextTick",
|
69 | 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", |
70 | 96 | "ObjectEmitsOptions",
|
71 | 97 | "EmitsOptions",
|
| 98 | + "EmitsToProps", |
| 99 | + "ShortEmitsToObject", |
| 100 | + "EmitFn", |
| 101 | + "DirectiveBinding", |
| 102 | + "DirectiveHook", |
| 103 | + "ObjectDirective", |
| 104 | + "FunctionDirective", |
| 105 | + "Directive", |
| 106 | + "DirectiveArguments", |
| 107 | + "withDirectives", |
72 | 108 | "ComponentCustomProperties",
|
73 | 109 | "CreateComponentPublicInstance",
|
| 110 | + "CreateComponentPublicInstanceWithMixins", |
74 | 111 | "ComponentPublicInstance",
|
75 | 112 | "SuspenseProps",
|
76 | 113 | "Suspense",
|
|
108 | 145 | "onRenderTriggered",
|
109 | 146 | "onRenderTracked",
|
110 | 147 | "onErrorCaptured",
|
111 |
| - "ComponentPropsOptions", |
112 |
| - "ComponentObjectPropsOptions", |
113 |
| - "Prop", |
114 |
| - "PropType", |
115 |
| - "ExtractPropTypes", |
116 |
| - "ExtractPublicPropTypes", |
117 |
| - "ExtractDefaultPropTypes", |
118 |
| - "DirectiveBinding", |
119 |
| - "DirectiveHook", |
120 |
| - "ObjectDirective", |
121 |
| - "FunctionDirective", |
122 |
| - "Directive", |
123 |
| - "DirectiveArguments", |
124 |
| - "withDirectives", |
125 | 148 | "ComponentCustomOptions",
|
126 | 149 | "RenderFunction",
|
127 | 150 | "ComponentOptionsBase",
|
128 | 151 | "RuntimeCompilerOptions",
|
129 |
| - "ComponentOptionsWithoutProps", |
130 |
| - "ComponentOptionsWithArrayProps", |
131 |
| - "ComponentOptionsWithObjectProps", |
132 | 152 | "ComponentOptions",
|
133 | 153 | "ComponentOptionsMixin",
|
134 | 154 | "ComputedOptions",
|
135 | 155 | "MethodOptions",
|
136 | 156 | "ComponentProvideOptions",
|
137 | 157 | "ComponentInjectOptions",
|
| 158 | + "ComponentOptionsWithoutProps", |
| 159 | + "ComponentOptionsWithArrayProps", |
| 160 | + "ComponentOptionsWithObjectProps", |
138 | 161 | "InjectionKey",
|
139 | 162 | "provide",
|
140 | 163 | "inject",
|
|
183 | 206 | "mergeProps",
|
184 | 207 | "ComponentInstance",
|
185 | 208 | "ComponentCustomProps",
|
| 209 | + "GlobalDirectives", |
| 210 | + "GlobalComponents", |
186 | 211 | "AllowedComponentProps",
|
187 | 212 | "FunctionalComponent",
|
188 | 213 | "ConcreteComponent",
|
|
192 | 217 | "getCurrentInstance",
|
193 | 218 | "registerRuntimeCompiler",
|
194 | 219 | "isRuntimeOnly",
|
195 |
| - "WatchEffect", |
196 |
| - "WatchSource", |
197 |
| - "WatchCallback", |
198 |
| - "WatchOptionsBase", |
| 220 | + "ComponentCustomElementInterface", |
| 221 | + "WatchEffectOptions", |
199 | 222 | "WatchOptions",
|
200 |
| - "WatchStopHandle", |
201 | 223 | "watchEffect",
|
202 | 224 | "watchPostEffect",
|
203 | 225 | "watchSyncEffect",
|
| 226 | + "MultiWatchSources", |
204 | 227 | "watch",
|
| 228 | + "HydrationStrategy", |
| 229 | + "HydrationStrategyFactory", |
| 230 | + "hydrateOnIdle", |
| 231 | + "hydrateOnVisible", |
| 232 | + "hydrateOnMediaQuery", |
| 233 | + "hydrateOnInteraction", |
205 | 234 | "AsyncComponentLoader",
|
206 | 235 | "AsyncComponentOptions",
|
207 | 236 | "defineAsyncComponent",
|
208 |
| - "defineProps", |
209 |
| - "DefineProps", |
210 |
| - "defineEmits", |
211 |
| - "defineExpose", |
212 |
| - "defineOptions", |
213 |
| - "defineSlots", |
214 |
| - "ModelRef", |
215 |
| - "defineModel", |
216 |
| - "withDefaults", |
217 |
| - "useSlots", |
218 |
| - "useAttrs", |
219 | 237 | "useModel",
|
| 238 | + "useTemplateRef", |
| 239 | + "useId", |
220 | 240 | "h",
|
221 | 241 | "ssrContextKey",
|
222 | 242 | "useSSRContext",
|
|
243 | 263 | "devtools",
|
244 | 264 | "setDevtoolsHook",
|
245 | 265 | "DeprecationTypes",
|
| 266 | + "WatchOptionsBase", |
246 | 267 | "createElementVNode",
|
247 |
| - "VueElementConstructor", |
248 |
| - "defineCustomElement", |
249 |
| - "defineSSRCustomElement", |
250 |
| - "VueElement", |
251 |
| - "useCssModule", |
252 |
| - "useCssVars", |
253 | 268 | "TransitionProps",
|
254 | 269 | "Transition",
|
255 | 270 | "TransitionGroupProps",
|
256 | 271 | "TransitionGroup",
|
| 272 | + "vShow", |
| 273 | + "withModifiers", |
| 274 | + "withKeys", |
257 | 275 | "vModelText",
|
258 | 276 | "vModelCheckbox",
|
259 | 277 | "vModelRadio",
|
260 | 278 | "vModelSelect",
|
261 | 279 | "vModelDynamic",
|
262 |
| - "withModifiers", |
263 |
| - "withKeys", |
264 |
| - "vShow", |
| 280 | + "VueElementConstructor", |
| 281 | + "CustomElementOptions", |
| 282 | + "defineCustomElement", |
| 283 | + "defineSSRCustomElement", |
| 284 | + "VueElement", |
| 285 | + "useHost", |
| 286 | + "useShadowRoot", |
| 287 | + "useCssModule", |
| 288 | + "useCssVars", |
265 | 289 | "CSSProperties",
|
266 | 290 | "AriaAttributes",
|
267 | 291 | "StyleValue",
|
|
0 commit comments