igniteui-angular 19.0.6 → 19.0.7
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.
|
@@ -65,6 +65,10 @@ export declare class IgxMonthsViewComponent extends IgxCalendarViewDirective imp
|
|
|
65
65
|
*/
|
|
66
66
|
private _monthFormat;
|
|
67
67
|
constructor(el: ElementRef, dayInterval: DayInterval);
|
|
68
|
+
/**
|
|
69
|
+
* @hidden
|
|
70
|
+
*/
|
|
71
|
+
protected onMouseDown(): void;
|
|
68
72
|
/**
|
|
69
73
|
* Returns the locale representation of the month in the months view.
|
|
70
74
|
*
|
|
@@ -68,6 +68,10 @@ export declare class IgxYearsViewComponent extends IgxCalendarViewDirective impl
|
|
|
68
68
|
* @hidden
|
|
69
69
|
*/
|
|
70
70
|
protected initFormatter(): void;
|
|
71
|
+
/**
|
|
72
|
+
* @hidden
|
|
73
|
+
*/
|
|
74
|
+
protected onMouseDown(): void;
|
|
71
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxYearsViewComponent, never>;
|
|
72
76
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxYearsViewComponent, "igx-years-view", never, { "standalone": { "alias": "standalone"; "required": false; }; "yearFormat": { "alias": "yearFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
73
77
|
}
|
package/package.json
CHANGED