@roki-h5/create-roki-app 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -2
- package/templates/h5/node_modules/.bin/autoprefixer +0 -17
- package/templates/h5/node_modules/.bin/browserslist +0 -17
- package/templates/h5/node_modules/.bin/tsc +0 -17
- package/templates/h5/node_modules/.bin/tsserver +0 -17
- package/templates/h5/node_modules/.bin/vite +0 -17
- package/templates/h5/node_modules/.bin/vue-tsc +0 -17
- package/templates/h5/node_modules/.vite/deps/_metadata.json +0 -43
- package/templates/h5/node_modules/.vite/deps/axios.js +0 -3370
- package/templates/h5/node_modules/.vite/deps/axios.js.map +0 -7
- package/templates/h5/node_modules/.vite/deps/chunk-CVVHEZGK.js +0 -162
- package/templates/h5/node_modules/.vite/deps/chunk-CVVHEZGK.js.map +0 -7
- package/templates/h5/node_modules/.vite/deps/chunk-HFUUWO4F.js +0 -13072
- package/templates/h5/node_modules/.vite/deps/chunk-HFUUWO4F.js.map +0 -7
- package/templates/h5/node_modules/.vite/deps/chunk-PZ5AY32C.js +0 -9
- package/templates/h5/node_modules/.vite/deps/chunk-PZ5AY32C.js.map +0 -7
- package/templates/h5/node_modules/.vite/deps/package.json +0 -3
- package/templates/h5/node_modules/.vite/deps/pinia.js +0 -1561
- package/templates/h5/node_modules/.vite/deps/pinia.js.map +0 -7
- package/templates/h5/node_modules/.vite/deps/vue-router.js +0 -2241
- package/templates/h5/node_modules/.vite/deps/vue-router.js.map +0 -7
- package/templates/h5/node_modules/.vite/deps/vue.js +0 -347
- package/templates/h5/node_modules/.vite/deps/vue.js.map +0 -7
- package/templates/h5/node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts +0 -118
|
@@ -1,347 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BaseTransition,
|
|
3
|
-
BaseTransitionPropsValidators,
|
|
4
|
-
Comment,
|
|
5
|
-
DeprecationTypes,
|
|
6
|
-
EffectScope,
|
|
7
|
-
ErrorCodes,
|
|
8
|
-
ErrorTypeStrings,
|
|
9
|
-
Fragment,
|
|
10
|
-
KeepAlive,
|
|
11
|
-
ReactiveEffect,
|
|
12
|
-
Static,
|
|
13
|
-
Suspense,
|
|
14
|
-
Teleport,
|
|
15
|
-
Text,
|
|
16
|
-
TrackOpTypes,
|
|
17
|
-
Transition,
|
|
18
|
-
TransitionGroup,
|
|
19
|
-
TriggerOpTypes,
|
|
20
|
-
VueElement,
|
|
21
|
-
assertNumber,
|
|
22
|
-
callWithAsyncErrorHandling,
|
|
23
|
-
callWithErrorHandling,
|
|
24
|
-
camelize,
|
|
25
|
-
capitalize,
|
|
26
|
-
cloneVNode,
|
|
27
|
-
compatUtils,
|
|
28
|
-
compile,
|
|
29
|
-
computed,
|
|
30
|
-
createApp,
|
|
31
|
-
createBaseVNode,
|
|
32
|
-
createBlock,
|
|
33
|
-
createCommentVNode,
|
|
34
|
-
createElementBlock,
|
|
35
|
-
createHydrationRenderer,
|
|
36
|
-
createPropsRestProxy,
|
|
37
|
-
createRenderer,
|
|
38
|
-
createSSRApp,
|
|
39
|
-
createSlots,
|
|
40
|
-
createStaticVNode,
|
|
41
|
-
createTextVNode,
|
|
42
|
-
createVNode,
|
|
43
|
-
customRef,
|
|
44
|
-
defineAsyncComponent,
|
|
45
|
-
defineComponent,
|
|
46
|
-
defineCustomElement,
|
|
47
|
-
defineEmits,
|
|
48
|
-
defineExpose,
|
|
49
|
-
defineModel,
|
|
50
|
-
defineOptions,
|
|
51
|
-
defineProps,
|
|
52
|
-
defineSSRCustomElement,
|
|
53
|
-
defineSlots,
|
|
54
|
-
devtools,
|
|
55
|
-
effect,
|
|
56
|
-
effectScope,
|
|
57
|
-
getCurrentInstance,
|
|
58
|
-
getCurrentScope,
|
|
59
|
-
getCurrentWatcher,
|
|
60
|
-
getTransitionRawChildren,
|
|
61
|
-
guardReactiveProps,
|
|
62
|
-
h,
|
|
63
|
-
handleError,
|
|
64
|
-
hasInjectionContext,
|
|
65
|
-
hydrate,
|
|
66
|
-
hydrateOnIdle,
|
|
67
|
-
hydrateOnInteraction,
|
|
68
|
-
hydrateOnMediaQuery,
|
|
69
|
-
hydrateOnVisible,
|
|
70
|
-
initCustomFormatter,
|
|
71
|
-
initDirectivesForSSR,
|
|
72
|
-
inject,
|
|
73
|
-
isMemoSame,
|
|
74
|
-
isProxy,
|
|
75
|
-
isReactive,
|
|
76
|
-
isReadonly,
|
|
77
|
-
isRef,
|
|
78
|
-
isRuntimeOnly,
|
|
79
|
-
isShallow,
|
|
80
|
-
isVNode,
|
|
81
|
-
markRaw,
|
|
82
|
-
mergeDefaults,
|
|
83
|
-
mergeModels,
|
|
84
|
-
mergeProps,
|
|
85
|
-
nextTick,
|
|
86
|
-
nodeOps,
|
|
87
|
-
normalizeClass,
|
|
88
|
-
normalizeProps,
|
|
89
|
-
normalizeStyle,
|
|
90
|
-
onActivated,
|
|
91
|
-
onBeforeMount,
|
|
92
|
-
onBeforeUnmount,
|
|
93
|
-
onBeforeUpdate,
|
|
94
|
-
onDeactivated,
|
|
95
|
-
onErrorCaptured,
|
|
96
|
-
onMounted,
|
|
97
|
-
onRenderTracked,
|
|
98
|
-
onRenderTriggered,
|
|
99
|
-
onScopeDispose,
|
|
100
|
-
onServerPrefetch,
|
|
101
|
-
onUnmounted,
|
|
102
|
-
onUpdated,
|
|
103
|
-
onWatcherCleanup,
|
|
104
|
-
openBlock,
|
|
105
|
-
patchProp,
|
|
106
|
-
popScopeId,
|
|
107
|
-
provide,
|
|
108
|
-
proxyRefs,
|
|
109
|
-
pushScopeId,
|
|
110
|
-
queuePostFlushCb,
|
|
111
|
-
reactive,
|
|
112
|
-
readonly,
|
|
113
|
-
ref,
|
|
114
|
-
registerRuntimeCompiler,
|
|
115
|
-
render,
|
|
116
|
-
renderList,
|
|
117
|
-
renderSlot,
|
|
118
|
-
resolveComponent,
|
|
119
|
-
resolveDirective,
|
|
120
|
-
resolveDynamicComponent,
|
|
121
|
-
resolveFilter,
|
|
122
|
-
resolveTransitionHooks,
|
|
123
|
-
setBlockTracking,
|
|
124
|
-
setDevtoolsHook,
|
|
125
|
-
setTransitionHooks,
|
|
126
|
-
shallowReactive,
|
|
127
|
-
shallowReadonly,
|
|
128
|
-
shallowRef,
|
|
129
|
-
ssrContextKey,
|
|
130
|
-
ssrUtils,
|
|
131
|
-
stop,
|
|
132
|
-
toDisplayString,
|
|
133
|
-
toHandlerKey,
|
|
134
|
-
toHandlers,
|
|
135
|
-
toRaw,
|
|
136
|
-
toRef,
|
|
137
|
-
toRefs,
|
|
138
|
-
toValue,
|
|
139
|
-
transformVNodeArgs,
|
|
140
|
-
triggerRef,
|
|
141
|
-
unref,
|
|
142
|
-
useAttrs,
|
|
143
|
-
useCssModule,
|
|
144
|
-
useCssVars,
|
|
145
|
-
useHost,
|
|
146
|
-
useId,
|
|
147
|
-
useModel,
|
|
148
|
-
useSSRContext,
|
|
149
|
-
useShadowRoot,
|
|
150
|
-
useSlots,
|
|
151
|
-
useTemplateRef,
|
|
152
|
-
useTransitionState,
|
|
153
|
-
vModelCheckbox,
|
|
154
|
-
vModelDynamic,
|
|
155
|
-
vModelRadio,
|
|
156
|
-
vModelSelect,
|
|
157
|
-
vModelText,
|
|
158
|
-
vShow,
|
|
159
|
-
version,
|
|
160
|
-
warn,
|
|
161
|
-
watch,
|
|
162
|
-
watchEffect,
|
|
163
|
-
watchPostEffect,
|
|
164
|
-
watchSyncEffect,
|
|
165
|
-
withAsyncContext,
|
|
166
|
-
withCtx,
|
|
167
|
-
withDefaults,
|
|
168
|
-
withDirectives,
|
|
169
|
-
withKeys,
|
|
170
|
-
withMemo,
|
|
171
|
-
withModifiers,
|
|
172
|
-
withScopeId
|
|
173
|
-
} from "./chunk-HFUUWO4F.js";
|
|
174
|
-
import "./chunk-PZ5AY32C.js";
|
|
175
|
-
export {
|
|
176
|
-
BaseTransition,
|
|
177
|
-
BaseTransitionPropsValidators,
|
|
178
|
-
Comment,
|
|
179
|
-
DeprecationTypes,
|
|
180
|
-
EffectScope,
|
|
181
|
-
ErrorCodes,
|
|
182
|
-
ErrorTypeStrings,
|
|
183
|
-
Fragment,
|
|
184
|
-
KeepAlive,
|
|
185
|
-
ReactiveEffect,
|
|
186
|
-
Static,
|
|
187
|
-
Suspense,
|
|
188
|
-
Teleport,
|
|
189
|
-
Text,
|
|
190
|
-
TrackOpTypes,
|
|
191
|
-
Transition,
|
|
192
|
-
TransitionGroup,
|
|
193
|
-
TriggerOpTypes,
|
|
194
|
-
VueElement,
|
|
195
|
-
assertNumber,
|
|
196
|
-
callWithAsyncErrorHandling,
|
|
197
|
-
callWithErrorHandling,
|
|
198
|
-
camelize,
|
|
199
|
-
capitalize,
|
|
200
|
-
cloneVNode,
|
|
201
|
-
compatUtils,
|
|
202
|
-
compile,
|
|
203
|
-
computed,
|
|
204
|
-
createApp,
|
|
205
|
-
createBlock,
|
|
206
|
-
createCommentVNode,
|
|
207
|
-
createElementBlock,
|
|
208
|
-
createBaseVNode as createElementVNode,
|
|
209
|
-
createHydrationRenderer,
|
|
210
|
-
createPropsRestProxy,
|
|
211
|
-
createRenderer,
|
|
212
|
-
createSSRApp,
|
|
213
|
-
createSlots,
|
|
214
|
-
createStaticVNode,
|
|
215
|
-
createTextVNode,
|
|
216
|
-
createVNode,
|
|
217
|
-
customRef,
|
|
218
|
-
defineAsyncComponent,
|
|
219
|
-
defineComponent,
|
|
220
|
-
defineCustomElement,
|
|
221
|
-
defineEmits,
|
|
222
|
-
defineExpose,
|
|
223
|
-
defineModel,
|
|
224
|
-
defineOptions,
|
|
225
|
-
defineProps,
|
|
226
|
-
defineSSRCustomElement,
|
|
227
|
-
defineSlots,
|
|
228
|
-
devtools,
|
|
229
|
-
effect,
|
|
230
|
-
effectScope,
|
|
231
|
-
getCurrentInstance,
|
|
232
|
-
getCurrentScope,
|
|
233
|
-
getCurrentWatcher,
|
|
234
|
-
getTransitionRawChildren,
|
|
235
|
-
guardReactiveProps,
|
|
236
|
-
h,
|
|
237
|
-
handleError,
|
|
238
|
-
hasInjectionContext,
|
|
239
|
-
hydrate,
|
|
240
|
-
hydrateOnIdle,
|
|
241
|
-
hydrateOnInteraction,
|
|
242
|
-
hydrateOnMediaQuery,
|
|
243
|
-
hydrateOnVisible,
|
|
244
|
-
initCustomFormatter,
|
|
245
|
-
initDirectivesForSSR,
|
|
246
|
-
inject,
|
|
247
|
-
isMemoSame,
|
|
248
|
-
isProxy,
|
|
249
|
-
isReactive,
|
|
250
|
-
isReadonly,
|
|
251
|
-
isRef,
|
|
252
|
-
isRuntimeOnly,
|
|
253
|
-
isShallow,
|
|
254
|
-
isVNode,
|
|
255
|
-
markRaw,
|
|
256
|
-
mergeDefaults,
|
|
257
|
-
mergeModels,
|
|
258
|
-
mergeProps,
|
|
259
|
-
nextTick,
|
|
260
|
-
nodeOps,
|
|
261
|
-
normalizeClass,
|
|
262
|
-
normalizeProps,
|
|
263
|
-
normalizeStyle,
|
|
264
|
-
onActivated,
|
|
265
|
-
onBeforeMount,
|
|
266
|
-
onBeforeUnmount,
|
|
267
|
-
onBeforeUpdate,
|
|
268
|
-
onDeactivated,
|
|
269
|
-
onErrorCaptured,
|
|
270
|
-
onMounted,
|
|
271
|
-
onRenderTracked,
|
|
272
|
-
onRenderTriggered,
|
|
273
|
-
onScopeDispose,
|
|
274
|
-
onServerPrefetch,
|
|
275
|
-
onUnmounted,
|
|
276
|
-
onUpdated,
|
|
277
|
-
onWatcherCleanup,
|
|
278
|
-
openBlock,
|
|
279
|
-
patchProp,
|
|
280
|
-
popScopeId,
|
|
281
|
-
provide,
|
|
282
|
-
proxyRefs,
|
|
283
|
-
pushScopeId,
|
|
284
|
-
queuePostFlushCb,
|
|
285
|
-
reactive,
|
|
286
|
-
readonly,
|
|
287
|
-
ref,
|
|
288
|
-
registerRuntimeCompiler,
|
|
289
|
-
render,
|
|
290
|
-
renderList,
|
|
291
|
-
renderSlot,
|
|
292
|
-
resolveComponent,
|
|
293
|
-
resolveDirective,
|
|
294
|
-
resolveDynamicComponent,
|
|
295
|
-
resolveFilter,
|
|
296
|
-
resolveTransitionHooks,
|
|
297
|
-
setBlockTracking,
|
|
298
|
-
setDevtoolsHook,
|
|
299
|
-
setTransitionHooks,
|
|
300
|
-
shallowReactive,
|
|
301
|
-
shallowReadonly,
|
|
302
|
-
shallowRef,
|
|
303
|
-
ssrContextKey,
|
|
304
|
-
ssrUtils,
|
|
305
|
-
stop,
|
|
306
|
-
toDisplayString,
|
|
307
|
-
toHandlerKey,
|
|
308
|
-
toHandlers,
|
|
309
|
-
toRaw,
|
|
310
|
-
toRef,
|
|
311
|
-
toRefs,
|
|
312
|
-
toValue,
|
|
313
|
-
transformVNodeArgs,
|
|
314
|
-
triggerRef,
|
|
315
|
-
unref,
|
|
316
|
-
useAttrs,
|
|
317
|
-
useCssModule,
|
|
318
|
-
useCssVars,
|
|
319
|
-
useHost,
|
|
320
|
-
useId,
|
|
321
|
-
useModel,
|
|
322
|
-
useSSRContext,
|
|
323
|
-
useShadowRoot,
|
|
324
|
-
useSlots,
|
|
325
|
-
useTemplateRef,
|
|
326
|
-
useTransitionState,
|
|
327
|
-
vModelCheckbox,
|
|
328
|
-
vModelDynamic,
|
|
329
|
-
vModelRadio,
|
|
330
|
-
vModelSelect,
|
|
331
|
-
vModelText,
|
|
332
|
-
vShow,
|
|
333
|
-
version,
|
|
334
|
-
warn,
|
|
335
|
-
watch,
|
|
336
|
-
watchEffect,
|
|
337
|
-
watchPostEffect,
|
|
338
|
-
watchSyncEffect,
|
|
339
|
-
withAsyncContext,
|
|
340
|
-
withCtx,
|
|
341
|
-
withDefaults,
|
|
342
|
-
withDirectives,
|
|
343
|
-
withKeys,
|
|
344
|
-
withMemo,
|
|
345
|
-
withModifiers,
|
|
346
|
-
withScopeId
|
|
347
|
-
};
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
export {};
|
|
3
|
-
|
|
4
|
-
; declare global {
|
|
5
|
-
const __VLS_intrinsicElements: __VLS_IntrinsicElements;
|
|
6
|
-
const __VLS_directiveBindingRestFields: { instance: null, oldValue: null, modifiers: any, dir: any };
|
|
7
|
-
const __VLS_unref: typeof import('vue').unref;
|
|
8
|
-
const __VLS_placeholder: any;
|
|
9
|
-
|
|
10
|
-
type __VLS_NativeElements = __VLS_SpreadMerge<SVGElementTagNameMap, HTMLElementTagNameMap>;
|
|
11
|
-
type __VLS_IntrinsicElements = import('vue/jsx-runtime').JSX.IntrinsicElements;
|
|
12
|
-
type __VLS_Element = import('vue/jsx-runtime').JSX.Element;
|
|
13
|
-
type __VLS_GlobalComponents = import('vue').GlobalComponents;
|
|
14
|
-
type __VLS_GlobalDirectives = import('vue').GlobalDirectives;
|
|
15
|
-
type __VLS_IsAny<T> = 0 extends 1 & T ? true : false;
|
|
16
|
-
type __VLS_PickNotAny<A, B> = __VLS_IsAny<A> extends true ? B : A;
|
|
17
|
-
type __VLS_SpreadMerge<A, B> = Omit<A, keyof B> & B;
|
|
18
|
-
type __VLS_WithComponent<N0 extends string, LocalComponents, Self, N1 extends string, N2 extends string, N3 extends string> =
|
|
19
|
-
N1 extends keyof LocalComponents ? N1 extends N0 ? Pick<LocalComponents, N0 extends keyof LocalComponents ? N0 : never> : { [K in N0]: LocalComponents[N1] } :
|
|
20
|
-
N2 extends keyof LocalComponents ? N2 extends N0 ? Pick<LocalComponents, N0 extends keyof LocalComponents ? N0 : never> : { [K in N0]: LocalComponents[N2] } :
|
|
21
|
-
N3 extends keyof LocalComponents ? N3 extends N0 ? Pick<LocalComponents, N0 extends keyof LocalComponents ? N0 : never> : { [K in N0]: LocalComponents[N3] } :
|
|
22
|
-
Self extends object ? { [K in N0]: Self } :
|
|
23
|
-
N1 extends keyof __VLS_GlobalComponents ? N1 extends N0 ? Pick<__VLS_GlobalComponents, N0 extends keyof __VLS_GlobalComponents ? N0 : never> : { [K in N0]: __VLS_GlobalComponents[N1] } :
|
|
24
|
-
N2 extends keyof __VLS_GlobalComponents ? N2 extends N0 ? Pick<__VLS_GlobalComponents, N0 extends keyof __VLS_GlobalComponents ? N0 : never> : { [K in N0]: __VLS_GlobalComponents[N2] } :
|
|
25
|
-
N3 extends keyof __VLS_GlobalComponents ? N3 extends N0 ? Pick<__VLS_GlobalComponents, N0 extends keyof __VLS_GlobalComponents ? N0 : never> : { [K in N0]: __VLS_GlobalComponents[N3] } :
|
|
26
|
-
{ [K in N0]: unknown };
|
|
27
|
-
type __VLS_FunctionalComponentProps<T, K> =
|
|
28
|
-
'__ctx' extends keyof __VLS_PickNotAny<K, {}> ? K extends { __ctx?: { props?: infer P } } ? NonNullable<P> : never
|
|
29
|
-
: T extends (props: infer P, ...args: any) => any ? P :
|
|
30
|
-
{};
|
|
31
|
-
type __VLS_IsFunction<T, K> = K extends keyof T
|
|
32
|
-
? __VLS_IsAny<T[K]> extends false
|
|
33
|
-
? unknown extends T[K]
|
|
34
|
-
? false
|
|
35
|
-
: true
|
|
36
|
-
: false
|
|
37
|
-
: false;
|
|
38
|
-
type __VLS_NormalizeComponentEvent<Props, Events, onEvent extends keyof Props, Event extends keyof Events, CamelizedEvent extends keyof Events> = (
|
|
39
|
-
__VLS_IsFunction<Props, onEvent> extends true
|
|
40
|
-
? Props
|
|
41
|
-
: __VLS_IsFunction<Events, Event> extends true
|
|
42
|
-
? { [K in onEvent]?: Events[Event] }
|
|
43
|
-
: __VLS_IsFunction<Events, CamelizedEvent> extends true
|
|
44
|
-
? { [K in onEvent]?: Events[CamelizedEvent] }
|
|
45
|
-
: Props
|
|
46
|
-
) & Record<string, unknown>;
|
|
47
|
-
// fix https://github.com/vuejs/language-tools/issues/926
|
|
48
|
-
type __VLS_UnionToIntersection<U> = (U extends unknown ? (arg: U) => unknown : never) extends ((arg: infer P) => unknown) ? P : never;
|
|
49
|
-
type __VLS_OverloadUnionInner<T, U = unknown> = U & T extends (...args: infer A) => infer R
|
|
50
|
-
? U extends T
|
|
51
|
-
? never
|
|
52
|
-
: __VLS_OverloadUnionInner<T, Pick<T, keyof T> & U & ((...args: A) => R)> | ((...args: A) => R)
|
|
53
|
-
: never;
|
|
54
|
-
type __VLS_OverloadUnion<T> = Exclude<
|
|
55
|
-
__VLS_OverloadUnionInner<(() => never) & T>,
|
|
56
|
-
T extends () => never ? never : () => never
|
|
57
|
-
>;
|
|
58
|
-
type __VLS_ConstructorOverloads<T> = __VLS_OverloadUnion<T> extends infer F
|
|
59
|
-
? F extends (event: infer E, ...args: infer A) => any
|
|
60
|
-
? { [K in E & string]: (...args: A) => void; }
|
|
61
|
-
: never
|
|
62
|
-
: never;
|
|
63
|
-
type __VLS_NormalizeEmits<T> = __VLS_PrettifyGlobal<
|
|
64
|
-
__VLS_UnionToIntersection<
|
|
65
|
-
__VLS_ConstructorOverloads<T> & {
|
|
66
|
-
[K in keyof T]: T[K] extends any[] ? { (...args: T[K]): void } : never
|
|
67
|
-
}
|
|
68
|
-
>
|
|
69
|
-
>;
|
|
70
|
-
type __VLS_PrettifyGlobal<T> = { [K in keyof T]: T[K]; } & {};
|
|
71
|
-
type __VLS_PickFunctionalComponentCtx<T, K> = NonNullable<__VLS_PickNotAny<
|
|
72
|
-
'__ctx' extends keyof __VLS_PickNotAny<K, {}> ? K extends { __ctx?: infer Ctx } ? Ctx : never : any
|
|
73
|
-
, T extends (props: any, ctx: infer Ctx) => any ? Ctx : any
|
|
74
|
-
>>;
|
|
75
|
-
type __VLS_UseTemplateRef<T> = Readonly<import('vue').ShallowRef<T | null>>;
|
|
76
|
-
|
|
77
|
-
function __VLS_getVForSourceType<T extends number | string | any[] | Iterable<any>>(source: T): [
|
|
78
|
-
item: T extends number ? number
|
|
79
|
-
: T extends string ? string
|
|
80
|
-
: T extends any[] ? T[number]
|
|
81
|
-
: T extends Iterable<infer T1> ? T1
|
|
82
|
-
: any,
|
|
83
|
-
index: number,
|
|
84
|
-
][];
|
|
85
|
-
function __VLS_getVForSourceType<T>(source: T): [
|
|
86
|
-
item: T[keyof T],
|
|
87
|
-
key: keyof T,
|
|
88
|
-
index: number,
|
|
89
|
-
][];
|
|
90
|
-
// @ts-ignore
|
|
91
|
-
function __VLS_getSlotParams<T>(slot: T): Parameters<__VLS_PickNotAny<NonNullable<T>, (...args: any[]) => any>>;
|
|
92
|
-
// @ts-ignore
|
|
93
|
-
function __VLS_getSlotParam<T>(slot: T): Parameters<__VLS_PickNotAny<NonNullable<T>, (...args: any[]) => any>>[0];
|
|
94
|
-
function __VLS_asFunctionalDirective<T>(dir: T): T extends import('vue').ObjectDirective
|
|
95
|
-
? NonNullable<T['created' | 'beforeMount' | 'mounted' | 'beforeUpdate' | 'updated' | 'beforeUnmount' | 'unmounted']>
|
|
96
|
-
: T extends (...args: any) => any
|
|
97
|
-
? T
|
|
98
|
-
: (arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown) => void;
|
|
99
|
-
function __VLS_makeOptional<T>(t: T): { [K in keyof T]?: T[K] };
|
|
100
|
-
function __VLS_asFunctionalComponent<T, K = T extends new (...args: any) => any ? InstanceType<T> : unknown>(t: T, instance?: K):
|
|
101
|
-
T extends new (...args: any) => any
|
|
102
|
-
? (props: (K extends { $props: infer Props } ? Props : any) & Record<string, unknown>, ctx?: any) => __VLS_Element & {
|
|
103
|
-
__ctx?: {
|
|
104
|
-
attrs?: any;
|
|
105
|
-
slots?: K extends { $slots: infer Slots } ? Slots : any;
|
|
106
|
-
emit?: K extends { $emit: infer Emit } ? Emit : any;
|
|
107
|
-
expose?(exposed: K): void;
|
|
108
|
-
props?: (K extends { $props: infer Props } ? Props : any) & Record<string, unknown>;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
: T extends () => any ? (props: {}, ctx?: any) => ReturnType<T>
|
|
112
|
-
: T extends (...args: any) => any ? T
|
|
113
|
-
: (_: {} & Record<string, unknown>, ctx?: any) => { __ctx?: { attrs?: any, expose?: any, slots?: any, emit?: any, props?: {} & Record<string, unknown> } };
|
|
114
|
-
function __VLS_functionalComponentArgsRest<T extends (...args: any) => any>(t: T): 2 extends Parameters<T>['length'] ? [any] : [];
|
|
115
|
-
function __VLS_asFunctionalElement<T>(tag: T, endTag?: T): (attrs: T & Record<string, unknown>) => void;
|
|
116
|
-
function __VLS_asFunctionalSlot<S>(slot: S): S extends () => infer R ? (props: {}) => R : NonNullable<S>;
|
|
117
|
-
function __VLS_tryAsConstant<const T>(t: T): T;
|
|
118
|
-
}
|