Skip to content

Commit b2a8ae8

Browse files
Building
1 parent 01fd9b9 commit b2a8ae8

File tree

5 files changed

+410
-410
lines changed

5 files changed

+410
-410
lines changed

dist/plugin/VDrilldownTable.vue.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
declare const _sfc_main: import("vue").DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:drilldown" | "update:expanded" | "click:row" | "click:row:checkbox" | "update:drilldown:sortby" | "update:options" | "update:itemsPerPage" | "update:page" | "update:search" | "update:sortBy" | "update:sortByCustom")[], "update:drilldown" | "update:expanded" | "click:row" | "click:row:checkbox" | "update:drilldown:sortby" | "update:options" | "update:itemsPerPage" | "update:page" | "update:search" | "update:sortBy" | "update:sortByCustom", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any> & {
1+
declare const _sfc_main: import("vue").DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:drilldown" | "update:expanded" | "click:row" | "click:row:checkbox" | "update:options" | "update:itemsPerPage" | "update:page" | "update:search" | "update:sortBy")[], "update:drilldown" | "update:expanded" | "click:row" | "click:row:checkbox" | "update:options" | "update:itemsPerPage" | "update:page" | "update:search" | "update:sortBy", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any> & {
22
"onClick:row"?: ((...args: any[]) => any) | undefined;
33
"onUpdate:drilldown"?: ((...args: any[]) => any) | undefined;
44
"onUpdate:expanded"?: ((...args: any[]) => any) | undefined;
55
"onClick:row:checkbox"?: ((...args: any[]) => any) | undefined;
6-
"onUpdate:drilldown:sortby"?: ((...args: any[]) => any) | undefined;
76
"onUpdate:options"?: ((...args: any[]) => any) | undefined;
87
"onUpdate:itemsPerPage"?: ((...args: any[]) => any) | undefined;
98
"onUpdate:page"?: ((...args: any[]) => any) | undefined;
109
"onUpdate:search"?: ((...args: any[]) => any) | undefined;
1110
"onUpdate:sortBy"?: ((...args: any[]) => any) | undefined;
12-
"onUpdate:sortByCustom"?: ((...args: any[]) => any) | undefined;
1311
}, {} | {
1412
[x: string]: any;
1513
}, {}>;

dist/plugin/components/TableLoader.vue.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1818
required: true;
1919
};
2020
loaderType: {
21-
type: __PropType<string | string[] | undefined>;
21+
type: __PropType<string | false | string[] | null | undefined>;
2222
required: true;
2323
default: string;
2424
};
@@ -64,7 +64,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
6464
required: true;
6565
};
6666
loaderType: {
67-
type: __PropType<string | string[] | undefined>;
67+
type: __PropType<string | false | string[] | null | undefined>;
6868
required: true;
6969
default: string;
7070
};
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
9595
height: string | number | undefined;
9696
size: string | number | undefined;
9797
loadingText: string | undefined;
98-
loaderType: string | string[] | undefined;
98+
loaderType: string | false | string[] | null | undefined;
9999
textLoader: boolean | undefined;
100100
}, {}>;
101101
export default _sfc_main;

dist/types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export interface Props {
122122
level: number;
123123
levels: number;
124124
loaderHeight?: VProgressLinear['$props']['height'];
125-
loaderType?: string | string[];
125+
loaderType?: string | string[] | false | null;
126126
loading?: VDataTable['$props']['loading'];
127127
loadingText?: VDataTable['$props']['loadingText'];
128128
modelValue?: unknown[];
@@ -311,6 +311,7 @@ export interface Column {
311311
fixedOffset?: number;
312312
key?: string;
313313
renderCell?: CellRender;
314+
renderFooter?: CellRender;
314315
renderFooterCell?: CellRender;
315316
renderHeader?: CellRender;
316317
renderItem?: ItemCellRender;

dist/vuetify-drilldown-table.cjs.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)