@codemonster-ru/vueforge 0.96.0 → 0.98.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/LICENSE +21 -21
- package/README.md +0 -3
- package/dist/docs/App.vue.d.ts +2 -0
- package/dist/docs/DocsAppView.vue.d.ts +4 -0
- package/dist/docs/DocsLivePreview.vue.d.ts +7 -0
- package/dist/docs/__tests__/docs-app-view.test.d.ts +1 -0
- package/dist/docs/docs-markdown.d.ts +10 -0
- package/dist/docs/docs-structure.d.ts +28 -0
- package/dist/docs/main.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +41 -1
- package/dist/index.ts.mjs +22575 -19910
- package/dist/index.ts.umd.js +21 -17
- package/dist/package/components/__tests__/avatar-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/banner.test.d.ts +1 -0
- package/dist/package/components/__tests__/bottom-navigation.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-adapter.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-export.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-performance.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-schema.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-security.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-theme-options.test.d.ts +1 -0
- package/dist/package/components/__tests__/code-block.test.d.ts +1 -0
- package/dist/package/components/__tests__/defaults-provider.test.d.ts +1 -0
- package/dist/package/components/__tests__/float-label.test.d.ts +1 -0
- package/dist/package/components/__tests__/hotkey.test.d.ts +1 -0
- package/dist/package/components/__tests__/hover.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon-field-input-icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/ifta-label.test.d.ts +1 -0
- package/dist/package/components/__tests__/kbd.test.d.ts +1 -0
- package/dist/package/components/__tests__/lazy.test.d.ts +1 -0
- package/dist/package/components/__tests__/locale-provider.test.d.ts +1 -0
- package/dist/package/components/__tests__/main-layout-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/no-ssr.test.d.ts +1 -0
- package/dist/package/components/__tests__/parallax.test.d.ts +1 -0
- package/dist/package/components/__tests__/selection-control.test.d.ts +1 -0
- package/dist/package/components/__tests__/sheet.test.d.ts +1 -0
- package/dist/package/components/__tests__/slide-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/snackbar-queue.test.d.ts +1 -0
- package/dist/package/components/__tests__/system-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/theme-mode-switch.test.d.ts +1 -0
- package/dist/package/components/__tests__/theme-provider.test.d.ts +1 -0
- package/dist/package/components/__tests__/toggle-button.test.d.ts +1 -0
- package/dist/package/components/__tests__/validation.test.d.ts +1 -0
- package/dist/package/components/__tests__/window.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +1 -1
- package/dist/package/components/app-bar.vue.d.ts +1 -1
- package/dist/package/components/area-chart.vue.d.ts +100 -12
- package/dist/package/components/avatar-group.vue.d.ts +54 -0
- package/dist/package/components/banner.vue.d.ts +59 -0
- package/dist/package/components/bar-chart.vue.d.ts +101 -13
- package/dist/package/components/bottom-navigation.vue.d.ts +143 -0
- package/dist/package/components/bubble-chart.vue.d.ts +100 -12
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/candlestick-chart.vue.d.ts +100 -12
- package/dist/package/components/carousel.vue.d.ts +2 -2
- package/dist/package/components/chart-adapter.d.ts +5 -0
- package/dist/package/components/chart-export.d.ts +2 -0
- package/dist/package/components/chart-performance.d.ts +10 -0
- package/dist/package/components/chart-schema.d.ts +48 -0
- package/dist/package/components/chart-security.d.ts +2 -0
- package/dist/package/components/chart-theme-options.d.ts +25 -0
- package/dist/package/components/chart.vue.d.ts +30 -2
- package/dist/package/components/code-block.vue.d.ts +58 -0
- package/dist/package/components/data-table.vue.d.ts +1 -1
- package/dist/package/components/defaults-provider.vue.d.ts +25 -0
- package/dist/package/components/diff-viewer.vue.d.ts +1 -1
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/donut-chart.vue.d.ts +2 -2
- package/dist/package/components/filter-chips.vue.d.ts +1 -1
- package/dist/package/components/float-label.vue.d.ts +42 -0
- package/dist/package/components/footer.vue.d.ts +2 -2
- package/dist/package/components/form.vue.d.ts +4 -3
- package/dist/package/components/funnel-chart.vue.d.ts +100 -12
- package/dist/package/components/gauge-chart.vue.d.ts +100 -12
- package/dist/package/components/heatmap.vue.d.ts +100 -12
- package/dist/package/components/hide.vue.d.ts +1 -1
- package/dist/package/components/histogram.vue.d.ts +100 -12
- package/dist/package/components/hotkey.vue.d.ts +58 -0
- package/dist/package/components/hover.vue.d.ts +42 -0
- package/dist/package/components/icon-field.vue.d.ts +34 -0
- package/dist/package/components/icon.vue.d.ts +1 -1
- package/dist/package/components/ifta-label.vue.d.ts +34 -0
- package/dist/package/components/image.vue.d.ts +2 -2
- package/dist/package/components/input-icon.vue.d.ts +31 -0
- package/dist/package/components/kbd.vue.d.ts +35 -0
- package/dist/package/components/lazy.vue.d.ts +51 -0
- package/dist/package/components/line-chart.vue.d.ts +100 -12
- package/dist/package/components/locale-provider.vue.d.ts +25 -0
- package/dist/package/components/main-layout-region.vue.d.ts +36 -0
- package/dist/package/components/navigation-rail.vue.d.ts +1 -1
- package/dist/package/components/no-ssr.vue.d.ts +22 -0
- package/dist/package/components/overlay-badge.vue.d.ts +1 -1
- package/dist/package/components/overlay-panel.vue.d.ts +2 -2
- package/dist/package/components/parallax.vue.d.ts +51 -0
- package/dist/package/components/pie-chart.vue.d.ts +100 -12
- package/dist/package/components/radar-chart.vue.d.ts +100 -12
- package/dist/package/components/resizable-sidebar.vue.d.ts +1 -1
- package/dist/package/components/scatter-chart.vue.d.ts +100 -12
- package/dist/package/components/scroll-top.vue.d.ts +1 -1
- package/dist/package/components/section.vue.d.ts +1 -1
- package/dist/package/components/selection-control-context.d.ts +16 -0
- package/dist/package/components/selection-control-group.vue.d.ts +44 -0
- package/dist/package/components/selection-control.vue.d.ts +53 -0
- package/dist/package/components/sheet.vue.d.ts +37 -0
- package/dist/package/components/show.vue.d.ts +1 -1
- package/dist/package/components/slide-group.vue.d.ts +61 -0
- package/dist/package/components/snackbar-queue.vue.d.ts +46 -0
- package/dist/package/components/sparkline.vue.d.ts +100 -12
- package/dist/package/components/speed-dial.vue.d.ts +2 -2
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/sticky-region.vue.d.ts +1 -1
- package/dist/package/components/system-bar.vue.d.ts +43 -0
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/terminal.vue.d.ts +1 -1
- package/dist/package/components/theme-mode-switch.vue.d.ts +27 -0
- package/dist/package/components/theme-provider.vue.d.ts +29 -0
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toggle-button.vue.d.ts +54 -0
- package/dist/package/components/toolbar.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +4 -4
- package/dist/package/components/tree-table.vue.d.ts +1 -1
- package/dist/package/components/treemap-chart.vue.d.ts +100 -12
- package/dist/package/components/use-hotkey.d.ts +21 -0
- package/dist/package/components/validation.d.ts +40 -0
- package/dist/package/components/window.vue.d.ts +99 -0
- package/dist/package/components/wizard.vue.d.ts +2 -2
- package/dist/package/config/__tests__/pass-through.test.d.ts +1 -0
- package/dist/package/config/defaults-provider.d.ts +5 -0
- package/dist/package/config/index.d.ts +4 -2
- package/dist/package/config/locale-text.d.ts +77 -0
- package/dist/package/config/theme-core.d.ts +418 -0
- package/dist/package/themes/default/components/avatar-group.d.ts +10 -0
- package/dist/package/themes/default/components/banner.d.ts +42 -0
- package/dist/package/themes/default/components/bottom-navigation.d.ts +23 -0
- package/dist/package/themes/default/components/chart.d.ts +34 -0
- package/dist/package/themes/default/components/code-block.d.ts +36 -0
- package/dist/package/themes/default/components/float-label.d.ts +21 -0
- package/dist/package/themes/default/components/hover.d.ts +4 -0
- package/dist/package/themes/default/components/icon-field.d.ts +9 -0
- package/dist/package/themes/default/components/ifta-label.d.ts +18 -0
- package/dist/package/themes/default/components/input-icon.d.ts +5 -0
- package/dist/package/themes/default/components/kbd.d.ts +27 -0
- package/dist/package/themes/default/components/lazy.d.ts +7 -0
- package/dist/package/themes/default/components/main-layout-region.d.ts +8 -0
- package/dist/package/themes/default/components/parallax.d.ts +7 -0
- package/dist/package/themes/default/components/selection-control-group.d.ts +5 -0
- package/dist/package/themes/default/components/selection-control.d.ts +29 -0
- package/dist/package/themes/default/components/sheet.d.ts +17 -0
- package/dist/package/themes/default/components/slide-group.d.ts +21 -0
- package/dist/package/themes/default/components/snackbar-queue.d.ts +10 -0
- package/dist/package/themes/default/components/system-bar.d.ts +13 -0
- package/dist/package/themes/default/components/theme-mode-switch.d.ts +28 -0
- package/dist/package/themes/default/components/toggle-button.d.ts +24 -0
- package/dist/package/themes/default/components/window.d.ts +20 -0
- package/dist/package/themes/default/index.d.ts +396 -0
- package/package.json +5 -8
|
@@ -52,6 +52,18 @@ declare function __VLS_template(): {
|
|
|
52
52
|
readonly loadingText?: string | undefined;
|
|
53
53
|
readonly emptyText?: string | undefined;
|
|
54
54
|
readonly ariaLabel?: string | undefined;
|
|
55
|
+
readonly a11ySummary?: string | undefined;
|
|
56
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
57
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
58
|
+
readonly tableCaption?: string | undefined;
|
|
59
|
+
readonly tableLabelHeader?: string | undefined;
|
|
60
|
+
readonly showTableText?: string | undefined;
|
|
61
|
+
readonly hideTableText?: string | undefined;
|
|
62
|
+
readonly printMode?: boolean | undefined;
|
|
63
|
+
readonly highDensity?: boolean | undefined;
|
|
64
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
65
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
66
|
+
readonly highDensitySamples?: number | undefined;
|
|
55
67
|
readonly lazy?: boolean | undefined;
|
|
56
68
|
readonly lazyRootMargin?: string | undefined;
|
|
57
69
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -83,6 +95,10 @@ declare function __VLS_template(): {
|
|
|
83
95
|
}>, {
|
|
84
96
|
resize: () => void;
|
|
85
97
|
refresh: () => void;
|
|
98
|
+
exportAsPng: () => string;
|
|
99
|
+
exportAsSvg: () => string;
|
|
100
|
+
exportAsCsv: () => string;
|
|
101
|
+
setPrintMode: (enabled: boolean) => void;
|
|
86
102
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
87
103
|
error: (error: Error) => any;
|
|
88
104
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -92,16 +108,28 @@ declare function __VLS_template(): {
|
|
|
92
108
|
data: import('./chart-adapter').ChartData;
|
|
93
109
|
ariaLabel: string;
|
|
94
110
|
loading: boolean;
|
|
95
|
-
width: number;
|
|
96
|
-
height: number;
|
|
97
111
|
pt: PassThroughOptions;
|
|
98
112
|
unstyled: boolean;
|
|
113
|
+
width: number;
|
|
114
|
+
height: number;
|
|
99
115
|
loadingText: string;
|
|
100
116
|
emptyText: string;
|
|
101
117
|
adapter: ChartAdapter;
|
|
102
118
|
lazyRootMargin: string;
|
|
103
119
|
lazyThreshold: number;
|
|
104
120
|
options: Record<string, unknown>;
|
|
121
|
+
a11ySummary: string;
|
|
122
|
+
a11yKeyboardHint: string;
|
|
123
|
+
a11yTableFallback: boolean;
|
|
124
|
+
tableCaption: string;
|
|
125
|
+
tableLabelHeader: string;
|
|
126
|
+
showTableText: string;
|
|
127
|
+
hideTableText: string;
|
|
128
|
+
printMode: boolean;
|
|
129
|
+
highDensity: boolean;
|
|
130
|
+
highDensityPointThreshold: number;
|
|
131
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
132
|
+
highDensitySamples: number;
|
|
105
133
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
106
134
|
beforeCreate?: (() => void) | (() => void)[];
|
|
107
135
|
created?: (() => void) | (() => void)[];
|
|
@@ -128,22 +156,38 @@ declare function __VLS_template(): {
|
|
|
128
156
|
data: import('./chart-adapter').ChartData;
|
|
129
157
|
ariaLabel: string;
|
|
130
158
|
loading: boolean;
|
|
131
|
-
width: number;
|
|
132
|
-
height: number;
|
|
133
159
|
pt: PassThroughOptions;
|
|
134
160
|
unstyled: boolean;
|
|
161
|
+
width: number;
|
|
162
|
+
height: number;
|
|
135
163
|
loadingText: string;
|
|
136
164
|
emptyText: string;
|
|
137
165
|
adapter: ChartAdapter;
|
|
138
166
|
lazyRootMargin: string;
|
|
139
167
|
lazyThreshold: number;
|
|
140
168
|
options: Record<string, unknown>;
|
|
169
|
+
a11ySummary: string;
|
|
170
|
+
a11yKeyboardHint: string;
|
|
171
|
+
a11yTableFallback: boolean;
|
|
172
|
+
tableCaption: string;
|
|
173
|
+
tableLabelHeader: string;
|
|
174
|
+
showTableText: string;
|
|
175
|
+
hideTableText: string;
|
|
176
|
+
printMode: boolean;
|
|
177
|
+
highDensity: boolean;
|
|
178
|
+
highDensityPointThreshold: number;
|
|
179
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
180
|
+
highDensitySamples: number;
|
|
141
181
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
142
182
|
onError?: ((error: Error) => any) | undefined;
|
|
143
183
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
144
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
184
|
+
}>, "resize" | "refresh" | "exportAsPng" | "exportAsSvg" | "exportAsCsv" | "setPrintMode" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "pt" | "unstyled" | "width" | "height" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options" | "a11ySummary" | "a11yKeyboardHint" | "a11yTableFallback" | "tableCaption" | "tableLabelHeader" | "showTableText" | "hideTableText" | "printMode" | "highDensity" | "highDensityPointThreshold" | "highDensityDecimationAlgorithm" | "highDensitySamples")> & import('vue').ShallowUnwrapRef<{
|
|
145
185
|
resize: () => void;
|
|
146
186
|
refresh: () => void;
|
|
187
|
+
exportAsPng: () => string;
|
|
188
|
+
exportAsSvg: () => string;
|
|
189
|
+
exportAsCsv: () => string;
|
|
190
|
+
setPrintMode: (enabled: boolean) => void;
|
|
147
191
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
148
192
|
$slots: Readonly<{
|
|
149
193
|
loading?: () => unknown;
|
|
@@ -171,10 +215,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
171
215
|
lazy: boolean;
|
|
172
216
|
ariaLabel: string;
|
|
173
217
|
loading: boolean;
|
|
174
|
-
width: number;
|
|
175
|
-
height: number;
|
|
176
218
|
pt: PassThroughOptions;
|
|
177
219
|
unstyled: boolean;
|
|
220
|
+
width: number;
|
|
221
|
+
height: number;
|
|
178
222
|
loadingText: string;
|
|
179
223
|
emptyText: string;
|
|
180
224
|
adapter: ChartAdapter;
|
|
@@ -200,6 +244,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
200
244
|
readonly loadingText?: string | undefined;
|
|
201
245
|
readonly emptyText?: string | undefined;
|
|
202
246
|
readonly ariaLabel?: string | undefined;
|
|
247
|
+
readonly a11ySummary?: string | undefined;
|
|
248
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
249
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
250
|
+
readonly tableCaption?: string | undefined;
|
|
251
|
+
readonly tableLabelHeader?: string | undefined;
|
|
252
|
+
readonly showTableText?: string | undefined;
|
|
253
|
+
readonly hideTableText?: string | undefined;
|
|
254
|
+
readonly printMode?: boolean | undefined;
|
|
255
|
+
readonly highDensity?: boolean | undefined;
|
|
256
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
257
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
258
|
+
readonly highDensitySamples?: number | undefined;
|
|
203
259
|
readonly lazy?: boolean | undefined;
|
|
204
260
|
readonly lazyRootMargin?: string | undefined;
|
|
205
261
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -231,6 +287,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
231
287
|
}>, {
|
|
232
288
|
resize: () => void;
|
|
233
289
|
refresh: () => void;
|
|
290
|
+
exportAsPng: () => string;
|
|
291
|
+
exportAsSvg: () => string;
|
|
292
|
+
exportAsCsv: () => string;
|
|
293
|
+
setPrintMode: (enabled: boolean) => void;
|
|
234
294
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
235
295
|
error: (error: Error) => any;
|
|
236
296
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -240,16 +300,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
240
300
|
data: import('./chart-adapter').ChartData;
|
|
241
301
|
ariaLabel: string;
|
|
242
302
|
loading: boolean;
|
|
243
|
-
width: number;
|
|
244
|
-
height: number;
|
|
245
303
|
pt: PassThroughOptions;
|
|
246
304
|
unstyled: boolean;
|
|
305
|
+
width: number;
|
|
306
|
+
height: number;
|
|
247
307
|
loadingText: string;
|
|
248
308
|
emptyText: string;
|
|
249
309
|
adapter: ChartAdapter;
|
|
250
310
|
lazyRootMargin: string;
|
|
251
311
|
lazyThreshold: number;
|
|
252
312
|
options: Record<string, unknown>;
|
|
313
|
+
a11ySummary: string;
|
|
314
|
+
a11yKeyboardHint: string;
|
|
315
|
+
a11yTableFallback: boolean;
|
|
316
|
+
tableCaption: string;
|
|
317
|
+
tableLabelHeader: string;
|
|
318
|
+
showTableText: string;
|
|
319
|
+
hideTableText: string;
|
|
320
|
+
printMode: boolean;
|
|
321
|
+
highDensity: boolean;
|
|
322
|
+
highDensityPointThreshold: number;
|
|
323
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
324
|
+
highDensitySamples: number;
|
|
253
325
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
254
326
|
beforeCreate?: (() => void) | (() => void)[];
|
|
255
327
|
created?: (() => void) | (() => void)[];
|
|
@@ -276,22 +348,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
276
348
|
data: import('./chart-adapter').ChartData;
|
|
277
349
|
ariaLabel: string;
|
|
278
350
|
loading: boolean;
|
|
279
|
-
width: number;
|
|
280
|
-
height: number;
|
|
281
351
|
pt: PassThroughOptions;
|
|
282
352
|
unstyled: boolean;
|
|
353
|
+
width: number;
|
|
354
|
+
height: number;
|
|
283
355
|
loadingText: string;
|
|
284
356
|
emptyText: string;
|
|
285
357
|
adapter: ChartAdapter;
|
|
286
358
|
lazyRootMargin: string;
|
|
287
359
|
lazyThreshold: number;
|
|
288
360
|
options: Record<string, unknown>;
|
|
361
|
+
a11ySummary: string;
|
|
362
|
+
a11yKeyboardHint: string;
|
|
363
|
+
a11yTableFallback: boolean;
|
|
364
|
+
tableCaption: string;
|
|
365
|
+
tableLabelHeader: string;
|
|
366
|
+
showTableText: string;
|
|
367
|
+
hideTableText: string;
|
|
368
|
+
printMode: boolean;
|
|
369
|
+
highDensity: boolean;
|
|
370
|
+
highDensityPointThreshold: number;
|
|
371
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
372
|
+
highDensitySamples: number;
|
|
289
373
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
290
374
|
onError?: ((error: Error) => any) | undefined;
|
|
291
375
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
292
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
376
|
+
}>, "resize" | "refresh" | "exportAsPng" | "exportAsSvg" | "exportAsCsv" | "setPrintMode" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "pt" | "unstyled" | "width" | "height" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options" | "a11ySummary" | "a11yKeyboardHint" | "a11yTableFallback" | "tableCaption" | "tableLabelHeader" | "showTableText" | "hideTableText" | "printMode" | "highDensity" | "highDensityPointThreshold" | "highDensityDecimationAlgorithm" | "highDensitySamples")> & import('vue').ShallowUnwrapRef<{
|
|
293
377
|
resize: () => void;
|
|
294
378
|
refresh: () => void;
|
|
379
|
+
exportAsPng: () => string;
|
|
380
|
+
exportAsSvg: () => string;
|
|
381
|
+
exportAsCsv: () => string;
|
|
382
|
+
setPrintMode: (enabled: boolean) => void;
|
|
295
383
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
296
384
|
$slots: Readonly<{
|
|
297
385
|
loading?: () => unknown;
|
|
@@ -55,6 +55,18 @@ declare function __VLS_template(): {
|
|
|
55
55
|
readonly loadingText?: string | undefined;
|
|
56
56
|
readonly emptyText?: string | undefined;
|
|
57
57
|
readonly ariaLabel?: string | undefined;
|
|
58
|
+
readonly a11ySummary?: string | undefined;
|
|
59
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
60
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
61
|
+
readonly tableCaption?: string | undefined;
|
|
62
|
+
readonly tableLabelHeader?: string | undefined;
|
|
63
|
+
readonly showTableText?: string | undefined;
|
|
64
|
+
readonly hideTableText?: string | undefined;
|
|
65
|
+
readonly printMode?: boolean | undefined;
|
|
66
|
+
readonly highDensity?: boolean | undefined;
|
|
67
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
68
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
69
|
+
readonly highDensitySamples?: number | undefined;
|
|
58
70
|
readonly lazy?: boolean | undefined;
|
|
59
71
|
readonly lazyRootMargin?: string | undefined;
|
|
60
72
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -86,6 +98,10 @@ declare function __VLS_template(): {
|
|
|
86
98
|
}>, {
|
|
87
99
|
resize: () => void;
|
|
88
100
|
refresh: () => void;
|
|
101
|
+
exportAsPng: () => string;
|
|
102
|
+
exportAsSvg: () => string;
|
|
103
|
+
exportAsCsv: () => string;
|
|
104
|
+
setPrintMode: (enabled: boolean) => void;
|
|
89
105
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
90
106
|
error: (error: Error) => any;
|
|
91
107
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -95,16 +111,28 @@ declare function __VLS_template(): {
|
|
|
95
111
|
data: import('./chart-adapter').ChartData;
|
|
96
112
|
ariaLabel: string;
|
|
97
113
|
loading: boolean;
|
|
98
|
-
width: number;
|
|
99
|
-
height: number;
|
|
100
114
|
pt: PassThroughOptions;
|
|
101
115
|
unstyled: boolean;
|
|
116
|
+
width: number;
|
|
117
|
+
height: number;
|
|
102
118
|
loadingText: string;
|
|
103
119
|
emptyText: string;
|
|
104
120
|
adapter: ChartAdapter;
|
|
105
121
|
lazyRootMargin: string;
|
|
106
122
|
lazyThreshold: number;
|
|
107
123
|
options: Record<string, unknown>;
|
|
124
|
+
a11ySummary: string;
|
|
125
|
+
a11yKeyboardHint: string;
|
|
126
|
+
a11yTableFallback: boolean;
|
|
127
|
+
tableCaption: string;
|
|
128
|
+
tableLabelHeader: string;
|
|
129
|
+
showTableText: string;
|
|
130
|
+
hideTableText: string;
|
|
131
|
+
printMode: boolean;
|
|
132
|
+
highDensity: boolean;
|
|
133
|
+
highDensityPointThreshold: number;
|
|
134
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
135
|
+
highDensitySamples: number;
|
|
108
136
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
109
137
|
beforeCreate?: (() => void) | (() => void)[];
|
|
110
138
|
created?: (() => void) | (() => void)[];
|
|
@@ -131,22 +159,38 @@ declare function __VLS_template(): {
|
|
|
131
159
|
data: import('./chart-adapter').ChartData;
|
|
132
160
|
ariaLabel: string;
|
|
133
161
|
loading: boolean;
|
|
134
|
-
width: number;
|
|
135
|
-
height: number;
|
|
136
162
|
pt: PassThroughOptions;
|
|
137
163
|
unstyled: boolean;
|
|
164
|
+
width: number;
|
|
165
|
+
height: number;
|
|
138
166
|
loadingText: string;
|
|
139
167
|
emptyText: string;
|
|
140
168
|
adapter: ChartAdapter;
|
|
141
169
|
lazyRootMargin: string;
|
|
142
170
|
lazyThreshold: number;
|
|
143
171
|
options: Record<string, unknown>;
|
|
172
|
+
a11ySummary: string;
|
|
173
|
+
a11yKeyboardHint: string;
|
|
174
|
+
a11yTableFallback: boolean;
|
|
175
|
+
tableCaption: string;
|
|
176
|
+
tableLabelHeader: string;
|
|
177
|
+
showTableText: string;
|
|
178
|
+
hideTableText: string;
|
|
179
|
+
printMode: boolean;
|
|
180
|
+
highDensity: boolean;
|
|
181
|
+
highDensityPointThreshold: number;
|
|
182
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
183
|
+
highDensitySamples: number;
|
|
144
184
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
145
185
|
onError?: ((error: Error) => any) | undefined;
|
|
146
186
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
147
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
187
|
+
}>, "resize" | "refresh" | "exportAsPng" | "exportAsSvg" | "exportAsCsv" | "setPrintMode" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "pt" | "unstyled" | "width" | "height" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options" | "a11ySummary" | "a11yKeyboardHint" | "a11yTableFallback" | "tableCaption" | "tableLabelHeader" | "showTableText" | "hideTableText" | "printMode" | "highDensity" | "highDensityPointThreshold" | "highDensityDecimationAlgorithm" | "highDensitySamples")> & import('vue').ShallowUnwrapRef<{
|
|
148
188
|
resize: () => void;
|
|
149
189
|
refresh: () => void;
|
|
190
|
+
exportAsPng: () => string;
|
|
191
|
+
exportAsSvg: () => string;
|
|
192
|
+
exportAsCsv: () => string;
|
|
193
|
+
setPrintMode: (enabled: boolean) => void;
|
|
150
194
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
151
195
|
$slots: Readonly<{
|
|
152
196
|
loading?: () => unknown;
|
|
@@ -175,10 +219,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
175
219
|
ariaLabel: string;
|
|
176
220
|
loading: boolean;
|
|
177
221
|
value: number;
|
|
178
|
-
width: number;
|
|
179
|
-
height: number;
|
|
180
222
|
pt: PassThroughOptions;
|
|
181
223
|
unstyled: boolean;
|
|
224
|
+
width: number;
|
|
225
|
+
height: number;
|
|
182
226
|
loadingText: string;
|
|
183
227
|
emptyText: string;
|
|
184
228
|
min: number;
|
|
@@ -206,6 +250,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
206
250
|
readonly loadingText?: string | undefined;
|
|
207
251
|
readonly emptyText?: string | undefined;
|
|
208
252
|
readonly ariaLabel?: string | undefined;
|
|
253
|
+
readonly a11ySummary?: string | undefined;
|
|
254
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
255
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
256
|
+
readonly tableCaption?: string | undefined;
|
|
257
|
+
readonly tableLabelHeader?: string | undefined;
|
|
258
|
+
readonly showTableText?: string | undefined;
|
|
259
|
+
readonly hideTableText?: string | undefined;
|
|
260
|
+
readonly printMode?: boolean | undefined;
|
|
261
|
+
readonly highDensity?: boolean | undefined;
|
|
262
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
263
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
264
|
+
readonly highDensitySamples?: number | undefined;
|
|
209
265
|
readonly lazy?: boolean | undefined;
|
|
210
266
|
readonly lazyRootMargin?: string | undefined;
|
|
211
267
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -237,6 +293,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
237
293
|
}>, {
|
|
238
294
|
resize: () => void;
|
|
239
295
|
refresh: () => void;
|
|
296
|
+
exportAsPng: () => string;
|
|
297
|
+
exportAsSvg: () => string;
|
|
298
|
+
exportAsCsv: () => string;
|
|
299
|
+
setPrintMode: (enabled: boolean) => void;
|
|
240
300
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
241
301
|
error: (error: Error) => any;
|
|
242
302
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -246,16 +306,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
246
306
|
data: import('./chart-adapter').ChartData;
|
|
247
307
|
ariaLabel: string;
|
|
248
308
|
loading: boolean;
|
|
249
|
-
width: number;
|
|
250
|
-
height: number;
|
|
251
309
|
pt: PassThroughOptions;
|
|
252
310
|
unstyled: boolean;
|
|
311
|
+
width: number;
|
|
312
|
+
height: number;
|
|
253
313
|
loadingText: string;
|
|
254
314
|
emptyText: string;
|
|
255
315
|
adapter: ChartAdapter;
|
|
256
316
|
lazyRootMargin: string;
|
|
257
317
|
lazyThreshold: number;
|
|
258
318
|
options: Record<string, unknown>;
|
|
319
|
+
a11ySummary: string;
|
|
320
|
+
a11yKeyboardHint: string;
|
|
321
|
+
a11yTableFallback: boolean;
|
|
322
|
+
tableCaption: string;
|
|
323
|
+
tableLabelHeader: string;
|
|
324
|
+
showTableText: string;
|
|
325
|
+
hideTableText: string;
|
|
326
|
+
printMode: boolean;
|
|
327
|
+
highDensity: boolean;
|
|
328
|
+
highDensityPointThreshold: number;
|
|
329
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
330
|
+
highDensitySamples: number;
|
|
259
331
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
260
332
|
beforeCreate?: (() => void) | (() => void)[];
|
|
261
333
|
created?: (() => void) | (() => void)[];
|
|
@@ -282,22 +354,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
282
354
|
data: import('./chart-adapter').ChartData;
|
|
283
355
|
ariaLabel: string;
|
|
284
356
|
loading: boolean;
|
|
285
|
-
width: number;
|
|
286
|
-
height: number;
|
|
287
357
|
pt: PassThroughOptions;
|
|
288
358
|
unstyled: boolean;
|
|
359
|
+
width: number;
|
|
360
|
+
height: number;
|
|
289
361
|
loadingText: string;
|
|
290
362
|
emptyText: string;
|
|
291
363
|
adapter: ChartAdapter;
|
|
292
364
|
lazyRootMargin: string;
|
|
293
365
|
lazyThreshold: number;
|
|
294
366
|
options: Record<string, unknown>;
|
|
367
|
+
a11ySummary: string;
|
|
368
|
+
a11yKeyboardHint: string;
|
|
369
|
+
a11yTableFallback: boolean;
|
|
370
|
+
tableCaption: string;
|
|
371
|
+
tableLabelHeader: string;
|
|
372
|
+
showTableText: string;
|
|
373
|
+
hideTableText: string;
|
|
374
|
+
printMode: boolean;
|
|
375
|
+
highDensity: boolean;
|
|
376
|
+
highDensityPointThreshold: number;
|
|
377
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
378
|
+
highDensitySamples: number;
|
|
295
379
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
296
380
|
onError?: ((error: Error) => any) | undefined;
|
|
297
381
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
298
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
382
|
+
}>, "resize" | "refresh" | "exportAsPng" | "exportAsSvg" | "exportAsCsv" | "setPrintMode" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "pt" | "unstyled" | "width" | "height" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options" | "a11ySummary" | "a11yKeyboardHint" | "a11yTableFallback" | "tableCaption" | "tableLabelHeader" | "showTableText" | "hideTableText" | "printMode" | "highDensity" | "highDensityPointThreshold" | "highDensityDecimationAlgorithm" | "highDensitySamples")> & import('vue').ShallowUnwrapRef<{
|
|
299
383
|
resize: () => void;
|
|
300
384
|
refresh: () => void;
|
|
385
|
+
exportAsPng: () => string;
|
|
386
|
+
exportAsSvg: () => string;
|
|
387
|
+
exportAsCsv: () => string;
|
|
388
|
+
setPrintMode: (enabled: boolean) => void;
|
|
301
389
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
302
390
|
$slots: Readonly<{
|
|
303
391
|
loading?: () => unknown;
|
|
@@ -56,6 +56,18 @@ declare function __VLS_template(): {
|
|
|
56
56
|
readonly loadingText?: string | undefined;
|
|
57
57
|
readonly emptyText?: string | undefined;
|
|
58
58
|
readonly ariaLabel?: string | undefined;
|
|
59
|
+
readonly a11ySummary?: string | undefined;
|
|
60
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
61
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
62
|
+
readonly tableCaption?: string | undefined;
|
|
63
|
+
readonly tableLabelHeader?: string | undefined;
|
|
64
|
+
readonly showTableText?: string | undefined;
|
|
65
|
+
readonly hideTableText?: string | undefined;
|
|
66
|
+
readonly printMode?: boolean | undefined;
|
|
67
|
+
readonly highDensity?: boolean | undefined;
|
|
68
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
69
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
70
|
+
readonly highDensitySamples?: number | undefined;
|
|
59
71
|
readonly lazy?: boolean | undefined;
|
|
60
72
|
readonly lazyRootMargin?: string | undefined;
|
|
61
73
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -87,6 +99,10 @@ declare function __VLS_template(): {
|
|
|
87
99
|
}>, {
|
|
88
100
|
resize: () => void;
|
|
89
101
|
refresh: () => void;
|
|
102
|
+
exportAsPng: () => string;
|
|
103
|
+
exportAsSvg: () => string;
|
|
104
|
+
exportAsCsv: () => string;
|
|
105
|
+
setPrintMode: (enabled: boolean) => void;
|
|
90
106
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
91
107
|
error: (error: Error) => any;
|
|
92
108
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -96,16 +112,28 @@ declare function __VLS_template(): {
|
|
|
96
112
|
data: import('./chart-adapter').ChartData;
|
|
97
113
|
ariaLabel: string;
|
|
98
114
|
loading: boolean;
|
|
99
|
-
width: number;
|
|
100
|
-
height: number;
|
|
101
115
|
pt: PassThroughOptions;
|
|
102
116
|
unstyled: boolean;
|
|
117
|
+
width: number;
|
|
118
|
+
height: number;
|
|
103
119
|
loadingText: string;
|
|
104
120
|
emptyText: string;
|
|
105
121
|
adapter: ChartAdapter;
|
|
106
122
|
lazyRootMargin: string;
|
|
107
123
|
lazyThreshold: number;
|
|
108
124
|
options: Record<string, unknown>;
|
|
125
|
+
a11ySummary: string;
|
|
126
|
+
a11yKeyboardHint: string;
|
|
127
|
+
a11yTableFallback: boolean;
|
|
128
|
+
tableCaption: string;
|
|
129
|
+
tableLabelHeader: string;
|
|
130
|
+
showTableText: string;
|
|
131
|
+
hideTableText: string;
|
|
132
|
+
printMode: boolean;
|
|
133
|
+
highDensity: boolean;
|
|
134
|
+
highDensityPointThreshold: number;
|
|
135
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
136
|
+
highDensitySamples: number;
|
|
109
137
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
110
138
|
beforeCreate?: (() => void) | (() => void)[];
|
|
111
139
|
created?: (() => void) | (() => void)[];
|
|
@@ -132,22 +160,38 @@ declare function __VLS_template(): {
|
|
|
132
160
|
data: import('./chart-adapter').ChartData;
|
|
133
161
|
ariaLabel: string;
|
|
134
162
|
loading: boolean;
|
|
135
|
-
width: number;
|
|
136
|
-
height: number;
|
|
137
163
|
pt: PassThroughOptions;
|
|
138
164
|
unstyled: boolean;
|
|
165
|
+
width: number;
|
|
166
|
+
height: number;
|
|
139
167
|
loadingText: string;
|
|
140
168
|
emptyText: string;
|
|
141
169
|
adapter: ChartAdapter;
|
|
142
170
|
lazyRootMargin: string;
|
|
143
171
|
lazyThreshold: number;
|
|
144
172
|
options: Record<string, unknown>;
|
|
173
|
+
a11ySummary: string;
|
|
174
|
+
a11yKeyboardHint: string;
|
|
175
|
+
a11yTableFallback: boolean;
|
|
176
|
+
tableCaption: string;
|
|
177
|
+
tableLabelHeader: string;
|
|
178
|
+
showTableText: string;
|
|
179
|
+
hideTableText: string;
|
|
180
|
+
printMode: boolean;
|
|
181
|
+
highDensity: boolean;
|
|
182
|
+
highDensityPointThreshold: number;
|
|
183
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
184
|
+
highDensitySamples: number;
|
|
145
185
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
146
186
|
onError?: ((error: Error) => any) | undefined;
|
|
147
187
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
148
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
188
|
+
}>, "resize" | "refresh" | "exportAsPng" | "exportAsSvg" | "exportAsCsv" | "setPrintMode" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "pt" | "unstyled" | "width" | "height" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options" | "a11ySummary" | "a11yKeyboardHint" | "a11yTableFallback" | "tableCaption" | "tableLabelHeader" | "showTableText" | "hideTableText" | "printMode" | "highDensity" | "highDensityPointThreshold" | "highDensityDecimationAlgorithm" | "highDensitySamples")> & import('vue').ShallowUnwrapRef<{
|
|
149
189
|
resize: () => void;
|
|
150
190
|
refresh: () => void;
|
|
191
|
+
exportAsPng: () => string;
|
|
192
|
+
exportAsSvg: () => string;
|
|
193
|
+
exportAsCsv: () => string;
|
|
194
|
+
setPrintMode: (enabled: boolean) => void;
|
|
151
195
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
152
196
|
$slots: Readonly<{
|
|
153
197
|
loading?: () => unknown;
|
|
@@ -175,10 +219,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
175
219
|
lazy: boolean;
|
|
176
220
|
ariaLabel: string;
|
|
177
221
|
loading: boolean;
|
|
178
|
-
width: number;
|
|
179
|
-
height: number;
|
|
180
222
|
pt: PassThroughOptions;
|
|
181
223
|
unstyled: boolean;
|
|
224
|
+
width: number;
|
|
225
|
+
height: number;
|
|
182
226
|
loadingText: string;
|
|
183
227
|
emptyText: string;
|
|
184
228
|
adapter: ChartAdapter;
|
|
@@ -206,6 +250,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
206
250
|
readonly loadingText?: string | undefined;
|
|
207
251
|
readonly emptyText?: string | undefined;
|
|
208
252
|
readonly ariaLabel?: string | undefined;
|
|
253
|
+
readonly a11ySummary?: string | undefined;
|
|
254
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
255
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
256
|
+
readonly tableCaption?: string | undefined;
|
|
257
|
+
readonly tableLabelHeader?: string | undefined;
|
|
258
|
+
readonly showTableText?: string | undefined;
|
|
259
|
+
readonly hideTableText?: string | undefined;
|
|
260
|
+
readonly printMode?: boolean | undefined;
|
|
261
|
+
readonly highDensity?: boolean | undefined;
|
|
262
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
263
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
264
|
+
readonly highDensitySamples?: number | undefined;
|
|
209
265
|
readonly lazy?: boolean | undefined;
|
|
210
266
|
readonly lazyRootMargin?: string | undefined;
|
|
211
267
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -237,6 +293,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
237
293
|
}>, {
|
|
238
294
|
resize: () => void;
|
|
239
295
|
refresh: () => void;
|
|
296
|
+
exportAsPng: () => string;
|
|
297
|
+
exportAsSvg: () => string;
|
|
298
|
+
exportAsCsv: () => string;
|
|
299
|
+
setPrintMode: (enabled: boolean) => void;
|
|
240
300
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
241
301
|
error: (error: Error) => any;
|
|
242
302
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -246,16 +306,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
246
306
|
data: import('./chart-adapter').ChartData;
|
|
247
307
|
ariaLabel: string;
|
|
248
308
|
loading: boolean;
|
|
249
|
-
width: number;
|
|
250
|
-
height: number;
|
|
251
309
|
pt: PassThroughOptions;
|
|
252
310
|
unstyled: boolean;
|
|
311
|
+
width: number;
|
|
312
|
+
height: number;
|
|
253
313
|
loadingText: string;
|
|
254
314
|
emptyText: string;
|
|
255
315
|
adapter: ChartAdapter;
|
|
256
316
|
lazyRootMargin: string;
|
|
257
317
|
lazyThreshold: number;
|
|
258
318
|
options: Record<string, unknown>;
|
|
319
|
+
a11ySummary: string;
|
|
320
|
+
a11yKeyboardHint: string;
|
|
321
|
+
a11yTableFallback: boolean;
|
|
322
|
+
tableCaption: string;
|
|
323
|
+
tableLabelHeader: string;
|
|
324
|
+
showTableText: string;
|
|
325
|
+
hideTableText: string;
|
|
326
|
+
printMode: boolean;
|
|
327
|
+
highDensity: boolean;
|
|
328
|
+
highDensityPointThreshold: number;
|
|
329
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
330
|
+
highDensitySamples: number;
|
|
259
331
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
260
332
|
beforeCreate?: (() => void) | (() => void)[];
|
|
261
333
|
created?: (() => void) | (() => void)[];
|
|
@@ -282,22 +354,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
282
354
|
data: import('./chart-adapter').ChartData;
|
|
283
355
|
ariaLabel: string;
|
|
284
356
|
loading: boolean;
|
|
285
|
-
width: number;
|
|
286
|
-
height: number;
|
|
287
357
|
pt: PassThroughOptions;
|
|
288
358
|
unstyled: boolean;
|
|
359
|
+
width: number;
|
|
360
|
+
height: number;
|
|
289
361
|
loadingText: string;
|
|
290
362
|
emptyText: string;
|
|
291
363
|
adapter: ChartAdapter;
|
|
292
364
|
lazyRootMargin: string;
|
|
293
365
|
lazyThreshold: number;
|
|
294
366
|
options: Record<string, unknown>;
|
|
367
|
+
a11ySummary: string;
|
|
368
|
+
a11yKeyboardHint: string;
|
|
369
|
+
a11yTableFallback: boolean;
|
|
370
|
+
tableCaption: string;
|
|
371
|
+
tableLabelHeader: string;
|
|
372
|
+
showTableText: string;
|
|
373
|
+
hideTableText: string;
|
|
374
|
+
printMode: boolean;
|
|
375
|
+
highDensity: boolean;
|
|
376
|
+
highDensityPointThreshold: number;
|
|
377
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
378
|
+
highDensitySamples: number;
|
|
295
379
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
296
380
|
onError?: ((error: Error) => any) | undefined;
|
|
297
381
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
298
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
382
|
+
}>, "resize" | "refresh" | "exportAsPng" | "exportAsSvg" | "exportAsCsv" | "setPrintMode" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "pt" | "unstyled" | "width" | "height" | "loadingText" | "emptyText" | "adapter" | "lazyRootMargin" | "lazyThreshold" | "options" | "a11ySummary" | "a11yKeyboardHint" | "a11yTableFallback" | "tableCaption" | "tableLabelHeader" | "showTableText" | "hideTableText" | "printMode" | "highDensity" | "highDensityPointThreshold" | "highDensityDecimationAlgorithm" | "highDensitySamples")> & import('vue').ShallowUnwrapRef<{
|
|
299
383
|
resize: () => void;
|
|
300
384
|
refresh: () => void;
|
|
385
|
+
exportAsPng: () => string;
|
|
386
|
+
exportAsSvg: () => string;
|
|
387
|
+
exportAsCsv: () => string;
|
|
388
|
+
setPrintMode: (enabled: boolean) => void;
|
|
301
389
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
302
390
|
$slots: Readonly<{
|
|
303
391
|
loading?: () => unknown;
|
|
@@ -17,8 +17,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
18
|
to: Breakpoint;
|
|
19
19
|
as: string;
|
|
20
|
-
from: Breakpoint;
|
|
21
20
|
when: boolean;
|
|
21
|
+
from: Breakpoint;
|
|
22
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
24
|
export default _default;
|