mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Updated calendar selector
This commit is contained in:
@@ -43,7 +43,7 @@ export const materialLocators = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
today: {
|
today: {
|
||||||
class: '.mat-mdc-calendar-body-today'
|
class: '.mat-calendar-body-today'
|
||||||
},
|
},
|
||||||
active: {
|
active: {
|
||||||
root: 'mat-calendar-body-active'
|
root: 'mat-calendar-body-active'
|
||||||
@@ -156,7 +156,8 @@ export const materialLocators = {
|
|||||||
minutes: {
|
minutes: {
|
||||||
class: '.mat-datetimepicker-clock-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: {
|
month: {
|
||||||
view: 'mat-datetimepicker-month-view'
|
view: 'mat-datetimepicker-month-view'
|
||||||
|
Reference in New Issue
Block a user