@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
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
import { ChartAdapter, ChartAdapterInstance } from './chart-adapter';
|
|
2
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
3
|
+
export interface CandlestickDataPoint {
|
|
4
|
+
label: string;
|
|
5
|
+
open: number;
|
|
6
|
+
high: number;
|
|
7
|
+
low: number;
|
|
8
|
+
close: number;
|
|
9
|
+
volume?: number;
|
|
10
|
+
}
|
|
11
|
+
interface Props {
|
|
12
|
+
points?: Array<CandlestickDataPoint>;
|
|
13
|
+
adapter?: ChartAdapter;
|
|
14
|
+
options?: Record<string, unknown>;
|
|
15
|
+
showVolume?: boolean;
|
|
16
|
+
bullishColor?: string;
|
|
17
|
+
bearishColor?: string;
|
|
18
|
+
wickColor?: string;
|
|
19
|
+
width?: number;
|
|
20
|
+
height?: number;
|
|
21
|
+
loading?: boolean;
|
|
22
|
+
loadingText?: string;
|
|
23
|
+
emptyText?: string;
|
|
24
|
+
ariaLabel?: string;
|
|
25
|
+
lazy?: boolean;
|
|
26
|
+
lazyRootMargin?: string;
|
|
27
|
+
lazyThreshold?: number;
|
|
28
|
+
pt?: PassThroughOptions;
|
|
29
|
+
unstyled?: boolean;
|
|
30
|
+
}
|
|
31
|
+
declare function __VLS_template(): {
|
|
32
|
+
attrs: Partial<{}>;
|
|
33
|
+
slots: Readonly<{
|
|
34
|
+
loading?: () => unknown;
|
|
35
|
+
empty?: () => unknown;
|
|
36
|
+
}> & {
|
|
37
|
+
loading?: () => unknown;
|
|
38
|
+
empty?: () => unknown;
|
|
39
|
+
};
|
|
40
|
+
refs: {
|
|
41
|
+
chartRef: ({
|
|
42
|
+
$: import('vue').ComponentInternalInstance;
|
|
43
|
+
$data: {};
|
|
44
|
+
$props: {
|
|
45
|
+
readonly type?: import('./chart-adapter').ChartType | undefined;
|
|
46
|
+
readonly data?: import('./chart-adapter').ChartData | undefined;
|
|
47
|
+
readonly options?: Record<string, unknown> | undefined;
|
|
48
|
+
readonly adapter?: ChartAdapter | undefined;
|
|
49
|
+
readonly width?: number | undefined;
|
|
50
|
+
readonly height?: number | undefined;
|
|
51
|
+
readonly loading?: boolean | undefined;
|
|
52
|
+
readonly loadingText?: string | undefined;
|
|
53
|
+
readonly emptyText?: string | undefined;
|
|
54
|
+
readonly ariaLabel?: string | undefined;
|
|
55
|
+
readonly lazy?: boolean | undefined;
|
|
56
|
+
readonly lazyRootMargin?: string | undefined;
|
|
57
|
+
readonly lazyThreshold?: number | undefined;
|
|
58
|
+
readonly pt?: PassThroughOptions | undefined;
|
|
59
|
+
readonly unstyled?: boolean | undefined;
|
|
60
|
+
readonly onError?: ((error: Error) => any) | undefined;
|
|
61
|
+
readonly onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
62
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
63
|
+
$attrs: {
|
|
64
|
+
[x: string]: unknown;
|
|
65
|
+
};
|
|
66
|
+
$refs: {
|
|
67
|
+
[x: string]: unknown;
|
|
68
|
+
} & {
|
|
69
|
+
rootRef: HTMLDivElement;
|
|
70
|
+
canvasRef: HTMLCanvasElement;
|
|
71
|
+
};
|
|
72
|
+
$slots: Readonly<{
|
|
73
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
74
|
+
}>;
|
|
75
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
76
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
77
|
+
$host: Element | null;
|
|
78
|
+
$emit: ((event: "error", error: Error) => void) & ((event: "ready", instance: ChartAdapterInstance) => void);
|
|
79
|
+
$el: HTMLDivElement;
|
|
80
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
81
|
+
onError?: ((error: Error) => any) | undefined;
|
|
82
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
83
|
+
}>, {
|
|
84
|
+
resize: () => void;
|
|
85
|
+
refresh: () => void;
|
|
86
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
87
|
+
error: (error: Error) => any;
|
|
88
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
89
|
+
}, string, {
|
|
90
|
+
type: import('./chart-adapter').ChartType;
|
|
91
|
+
lazy: boolean;
|
|
92
|
+
data: import('./chart-adapter').ChartData;
|
|
93
|
+
ariaLabel: string;
|
|
94
|
+
loading: boolean;
|
|
95
|
+
width: number;
|
|
96
|
+
height: number;
|
|
97
|
+
pt: PassThroughOptions;
|
|
98
|
+
unstyled: boolean;
|
|
99
|
+
loadingText: string;
|
|
100
|
+
emptyText: string;
|
|
101
|
+
adapter: ChartAdapter;
|
|
102
|
+
lazyRootMargin: string;
|
|
103
|
+
lazyThreshold: number;
|
|
104
|
+
options: Record<string, unknown>;
|
|
105
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
106
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
107
|
+
created?: (() => void) | (() => void)[];
|
|
108
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
109
|
+
mounted?: (() => void) | (() => void)[];
|
|
110
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
111
|
+
updated?: (() => void) | (() => void)[];
|
|
112
|
+
activated?: (() => void) | (() => void)[];
|
|
113
|
+
deactivated?: (() => void) | (() => void)[];
|
|
114
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
115
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
116
|
+
destroyed?: (() => void) | (() => void)[];
|
|
117
|
+
unmounted?: (() => void) | (() => void)[];
|
|
118
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
119
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
120
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
121
|
+
};
|
|
122
|
+
$forceUpdate: () => void;
|
|
123
|
+
$nextTick: typeof import('vue').nextTick;
|
|
124
|
+
$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;
|
|
125
|
+
} & Readonly<{
|
|
126
|
+
type: import('./chart-adapter').ChartType;
|
|
127
|
+
lazy: boolean;
|
|
128
|
+
data: import('./chart-adapter').ChartData;
|
|
129
|
+
ariaLabel: string;
|
|
130
|
+
loading: boolean;
|
|
131
|
+
width: number;
|
|
132
|
+
height: number;
|
|
133
|
+
pt: PassThroughOptions;
|
|
134
|
+
unstyled: boolean;
|
|
135
|
+
loadingText: string;
|
|
136
|
+
emptyText: string;
|
|
137
|
+
adapter: ChartAdapter;
|
|
138
|
+
lazyRootMargin: string;
|
|
139
|
+
lazyThreshold: number;
|
|
140
|
+
options: Record<string, unknown>;
|
|
141
|
+
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
142
|
+
onError?: ((error: Error) => any) | undefined;
|
|
143
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
144
|
+
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "width" | "height" | "pt" | "unstyled" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options")> & import('vue').ShallowUnwrapRef<{
|
|
145
|
+
resize: () => void;
|
|
146
|
+
refresh: () => void;
|
|
147
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
148
|
+
$slots: Readonly<{
|
|
149
|
+
loading?: () => unknown;
|
|
150
|
+
empty?: () => unknown;
|
|
151
|
+
}> & {
|
|
152
|
+
loading?: () => unknown;
|
|
153
|
+
empty?: () => unknown;
|
|
154
|
+
};
|
|
155
|
+
}) | null;
|
|
156
|
+
};
|
|
157
|
+
rootEl: HTMLDivElement;
|
|
158
|
+
};
|
|
159
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
160
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
161
|
+
resize: () => void;
|
|
162
|
+
refresh: () => void;
|
|
163
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
164
|
+
error: (error: Error) => any;
|
|
165
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
166
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
167
|
+
onError?: ((error: Error) => any) | undefined;
|
|
168
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
169
|
+
}>, {
|
|
170
|
+
lazy: boolean;
|
|
171
|
+
ariaLabel: string;
|
|
172
|
+
loading: boolean;
|
|
173
|
+
width: number;
|
|
174
|
+
height: number;
|
|
175
|
+
pt: PassThroughOptions;
|
|
176
|
+
unstyled: boolean;
|
|
177
|
+
loadingText: string;
|
|
178
|
+
emptyText: string;
|
|
179
|
+
adapter: ChartAdapter;
|
|
180
|
+
lazyRootMargin: string;
|
|
181
|
+
lazyThreshold: number;
|
|
182
|
+
options: Record<string, unknown>;
|
|
183
|
+
points: Array<CandlestickDataPoint>;
|
|
184
|
+
showVolume: boolean;
|
|
185
|
+
bullishColor: string;
|
|
186
|
+
bearishColor: string;
|
|
187
|
+
wickColor: string;
|
|
188
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
189
|
+
chartRef: ({
|
|
190
|
+
$: import('vue').ComponentInternalInstance;
|
|
191
|
+
$data: {};
|
|
192
|
+
$props: {
|
|
193
|
+
readonly type?: import('./chart-adapter').ChartType | undefined;
|
|
194
|
+
readonly data?: import('./chart-adapter').ChartData | undefined;
|
|
195
|
+
readonly options?: Record<string, unknown> | undefined;
|
|
196
|
+
readonly adapter?: ChartAdapter | undefined;
|
|
197
|
+
readonly width?: number | undefined;
|
|
198
|
+
readonly height?: number | undefined;
|
|
199
|
+
readonly loading?: boolean | undefined;
|
|
200
|
+
readonly loadingText?: string | undefined;
|
|
201
|
+
readonly emptyText?: string | undefined;
|
|
202
|
+
readonly ariaLabel?: string | undefined;
|
|
203
|
+
readonly lazy?: boolean | undefined;
|
|
204
|
+
readonly lazyRootMargin?: string | undefined;
|
|
205
|
+
readonly lazyThreshold?: number | undefined;
|
|
206
|
+
readonly pt?: PassThroughOptions | undefined;
|
|
207
|
+
readonly unstyled?: boolean | undefined;
|
|
208
|
+
readonly onError?: ((error: Error) => any) | undefined;
|
|
209
|
+
readonly onReady?: ((instance: ChartAdapterInstance) => 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
|
+
rootRef: HTMLDivElement;
|
|
218
|
+
canvasRef: HTMLCanvasElement;
|
|
219
|
+
};
|
|
220
|
+
$slots: Readonly<{
|
|
221
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
222
|
+
}>;
|
|
223
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
224
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
225
|
+
$host: Element | null;
|
|
226
|
+
$emit: ((event: "error", error: Error) => void) & ((event: "ready", instance: ChartAdapterInstance) => void);
|
|
227
|
+
$el: HTMLDivElement;
|
|
228
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
229
|
+
onError?: ((error: Error) => any) | undefined;
|
|
230
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
231
|
+
}>, {
|
|
232
|
+
resize: () => void;
|
|
233
|
+
refresh: () => void;
|
|
234
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
235
|
+
error: (error: Error) => any;
|
|
236
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
237
|
+
}, string, {
|
|
238
|
+
type: import('./chart-adapter').ChartType;
|
|
239
|
+
lazy: boolean;
|
|
240
|
+
data: import('./chart-adapter').ChartData;
|
|
241
|
+
ariaLabel: string;
|
|
242
|
+
loading: boolean;
|
|
243
|
+
width: number;
|
|
244
|
+
height: number;
|
|
245
|
+
pt: PassThroughOptions;
|
|
246
|
+
unstyled: boolean;
|
|
247
|
+
loadingText: string;
|
|
248
|
+
emptyText: string;
|
|
249
|
+
adapter: ChartAdapter;
|
|
250
|
+
lazyRootMargin: string;
|
|
251
|
+
lazyThreshold: number;
|
|
252
|
+
options: Record<string, unknown>;
|
|
253
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
254
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
255
|
+
created?: (() => void) | (() => void)[];
|
|
256
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
257
|
+
mounted?: (() => void) | (() => void)[];
|
|
258
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
259
|
+
updated?: (() => void) | (() => void)[];
|
|
260
|
+
activated?: (() => void) | (() => void)[];
|
|
261
|
+
deactivated?: (() => void) | (() => void)[];
|
|
262
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
263
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
264
|
+
destroyed?: (() => void) | (() => void)[];
|
|
265
|
+
unmounted?: (() => void) | (() => void)[];
|
|
266
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
267
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
268
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
269
|
+
};
|
|
270
|
+
$forceUpdate: () => void;
|
|
271
|
+
$nextTick: typeof import('vue').nextTick;
|
|
272
|
+
$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;
|
|
273
|
+
} & Readonly<{
|
|
274
|
+
type: import('./chart-adapter').ChartType;
|
|
275
|
+
lazy: boolean;
|
|
276
|
+
data: import('./chart-adapter').ChartData;
|
|
277
|
+
ariaLabel: string;
|
|
278
|
+
loading: boolean;
|
|
279
|
+
width: number;
|
|
280
|
+
height: number;
|
|
281
|
+
pt: PassThroughOptions;
|
|
282
|
+
unstyled: boolean;
|
|
283
|
+
loadingText: string;
|
|
284
|
+
emptyText: string;
|
|
285
|
+
adapter: ChartAdapter;
|
|
286
|
+
lazyRootMargin: string;
|
|
287
|
+
lazyThreshold: number;
|
|
288
|
+
options: Record<string, unknown>;
|
|
289
|
+
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
290
|
+
onError?: ((error: Error) => any) | undefined;
|
|
291
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
292
|
+
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "width" | "height" | "pt" | "unstyled" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options")> & import('vue').ShallowUnwrapRef<{
|
|
293
|
+
resize: () => void;
|
|
294
|
+
refresh: () => void;
|
|
295
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
296
|
+
$slots: Readonly<{
|
|
297
|
+
loading?: () => unknown;
|
|
298
|
+
empty?: () => unknown;
|
|
299
|
+
}> & {
|
|
300
|
+
loading?: () => unknown;
|
|
301
|
+
empty?: () => unknown;
|
|
302
|
+
};
|
|
303
|
+
}) | null;
|
|
304
|
+
}, HTMLDivElement>;
|
|
305
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
306
|
+
export default _default;
|
|
307
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
308
|
+
new (): {
|
|
309
|
+
$slots: S;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
@@ -83,9 +83,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
83
83
|
searchPlaceholder: string;
|
|
84
84
|
selectable: boolean;
|
|
85
85
|
expandOnClick: boolean;
|
|
86
|
+
loadChildren: (node: CascadeSelectItem) => Promise<Array<CascadeSelectItem>>;
|
|
86
87
|
loadingBranchText: string;
|
|
87
88
|
autoLoadOnExpand: boolean;
|
|
88
|
-
loadChildren: (node: CascadeSelectItem) => Promise<Array<CascadeSelectItem>>;
|
|
89
89
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
90
90
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
91
91
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChartAdapter, ChartAdapterInstance, ChartData, ChartType } from './chart-adapter';
|
|
2
2
|
import { PassThroughOptions } from '../config/pass-through';
|
|
3
|
-
interface
|
|
3
|
+
export interface ChartProps {
|
|
4
4
|
type?: ChartType;
|
|
5
5
|
data?: ChartData;
|
|
6
6
|
options?: Record<string, unknown>;
|
|
@@ -33,13 +33,13 @@ declare function __VLS_template(): {
|
|
|
33
33
|
rootEl: HTMLDivElement;
|
|
34
34
|
};
|
|
35
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
36
|
+
declare const __VLS_component: import('vue').DefineComponent<ChartProps, {
|
|
37
37
|
resize: () => void;
|
|
38
38
|
refresh: () => void;
|
|
39
39
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
40
40
|
error: (error: Error) => any;
|
|
41
41
|
ready: (instance: ChartAdapterInstance) => any;
|
|
42
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
42
|
+
}, string, import('vue').PublicProps, Readonly<ChartProps> & Readonly<{
|
|
43
43
|
onError?: ((error: Error) => any) | undefined;
|
|
44
44
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
45
45
|
}>, {
|
|
@@ -1,13 +1,22 @@
|
|
|
1
|
-
interface CommandPaletteItem {
|
|
1
|
+
export interface CommandPaletteItem {
|
|
2
2
|
label: string;
|
|
3
3
|
value?: string | number;
|
|
4
4
|
description?: string;
|
|
5
5
|
shortcut?: string;
|
|
6
6
|
group?: string;
|
|
7
|
+
scope?: string;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
keywords?: Array<string>;
|
|
10
|
+
entityType?: string;
|
|
11
|
+
entityId?: string | number;
|
|
12
|
+
entityKeywords?: Array<string>;
|
|
9
13
|
command?: () => void;
|
|
10
14
|
}
|
|
15
|
+
export interface CommandPaletteScope {
|
|
16
|
+
id: string;
|
|
17
|
+
label: string;
|
|
18
|
+
aliases?: Array<string>;
|
|
19
|
+
}
|
|
11
20
|
interface Props {
|
|
12
21
|
modelValue?: boolean;
|
|
13
22
|
items?: Array<CommandPaletteItem>;
|
|
@@ -20,6 +29,13 @@ interface Props {
|
|
|
20
29
|
filter?: boolean;
|
|
21
30
|
enableShortcut?: boolean;
|
|
22
31
|
shortcutKey?: string;
|
|
32
|
+
scopes?: Array<CommandPaletteScope>;
|
|
33
|
+
scope?: string;
|
|
34
|
+
showScopeTabs?: boolean;
|
|
35
|
+
showRecent?: boolean;
|
|
36
|
+
recentLimit?: number;
|
|
37
|
+
recentStorageKey?: string;
|
|
38
|
+
entitySearch?: boolean;
|
|
23
39
|
}
|
|
24
40
|
declare const _default: import('vue').DefineComponent<Props, {
|
|
25
41
|
open: () => Promise<void>;
|
|
@@ -31,12 +47,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
31
47
|
select: (...args: any[]) => void;
|
|
32
48
|
"update:modelValue": (...args: any[]) => void;
|
|
33
49
|
open: (...args: any[]) => void;
|
|
50
|
+
entitySearch: (...args: any[]) => void;
|
|
51
|
+
"update:scope": (...args: any[]) => void;
|
|
52
|
+
"update:recent": (...args: any[]) => void;
|
|
53
|
+
scopeChange: (...args: any[]) => void;
|
|
34
54
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
35
55
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
36
56
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
37
57
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
38
58
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
39
59
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onEntitySearch?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
"onUpdate:scope"?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
"onUpdate:recent"?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
onScopeChange?: ((...args: any[]) => any) | undefined;
|
|
40
64
|
}>, {
|
|
41
65
|
filter: boolean;
|
|
42
66
|
modelValue: boolean;
|
|
@@ -49,6 +73,13 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
49
73
|
closeOnSelect: boolean;
|
|
50
74
|
enableShortcut: boolean;
|
|
51
75
|
shortcutKey: string;
|
|
76
|
+
scopes: Array<CommandPaletteScope>;
|
|
77
|
+
scope: string;
|
|
78
|
+
showScopeTabs: boolean;
|
|
79
|
+
showRecent: boolean;
|
|
80
|
+
recentLimit: number;
|
|
81
|
+
recentStorageKey: string;
|
|
82
|
+
entitySearch: boolean;
|
|
52
83
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
53
84
|
panel: HTMLDivElement;
|
|
54
85
|
inputRef: HTMLInputElement;
|
|
@@ -25,6 +25,7 @@ interface Props {
|
|
|
25
25
|
resolveLabel?: string;
|
|
26
26
|
reopenLabel?: string;
|
|
27
27
|
locale?: string;
|
|
28
|
+
timeZone?: string;
|
|
28
29
|
}
|
|
29
30
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
30
31
|
reply: (payload: {
|
|
@@ -61,6 +62,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
61
62
|
items: Array<CommentThreadItem>;
|
|
62
63
|
emptyText: string;
|
|
63
64
|
locale: string;
|
|
65
|
+
timeZone: string;
|
|
64
66
|
replyLabel: string;
|
|
65
67
|
cancelReplyLabel: string;
|
|
66
68
|
sendReplyLabel: string;
|
|
@@ -29,6 +29,17 @@ export interface DataTableBulkAction {
|
|
|
29
29
|
value: string;
|
|
30
30
|
disabled?: boolean;
|
|
31
31
|
}
|
|
32
|
+
export interface DataTableSavedFilter {
|
|
33
|
+
id: string | number;
|
|
34
|
+
label: string;
|
|
35
|
+
filters: DataTableFilters;
|
|
36
|
+
disabled?: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface DataTableExportAction {
|
|
39
|
+
label: string;
|
|
40
|
+
value: string;
|
|
41
|
+
disabled?: boolean;
|
|
42
|
+
}
|
|
32
43
|
interface Props {
|
|
33
44
|
rows?: Array<Record<string, unknown>>;
|
|
34
45
|
columns?: Array<DataTableColumn>;
|
|
@@ -52,6 +63,9 @@ interface Props {
|
|
|
52
63
|
selectionMode?: DataTableSelectionMode;
|
|
53
64
|
selection?: DataTableRowKey | Array<DataTableRowKey> | null;
|
|
54
65
|
bulkActions?: Array<DataTableBulkAction>;
|
|
66
|
+
pendingBulkActions?: Array<string>;
|
|
67
|
+
actionsLocked?: boolean;
|
|
68
|
+
pendingActionText?: string;
|
|
55
69
|
selectAllAriaLabel?: string;
|
|
56
70
|
selectRowAriaLabel?: string;
|
|
57
71
|
stickyHeader?: boolean;
|
|
@@ -70,6 +84,15 @@ interface Props {
|
|
|
70
84
|
visibleColumns?: Array<string>;
|
|
71
85
|
columnVisibilityManager?: boolean;
|
|
72
86
|
columnVisibilityLabel?: string;
|
|
87
|
+
savedFilters?: Array<DataTableSavedFilter>;
|
|
88
|
+
activeSavedFilterId?: string | number | null;
|
|
89
|
+
showSavedFilters?: boolean;
|
|
90
|
+
savedFiltersLabel?: string;
|
|
91
|
+
savedFiltersPlaceholder?: string;
|
|
92
|
+
exportActions?: Array<DataTableExportAction>;
|
|
93
|
+
pendingExportActions?: Array<string>;
|
|
94
|
+
showExportActions?: boolean;
|
|
95
|
+
exportLabel?: string;
|
|
73
96
|
}
|
|
74
97
|
declare function __VLS_template(): {
|
|
75
98
|
attrs: Partial<{}>;
|
|
@@ -109,11 +132,14 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
109
132
|
setPageSize: (value: number) => void;
|
|
110
133
|
setFilters: (value: DataTableFilters) => void;
|
|
111
134
|
clearFilters: () => void;
|
|
135
|
+
setSavedFilter: (value: string | number | null) => void;
|
|
136
|
+
getActiveSavedFilterId: () => string | number | null;
|
|
112
137
|
getQuery: () => DataTableQuery;
|
|
113
138
|
clearSelection: () => void;
|
|
114
139
|
getSelectedKeys: () => DataTableRowKey[];
|
|
115
140
|
getSelectedRows: () => Record<string, unknown>[];
|
|
116
141
|
applyBulkAction: (value: string) => void;
|
|
142
|
+
triggerExport: (value: string) => void;
|
|
117
143
|
setColumnOrder: (value: Array<string>) => void;
|
|
118
144
|
getColumnOrder: () => string[];
|
|
119
145
|
setVisibleColumns: (value: Array<string>) => void;
|
|
@@ -136,6 +162,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
136
162
|
request: (...args: any[]) => void;
|
|
137
163
|
"update:selection": (...args: any[]) => void;
|
|
138
164
|
selectionChange: (...args: any[]) => void;
|
|
165
|
+
exportAction: (...args: any[]) => void;
|
|
166
|
+
"update:activeSavedFilterId": (...args: any[]) => void;
|
|
167
|
+
savedFilterChange: (...args: any[]) => void;
|
|
139
168
|
"update:columnOrder": (...args: any[]) => void;
|
|
140
169
|
"update:expandedRows": (...args: any[]) => void;
|
|
141
170
|
rowExpand: (...args: any[]) => void;
|
|
@@ -158,6 +187,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
158
187
|
onRequest?: ((...args: any[]) => any) | undefined;
|
|
159
188
|
"onUpdate:selection"?: ((...args: any[]) => any) | undefined;
|
|
160
189
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
190
|
+
onExportAction?: ((...args: any[]) => any) | undefined;
|
|
191
|
+
"onUpdate:activeSavedFilterId"?: ((...args: any[]) => any) | undefined;
|
|
192
|
+
onSavedFilterChange?: ((...args: any[]) => any) | undefined;
|
|
161
193
|
"onUpdate:columnOrder"?: ((...args: any[]) => any) | undefined;
|
|
162
194
|
"onUpdate:expandedRows"?: ((...args: any[]) => any) | undefined;
|
|
163
195
|
onRowExpand?: ((...args: any[]) => any) | undefined;
|
|
@@ -179,8 +211,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
179
211
|
rowKey: string | ((row: Record<string, unknown>, index: number) => string | number);
|
|
180
212
|
bulkActions: Array<DataTableBulkAction>;
|
|
181
213
|
showHeader: boolean;
|
|
214
|
+
selectionMode: DataTableSelectionMode;
|
|
182
215
|
pageSize: number;
|
|
183
216
|
stickyHeader: boolean;
|
|
217
|
+
exportLabel: string;
|
|
184
218
|
selection: DataTableRowKey | Array<DataTableRowKey> | null;
|
|
185
219
|
sortable: boolean;
|
|
186
220
|
sortField: string | null;
|
|
@@ -189,7 +223,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
189
223
|
hover: boolean;
|
|
190
224
|
server: boolean;
|
|
191
225
|
filters: DataTableFilters;
|
|
192
|
-
|
|
226
|
+
pendingBulkActions: Array<string>;
|
|
227
|
+
actionsLocked: boolean;
|
|
228
|
+
pendingActionText: string;
|
|
193
229
|
columnResize: boolean;
|
|
194
230
|
minColumnWidth: number;
|
|
195
231
|
columnReorder: boolean;
|
|
@@ -205,6 +241,14 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
205
241
|
visibleColumns: Array<string>;
|
|
206
242
|
columnVisibilityManager: boolean;
|
|
207
243
|
columnVisibilityLabel: string;
|
|
244
|
+
savedFilters: Array<DataTableSavedFilter>;
|
|
245
|
+
activeSavedFilterId: string | number | null;
|
|
246
|
+
showSavedFilters: boolean;
|
|
247
|
+
savedFiltersLabel: string;
|
|
248
|
+
savedFiltersPlaceholder: string;
|
|
249
|
+
exportActions: Array<DataTableExportAction>;
|
|
250
|
+
pendingExportActions: Array<string>;
|
|
251
|
+
showExportActions: boolean;
|
|
208
252
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
209
253
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
210
254
|
export default _default;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { PieChartDrilldownPayload, PieChartLegendTogglePayload, PieChartSeries, PieChartSliceClickPayload } from './pie-chart.vue';
|
|
2
|
+
import { ChartAdapter, ChartAdapterInstance } from './chart-adapter';
|
|
3
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
4
|
+
interface Props {
|
|
5
|
+
labels?: Array<string | number>;
|
|
6
|
+
series?: Array<PieChartSeries>;
|
|
7
|
+
adapter?: ChartAdapter;
|
|
8
|
+
options?: Record<string, unknown>;
|
|
9
|
+
showLegend?: boolean;
|
|
10
|
+
legendInteractive?: boolean;
|
|
11
|
+
width?: number;
|
|
12
|
+
height?: number;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
loadingText?: string;
|
|
15
|
+
emptyText?: string;
|
|
16
|
+
ariaLabel?: string;
|
|
17
|
+
lazy?: boolean;
|
|
18
|
+
lazyRootMargin?: string;
|
|
19
|
+
lazyThreshold?: number;
|
|
20
|
+
pt?: PassThroughOptions;
|
|
21
|
+
unstyled?: boolean;
|
|
22
|
+
}
|
|
23
|
+
declare function __VLS_template(): {
|
|
24
|
+
attrs: Partial<{}>;
|
|
25
|
+
slots: Readonly<{
|
|
26
|
+
loading?: () => unknown;
|
|
27
|
+
empty?: () => unknown;
|
|
28
|
+
legendLabel?: (props: {
|
|
29
|
+
label: string;
|
|
30
|
+
value: number | null;
|
|
31
|
+
index: number;
|
|
32
|
+
}) => unknown;
|
|
33
|
+
}> & {
|
|
34
|
+
loading?: () => unknown;
|
|
35
|
+
empty?: () => unknown;
|
|
36
|
+
legendLabel?: (props: {
|
|
37
|
+
label: string;
|
|
38
|
+
value: number | null;
|
|
39
|
+
index: number;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
};
|
|
42
|
+
refs: {};
|
|
43
|
+
rootEl: HTMLDivElement;
|
|
44
|
+
};
|
|
45
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
46
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
47
|
+
error: (error: Error) => any;
|
|
48
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
49
|
+
legendToggle: (payload: PieChartLegendTogglePayload) => any;
|
|
50
|
+
sliceClick: (payload: PieChartSliceClickPayload) => any;
|
|
51
|
+
drilldown: (payload: PieChartDrilldownPayload) => any;
|
|
52
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
53
|
+
onError?: ((error: Error) => any) | undefined;
|
|
54
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
55
|
+
onLegendToggle?: ((payload: PieChartLegendTogglePayload) => any) | undefined;
|
|
56
|
+
onSliceClick?: ((payload: PieChartSliceClickPayload) => any) | undefined;
|
|
57
|
+
onDrilldown?: ((payload: PieChartDrilldownPayload) => any) | undefined;
|
|
58
|
+
}>, {
|
|
59
|
+
lazy: boolean;
|
|
60
|
+
ariaLabel: string;
|
|
61
|
+
loading: boolean;
|
|
62
|
+
width: number;
|
|
63
|
+
height: number;
|
|
64
|
+
pt: PassThroughOptions;
|
|
65
|
+
unstyled: boolean;
|
|
66
|
+
loadingText: string;
|
|
67
|
+
emptyText: string;
|
|
68
|
+
adapter: ChartAdapter;
|
|
69
|
+
lazyRootMargin: string;
|
|
70
|
+
lazyThreshold: number;
|
|
71
|
+
options: Record<string, unknown>;
|
|
72
|
+
labels: Array<string | number>;
|
|
73
|
+
series: Array<PieChartSeries>;
|
|
74
|
+
showLegend: boolean;
|
|
75
|
+
legendInteractive: boolean;
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
77
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
78
|
+
export default _default;
|
|
79
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
80
|
+
new (): {
|
|
81
|
+
$slots: S;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
as?: string;
|
|
3
|
+
bordered?: boolean;
|
|
4
|
+
dense?: boolean;
|
|
5
|
+
wrap?: boolean;
|
|
6
|
+
stackOnMobile?: boolean;
|
|
7
|
+
mobileBreakpoint?: number;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
groupAriaLabel?: string;
|
|
10
|
+
leftAriaLabel?: string;
|
|
11
|
+
centerAriaLabel?: string;
|
|
12
|
+
rightAriaLabel?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
left?(_: {}): any;
|
|
18
|
+
center?(_: {}): any;
|
|
19
|
+
right?(_: {}): any;
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {};
|
|
23
|
+
rootEl: any;
|
|
24
|
+
};
|
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
27
|
+
as: string;
|
|
28
|
+
wrap: boolean;
|
|
29
|
+
dense: boolean;
|
|
30
|
+
ariaLabel: string;
|
|
31
|
+
groupAriaLabel: string;
|
|
32
|
+
centerAriaLabel: string;
|
|
33
|
+
bordered: boolean;
|
|
34
|
+
mobileBreakpoint: number;
|
|
35
|
+
stackOnMobile: boolean;
|
|
36
|
+
leftAriaLabel: string;
|
|
37
|
+
rightAriaLabel: string;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|