Merge branch 'master' of https://github.com/primefaces/primevue
commit
5b033c8568
|
@ -232,7 +232,7 @@ export default {
|
||||||
},
|
},
|
||||||
filterLocale: {
|
filterLocale: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: undefined
|
||||||
},
|
},
|
||||||
selection: {
|
selection: {
|
||||||
type: [Array,Object],
|
type: [Array,Object],
|
||||||
|
|
|
@ -71,7 +71,7 @@ export default {
|
||||||
},
|
},
|
||||||
filterLocale: {
|
filterLocale: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
@ -412,4 +412,4 @@ export default {
|
||||||
.p-tree .p-tree-loading-content .p-tree-loading-icon {
|
.p-tree .p-tree-loading-content .p-tree-loading-icon {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -202,7 +202,7 @@ export default {
|
||||||
},
|
},
|
||||||
filterLocale: {
|
filterLocale: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: undefined
|
||||||
},
|
},
|
||||||
resizableColumns: {
|
resizableColumns: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
@ -1110,4 +1110,4 @@ export default {
|
||||||
.p-treetable .p-treetable-loading-icon {
|
.p-treetable .p-treetable-loading-icon {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue