@codemonster-ru/vueforge 0.91.0 → 0.93.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/dist/index.css +1 -1
- package/dist/index.d.ts +43 -1
- package/dist/index.ts.mjs +12529 -7047
- package/dist/index.ts.umd.js +16 -13
- package/dist/package/components/__tests__/avatar.test.d.ts +1 -0
- package/dist/package/components/__tests__/badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/button.test.d.ts +1 -0
- package/dist/package/components/__tests__/card.test.d.ts +1 -0
- package/dist/package/components/__tests__/carousel.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/checkbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-view.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
- package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
- package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/image.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/listbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/mega-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/menu-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-a11y.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-responsive.test.d.ts +1 -0
- package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
- package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/speed-dial.test.d.ts +1 -0
- package/dist/package/components/__tests__/switch.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/tree-table.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/autocomplete.vue.d.ts +38 -8
- package/dist/package/components/avatar.vue.d.ts +1 -1
- package/dist/package/components/badge.vue.d.ts +1 -1
- package/dist/package/components/block-ui.vue.d.ts +45 -0
- package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
- package/dist/package/components/button-group.vue.d.ts +1 -1
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/calendar.vue.d.ts +2 -2
- package/dist/package/components/carousel.vue.d.ts +83 -0
- package/dist/package/components/chart-adapter.d.ts +35 -0
- package/dist/package/components/chart.vue.d.ts +71 -0
- package/dist/package/components/checkbox.vue.d.ts +17 -1
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/color-picker.vue.d.ts +3 -2
- package/dist/package/components/combobox.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +3 -3
- package/dist/package/components/confirm-dialog.vue.d.ts +12 -12
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- package/dist/package/components/data-table.vue.d.ts +47 -2
- package/dist/package/components/data-view.vue.d.ts +83 -0
- package/dist/package/components/date-range-picker.vue.d.ts +3 -3
- package/dist/package/components/datepicker.vue.d.ts +2 -2
- package/dist/package/components/datetimepicker.vue.d.ts +2 -2
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/dock.vue.d.ts +256 -0
- package/dist/package/components/drawer.vue.d.ts +3 -3
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- package/dist/package/components/empty-state.vue.d.ts +1 -1
- package/dist/package/components/fieldset.vue.d.ts +45 -0
- package/dist/package/components/file-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +3 -3
- package/dist/package/components/form-field.vue.d.ts +1 -1
- package/dist/package/components/form.vue.d.ts +1 -1
- package/dist/package/components/galleria.vue.d.ts +60 -0
- package/dist/package/components/icon.vue.d.ts +22 -0
- package/dist/package/components/image.vue.d.ts +108 -0
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- package/dist/package/components/inline.vue.d.ts +1 -1
- package/dist/package/components/inplace.vue.d.ts +64 -0
- package/dist/package/components/input-group.vue.d.ts +4 -0
- package/dist/package/components/input.vue.d.ts +4 -4
- package/dist/package/components/kanban-board.vue.d.ts +1 -1
- package/dist/package/components/knob.vue.d.ts +39 -0
- package/dist/package/components/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +81 -0
- package/dist/package/components/masked-input.vue.d.ts +4 -4
- package/dist/package/components/mega-menu.vue.d.ts +53 -0
- package/dist/package/components/mention-input.vue.d.ts +4 -4
- package/dist/package/components/menu-bar.vue.d.ts +27 -0
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/modal.vue.d.ts +2 -2
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +5 -5
- package/dist/package/components/number-input.vue.d.ts +5 -5
- package/dist/package/components/order-list.vue.d.ts +43 -0
- package/dist/package/components/org-chart-node.vue.d.ts +40 -0
- package/dist/package/components/org-chart.vue.d.ts +72 -0
- package/dist/package/components/otp-input.vue.d.ts +4 -4
- package/dist/package/components/overlay-panel.vue.d.ts +374 -0
- package/dist/package/components/page-header.vue.d.ts +2 -2
- package/dist/package/components/pagination.vue.d.ts +3 -3
- package/dist/package/components/panel-menu-node.vue.d.ts +17 -0
- package/dist/package/components/panel-menu.vue.d.ts +40 -0
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +4 -4
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +3 -3
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/radio-button.vue.d.ts +1 -1
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +2 -2
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- package/dist/package/components/scroll-panel.vue.d.ts +42 -0
- package/dist/package/components/scroll-top.vue.d.ts +52 -0
- package/dist/package/components/search-input.vue.d.ts +4 -4
- package/dist/package/components/segmented-control.vue.d.ts +1 -1
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/skeleton.vue.d.ts +12 -1
- package/dist/package/components/slider.vue.d.ts +2 -2
- package/dist/package/components/speed-dial.vue.d.ts +91 -0
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +10 -8
- package/dist/package/components/splitter.vue.d.ts +4 -0
- package/dist/package/components/stack.vue.d.ts +1 -1
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/switch.vue.d.ts +16 -0
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/tag-input.vue.d.ts +2 -2
- package/dist/package/components/terminal.vue.d.ts +88 -0
- package/dist/package/components/textarea.vue.d.ts +4 -4
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toast-container.vue.d.ts +2 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tour.vue.d.ts +2 -2
- package/dist/package/components/tree-select.vue.d.ts +4 -4
- package/dist/package/components/tree-table.vue.d.ts +127 -0
- package/dist/package/components/tree.vue.d.ts +4 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +3 -3
- package/dist/package/config/index.d.ts +3 -0
- package/dist/package/config/pass-through.d.ts +6 -0
- package/dist/package/config/theme-core.d.ts +562 -0
- package/dist/package/services/__tests__/confirm-service.test.d.ts +1 -0
- package/dist/package/services/__tests__/dialog-service.test.d.ts +1 -0
- package/dist/package/services/confirm-service.d.ts +43 -0
- package/dist/package/services/dialog-service.d.ts +29 -0
- package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
- package/dist/package/themes/default/components/block-ui.d.ts +11 -0
- package/dist/package/themes/default/components/carousel.d.ts +28 -0
- package/dist/package/themes/default/components/chart.d.ts +12 -0
- package/dist/package/themes/default/components/dataview.d.ts +27 -0
- package/dist/package/themes/default/components/dock.d.ts +18 -0
- package/dist/package/themes/default/components/fieldset.d.ts +22 -0
- package/dist/package/themes/default/components/galleria.d.ts +29 -0
- package/dist/package/themes/default/components/icon.d.ts +6 -0
- package/dist/package/themes/default/components/image.d.ts +31 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/listbox.d.ts +32 -0
- package/dist/package/themes/default/components/megamenu.d.ts +27 -0
- package/dist/package/themes/default/components/menubar.d.ts +7 -0
- package/dist/package/themes/default/components/orderlist.d.ts +21 -0
- package/dist/package/themes/default/components/orgchart.d.ts +37 -0
- package/dist/package/themes/default/components/panel.d.ts +32 -0
- package/dist/package/themes/default/components/panelmenu.d.ts +13 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -0
- package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
- package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
- package/dist/package/themes/default/components/skeleton.d.ts +9 -0
- package/dist/package/themes/default/components/speeddial.d.ts +31 -0
- package/dist/package/themes/default/components/terminal.d.ts +29 -0
- package/dist/package/themes/default/components/toolbar.d.ts +11 -0
- package/dist/package/themes/default/components/treetable.d.ts +38 -0
- package/dist/package/themes/default/index.d.ts +607 -0
- package/package.json +7 -1
|
@@ -68,10 +68,10 @@ declare function __VLS_template(): {
|
|
|
68
68
|
open: (...args: any[]) => void;
|
|
69
69
|
}, string, {
|
|
70
70
|
title: string;
|
|
71
|
-
size: "sm" | "md" | "lg";
|
|
72
71
|
modelValue: boolean;
|
|
73
|
-
|
|
72
|
+
size: "sm" | "md" | "lg";
|
|
74
73
|
closeOnOverlay: boolean;
|
|
74
|
+
closeOnEsc: boolean;
|
|
75
75
|
showClose: boolean;
|
|
76
76
|
lockScroll: boolean;
|
|
77
77
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -96,17 +96,17 @@ declare function __VLS_template(): {
|
|
|
96
96
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
97
97
|
} & Readonly<{
|
|
98
98
|
title: string;
|
|
99
|
-
size: "sm" | "md" | "lg";
|
|
100
99
|
modelValue: boolean;
|
|
101
|
-
|
|
100
|
+
size: "sm" | "md" | "lg";
|
|
102
101
|
closeOnOverlay: boolean;
|
|
102
|
+
closeOnEsc: boolean;
|
|
103
103
|
showClose: boolean;
|
|
104
104
|
lockScroll: boolean;
|
|
105
105
|
}> & Omit<Readonly<import('./modal.vue').Props> & Readonly<{
|
|
106
106
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
107
107
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
109
|
-
}>, "close" | "open" | ("title" | "
|
|
109
|
+
}>, "close" | "open" | ("title" | "modelValue" | "size" | "closeOnOverlay" | "closeOnEsc" | "showClose" | "lockScroll")> & import('vue').ShallowUnwrapRef<{
|
|
110
110
|
open: () => void;
|
|
111
111
|
close: () => void;
|
|
112
112
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -141,13 +141,13 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
141
141
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
142
142
|
}>, {
|
|
143
143
|
title: string;
|
|
144
|
+
modelValue: boolean;
|
|
144
145
|
size: "sm" | "md" | "lg";
|
|
145
146
|
loading: boolean;
|
|
146
|
-
modelValue: boolean;
|
|
147
147
|
cancelLabel: string;
|
|
148
|
+
closeOnOverlay: boolean;
|
|
148
149
|
message: string;
|
|
149
150
|
closeOnEsc: boolean;
|
|
150
|
-
closeOnOverlay: boolean;
|
|
151
151
|
showClose: boolean;
|
|
152
152
|
lockScroll: boolean;
|
|
153
153
|
confirmLabel: string;
|
|
@@ -198,10 +198,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
198
198
|
open: (...args: any[]) => void;
|
|
199
199
|
}, string, {
|
|
200
200
|
title: string;
|
|
201
|
-
size: "sm" | "md" | "lg";
|
|
202
201
|
modelValue: boolean;
|
|
203
|
-
|
|
202
|
+
size: "sm" | "md" | "lg";
|
|
204
203
|
closeOnOverlay: boolean;
|
|
204
|
+
closeOnEsc: boolean;
|
|
205
205
|
showClose: boolean;
|
|
206
206
|
lockScroll: boolean;
|
|
207
207
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -226,17 +226,17 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
226
226
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
227
227
|
} & Readonly<{
|
|
228
228
|
title: string;
|
|
229
|
-
size: "sm" | "md" | "lg";
|
|
230
229
|
modelValue: boolean;
|
|
231
|
-
|
|
230
|
+
size: "sm" | "md" | "lg";
|
|
232
231
|
closeOnOverlay: boolean;
|
|
232
|
+
closeOnEsc: boolean;
|
|
233
233
|
showClose: boolean;
|
|
234
234
|
lockScroll: boolean;
|
|
235
235
|
}> & Omit<Readonly<import('./modal.vue').Props> & Readonly<{
|
|
236
236
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
237
237
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
238
238
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
239
|
-
}>, "close" | "open" | ("title" | "
|
|
239
|
+
}>, "close" | "open" | ("title" | "modelValue" | "size" | "closeOnOverlay" | "closeOnEsc" | "showClose" | "lockScroll")> & import('vue').ShallowUnwrapRef<{
|
|
240
240
|
open: () => void;
|
|
241
241
|
close: () => void;
|
|
242
242
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -51,8 +51,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
51
51
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
53
|
disabled: boolean;
|
|
54
|
-
items: Array<Item>;
|
|
55
54
|
modelValue: boolean;
|
|
55
|
+
items: Array<Item>;
|
|
56
56
|
offset: number;
|
|
57
57
|
closeOnEsc: boolean;
|
|
58
58
|
closeOnSelect: boolean;
|
|
@@ -5,6 +5,7 @@ type SortOrder = 'asc' | 'desc' | null;
|
|
|
5
5
|
type DataTableFilters = Record<string, unknown>;
|
|
6
6
|
type DataTableSelectionMode = 'single' | 'multiple' | null;
|
|
7
7
|
type DataTableRowKey = string | number;
|
|
8
|
+
type DataTableGroupKey = string | number;
|
|
8
9
|
export interface DataTableColumn {
|
|
9
10
|
field: string;
|
|
10
11
|
header?: string;
|
|
@@ -58,6 +59,17 @@ interface Props {
|
|
|
58
59
|
minColumnWidth?: number;
|
|
59
60
|
columnReorder?: boolean;
|
|
60
61
|
columnOrder?: Array<string>;
|
|
62
|
+
rowGroupBy?: string | ((row: Record<string, unknown>, index: number) => DataTableGroupKey | null | undefined);
|
|
63
|
+
rowGroupLabel?: string;
|
|
64
|
+
rowExpansion?: boolean;
|
|
65
|
+
expandedRows?: Array<DataTableRowKey>;
|
|
66
|
+
rowExpandable?: (row: Record<string, unknown>, index: number) => boolean;
|
|
67
|
+
expandOnRowClick?: boolean;
|
|
68
|
+
expandRowAriaLabel?: string;
|
|
69
|
+
collapseRowAriaLabel?: string;
|
|
70
|
+
visibleColumns?: Array<string>;
|
|
71
|
+
columnVisibilityManager?: boolean;
|
|
72
|
+
columnVisibilityLabel?: string;
|
|
61
73
|
}
|
|
62
74
|
declare function __VLS_template(): {
|
|
63
75
|
attrs: Partial<{}>;
|
|
@@ -79,6 +91,14 @@ declare function __VLS_template(): {
|
|
|
79
91
|
}): any;
|
|
80
92
|
loading?(_: {}): any;
|
|
81
93
|
empty?(_: {}): any;
|
|
94
|
+
'group-header'?(_: {
|
|
95
|
+
group: string;
|
|
96
|
+
rows: Record<string, unknown>[];
|
|
97
|
+
}): any;
|
|
98
|
+
'row-expansion'?(_: {
|
|
99
|
+
row: Record<string, unknown>;
|
|
100
|
+
index: number;
|
|
101
|
+
}): any;
|
|
82
102
|
};
|
|
83
103
|
refs: {};
|
|
84
104
|
rootEl: HTMLDivElement;
|
|
@@ -96,6 +116,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
96
116
|
applyBulkAction: (value: string) => void;
|
|
97
117
|
setColumnOrder: (value: Array<string>) => void;
|
|
98
118
|
getColumnOrder: () => string[];
|
|
119
|
+
setVisibleColumns: (value: Array<string>) => void;
|
|
120
|
+
getVisibleColumns: () => string[];
|
|
121
|
+
toggleRowExpansion: (row: Record<string, unknown>, index: number, event?: Event) => void;
|
|
122
|
+
getExpandedRows: () => DataTableRowKey[];
|
|
99
123
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
100
124
|
sort: (...args: any[]) => void;
|
|
101
125
|
filter: (...args: any[]) => void;
|
|
@@ -113,6 +137,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
113
137
|
selectionChange: (...args: any[]) => void;
|
|
114
138
|
bulkAction: (...args: any[]) => void;
|
|
115
139
|
"update:columnOrder": (...args: any[]) => void;
|
|
140
|
+
"update:expandedRows": (...args: any[]) => void;
|
|
141
|
+
rowExpand: (...args: any[]) => void;
|
|
142
|
+
rowCollapse: (...args: any[]) => void;
|
|
143
|
+
"update:visibleColumns": (...args: any[]) => void;
|
|
144
|
+
columnVisibilityChange: (...args: any[]) => void;
|
|
116
145
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
117
146
|
onSort?: ((...args: any[]) => any) | undefined;
|
|
118
147
|
onFilter?: ((...args: any[]) => any) | undefined;
|
|
@@ -130,13 +159,18 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
130
159
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
131
160
|
onBulkAction?: ((...args: any[]) => any) | undefined;
|
|
132
161
|
"onUpdate:columnOrder"?: ((...args: any[]) => any) | undefined;
|
|
162
|
+
"onUpdate:expandedRows"?: ((...args: any[]) => any) | undefined;
|
|
163
|
+
onRowExpand?: ((...args: any[]) => any) | undefined;
|
|
164
|
+
onRowCollapse?: ((...args: any[]) => any) | undefined;
|
|
165
|
+
"onUpdate:visibleColumns"?: ((...args: any[]) => any) | undefined;
|
|
166
|
+
onColumnVisibilityChange?: ((...args: any[]) => any) | undefined;
|
|
133
167
|
}>, {
|
|
134
168
|
size: Size;
|
|
169
|
+
variant: Variant;
|
|
170
|
+
ariaLabel: string;
|
|
135
171
|
columns: Array<DataTableColumn>;
|
|
136
172
|
page: number;
|
|
137
173
|
loading: boolean;
|
|
138
|
-
variant: Variant;
|
|
139
|
-
ariaLabel: string;
|
|
140
174
|
loadingText: string;
|
|
141
175
|
emptyText: string;
|
|
142
176
|
selectAllAriaLabel: string;
|
|
@@ -160,6 +194,17 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
160
194
|
minColumnWidth: number;
|
|
161
195
|
columnReorder: boolean;
|
|
162
196
|
columnOrder: Array<string>;
|
|
197
|
+
rowGroupBy: string | ((row: Record<string, unknown>, index: number) => DataTableGroupKey | null | undefined);
|
|
198
|
+
rowGroupLabel: string;
|
|
199
|
+
rowExpansion: boolean;
|
|
200
|
+
expandedRows: Array<DataTableRowKey>;
|
|
201
|
+
rowExpandable: (row: Record<string, unknown>, index: number) => boolean;
|
|
202
|
+
expandOnRowClick: boolean;
|
|
203
|
+
expandRowAriaLabel: string;
|
|
204
|
+
collapseRowAriaLabel: string;
|
|
205
|
+
visibleColumns: Array<string>;
|
|
206
|
+
columnVisibilityManager: boolean;
|
|
207
|
+
columnVisibilityLabel: string;
|
|
163
208
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
164
209
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
165
210
|
export default _default;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
type Layout = 'list' | 'grid';
|
|
2
|
+
type SortOrder = 'asc' | 'desc' | null;
|
|
3
|
+
interface Props {
|
|
4
|
+
items?: Array<Record<string, unknown>>;
|
|
5
|
+
layout?: Layout;
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
loadingText?: string;
|
|
8
|
+
emptyText?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
ariaLabel?: string;
|
|
11
|
+
rowKey?: string | ((item: Record<string, unknown>, index: number) => string | number);
|
|
12
|
+
sortable?: boolean;
|
|
13
|
+
sortField?: string | null;
|
|
14
|
+
sortOrder?: SortOrder;
|
|
15
|
+
defaultSortField?: string | null;
|
|
16
|
+
page?: number;
|
|
17
|
+
pageSize?: number;
|
|
18
|
+
total?: number;
|
|
19
|
+
server?: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare function __VLS_template(): {
|
|
22
|
+
attrs: Partial<{}>;
|
|
23
|
+
slots: {
|
|
24
|
+
loading?(_: {}): any;
|
|
25
|
+
empty?(_: {}): any;
|
|
26
|
+
item?(_: {
|
|
27
|
+
item: Record<string, unknown>;
|
|
28
|
+
index: number;
|
|
29
|
+
layout: Layout;
|
|
30
|
+
}): any;
|
|
31
|
+
};
|
|
32
|
+
refs: {};
|
|
33
|
+
rootEl: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
37
|
+
setPage: (page: number) => void;
|
|
38
|
+
setPageSize: (pageSize: number) => void;
|
|
39
|
+
setLayout: (layout: Layout) => void;
|
|
40
|
+
toggleSort: () => void;
|
|
41
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
|
+
sort: (...args: any[]) => void;
|
|
43
|
+
page: (...args: any[]) => void;
|
|
44
|
+
"update:sortField": (...args: any[]) => void;
|
|
45
|
+
"update:sortOrder": (...args: any[]) => void;
|
|
46
|
+
"update:page": (...args: any[]) => void;
|
|
47
|
+
"update:pageSize": (...args: any[]) => void;
|
|
48
|
+
request: (...args: any[]) => void;
|
|
49
|
+
"update:layout": (...args: any[]) => void;
|
|
50
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
51
|
+
onSort?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
onPage?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
"onUpdate:sortField"?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
"onUpdate:sortOrder"?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
"onUpdate:page"?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onRequest?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
"onUpdate:layout"?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
}>, {
|
|
60
|
+
disabled: boolean;
|
|
61
|
+
ariaLabel: string;
|
|
62
|
+
items: Array<Record<string, unknown>>;
|
|
63
|
+
page: number;
|
|
64
|
+
loading: boolean;
|
|
65
|
+
loadingText: string;
|
|
66
|
+
emptyText: string;
|
|
67
|
+
total: number;
|
|
68
|
+
pageSize: number;
|
|
69
|
+
rowKey: string | ((item: Record<string, unknown>, index: number) => string | number);
|
|
70
|
+
sortable: boolean;
|
|
71
|
+
sortField: string | null;
|
|
72
|
+
sortOrder: SortOrder;
|
|
73
|
+
server: boolean;
|
|
74
|
+
layout: Layout;
|
|
75
|
+
defaultSortField: string | null;
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
77
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
78
|
+
export default _default;
|
|
79
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
80
|
+
new (): {
|
|
81
|
+
$slots: S;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -30,13 +30,13 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
30
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
disabled: boolean;
|
|
33
|
+
modelValue: DateRangeValue;
|
|
33
34
|
size: Size;
|
|
34
|
-
separator: string;
|
|
35
35
|
variant: Variant;
|
|
36
|
-
|
|
36
|
+
ariaLabel: string;
|
|
37
|
+
separator: string;
|
|
37
38
|
placeholder: string;
|
|
38
39
|
readonly: boolean;
|
|
39
|
-
ariaLabel: string;
|
|
40
40
|
min: string;
|
|
41
41
|
max: string;
|
|
42
42
|
panelAriaLabel: string;
|
|
@@ -26,12 +26,12 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
26
26
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
28
|
disabled: boolean;
|
|
29
|
+
modelValue: string;
|
|
29
30
|
size: Size;
|
|
30
31
|
variant: Variant;
|
|
31
|
-
|
|
32
|
+
ariaLabel: string;
|
|
32
33
|
placeholder: string;
|
|
33
34
|
readonly: boolean;
|
|
34
|
-
ariaLabel: string;
|
|
35
35
|
min: string;
|
|
36
36
|
max: string;
|
|
37
37
|
panelAriaLabel: string;
|
|
@@ -30,12 +30,12 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
30
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
disabled: boolean;
|
|
33
|
+
modelValue: string;
|
|
33
34
|
size: Size;
|
|
34
35
|
variant: Variant;
|
|
35
|
-
|
|
36
|
+
ariaLabel: string;
|
|
36
37
|
placeholder: string;
|
|
37
38
|
readonly: boolean;
|
|
38
|
-
ariaLabel: string;
|
|
39
39
|
format: TimeFormat;
|
|
40
40
|
min: string;
|
|
41
41
|
max: string;
|
|
@@ -18,8 +18,8 @@ declare function __VLS_template(): {
|
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
19
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
20
20
|
label: string;
|
|
21
|
-
orientation: Orientation;
|
|
22
21
|
variant: Variant;
|
|
22
|
+
orientation: Orientation;
|
|
23
23
|
ariaLabel: string;
|
|
24
24
|
inset: boolean;
|
|
25
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
import { RouteLocationAsPathGeneric, RouteLocationAsRelativeGeneric } from 'vue-router';
|
|
2
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
3
|
+
type DockPosition = 'bottom' | 'top' | 'left' | 'right';
|
|
4
|
+
type DockKey = string | number;
|
|
5
|
+
export interface DockItem {
|
|
6
|
+
key?: DockKey;
|
|
7
|
+
label: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
10
|
+
href?: string;
|
|
11
|
+
url?: string;
|
|
12
|
+
active?: boolean;
|
|
13
|
+
exact?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
command?: () => void;
|
|
16
|
+
}
|
|
17
|
+
interface Props {
|
|
18
|
+
items?: Array<DockItem>;
|
|
19
|
+
modelValue?: DockKey | null;
|
|
20
|
+
position?: DockPosition;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
ariaLabel?: string;
|
|
23
|
+
syncActiveFromRoute?: boolean;
|
|
24
|
+
pt?: PassThroughOptions;
|
|
25
|
+
unstyled?: boolean;
|
|
26
|
+
}
|
|
27
|
+
declare function __VLS_template(): {
|
|
28
|
+
attrs: Partial<{}>;
|
|
29
|
+
slots: Readonly<{
|
|
30
|
+
item?: (props: {
|
|
31
|
+
item: DockItem;
|
|
32
|
+
index: number;
|
|
33
|
+
active: boolean;
|
|
34
|
+
}) => unknown;
|
|
35
|
+
}> & {
|
|
36
|
+
item?: (props: {
|
|
37
|
+
item: DockItem;
|
|
38
|
+
index: number;
|
|
39
|
+
active: boolean;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
};
|
|
42
|
+
refs: {
|
|
43
|
+
itemRefs: ({
|
|
44
|
+
$: import('vue').ComponentInternalInstance;
|
|
45
|
+
$data: {};
|
|
46
|
+
$props: {
|
|
47
|
+
readonly to?: (string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric) | undefined;
|
|
48
|
+
readonly href?: string | undefined;
|
|
49
|
+
readonly url?: string | undefined;
|
|
50
|
+
readonly as?: "a" | "router-link" | undefined;
|
|
51
|
+
readonly type?: string | undefined;
|
|
52
|
+
readonly label?: string | undefined;
|
|
53
|
+
readonly active?: boolean | undefined;
|
|
54
|
+
readonly disabled?: boolean | undefined;
|
|
55
|
+
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
readonly onActive?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
readonly "onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
readonly onOnActive?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
60
|
+
$attrs: {
|
|
61
|
+
[x: string]: unknown;
|
|
62
|
+
};
|
|
63
|
+
$refs: {
|
|
64
|
+
[x: string]: unknown;
|
|
65
|
+
} & {
|
|
66
|
+
link: any;
|
|
67
|
+
};
|
|
68
|
+
$slots: Readonly<{
|
|
69
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
70
|
+
}>;
|
|
71
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
72
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
73
|
+
$host: Element | null;
|
|
74
|
+
$emit: ((event: "click", ...args: any[]) => void) & ((event: "active", ...args: any[]) => void) & ((event: "update:active", ...args: any[]) => void) & ((event: "onActive", ...args: any[]) => void);
|
|
75
|
+
$el: any;
|
|
76
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./link.vue').Props> & Readonly<{
|
|
77
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
82
|
+
click: (...args: any[]) => void;
|
|
83
|
+
active: (...args: any[]) => void;
|
|
84
|
+
"update:active": (...args: any[]) => void;
|
|
85
|
+
onActive: (...args: any[]) => void;
|
|
86
|
+
}, string, {
|
|
87
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
88
|
+
href: string;
|
|
89
|
+
url: string;
|
|
90
|
+
as: "a" | "router-link";
|
|
91
|
+
type: string;
|
|
92
|
+
label: string;
|
|
93
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
94
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
95
|
+
created?: (() => void) | (() => void)[];
|
|
96
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
97
|
+
mounted?: (() => void) | (() => void)[];
|
|
98
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
99
|
+
updated?: (() => void) | (() => void)[];
|
|
100
|
+
activated?: (() => void) | (() => void)[];
|
|
101
|
+
deactivated?: (() => void) | (() => void)[];
|
|
102
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
103
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
104
|
+
destroyed?: (() => void) | (() => void)[];
|
|
105
|
+
unmounted?: (() => void) | (() => void)[];
|
|
106
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
107
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
108
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109
|
+
};
|
|
110
|
+
$forceUpdate: () => void;
|
|
111
|
+
$nextTick: typeof import('vue').nextTick;
|
|
112
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
113
|
+
} & Readonly<{
|
|
114
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
115
|
+
href: string;
|
|
116
|
+
url: string;
|
|
117
|
+
as: "a" | "router-link";
|
|
118
|
+
type: string;
|
|
119
|
+
label: string;
|
|
120
|
+
}> & Omit<Readonly<import('./link.vue').Props> & Readonly<{
|
|
121
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
122
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
124
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
}>, "to" | "href" | "url" | "as" | "type" | "label"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
126
|
+
$slots: {
|
|
127
|
+
default?(_: {}): any;
|
|
128
|
+
default?(_: {}): any;
|
|
129
|
+
};
|
|
130
|
+
}) | null;
|
|
131
|
+
};
|
|
132
|
+
rootEl: HTMLElement;
|
|
133
|
+
};
|
|
134
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
135
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
136
|
+
select: (payload: {
|
|
137
|
+
item: DockItem;
|
|
138
|
+
index: number;
|
|
139
|
+
key: DockKey;
|
|
140
|
+
event: MouseEvent | KeyboardEvent;
|
|
141
|
+
}) => any;
|
|
142
|
+
"update:modelValue": (value: DockKey) => any;
|
|
143
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
144
|
+
onSelect?: ((payload: {
|
|
145
|
+
item: DockItem;
|
|
146
|
+
index: number;
|
|
147
|
+
key: DockKey;
|
|
148
|
+
event: MouseEvent | KeyboardEvent;
|
|
149
|
+
}) => any) | undefined;
|
|
150
|
+
"onUpdate:modelValue"?: ((value: DockKey) => any) | undefined;
|
|
151
|
+
}>, {
|
|
152
|
+
disabled: boolean;
|
|
153
|
+
modelValue: DockKey | null;
|
|
154
|
+
ariaLabel: string;
|
|
155
|
+
items: Array<DockItem>;
|
|
156
|
+
syncActiveFromRoute: boolean;
|
|
157
|
+
pt: PassThroughOptions;
|
|
158
|
+
unstyled: boolean;
|
|
159
|
+
position: DockPosition;
|
|
160
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
161
|
+
itemRefs: ({
|
|
162
|
+
$: import('vue').ComponentInternalInstance;
|
|
163
|
+
$data: {};
|
|
164
|
+
$props: {
|
|
165
|
+
readonly to?: (string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric) | undefined;
|
|
166
|
+
readonly href?: string | undefined;
|
|
167
|
+
readonly url?: string | undefined;
|
|
168
|
+
readonly as?: "a" | "router-link" | undefined;
|
|
169
|
+
readonly type?: string | undefined;
|
|
170
|
+
readonly label?: string | undefined;
|
|
171
|
+
readonly active?: boolean | undefined;
|
|
172
|
+
readonly disabled?: boolean | undefined;
|
|
173
|
+
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
readonly onActive?: ((...args: any[]) => any) | undefined;
|
|
175
|
+
readonly "onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
readonly onOnActive?: ((...args: any[]) => any) | undefined;
|
|
177
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
178
|
+
$attrs: {
|
|
179
|
+
[x: string]: unknown;
|
|
180
|
+
};
|
|
181
|
+
$refs: {
|
|
182
|
+
[x: string]: unknown;
|
|
183
|
+
} & {
|
|
184
|
+
link: any;
|
|
185
|
+
};
|
|
186
|
+
$slots: Readonly<{
|
|
187
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
188
|
+
}>;
|
|
189
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
190
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
191
|
+
$host: Element | null;
|
|
192
|
+
$emit: ((event: "click", ...args: any[]) => void) & ((event: "active", ...args: any[]) => void) & ((event: "update:active", ...args: any[]) => void) & ((event: "onActive", ...args: any[]) => void);
|
|
193
|
+
$el: any;
|
|
194
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./link.vue').Props> & Readonly<{
|
|
195
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
196
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
198
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
199
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
200
|
+
click: (...args: any[]) => void;
|
|
201
|
+
active: (...args: any[]) => void;
|
|
202
|
+
"update:active": (...args: any[]) => void;
|
|
203
|
+
onActive: (...args: any[]) => void;
|
|
204
|
+
}, string, {
|
|
205
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
206
|
+
href: string;
|
|
207
|
+
url: string;
|
|
208
|
+
as: "a" | "router-link";
|
|
209
|
+
type: string;
|
|
210
|
+
label: string;
|
|
211
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
212
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
213
|
+
created?: (() => void) | (() => void)[];
|
|
214
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
215
|
+
mounted?: (() => void) | (() => void)[];
|
|
216
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
217
|
+
updated?: (() => void) | (() => void)[];
|
|
218
|
+
activated?: (() => void) | (() => void)[];
|
|
219
|
+
deactivated?: (() => void) | (() => void)[];
|
|
220
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
221
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
222
|
+
destroyed?: (() => void) | (() => void)[];
|
|
223
|
+
unmounted?: (() => void) | (() => void)[];
|
|
224
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
225
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
226
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
227
|
+
};
|
|
228
|
+
$forceUpdate: () => void;
|
|
229
|
+
$nextTick: typeof import('vue').nextTick;
|
|
230
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
231
|
+
} & Readonly<{
|
|
232
|
+
to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
|
|
233
|
+
href: string;
|
|
234
|
+
url: string;
|
|
235
|
+
as: "a" | "router-link";
|
|
236
|
+
type: string;
|
|
237
|
+
label: string;
|
|
238
|
+
}> & Omit<Readonly<import('./link.vue').Props> & Readonly<{
|
|
239
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
240
|
+
onActive?: ((...args: any[]) => any) | undefined;
|
|
241
|
+
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
242
|
+
onOnActive?: ((...args: any[]) => any) | undefined;
|
|
243
|
+
}>, "to" | "href" | "url" | "as" | "type" | "label"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
244
|
+
$slots: {
|
|
245
|
+
default?(_: {}): any;
|
|
246
|
+
default?(_: {}): any;
|
|
247
|
+
};
|
|
248
|
+
}) | null;
|
|
249
|
+
}, HTMLElement>;
|
|
250
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
251
|
+
export default _default;
|
|
252
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
253
|
+
new (): {
|
|
254
|
+
$slots: S;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
@@ -39,14 +39,14 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
39
39
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
41
|
title: string;
|
|
42
|
-
size: "sm" | "md" | "lg";
|
|
43
42
|
modelValue: boolean;
|
|
43
|
+
size: "sm" | "md" | "lg";
|
|
44
|
+
overlay: boolean;
|
|
45
|
+
closeOnOverlay: boolean;
|
|
44
46
|
position: "left" | "right" | "top" | "bottom";
|
|
45
47
|
closeOnEsc: boolean;
|
|
46
|
-
closeOnOverlay: boolean;
|
|
47
48
|
showClose: boolean;
|
|
48
49
|
lockScroll: boolean;
|
|
49
|
-
overlay: boolean;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
51
51
|
panel: HTMLDivElement;
|
|
52
52
|
}, any>;
|
|
@@ -50,8 +50,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
50
50
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
52
|
disabled: boolean;
|
|
53
|
-
items: Array<Item>;
|
|
54
53
|
modelValue: boolean;
|
|
54
|
+
items: Array<Item>;
|
|
55
55
|
placement: Placement;
|
|
56
56
|
offset: number;
|
|
57
57
|
closeOnEsc: boolean;
|
|
@@ -22,8 +22,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
22
22
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
23
|
title: string;
|
|
24
24
|
size: Size;
|
|
25
|
-
icon: string;
|
|
26
25
|
variant: Variant;
|
|
26
|
+
icon: string;
|
|
27
27
|
description: string;
|
|
28
28
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
29
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|