igniteui-angular 17.2.25 → 17.2.26

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.
@@ -148,7 +148,8 @@ export declare class IgxAvatarComponent implements OnInit {
148
148
  * ```
149
149
  * @igxFriendlyName Image URL
150
150
  */
151
- src: string;
151
+ set src(value: string);
152
+ get src(): string;
152
153
  /** @hidden @internal */
153
154
  protected defaultTemplate: TemplateRef<any>;
154
155
  /** @hidden @internal */
@@ -162,6 +163,7 @@ export declare class IgxAvatarComponent implements OnInit {
162
163
  * @internal
163
164
  */
164
165
  private _size;
166
+ private _src;
165
167
  /**
166
168
  * Returns the size of the avatar.
167
169
  *
@@ -10,7 +10,7 @@
10
10
  @include register-component(
11
11
  $name: string.slice($this, 2, -1),
12
12
  $deps: (
13
- igx-button,
13
+ igx-icon-button,
14
14
  igx-drop-down,
15
15
  igx-icon,
16
16
  )
@@ -18,6 +18,7 @@
18
18
  igx-checkbox,
19
19
  igx-chip,
20
20
  igx-grid-summary,
21
+ igx-icon-button,
21
22
  igx-input-group,
22
23
  igx-grid-toolbar,
23
24
  igx-paginator,
@@ -10,7 +10,7 @@
10
10
  $name: string.slice($this, 2, -1),
11
11
  $deps: (
12
12
  igx-button,
13
- igx-icon,
13
+ igx-icon-button,
14
14
  igx-input-group,
15
15
  )
16
16
  );
@@ -13,7 +13,15 @@
13
13
  $this: bem--selector-to-string(&);
14
14
  @include register-component(
15
15
  $name: string.slice($this, 2, -1),
16
- $deps: ()
16
+ $deps: (
17
+ igx-icon,
18
+ igx-button,
19
+ igx-chip,
20
+ igx-select,
21
+ igx-input-button,
22
+ igx-icon-button,
23
+ igx-overlay,
24
+ )
17
25
  );
18
26
 
19
27
  @extend %advanced-filter !optional;
@@ -299,3 +299,8 @@ export declare function modulo(n: number, d: number): number;
299
299
  * ```
300
300
  */
301
301
  export declare function intoChunks<T>(arr: T[], size: number): Generator<T[], void, unknown>;
302
+ /**
303
+ * @param path - The URI path to be normalized.
304
+ * @returns string encoded using the encodeURI function.
305
+ */
306
+ export declare function normalizeURI(path: string): string;
@@ -251,6 +251,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
251
251
  clearComponents: QueryList<IgxPickerClearComponent>;
252
252
  /** @hidden @internal */
253
253
  label: IgxLabelDirective;
254
+ private headerTitleTemplate;
254
255
  private headerTemplate;
255
256
  private dateTimeEditor;
256
257
  private viewContainerRef;
@@ -416,7 +417,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
416
417
  private _initializeCalendarContainer;
417
418
  private setCalendarViewDate;
418
419
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerComponent, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
419
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-date-picker", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "headerOrientation": { "alias": "headerOrientation"; "required": false; }; "todayButtonLabel": { "alias": "todayButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "calendarFormat": { "alias": "calendarFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, ["label", "headerTemplate", "subheaderTemplate", "pickerActions", "clearComponents"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
420
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-date-picker", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "headerOrientation": { "alias": "headerOrientation"; "required": false; }; "todayButtonLabel": { "alias": "todayButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "calendarFormat": { "alias": "calendarFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, ["label", "headerTitleTemplate", "headerTemplate", "subheaderTemplate", "pickerActions", "clearComponents"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
420
421
  static ngAcceptInputType_hideOutsideDays: unknown;
421
422
  static ngAcceptInputType_showWeekNumbers: unknown;
422
423
  static ngAcceptInputType_spinLoop: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "17.2.25",
3
+ "version": "17.2.26",
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",