@codemonster-ru/vueforge 0.94.0 → 0.96.0
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.css +1 -1
- package/dist/index.d.ts +40 -3
- package/dist/index.ts.mjs +15119 -11326
- package/dist/index.ts.umd.js +17 -17
- package/dist/package/components/__tests__/app-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/area-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/bar-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/bubble-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/candlestick-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/donut-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/footer.test.d.ts +1 -0
- package/dist/package/components/__tests__/funnel-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/gauge-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/heatmap.test.d.ts +1 -0
- package/dist/package/components/__tests__/histogram.test.d.ts +1 -0
- package/dist/package/components/__tests__/line-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/navigation-rail.test.d.ts +1 -0
- package/dist/package/components/__tests__/page-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/pie-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/radar-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/resizable-sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/scatter-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/show-hide.test.d.ts +1 -0
- package/dist/package/components/__tests__/sparkline.test.d.ts +1 -0
- package/dist/package/components/__tests__/split-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/sticky-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/treemap-chart.test.d.ts +1 -0
- package/dist/package/components/accordion-context.d.ts +2 -0
- package/dist/package/components/accordion.vue.d.ts +23 -0
- package/dist/package/components/activity-feed.vue.d.ts +2 -0
- package/dist/package/components/app-bar.vue.d.ts +47 -0
- package/dist/package/components/area-chart.vue.d.ts +318 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +2 -0
- package/dist/package/components/bar-chart.vue.d.ts +313 -0
- package/dist/package/components/block-ui.vue.d.ts +1 -1
- package/dist/package/components/bubble-chart.vue.d.ts +323 -0
- package/dist/package/components/candlestick-chart.vue.d.ts +311 -0
- package/dist/package/components/cascade-select.vue.d.ts +1 -1
- package/dist/package/components/chart.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +32 -1
- package/dist/package/components/comment-thread.vue.d.ts +2 -0
- package/dist/package/components/data-table.vue.d.ts +45 -1
- package/dist/package/components/donut-chart.vue.d.ts +83 -0
- package/dist/package/components/footer.vue.d.ts +45 -0
- package/dist/package/components/funnel-chart.vue.d.ts +311 -0
- package/dist/package/components/gauge-chart.vue.d.ts +317 -0
- package/dist/package/components/heatmap.vue.d.ts +317 -0
- package/dist/package/components/hide.vue.d.ts +29 -0
- package/dist/package/components/histogram.vue.d.ts +316 -0
- package/dist/package/components/kanban-board.vue.d.ts +15 -27
- package/dist/package/components/line-chart.vue.d.ts +321 -0
- package/dist/package/components/navigation-rail.vue.d.ts +289 -0
- package/dist/package/components/notification-center.vue.d.ts +35 -11
- package/dist/package/components/page-layout.vue.d.ts +84 -0
- package/dist/package/components/pie-chart.vue.d.ts +345 -0
- package/dist/package/components/radar-chart.vue.d.ts +315 -0
- package/dist/package/components/rating.vue.d.ts +4 -0
- package/dist/package/components/resizable-sidebar.vue.d.ts +73 -0
- package/dist/package/components/scatter-chart.vue.d.ts +321 -0
- package/dist/package/components/scheduler.vue.d.ts +2 -0
- package/dist/package/components/scroll-panel.vue.d.ts +1 -1
- package/dist/package/components/show.vue.d.ts +29 -0
- package/dist/package/components/sparkline.vue.d.ts +309 -0
- package/dist/package/components/split-layout.vue.d.ts +73 -0
- package/dist/package/components/splitter.vue.d.ts +2 -2
- package/dist/package/components/sticky-region.vue.d.ts +35 -0
- package/dist/package/components/tree-node.vue.d.ts +2 -0
- package/dist/package/components/tree-table.vue.d.ts +1 -1
- package/dist/package/components/tree.vue.d.ts +21 -0
- package/dist/package/components/treemap-chart.vue.d.ts +316 -0
- package/dist/package/config/locale-text.d.ts +10 -0
- package/dist/package/config/theme-core.d.ts +123 -0
- package/dist/package/themes/default/components/app-bar.d.ts +14 -0
- package/dist/package/themes/default/components/footer.d.ts +13 -0
- package/dist/package/themes/default/components/navigation-rail.d.ts +28 -0
- package/dist/package/themes/default/components/page-layout.d.ts +23 -0
- package/dist/package/themes/default/components/resizable-sidebar.d.ts +16 -0
- package/dist/package/themes/default/components/split-layout.d.ts +20 -0
- package/dist/package/themes/default/components/sticky-region.d.ts +9 -0
- package/dist/package/themes/default/index.d.ts +116 -0
- package/package.json +1 -1
|
@@ -18,32 +18,22 @@ interface Props {
|
|
|
18
18
|
items?: Array<KanbanBoardItem>;
|
|
19
19
|
ariaLabel?: string;
|
|
20
20
|
emptyColumnText?: string;
|
|
21
|
+
virtualization?: boolean;
|
|
22
|
+
virtualizationThreshold?: number;
|
|
23
|
+
itemHeight?: number;
|
|
24
|
+
swimlaneHeight?: number;
|
|
25
|
+
overscan?: number;
|
|
26
|
+
keyboardDnD?: boolean;
|
|
21
27
|
}
|
|
22
28
|
declare function __VLS_template(): {
|
|
23
29
|
attrs: Partial<{}>;
|
|
24
30
|
slots: {
|
|
25
31
|
'column-header'?(_: {
|
|
26
32
|
column: KanbanColumn;
|
|
27
|
-
items:
|
|
28
|
-
id: KanbanId;
|
|
29
|
-
columnId: KanbanId;
|
|
30
|
-
title: string;
|
|
31
|
-
description?: string | undefined;
|
|
32
|
-
assignee?: string | undefined;
|
|
33
|
-
priority?: KanbanPriority | undefined;
|
|
34
|
-
tags?: Array<string> | undefined;
|
|
35
|
-
}[];
|
|
33
|
+
items: KanbanBoardItem[];
|
|
36
34
|
}): any;
|
|
37
35
|
card?(_: {
|
|
38
|
-
item:
|
|
39
|
-
id: KanbanId;
|
|
40
|
-
columnId: KanbanId;
|
|
41
|
-
title: string;
|
|
42
|
-
description?: string | undefined;
|
|
43
|
-
assignee?: string | undefined;
|
|
44
|
-
priority?: KanbanPriority | undefined;
|
|
45
|
-
tags?: Array<string> | undefined;
|
|
46
|
-
};
|
|
36
|
+
item: KanbanBoardItem;
|
|
47
37
|
column: KanbanColumn;
|
|
48
38
|
index: number;
|
|
49
39
|
}): any;
|
|
@@ -52,15 +42,7 @@ declare function __VLS_template(): {
|
|
|
52
42
|
}): any;
|
|
53
43
|
'column-footer'?(_: {
|
|
54
44
|
column: KanbanColumn;
|
|
55
|
-
items:
|
|
56
|
-
id: KanbanId;
|
|
57
|
-
columnId: KanbanId;
|
|
58
|
-
title: string;
|
|
59
|
-
description?: string | undefined;
|
|
60
|
-
assignee?: string | undefined;
|
|
61
|
-
priority?: KanbanPriority | undefined;
|
|
62
|
-
tags?: Array<string> | undefined;
|
|
63
|
-
}[];
|
|
45
|
+
items: KanbanBoardItem[];
|
|
64
46
|
}): any;
|
|
65
47
|
};
|
|
66
48
|
refs: {};
|
|
@@ -79,7 +61,13 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
79
61
|
ariaLabel: string;
|
|
80
62
|
columns: Array<KanbanColumn>;
|
|
81
63
|
items: Array<KanbanBoardItem>;
|
|
64
|
+
virtualizationThreshold: number;
|
|
65
|
+
itemHeight: number;
|
|
66
|
+
overscan: number;
|
|
82
67
|
emptyColumnText: string;
|
|
68
|
+
virtualization: boolean;
|
|
69
|
+
swimlaneHeight: number;
|
|
70
|
+
keyboardDnD: boolean;
|
|
83
71
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
84
72
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
85
73
|
export default _default;
|
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
import { ChartAdapter, ChartAdapterInstance } from './chart-adapter';
|
|
2
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
3
|
+
export interface LineChartSeries {
|
|
4
|
+
label: string;
|
|
5
|
+
data: Array<number | null>;
|
|
6
|
+
borderColor?: string;
|
|
7
|
+
backgroundColor?: string;
|
|
8
|
+
borderWidth?: number;
|
|
9
|
+
pointRadius?: number;
|
|
10
|
+
tension?: number;
|
|
11
|
+
spanGaps?: boolean;
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
}
|
|
14
|
+
export interface LineChartThreshold {
|
|
15
|
+
value: number;
|
|
16
|
+
label?: string;
|
|
17
|
+
color?: string;
|
|
18
|
+
dash?: Array<number>;
|
|
19
|
+
borderWidth?: number;
|
|
20
|
+
}
|
|
21
|
+
interface Props {
|
|
22
|
+
labels?: Array<string | number>;
|
|
23
|
+
series?: Array<LineChartSeries>;
|
|
24
|
+
thresholds?: Array<LineChartThreshold>;
|
|
25
|
+
adapter?: ChartAdapter;
|
|
26
|
+
options?: Record<string, unknown>;
|
|
27
|
+
spanGaps?: boolean;
|
|
28
|
+
curve?: 'linear' | 'smooth';
|
|
29
|
+
width?: number;
|
|
30
|
+
height?: number;
|
|
31
|
+
loading?: boolean;
|
|
32
|
+
loadingText?: string;
|
|
33
|
+
emptyText?: string;
|
|
34
|
+
ariaLabel?: string;
|
|
35
|
+
lazy?: boolean;
|
|
36
|
+
lazyRootMargin?: string;
|
|
37
|
+
lazyThreshold?: number;
|
|
38
|
+
pt?: PassThroughOptions;
|
|
39
|
+
unstyled?: boolean;
|
|
40
|
+
}
|
|
41
|
+
declare function __VLS_template(): {
|
|
42
|
+
attrs: Partial<{}>;
|
|
43
|
+
slots: Readonly<{
|
|
44
|
+
loading?: () => unknown;
|
|
45
|
+
empty?: () => unknown;
|
|
46
|
+
}> & {
|
|
47
|
+
loading?: () => unknown;
|
|
48
|
+
empty?: () => unknown;
|
|
49
|
+
};
|
|
50
|
+
refs: {
|
|
51
|
+
chartRef: ({
|
|
52
|
+
$: import('vue').ComponentInternalInstance;
|
|
53
|
+
$data: {};
|
|
54
|
+
$props: {
|
|
55
|
+
readonly type?: import('./chart-adapter').ChartType | undefined;
|
|
56
|
+
readonly data?: import('./chart-adapter').ChartData | undefined;
|
|
57
|
+
readonly options?: Record<string, unknown> | undefined;
|
|
58
|
+
readonly adapter?: ChartAdapter | undefined;
|
|
59
|
+
readonly width?: number | undefined;
|
|
60
|
+
readonly height?: number | undefined;
|
|
61
|
+
readonly loading?: boolean | undefined;
|
|
62
|
+
readonly loadingText?: string | undefined;
|
|
63
|
+
readonly emptyText?: string | undefined;
|
|
64
|
+
readonly ariaLabel?: string | undefined;
|
|
65
|
+
readonly lazy?: boolean | undefined;
|
|
66
|
+
readonly lazyRootMargin?: string | undefined;
|
|
67
|
+
readonly lazyThreshold?: number | undefined;
|
|
68
|
+
readonly pt?: PassThroughOptions | undefined;
|
|
69
|
+
readonly unstyled?: boolean | undefined;
|
|
70
|
+
readonly onError?: ((error: Error) => any) | undefined;
|
|
71
|
+
readonly onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
72
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
73
|
+
$attrs: {
|
|
74
|
+
[x: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
$refs: {
|
|
77
|
+
[x: string]: unknown;
|
|
78
|
+
} & {
|
|
79
|
+
rootRef: HTMLDivElement;
|
|
80
|
+
canvasRef: HTMLCanvasElement;
|
|
81
|
+
};
|
|
82
|
+
$slots: Readonly<{
|
|
83
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
84
|
+
}>;
|
|
85
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
86
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
87
|
+
$host: Element | null;
|
|
88
|
+
$emit: ((event: "error", error: Error) => void) & ((event: "ready", instance: ChartAdapterInstance) => void);
|
|
89
|
+
$el: HTMLDivElement;
|
|
90
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
91
|
+
onError?: ((error: Error) => any) | undefined;
|
|
92
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
93
|
+
}>, {
|
|
94
|
+
resize: () => void;
|
|
95
|
+
refresh: () => void;
|
|
96
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
97
|
+
error: (error: Error) => any;
|
|
98
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
99
|
+
}, string, {
|
|
100
|
+
type: import('./chart-adapter').ChartType;
|
|
101
|
+
lazy: boolean;
|
|
102
|
+
data: import('./chart-adapter').ChartData;
|
|
103
|
+
ariaLabel: string;
|
|
104
|
+
loading: boolean;
|
|
105
|
+
width: number;
|
|
106
|
+
height: number;
|
|
107
|
+
pt: PassThroughOptions;
|
|
108
|
+
unstyled: boolean;
|
|
109
|
+
loadingText: string;
|
|
110
|
+
emptyText: string;
|
|
111
|
+
adapter: ChartAdapter;
|
|
112
|
+
lazyRootMargin: string;
|
|
113
|
+
lazyThreshold: number;
|
|
114
|
+
options: Record<string, unknown>;
|
|
115
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
116
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
117
|
+
created?: (() => void) | (() => void)[];
|
|
118
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
119
|
+
mounted?: (() => void) | (() => void)[];
|
|
120
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
121
|
+
updated?: (() => void) | (() => void)[];
|
|
122
|
+
activated?: (() => void) | (() => void)[];
|
|
123
|
+
deactivated?: (() => void) | (() => void)[];
|
|
124
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
125
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
126
|
+
destroyed?: (() => void) | (() => void)[];
|
|
127
|
+
unmounted?: (() => void) | (() => void)[];
|
|
128
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
129
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
130
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
131
|
+
};
|
|
132
|
+
$forceUpdate: () => void;
|
|
133
|
+
$nextTick: typeof import('vue').nextTick;
|
|
134
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
135
|
+
} & Readonly<{
|
|
136
|
+
type: import('./chart-adapter').ChartType;
|
|
137
|
+
lazy: boolean;
|
|
138
|
+
data: import('./chart-adapter').ChartData;
|
|
139
|
+
ariaLabel: string;
|
|
140
|
+
loading: boolean;
|
|
141
|
+
width: number;
|
|
142
|
+
height: number;
|
|
143
|
+
pt: PassThroughOptions;
|
|
144
|
+
unstyled: boolean;
|
|
145
|
+
loadingText: string;
|
|
146
|
+
emptyText: string;
|
|
147
|
+
adapter: ChartAdapter;
|
|
148
|
+
lazyRootMargin: string;
|
|
149
|
+
lazyThreshold: number;
|
|
150
|
+
options: Record<string, unknown>;
|
|
151
|
+
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
152
|
+
onError?: ((error: Error) => any) | undefined;
|
|
153
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
154
|
+
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "width" | "height" | "pt" | "unstyled" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options")> & import('vue').ShallowUnwrapRef<{
|
|
155
|
+
resize: () => void;
|
|
156
|
+
refresh: () => void;
|
|
157
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
158
|
+
$slots: Readonly<{
|
|
159
|
+
loading?: () => unknown;
|
|
160
|
+
empty?: () => unknown;
|
|
161
|
+
}> & {
|
|
162
|
+
loading?: () => unknown;
|
|
163
|
+
empty?: () => unknown;
|
|
164
|
+
};
|
|
165
|
+
}) | null;
|
|
166
|
+
};
|
|
167
|
+
rootEl: HTMLDivElement;
|
|
168
|
+
};
|
|
169
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
170
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
171
|
+
resize: () => void;
|
|
172
|
+
refresh: () => void;
|
|
173
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
174
|
+
error: (error: Error) => any;
|
|
175
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
176
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
177
|
+
onError?: ((error: Error) => any) | undefined;
|
|
178
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
179
|
+
}>, {
|
|
180
|
+
lazy: boolean;
|
|
181
|
+
ariaLabel: string;
|
|
182
|
+
loading: boolean;
|
|
183
|
+
width: number;
|
|
184
|
+
height: number;
|
|
185
|
+
pt: PassThroughOptions;
|
|
186
|
+
unstyled: boolean;
|
|
187
|
+
loadingText: string;
|
|
188
|
+
emptyText: string;
|
|
189
|
+
adapter: ChartAdapter;
|
|
190
|
+
lazyRootMargin: string;
|
|
191
|
+
lazyThreshold: number;
|
|
192
|
+
options: Record<string, unknown>;
|
|
193
|
+
thresholds: Array<LineChartThreshold>;
|
|
194
|
+
labels: Array<string | number>;
|
|
195
|
+
series: Array<LineChartSeries>;
|
|
196
|
+
spanGaps: boolean;
|
|
197
|
+
curve: "linear" | "smooth";
|
|
198
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
199
|
+
chartRef: ({
|
|
200
|
+
$: import('vue').ComponentInternalInstance;
|
|
201
|
+
$data: {};
|
|
202
|
+
$props: {
|
|
203
|
+
readonly type?: import('./chart-adapter').ChartType | undefined;
|
|
204
|
+
readonly data?: import('./chart-adapter').ChartData | undefined;
|
|
205
|
+
readonly options?: Record<string, unknown> | undefined;
|
|
206
|
+
readonly adapter?: ChartAdapter | undefined;
|
|
207
|
+
readonly width?: number | undefined;
|
|
208
|
+
readonly height?: number | undefined;
|
|
209
|
+
readonly loading?: boolean | undefined;
|
|
210
|
+
readonly loadingText?: string | undefined;
|
|
211
|
+
readonly emptyText?: string | undefined;
|
|
212
|
+
readonly ariaLabel?: string | undefined;
|
|
213
|
+
readonly lazy?: boolean | undefined;
|
|
214
|
+
readonly lazyRootMargin?: string | undefined;
|
|
215
|
+
readonly lazyThreshold?: number | undefined;
|
|
216
|
+
readonly pt?: PassThroughOptions | undefined;
|
|
217
|
+
readonly unstyled?: boolean | undefined;
|
|
218
|
+
readonly onError?: ((error: Error) => any) | undefined;
|
|
219
|
+
readonly onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
220
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
221
|
+
$attrs: {
|
|
222
|
+
[x: string]: unknown;
|
|
223
|
+
};
|
|
224
|
+
$refs: {
|
|
225
|
+
[x: string]: unknown;
|
|
226
|
+
} & {
|
|
227
|
+
rootRef: HTMLDivElement;
|
|
228
|
+
canvasRef: HTMLCanvasElement;
|
|
229
|
+
};
|
|
230
|
+
$slots: Readonly<{
|
|
231
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
232
|
+
}>;
|
|
233
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
234
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
235
|
+
$host: Element | null;
|
|
236
|
+
$emit: ((event: "error", error: Error) => void) & ((event: "ready", instance: ChartAdapterInstance) => void);
|
|
237
|
+
$el: HTMLDivElement;
|
|
238
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
239
|
+
onError?: ((error: Error) => any) | undefined;
|
|
240
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
241
|
+
}>, {
|
|
242
|
+
resize: () => void;
|
|
243
|
+
refresh: () => void;
|
|
244
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
245
|
+
error: (error: Error) => any;
|
|
246
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
247
|
+
}, string, {
|
|
248
|
+
type: import('./chart-adapter').ChartType;
|
|
249
|
+
lazy: boolean;
|
|
250
|
+
data: import('./chart-adapter').ChartData;
|
|
251
|
+
ariaLabel: string;
|
|
252
|
+
loading: boolean;
|
|
253
|
+
width: number;
|
|
254
|
+
height: number;
|
|
255
|
+
pt: PassThroughOptions;
|
|
256
|
+
unstyled: boolean;
|
|
257
|
+
loadingText: string;
|
|
258
|
+
emptyText: string;
|
|
259
|
+
adapter: ChartAdapter;
|
|
260
|
+
lazyRootMargin: string;
|
|
261
|
+
lazyThreshold: number;
|
|
262
|
+
options: Record<string, unknown>;
|
|
263
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
264
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
265
|
+
created?: (() => void) | (() => void)[];
|
|
266
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
267
|
+
mounted?: (() => void) | (() => void)[];
|
|
268
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
269
|
+
updated?: (() => void) | (() => void)[];
|
|
270
|
+
activated?: (() => void) | (() => void)[];
|
|
271
|
+
deactivated?: (() => void) | (() => void)[];
|
|
272
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
273
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
274
|
+
destroyed?: (() => void) | (() => void)[];
|
|
275
|
+
unmounted?: (() => void) | (() => void)[];
|
|
276
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
277
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
278
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
279
|
+
};
|
|
280
|
+
$forceUpdate: () => void;
|
|
281
|
+
$nextTick: typeof import('vue').nextTick;
|
|
282
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
283
|
+
} & Readonly<{
|
|
284
|
+
type: import('./chart-adapter').ChartType;
|
|
285
|
+
lazy: boolean;
|
|
286
|
+
data: import('./chart-adapter').ChartData;
|
|
287
|
+
ariaLabel: string;
|
|
288
|
+
loading: boolean;
|
|
289
|
+
width: number;
|
|
290
|
+
height: number;
|
|
291
|
+
pt: PassThroughOptions;
|
|
292
|
+
unstyled: boolean;
|
|
293
|
+
loadingText: string;
|
|
294
|
+
emptyText: string;
|
|
295
|
+
adapter: ChartAdapter;
|
|
296
|
+
lazyRootMargin: string;
|
|
297
|
+
lazyThreshold: number;
|
|
298
|
+
options: Record<string, unknown>;
|
|
299
|
+
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
300
|
+
onError?: ((error: Error) => any) | undefined;
|
|
301
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
302
|
+
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "width" | "height" | "pt" | "unstyled" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options")> & import('vue').ShallowUnwrapRef<{
|
|
303
|
+
resize: () => void;
|
|
304
|
+
refresh: () => void;
|
|
305
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
306
|
+
$slots: Readonly<{
|
|
307
|
+
loading?: () => unknown;
|
|
308
|
+
empty?: () => unknown;
|
|
309
|
+
}> & {
|
|
310
|
+
loading?: () => unknown;
|
|
311
|
+
empty?: () => unknown;
|
|
312
|
+
};
|
|
313
|
+
}) | null;
|
|
314
|
+
}, HTMLDivElement>;
|
|
315
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
316
|
+
export default _default;
|
|
317
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
318
|
+
new (): {
|
|
319
|
+
$slots: S;
|
|
320
|
+
};
|
|
321
|
+
};
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
import { RouteLocationAsPathGeneric, RouteLocationAsRelativeGeneric } from 'vue-router';
|
|
2
|
+
type NavigationRailSide = 'left' | 'right';
|
|
3
|
+
type NavigationRailKey = string | number;
|
|
4
|
+
export interface NavigationRailItem {
|
|
5
|
+
key?: NavigationRailKey;
|
|
6
|
+
label: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
9
|
+
href?: string;
|
|
10
|
+
url?: string;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
exact?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
command?: () => void;
|
|
15
|
+
}
|
|
16
|
+
interface Props {
|
|
17
|
+
items?: Array<NavigationRailItem>;
|
|
18
|
+
modelValue?: NavigationRailKey | null;
|
|
19
|
+
collapsed?: boolean;
|
|
20
|
+
side?: NavigationRailSide;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
showToggle?: boolean;
|
|
23
|
+
ariaLabel?: string;
|
|
24
|
+
collapseLabel?: string;
|
|
25
|
+
expandLabel?: string;
|
|
26
|
+
collapseIcon?: string;
|
|
27
|
+
expandIcon?: string;
|
|
28
|
+
syncActiveFromRoute?: boolean;
|
|
29
|
+
}
|
|
30
|
+
declare function __VLS_template(): {
|
|
31
|
+
attrs: Partial<{}>;
|
|
32
|
+
slots: Readonly<{
|
|
33
|
+
header?: (props: {
|
|
34
|
+
collapsed: boolean;
|
|
35
|
+
toggle: () => void;
|
|
36
|
+
}) => unknown;
|
|
37
|
+
footer?: (props: {
|
|
38
|
+
collapsed: boolean;
|
|
39
|
+
toggle: () => void;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
item?: (props: {
|
|
42
|
+
item: NavigationRailItem;
|
|
43
|
+
index: number;
|
|
44
|
+
active: boolean;
|
|
45
|
+
collapsed: boolean;
|
|
46
|
+
}) => unknown;
|
|
47
|
+
}> & {
|
|
48
|
+
header?: (props: {
|
|
49
|
+
collapsed: boolean;
|
|
50
|
+
toggle: () => void;
|
|
51
|
+
}) => unknown;
|
|
52
|
+
footer?: (props: {
|
|
53
|
+
collapsed: boolean;
|
|
54
|
+
toggle: () => void;
|
|
55
|
+
}) => unknown;
|
|
56
|
+
item?: (props: {
|
|
57
|
+
item: NavigationRailItem;
|
|
58
|
+
index: number;
|
|
59
|
+
active: boolean;
|
|
60
|
+
collapsed: boolean;
|
|
61
|
+
}) => unknown;
|
|
62
|
+
};
|
|
63
|
+
refs: {
|
|
64
|
+
itemRefs: (({
|
|
65
|
+
$: import('vue').ComponentInternalInstance;
|
|
66
|
+
$data: {};
|
|
67
|
+
$props: {
|
|
68
|
+
readonly to?: (string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric) | undefined;
|
|
69
|
+
readonly href?: string | undefined;
|
|
70
|
+
readonly url?: string | undefined;
|
|
71
|
+
readonly as?: "a" | "router-link" | undefined;
|
|
72
|
+
readonly type?: string | undefined;
|
|
73
|
+
readonly label?: string | undefined;
|
|
74
|
+
readonly active?: boolean | undefined;
|
|
75
|
+
readonly disabled?: boolean | undefined;
|
|
76
|
+
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
readonly onActive?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
readonly "onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
readonly onOnActive?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
81
|
+
$attrs: {
|
|
82
|
+
[x: string]: unknown;
|
|
83
|
+
};
|
|
84
|
+
$refs: {
|
|
85
|
+
[x: string]: unknown;
|
|
86
|
+
} & {
|
|
87
|
+
link: any;
|
|
88
|
+
};
|
|
89
|
+
$slots: Readonly<{
|
|
90
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
91
|
+
}>;
|
|
92
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
93
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
94
|
+
$host: Element | null;
|
|
95
|
+
$emit: ((event: "click", ...args: any[]) => void) & ((event: "active", ...args: any[]) => void) & ((event: "update:active", ...args: any[]) => void) & ((event: "onActive", ...args: any[]) => void);
|
|
96
|
+
$el: any;
|
|
97
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./link.vue').Props> & Readonly<{
|
|
98
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
102
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
103
|
+
click: (...args: any[]) => void;
|
|
104
|
+
active: (...args: any[]) => void;
|
|
105
|
+
"update:active": (...args: any[]) => void;
|
|
106
|
+
onActive: (...args: any[]) => void;
|
|
107
|
+
}, string, {
|
|
108
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
109
|
+
href: string;
|
|
110
|
+
url: string;
|
|
111
|
+
as: "a" | "router-link";
|
|
112
|
+
type: string;
|
|
113
|
+
label: string;
|
|
114
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
115
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
116
|
+
created?: (() => void) | (() => void)[];
|
|
117
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
118
|
+
mounted?: (() => void) | (() => void)[];
|
|
119
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
120
|
+
updated?: (() => void) | (() => void)[];
|
|
121
|
+
activated?: (() => void) | (() => void)[];
|
|
122
|
+
deactivated?: (() => void) | (() => void)[];
|
|
123
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
124
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
125
|
+
destroyed?: (() => void) | (() => void)[];
|
|
126
|
+
unmounted?: (() => void) | (() => void)[];
|
|
127
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
128
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
129
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
130
|
+
};
|
|
131
|
+
$forceUpdate: () => void;
|
|
132
|
+
$nextTick: typeof import('vue').nextTick;
|
|
133
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
134
|
+
} & Readonly<{
|
|
135
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
136
|
+
href: string;
|
|
137
|
+
url: string;
|
|
138
|
+
as: "a" | "router-link";
|
|
139
|
+
type: string;
|
|
140
|
+
label: string;
|
|
141
|
+
}> & Omit<Readonly<import('./link.vue').Props> & Readonly<{
|
|
142
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
143
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
144
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
145
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
146
|
+
}>, "to" | "href" | "url" | "as" | "type" | "label"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
147
|
+
$slots: {
|
|
148
|
+
default?(_: {}): any;
|
|
149
|
+
default?(_: {}): any;
|
|
150
|
+
};
|
|
151
|
+
}) | null)[];
|
|
152
|
+
};
|
|
153
|
+
rootEl: HTMLElement;
|
|
154
|
+
};
|
|
155
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
156
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
157
|
+
select: (payload: {
|
|
158
|
+
item: NavigationRailItem;
|
|
159
|
+
index: number;
|
|
160
|
+
key: NavigationRailKey;
|
|
161
|
+
event: MouseEvent | KeyboardEvent;
|
|
162
|
+
}) => any;
|
|
163
|
+
toggle: (payload: {
|
|
164
|
+
collapsed: boolean;
|
|
165
|
+
}) => any;
|
|
166
|
+
"update:modelValue": (value: NavigationRailKey) => any;
|
|
167
|
+
"update:collapsed": (value: boolean) => any;
|
|
168
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
169
|
+
onSelect?: ((payload: {
|
|
170
|
+
item: NavigationRailItem;
|
|
171
|
+
index: number;
|
|
172
|
+
key: NavigationRailKey;
|
|
173
|
+
event: MouseEvent | KeyboardEvent;
|
|
174
|
+
}) => any) | undefined;
|
|
175
|
+
onToggle?: ((payload: {
|
|
176
|
+
collapsed: boolean;
|
|
177
|
+
}) => any) | undefined;
|
|
178
|
+
"onUpdate:modelValue"?: ((value: NavigationRailKey) => any) | undefined;
|
|
179
|
+
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
180
|
+
}>, {
|
|
181
|
+
disabled: boolean;
|
|
182
|
+
modelValue: NavigationRailKey | null;
|
|
183
|
+
expandLabel: string;
|
|
184
|
+
collapseLabel: string;
|
|
185
|
+
ariaLabel: string;
|
|
186
|
+
items: Array<NavigationRailItem>;
|
|
187
|
+
syncActiveFromRoute: boolean;
|
|
188
|
+
showToggle: boolean;
|
|
189
|
+
collapsed: boolean;
|
|
190
|
+
side: NavigationRailSide;
|
|
191
|
+
collapseIcon: string;
|
|
192
|
+
expandIcon: string;
|
|
193
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
194
|
+
itemRefs: (({
|
|
195
|
+
$: import('vue').ComponentInternalInstance;
|
|
196
|
+
$data: {};
|
|
197
|
+
$props: {
|
|
198
|
+
readonly to?: (string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric) | undefined;
|
|
199
|
+
readonly href?: string | undefined;
|
|
200
|
+
readonly url?: string | undefined;
|
|
201
|
+
readonly as?: "a" | "router-link" | undefined;
|
|
202
|
+
readonly type?: string | undefined;
|
|
203
|
+
readonly label?: string | undefined;
|
|
204
|
+
readonly active?: boolean | undefined;
|
|
205
|
+
readonly disabled?: boolean | undefined;
|
|
206
|
+
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
207
|
+
readonly onActive?: ((...args: any[]) => any) | undefined;
|
|
208
|
+
readonly "onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
209
|
+
readonly onOnActive?: ((...args: any[]) => any) | undefined;
|
|
210
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
211
|
+
$attrs: {
|
|
212
|
+
[x: string]: unknown;
|
|
213
|
+
};
|
|
214
|
+
$refs: {
|
|
215
|
+
[x: string]: unknown;
|
|
216
|
+
} & {
|
|
217
|
+
link: any;
|
|
218
|
+
};
|
|
219
|
+
$slots: Readonly<{
|
|
220
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
221
|
+
}>;
|
|
222
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
223
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
224
|
+
$host: Element | null;
|
|
225
|
+
$emit: ((event: "click", ...args: any[]) => void) & ((event: "active", ...args: any[]) => void) & ((event: "update:active", ...args: any[]) => void) & ((event: "onActive", ...args: any[]) => void);
|
|
226
|
+
$el: any;
|
|
227
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./link.vue').Props> & Readonly<{
|
|
228
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
230
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
231
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
232
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
233
|
+
click: (...args: any[]) => void;
|
|
234
|
+
active: (...args: any[]) => void;
|
|
235
|
+
"update:active": (...args: any[]) => void;
|
|
236
|
+
onActive: (...args: any[]) => void;
|
|
237
|
+
}, string, {
|
|
238
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
239
|
+
href: string;
|
|
240
|
+
url: string;
|
|
241
|
+
as: "a" | "router-link";
|
|
242
|
+
type: string;
|
|
243
|
+
label: string;
|
|
244
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
245
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
246
|
+
created?: (() => void) | (() => void)[];
|
|
247
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
248
|
+
mounted?: (() => void) | (() => void)[];
|
|
249
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
250
|
+
updated?: (() => void) | (() => void)[];
|
|
251
|
+
activated?: (() => void) | (() => void)[];
|
|
252
|
+
deactivated?: (() => void) | (() => void)[];
|
|
253
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
254
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
255
|
+
destroyed?: (() => void) | (() => void)[];
|
|
256
|
+
unmounted?: (() => void) | (() => void)[];
|
|
257
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
258
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
259
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
260
|
+
};
|
|
261
|
+
$forceUpdate: () => void;
|
|
262
|
+
$nextTick: typeof import('vue').nextTick;
|
|
263
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
264
|
+
} & Readonly<{
|
|
265
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
266
|
+
href: string;
|
|
267
|
+
url: string;
|
|
268
|
+
as: "a" | "router-link";
|
|
269
|
+
type: string;
|
|
270
|
+
label: string;
|
|
271
|
+
}> & Omit<Readonly<import('./link.vue').Props> & Readonly<{
|
|
272
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
273
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
274
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
275
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
276
|
+
}>, "to" | "href" | "url" | "as" | "type" | "label"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
277
|
+
$slots: {
|
|
278
|
+
default?(_: {}): any;
|
|
279
|
+
default?(_: {}): any;
|
|
280
|
+
};
|
|
281
|
+
}) | null)[];
|
|
282
|
+
}, HTMLElement>;
|
|
283
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
284
|
+
export default _default;
|
|
285
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
286
|
+
new (): {
|
|
287
|
+
$slots: S;
|
|
288
|
+
};
|
|
289
|
+
};
|