@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -45,8 +45,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
45
45
|
modelValue: AccordionValue | AccordionValue[];
|
|
46
46
|
size: AccordionSize;
|
|
47
47
|
variant: AccordionVariant;
|
|
48
|
-
dense: boolean;
|
|
49
48
|
ariaLabel: string;
|
|
49
|
+
dense: boolean;
|
|
50
50
|
multiple: boolean;
|
|
51
51
|
ariaLabelledby: string;
|
|
52
52
|
grouped: boolean;
|
|
@@ -29,8 +29,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
29
29
|
fixed: boolean;
|
|
30
30
|
title: string;
|
|
31
31
|
actionsAriaLabel: string;
|
|
32
|
-
dense: boolean;
|
|
33
32
|
ariaLabel: string;
|
|
33
|
+
dense: boolean;
|
|
34
34
|
height: string;
|
|
35
35
|
sticky: boolean;
|
|
36
36
|
mobileBreakpoint: number;
|
|
@@ -58,6 +58,18 @@ declare function __VLS_template(): {
|
|
|
58
58
|
readonly loadingText?: string | undefined;
|
|
59
59
|
readonly emptyText?: string | undefined;
|
|
60
60
|
readonly ariaLabel?: string | undefined;
|
|
61
|
+
readonly a11ySummary?: string | undefined;
|
|
62
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
63
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
64
|
+
readonly tableCaption?: string | undefined;
|
|
65
|
+
readonly tableLabelHeader?: string | undefined;
|
|
66
|
+
readonly showTableText?: string | undefined;
|
|
67
|
+
readonly hideTableText?: string | undefined;
|
|
68
|
+
readonly printMode?: boolean | undefined;
|
|
69
|
+
readonly highDensity?: boolean | undefined;
|
|
70
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
71
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
72
|
+
readonly highDensitySamples?: number | undefined;
|
|
61
73
|
readonly lazy?: boolean | undefined;
|
|
62
74
|
readonly lazyRootMargin?: string | undefined;
|
|
63
75
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -89,6 +101,10 @@ declare function __VLS_template(): {
|
|
|
89
101
|
}>, {
|
|
90
102
|
resize: () => void;
|
|
91
103
|
refresh: () => void;
|
|
104
|
+
exportAsPng: () => string;
|
|
105
|
+
exportAsSvg: () => string;
|
|
106
|
+
exportAsCsv: () => string;
|
|
107
|
+
setPrintMode: (enabled: boolean) => void;
|
|
92
108
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
93
109
|
error: (error: Error) => any;
|
|
94
110
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -98,16 +114,28 @@ declare function __VLS_template(): {
|
|
|
98
114
|
data: import('./chart-adapter').ChartData;
|
|
99
115
|
ariaLabel: string;
|
|
100
116
|
loading: boolean;
|
|
101
|
-
width: number;
|
|
102
|
-
height: number;
|
|
103
117
|
pt: PassThroughOptions;
|
|
104
118
|
unstyled: boolean;
|
|
119
|
+
width: number;
|
|
120
|
+
height: number;
|
|
105
121
|
loadingText: string;
|
|
106
122
|
emptyText: string;
|
|
107
123
|
adapter: ChartAdapter;
|
|
108
124
|
lazyRootMargin: string;
|
|
109
125
|
lazyThreshold: number;
|
|
110
126
|
options: Record<string, unknown>;
|
|
127
|
+
a11ySummary: string;
|
|
128
|
+
a11yKeyboardHint: string;
|
|
129
|
+
a11yTableFallback: boolean;
|
|
130
|
+
tableCaption: string;
|
|
131
|
+
tableLabelHeader: string;
|
|
132
|
+
showTableText: string;
|
|
133
|
+
hideTableText: string;
|
|
134
|
+
printMode: boolean;
|
|
135
|
+
highDensity: boolean;
|
|
136
|
+
highDensityPointThreshold: number;
|
|
137
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
138
|
+
highDensitySamples: number;
|
|
111
139
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
112
140
|
beforeCreate?: (() => void) | (() => void)[];
|
|
113
141
|
created?: (() => void) | (() => void)[];
|
|
@@ -134,22 +162,38 @@ declare function __VLS_template(): {
|
|
|
134
162
|
data: import('./chart-adapter').ChartData;
|
|
135
163
|
ariaLabel: string;
|
|
136
164
|
loading: boolean;
|
|
137
|
-
width: number;
|
|
138
|
-
height: number;
|
|
139
165
|
pt: PassThroughOptions;
|
|
140
166
|
unstyled: boolean;
|
|
167
|
+
width: number;
|
|
168
|
+
height: number;
|
|
141
169
|
loadingText: string;
|
|
142
170
|
emptyText: string;
|
|
143
171
|
adapter: ChartAdapter;
|
|
144
172
|
lazyRootMargin: string;
|
|
145
173
|
lazyThreshold: number;
|
|
146
174
|
options: Record<string, unknown>;
|
|
175
|
+
a11ySummary: string;
|
|
176
|
+
a11yKeyboardHint: string;
|
|
177
|
+
a11yTableFallback: boolean;
|
|
178
|
+
tableCaption: string;
|
|
179
|
+
tableLabelHeader: string;
|
|
180
|
+
showTableText: string;
|
|
181
|
+
hideTableText: string;
|
|
182
|
+
printMode: boolean;
|
|
183
|
+
highDensity: boolean;
|
|
184
|
+
highDensityPointThreshold: number;
|
|
185
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
186
|
+
highDensitySamples: number;
|
|
147
187
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
148
188
|
onError?: ((error: Error) => any) | undefined;
|
|
149
189
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
150
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
190
|
+
}>, "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<{
|
|
151
191
|
resize: () => void;
|
|
152
192
|
refresh: () => void;
|
|
193
|
+
exportAsPng: () => string;
|
|
194
|
+
exportAsSvg: () => string;
|
|
195
|
+
exportAsCsv: () => string;
|
|
196
|
+
setPrintMode: (enabled: boolean) => void;
|
|
153
197
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
154
198
|
$slots: Readonly<{
|
|
155
199
|
loading?: () => unknown;
|
|
@@ -176,10 +220,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
176
220
|
lazy: boolean;
|
|
177
221
|
ariaLabel: string;
|
|
178
222
|
loading: boolean;
|
|
179
|
-
width: number;
|
|
180
|
-
height: number;
|
|
181
223
|
pt: PassThroughOptions;
|
|
182
224
|
unstyled: boolean;
|
|
225
|
+
width: number;
|
|
226
|
+
height: number;
|
|
183
227
|
loadingText: string;
|
|
184
228
|
emptyText: string;
|
|
185
229
|
adapter: ChartAdapter;
|
|
@@ -207,6 +251,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
207
251
|
readonly loadingText?: string | undefined;
|
|
208
252
|
readonly emptyText?: string | undefined;
|
|
209
253
|
readonly ariaLabel?: string | undefined;
|
|
254
|
+
readonly a11ySummary?: string | undefined;
|
|
255
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
256
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
257
|
+
readonly tableCaption?: string | undefined;
|
|
258
|
+
readonly tableLabelHeader?: string | undefined;
|
|
259
|
+
readonly showTableText?: string | undefined;
|
|
260
|
+
readonly hideTableText?: string | undefined;
|
|
261
|
+
readonly printMode?: boolean | undefined;
|
|
262
|
+
readonly highDensity?: boolean | undefined;
|
|
263
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
264
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
265
|
+
readonly highDensitySamples?: number | undefined;
|
|
210
266
|
readonly lazy?: boolean | undefined;
|
|
211
267
|
readonly lazyRootMargin?: string | undefined;
|
|
212
268
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -238,6 +294,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
238
294
|
}>, {
|
|
239
295
|
resize: () => void;
|
|
240
296
|
refresh: () => void;
|
|
297
|
+
exportAsPng: () => string;
|
|
298
|
+
exportAsSvg: () => string;
|
|
299
|
+
exportAsCsv: () => string;
|
|
300
|
+
setPrintMode: (enabled: boolean) => void;
|
|
241
301
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
242
302
|
error: (error: Error) => any;
|
|
243
303
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -247,16 +307,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
247
307
|
data: import('./chart-adapter').ChartData;
|
|
248
308
|
ariaLabel: string;
|
|
249
309
|
loading: boolean;
|
|
250
|
-
width: number;
|
|
251
|
-
height: number;
|
|
252
310
|
pt: PassThroughOptions;
|
|
253
311
|
unstyled: boolean;
|
|
312
|
+
width: number;
|
|
313
|
+
height: number;
|
|
254
314
|
loadingText: string;
|
|
255
315
|
emptyText: string;
|
|
256
316
|
adapter: ChartAdapter;
|
|
257
317
|
lazyRootMargin: string;
|
|
258
318
|
lazyThreshold: number;
|
|
259
319
|
options: Record<string, unknown>;
|
|
320
|
+
a11ySummary: string;
|
|
321
|
+
a11yKeyboardHint: string;
|
|
322
|
+
a11yTableFallback: boolean;
|
|
323
|
+
tableCaption: string;
|
|
324
|
+
tableLabelHeader: string;
|
|
325
|
+
showTableText: string;
|
|
326
|
+
hideTableText: string;
|
|
327
|
+
printMode: boolean;
|
|
328
|
+
highDensity: boolean;
|
|
329
|
+
highDensityPointThreshold: number;
|
|
330
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
331
|
+
highDensitySamples: number;
|
|
260
332
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
261
333
|
beforeCreate?: (() => void) | (() => void)[];
|
|
262
334
|
created?: (() => void) | (() => void)[];
|
|
@@ -283,22 +355,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
283
355
|
data: import('./chart-adapter').ChartData;
|
|
284
356
|
ariaLabel: string;
|
|
285
357
|
loading: boolean;
|
|
286
|
-
width: number;
|
|
287
|
-
height: number;
|
|
288
358
|
pt: PassThroughOptions;
|
|
289
359
|
unstyled: boolean;
|
|
360
|
+
width: number;
|
|
361
|
+
height: number;
|
|
290
362
|
loadingText: string;
|
|
291
363
|
emptyText: string;
|
|
292
364
|
adapter: ChartAdapter;
|
|
293
365
|
lazyRootMargin: string;
|
|
294
366
|
lazyThreshold: number;
|
|
295
367
|
options: Record<string, unknown>;
|
|
368
|
+
a11ySummary: string;
|
|
369
|
+
a11yKeyboardHint: string;
|
|
370
|
+
a11yTableFallback: boolean;
|
|
371
|
+
tableCaption: string;
|
|
372
|
+
tableLabelHeader: string;
|
|
373
|
+
showTableText: string;
|
|
374
|
+
hideTableText: string;
|
|
375
|
+
printMode: boolean;
|
|
376
|
+
highDensity: boolean;
|
|
377
|
+
highDensityPointThreshold: number;
|
|
378
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
379
|
+
highDensitySamples: number;
|
|
296
380
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
297
381
|
onError?: ((error: Error) => any) | undefined;
|
|
298
382
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
299
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
383
|
+
}>, "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<{
|
|
300
384
|
resize: () => void;
|
|
301
385
|
refresh: () => void;
|
|
386
|
+
exportAsPng: () => string;
|
|
387
|
+
exportAsSvg: () => string;
|
|
388
|
+
exportAsCsv: () => string;
|
|
389
|
+
setPrintMode: (enabled: boolean) => void;
|
|
302
390
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
303
391
|
$slots: Readonly<{
|
|
304
392
|
loading?: () => unknown;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
type AvatarSize = 'small' | 'normal' | 'large';
|
|
2
|
+
type AvatarShape = 'circle' | 'rounded';
|
|
3
|
+
type AvatarStatus = 'online' | 'offline' | 'busy' | 'away';
|
|
4
|
+
export interface AvatarGroupItem {
|
|
5
|
+
key?: string | number;
|
|
6
|
+
src?: string;
|
|
7
|
+
alt?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
size?: AvatarSize;
|
|
10
|
+
shape?: AvatarShape;
|
|
11
|
+
status?: AvatarStatus;
|
|
12
|
+
}
|
|
13
|
+
interface Props {
|
|
14
|
+
items?: Array<AvatarGroupItem>;
|
|
15
|
+
max?: number | null;
|
|
16
|
+
size?: AvatarSize;
|
|
17
|
+
shape?: AvatarShape;
|
|
18
|
+
overlap?: boolean;
|
|
19
|
+
ariaLabel?: string;
|
|
20
|
+
overflowLabel?: string;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
}
|
|
23
|
+
declare function __VLS_template(): {
|
|
24
|
+
attrs: Partial<{}>;
|
|
25
|
+
slots: {
|
|
26
|
+
item?(_: {
|
|
27
|
+
item: AvatarGroupItem;
|
|
28
|
+
index: number;
|
|
29
|
+
}): any;
|
|
30
|
+
overflow?(_: {
|
|
31
|
+
count: number;
|
|
32
|
+
}): any;
|
|
33
|
+
};
|
|
34
|
+
refs: {};
|
|
35
|
+
rootEl: HTMLDivElement;
|
|
36
|
+
};
|
|
37
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
39
|
+
disabled: boolean;
|
|
40
|
+
size: AvatarSize;
|
|
41
|
+
ariaLabel: string;
|
|
42
|
+
items: Array<AvatarGroupItem>;
|
|
43
|
+
max: number | null;
|
|
44
|
+
shape: AvatarShape;
|
|
45
|
+
overlap: boolean;
|
|
46
|
+
overflowLabel: string;
|
|
47
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
type BannerSeverity = 'neutral' | 'info' | 'success' | 'warn' | 'danger';
|
|
2
|
+
type BannerRole = 'auto' | 'status' | 'alert' | 'region' | 'none';
|
|
3
|
+
type BannerAriaLive = 'auto' | 'off' | 'polite' | 'assertive';
|
|
4
|
+
interface Props {
|
|
5
|
+
as?: string;
|
|
6
|
+
modelValue?: boolean;
|
|
7
|
+
title?: string;
|
|
8
|
+
message?: string;
|
|
9
|
+
severity?: BannerSeverity;
|
|
10
|
+
closable?: boolean;
|
|
11
|
+
sticky?: boolean;
|
|
12
|
+
icon?: string;
|
|
13
|
+
role?: BannerRole;
|
|
14
|
+
ariaLive?: BannerAriaLive;
|
|
15
|
+
ariaLabel?: string;
|
|
16
|
+
actionsAriaLabel?: string;
|
|
17
|
+
closeLabel?: string;
|
|
18
|
+
}
|
|
19
|
+
declare function __VLS_template(): {
|
|
20
|
+
attrs: Partial<{}>;
|
|
21
|
+
slots: {
|
|
22
|
+
icon?(_: {}): any;
|
|
23
|
+
title?(_: {}): any;
|
|
24
|
+
default?(_: {}): any;
|
|
25
|
+
actions?(_: {}): any;
|
|
26
|
+
close?(_: {}): any;
|
|
27
|
+
};
|
|
28
|
+
refs: {};
|
|
29
|
+
rootEl: any;
|
|
30
|
+
};
|
|
31
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
32
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
33
|
+
close: () => any;
|
|
34
|
+
"update:modelValue": (value: boolean) => any;
|
|
35
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
36
|
+
onClose?: (() => any) | undefined;
|
|
37
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
38
|
+
}>, {
|
|
39
|
+
as: string;
|
|
40
|
+
title: string;
|
|
41
|
+
modelValue: boolean;
|
|
42
|
+
actionsAriaLabel: string;
|
|
43
|
+
role: BannerRole;
|
|
44
|
+
ariaLabel: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
severity: BannerSeverity;
|
|
47
|
+
closeLabel: string;
|
|
48
|
+
message: string;
|
|
49
|
+
closable: boolean;
|
|
50
|
+
ariaLive: BannerAriaLive;
|
|
51
|
+
sticky: boolean;
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
53
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
54
|
+
export default _default;
|
|
55
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
56
|
+
new (): {
|
|
57
|
+
$slots: S;
|
|
58
|
+
};
|
|
59
|
+
};
|