@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,321 @@
|
|
|
1
|
+
import { ChartAdapter, ChartAdapterInstance } from './chart-adapter';
|
|
2
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
3
|
+
export interface ScatterChartPoint {
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
cluster?: string;
|
|
7
|
+
[key: string]: unknown;
|
|
8
|
+
}
|
|
9
|
+
export interface ScatterChartSeries {
|
|
10
|
+
label: string;
|
|
11
|
+
data: Array<ScatterChartPoint>;
|
|
12
|
+
pointRadius?: number;
|
|
13
|
+
pointBackgroundColor?: string;
|
|
14
|
+
pointBorderColor?: string;
|
|
15
|
+
pointBorderWidth?: number;
|
|
16
|
+
showLine?: boolean;
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
}
|
|
19
|
+
export interface ScatterChartClusterOptions {
|
|
20
|
+
enabled?: boolean;
|
|
21
|
+
palette?: Array<string>;
|
|
22
|
+
}
|
|
23
|
+
interface Props {
|
|
24
|
+
series?: Array<ScatterChartSeries>;
|
|
25
|
+
adapter?: ChartAdapter;
|
|
26
|
+
options?: Record<string, unknown>;
|
|
27
|
+
regressionLine?: boolean;
|
|
28
|
+
regressionLineColor?: string;
|
|
29
|
+
clusterOptions?: ScatterChartClusterOptions;
|
|
30
|
+
width?: number;
|
|
31
|
+
height?: number;
|
|
32
|
+
loading?: boolean;
|
|
33
|
+
loadingText?: string;
|
|
34
|
+
emptyText?: string;
|
|
35
|
+
ariaLabel?: string;
|
|
36
|
+
lazy?: boolean;
|
|
37
|
+
lazyRootMargin?: string;
|
|
38
|
+
lazyThreshold?: number;
|
|
39
|
+
pt?: PassThroughOptions;
|
|
40
|
+
unstyled?: boolean;
|
|
41
|
+
}
|
|
42
|
+
declare function __VLS_template(): {
|
|
43
|
+
attrs: Partial<{}>;
|
|
44
|
+
slots: Readonly<{
|
|
45
|
+
loading?: () => unknown;
|
|
46
|
+
empty?: () => unknown;
|
|
47
|
+
}> & {
|
|
48
|
+
loading?: () => unknown;
|
|
49
|
+
empty?: () => unknown;
|
|
50
|
+
};
|
|
51
|
+
refs: {
|
|
52
|
+
chartRef: ({
|
|
53
|
+
$: import('vue').ComponentInternalInstance;
|
|
54
|
+
$data: {};
|
|
55
|
+
$props: {
|
|
56
|
+
readonly type?: import('./chart-adapter').ChartType | undefined;
|
|
57
|
+
readonly data?: import('./chart-adapter').ChartData | undefined;
|
|
58
|
+
readonly options?: Record<string, unknown> | undefined;
|
|
59
|
+
readonly adapter?: ChartAdapter | undefined;
|
|
60
|
+
readonly width?: number | undefined;
|
|
61
|
+
readonly height?: number | undefined;
|
|
62
|
+
readonly loading?: boolean | undefined;
|
|
63
|
+
readonly loadingText?: string | undefined;
|
|
64
|
+
readonly emptyText?: string | undefined;
|
|
65
|
+
readonly ariaLabel?: string | undefined;
|
|
66
|
+
readonly lazy?: boolean | undefined;
|
|
67
|
+
readonly lazyRootMargin?: string | undefined;
|
|
68
|
+
readonly lazyThreshold?: number | undefined;
|
|
69
|
+
readonly pt?: PassThroughOptions | undefined;
|
|
70
|
+
readonly unstyled?: boolean | undefined;
|
|
71
|
+
readonly onError?: ((error: Error) => any) | undefined;
|
|
72
|
+
readonly onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
73
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
74
|
+
$attrs: {
|
|
75
|
+
[x: string]: unknown;
|
|
76
|
+
};
|
|
77
|
+
$refs: {
|
|
78
|
+
[x: string]: unknown;
|
|
79
|
+
} & {
|
|
80
|
+
rootRef: HTMLDivElement;
|
|
81
|
+
canvasRef: HTMLCanvasElement;
|
|
82
|
+
};
|
|
83
|
+
$slots: Readonly<{
|
|
84
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
87
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
88
|
+
$host: Element | null;
|
|
89
|
+
$emit: ((event: "error", error: Error) => void) & ((event: "ready", instance: ChartAdapterInstance) => void);
|
|
90
|
+
$el: HTMLDivElement;
|
|
91
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
92
|
+
onError?: ((error: Error) => any) | undefined;
|
|
93
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
94
|
+
}>, {
|
|
95
|
+
resize: () => void;
|
|
96
|
+
refresh: () => void;
|
|
97
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
98
|
+
error: (error: Error) => any;
|
|
99
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
100
|
+
}, string, {
|
|
101
|
+
type: import('./chart-adapter').ChartType;
|
|
102
|
+
lazy: boolean;
|
|
103
|
+
data: import('./chart-adapter').ChartData;
|
|
104
|
+
ariaLabel: string;
|
|
105
|
+
loading: boolean;
|
|
106
|
+
width: number;
|
|
107
|
+
height: number;
|
|
108
|
+
pt: PassThroughOptions;
|
|
109
|
+
unstyled: boolean;
|
|
110
|
+
loadingText: string;
|
|
111
|
+
emptyText: string;
|
|
112
|
+
adapter: ChartAdapter;
|
|
113
|
+
lazyRootMargin: string;
|
|
114
|
+
lazyThreshold: number;
|
|
115
|
+
options: Record<string, unknown>;
|
|
116
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
117
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
118
|
+
created?: (() => void) | (() => void)[];
|
|
119
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
120
|
+
mounted?: (() => void) | (() => void)[];
|
|
121
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
122
|
+
updated?: (() => void) | (() => void)[];
|
|
123
|
+
activated?: (() => void) | (() => void)[];
|
|
124
|
+
deactivated?: (() => void) | (() => void)[];
|
|
125
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
126
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
127
|
+
destroyed?: (() => void) | (() => void)[];
|
|
128
|
+
unmounted?: (() => void) | (() => void)[];
|
|
129
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
130
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
131
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
132
|
+
};
|
|
133
|
+
$forceUpdate: () => void;
|
|
134
|
+
$nextTick: typeof import('vue').nextTick;
|
|
135
|
+
$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;
|
|
136
|
+
} & Readonly<{
|
|
137
|
+
type: import('./chart-adapter').ChartType;
|
|
138
|
+
lazy: boolean;
|
|
139
|
+
data: import('./chart-adapter').ChartData;
|
|
140
|
+
ariaLabel: string;
|
|
141
|
+
loading: boolean;
|
|
142
|
+
width: number;
|
|
143
|
+
height: number;
|
|
144
|
+
pt: PassThroughOptions;
|
|
145
|
+
unstyled: boolean;
|
|
146
|
+
loadingText: string;
|
|
147
|
+
emptyText: string;
|
|
148
|
+
adapter: ChartAdapter;
|
|
149
|
+
lazyRootMargin: string;
|
|
150
|
+
lazyThreshold: number;
|
|
151
|
+
options: Record<string, unknown>;
|
|
152
|
+
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
153
|
+
onError?: ((error: Error) => any) | undefined;
|
|
154
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
155
|
+
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "width" | "height" | "pt" | "unstyled" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options")> & import('vue').ShallowUnwrapRef<{
|
|
156
|
+
resize: () => void;
|
|
157
|
+
refresh: () => void;
|
|
158
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
159
|
+
$slots: Readonly<{
|
|
160
|
+
loading?: () => unknown;
|
|
161
|
+
empty?: () => unknown;
|
|
162
|
+
}> & {
|
|
163
|
+
loading?: () => unknown;
|
|
164
|
+
empty?: () => unknown;
|
|
165
|
+
};
|
|
166
|
+
}) | null;
|
|
167
|
+
};
|
|
168
|
+
rootEl: HTMLDivElement;
|
|
169
|
+
};
|
|
170
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
171
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
172
|
+
resize: () => void;
|
|
173
|
+
refresh: () => void;
|
|
174
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
175
|
+
error: (error: Error) => any;
|
|
176
|
+
ready: (instance: ChartAdapterInstance) => any;
|
|
177
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
178
|
+
onError?: ((error: Error) => any) | undefined;
|
|
179
|
+
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
180
|
+
}>, {
|
|
181
|
+
lazy: boolean;
|
|
182
|
+
ariaLabel: string;
|
|
183
|
+
loading: boolean;
|
|
184
|
+
width: number;
|
|
185
|
+
height: number;
|
|
186
|
+
pt: PassThroughOptions;
|
|
187
|
+
unstyled: boolean;
|
|
188
|
+
loadingText: string;
|
|
189
|
+
emptyText: string;
|
|
190
|
+
adapter: ChartAdapter;
|
|
191
|
+
lazyRootMargin: string;
|
|
192
|
+
lazyThreshold: number;
|
|
193
|
+
options: Record<string, unknown>;
|
|
194
|
+
series: Array<ScatterChartSeries>;
|
|
195
|
+
regressionLine: boolean;
|
|
196
|
+
regressionLineColor: string;
|
|
197
|
+
clusterOptions: ScatterChartClusterOptions;
|
|
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
|
+
};
|
|
@@ -23,6 +23,7 @@ interface Props {
|
|
|
23
23
|
endHour?: number;
|
|
24
24
|
slotMinutes?: number;
|
|
25
25
|
locale?: string;
|
|
26
|
+
timeZone?: string;
|
|
26
27
|
disabled?: boolean;
|
|
27
28
|
readonly?: boolean;
|
|
28
29
|
ariaLabel?: string;
|
|
@@ -55,5 +56,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
55
56
|
endHour: number;
|
|
56
57
|
slotMinutes: number;
|
|
57
58
|
locale: string;
|
|
59
|
+
timeZone: string;
|
|
58
60
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
59
61
|
export default _default;
|
|
@@ -26,9 +26,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
26
26
|
role: string;
|
|
27
27
|
ariaLabel: string;
|
|
28
28
|
height: string;
|
|
29
|
+
maxHeight: string;
|
|
29
30
|
tabIndex: number;
|
|
30
31
|
minHeight: string;
|
|
31
|
-
maxHeight: string;
|
|
32
32
|
alwaysShow: boolean;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
34
34
|
viewport: HTMLDivElement;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type Breakpoint = 'sm' | 'md' | 'lg' | 'xl';
|
|
2
|
+
interface Props {
|
|
3
|
+
as?: string;
|
|
4
|
+
from?: Breakpoint;
|
|
5
|
+
to?: Breakpoint;
|
|
6
|
+
when?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
|
+
to: Breakpoint;
|
|
19
|
+
as: string;
|
|
20
|
+
from: Breakpoint;
|
|
21
|
+
when: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|