igniteui-angular 16.0.17 → 16.0.18

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.
@@ -128,7 +128,7 @@ export declare class Calendar {
128
128
  getPrevMonth(date: Date): Date;
129
129
  getNextYear(date: Date): Date;
130
130
  getPrevYear(date: Date): Date;
131
- getWeekNumber(date: Date): number;
131
+ getWeekNumber(date: Date, weekStart: WEEKDAYS | number): any;
132
132
  private generateICalendarDate;
133
133
  private isPreviousMonth;
134
134
  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": { "alias": "type"; "required": false; }; }, { "resizeStart": "resizeStart"; "resizing": "resizing"; "resizeEnd": "resizeEnd"; }, ["panes"], ["igx-splitter-pane"], true, never>;
179
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.0.17",
3
+ "version": "16.0.18",
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",