refactor(picker): get picker rendering buttons and columns properly

This commit is contained in:
Brandy Carney
2017-10-23 17:58:00 -04:00
parent 7f7efe56fb
commit f3b509ee85
5 changed files with 346 additions and 473 deletions

View File

@ -629,6 +629,7 @@ declare global {
mode?: string,
color?: string,
pickerCtrl?: any,
disabled?: boolean,
min?: string,
max?: string,
@ -646,7 +647,8 @@ declare global {
dayNames?: any,
dayShortNames?: any,
pickerOptions?: any,
placeholder?: string
placeholder?: string,
value?: string
}
}
}
@ -1934,6 +1936,7 @@ declare global {
mode?: string,
color?: string,
addButton?: any,
addColumn?: any,
getColumn?: any,
getColumns?: any,