@fangzhongya/fang-ui 0.0.29 → 0.0.30
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/dist/components/box/index.css +12 -12
- package/dist/components/box/index.scss +1 -6
- package/dist/components/box-local/index.css +12 -12
- package/dist/components/dialog/src/index.cjs +5 -5
- package/dist/components/dialog/src/index.js +2 -2
- package/dist/components/dialog/style/index2.scss +1 -1
- package/dist/components/forms/index.d.ts +52 -149
- package/dist/components/forms/src/index.cjs +9 -8
- package/dist/components/forms/src/index.d.ts +102 -297
- package/dist/components/forms/src/index.js +2 -1
- package/dist/components/forms/style/index2.scss +6 -0
- package/dist/components/forms-div/style/index2.scss +1 -0
- package/dist/components/forms-item/src/index.cjs +6 -6
- package/dist/components/forms-item/src/index.js +1 -1
- package/dist/components/forms-item/style/index2.scss +4 -0
- package/dist/components/forms-items/style/index2.scss +2 -0
- package/dist/components/index.cjs +16 -14
- package/dist/components/index.d.ts +5 -4
- package/dist/components/index.js +10 -8
- package/dist/components/index.scss +6 -4
- package/dist/components/lists/common/img.cjs +1 -1
- package/dist/components/lists/common/img.d.ts +2 -0
- package/dist/components/lists/common/img.js +1 -1
- package/dist/components/lists/common/img2.cjs +5 -8
- package/dist/components/lists/common/img2.js +6 -9
- package/dist/components/menus/src/index.cjs +2 -2
- package/dist/components/menus/src/index.js +1 -1
- package/dist/components/menus/src/menu-ll.cjs +6 -6
- package/dist/components/menus/src/menu-ll.js +1 -1
- package/dist/components/menus/style/index2.scss +5 -0
- package/dist/components/page/index.css +245 -0
- package/dist/components/page/index.d.ts +3073 -0
- package/dist/components/page/index.scss +4 -0
- package/dist/components/page/src/index.cjs +16 -14
- package/dist/components/page/src/index.d.ts +5111 -0
- package/dist/components/page/src/index.js +5 -3
- package/dist/components/page/style/index2.scss +9 -0
- package/dist/components/{pagin → paging}/index.cjs +3 -3
- package/dist/components/{pagin → paging}/index.css +4 -3
- package/dist/components/{pagin → paging}/index.d.ts +2 -2
- package/dist/components/{pagin → paging}/index.js +3 -3
- package/dist/components/{pagin → paging}/index.scss +3 -2
- package/dist/components/{pagin → paging}/src/index.cjs +3 -3
- package/dist/components/{pagin → paging}/src/index.js +2 -2
- package/dist/components/paging/style/index2.scss +3 -0
- package/dist/components/tables/index.css +12 -15
- package/dist/components/tables/index.d.ts +1730 -0
- package/dist/components/tables/index.scss +17 -23
- package/dist/components/{el-tables → tables}/src/column.cjs +3 -3
- package/dist/components/{el-tables → tables}/src/column.js +2 -2
- package/dist/components/{el-tables → tables}/src/columns.cjs +3 -3
- package/dist/components/{el-tables → tables}/src/columns.js +3 -3
- package/dist/components/{el-tables → tables}/src/columns3.cjs +6 -6
- package/dist/components/{el-tables → tables}/src/columns3.js +2 -2
- package/dist/components/tables/src/index.cjs +158 -97
- package/dist/components/tables/src/index.d.ts +3103 -0
- package/dist/components/tables/src/index.js +158 -97
- package/dist/components/tables/style/index2.scss +5 -0
- package/dist/components/tables-form/index.cjs +1 -0
- package/dist/components/tables-form/index.js +1 -0
- package/dist/components/tables-form/index.scss +0 -0
- package/dist/components/tables-form/style/index.scss.cjs +1 -0
- package/dist/components/tables-form/style/index.scss.js +1 -0
- package/dist/components/tables-form/style/index2.scss +0 -0
- package/dist/components/{el-tables → tablesp}/index.cjs +3 -3
- package/dist/components/{tables-pagin → tablesp}/index.css +10 -9
- package/dist/components/tablesp/index.d.ts +1939 -0
- package/dist/components/{el-tables → tablesp}/index.js +3 -3
- package/dist/components/{tables-pagin → tablesp}/index.scss +5 -5
- package/dist/components/{tables-pagin → tablesp}/src/index.cjs +5 -5
- package/dist/components/tablesp/src/index.d.ts +3540 -0
- package/dist/components/{tables-pagin → tablesp}/src/index.js +5 -5
- package/dist/components/tablesp/style/index2.scss +4 -0
- package/dist/components/{vxe-tables → tabless}/index.cjs +3 -3
- package/dist/components/{el-tables → tabless}/index.css +15 -12
- package/dist/components/tabless/index.d.ts +1939 -0
- package/dist/components/{vxe-tables → tabless}/index.js +3 -3
- package/dist/components/tabless/index.scss +32 -0
- package/dist/components/tabless/src/index.cjs +118 -0
- package/dist/components/tabless/src/index.d.ts +3540 -0
- package/dist/components/tabless/src/index.js +118 -0
- package/dist/components/tabless/style/index2.scss +5 -0
- package/dist/components/{tables-pagin → tablesv}/index.cjs +3 -3
- package/dist/components/{vxe-tables → tablesv}/index.css +17 -17
- package/dist/components/{vxe-tables → tablesv}/index.d.ts +2 -2
- package/dist/components/{tables-pagin → tablesv}/index.js +3 -3
- package/dist/components/{vxe-tables → tablesv}/index.scss +2 -2
- package/dist/components/{vxe-tables → tablesv}/src/index.cjs +1 -1
- package/dist/components/{vxe-tables → tablesv}/src/index.js +1 -1
- package/dist/components/tablesv/style/index2.scss +1 -0
- package/dist/components/tablesvp/index.cjs +8 -0
- package/dist/components/tablesvp/index.css +130 -0
- package/dist/components/tablesvp/index.d.ts +480 -0
- package/dist/components/tablesvp/index.js +8 -0
- package/dist/components/tablesvp/index.scss +33 -0
- package/dist/components/tablesvp/src/data.d.ts +14 -0
- package/dist/components/tablesvp/src/index.cjs +86 -0
- package/dist/components/tablesvp/src/index.d.ts +630 -0
- package/dist/components/tablesvp/src/index.js +86 -0
- package/dist/components/tablesvp/src/index2.cjs +4 -0
- package/dist/components/tablesvp/src/index2.js +4 -0
- package/dist/components/tablesvp/style/index2.scss +4 -0
- package/dist/expand/{chunk-B6EXENNS.cjs → chunk-P5447R3I.cjs} +5 -4
- package/dist/expand/{chunk-Y7QESZWG.js → chunk-VZAQ2FM7.js} +5 -4
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/index.cjs +34 -32
- package/dist/index.css +130 -50
- package/dist/index.js +10 -8
- package/dist/index2.css +1 -1
- package/package.json +6 -6
- package/dist/components/el-tables/index.scss +0 -26
- package/dist/components/el-tables/src/index.cjs +0 -174
- package/dist/components/el-tables/src/index.js +0 -174
- /package/dist/components/{pagin → paging}/src/index.d.ts +0 -0
- /package/dist/components/{el-tables → paging}/src/index2.cjs +0 -0
- /package/dist/components/{el-tables → paging}/src/index2.js +0 -0
- /package/dist/components/{el-tables → tables}/src/column.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/columns.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/columns2.cjs +0 -0
- /package/dist/components/{el-tables → tables}/src/columns2.js +0 -0
- /package/dist/components/{el-tables → tables}/src/data.cjs +0 -0
- /package/dist/components/{el-tables → tables}/src/data.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/data.js +0 -0
- /package/dist/components/{tables-pagin → tablesp}/src/data.d.ts +0 -0
- /package/dist/components/{pagin → tablesp}/src/index2.cjs +0 -0
- /package/dist/components/{pagin → tablesp}/src/index2.js +0 -0
- /package/dist/components/{tables-pagin → tabless}/src/index2.cjs +0 -0
- /package/dist/components/{tables-pagin → tabless}/src/index2.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns2.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns2.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns3.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns3.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index2.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index2.js +0 -0
|
@@ -0,0 +1,630 @@
|
|
|
1
|
+
import { ComponentInternalInstance, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
|
|
2
|
+
import { DefaultSort } from '../tablesv/src/data';
|
|
3
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Partial<Record<string, (_: any) => any>>;
|
|
7
|
+
refs: {
|
|
8
|
+
refTable: ({
|
|
9
|
+
$: ComponentInternalInstance;
|
|
10
|
+
$data: {};
|
|
11
|
+
$props: Partial<{
|
|
12
|
+
size: string;
|
|
13
|
+
value: ObjAny[];
|
|
14
|
+
list: ListObj[];
|
|
15
|
+
loading: boolean;
|
|
16
|
+
options: Record<string, any>;
|
|
17
|
+
height: string | number;
|
|
18
|
+
compons: {
|
|
19
|
+
[key: string]: Component;
|
|
20
|
+
};
|
|
21
|
+
defaultSort: DefaultSort;
|
|
22
|
+
adaptive: boolean;
|
|
23
|
+
}> & Omit<{
|
|
24
|
+
readonly size: string;
|
|
25
|
+
readonly value: ObjAny[];
|
|
26
|
+
readonly list: ListObj[];
|
|
27
|
+
readonly loading: boolean;
|
|
28
|
+
readonly options: Record<string, any>;
|
|
29
|
+
readonly height: string | number;
|
|
30
|
+
readonly compons: {
|
|
31
|
+
[key: string]: Component;
|
|
32
|
+
};
|
|
33
|
+
readonly defaultSort: DefaultSort;
|
|
34
|
+
readonly adaptive: boolean;
|
|
35
|
+
readonly lineHeight?: string | number | undefined;
|
|
36
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "list" | "loading" | "options" | "height" | "compons" | "defaultSort" | "adaptive">;
|
|
37
|
+
$attrs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
$refs: {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
} & {
|
|
43
|
+
tableRef: unknown;
|
|
44
|
+
};
|
|
45
|
+
$slots: Readonly<{
|
|
46
|
+
[name: string]: Slot<any> | undefined;
|
|
47
|
+
}>;
|
|
48
|
+
$root: ComponentPublicInstance | null;
|
|
49
|
+
$parent: ComponentPublicInstance | null;
|
|
50
|
+
$host: Element | null;
|
|
51
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
52
|
+
$el: HTMLDivElement;
|
|
53
|
+
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
54
|
+
defaultSort: {
|
|
55
|
+
type: () => DefaultSort;
|
|
56
|
+
default(): {};
|
|
57
|
+
};
|
|
58
|
+
height: {
|
|
59
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
60
|
+
default(): string;
|
|
61
|
+
};
|
|
62
|
+
loading: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
adaptive: BooleanConstructor;
|
|
67
|
+
list: {
|
|
68
|
+
type: {
|
|
69
|
+
(arrayLength: number): ListObj[];
|
|
70
|
+
(...items: ListObj[]): ListObj[];
|
|
71
|
+
new (arrayLength: number): ListObj[];
|
|
72
|
+
new (...items: ListObj[]): ListObj[];
|
|
73
|
+
isArray(arg: any): arg is any[];
|
|
74
|
+
readonly prototype: any[];
|
|
75
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
76
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
77
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
78
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
79
|
+
of<T>(...items: T[]): T[];
|
|
80
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
81
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
82
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
83
|
+
};
|
|
84
|
+
default(): never[];
|
|
85
|
+
};
|
|
86
|
+
value: {
|
|
87
|
+
type: {
|
|
88
|
+
(arrayLength: number): ObjAny[];
|
|
89
|
+
(...items: ObjAny[]): ObjAny[];
|
|
90
|
+
new (arrayLength: number): ObjAny[];
|
|
91
|
+
new (...items: ObjAny[]): ObjAny[];
|
|
92
|
+
isArray(arg: any): arg is any[];
|
|
93
|
+
readonly prototype: any[];
|
|
94
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
95
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
96
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
97
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
98
|
+
of<T>(...items: T[]): T[];
|
|
99
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
100
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
101
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
102
|
+
};
|
|
103
|
+
default(): never[];
|
|
104
|
+
};
|
|
105
|
+
lineHeight: {
|
|
106
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
107
|
+
};
|
|
108
|
+
size: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default(): string;
|
|
111
|
+
};
|
|
112
|
+
options: {
|
|
113
|
+
type: ObjectConstructor;
|
|
114
|
+
default(): {};
|
|
115
|
+
};
|
|
116
|
+
compons: {
|
|
117
|
+
type: () => {
|
|
118
|
+
[key: string]: Component;
|
|
119
|
+
};
|
|
120
|
+
default(): {};
|
|
121
|
+
};
|
|
122
|
+
}>> & Readonly<{}>, {
|
|
123
|
+
clearSelection: () => void;
|
|
124
|
+
clearRadioRow: () => void;
|
|
125
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
126
|
+
size: string;
|
|
127
|
+
value: ObjAny[];
|
|
128
|
+
list: ListObj[];
|
|
129
|
+
loading: boolean;
|
|
130
|
+
options: Record<string, any>;
|
|
131
|
+
height: string | number;
|
|
132
|
+
compons: {
|
|
133
|
+
[key: string]: Component;
|
|
134
|
+
};
|
|
135
|
+
defaultSort: DefaultSort;
|
|
136
|
+
adaptive: boolean;
|
|
137
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
138
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
139
|
+
created?: (() => void) | (() => void)[];
|
|
140
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
141
|
+
mounted?: (() => void) | (() => void)[];
|
|
142
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
143
|
+
updated?: (() => void) | (() => void)[];
|
|
144
|
+
activated?: (() => void) | (() => void)[];
|
|
145
|
+
deactivated?: (() => void) | (() => void)[];
|
|
146
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
147
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
148
|
+
destroyed?: (() => void) | (() => void)[];
|
|
149
|
+
unmounted?: (() => void) | (() => void)[];
|
|
150
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
151
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
152
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
153
|
+
};
|
|
154
|
+
$forceUpdate: () => void;
|
|
155
|
+
$nextTick: nextTick;
|
|
156
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
157
|
+
} & Readonly<{
|
|
158
|
+
size: string;
|
|
159
|
+
value: ObjAny[];
|
|
160
|
+
list: ListObj[];
|
|
161
|
+
loading: boolean;
|
|
162
|
+
options: Record<string, any>;
|
|
163
|
+
height: string | number;
|
|
164
|
+
compons: {
|
|
165
|
+
[key: string]: Component;
|
|
166
|
+
};
|
|
167
|
+
defaultSort: DefaultSort;
|
|
168
|
+
adaptive: boolean;
|
|
169
|
+
}> & Omit<Readonly< ExtractPropTypes<{
|
|
170
|
+
defaultSort: {
|
|
171
|
+
type: () => DefaultSort;
|
|
172
|
+
default(): {};
|
|
173
|
+
};
|
|
174
|
+
height: {
|
|
175
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
176
|
+
default(): string;
|
|
177
|
+
};
|
|
178
|
+
loading: {
|
|
179
|
+
type: BooleanConstructor;
|
|
180
|
+
default: boolean;
|
|
181
|
+
};
|
|
182
|
+
adaptive: BooleanConstructor;
|
|
183
|
+
list: {
|
|
184
|
+
type: {
|
|
185
|
+
(arrayLength: number): ListObj[];
|
|
186
|
+
(...items: ListObj[]): ListObj[];
|
|
187
|
+
new (arrayLength: number): ListObj[];
|
|
188
|
+
new (...items: ListObj[]): ListObj[];
|
|
189
|
+
isArray(arg: any): arg is any[];
|
|
190
|
+
readonly prototype: any[];
|
|
191
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
192
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
193
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
194
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
195
|
+
of<T>(...items: T[]): T[];
|
|
196
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
197
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
198
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
199
|
+
};
|
|
200
|
+
default(): never[];
|
|
201
|
+
};
|
|
202
|
+
value: {
|
|
203
|
+
type: {
|
|
204
|
+
(arrayLength: number): ObjAny[];
|
|
205
|
+
(...items: ObjAny[]): ObjAny[];
|
|
206
|
+
new (arrayLength: number): ObjAny[];
|
|
207
|
+
new (...items: ObjAny[]): ObjAny[];
|
|
208
|
+
isArray(arg: any): arg is any[];
|
|
209
|
+
readonly prototype: any[];
|
|
210
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
211
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
212
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
213
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
214
|
+
of<T>(...items: T[]): T[];
|
|
215
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
216
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
217
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
218
|
+
};
|
|
219
|
+
default(): never[];
|
|
220
|
+
};
|
|
221
|
+
lineHeight: {
|
|
222
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
223
|
+
};
|
|
224
|
+
size: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
default(): string;
|
|
227
|
+
};
|
|
228
|
+
options: {
|
|
229
|
+
type: ObjectConstructor;
|
|
230
|
+
default(): {};
|
|
231
|
+
};
|
|
232
|
+
compons: {
|
|
233
|
+
type: () => {
|
|
234
|
+
[key: string]: Component;
|
|
235
|
+
};
|
|
236
|
+
default(): {};
|
|
237
|
+
};
|
|
238
|
+
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "list" | "loading" | "options" | "height" | "compons" | "defaultSort" | "adaptive") | "clearRadioRow"> & ShallowUnwrapRef<{
|
|
239
|
+
clearSelection: () => void;
|
|
240
|
+
clearRadioRow: () => void;
|
|
241
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
242
|
+
$slots: Partial<Record<string, (_: any) => any>> & {
|
|
243
|
+
'no-data'?(_: {}): any;
|
|
244
|
+
};
|
|
245
|
+
}) | null;
|
|
246
|
+
};
|
|
247
|
+
rootEl: HTMLDivElement;
|
|
248
|
+
};
|
|
249
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
250
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
251
|
+
configs: {
|
|
252
|
+
type: () => Config;
|
|
253
|
+
};
|
|
254
|
+
config: {
|
|
255
|
+
type: () => TableConfig;
|
|
256
|
+
default(): {};
|
|
257
|
+
};
|
|
258
|
+
list: {
|
|
259
|
+
type: {
|
|
260
|
+
(arrayLength: number): ListObj[];
|
|
261
|
+
(...items: ListObj[]): ListObj[];
|
|
262
|
+
new (arrayLength: number): ListObj[];
|
|
263
|
+
new (...items: ListObj[]): ListObj[];
|
|
264
|
+
isArray(arg: any): arg is any[];
|
|
265
|
+
readonly prototype: any[];
|
|
266
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
267
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
268
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
269
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
270
|
+
of<T>(...items: T[]): T[];
|
|
271
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
272
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
273
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
274
|
+
};
|
|
275
|
+
default(): never[];
|
|
276
|
+
};
|
|
277
|
+
load: {
|
|
278
|
+
type: BooleanConstructor;
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
options: {
|
|
282
|
+
type: ObjectConstructor;
|
|
283
|
+
default(): {};
|
|
284
|
+
};
|
|
285
|
+
compons: {
|
|
286
|
+
type: () => {
|
|
287
|
+
[key: string]: Component;
|
|
288
|
+
};
|
|
289
|
+
default(): {};
|
|
290
|
+
};
|
|
291
|
+
value: {
|
|
292
|
+
type: () => ObjAny;
|
|
293
|
+
};
|
|
294
|
+
ajax: {
|
|
295
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
296
|
+
};
|
|
297
|
+
param: {
|
|
298
|
+
type: ObjectConstructor;
|
|
299
|
+
default(): {};
|
|
300
|
+
};
|
|
301
|
+
ajaxConfig: {
|
|
302
|
+
type: ObjectConstructor;
|
|
303
|
+
};
|
|
304
|
+
onRequestAfter: {
|
|
305
|
+
type: FunctionConstructor;
|
|
306
|
+
};
|
|
307
|
+
onRequestBefore: {
|
|
308
|
+
type: FunctionConstructor;
|
|
309
|
+
};
|
|
310
|
+
}>, {
|
|
311
|
+
getSelection: typeof globalThis.getSelection;
|
|
312
|
+
initData: (callback?: () => void) => void;
|
|
313
|
+
getList: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
314
|
+
empty: () => void;
|
|
315
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
316
|
+
configs: {
|
|
317
|
+
type: () => Config;
|
|
318
|
+
};
|
|
319
|
+
config: {
|
|
320
|
+
type: () => TableConfig;
|
|
321
|
+
default(): {};
|
|
322
|
+
};
|
|
323
|
+
list: {
|
|
324
|
+
type: {
|
|
325
|
+
(arrayLength: number): ListObj[];
|
|
326
|
+
(...items: ListObj[]): ListObj[];
|
|
327
|
+
new (arrayLength: number): ListObj[];
|
|
328
|
+
new (...items: ListObj[]): ListObj[];
|
|
329
|
+
isArray(arg: any): arg is any[];
|
|
330
|
+
readonly prototype: any[];
|
|
331
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
332
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
333
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
334
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
335
|
+
of<T>(...items: T[]): T[];
|
|
336
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
337
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
338
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
339
|
+
};
|
|
340
|
+
default(): never[];
|
|
341
|
+
};
|
|
342
|
+
load: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
346
|
+
options: {
|
|
347
|
+
type: ObjectConstructor;
|
|
348
|
+
default(): {};
|
|
349
|
+
};
|
|
350
|
+
compons: {
|
|
351
|
+
type: () => {
|
|
352
|
+
[key: string]: Component;
|
|
353
|
+
};
|
|
354
|
+
default(): {};
|
|
355
|
+
};
|
|
356
|
+
value: {
|
|
357
|
+
type: () => ObjAny;
|
|
358
|
+
};
|
|
359
|
+
ajax: {
|
|
360
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
361
|
+
};
|
|
362
|
+
param: {
|
|
363
|
+
type: ObjectConstructor;
|
|
364
|
+
default(): {};
|
|
365
|
+
};
|
|
366
|
+
ajaxConfig: {
|
|
367
|
+
type: ObjectConstructor;
|
|
368
|
+
};
|
|
369
|
+
onRequestAfter: {
|
|
370
|
+
type: FunctionConstructor;
|
|
371
|
+
};
|
|
372
|
+
onRequestBefore: {
|
|
373
|
+
type: FunctionConstructor;
|
|
374
|
+
};
|
|
375
|
+
}>> & Readonly<{}>, {
|
|
376
|
+
config: TableConfig;
|
|
377
|
+
param: Record<string, any>;
|
|
378
|
+
list: ListObj[];
|
|
379
|
+
options: Record<string, any>;
|
|
380
|
+
load: boolean;
|
|
381
|
+
compons: {
|
|
382
|
+
[key: string]: Component;
|
|
383
|
+
};
|
|
384
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
385
|
+
refTable: ({
|
|
386
|
+
$: ComponentInternalInstance;
|
|
387
|
+
$data: {};
|
|
388
|
+
$props: Partial<{
|
|
389
|
+
size: string;
|
|
390
|
+
value: ObjAny[];
|
|
391
|
+
list: ListObj[];
|
|
392
|
+
loading: boolean;
|
|
393
|
+
options: Record<string, any>;
|
|
394
|
+
height: string | number;
|
|
395
|
+
compons: {
|
|
396
|
+
[key: string]: Component;
|
|
397
|
+
};
|
|
398
|
+
defaultSort: DefaultSort;
|
|
399
|
+
adaptive: boolean;
|
|
400
|
+
}> & Omit<{
|
|
401
|
+
readonly size: string;
|
|
402
|
+
readonly value: ObjAny[];
|
|
403
|
+
readonly list: ListObj[];
|
|
404
|
+
readonly loading: boolean;
|
|
405
|
+
readonly options: Record<string, any>;
|
|
406
|
+
readonly height: string | number;
|
|
407
|
+
readonly compons: {
|
|
408
|
+
[key: string]: Component;
|
|
409
|
+
};
|
|
410
|
+
readonly defaultSort: DefaultSort;
|
|
411
|
+
readonly adaptive: boolean;
|
|
412
|
+
readonly lineHeight?: string | number | undefined;
|
|
413
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "list" | "loading" | "options" | "height" | "compons" | "defaultSort" | "adaptive">;
|
|
414
|
+
$attrs: {
|
|
415
|
+
[x: string]: unknown;
|
|
416
|
+
};
|
|
417
|
+
$refs: {
|
|
418
|
+
[x: string]: unknown;
|
|
419
|
+
} & {
|
|
420
|
+
tableRef: unknown;
|
|
421
|
+
};
|
|
422
|
+
$slots: Readonly<{
|
|
423
|
+
[name: string]: Slot<any> | undefined;
|
|
424
|
+
}>;
|
|
425
|
+
$root: ComponentPublicInstance | null;
|
|
426
|
+
$parent: ComponentPublicInstance | null;
|
|
427
|
+
$host: Element | null;
|
|
428
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
429
|
+
$el: HTMLDivElement;
|
|
430
|
+
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
431
|
+
defaultSort: {
|
|
432
|
+
type: () => DefaultSort;
|
|
433
|
+
default(): {};
|
|
434
|
+
};
|
|
435
|
+
height: {
|
|
436
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
437
|
+
default(): string;
|
|
438
|
+
};
|
|
439
|
+
loading: {
|
|
440
|
+
type: BooleanConstructor;
|
|
441
|
+
default: boolean;
|
|
442
|
+
};
|
|
443
|
+
adaptive: BooleanConstructor;
|
|
444
|
+
list: {
|
|
445
|
+
type: {
|
|
446
|
+
(arrayLength: number): ListObj[];
|
|
447
|
+
(...items: ListObj[]): ListObj[];
|
|
448
|
+
new (arrayLength: number): ListObj[];
|
|
449
|
+
new (...items: ListObj[]): ListObj[];
|
|
450
|
+
isArray(arg: any): arg is any[];
|
|
451
|
+
readonly prototype: any[];
|
|
452
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
453
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
454
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
455
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
456
|
+
of<T>(...items: T[]): T[];
|
|
457
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
458
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
459
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
460
|
+
};
|
|
461
|
+
default(): never[];
|
|
462
|
+
};
|
|
463
|
+
value: {
|
|
464
|
+
type: {
|
|
465
|
+
(arrayLength: number): ObjAny[];
|
|
466
|
+
(...items: ObjAny[]): ObjAny[];
|
|
467
|
+
new (arrayLength: number): ObjAny[];
|
|
468
|
+
new (...items: ObjAny[]): ObjAny[];
|
|
469
|
+
isArray(arg: any): arg is any[];
|
|
470
|
+
readonly prototype: any[];
|
|
471
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
472
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
473
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
474
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
475
|
+
of<T>(...items: T[]): T[];
|
|
476
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
477
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
478
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
479
|
+
};
|
|
480
|
+
default(): never[];
|
|
481
|
+
};
|
|
482
|
+
lineHeight: {
|
|
483
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
484
|
+
};
|
|
485
|
+
size: {
|
|
486
|
+
type: StringConstructor;
|
|
487
|
+
default(): string;
|
|
488
|
+
};
|
|
489
|
+
options: {
|
|
490
|
+
type: ObjectConstructor;
|
|
491
|
+
default(): {};
|
|
492
|
+
};
|
|
493
|
+
compons: {
|
|
494
|
+
type: () => {
|
|
495
|
+
[key: string]: Component;
|
|
496
|
+
};
|
|
497
|
+
default(): {};
|
|
498
|
+
};
|
|
499
|
+
}>> & Readonly<{}>, {
|
|
500
|
+
clearSelection: () => void;
|
|
501
|
+
clearRadioRow: () => void;
|
|
502
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
503
|
+
size: string;
|
|
504
|
+
value: ObjAny[];
|
|
505
|
+
list: ListObj[];
|
|
506
|
+
loading: boolean;
|
|
507
|
+
options: Record<string, any>;
|
|
508
|
+
height: string | number;
|
|
509
|
+
compons: {
|
|
510
|
+
[key: string]: Component;
|
|
511
|
+
};
|
|
512
|
+
defaultSort: DefaultSort;
|
|
513
|
+
adaptive: boolean;
|
|
514
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
515
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
516
|
+
created?: (() => void) | (() => void)[];
|
|
517
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
518
|
+
mounted?: (() => void) | (() => void)[];
|
|
519
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
520
|
+
updated?: (() => void) | (() => void)[];
|
|
521
|
+
activated?: (() => void) | (() => void)[];
|
|
522
|
+
deactivated?: (() => void) | (() => void)[];
|
|
523
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
524
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
525
|
+
destroyed?: (() => void) | (() => void)[];
|
|
526
|
+
unmounted?: (() => void) | (() => void)[];
|
|
527
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
528
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
529
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
530
|
+
};
|
|
531
|
+
$forceUpdate: () => void;
|
|
532
|
+
$nextTick: nextTick;
|
|
533
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
534
|
+
} & Readonly<{
|
|
535
|
+
size: string;
|
|
536
|
+
value: ObjAny[];
|
|
537
|
+
list: ListObj[];
|
|
538
|
+
loading: boolean;
|
|
539
|
+
options: Record<string, any>;
|
|
540
|
+
height: string | number;
|
|
541
|
+
compons: {
|
|
542
|
+
[key: string]: Component;
|
|
543
|
+
};
|
|
544
|
+
defaultSort: DefaultSort;
|
|
545
|
+
adaptive: boolean;
|
|
546
|
+
}> & Omit<Readonly< ExtractPropTypes<{
|
|
547
|
+
defaultSort: {
|
|
548
|
+
type: () => DefaultSort;
|
|
549
|
+
default(): {};
|
|
550
|
+
};
|
|
551
|
+
height: {
|
|
552
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
553
|
+
default(): string;
|
|
554
|
+
};
|
|
555
|
+
loading: {
|
|
556
|
+
type: BooleanConstructor;
|
|
557
|
+
default: boolean;
|
|
558
|
+
};
|
|
559
|
+
adaptive: BooleanConstructor;
|
|
560
|
+
list: {
|
|
561
|
+
type: {
|
|
562
|
+
(arrayLength: number): ListObj[];
|
|
563
|
+
(...items: ListObj[]): ListObj[];
|
|
564
|
+
new (arrayLength: number): ListObj[];
|
|
565
|
+
new (...items: ListObj[]): ListObj[];
|
|
566
|
+
isArray(arg: any): arg is any[];
|
|
567
|
+
readonly prototype: any[];
|
|
568
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
569
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
570
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
571
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
572
|
+
of<T>(...items: T[]): T[];
|
|
573
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
574
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
575
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
576
|
+
};
|
|
577
|
+
default(): never[];
|
|
578
|
+
};
|
|
579
|
+
value: {
|
|
580
|
+
type: {
|
|
581
|
+
(arrayLength: number): ObjAny[];
|
|
582
|
+
(...items: ObjAny[]): ObjAny[];
|
|
583
|
+
new (arrayLength: number): ObjAny[];
|
|
584
|
+
new (...items: ObjAny[]): ObjAny[];
|
|
585
|
+
isArray(arg: any): arg is any[];
|
|
586
|
+
readonly prototype: any[];
|
|
587
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
588
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
589
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
590
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
591
|
+
of<T>(...items: T[]): T[];
|
|
592
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
593
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
594
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
595
|
+
};
|
|
596
|
+
default(): never[];
|
|
597
|
+
};
|
|
598
|
+
lineHeight: {
|
|
599
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
600
|
+
};
|
|
601
|
+
size: {
|
|
602
|
+
type: StringConstructor;
|
|
603
|
+
default(): string;
|
|
604
|
+
};
|
|
605
|
+
options: {
|
|
606
|
+
type: ObjectConstructor;
|
|
607
|
+
default(): {};
|
|
608
|
+
};
|
|
609
|
+
compons: {
|
|
610
|
+
type: () => {
|
|
611
|
+
[key: string]: Component;
|
|
612
|
+
};
|
|
613
|
+
default(): {};
|
|
614
|
+
};
|
|
615
|
+
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "list" | "loading" | "options" | "height" | "compons" | "defaultSort" | "adaptive") | "clearRadioRow"> & ShallowUnwrapRef<{
|
|
616
|
+
clearSelection: () => void;
|
|
617
|
+
clearRadioRow: () => void;
|
|
618
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
619
|
+
$slots: Partial<Record<string, (_: any) => any>> & {
|
|
620
|
+
'no-data'?(_: {}): any;
|
|
621
|
+
};
|
|
622
|
+
}) | null;
|
|
623
|
+
}, HTMLDivElement>;
|
|
624
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
625
|
+
export default _default;
|
|
626
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
627
|
+
new (): {
|
|
628
|
+
$slots: S;
|
|
629
|
+
};
|
|
630
|
+
};
|