@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
|
@@ -54,6 +54,18 @@ declare function __VLS_template(): {
|
|
|
54
54
|
readonly loadingText?: string | undefined;
|
|
55
55
|
readonly emptyText?: string | undefined;
|
|
56
56
|
readonly ariaLabel?: string | undefined;
|
|
57
|
+
readonly a11ySummary?: string | undefined;
|
|
58
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
59
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
60
|
+
readonly tableCaption?: string | undefined;
|
|
61
|
+
readonly tableLabelHeader?: string | undefined;
|
|
62
|
+
readonly showTableText?: string | undefined;
|
|
63
|
+
readonly hideTableText?: string | undefined;
|
|
64
|
+
readonly printMode?: boolean | undefined;
|
|
65
|
+
readonly highDensity?: boolean | undefined;
|
|
66
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
67
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
68
|
+
readonly highDensitySamples?: number | undefined;
|
|
57
69
|
readonly lazy?: boolean | undefined;
|
|
58
70
|
readonly lazyRootMargin?: string | undefined;
|
|
59
71
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -85,6 +97,10 @@ declare function __VLS_template(): {
|
|
|
85
97
|
}>, {
|
|
86
98
|
resize: () => void;
|
|
87
99
|
refresh: () => void;
|
|
100
|
+
exportAsPng: () => string;
|
|
101
|
+
exportAsSvg: () => string;
|
|
102
|
+
exportAsCsv: () => string;
|
|
103
|
+
setPrintMode: (enabled: boolean) => void;
|
|
88
104
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
89
105
|
error: (error: Error) => any;
|
|
90
106
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -94,16 +110,28 @@ declare function __VLS_template(): {
|
|
|
94
110
|
data: import('./chart-adapter').ChartData;
|
|
95
111
|
ariaLabel: string;
|
|
96
112
|
loading: boolean;
|
|
97
|
-
width: number;
|
|
98
|
-
height: number;
|
|
99
113
|
pt: PassThroughOptions;
|
|
100
114
|
unstyled: boolean;
|
|
115
|
+
width: number;
|
|
116
|
+
height: number;
|
|
101
117
|
loadingText: string;
|
|
102
118
|
emptyText: string;
|
|
103
119
|
adapter: ChartAdapter;
|
|
104
120
|
lazyRootMargin: string;
|
|
105
121
|
lazyThreshold: number;
|
|
106
122
|
options: Record<string, unknown>;
|
|
123
|
+
a11ySummary: string;
|
|
124
|
+
a11yKeyboardHint: string;
|
|
125
|
+
a11yTableFallback: boolean;
|
|
126
|
+
tableCaption: string;
|
|
127
|
+
tableLabelHeader: string;
|
|
128
|
+
showTableText: string;
|
|
129
|
+
hideTableText: string;
|
|
130
|
+
printMode: boolean;
|
|
131
|
+
highDensity: boolean;
|
|
132
|
+
highDensityPointThreshold: number;
|
|
133
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
134
|
+
highDensitySamples: number;
|
|
107
135
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
108
136
|
beforeCreate?: (() => void) | (() => void)[];
|
|
109
137
|
created?: (() => void) | (() => void)[];
|
|
@@ -130,22 +158,38 @@ declare function __VLS_template(): {
|
|
|
130
158
|
data: import('./chart-adapter').ChartData;
|
|
131
159
|
ariaLabel: string;
|
|
132
160
|
loading: boolean;
|
|
133
|
-
width: number;
|
|
134
|
-
height: number;
|
|
135
161
|
pt: PassThroughOptions;
|
|
136
162
|
unstyled: boolean;
|
|
163
|
+
width: number;
|
|
164
|
+
height: number;
|
|
137
165
|
loadingText: string;
|
|
138
166
|
emptyText: string;
|
|
139
167
|
adapter: ChartAdapter;
|
|
140
168
|
lazyRootMargin: string;
|
|
141
169
|
lazyThreshold: number;
|
|
142
170
|
options: Record<string, unknown>;
|
|
171
|
+
a11ySummary: string;
|
|
172
|
+
a11yKeyboardHint: string;
|
|
173
|
+
a11yTableFallback: boolean;
|
|
174
|
+
tableCaption: string;
|
|
175
|
+
tableLabelHeader: string;
|
|
176
|
+
showTableText: string;
|
|
177
|
+
hideTableText: string;
|
|
178
|
+
printMode: boolean;
|
|
179
|
+
highDensity: boolean;
|
|
180
|
+
highDensityPointThreshold: number;
|
|
181
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
182
|
+
highDensitySamples: number;
|
|
143
183
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
144
184
|
onError?: ((error: Error) => any) | undefined;
|
|
145
185
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
146
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
186
|
+
}>, "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<{
|
|
147
187
|
resize: () => void;
|
|
148
188
|
refresh: () => void;
|
|
189
|
+
exportAsPng: () => string;
|
|
190
|
+
exportAsSvg: () => string;
|
|
191
|
+
exportAsCsv: () => string;
|
|
192
|
+
setPrintMode: (enabled: boolean) => void;
|
|
149
193
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
150
194
|
$slots: Readonly<{
|
|
151
195
|
loading?: () => unknown;
|
|
@@ -174,10 +218,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
174
218
|
lazy: boolean;
|
|
175
219
|
ariaLabel: string;
|
|
176
220
|
loading: boolean;
|
|
177
|
-
width: number;
|
|
178
|
-
height: number;
|
|
179
221
|
pt: PassThroughOptions;
|
|
180
222
|
unstyled: boolean;
|
|
223
|
+
width: number;
|
|
224
|
+
height: number;
|
|
181
225
|
loadingText: string;
|
|
182
226
|
emptyText: string;
|
|
183
227
|
min: number;
|
|
@@ -205,6 +249,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
205
249
|
readonly loadingText?: string | undefined;
|
|
206
250
|
readonly emptyText?: string | undefined;
|
|
207
251
|
readonly ariaLabel?: string | undefined;
|
|
252
|
+
readonly a11ySummary?: string | undefined;
|
|
253
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
254
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
255
|
+
readonly tableCaption?: string | undefined;
|
|
256
|
+
readonly tableLabelHeader?: string | undefined;
|
|
257
|
+
readonly showTableText?: string | undefined;
|
|
258
|
+
readonly hideTableText?: string | undefined;
|
|
259
|
+
readonly printMode?: boolean | undefined;
|
|
260
|
+
readonly highDensity?: boolean | undefined;
|
|
261
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
262
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
263
|
+
readonly highDensitySamples?: number | undefined;
|
|
208
264
|
readonly lazy?: boolean | undefined;
|
|
209
265
|
readonly lazyRootMargin?: string | undefined;
|
|
210
266
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -236,6 +292,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
236
292
|
}>, {
|
|
237
293
|
resize: () => void;
|
|
238
294
|
refresh: () => void;
|
|
295
|
+
exportAsPng: () => string;
|
|
296
|
+
exportAsSvg: () => string;
|
|
297
|
+
exportAsCsv: () => string;
|
|
298
|
+
setPrintMode: (enabled: boolean) => void;
|
|
239
299
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
240
300
|
error: (error: Error) => any;
|
|
241
301
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -245,16 +305,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
245
305
|
data: import('./chart-adapter').ChartData;
|
|
246
306
|
ariaLabel: string;
|
|
247
307
|
loading: boolean;
|
|
248
|
-
width: number;
|
|
249
|
-
height: number;
|
|
250
308
|
pt: PassThroughOptions;
|
|
251
309
|
unstyled: boolean;
|
|
310
|
+
width: number;
|
|
311
|
+
height: number;
|
|
252
312
|
loadingText: string;
|
|
253
313
|
emptyText: string;
|
|
254
314
|
adapter: ChartAdapter;
|
|
255
315
|
lazyRootMargin: string;
|
|
256
316
|
lazyThreshold: number;
|
|
257
317
|
options: Record<string, unknown>;
|
|
318
|
+
a11ySummary: string;
|
|
319
|
+
a11yKeyboardHint: string;
|
|
320
|
+
a11yTableFallback: boolean;
|
|
321
|
+
tableCaption: string;
|
|
322
|
+
tableLabelHeader: string;
|
|
323
|
+
showTableText: string;
|
|
324
|
+
hideTableText: string;
|
|
325
|
+
printMode: boolean;
|
|
326
|
+
highDensity: boolean;
|
|
327
|
+
highDensityPointThreshold: number;
|
|
328
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
329
|
+
highDensitySamples: number;
|
|
258
330
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
259
331
|
beforeCreate?: (() => void) | (() => void)[];
|
|
260
332
|
created?: (() => void) | (() => void)[];
|
|
@@ -281,22 +353,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
281
353
|
data: import('./chart-adapter').ChartData;
|
|
282
354
|
ariaLabel: string;
|
|
283
355
|
loading: boolean;
|
|
284
|
-
width: number;
|
|
285
|
-
height: number;
|
|
286
356
|
pt: PassThroughOptions;
|
|
287
357
|
unstyled: boolean;
|
|
358
|
+
width: number;
|
|
359
|
+
height: number;
|
|
288
360
|
loadingText: string;
|
|
289
361
|
emptyText: string;
|
|
290
362
|
adapter: ChartAdapter;
|
|
291
363
|
lazyRootMargin: string;
|
|
292
364
|
lazyThreshold: number;
|
|
293
365
|
options: Record<string, unknown>;
|
|
366
|
+
a11ySummary: string;
|
|
367
|
+
a11yKeyboardHint: string;
|
|
368
|
+
a11yTableFallback: boolean;
|
|
369
|
+
tableCaption: string;
|
|
370
|
+
tableLabelHeader: string;
|
|
371
|
+
showTableText: string;
|
|
372
|
+
hideTableText: string;
|
|
373
|
+
printMode: boolean;
|
|
374
|
+
highDensity: boolean;
|
|
375
|
+
highDensityPointThreshold: number;
|
|
376
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
377
|
+
highDensitySamples: number;
|
|
294
378
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
295
379
|
onError?: ((error: Error) => any) | undefined;
|
|
296
380
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
297
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
381
|
+
}>, "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<{
|
|
298
382
|
resize: () => void;
|
|
299
383
|
refresh: () => void;
|
|
384
|
+
exportAsPng: () => string;
|
|
385
|
+
exportAsSvg: () => string;
|
|
386
|
+
exportAsCsv: () => string;
|
|
387
|
+
setPrintMode: (enabled: boolean) => void;
|
|
300
388
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
301
389
|
$slots: Readonly<{
|
|
302
390
|
loading?: () => unknown;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
combo?: string | Array<string>;
|
|
3
|
+
enabled?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
scoped?: boolean;
|
|
6
|
+
event?: 'keydown' | 'keyup';
|
|
7
|
+
preventDefault?: boolean;
|
|
8
|
+
stopPropagation?: boolean;
|
|
9
|
+
ignoreInputs?: boolean;
|
|
10
|
+
allowInInputs?: boolean;
|
|
11
|
+
exact?: boolean;
|
|
12
|
+
as?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
default?(_: {
|
|
18
|
+
trigger: (event: KeyboardEvent, combo: string) => void;
|
|
19
|
+
}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {
|
|
22
|
+
rootRef: unknown;
|
|
23
|
+
};
|
|
24
|
+
rootEl: any;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
28
|
+
trigger: (payload: {
|
|
29
|
+
event: KeyboardEvent;
|
|
30
|
+
combo: string;
|
|
31
|
+
}) => any;
|
|
32
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
33
|
+
onTrigger?: ((payload: {
|
|
34
|
+
event: KeyboardEvent;
|
|
35
|
+
combo: string;
|
|
36
|
+
}) => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
as: string;
|
|
39
|
+
disabled: boolean;
|
|
40
|
+
event: "keydown" | "keyup";
|
|
41
|
+
combo: string | Array<string>;
|
|
42
|
+
enabled: boolean;
|
|
43
|
+
scoped: boolean;
|
|
44
|
+
preventDefault: boolean;
|
|
45
|
+
stopPropagation: boolean;
|
|
46
|
+
ignoreInputs: boolean;
|
|
47
|
+
allowInInputs: boolean;
|
|
48
|
+
exact: boolean;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
+
rootRef: unknown;
|
|
51
|
+
}, any>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
|
+
export default _default;
|
|
54
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
as?: string;
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
openDelay?: number;
|
|
6
|
+
closeDelay?: number;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
}
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {
|
|
13
|
+
hovered: boolean;
|
|
14
|
+
focused: boolean;
|
|
15
|
+
active: boolean;
|
|
16
|
+
}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: any;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
23
|
+
change: (value: boolean) => any;
|
|
24
|
+
"update:modelValue": (value: boolean) => any;
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
26
|
+
onChange?: ((value: boolean) => any) | undefined;
|
|
27
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
as: string;
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
modelValue: boolean;
|
|
32
|
+
ariaLabel: string;
|
|
33
|
+
openDelay: number;
|
|
34
|
+
closeDelay: number;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
type Size = 'small' | 'normal' | 'large';
|
|
2
|
+
type Variant = 'filled' | 'outlined';
|
|
3
|
+
interface Props {
|
|
4
|
+
size?: Size;
|
|
5
|
+
variant?: Variant;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
ariaLabelledby?: string;
|
|
9
|
+
}
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
start?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
end?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
size: Size;
|
|
24
|
+
variant: Variant;
|
|
25
|
+
ariaLabel: string;
|
|
26
|
+
ariaLabelledby: string;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -15,8 +15,8 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
15
15
|
icon: string;
|
|
16
16
|
spin: boolean;
|
|
17
17
|
color: string;
|
|
18
|
+
decorative: boolean;
|
|
18
19
|
pt: PassThroughOptions;
|
|
19
20
|
unstyled: boolean;
|
|
20
|
-
decorative: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
22
22
|
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
type Size = 'small' | 'normal' | 'large';
|
|
2
|
+
interface Props {
|
|
3
|
+
label?: string;
|
|
4
|
+
forId?: string;
|
|
5
|
+
required?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
invalid?: boolean;
|
|
8
|
+
size?: Size;
|
|
9
|
+
}
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
label?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: HTMLDivElement;
|
|
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
|
+
label: string;
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
invalid: boolean;
|
|
24
|
+
size: Size;
|
|
25
|
+
required: boolean;
|
|
26
|
+
forId: string;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -73,6 +73,8 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
73
73
|
disabled: boolean;
|
|
74
74
|
modelValue: boolean;
|
|
75
75
|
loading: "eager" | "lazy";
|
|
76
|
+
pt: PassThroughOptions;
|
|
77
|
+
unstyled: boolean;
|
|
76
78
|
closeOnEscape: boolean;
|
|
77
79
|
closeLabel: string;
|
|
78
80
|
src: string;
|
|
@@ -100,8 +102,6 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
100
102
|
previewAriaLabel: string;
|
|
101
103
|
dialogAriaLabel: string;
|
|
102
104
|
teleport: boolean;
|
|
103
|
-
pt: PassThroughOptions;
|
|
104
|
-
unstyled: boolean;
|
|
105
105
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
106
106
|
dialogRef: HTMLDivElement;
|
|
107
107
|
}, HTMLDivElement>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type Side = 'start' | 'end';
|
|
2
|
+
interface Props {
|
|
3
|
+
icon?: string;
|
|
4
|
+
side?: Side;
|
|
5
|
+
as?: string;
|
|
6
|
+
decorative?: boolean;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
}
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
19
|
+
as: string;
|
|
20
|
+
ariaLabel: string;
|
|
21
|
+
icon: string;
|
|
22
|
+
decorative: boolean;
|
|
23
|
+
side: Side;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
type KbdSize = 'small' | 'normal' | 'large';
|
|
2
|
+
interface Props {
|
|
3
|
+
keys?: string | Array<string>;
|
|
4
|
+
separator?: string;
|
|
5
|
+
size?: KbdSize;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
}
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
key?(_: {
|
|
13
|
+
label: string;
|
|
14
|
+
index: number;
|
|
15
|
+
}): any;
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLSpanElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
|
+
keys: string | Array<string>;
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
size: KbdSize;
|
|
26
|
+
ariaLabel: string;
|
|
27
|
+
separator: string;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
as?: string;
|
|
3
|
+
when?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
eager?: boolean;
|
|
6
|
+
once?: boolean;
|
|
7
|
+
delay?: number;
|
|
8
|
+
rootMargin?: string;
|
|
9
|
+
threshold?: number;
|
|
10
|
+
placeholderTag?: string;
|
|
11
|
+
ariaLabel?: string;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
placeholder?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {
|
|
20
|
+
rootRef: unknown;
|
|
21
|
+
};
|
|
22
|
+
rootEl: any;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
26
|
+
enter: () => any;
|
|
27
|
+
leave: () => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
29
|
+
onEnter?: (() => any) | undefined;
|
|
30
|
+
onLeave?: (() => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
as: string;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
ariaLabel: string;
|
|
35
|
+
eager: boolean;
|
|
36
|
+
rootMargin: string;
|
|
37
|
+
threshold: number;
|
|
38
|
+
when: boolean;
|
|
39
|
+
once: boolean;
|
|
40
|
+
delay: number;
|
|
41
|
+
placeholderTag: string;
|
|
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
|
+
};
|