@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,61 @@
|
|
|
1
|
+
type SlideGroupValue = string | number;
|
|
2
|
+
export interface SlideGroupItem {
|
|
3
|
+
key?: string | number;
|
|
4
|
+
label: string;
|
|
5
|
+
value: SlideGroupValue;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
}
|
|
8
|
+
interface Props {
|
|
9
|
+
modelValue?: SlideGroupValue | null;
|
|
10
|
+
items?: Array<SlideGroupItem>;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
showControls?: boolean;
|
|
13
|
+
scrollStep?: number;
|
|
14
|
+
snap?: boolean;
|
|
15
|
+
ariaLabel?: string;
|
|
16
|
+
prevLabel?: string;
|
|
17
|
+
nextLabel?: string;
|
|
18
|
+
}
|
|
19
|
+
declare function __VLS_template(): {
|
|
20
|
+
attrs: Partial<{}>;
|
|
21
|
+
slots: {
|
|
22
|
+
prev?(_: {}): any;
|
|
23
|
+
item?(_: {
|
|
24
|
+
item: SlideGroupItem;
|
|
25
|
+
index: number;
|
|
26
|
+
active: boolean;
|
|
27
|
+
}): any;
|
|
28
|
+
next?(_: {}): any;
|
|
29
|
+
};
|
|
30
|
+
refs: {
|
|
31
|
+
viewportRef: HTMLDivElement;
|
|
32
|
+
};
|
|
33
|
+
rootEl: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
37
|
+
change: (value: SlideGroupValue, item: SlideGroupItem, index: number, sourceEvent: Event) => any;
|
|
38
|
+
"update:modelValue": (value: SlideGroupValue) => any;
|
|
39
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
40
|
+
onChange?: ((value: SlideGroupValue, item: SlideGroupItem, index: number, sourceEvent: Event) => any) | undefined;
|
|
41
|
+
"onUpdate:modelValue"?: ((value: SlideGroupValue) => any) | undefined;
|
|
42
|
+
}>, {
|
|
43
|
+
disabled: boolean;
|
|
44
|
+
modelValue: SlideGroupValue | null;
|
|
45
|
+
ariaLabel: string;
|
|
46
|
+
items: Array<SlideGroupItem>;
|
|
47
|
+
prevLabel: string;
|
|
48
|
+
nextLabel: string;
|
|
49
|
+
showControls: boolean;
|
|
50
|
+
scrollStep: number;
|
|
51
|
+
snap: boolean;
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
53
|
+
viewportRef: HTMLDivElement;
|
|
54
|
+
}, HTMLDivElement>;
|
|
55
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
56
|
+
export default _default;
|
|
57
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
+
new (): {
|
|
59
|
+
$slots: S;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
type SnackbarSeverity = 'neutral' | 'info' | 'success' | 'warn' | 'danger';
|
|
2
|
+
type ToastPosition = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
|
|
3
|
+
export interface SnackbarQueueItem {
|
|
4
|
+
id?: string | number;
|
|
5
|
+
title?: string;
|
|
6
|
+
message?: string;
|
|
7
|
+
severity?: SnackbarSeverity;
|
|
8
|
+
closable?: boolean;
|
|
9
|
+
duration?: number;
|
|
10
|
+
actionLabel?: string;
|
|
11
|
+
dismissOnAction?: boolean;
|
|
12
|
+
}
|
|
13
|
+
interface NormalizedSnackbarQueueItem extends SnackbarQueueItem {
|
|
14
|
+
id: string | number;
|
|
15
|
+
}
|
|
16
|
+
interface Props {
|
|
17
|
+
items?: Array<SnackbarQueueItem>;
|
|
18
|
+
maxVisible?: number;
|
|
19
|
+
defaultDuration?: number;
|
|
20
|
+
dedupe?: boolean;
|
|
21
|
+
position?: ToastPosition;
|
|
22
|
+
ariaLabel?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const _default: import('vue').DefineComponent<Props, {
|
|
25
|
+
enqueue: (item: SnackbarQueueItem) => void;
|
|
26
|
+
dequeueById: (id: string | number) => void;
|
|
27
|
+
clear: () => void;
|
|
28
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
29
|
+
change: (queue: NormalizedSnackbarQueueItem[]) => any;
|
|
30
|
+
action: (item: NormalizedSnackbarQueueItem) => any;
|
|
31
|
+
enqueue: (item: NormalizedSnackbarQueueItem) => any;
|
|
32
|
+
dequeue: (item: NormalizedSnackbarQueueItem) => any;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
34
|
+
onChange?: ((queue: NormalizedSnackbarQueueItem[]) => any) | undefined;
|
|
35
|
+
onAction?: ((item: NormalizedSnackbarQueueItem) => any) | undefined;
|
|
36
|
+
onEnqueue?: ((item: NormalizedSnackbarQueueItem) => any) | undefined;
|
|
37
|
+
onDequeue?: ((item: NormalizedSnackbarQueueItem) => any) | undefined;
|
|
38
|
+
}>, {
|
|
39
|
+
ariaLabel: string;
|
|
40
|
+
items: Array<SnackbarQueueItem>;
|
|
41
|
+
position: ToastPosition;
|
|
42
|
+
maxVisible: number;
|
|
43
|
+
defaultDuration: number;
|
|
44
|
+
dedupe: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
46
|
+
export default _default;
|
|
@@ -47,6 +47,18 @@ declare function __VLS_template(): {
|
|
|
47
47
|
readonly loadingText?: string | undefined;
|
|
48
48
|
readonly emptyText?: string | undefined;
|
|
49
49
|
readonly ariaLabel?: string | undefined;
|
|
50
|
+
readonly a11ySummary?: string | undefined;
|
|
51
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
52
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
53
|
+
readonly tableCaption?: string | undefined;
|
|
54
|
+
readonly tableLabelHeader?: string | undefined;
|
|
55
|
+
readonly showTableText?: string | undefined;
|
|
56
|
+
readonly hideTableText?: string | undefined;
|
|
57
|
+
readonly printMode?: boolean | undefined;
|
|
58
|
+
readonly highDensity?: boolean | undefined;
|
|
59
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
60
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
61
|
+
readonly highDensitySamples?: number | undefined;
|
|
50
62
|
readonly lazy?: boolean | undefined;
|
|
51
63
|
readonly lazyRootMargin?: string | undefined;
|
|
52
64
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -78,6 +90,10 @@ declare function __VLS_template(): {
|
|
|
78
90
|
}>, {
|
|
79
91
|
resize: () => void;
|
|
80
92
|
refresh: () => void;
|
|
93
|
+
exportAsPng: () => string;
|
|
94
|
+
exportAsSvg: () => string;
|
|
95
|
+
exportAsCsv: () => string;
|
|
96
|
+
setPrintMode: (enabled: boolean) => void;
|
|
81
97
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
82
98
|
error: (error: Error) => any;
|
|
83
99
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -87,16 +103,28 @@ declare function __VLS_template(): {
|
|
|
87
103
|
data: import('./chart-adapter').ChartData;
|
|
88
104
|
ariaLabel: string;
|
|
89
105
|
loading: boolean;
|
|
90
|
-
width: number;
|
|
91
|
-
height: number;
|
|
92
106
|
pt: PassThroughOptions;
|
|
93
107
|
unstyled: boolean;
|
|
108
|
+
width: number;
|
|
109
|
+
height: number;
|
|
94
110
|
loadingText: string;
|
|
95
111
|
emptyText: string;
|
|
96
112
|
adapter: ChartAdapter;
|
|
97
113
|
lazyRootMargin: string;
|
|
98
114
|
lazyThreshold: number;
|
|
99
115
|
options: Record<string, unknown>;
|
|
116
|
+
a11ySummary: string;
|
|
117
|
+
a11yKeyboardHint: string;
|
|
118
|
+
a11yTableFallback: boolean;
|
|
119
|
+
tableCaption: string;
|
|
120
|
+
tableLabelHeader: string;
|
|
121
|
+
showTableText: string;
|
|
122
|
+
hideTableText: string;
|
|
123
|
+
printMode: boolean;
|
|
124
|
+
highDensity: boolean;
|
|
125
|
+
highDensityPointThreshold: number;
|
|
126
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
127
|
+
highDensitySamples: number;
|
|
100
128
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
101
129
|
beforeCreate?: (() => void) | (() => void)[];
|
|
102
130
|
created?: (() => void) | (() => void)[];
|
|
@@ -123,22 +151,38 @@ declare function __VLS_template(): {
|
|
|
123
151
|
data: import('./chart-adapter').ChartData;
|
|
124
152
|
ariaLabel: string;
|
|
125
153
|
loading: boolean;
|
|
126
|
-
width: number;
|
|
127
|
-
height: number;
|
|
128
154
|
pt: PassThroughOptions;
|
|
129
155
|
unstyled: boolean;
|
|
156
|
+
width: number;
|
|
157
|
+
height: number;
|
|
130
158
|
loadingText: string;
|
|
131
159
|
emptyText: string;
|
|
132
160
|
adapter: ChartAdapter;
|
|
133
161
|
lazyRootMargin: string;
|
|
134
162
|
lazyThreshold: number;
|
|
135
163
|
options: Record<string, unknown>;
|
|
164
|
+
a11ySummary: string;
|
|
165
|
+
a11yKeyboardHint: string;
|
|
166
|
+
a11yTableFallback: boolean;
|
|
167
|
+
tableCaption: string;
|
|
168
|
+
tableLabelHeader: string;
|
|
169
|
+
showTableText: string;
|
|
170
|
+
hideTableText: string;
|
|
171
|
+
printMode: boolean;
|
|
172
|
+
highDensity: boolean;
|
|
173
|
+
highDensityPointThreshold: number;
|
|
174
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
175
|
+
highDensitySamples: number;
|
|
136
176
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
137
177
|
onError?: ((error: Error) => any) | undefined;
|
|
138
178
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
139
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
179
|
+
}>, "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<{
|
|
140
180
|
resize: () => void;
|
|
141
181
|
refresh: () => void;
|
|
182
|
+
exportAsPng: () => string;
|
|
183
|
+
exportAsSvg: () => string;
|
|
184
|
+
exportAsCsv: () => string;
|
|
185
|
+
setPrintMode: (enabled: boolean) => void;
|
|
142
186
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
143
187
|
$slots: Readonly<{
|
|
144
188
|
loading?: () => unknown;
|
|
@@ -168,10 +212,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
168
212
|
ariaLabel: string;
|
|
169
213
|
loading: boolean;
|
|
170
214
|
color: string;
|
|
171
|
-
width: number;
|
|
172
|
-
height: number;
|
|
173
215
|
pt: PassThroughOptions;
|
|
174
216
|
unstyled: boolean;
|
|
217
|
+
width: number;
|
|
218
|
+
height: number;
|
|
175
219
|
loadingText: string;
|
|
176
220
|
emptyText: string;
|
|
177
221
|
adapter: ChartAdapter;
|
|
@@ -198,6 +242,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
198
242
|
readonly loadingText?: string | undefined;
|
|
199
243
|
readonly emptyText?: string | undefined;
|
|
200
244
|
readonly ariaLabel?: string | undefined;
|
|
245
|
+
readonly a11ySummary?: string | undefined;
|
|
246
|
+
readonly a11yKeyboardHint?: string | undefined;
|
|
247
|
+
readonly a11yTableFallback?: boolean | undefined;
|
|
248
|
+
readonly tableCaption?: string | undefined;
|
|
249
|
+
readonly tableLabelHeader?: string | undefined;
|
|
250
|
+
readonly showTableText?: string | undefined;
|
|
251
|
+
readonly hideTableText?: string | undefined;
|
|
252
|
+
readonly printMode?: boolean | undefined;
|
|
253
|
+
readonly highDensity?: boolean | undefined;
|
|
254
|
+
readonly highDensityPointThreshold?: number | undefined;
|
|
255
|
+
readonly highDensityDecimationAlgorithm?: "lttb" | "min-max" | undefined;
|
|
256
|
+
readonly highDensitySamples?: number | undefined;
|
|
201
257
|
readonly lazy?: boolean | undefined;
|
|
202
258
|
readonly lazyRootMargin?: string | undefined;
|
|
203
259
|
readonly lazyThreshold?: number | undefined;
|
|
@@ -229,6 +285,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
229
285
|
}>, {
|
|
230
286
|
resize: () => void;
|
|
231
287
|
refresh: () => void;
|
|
288
|
+
exportAsPng: () => string;
|
|
289
|
+
exportAsSvg: () => string;
|
|
290
|
+
exportAsCsv: () => string;
|
|
291
|
+
setPrintMode: (enabled: boolean) => void;
|
|
232
292
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
233
293
|
error: (error: Error) => any;
|
|
234
294
|
ready: (instance: ChartAdapterInstance) => any;
|
|
@@ -238,16 +298,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
238
298
|
data: import('./chart-adapter').ChartData;
|
|
239
299
|
ariaLabel: string;
|
|
240
300
|
loading: boolean;
|
|
241
|
-
width: number;
|
|
242
|
-
height: number;
|
|
243
301
|
pt: PassThroughOptions;
|
|
244
302
|
unstyled: boolean;
|
|
303
|
+
width: number;
|
|
304
|
+
height: number;
|
|
245
305
|
loadingText: string;
|
|
246
306
|
emptyText: string;
|
|
247
307
|
adapter: ChartAdapter;
|
|
248
308
|
lazyRootMargin: string;
|
|
249
309
|
lazyThreshold: number;
|
|
250
310
|
options: Record<string, unknown>;
|
|
311
|
+
a11ySummary: string;
|
|
312
|
+
a11yKeyboardHint: string;
|
|
313
|
+
a11yTableFallback: boolean;
|
|
314
|
+
tableCaption: string;
|
|
315
|
+
tableLabelHeader: string;
|
|
316
|
+
showTableText: string;
|
|
317
|
+
hideTableText: string;
|
|
318
|
+
printMode: boolean;
|
|
319
|
+
highDensity: boolean;
|
|
320
|
+
highDensityPointThreshold: number;
|
|
321
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
322
|
+
highDensitySamples: number;
|
|
251
323
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
252
324
|
beforeCreate?: (() => void) | (() => void)[];
|
|
253
325
|
created?: (() => void) | (() => void)[];
|
|
@@ -274,22 +346,38 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
274
346
|
data: import('./chart-adapter').ChartData;
|
|
275
347
|
ariaLabel: string;
|
|
276
348
|
loading: boolean;
|
|
277
|
-
width: number;
|
|
278
|
-
height: number;
|
|
279
349
|
pt: PassThroughOptions;
|
|
280
350
|
unstyled: boolean;
|
|
351
|
+
width: number;
|
|
352
|
+
height: number;
|
|
281
353
|
loadingText: string;
|
|
282
354
|
emptyText: string;
|
|
283
355
|
adapter: ChartAdapter;
|
|
284
356
|
lazyRootMargin: string;
|
|
285
357
|
lazyThreshold: number;
|
|
286
358
|
options: Record<string, unknown>;
|
|
359
|
+
a11ySummary: string;
|
|
360
|
+
a11yKeyboardHint: string;
|
|
361
|
+
a11yTableFallback: boolean;
|
|
362
|
+
tableCaption: string;
|
|
363
|
+
tableLabelHeader: string;
|
|
364
|
+
showTableText: string;
|
|
365
|
+
hideTableText: string;
|
|
366
|
+
printMode: boolean;
|
|
367
|
+
highDensity: boolean;
|
|
368
|
+
highDensityPointThreshold: number;
|
|
369
|
+
highDensityDecimationAlgorithm: "lttb" | "min-max";
|
|
370
|
+
highDensitySamples: number;
|
|
287
371
|
}> & Omit<Readonly<import('./chart.vue').ChartProps> & Readonly<{
|
|
288
372
|
onError?: ((error: Error) => any) | undefined;
|
|
289
373
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
290
|
-
}>, "resize" | "refresh" | ("type" | "lazy" | "data" | "ariaLabel" | "loading" | "
|
|
374
|
+
}>, "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<{
|
|
291
375
|
resize: () => void;
|
|
292
376
|
refresh: () => void;
|
|
377
|
+
exportAsPng: () => string;
|
|
378
|
+
exportAsSvg: () => string;
|
|
379
|
+
exportAsCsv: () => string;
|
|
380
|
+
setPrintMode: (enabled: boolean) => void;
|
|
293
381
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
294
382
|
$slots: Readonly<{
|
|
295
383
|
loading?: () => unknown;
|
|
@@ -71,10 +71,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
71
71
|
modelValue: boolean;
|
|
72
72
|
actions: Array<SpeedDialAction>;
|
|
73
73
|
ariaLabel: string;
|
|
74
|
-
closeOnOutsideClick: boolean;
|
|
75
|
-
closeLabel: string;
|
|
76
74
|
pt: PassThroughOptions;
|
|
77
75
|
unstyled: boolean;
|
|
76
|
+
closeOnOutsideClick: boolean;
|
|
77
|
+
closeLabel: string;
|
|
78
78
|
direction: Direction;
|
|
79
79
|
openLabel: string;
|
|
80
80
|
closeOnAction: boolean;
|
|
@@ -55,8 +55,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
55
55
|
disabled: boolean;
|
|
56
56
|
modelValue: StepperValue;
|
|
57
57
|
size: StepperSize;
|
|
58
|
-
orientation: StepperOrientation;
|
|
59
58
|
ariaLabel: string;
|
|
59
|
+
orientation: StepperOrientation;
|
|
60
60
|
ariaLabelledby: string;
|
|
61
61
|
steps: Array<StepperStep>;
|
|
62
62
|
clickable: boolean;
|
|
@@ -19,8 +19,8 @@ declare function __VLS_template(): {
|
|
|
19
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
20
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
21
21
|
as: string;
|
|
22
|
-
ariaLabel: string;
|
|
23
22
|
bordered: boolean;
|
|
23
|
+
ariaLabel: string;
|
|
24
24
|
offset: string;
|
|
25
25
|
zIndex: string | number;
|
|
26
26
|
edge: StickyEdge;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
as?: string;
|
|
3
|
+
fixed?: boolean;
|
|
4
|
+
sticky?: boolean;
|
|
5
|
+
dense?: boolean;
|
|
6
|
+
bordered?: boolean;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
startAriaLabel?: string;
|
|
9
|
+
centerAriaLabel?: string;
|
|
10
|
+
endAriaLabel?: string;
|
|
11
|
+
zIndex?: string | number;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
start?(_: {}): any;
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
center?(_: {}): any;
|
|
19
|
+
end?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
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, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
26
|
+
as: string;
|
|
27
|
+
fixed: boolean;
|
|
28
|
+
bordered: boolean;
|
|
29
|
+
ariaLabel: string;
|
|
30
|
+
dense: boolean;
|
|
31
|
+
startAriaLabel: string;
|
|
32
|
+
centerAriaLabel: string;
|
|
33
|
+
endAriaLabel: string;
|
|
34
|
+
sticky: boolean;
|
|
35
|
+
zIndex: string | number;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -27,8 +27,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
27
27
|
}>, {
|
|
28
28
|
disabled: boolean;
|
|
29
29
|
modelValue: TabValue;
|
|
30
|
-
orientation: TabsOrientation;
|
|
31
30
|
ariaLabel: string;
|
|
31
|
+
orientation: TabsOrientation;
|
|
32
32
|
ariaLabelledby: string;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
34
34
|
list: HTMLDivElement;
|
|
@@ -72,8 +72,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
72
72
|
clearLabel: string;
|
|
73
73
|
copyable: boolean;
|
|
74
74
|
copyLabel: string;
|
|
75
|
-
prompt: string;
|
|
76
75
|
maxHeight: string;
|
|
76
|
+
prompt: string;
|
|
77
77
|
showTimestamps: boolean;
|
|
78
78
|
autoScroll: boolean;
|
|
79
79
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export type ThemeMode = 'system' | 'light' | 'dark';
|
|
2
|
+
type Size = 'small' | 'normal' | 'large';
|
|
3
|
+
interface Props {
|
|
4
|
+
modelValue?: ThemeMode;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
size?: Size;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
systemLabel?: string;
|
|
9
|
+
lightLabel?: string;
|
|
10
|
+
darkLabel?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
+
change: (value: ThemeMode, eventRef: Event) => any;
|
|
14
|
+
"update:modelValue": (value: ThemeMode) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
16
|
+
onChange?: ((value: ThemeMode, eventRef: Event) => any) | undefined;
|
|
17
|
+
"onUpdate:modelValue"?: ((value: ThemeMode) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
modelValue: ThemeMode;
|
|
21
|
+
size: Size;
|
|
22
|
+
ariaLabel: string;
|
|
23
|
+
systemLabel: string;
|
|
24
|
+
lightLabel: string;
|
|
25
|
+
darkLabel: string;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ThemePreset } from '../config/theme-core';
|
|
2
|
+
interface Props {
|
|
3
|
+
preset?: ThemePreset;
|
|
4
|
+
overrides?: ThemePreset;
|
|
5
|
+
as?: string;
|
|
6
|
+
dark?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
|
+
as: string;
|
|
19
|
+
preset: ThemePreset;
|
|
20
|
+
dark: boolean;
|
|
21
|
+
overrides: ThemePreset;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -34,8 +34,8 @@ declare function __VLS_template(): {
|
|
|
34
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
35
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
36
36
|
size: TimelineSize;
|
|
37
|
-
orientation: TimelineOrientation;
|
|
38
37
|
ariaLabel: string;
|
|
38
|
+
orientation: TimelineOrientation;
|
|
39
39
|
items: Array<TimelineItem>;
|
|
40
40
|
ariaLabelledby: string;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
@@ -28,8 +28,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
28
28
|
}>, {
|
|
29
29
|
title: string;
|
|
30
30
|
modelValue: boolean;
|
|
31
|
-
severity: ToastSeverity;
|
|
32
31
|
duration: number;
|
|
32
|
+
severity: ToastSeverity;
|
|
33
33
|
message: string;
|
|
34
34
|
closable: boolean;
|
|
35
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
type Size = 'small' | 'normal' | 'large';
|
|
2
|
+
type Variant = 'filled' | 'outlined' | 'text';
|
|
3
|
+
interface Props {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
size?: Size;
|
|
7
|
+
variant?: Variant;
|
|
8
|
+
label?: string;
|
|
9
|
+
onLabel?: string;
|
|
10
|
+
offLabel?: string;
|
|
11
|
+
icon?: string;
|
|
12
|
+
onIcon?: string;
|
|
13
|
+
offIcon?: string;
|
|
14
|
+
ariaLabel?: string;
|
|
15
|
+
ariaLabelOn?: string;
|
|
16
|
+
ariaLabelOff?: string;
|
|
17
|
+
}
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
20
|
+
slots: {
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLButtonElement;
|
|
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
|
+
change: (value: boolean, eventRef: MouseEvent) => any;
|
|
29
|
+
"update:modelValue": (value: boolean) => any;
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
31
|
+
onChange?: ((value: boolean, eventRef: MouseEvent) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
label: string;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
modelValue: boolean;
|
|
37
|
+
size: Size;
|
|
38
|
+
variant: Variant;
|
|
39
|
+
ariaLabel: string;
|
|
40
|
+
icon: string;
|
|
41
|
+
onLabel: string;
|
|
42
|
+
offLabel: string;
|
|
43
|
+
onIcon: string;
|
|
44
|
+
offIcon: string;
|
|
45
|
+
ariaLabelOn: string;
|
|
46
|
+
ariaLabelOff: string;
|
|
47
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
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
|
+
};
|
|
@@ -22,10 +22,10 @@ declare function __VLS_template(): {
|
|
|
22
22
|
};
|
|
23
23
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
24
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
25
|
+
ariaLabel: string;
|
|
25
26
|
orientation: Orientation;
|
|
26
27
|
wrap: boolean;
|
|
27
28
|
dense: boolean;
|
|
28
|
-
ariaLabel: string;
|
|
29
29
|
groupAriaLabel: string;
|
|
30
30
|
startAriaLabel: string;
|
|
31
31
|
centerAriaLabel: string;
|
|
@@ -56,18 +56,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
56
56
|
"update:modelValue": (...args: any[]) => void;
|
|
57
57
|
open: (...args: any[]) => void;
|
|
58
58
|
complete: (...args: any[]) => void;
|
|
59
|
-
stepChange: (...args: any[]) => void;
|
|
60
|
-
next: (...args: any[]) => void;
|
|
61
59
|
prev: (...args: any[]) => void;
|
|
60
|
+
next: (...args: any[]) => void;
|
|
61
|
+
stepChange: (...args: any[]) => void;
|
|
62
62
|
skip: (...args: any[]) => void;
|
|
63
63
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
64
64
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
65
65
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
68
|
-
onStepChange?: ((...args: any[]) => any) | undefined;
|
|
69
|
-
onNext?: ((...args: any[]) => any) | undefined;
|
|
70
68
|
onPrev?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
onStepChange?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
onSkip?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
mask: boolean;
|
|
@@ -110,8 +110,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
110
110
|
selectable: boolean;
|
|
111
111
|
expandOnClick: boolean;
|
|
112
112
|
loadingKeys: Array<TreeTableValue>;
|
|
113
|
-
striped: boolean;
|
|
114
113
|
hover: boolean;
|
|
114
|
+
striped: boolean;
|
|
115
115
|
server: boolean;
|
|
116
116
|
columnResize: boolean;
|
|
117
117
|
minColumnWidth: number;
|