@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
|
@@ -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;
|
|
@@ -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
|
adapter: ChartAdapter;
|
|
@@ -204,6 +248,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
204
248
|
readonly loadingText?: string | undefined;
|
|
205
249
|
readonly emptyText?: string | undefined;
|
|
206
250
|
readonly ariaLabel?: string | undefined;
|
|
251
|
+
readonly a11ySummary?: string | undefined;
|
|
252
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
253
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
254
|
+
readonly tableCaption?: string | undefined;
|
|
255
|
+
readonly tableLabelHeader?: string | undefined;
|
|
256
|
+
readonly showTableText?: string | undefined;
|
|
257
|
+
readonly hideTableText?: string | undefined;
|
|
258
|
+
readonly printMode?: boolean | undefined;
|
|
259
|
+
readonly highDensity?: boolean | undefined;
|
|
260
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
261
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
262
|
+
readonly highDensitySamples?: number | undefined;
|
|
207
263
|
readonly lazy?: boolean | undefined;
|
|
208
264
|
readonly lazyRootMargin?: string | undefined;
|
|
209
265
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -235,6 +291,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
235
291
|
}>, {
|
|
236
292
|
resize: () => void;
|
|
237
293
|
refresh: () => void;
|
|
294
|
+
exportAsPng: () => string;
|
|
295
|
+
exportAsSvg: () => string;
|
|
296
|
+
exportAsCsv: () => string;
|
|
297
|
+
setPrintMode: (enabled: boolean) => void;
|
|
238
298
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
239
299
|
error: (error: Error) => any;
|
|
240
300
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -244,16 +304,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
244
304
|
data: import('./chart-adapter').ChartData;
|
|
245
305
|
ariaLabel: string;
|
|
246
306
|
loading: boolean;
|
|
247
|
-
width: number;
|
|
248
|
-
height: number;
|
|
249
307
|
pt: PassThroughOptions;
|
|
250
308
|
unstyled: boolean;
|
|
309
|
+
width: number;
|
|
310
|
+
height: number;
|
|
251
311
|
loadingText: string;
|
|
252
312
|
emptyText: string;
|
|
253
313
|
adapter: ChartAdapter;
|
|
254
314
|
lazyRootMargin: string;
|
|
255
315
|
lazyThreshold: number;
|
|
256
316
|
options: Record<string, unknown>;
|
|
317
|
+
a11ySummary: string;
|
|
318
|
+
a11yKeyboardHint: string;
|
|
319
|
+
a11yTableFallback: boolean;
|
|
320
|
+
tableCaption: string;
|
|
321
|
+
tableLabelHeader: string;
|
|
322
|
+
showTableText: string;
|
|
323
|
+
hideTableText: string;
|
|
324
|
+
printMode: boolean;
|
|
325
|
+
highDensity: boolean;
|
|
326
|
+
highDensityPointThreshold: number;
|
|
327
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
328
|
+
highDensitySamples: number;
|
|
257
329
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
258
330
|
beforeCreate?: (() => void) | (() => void)[];
|
|
259
331
|
created?: (() => void) | (() => void)[];
|
|
@@ -280,22 +352,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
280
352
|
data: import('./chart-adapter').ChartData;
|
|
281
353
|
ariaLabel: string;
|
|
282
354
|
loading: boolean;
|
|
283
|
-
width: number;
|
|
284
|
-
height: number;
|
|
285
355
|
pt: PassThroughOptions;
|
|
286
356
|
unstyled: boolean;
|
|
357
|
+
width: number;
|
|
358
|
+
height: number;
|
|
287
359
|
loadingText: string;
|
|
288
360
|
emptyText: string;
|
|
289
361
|
adapter: ChartAdapter;
|
|
290
362
|
lazyRootMargin: string;
|
|
291
363
|
lazyThreshold: number;
|
|
292
364
|
options: Record<string, unknown>;
|
|
365
|
+
a11ySummary: string;
|
|
366
|
+
a11yKeyboardHint: string;
|
|
367
|
+
a11yTableFallback: boolean;
|
|
368
|
+
tableCaption: string;
|
|
369
|
+
tableLabelHeader: string;
|
|
370
|
+
showTableText: string;
|
|
371
|
+
hideTableText: string;
|
|
372
|
+
printMode: boolean;
|
|
373
|
+
highDensity: boolean;
|
|
374
|
+
highDensityPointThreshold: number;
|
|
375
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
376
|
+
highDensitySamples: number;
|
|
293
377
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
294
378
|
onError?: ((error: Error) => any) | undefined;
|
|
295
379
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
296
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
380
|
+
}>, "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<{
|
|
297
381
|
resize: () => void;
|
|
298
382
|
refresh: () => void;
|
|
383
|
+
exportAsPng: () => string;
|
|
384
|
+
exportAsSvg: () => string;
|
|
385
|
+
exportAsCsv: () => string;
|
|
386
|
+
setPrintMode: (enabled: boolean) => void;
|
|
299
387
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
300
388
|
$slots: Readonly<{
|
|
301
389
|
loading?: () => unknown;
|
|
@@ -53,10 +53,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
53
53
|
collapseLabel: string;
|
|
54
54
|
ariaLabel: string;
|
|
55
55
|
maxWidth: number;
|
|
56
|
+
side: "left" | "right";
|
|
56
57
|
showToggle: boolean;
|
|
57
58
|
minWidth: number;
|
|
58
59
|
collapsed: boolean;
|
|
59
|
-
side: "left" | "right";
|
|
60
60
|
collapseIcon: string;
|
|
61
61
|
expandIcon: string;
|
|
62
62
|
collapsedWidth: number;
|
|
@@ -63,6 +63,18 @@ declare function __VLS_template(): {
|
|
|
63
63
|
readonly loadingText?: string | undefined;
|
|
64
64
|
readonly emptyText?: string | undefined;
|
|
65
65
|
readonly ariaLabel?: string | undefined;
|
|
66
|
+
readonly a11ySummary?: string | undefined;
|
|
67
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
68
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
69
|
+
readonly tableCaption?: string | undefined;
|
|
70
|
+
readonly tableLabelHeader?: string | undefined;
|
|
71
|
+
readonly showTableText?: string | undefined;
|
|
72
|
+
readonly hideTableText?: string | undefined;
|
|
73
|
+
readonly printMode?: boolean | undefined;
|
|
74
|
+
readonly highDensity?: boolean | undefined;
|
|
75
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
76
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
77
|
+
readonly highDensitySamples?: number | undefined;
|
|
66
78
|
readonly lazy?: boolean | undefined;
|
|
67
79
|
readonly lazyRootMargin?: string | undefined;
|
|
68
80
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -94,6 +106,10 @@ declare function __VLS_template(): {
|
|
|
94
106
|
}>, {
|
|
95
107
|
resize: () => void;
|
|
96
108
|
refresh: () => void;
|
|
109
|
+
exportAsPng: () => string;
|
|
110
|
+
exportAsSvg: () => string;
|
|
111
|
+
exportAsCsv: () => string;
|
|
112
|
+
setPrintMode: (enabled: boolean) => void;
|
|
97
113
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
98
114
|
error: (error: Error) => any;
|
|
99
115
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -103,16 +119,28 @@ declare function __VLS_template(): {
|
|
|
103
119
|
data: import('./chart-adapter').ChartData;
|
|
104
120
|
ariaLabel: string;
|
|
105
121
|
loading: boolean;
|
|
106
|
-
width: number;
|
|
107
|
-
height: number;
|
|
108
122
|
pt: PassThroughOptions;
|
|
109
123
|
unstyled: boolean;
|
|
124
|
+
width: number;
|
|
125
|
+
height: number;
|
|
110
126
|
loadingText: string;
|
|
111
127
|
emptyText: string;
|
|
112
128
|
adapter: ChartAdapter;
|
|
113
129
|
lazyRootMargin: string;
|
|
114
130
|
lazyThreshold: number;
|
|
115
131
|
options: Record<string, unknown>;
|
|
132
|
+
a11ySummary: string;
|
|
133
|
+
a11yKeyboardHint: string;
|
|
134
|
+
a11yTableFallback: boolean;
|
|
135
|
+
tableCaption: string;
|
|
136
|
+
tableLabelHeader: string;
|
|
137
|
+
showTableText: string;
|
|
138
|
+
hideTableText: string;
|
|
139
|
+
printMode: boolean;
|
|
140
|
+
highDensity: boolean;
|
|
141
|
+
highDensityPointThreshold: number;
|
|
142
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
143
|
+
highDensitySamples: number;
|
|
116
144
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
117
145
|
beforeCreate?: (() => void) | (() => void)[];
|
|
118
146
|
created?: (() => void) | (() => void)[];
|
|
@@ -139,22 +167,38 @@ declare function __VLS_template(): {
|
|
|
139
167
|
data: import('./chart-adapter').ChartData;
|
|
140
168
|
ariaLabel: string;
|
|
141
169
|
loading: boolean;
|
|
142
|
-
width: number;
|
|
143
|
-
height: number;
|
|
144
170
|
pt: PassThroughOptions;
|
|
145
171
|
unstyled: boolean;
|
|
172
|
+
width: number;
|
|
173
|
+
height: number;
|
|
146
174
|
loadingText: string;
|
|
147
175
|
emptyText: string;
|
|
148
176
|
adapter: ChartAdapter;
|
|
149
177
|
lazyRootMargin: string;
|
|
150
178
|
lazyThreshold: number;
|
|
151
179
|
options: Record<string, unknown>;
|
|
180
|
+
a11ySummary: string;
|
|
181
|
+
a11yKeyboardHint: string;
|
|
182
|
+
a11yTableFallback: boolean;
|
|
183
|
+
tableCaption: string;
|
|
184
|
+
tableLabelHeader: string;
|
|
185
|
+
showTableText: string;
|
|
186
|
+
hideTableText: string;
|
|
187
|
+
printMode: boolean;
|
|
188
|
+
highDensity: boolean;
|
|
189
|
+
highDensityPointThreshold: number;
|
|
190
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
191
|
+
highDensitySamples: number;
|
|
152
192
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
153
193
|
onError?: ((error: Error) => any) | undefined;
|
|
154
194
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
155
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
195
|
+
}>, "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<{
|
|
156
196
|
resize: () => void;
|
|
157
197
|
refresh: () => void;
|
|
198
|
+
exportAsPng: () => string;
|
|
199
|
+
exportAsSvg: () => string;
|
|
200
|
+
exportAsCsv: () => string;
|
|
201
|
+
setPrintMode: (enabled: boolean) => void;
|
|
158
202
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
159
203
|
$slots: Readonly<{
|
|
160
204
|
loading?: () => unknown;
|
|
@@ -181,10 +225,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
181
225
|
lazy: boolean;
|
|
182
226
|
ariaLabel: string;
|
|
183
227
|
loading: boolean;
|
|
184
|
-
width: number;
|
|
185
|
-
height: number;
|
|
186
228
|
pt: PassThroughOptions;
|
|
187
229
|
unstyled: boolean;
|
|
230
|
+
width: number;
|
|
231
|
+
height: number;
|
|
188
232
|
loadingText: string;
|
|
189
233
|
emptyText: string;
|
|
190
234
|
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;
|
|
@@ -38,8 +38,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
38
38
|
right: string;
|
|
39
39
|
bottom: string;
|
|
40
40
|
threshold: number;
|
|
41
|
-
zIndex: number | string;
|
|
42
41
|
behavior: ScrollToBehavior;
|
|
42
|
+
zIndex: number | string;
|
|
43
43
|
showLabel: boolean;
|
|
44
44
|
alwaysVisible: boolean;
|
|
45
45
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
@@ -16,9 +16,9 @@ declare function __VLS_template(): {
|
|
|
16
16
|
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
|
as: string;
|
|
19
|
+
bordered: boolean;
|
|
19
20
|
paddingY: string;
|
|
20
21
|
background: Background;
|
|
21
|
-
bordered: boolean;
|
|
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;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComputedRef, InjectionKey } from 'vue';
|
|
2
|
+
export type SelectionControlType = 'checkbox' | 'radio' | 'switch';
|
|
3
|
+
export type SelectionControlValue = string | number | boolean;
|
|
4
|
+
export interface SelectionControlGroupContext {
|
|
5
|
+
type: ComputedRef<SelectionControlType>;
|
|
6
|
+
modelValue: ComputedRef<unknown>;
|
|
7
|
+
disabled: ComputedRef<boolean>;
|
|
8
|
+
name: ComputedRef<string | undefined>;
|
|
9
|
+
multiple: ComputedRef<boolean>;
|
|
10
|
+
onControlChange: (payload: {
|
|
11
|
+
checked: boolean;
|
|
12
|
+
value: SelectionControlValue;
|
|
13
|
+
event: Event;
|
|
14
|
+
}) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const selectionControlGroupKey: InjectionKey<SelectionControlGroupContext>;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SelectionControlType } from './selection-control-context';
|
|
2
|
+
type Direction = 'vertical' | 'horizontal';
|
|
3
|
+
interface Props {
|
|
4
|
+
modelValue?: unknown;
|
|
5
|
+
type?: SelectionControlType;
|
|
6
|
+
name?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
direction?: Direction;
|
|
9
|
+
multiple?: boolean;
|
|
10
|
+
ariaLabel?: string;
|
|
11
|
+
ariaLabelledby?: string;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
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: unknown, eventRef: Event) => any;
|
|
24
|
+
"update:modelValue": (value: unknown) => any;
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
26
|
+
onChange?: ((value: unknown, eventRef: Event) => any) | undefined;
|
|
27
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
type: SelectionControlType;
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
name: string;
|
|
32
|
+
modelValue: undefined;
|
|
33
|
+
ariaLabel: string;
|
|
34
|
+
multiple: boolean;
|
|
35
|
+
ariaLabelledby: string;
|
|
36
|
+
direction: Direction;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
38
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
|
+
export default _default;
|
|
40
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
+
new (): {
|
|
42
|
+
$slots: S;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { SelectionControlType, SelectionControlValue } from './selection-control-context';
|
|
2
|
+
interface Props {
|
|
3
|
+
modelValue?: unknown;
|
|
4
|
+
value?: SelectionControlValue;
|
|
5
|
+
type?: SelectionControlType;
|
|
6
|
+
label?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
id?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
required?: boolean;
|
|
11
|
+
ariaLabel?: string;
|
|
12
|
+
ariaLabelledby?: string;
|
|
13
|
+
ariaDescribedby?: string;
|
|
14
|
+
ariaInvalid?: boolean | 'true' | 'false';
|
|
15
|
+
ariaRequired?: boolean | 'true' | 'false';
|
|
16
|
+
}
|
|
17
|
+
declare function __VLS_template(): {
|
|
18
|
+
attrs: Partial<{}>;
|
|
19
|
+
slots: {
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {};
|
|
23
|
+
rootEl: HTMLLabelElement;
|
|
24
|
+
};
|
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
27
|
+
change: (value: unknown, eventRef: Event) => any;
|
|
28
|
+
"update:modelValue": (value: unknown) => any;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
30
|
+
onChange?: ((value: unknown, eventRef: Event) => any) | undefined;
|
|
31
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
type: SelectionControlType;
|
|
34
|
+
label: string;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
name: string;
|
|
37
|
+
modelValue: undefined;
|
|
38
|
+
id: string;
|
|
39
|
+
ariaLabel: string;
|
|
40
|
+
required: boolean;
|
|
41
|
+
ariaLabelledby: string;
|
|
42
|
+
ariaDescribedby: string;
|
|
43
|
+
ariaInvalid: boolean | "true" | "false";
|
|
44
|
+
ariaRequired: boolean | "true" | "false";
|
|
45
|
+
value: SelectionControlValue;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
47
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
type SheetVariant = 'elevated' | 'flat' | 'outlined' | 'tonal';
|
|
2
|
+
interface Props {
|
|
3
|
+
as?: string;
|
|
4
|
+
variant?: SheetVariant;
|
|
5
|
+
bordered?: boolean;
|
|
6
|
+
rounded?: boolean;
|
|
7
|
+
interactive?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
header?(_: {}): any;
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
footer?(_: {}): 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, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
|
+
as: string;
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
variant: SheetVariant;
|
|
26
|
+
bordered: boolean;
|
|
27
|
+
rounded: boolean;
|
|
28
|
+
interactive: boolean;
|
|
29
|
+
ariaLabel: string;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
@@ -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;
|