@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
|
@@ -62,6 +62,18 @@ declare function __VLS_template(): {
|
|
|
62
62
|
readonly loadingText?: string | undefined;
|
|
63
63
|
readonly emptyText?: string | undefined;
|
|
64
64
|
readonly ariaLabel?: string | undefined;
|
|
65
|
+
readonly a11ySummary?: string | undefined;
|
|
66
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
67
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
68
|
+
readonly tableCaption?: string | undefined;
|
|
69
|
+
readonly tableLabelHeader?: string | undefined;
|
|
70
|
+
readonly showTableText?: string | undefined;
|
|
71
|
+
readonly hideTableText?: string | undefined;
|
|
72
|
+
readonly printMode?: boolean | undefined;
|
|
73
|
+
readonly highDensity?: boolean | undefined;
|
|
74
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
75
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
76
|
+
readonly highDensitySamples?: number | undefined;
|
|
65
77
|
readonly lazy?: boolean | undefined;
|
|
66
78
|
readonly lazyRootMargin?: string | undefined;
|
|
67
79
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -93,6 +105,10 @@ declare function __VLS_template(): {
|
|
|
93
105
|
}>, {
|
|
94
106
|
resize: () => void;
|
|
95
107
|
refresh: () => void;
|
|
108
|
+
exportAsPng: () => string;
|
|
109
|
+
exportAsSvg: () => string;
|
|
110
|
+
exportAsCsv: () => string;
|
|
111
|
+
setPrintMode: (enabled: boolean) => void;
|
|
96
112
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
97
113
|
error: (error: Error) => any;
|
|
98
114
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -102,16 +118,28 @@ declare function __VLS_template(): {
|
|
|
102
118
|
data: import('./chart-adapter').ChartData;
|
|
103
119
|
ariaLabel: string;
|
|
104
120
|
loading: boolean;
|
|
105
|
-
width: number;
|
|
106
|
-
height: number;
|
|
107
121
|
pt: PassThroughOptions;
|
|
108
122
|
unstyled: boolean;
|
|
123
|
+
width: number;
|
|
124
|
+
height: number;
|
|
109
125
|
loadingText: string;
|
|
110
126
|
emptyText: string;
|
|
111
127
|
adapter: ChartAdapter;
|
|
112
128
|
lazyRootMargin: string;
|
|
113
129
|
lazyThreshold: number;
|
|
114
130
|
options: Record<string, unknown>;
|
|
131
|
+
a11ySummary: string;
|
|
132
|
+
a11yKeyboardHint: string;
|
|
133
|
+
a11yTableFallback: boolean;
|
|
134
|
+
tableCaption: string;
|
|
135
|
+
tableLabelHeader: string;
|
|
136
|
+
showTableText: string;
|
|
137
|
+
hideTableText: string;
|
|
138
|
+
printMode: boolean;
|
|
139
|
+
highDensity: boolean;
|
|
140
|
+
highDensityPointThreshold: number;
|
|
141
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
142
|
+
highDensitySamples: number;
|
|
115
143
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
116
144
|
beforeCreate?: (() => void) | (() => void)[];
|
|
117
145
|
created?: (() => void) | (() => void)[];
|
|
@@ -138,22 +166,38 @@ declare function __VLS_template(): {
|
|
|
138
166
|
data: import('./chart-adapter').ChartData;
|
|
139
167
|
ariaLabel: string;
|
|
140
168
|
loading: boolean;
|
|
141
|
-
width: number;
|
|
142
|
-
height: number;
|
|
143
169
|
pt: PassThroughOptions;
|
|
144
170
|
unstyled: boolean;
|
|
171
|
+
width: number;
|
|
172
|
+
height: number;
|
|
145
173
|
loadingText: string;
|
|
146
174
|
emptyText: string;
|
|
147
175
|
adapter: ChartAdapter;
|
|
148
176
|
lazyRootMargin: string;
|
|
149
177
|
lazyThreshold: number;
|
|
150
178
|
options: Record<string, unknown>;
|
|
179
|
+
a11ySummary: string;
|
|
180
|
+
a11yKeyboardHint: string;
|
|
181
|
+
a11yTableFallback: boolean;
|
|
182
|
+
tableCaption: string;
|
|
183
|
+
tableLabelHeader: string;
|
|
184
|
+
showTableText: string;
|
|
185
|
+
hideTableText: string;
|
|
186
|
+
printMode: boolean;
|
|
187
|
+
highDensity: boolean;
|
|
188
|
+
highDensityPointThreshold: number;
|
|
189
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
190
|
+
highDensitySamples: number;
|
|
151
191
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
152
192
|
onError?: ((error: Error) => any) | undefined;
|
|
153
193
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
154
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
194
|
+
}>, "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<{
|
|
155
195
|
resize: () => void;
|
|
156
196
|
refresh: () => void;
|
|
197
|
+
exportAsPng: () => string;
|
|
198
|
+
exportAsSvg: () => string;
|
|
199
|
+
exportAsCsv: () => string;
|
|
200
|
+
setPrintMode: (enabled: boolean) => void;
|
|
157
201
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
158
202
|
$slots: Readonly<{
|
|
159
203
|
loading?: () => unknown;
|
|
@@ -180,10 +224,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
180
224
|
lazy: boolean;
|
|
181
225
|
ariaLabel: string;
|
|
182
226
|
loading: boolean;
|
|
183
|
-
width: number;
|
|
184
|
-
height: number;
|
|
185
227
|
pt: PassThroughOptions;
|
|
186
228
|
unstyled: boolean;
|
|
229
|
+
width: number;
|
|
230
|
+
height: number;
|
|
187
231
|
loadingText: string;
|
|
188
232
|
emptyText: string;
|
|
189
233
|
adapter: ChartAdapter;
|
|
@@ -210,6 +254,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
210
254
|
readonly loadingText?: string | undefined;
|
|
211
255
|
readonly emptyText?: string | undefined;
|
|
212
256
|
readonly ariaLabel?: string | undefined;
|
|
257
|
+
readonly a11ySummary?: string | undefined;
|
|
258
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
259
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
260
|
+
readonly tableCaption?: string | undefined;
|
|
261
|
+
readonly tableLabelHeader?: string | undefined;
|
|
262
|
+
readonly showTableText?: string | undefined;
|
|
263
|
+
readonly hideTableText?: string | undefined;
|
|
264
|
+
readonly printMode?: boolean | undefined;
|
|
265
|
+
readonly highDensity?: boolean | undefined;
|
|
266
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
267
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
268
|
+
readonly highDensitySamples?: number | undefined;
|
|
213
269
|
readonly lazy?: boolean | undefined;
|
|
214
270
|
readonly lazyRootMargin?: string | undefined;
|
|
215
271
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -241,6 +297,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
241
297
|
}>, {
|
|
242
298
|
resize: () => void;
|
|
243
299
|
refresh: () => void;
|
|
300
|
+
exportAsPng: () => string;
|
|
301
|
+
exportAsSvg: () => string;
|
|
302
|
+
exportAsCsv: () => string;
|
|
303
|
+
setPrintMode: (enabled: boolean) => void;
|
|
244
304
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
245
305
|
error: (error: Error) => any;
|
|
246
306
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -250,16 +310,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
250
310
|
data: import('./chart-adapter').ChartData;
|
|
251
311
|
ariaLabel: string;
|
|
252
312
|
loading: boolean;
|
|
253
|
-
width: number;
|
|
254
|
-
height: number;
|
|
255
313
|
pt: PassThroughOptions;
|
|
256
314
|
unstyled: boolean;
|
|
315
|
+
width: number;
|
|
316
|
+
height: number;
|
|
257
317
|
loadingText: string;
|
|
258
318
|
emptyText: string;
|
|
259
319
|
adapter: ChartAdapter;
|
|
260
320
|
lazyRootMargin: string;
|
|
261
321
|
lazyThreshold: number;
|
|
262
322
|
options: Record<string, unknown>;
|
|
323
|
+
a11ySummary: string;
|
|
324
|
+
a11yKeyboardHint: string;
|
|
325
|
+
a11yTableFallback: boolean;
|
|
326
|
+
tableCaption: string;
|
|
327
|
+
tableLabelHeader: string;
|
|
328
|
+
showTableText: string;
|
|
329
|
+
hideTableText: string;
|
|
330
|
+
printMode: boolean;
|
|
331
|
+
highDensity: boolean;
|
|
332
|
+
highDensityPointThreshold: number;
|
|
333
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
334
|
+
highDensitySamples: number;
|
|
263
335
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
264
336
|
beforeCreate?: (() => void) | (() => void)[];
|
|
265
337
|
created?: (() => void) | (() => void)[];
|
|
@@ -286,22 +358,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
286
358
|
data: import('./chart-adapter').ChartData;
|
|
287
359
|
ariaLabel: string;
|
|
288
360
|
loading: boolean;
|
|
289
|
-
width: number;
|
|
290
|
-
height: number;
|
|
291
361
|
pt: PassThroughOptions;
|
|
292
362
|
unstyled: boolean;
|
|
363
|
+
width: number;
|
|
364
|
+
height: number;
|
|
293
365
|
loadingText: string;
|
|
294
366
|
emptyText: string;
|
|
295
367
|
adapter: ChartAdapter;
|
|
296
368
|
lazyRootMargin: string;
|
|
297
369
|
lazyThreshold: number;
|
|
298
370
|
options: Record<string, unknown>;
|
|
371
|
+
a11ySummary: string;
|
|
372
|
+
a11yKeyboardHint: string;
|
|
373
|
+
a11yTableFallback: boolean;
|
|
374
|
+
tableCaption: string;
|
|
375
|
+
tableLabelHeader: string;
|
|
376
|
+
showTableText: string;
|
|
377
|
+
hideTableText: string;
|
|
378
|
+
printMode: boolean;
|
|
379
|
+
highDensity: boolean;
|
|
380
|
+
highDensityPointThreshold: number;
|
|
381
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
382
|
+
highDensitySamples: number;
|
|
299
383
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
300
384
|
onError?: ((error: Error) => any) | undefined;
|
|
301
385
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
302
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
386
|
+
}>, "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<{
|
|
303
387
|
resize: () => void;
|
|
304
388
|
refresh: () => void;
|
|
389
|
+
exportAsPng: () => string;
|
|
390
|
+
exportAsSvg: () => string;
|
|
391
|
+
exportAsCsv: () => string;
|
|
392
|
+
setPrintMode: (enabled: boolean) => void;
|
|
305
393
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
306
394
|
$slots: Readonly<{
|
|
307
395
|
loading?: () => unknown;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { LocaleTextOptions } from '../config/locale-text';
|
|
2
|
+
interface Props {
|
|
3
|
+
localeText?: LocaleTextOptions;
|
|
4
|
+
as?: string;
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
+
as: string;
|
|
17
|
+
localeText: LocaleTextOptions;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
as?: string;
|
|
3
|
+
landmark?: boolean;
|
|
4
|
+
ariaLabel?: string;
|
|
5
|
+
padded?: boolean;
|
|
6
|
+
bordered?: boolean;
|
|
7
|
+
constrained?: boolean;
|
|
8
|
+
center?: boolean;
|
|
9
|
+
maxWidth?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
21
|
+
as: string;
|
|
22
|
+
bordered: boolean;
|
|
23
|
+
ariaLabel: string;
|
|
24
|
+
maxWidth: string;
|
|
25
|
+
center: boolean;
|
|
26
|
+
landmark: boolean;
|
|
27
|
+
padded: boolean;
|
|
28
|
+
constrained: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -185,9 +185,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
185
185
|
ariaLabel: string;
|
|
186
186
|
items: Array<NavigationRailItem>;
|
|
187
187
|
syncActiveFromRoute: boolean;
|
|
188
|
+
side: NavigationRailSide;
|
|
188
189
|
showToggle: boolean;
|
|
189
190
|
collapsed: boolean;
|
|
190
|
-
side: NavigationRailSide;
|
|
191
191
|
collapseIcon: string;
|
|
192
192
|
expandIcon: string;
|
|
193
193
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
placeholder?: boolean;
|
|
3
|
+
fallbackTag?: string;
|
|
4
|
+
}
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
fallback?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -22,8 +22,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
22
22
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
23
|
as: string;
|
|
24
24
|
ariaLabel: string;
|
|
25
|
-
severity: OverlayBadgeSeverity;
|
|
26
25
|
hidden: boolean;
|
|
26
|
+
severity: OverlayBadgeSeverity;
|
|
27
27
|
value: string | number | null;
|
|
28
28
|
max: number;
|
|
29
29
|
position: OverlayBadgePosition;
|
|
@@ -204,10 +204,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
204
204
|
}>, {
|
|
205
205
|
disabled: boolean;
|
|
206
206
|
modelValue: boolean;
|
|
207
|
-
closeOnEscape: boolean;
|
|
208
|
-
closeLabel: string;
|
|
209
207
|
pt: PassThroughOptions;
|
|
210
208
|
unstyled: boolean;
|
|
209
|
+
closeOnEscape: boolean;
|
|
210
|
+
closeLabel: string;
|
|
211
211
|
placement: Placement;
|
|
212
212
|
offset: number;
|
|
213
213
|
dismissable: boolean;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
type Axis = 'x' | 'y';
|
|
2
|
+
interface Props {
|
|
3
|
+
as?: string;
|
|
4
|
+
speed?: number;
|
|
5
|
+
axis?: Axis;
|
|
6
|
+
reverse?: boolean;
|
|
7
|
+
maxOffset?: number;
|
|
8
|
+
clamp?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
reducedMotion?: boolean | null;
|
|
11
|
+
ariaLabel?: string;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {
|
|
19
|
+
rootRef: unknown;
|
|
20
|
+
};
|
|
21
|
+
rootEl: any;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
25
|
+
change: (payload: {
|
|
26
|
+
offset: number;
|
|
27
|
+
}) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
29
|
+
onChange?: ((payload: {
|
|
30
|
+
offset: number;
|
|
31
|
+
}) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
reverse: boolean;
|
|
34
|
+
as: string;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
ariaLabel: string;
|
|
37
|
+
speed: number;
|
|
38
|
+
axis: Axis;
|
|
39
|
+
maxOffset: number;
|
|
40
|
+
clamp: boolean;
|
|
41
|
+
reducedMotion: boolean | null;
|
|
42
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
43
|
+
rootRef: unknown;
|
|
44
|
+
}, any>;
|
|
45
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -80,6 +80,18 @@ declare function __VLS_template(): {
|
|
|
80
80
|
readonly loadingText?: string | undefined;
|
|
81
81
|
readonly emptyText?: string | undefined;
|
|
82
82
|
readonly ariaLabel?: string | undefined;
|
|
83
|
+
readonly a11ySummary?: string | undefined;
|
|
84
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
85
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
86
|
+
readonly tableCaption?: string | undefined;
|
|
87
|
+
readonly tableLabelHeader?: string | undefined;
|
|
88
|
+
readonly showTableText?: string | undefined;
|
|
89
|
+
readonly hideTableText?: string | undefined;
|
|
90
|
+
readonly printMode?: boolean | undefined;
|
|
91
|
+
readonly highDensity?: boolean | undefined;
|
|
92
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
93
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
94
|
+
readonly highDensitySamples?: number | undefined;
|
|
83
95
|
readonly lazy?: boolean | undefined;
|
|
84
96
|
readonly lazyRootMargin?: string | undefined;
|
|
85
97
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -111,6 +123,10 @@ declare function __VLS_template(): {
|
|
|
111
123
|
}>, {
|
|
112
124
|
resize: () => void;
|
|
113
125
|
refresh: () => void;
|
|
126
|
+
exportAsPng: () => string;
|
|
127
|
+
exportAsSvg: () => string;
|
|
128
|
+
exportAsCsv: () => string;
|
|
129
|
+
setPrintMode: (enabled: boolean) => void;
|
|
114
130
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
115
131
|
error: (error: Error) => any;
|
|
116
132
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -120,16 +136,28 @@ declare function __VLS_template(): {
|
|
|
120
136
|
data: import('./chart-adapter').ChartData;
|
|
121
137
|
ariaLabel: string;
|
|
122
138
|
loading: boolean;
|
|
123
|
-
width: number;
|
|
124
|
-
height: number;
|
|
125
139
|
pt: PassThroughOptions;
|
|
126
140
|
unstyled: boolean;
|
|
141
|
+
width: number;
|
|
142
|
+
height: number;
|
|
127
143
|
loadingText: string;
|
|
128
144
|
emptyText: string;
|
|
129
145
|
adapter: ChartAdapter;
|
|
130
146
|
lazyRootMargin: string;
|
|
131
147
|
lazyThreshold: number;
|
|
132
148
|
options: Record<string, unknown>;
|
|
149
|
+
a11ySummary: string;
|
|
150
|
+
a11yKeyboardHint: string;
|
|
151
|
+
a11yTableFallback: boolean;
|
|
152
|
+
tableCaption: string;
|
|
153
|
+
tableLabelHeader: string;
|
|
154
|
+
showTableText: string;
|
|
155
|
+
hideTableText: string;
|
|
156
|
+
printMode: boolean;
|
|
157
|
+
highDensity: boolean;
|
|
158
|
+
highDensityPointThreshold: number;
|
|
159
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
160
|
+
highDensitySamples: number;
|
|
133
161
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
134
162
|
beforeCreate?: (() => void) | (() => void)[];
|
|
135
163
|
created?: (() => void) | (() => void)[];
|
|
@@ -156,22 +184,38 @@ declare function __VLS_template(): {
|
|
|
156
184
|
data: import('./chart-adapter').ChartData;
|
|
157
185
|
ariaLabel: string;
|
|
158
186
|
loading: boolean;
|
|
159
|
-
width: number;
|
|
160
|
-
height: number;
|
|
161
187
|
pt: PassThroughOptions;
|
|
162
188
|
unstyled: boolean;
|
|
189
|
+
width: number;
|
|
190
|
+
height: number;
|
|
163
191
|
loadingText: string;
|
|
164
192
|
emptyText: string;
|
|
165
193
|
adapter: ChartAdapter;
|
|
166
194
|
lazyRootMargin: string;
|
|
167
195
|
lazyThreshold: number;
|
|
168
196
|
options: Record<string, unknown>;
|
|
197
|
+
a11ySummary: string;
|
|
198
|
+
a11yKeyboardHint: string;
|
|
199
|
+
a11yTableFallback: boolean;
|
|
200
|
+
tableCaption: string;
|
|
201
|
+
tableLabelHeader: string;
|
|
202
|
+
showTableText: string;
|
|
203
|
+
hideTableText: string;
|
|
204
|
+
printMode: boolean;
|
|
205
|
+
highDensity: boolean;
|
|
206
|
+
highDensityPointThreshold: number;
|
|
207
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
208
|
+
highDensitySamples: number;
|
|
169
209
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
170
210
|
onError?: ((error: Error) => any) | undefined;
|
|
171
211
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
172
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
212
|
+
}>, "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<{
|
|
173
213
|
resize: () => void;
|
|
174
214
|
refresh: () => void;
|
|
215
|
+
exportAsPng: () => string;
|
|
216
|
+
exportAsSvg: () => string;
|
|
217
|
+
exportAsCsv: () => string;
|
|
218
|
+
setPrintMode: (enabled: boolean) => void;
|
|
175
219
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
176
220
|
$slots: Readonly<{
|
|
177
221
|
loading?: () => unknown;
|
|
@@ -205,10 +249,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
205
249
|
variant: "pie" | "donut";
|
|
206
250
|
ariaLabel: string;
|
|
207
251
|
loading: boolean;
|
|
208
|
-
width: number;
|
|
209
|
-
height: number;
|
|
210
252
|
pt: PassThroughOptions;
|
|
211
253
|
unstyled: boolean;
|
|
254
|
+
width: number;
|
|
255
|
+
height: number;
|
|
212
256
|
loadingText: string;
|
|
213
257
|
emptyText: string;
|
|
214
258
|
adapter: ChartAdapter;
|
|
@@ -234,6 +278,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
234
278
|
readonly loadingText?: string | undefined;
|
|
235
279
|
readonly emptyText?: string | undefined;
|
|
236
280
|
readonly ariaLabel?: string | undefined;
|
|
281
|
+
readonly a11ySummary?: string | undefined;
|
|
282
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
283
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
284
|
+
readonly tableCaption?: string | undefined;
|
|
285
|
+
readonly tableLabelHeader?: string | undefined;
|
|
286
|
+
readonly showTableText?: string | undefined;
|
|
287
|
+
readonly hideTableText?: string | undefined;
|
|
288
|
+
readonly printMode?: boolean | undefined;
|
|
289
|
+
readonly highDensity?: boolean | undefined;
|
|
290
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
291
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
292
|
+
readonly highDensitySamples?: number | undefined;
|
|
237
293
|
readonly lazy?: boolean | undefined;
|
|
238
294
|
readonly lazyRootMargin?: string | undefined;
|
|
239
295
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -265,6 +321,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
265
321
|
}>, {
|
|
266
322
|
resize: () => void;
|
|
267
323
|
refresh: () => void;
|
|
324
|
+
exportAsPng: () => string;
|
|
325
|
+
exportAsSvg: () => string;
|
|
326
|
+
exportAsCsv: () => string;
|
|
327
|
+
setPrintMode: (enabled: boolean) => void;
|
|
268
328
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
269
329
|
error: (error: Error) => any;
|
|
270
330
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -274,16 +334,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
274
334
|
data: import('./chart-adapter').ChartData;
|
|
275
335
|
ariaLabel: string;
|
|
276
336
|
loading: boolean;
|
|
277
|
-
width: number;
|
|
278
|
-
height: number;
|
|
279
337
|
pt: PassThroughOptions;
|
|
280
338
|
unstyled: boolean;
|
|
339
|
+
width: number;
|
|
340
|
+
height: number;
|
|
281
341
|
loadingText: string;
|
|
282
342
|
emptyText: string;
|
|
283
343
|
adapter: ChartAdapter;
|
|
284
344
|
lazyRootMargin: string;
|
|
285
345
|
lazyThreshold: number;
|
|
286
346
|
options: Record<string, unknown>;
|
|
347
|
+
a11ySummary: string;
|
|
348
|
+
a11yKeyboardHint: string;
|
|
349
|
+
a11yTableFallback: boolean;
|
|
350
|
+
tableCaption: string;
|
|
351
|
+
tableLabelHeader: string;
|
|
352
|
+
showTableText: string;
|
|
353
|
+
hideTableText: string;
|
|
354
|
+
printMode: boolean;
|
|
355
|
+
highDensity: boolean;
|
|
356
|
+
highDensityPointThreshold: number;
|
|
357
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
358
|
+
highDensitySamples: number;
|
|
287
359
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
288
360
|
beforeCreate?: (() => void) | (() => void)[];
|
|
289
361
|
created?: (() => void) | (() => void)[];
|
|
@@ -310,22 +382,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
310
382
|
data: import('./chart-adapter').ChartData;
|
|
311
383
|
ariaLabel: string;
|
|
312
384
|
loading: boolean;
|
|
313
|
-
width: number;
|
|
314
|
-
height: number;
|
|
315
385
|
pt: PassThroughOptions;
|
|
316
386
|
unstyled: boolean;
|
|
387
|
+
width: number;
|
|
388
|
+
height: number;
|
|
317
389
|
loadingText: string;
|
|
318
390
|
emptyText: string;
|
|
319
391
|
adapter: ChartAdapter;
|
|
320
392
|
lazyRootMargin: string;
|
|
321
393
|
lazyThreshold: number;
|
|
322
394
|
options: Record<string, unknown>;
|
|
395
|
+
a11ySummary: string;
|
|
396
|
+
a11yKeyboardHint: string;
|
|
397
|
+
a11yTableFallback: boolean;
|
|
398
|
+
tableCaption: string;
|
|
399
|
+
tableLabelHeader: string;
|
|
400
|
+
showTableText: string;
|
|
401
|
+
hideTableText: string;
|
|
402
|
+
printMode: boolean;
|
|
403
|
+
highDensity: boolean;
|
|
404
|
+
highDensityPointThreshold: number;
|
|
405
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
406
|
+
highDensitySamples: number;
|
|
323
407
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
324
408
|
onError?: ((error: Error) => any) | undefined;
|
|
325
409
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
326
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
410
|
+
}>, "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<{
|
|
327
411
|
resize: () => void;
|
|
328
412
|
refresh: () => void;
|
|
413
|
+
exportAsPng: () => string;
|
|
414
|
+
exportAsSvg: () => string;
|
|
415
|
+
exportAsCsv: () => string;
|
|
416
|
+
setPrintMode: (enabled: boolean) => void;
|
|
329
417
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
330
418
|
$slots: Readonly<{
|
|
331
419
|
loading?: () => unknown;
|