mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Updated calendar selector
This commit is contained in:
parent
8496845d3f
commit
74d0624a26
@ -43,7 +43,7 @@ export const materialLocators = {
|
||||
}
|
||||
},
|
||||
today: {
|
||||
class: '.mat-mdc-calendar-body-today'
|
||||
class: '.mat-calendar-body-today'
|
||||
},
|
||||
active: {
|
||||
root: 'mat-calendar-body-active'
|
||||
@ -156,7 +156,8 @@ export const materialLocators = {
|
||||
minutes: {
|
||||
class: '.mat-datetimepicker-clock-minutes'
|
||||
},
|
||||
cell: (attribute?: 'selected' | 'disabled') => attribute ? `mat-datetimepicker-clock-cell-${attribute}` : 'mat-datetimepicker-clock-cell'
|
||||
cell: (attribute?: 'selected' | 'disabled') =>
|
||||
attribute ? `mat-datetimepicker-clock-cell-${attribute}` : 'mat-datetimepicker-clock-cell'
|
||||
},
|
||||
month: {
|
||||
view: 'mat-datetimepicker-month-view'
|
||||
|
Loading…
x
Reference in New Issue
Block a user