File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
projects/ng-mat-components/src/fs-calendar/calendar-panels Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 "budgets" : [
7373 {
7474 "type" : " initial" ,
75- "maximumWarning" : " 500kb " ,
76- "maximumError" : " 2mb "
75+ "maximumWarning" : " 3mb " ,
76+ "maximumError" : " 5mb "
7777 },
7878 {
7979 "type" : " anyComponentStyle" ,
143143 "cli" : {
144144 "analytics" : false
145145 }
146- }
146+ }
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export class FsCalendarPanelsComponent implements OnInit {
8888 }
8989 @Input ( ) placeholderDay : boolean = false ;
9090
91- @Output ( ) readonly selection = new EventEmitter < CalendarEvent > ( ) ;
91+ @Output ( ) readonly selection = new EventEmitter < CalendarEvent < any > > ( ) ;
9292
9393 @HostListener ( 'window:keyup' , [ '$event' ] )
9494 keyEvent ( event : KeyboardEvent ) {
You can’t perform that action at this time.
0 commit comments