@@ -297,7 +297,9 @@ export declare class CHeader extends Vue {
297
297
withSubheader : boolean
298
298
}
299
299
300
- export declare class CHeaderBrand extends Vue { }
300
+ export declare class CHeaderBrand extends CLink {
301
+ tag : string
302
+ }
301
303
302
304
export declare class CHeaderNav extends Vue { }
303
305
@@ -487,11 +489,8 @@ export declare class CSidebar extends Vue {
487
489
dropdownMode : string
488
490
}
489
491
490
- export declare class CSidebarBrand extends Vue {
491
- img : object | string
492
- imgMinimized : object | string
493
- imgFull : object | string
494
- wrappedInLink : object | string
492
+ export declare class CSidebarBrand extends CLink {
493
+ tag : string
495
494
}
496
495
497
496
@@ -563,17 +562,19 @@ export declare class CDataTable extends Vue {
563
562
hover : boolean
564
563
border : boolean
565
564
outlined : boolean
566
- optionsRow : boolean | string
567
- header : boolean
568
- footer : boolean
569
565
itemsPerPageSelect : boolean | { label ?: string , values ?: number [ ] }
570
- sorter : boolean | object
571
- columnFilter : boolean | object
572
- tableFilter : boolean | object
573
- sorterValue : object
566
+ sorter : boolean | { external ?: boolean , resetable ?: boolean }
567
+ columnFilter : boolean | { external ?: boolean , lazy ?: boolean }
568
+ tableFilter : boolean | {
569
+ external ?: boolean , lazy ?: boolean , label ?: string , placeholder ?: string
570
+ }
571
+ sorterValue : { column ?: string , asc ?: boolean }
574
572
tableFilterValue : string
575
573
columnFilterValue : object
574
+ header : boolean
575
+ footer : boolean
576
576
loading : boolean
577
+ clickableRows : boolean
577
578
}
578
579
579
580
export declare class CTabs extends Vue {
0 commit comments