igniteui-angular 15.1.19 → 15.1.20

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.
@@ -101,7 +101,7 @@ export declare class Calendar {
101
101
  getPrevMonth(date: Date): Date;
102
102
  getNextYear(date: Date): Date;
103
103
  getPrevYear(date: Date): Date;
104
- getWeekNumber(date: Date): number;
104
+ getWeekNumber(date: Date, weekStart: WEEKDAYS | number): any;
105
105
  private generateICalendarDate;
106
106
  private isPreviousMonth;
107
107
  private isNextMonth;
@@ -174,6 +174,11 @@ export declare class IgxSplitterComponent implements AfterContentInit {
174
174
  * This method assigns the order of each pane.
175
175
  */
176
176
  private assignFlexOrder;
177
+ /**
178
+ * @hidden @internal
179
+ * Calculates new sizes for the panes based on move delta and initial sizes
180
+ */
181
+ private calcNewSizes;
177
182
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxSplitterComponent, never>;
178
183
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxSplitterComponent, "igx-splitter", never, { "type": "type"; }, { "resizeStart": "resizeStart"; "resizing": "resizing"; "resizeEnd": "resizeEnd"; }, ["panes"], ["igx-splitter-pane"], false, never>;
179
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "15.1.19",
3
+ "version": "15.1.20",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",