mn-angular-lib 1.0.120 → 1.0.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5601,7 +5601,6 @@ declare class CalendarViewComponent implements OnInit, OnDestroy {
|
|
|
5601
5601
|
label: string;
|
|
5602
5602
|
}[];
|
|
5603
5603
|
isMobileView: boolean;
|
|
5604
|
-
isTabletView: boolean;
|
|
5605
5604
|
/** BehaviorSubject so late-subscribing child views receive the last emitted events. */
|
|
5606
5605
|
internalEventsChanged: BehaviorSubject<CalendarEvent[]>;
|
|
5607
5606
|
/** Subject for broadcasting focus-day changes to child views. */
|