@@ -2,7 +2,7 @@ import { Fragment as ae, reactive as At, computed as g, watchEffect as Re, toRef
2
2
import { useTheme as vl } from "vuetify" ;
3
3
/**
4
4
* @name vuetify-drilldown-table
5
- * @version 1.0.0-beta-9
5
+ * @version 1.0.0-beta-10
6
6
* @description The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's VDataTable and VDataTableServer. It provides a recursive table structure, allowing you to display hierarchical data in a nested format.
7
7
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected] > (https://webdevnerdstuff.com)
8
8
* @copyright Copyright 2023, WebDevNerdStuff
@@ -3029,7 +3029,7 @@ const mi = N({ dense: Boolean, noGutters: Boolean, align: { type: String, defaul
3029
3029
var o ;
3030
3030
return ft ( e . tag , { class : [ "v-row" , n . value , e . class ] , style : e . style } , ( o = t . default ) == null ? void 0 : o . call ( t ) ) ;
3031
3031
} ;
3032
- } } ) , ar = { colors : ( ) => ( { default : { background : "primary" , base : "primary" , border : "primary" , color : "on-primary" } , footer : { background : "--v-theme-surface" , color : "--v-theme-on-surface" } , header : { background : "primary" , color : "on-primary" } , percentageChange : 15 , percentageDirection : "desc" , table : { bottomBorder : "primary" } } ) , columnWidths : ( ) => [ ] , density : "default" , drilldownKey : "id" , elevation : 0 , expandOnClick : ! 1 , filterKeys : void 0 , footers : ( ) => [ ] , height : "auto" , hideNoData : ! 1 , hover : ! 1 , isDrilldown : ! 1 , itemChildrenKey : "child" , itemSelectable : void 0 , itemValue : "id" , items : ( ) => [ ] , itemsLength : 0 , itemsPerPage : 10 , level : 1 , levels : 1 , loaderProps : ( ) => ( { circular : { bgColor : "theme-surface" , color : "primary" , indeterminate : ! 0 } , linear : { color : "surface-variant" , height : "2px" , indeterminate : ! 0 } , skelton : { type : "heading@1" } , text : { color : "surface-variant" } } ) , loaderType : "linear" , loading : ! 1 , loadingText : "$vuetify.dataIterator.loadingText" , matchColumnWidths : ! 1 , multiSort : ! 1 , noDataText : "$vuetify.noDataText" , noFilter : ! 1 , page : 1 , returnObject : ! 0 , search : "" , searchContainerCols : ( ) => ( { lg : 3 , md : 6 , sm : 12 , xl : 3 , xs : 12 , xxl : 2 } ) , searchDebounce : 750 , searchEvents : ( ) => ( { } ) , searchMaxWait : 1e3 , searchProps : ( ) => ( { } ) , selectStrategy : "page" , separator : "default" , server : ! 1 , showDrilldownWhenLoading : ! 0 , showExpand : ! 1 , showFooterRow : ! 1 , showSearch : ! 1 , showSelect : ! 1 , sortAscIcon : "$sortAsc" , sortBy : ( ) => [ ] , tableType : ( ) => ( { } ) } , gi = Ye ( { __name : "BottomSlot" , props : { slotProps : { } } , setup : ( e ) => ( l , t ) => ue ( l . $slots , "bottom" ) } ) , te = "v-drilldown-table" ;
3032
+ } } ) , ar = { colors : ( ) => ( { default : { background : "primary" , base : "primary" , border : "primary" , color : "on-primary" } , footer : { background : "--v-theme-surface" , color : "--v-theme-on-surface" } , header : { background : "primary" , color : "on-primary" } , percentageChange : 15 , percentageDirection : "desc" , table : { bottomBorder : "primary" } } ) , columnWidths : ( ) => [ ] , density : "default" , drilldownKey : "id" , elevation : 0 , expandOnClick : ! 1 , filterKeys : void 0 , footers : ( ) => [ ] , height : "auto" , hideNoData : ! 1 , hover : ! 1 , isDrilldown : ! 1 , itemChildrenKey : "child" , itemSelectable : void 0 , itemValue : "id" , items : ( ) => [ ] , itemsLength : 0 , itemsPerPage : 10 , level : 1 , levels : 1 , loaderProps : ( ) => ( { circular : { bgColor : "theme-surface" , color : "primary" , indeterminate : ! 0 } , linear : { color : "surface-variant" , height : "2px" , indeterminate : ! 0 } , skelton : { type : "heading@1" } , text : { color : "surface-variant" } } ) , loaderType : "linear" , loading : ! 1 , loadingText : "$vuetify.dataIterator.loadingText" , matchColumnWidths : ! 1 , multiSort : ! 1 , noDataText : "$vuetify.noDataText" , noFilter : ! 1 , page : 1 , returnObject : ! 0 , search : "" , searchContainerCols : ( ) => ( { lg : 3 , md : 6 , sm : 12 , xl : 3 , xs : 12 , xxl : 2 } ) , searchDebounce : 0 , searchEvents : ( ) => ( { } ) , searchMaxWait : 1e3 , searchProps : ( ) => ( { } ) , selectStrategy : "page" , separator : "default" , server : ! 1 , showDrilldownWhenLoading : ! 0 , showExpand : ! 1 , showFooterRow : ! 1 , showSearch : ! 1 , showSelect : ! 1 , sortAscIcon : "$sortAsc" , sortBy : ( ) => [ ] , tableType : ( ) => ( { } ) } , gi = Ye ( { __name : "BottomSlot" , props : { slotProps : { } } , setup : ( e ) => ( l , t ) => ue ( l . $slots , "bottom" ) } ) , te = "v-drilldown-table" ;
3033
3033
function Zn ( e , l , t = "" ) {
3034
3034
let n = e ;
3035
3035
const o = l . length - 1 ;
0 commit comments