vue-business-kit 0.0.8 → 0.0.9
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/index.cjs.js +21 -21
- package/dist/index.css +1 -1
- package/dist/index.d.ts +419 -33
- package/dist/index.es.js +9254 -9104
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AllowedComponentProps } from 'vue';
|
|
2
2
|
import { App } from 'vue';
|
|
3
3
|
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
4
|
+
import { ElBreadcrumbItem as BkBreadcrumbItem } from 'element-plus';
|
|
4
5
|
import { ElButtonGroup as BkButtonGroup } from 'element-plus';
|
|
5
6
|
import { ElDialog as BkDialog } from 'element-plus';
|
|
6
7
|
import { ElDrawer as BkDrawer } from 'element-plus';
|
|
@@ -8,7 +9,15 @@ import { ElDropdown as BkDropdown } from 'element-plus';
|
|
|
8
9
|
import { ElDropdownItem as BkDropdownItem } from 'element-plus';
|
|
9
10
|
import { ElDropdownMenu as BkDropdownMenu } from 'element-plus';
|
|
10
11
|
import { ElFormItem as BkFormItem } from 'element-plus';
|
|
12
|
+
import { default as BkMenu } from './Menu';
|
|
13
|
+
import { ElMenuItem as BkMenuItem } from 'element-plus';
|
|
14
|
+
import { ElMenuItemGroup as BkMenuItemGroup } from 'element-plus';
|
|
15
|
+
import { ElSubMenu as BkSubMenu } from 'element-plus';
|
|
11
16
|
import { ElTableColumn as BkTableColumn } from 'element-plus';
|
|
17
|
+
import { BreadcrumbInstance as BreadcrumbInstance_2 } from 'element-plus';
|
|
18
|
+
import { BreadcrumbItemInstance } from 'element-plus';
|
|
19
|
+
import { BreadcrumbItemProps } from 'element-plus';
|
|
20
|
+
import { BreadcrumbProps as BreadcrumbProps_2 } from 'element-plus';
|
|
12
21
|
import { buttonEmits } from 'element-plus';
|
|
13
22
|
import { ButtonGroupInstance } from 'element-plus';
|
|
14
23
|
import { ButtonInstance as ButtonInstance_2 } from 'element-plus';
|
|
@@ -57,6 +66,11 @@ import { GlobalComponents } from 'vue';
|
|
|
57
66
|
import { GlobalDirectives } from 'vue';
|
|
58
67
|
import { IconInstance as IconInstance_2 } from 'element-plus';
|
|
59
68
|
import { IconProps as IconProps_2 } from 'element-plus';
|
|
69
|
+
import { MenuInstance as MenuInstance_2 } from 'element-plus';
|
|
70
|
+
import { MenuItemGroupInstance } from 'element-plus';
|
|
71
|
+
import { MenuItemInstance } from 'element-plus';
|
|
72
|
+
import { MenuItemProps } from 'element-plus';
|
|
73
|
+
import { MenuProps as MenuProps_2 } from 'element-plus';
|
|
60
74
|
import { nextTick } from 'vue';
|
|
61
75
|
import { OnCleanup } from '@vue/reactivity';
|
|
62
76
|
import { PaginationProps } from 'element-plus';
|
|
@@ -71,6 +85,7 @@ import { Slot } from 'vue';
|
|
|
71
85
|
import { Sort } from 'element-plus';
|
|
72
86
|
import { StoreFilter } from 'element-plus/es/components/table/src/store/index.mjs';
|
|
73
87
|
import { StyleValue } from 'vue';
|
|
88
|
+
import { SubMenuInstance } from 'element-plus';
|
|
74
89
|
import { SummaryMethod } from 'element-plus';
|
|
75
90
|
import { Table } from 'element-plus';
|
|
76
91
|
import { TableColumnCtx as TableColumnCtx_2 } from 'element-plus';
|
|
@@ -88,7 +103,214 @@ import { VNodeProps } from 'vue';
|
|
|
88
103
|
import { WatchOptions } from 'vue';
|
|
89
104
|
import { WatchStopHandle } from 'vue';
|
|
90
105
|
|
|
91
|
-
declare const __VLS_component: DefineComponent<
|
|
106
|
+
declare const __VLS_component: DefineComponent<BreadcrumbInternalProps, {
|
|
107
|
+
breadcrumbRef: Ref<({
|
|
108
|
+
$: ComponentInternalInstance;
|
|
109
|
+
$data: {};
|
|
110
|
+
$props: Partial<{
|
|
111
|
+
readonly separator: string;
|
|
112
|
+
}> & Omit<{
|
|
113
|
+
readonly separator: string;
|
|
114
|
+
readonly separatorIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
115
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "separator">;
|
|
116
|
+
$attrs: {
|
|
117
|
+
[x: string]: unknown;
|
|
118
|
+
};
|
|
119
|
+
$refs: {
|
|
120
|
+
[x: string]: unknown;
|
|
121
|
+
};
|
|
122
|
+
$slots: Readonly<{
|
|
123
|
+
[name: string]: Slot<any> | undefined;
|
|
124
|
+
}>;
|
|
125
|
+
$root: ComponentPublicInstance | null;
|
|
126
|
+
$parent: ComponentPublicInstance | null;
|
|
127
|
+
$host: Element | null;
|
|
128
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
129
|
+
$el: any;
|
|
130
|
+
$options: ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
131
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
132
|
+
readonly separatorIcon: {
|
|
133
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
134
|
+
readonly required: false;
|
|
135
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
+
__epPropKey: true;
|
|
137
|
+
};
|
|
138
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
|
|
139
|
+
readonly separator: string;
|
|
140
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
141
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
142
|
+
created?: (() => void) | (() => void)[];
|
|
143
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
144
|
+
mounted?: (() => void) | (() => void)[];
|
|
145
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
146
|
+
updated?: (() => void) | (() => void)[];
|
|
147
|
+
activated?: (() => void) | (() => void)[];
|
|
148
|
+
deactivated?: (() => void) | (() => void)[];
|
|
149
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
150
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
151
|
+
destroyed?: (() => void) | (() => void)[];
|
|
152
|
+
unmounted?: (() => void) | (() => void)[];
|
|
153
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
154
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
155
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
156
|
+
};
|
|
157
|
+
$forceUpdate: () => void;
|
|
158
|
+
$nextTick: nextTick;
|
|
159
|
+
$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;
|
|
160
|
+
} & Readonly<{
|
|
161
|
+
readonly separator: string;
|
|
162
|
+
}> & Omit<Readonly<ExtractPropTypes< {
|
|
163
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
164
|
+
readonly separatorIcon: {
|
|
165
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
166
|
+
readonly required: false;
|
|
167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
+
__epPropKey: true;
|
|
169
|
+
};
|
|
170
|
+
}>>, "separator"> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
171
|
+
$slots: {
|
|
172
|
+
default?(_: {}): any;
|
|
173
|
+
};
|
|
174
|
+
}) | undefined, ({
|
|
175
|
+
$: ComponentInternalInstance;
|
|
176
|
+
$data: {};
|
|
177
|
+
$props: Partial<{
|
|
178
|
+
readonly separator: string;
|
|
179
|
+
}> & Omit<{
|
|
180
|
+
readonly separator: string;
|
|
181
|
+
readonly separatorIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
182
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "separator">;
|
|
183
|
+
$attrs: {
|
|
184
|
+
[x: string]: unknown;
|
|
185
|
+
};
|
|
186
|
+
$refs: {
|
|
187
|
+
[x: string]: unknown;
|
|
188
|
+
};
|
|
189
|
+
$slots: Readonly<{
|
|
190
|
+
[name: string]: Slot<any> | undefined;
|
|
191
|
+
}>;
|
|
192
|
+
$root: ComponentPublicInstance | null;
|
|
193
|
+
$parent: ComponentPublicInstance | null;
|
|
194
|
+
$host: Element | null;
|
|
195
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
196
|
+
$el: any;
|
|
197
|
+
$options: ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
198
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
199
|
+
readonly separatorIcon: {
|
|
200
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
201
|
+
readonly required: false;
|
|
202
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
|
+
__epPropKey: true;
|
|
204
|
+
};
|
|
205
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
|
|
206
|
+
readonly separator: string;
|
|
207
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
208
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
209
|
+
created?: (() => void) | (() => void)[];
|
|
210
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
211
|
+
mounted?: (() => void) | (() => void)[];
|
|
212
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
213
|
+
updated?: (() => void) | (() => void)[];
|
|
214
|
+
activated?: (() => void) | (() => void)[];
|
|
215
|
+
deactivated?: (() => void) | (() => void)[];
|
|
216
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
217
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
218
|
+
destroyed?: (() => void) | (() => void)[];
|
|
219
|
+
unmounted?: (() => void) | (() => void)[];
|
|
220
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
221
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
222
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
223
|
+
};
|
|
224
|
+
$forceUpdate: () => void;
|
|
225
|
+
$nextTick: nextTick;
|
|
226
|
+
$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;
|
|
227
|
+
} & Readonly<{
|
|
228
|
+
readonly separator: string;
|
|
229
|
+
}> & Omit<Readonly<ExtractPropTypes< {
|
|
230
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
231
|
+
readonly separatorIcon: {
|
|
232
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
233
|
+
readonly required: false;
|
|
234
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
|
+
__epPropKey: true;
|
|
236
|
+
};
|
|
237
|
+
}>>, "separator"> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
238
|
+
$slots: {
|
|
239
|
+
default?(_: {}): any;
|
|
240
|
+
};
|
|
241
|
+
}) | undefined>;
|
|
242
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BreadcrumbInternalProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
243
|
+
breadcrumbRef: ({
|
|
244
|
+
$: ComponentInternalInstance;
|
|
245
|
+
$data: {};
|
|
246
|
+
$props: Partial<{
|
|
247
|
+
readonly separator: string;
|
|
248
|
+
}> & Omit<{
|
|
249
|
+
readonly separator: string;
|
|
250
|
+
readonly separatorIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
251
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "separator">;
|
|
252
|
+
$attrs: {
|
|
253
|
+
[x: string]: unknown;
|
|
254
|
+
};
|
|
255
|
+
$refs: {
|
|
256
|
+
[x: string]: unknown;
|
|
257
|
+
};
|
|
258
|
+
$slots: Readonly<{
|
|
259
|
+
[name: string]: Slot<any> | undefined;
|
|
260
|
+
}>;
|
|
261
|
+
$root: ComponentPublicInstance | null;
|
|
262
|
+
$parent: ComponentPublicInstance | null;
|
|
263
|
+
$host: Element | null;
|
|
264
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
265
|
+
$el: any;
|
|
266
|
+
$options: ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
267
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
268
|
+
readonly separatorIcon: {
|
|
269
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
270
|
+
readonly required: false;
|
|
271
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
272
|
+
__epPropKey: true;
|
|
273
|
+
};
|
|
274
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
|
|
275
|
+
readonly separator: string;
|
|
276
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
277
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
278
|
+
created?: (() => void) | (() => void)[];
|
|
279
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
280
|
+
mounted?: (() => void) | (() => void)[];
|
|
281
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
282
|
+
updated?: (() => void) | (() => void)[];
|
|
283
|
+
activated?: (() => void) | (() => void)[];
|
|
284
|
+
deactivated?: (() => void) | (() => void)[];
|
|
285
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
286
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
287
|
+
destroyed?: (() => void) | (() => void)[];
|
|
288
|
+
unmounted?: (() => void) | (() => void)[];
|
|
289
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
290
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
291
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
292
|
+
};
|
|
293
|
+
$forceUpdate: () => void;
|
|
294
|
+
$nextTick: nextTick;
|
|
295
|
+
$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;
|
|
296
|
+
} & Readonly<{
|
|
297
|
+
readonly separator: string;
|
|
298
|
+
}> & Omit<Readonly<ExtractPropTypes< {
|
|
299
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
300
|
+
readonly separatorIcon: {
|
|
301
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
302
|
+
readonly required: false;
|
|
303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
+
__epPropKey: true;
|
|
305
|
+
};
|
|
306
|
+
}>>, "separator"> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
307
|
+
$slots: {
|
|
308
|
+
default?(_: {}): any;
|
|
309
|
+
};
|
|
310
|
+
}) | null;
|
|
311
|
+
}, any>;
|
|
312
|
+
|
|
313
|
+
declare const __VLS_component_2: DefineComponent<ButtonInternalProps, {
|
|
92
314
|
buttonRef: Ref<({
|
|
93
315
|
$: ComponentInternalInstance;
|
|
94
316
|
$data: {};
|
|
@@ -112,23 +334,23 @@ readonly loadingIcon: EpPropMergeType<(new (...args: any[]) => (string | Compone
|
|
|
112
334
|
readonly type: EpPropMergeType<StringConstructor, "" | "success" | "default" | "text" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
113
335
|
readonly dark: boolean;
|
|
114
336
|
readonly link: boolean;
|
|
337
|
+
readonly circle: boolean;
|
|
115
338
|
readonly nativeType: EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
116
339
|
readonly loading: boolean;
|
|
117
340
|
readonly bg: boolean;
|
|
118
341
|
readonly autofocus: boolean;
|
|
119
|
-
readonly circle: boolean;
|
|
120
342
|
readonly tag: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
121
343
|
readonly size?: EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
122
344
|
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
123
345
|
readonly icon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
346
|
+
readonly color?: string | undefined;
|
|
347
|
+
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
124
348
|
readonly loadingIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
125
349
|
readonly plain?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
126
|
-
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
127
350
|
readonly round?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
128
|
-
readonly color?: string | undefined;
|
|
129
351
|
readonly autoInsertSpace?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
130
352
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
131
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "
|
|
353
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
132
354
|
$attrs: {
|
|
133
355
|
[x: string]: unknown;
|
|
134
356
|
};
|
|
@@ -265,7 +487,7 @@ readonly autoInsertSpace: EpPropFinalized<BooleanConstructor, unknown, unknown,
|
|
|
265
487
|
readonly tag: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "button", boolean>;
|
|
266
488
|
}>> & {
|
|
267
489
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
268
|
-
}, "size" | "type" | "disabled" | "dark" | "link" | "
|
|
490
|
+
}, "size" | "type" | "disabled" | "dark" | "link" | "ref" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef< {
|
|
269
491
|
ref: Ref<HTMLButtonElement | undefined>;
|
|
270
492
|
size: ComputedRef<"" | "small" | "default" | "large">;
|
|
271
493
|
type: ComputedRef<string>;
|
|
@@ -300,23 +522,23 @@ readonly loadingIcon: EpPropMergeType<(new (...args: any[]) => (string | Compone
|
|
|
300
522
|
readonly type: EpPropMergeType<StringConstructor, "" | "success" | "default" | "text" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
301
523
|
readonly dark: boolean;
|
|
302
524
|
readonly link: boolean;
|
|
525
|
+
readonly circle: boolean;
|
|
303
526
|
readonly nativeType: EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
304
527
|
readonly loading: boolean;
|
|
305
528
|
readonly bg: boolean;
|
|
306
529
|
readonly autofocus: boolean;
|
|
307
|
-
readonly circle: boolean;
|
|
308
530
|
readonly tag: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
309
531
|
readonly size?: EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
310
532
|
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
311
533
|
readonly icon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
534
|
+
readonly color?: string | undefined;
|
|
535
|
+
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
312
536
|
readonly loadingIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
313
537
|
readonly plain?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
314
|
-
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
315
538
|
readonly round?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
316
|
-
readonly color?: string | undefined;
|
|
317
539
|
readonly autoInsertSpace?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
318
540
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
319
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "
|
|
541
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
320
542
|
$attrs: {
|
|
321
543
|
[x: string]: unknown;
|
|
322
544
|
};
|
|
@@ -453,7 +675,7 @@ readonly autoInsertSpace: EpPropFinalized<BooleanConstructor, unknown, unknown,
|
|
|
453
675
|
readonly tag: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "button", boolean>;
|
|
454
676
|
}>> & {
|
|
455
677
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
456
|
-
}, "size" | "type" | "disabled" | "dark" | "link" | "
|
|
678
|
+
}, "size" | "type" | "disabled" | "dark" | "link" | "ref" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef< {
|
|
457
679
|
ref: Ref<HTMLButtonElement | undefined>;
|
|
458
680
|
size: ComputedRef<"" | "small" | "default" | "large">;
|
|
459
681
|
type: ComputedRef<string>;
|
|
@@ -490,23 +712,23 @@ readonly loadingIcon: EpPropMergeType<(new (...args: any[]) => (string | Compone
|
|
|
490
712
|
readonly type: EpPropMergeType<StringConstructor, "" | "success" | "default" | "text" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
491
713
|
readonly dark: boolean;
|
|
492
714
|
readonly link: boolean;
|
|
715
|
+
readonly circle: boolean;
|
|
493
716
|
readonly nativeType: EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
494
717
|
readonly loading: boolean;
|
|
495
718
|
readonly bg: boolean;
|
|
496
719
|
readonly autofocus: boolean;
|
|
497
|
-
readonly circle: boolean;
|
|
498
720
|
readonly tag: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
499
721
|
readonly size?: EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
500
722
|
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
501
723
|
readonly icon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
724
|
+
readonly color?: string | undefined;
|
|
725
|
+
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
502
726
|
readonly loadingIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
503
727
|
readonly plain?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
504
|
-
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
505
728
|
readonly round?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
506
|
-
readonly color?: string | undefined;
|
|
507
729
|
readonly autoInsertSpace?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
508
730
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
509
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "
|
|
731
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
510
732
|
$attrs: {
|
|
511
733
|
[x: string]: unknown;
|
|
512
734
|
};
|
|
@@ -643,7 +865,7 @@ readonly autoInsertSpace: EpPropFinalized<BooleanConstructor, unknown, unknown,
|
|
|
643
865
|
readonly tag: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "button", boolean>;
|
|
644
866
|
}>> & {
|
|
645
867
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
646
|
-
}, "size" | "type" | "disabled" | "dark" | "link" | "
|
|
868
|
+
}, "size" | "type" | "disabled" | "dark" | "link" | "ref" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef< {
|
|
647
869
|
ref: Ref<HTMLButtonElement | undefined>;
|
|
648
870
|
size: ComputedRef<"" | "small" | "default" | "large">;
|
|
649
871
|
type: ComputedRef<string>;
|
|
@@ -658,7 +880,7 @@ default?(_: {}): any;
|
|
|
658
880
|
}) | null;
|
|
659
881
|
}, any>;
|
|
660
882
|
|
|
661
|
-
declare const
|
|
883
|
+
declare const __VLS_component_3: DefineComponent<FormInternalProps, {
|
|
662
884
|
formRef: Ref<({
|
|
663
885
|
$: ComponentInternalInstance;
|
|
664
886
|
$data: {};
|
|
@@ -1201,7 +1423,7 @@ default?(_: {}): any;
|
|
|
1201
1423
|
}) | null;
|
|
1202
1424
|
}, any>;
|
|
1203
1425
|
|
|
1204
|
-
declare const
|
|
1426
|
+
declare const __VLS_component_4: DefineComponent<IconInternalProps, {
|
|
1205
1427
|
iconRef: Ref<({
|
|
1206
1428
|
$: ComponentInternalInstance;
|
|
1207
1429
|
$data: {};
|
|
@@ -1420,7 +1642,7 @@ default?(_: {}): any;
|
|
|
1420
1642
|
}) | null;
|
|
1421
1643
|
}, any>;
|
|
1422
1644
|
|
|
1423
|
-
declare const
|
|
1645
|
+
declare const __VLS_component_5: DefineComponent<TableInternalProps, {
|
|
1424
1646
|
tableRef: Ref<CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
1425
1647
|
data: {
|
|
1426
1648
|
type: PropType<any[]>;
|
|
@@ -6844,6 +7066,84 @@ default?(_: {}): any;
|
|
|
6844
7066
|
}, any>;
|
|
6845
7067
|
|
|
6846
7068
|
declare function __VLS_template(): {
|
|
7069
|
+
attrs: Partial<{}>;
|
|
7070
|
+
slots: {
|
|
7071
|
+
default?(_: {}): any;
|
|
7072
|
+
};
|
|
7073
|
+
refs: {
|
|
7074
|
+
breadcrumbRef: ({
|
|
7075
|
+
$: ComponentInternalInstance;
|
|
7076
|
+
$data: {};
|
|
7077
|
+
$props: Partial<{
|
|
7078
|
+
readonly separator: string;
|
|
7079
|
+
}> & Omit<{
|
|
7080
|
+
readonly separator: string;
|
|
7081
|
+
readonly separatorIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
7082
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "separator">;
|
|
7083
|
+
$attrs: {
|
|
7084
|
+
[x: string]: unknown;
|
|
7085
|
+
};
|
|
7086
|
+
$refs: {
|
|
7087
|
+
[x: string]: unknown;
|
|
7088
|
+
};
|
|
7089
|
+
$slots: Readonly<{
|
|
7090
|
+
[name: string]: Slot<any> | undefined;
|
|
7091
|
+
}>;
|
|
7092
|
+
$root: ComponentPublicInstance | null;
|
|
7093
|
+
$parent: ComponentPublicInstance | null;
|
|
7094
|
+
$host: Element | null;
|
|
7095
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
7096
|
+
$el: any;
|
|
7097
|
+
$options: ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
7098
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
7099
|
+
readonly separatorIcon: {
|
|
7100
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
7101
|
+
readonly required: false;
|
|
7102
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7103
|
+
__epPropKey: true;
|
|
7104
|
+
};
|
|
7105
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
|
|
7106
|
+
readonly separator: string;
|
|
7107
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
7108
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
7109
|
+
created?: (() => void) | (() => void)[];
|
|
7110
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
7111
|
+
mounted?: (() => void) | (() => void)[];
|
|
7112
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
7113
|
+
updated?: (() => void) | (() => void)[];
|
|
7114
|
+
activated?: (() => void) | (() => void)[];
|
|
7115
|
+
deactivated?: (() => void) | (() => void)[];
|
|
7116
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
7117
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
7118
|
+
destroyed?: (() => void) | (() => void)[];
|
|
7119
|
+
unmounted?: (() => void) | (() => void)[];
|
|
7120
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
7121
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
7122
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
7123
|
+
};
|
|
7124
|
+
$forceUpdate: () => void;
|
|
7125
|
+
$nextTick: nextTick;
|
|
7126
|
+
$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;
|
|
7127
|
+
} & Readonly<{
|
|
7128
|
+
readonly separator: string;
|
|
7129
|
+
}> & Omit<Readonly<ExtractPropTypes< {
|
|
7130
|
+
readonly separator: EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
|
7131
|
+
readonly separatorIcon: {
|
|
7132
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
7133
|
+
readonly required: false;
|
|
7134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7135
|
+
__epPropKey: true;
|
|
7136
|
+
};
|
|
7137
|
+
}>>, "separator"> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
7138
|
+
$slots: {
|
|
7139
|
+
default?(_: {}): any;
|
|
7140
|
+
};
|
|
7141
|
+
}) | null;
|
|
7142
|
+
};
|
|
7143
|
+
rootEl: any;
|
|
7144
|
+
};
|
|
7145
|
+
|
|
7146
|
+
declare function __VLS_template_2(): {
|
|
6847
7147
|
attrs: Partial<{}>;
|
|
6848
7148
|
slots: any;
|
|
6849
7149
|
refs: {
|
|
@@ -6870,23 +7170,23 @@ declare function __VLS_template(): {
|
|
|
6870
7170
|
readonly type: EpPropMergeType<StringConstructor, "" | "success" | "default" | "text" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
6871
7171
|
readonly dark: boolean;
|
|
6872
7172
|
readonly link: boolean;
|
|
7173
|
+
readonly circle: boolean;
|
|
6873
7174
|
readonly nativeType: EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
6874
7175
|
readonly loading: boolean;
|
|
6875
7176
|
readonly bg: boolean;
|
|
6876
7177
|
readonly autofocus: boolean;
|
|
6877
|
-
readonly circle: boolean;
|
|
6878
7178
|
readonly tag: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
6879
7179
|
readonly size?: EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
6880
7180
|
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6881
7181
|
readonly icon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
7182
|
+
readonly color?: string | undefined;
|
|
7183
|
+
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6882
7184
|
readonly loadingIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
6883
7185
|
readonly plain?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6884
|
-
readonly text?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6885
7186
|
readonly round?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6886
|
-
readonly color?: string | undefined;
|
|
6887
7187
|
readonly autoInsertSpace?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6888
7188
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
6889
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "
|
|
7189
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "dark" | "link" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
6890
7190
|
$attrs: {
|
|
6891
7191
|
[x: string]: unknown;
|
|
6892
7192
|
};
|
|
@@ -7023,7 +7323,7 @@ declare function __VLS_template(): {
|
|
|
7023
7323
|
readonly tag: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "button", boolean>;
|
|
7024
7324
|
}>> & {
|
|
7025
7325
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
7026
|
-
}, "size" | "type" | "disabled" | "dark" | "link" | "
|
|
7326
|
+
}, "size" | "type" | "disabled" | "dark" | "link" | "ref" | "circle" | "text" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef< {
|
|
7027
7327
|
ref: Ref<HTMLButtonElement | undefined>;
|
|
7028
7328
|
size: ComputedRef<"" | "small" | "default" | "large">;
|
|
7029
7329
|
type: ComputedRef<string>;
|
|
@@ -7040,7 +7340,7 @@ declare function __VLS_template(): {
|
|
|
7040
7340
|
rootEl: any;
|
|
7041
7341
|
};
|
|
7042
7342
|
|
|
7043
|
-
declare function
|
|
7343
|
+
declare function __VLS_template_3(): {
|
|
7044
7344
|
attrs: Partial<{}>;
|
|
7045
7345
|
slots: {
|
|
7046
7346
|
default?(_: {}): any;
|
|
@@ -7229,7 +7529,7 @@ declare function __VLS_template_2(): {
|
|
|
7229
7529
|
rootEl: any;
|
|
7230
7530
|
};
|
|
7231
7531
|
|
|
7232
|
-
declare function
|
|
7532
|
+
declare function __VLS_template_4(): {
|
|
7233
7533
|
attrs: Partial<{}>;
|
|
7234
7534
|
slots: {
|
|
7235
7535
|
default?(_: {}): any;
|
|
@@ -7311,7 +7611,7 @@ declare function __VLS_template_3(): {
|
|
|
7311
7611
|
rootEl: any;
|
|
7312
7612
|
};
|
|
7313
7613
|
|
|
7314
|
-
declare function
|
|
7614
|
+
declare function __VLS_template_5(): {
|
|
7315
7615
|
attrs: Partial<{}>;
|
|
7316
7616
|
slots: any;
|
|
7317
7617
|
refs: {
|
|
@@ -9745,6 +10045,8 @@ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
|
9745
10045
|
|
|
9746
10046
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
9747
10047
|
|
|
10048
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
10049
|
+
|
|
9748
10050
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
9749
10051
|
new (): {
|
|
9750
10052
|
$slots: S;
|
|
@@ -9769,7 +10071,17 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
|
9769
10071
|
};
|
|
9770
10072
|
};
|
|
9771
10073
|
|
|
9772
|
-
|
|
10074
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
10075
|
+
new (): {
|
|
10076
|
+
$slots: S;
|
|
10077
|
+
};
|
|
10078
|
+
};
|
|
10079
|
+
|
|
10080
|
+
export declare const BkBreadcrumb: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
10081
|
+
|
|
10082
|
+
export { BkBreadcrumbItem }
|
|
10083
|
+
|
|
10084
|
+
export declare const BkButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
9773
10085
|
|
|
9774
10086
|
export { BkButtonGroup }
|
|
9775
10087
|
|
|
@@ -9783,16 +10095,56 @@ export { BkDropdownItem }
|
|
|
9783
10095
|
|
|
9784
10096
|
export { BkDropdownMenu }
|
|
9785
10097
|
|
|
9786
|
-
export declare const BkForm:
|
|
10098
|
+
export declare const BkForm: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
9787
10099
|
|
|
9788
10100
|
export { BkFormItem }
|
|
9789
10101
|
|
|
9790
|
-
export declare const BkIcon:
|
|
10102
|
+
export declare const BkIcon: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
10103
|
+
|
|
10104
|
+
export { BkMenu }
|
|
10105
|
+
|
|
10106
|
+
export { BkMenuItem }
|
|
10107
|
+
|
|
10108
|
+
export { BkMenuItemGroup }
|
|
9791
10109
|
|
|
9792
|
-
export
|
|
10110
|
+
export { BkSubMenu }
|
|
10111
|
+
|
|
10112
|
+
export declare const BkTable: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
9793
10113
|
|
|
9794
10114
|
export { BkTableColumn }
|
|
9795
10115
|
|
|
10116
|
+
export declare interface BreadcrumbConfig {
|
|
10117
|
+
idKey?: string;
|
|
10118
|
+
iconKey?: string;
|
|
10119
|
+
menuNameKey?: string;
|
|
10120
|
+
linkKey?: string;
|
|
10121
|
+
childrenKey?: string;
|
|
10122
|
+
}
|
|
10123
|
+
|
|
10124
|
+
export declare interface BreadcrumbInstance {
|
|
10125
|
+
breadcrumbRef?: BreadcrumbInstance_2;
|
|
10126
|
+
}
|
|
10127
|
+
|
|
10128
|
+
export declare interface BreadcrumbInternalProps {
|
|
10129
|
+
config?: BreadcrumbConfig;
|
|
10130
|
+
data?: BreadcrumbItemCtx[];
|
|
10131
|
+
currentRoute?: string;
|
|
10132
|
+
}
|
|
10133
|
+
|
|
10134
|
+
export declare interface BreadcrumbItemCtx extends Partial<BreadcrumbItemProps> {
|
|
10135
|
+
id: number | string;
|
|
10136
|
+
icon?: string;
|
|
10137
|
+
menu_name?: string;
|
|
10138
|
+
link?: string;
|
|
10139
|
+
children?: BreadcrumbItemCtx[];
|
|
10140
|
+
[key: string]: any;
|
|
10141
|
+
}
|
|
10142
|
+
|
|
10143
|
+
export { BreadcrumbItemInstance }
|
|
10144
|
+
|
|
10145
|
+
export declare interface BreadcrumbProps extends BreadcrumbProps_2, BreadcrumbInternalProps {
|
|
10146
|
+
}
|
|
10147
|
+
|
|
9796
10148
|
export { buttonEmits }
|
|
9797
10149
|
|
|
9798
10150
|
export { ButtonGroupInstance }
|
|
@@ -10098,6 +10450,40 @@ export declare type Language = {
|
|
|
10098
10450
|
};
|
|
10099
10451
|
};
|
|
10100
10452
|
|
|
10453
|
+
export declare interface MenuConfig {
|
|
10454
|
+
idKey?: string;
|
|
10455
|
+
iconKey?: string;
|
|
10456
|
+
menuNameKey?: string;
|
|
10457
|
+
linkKey?: string;
|
|
10458
|
+
childrenKey?: string;
|
|
10459
|
+
}
|
|
10460
|
+
|
|
10461
|
+
export declare interface MenuInstance {
|
|
10462
|
+
MenuRef?: MenuInstance_2;
|
|
10463
|
+
}
|
|
10464
|
+
|
|
10465
|
+
export declare interface MenuInternalProps {
|
|
10466
|
+
config?: MenuConfig;
|
|
10467
|
+
data?: MenuItemCtx[];
|
|
10468
|
+
currentRoute?: string;
|
|
10469
|
+
}
|
|
10470
|
+
|
|
10471
|
+
export declare interface MenuItemCtx extends Partial<MenuItemProps> {
|
|
10472
|
+
id: number | string;
|
|
10473
|
+
icon?: string;
|
|
10474
|
+
menu_name?: string;
|
|
10475
|
+
link?: string;
|
|
10476
|
+
children?: MenuItemCtx[];
|
|
10477
|
+
[key: string]: any;
|
|
10478
|
+
}
|
|
10479
|
+
|
|
10480
|
+
export { MenuItemGroupInstance }
|
|
10481
|
+
|
|
10482
|
+
export { MenuItemInstance }
|
|
10483
|
+
|
|
10484
|
+
export declare interface MenuProps extends MenuProps_2, MenuInternalProps {
|
|
10485
|
+
}
|
|
10486
|
+
|
|
10101
10487
|
export declare function provideLocale(app: App, locale?: Language): Ref<{
|
|
10102
10488
|
name: string;
|
|
10103
10489
|
bk: {
|
|
@@ -10114,6 +10500,8 @@ export { RenderRowData }
|
|
|
10114
10500
|
|
|
10115
10501
|
export { Sort }
|
|
10116
10502
|
|
|
10503
|
+
export { SubMenuInstance }
|
|
10504
|
+
|
|
10117
10505
|
export { SummaryMethod }
|
|
10118
10506
|
|
|
10119
10507
|
export { Table }
|
|
@@ -10438,7 +10826,6 @@ export * from "element-plus/es/components/autocomplete/index";
|
|
|
10438
10826
|
export * from "element-plus/es/components/avatar/index";
|
|
10439
10827
|
export * from "element-plus/es/components/backtop/index";
|
|
10440
10828
|
export * from "element-plus/es/components/badge/index";
|
|
10441
|
-
export * from "element-plus/es/components/breadcrumb/index";
|
|
10442
10829
|
export * from "element-plus/es/components/calendar/index";
|
|
10443
10830
|
export * from "element-plus/es/components/card/index";
|
|
10444
10831
|
export * from "element-plus/es/components/carousel/index";
|
|
@@ -10468,7 +10855,6 @@ export * from "element-plus/es/components/input/index";
|
|
|
10468
10855
|
export * from "element-plus/es/components/link/index";
|
|
10469
10856
|
export * from "element-plus/es/components/loading/index";
|
|
10470
10857
|
export * from "element-plus/es/components/mention/index";
|
|
10471
|
-
export * from "element-plus/es/components/menu/index";
|
|
10472
10858
|
export * from "element-plus/es/components/message-box/index";
|
|
10473
10859
|
export * from "element-plus/es/components/message/index";
|
|
10474
10860
|
export * from "element-plus/es/components/notification/index";
|