igniteui-angular 17.2.24 → 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.
Files changed (52) hide show
  1. package/esm2022/lib/avatar/avatar.component.mjs +17 -2
  2. package/esm2022/lib/combo/combo.common.mjs +8 -17
  3. package/esm2022/lib/combo/combo.component.mjs +3 -3
  4. package/esm2022/lib/core/utils.mjs +8 -1
  5. package/esm2022/lib/date-picker/date-picker.component.mjs +7 -3
  6. package/esm2022/lib/date-range-picker/date-range-picker.component.mjs +2 -2
  7. package/esm2022/lib/grids/filtering/excel-style/excel-style-filtering.component.mjs +14 -1
  8. package/esm2022/lib/navigation-drawer/navigation-drawer.component.mjs +3 -3
  9. package/esm2022/lib/query-builder/query-builder.component.mjs +11 -6
  10. package/esm2022/lib/slider/slider.component.mjs +4 -4
  11. package/fesm2022/igniteui-angular.mjs +65 -30
  12. package/fesm2022/igniteui-angular.mjs.map +1 -1
  13. package/lib/avatar/avatar.component.d.ts +3 -1
  14. package/lib/combo/combo.common.d.ts +1 -3
  15. package/lib/core/styles/components/action-strip/_action-strip-component.scss +1 -1
  16. package/lib/core/styles/components/dialog/_dialog-theme.scss +5 -12
  17. package/lib/core/styles/components/drop-down/_drop-down-theme.scss +10 -4
  18. package/lib/core/styles/components/grid/_grid-component.scss +1 -0
  19. package/lib/core/styles/components/paginator/_paginator-component.scss +1 -1
  20. package/lib/core/styles/components/query-builder/_query-builder-component.scss +9 -1
  21. package/lib/core/styles/typography/_bootstrap.scss +3 -3
  22. package/lib/core/styles/typography/_fluent.scss +9 -2
  23. package/lib/core/utils.d.ts +5 -0
  24. package/lib/date-picker/date-picker.component.d.ts +2 -1
  25. package/lib/grids/filtering/excel-style/excel-style-filtering.component.d.ts +1 -0
  26. package/package.json +1 -1
  27. package/styles/igniteui-angular-dark.css +1 -1
  28. package/styles/igniteui-angular.css +1 -1
  29. package/styles/igniteui-bootstrap-dark.css +1 -1
  30. package/styles/igniteui-bootstrap-light.css +1 -1
  31. package/styles/igniteui-dark-green.css +1 -1
  32. package/styles/igniteui-fluent-dark-excel.css +1 -1
  33. package/styles/igniteui-fluent-dark-word.css +1 -1
  34. package/styles/igniteui-fluent-dark.css +1 -1
  35. package/styles/igniteui-fluent-light-excel.css +1 -1
  36. package/styles/igniteui-fluent-light-word.css +1 -1
  37. package/styles/igniteui-fluent-light.css +1 -1
  38. package/styles/igniteui-indigo-dark.css +1 -1
  39. package/styles/igniteui-indigo-light.css +1 -1
  40. package/styles/maps/igniteui-angular-dark.css.map +1 -1
  41. package/styles/maps/igniteui-angular.css.map +1 -1
  42. package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
  43. package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
  44. package/styles/maps/igniteui-dark-green.css.map +1 -1
  45. package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
  46. package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
  47. package/styles/maps/igniteui-fluent-dark.css.map +1 -1
  48. package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
  49. package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
  50. package/styles/maps/igniteui-fluent-light.css.map +1 -1
  51. package/styles/maps/igniteui-indigo-dark.css.map +1 -1
  52. package/styles/maps/igniteui-indigo-light.css.map +1 -1
@@ -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
  *
@@ -784,13 +784,11 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
784
784
  /** @hidden @internal */
785
785
  onBlur(): void;
786
786
  /** @hidden @internal */
787
- onFocus(): void;
788
- /** @hidden @internal */
789
787
  setActiveDescendant(): void;
790
788
  /** @hidden @internal */
791
789
  toggleCaseSensitive(): void;
792
790
  protected onStatusChanged: () => void;
793
- private validateComboState;
791
+ private updateValidity;
794
792
  private get isTouchedOrDirty();
795
793
  private get hasValidators();
796
794
  /** if there is a valueKey - map the keys to data items, else - just return the keys */
@@ -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
  )
@@ -87,7 +87,7 @@
87
87
  @include css-vars($theme);
88
88
 
89
89
  $variant: map.get($theme, '_meta', 'variant');
90
- $bootstrap-theme: map.get($theme, variant) == 'bootstrap';
90
+ $bootstrap-theme: map.get($theme, '_meta', 'variant') == 'bootstrap';
91
91
 
92
92
  $dialog-min-width: map.get((
93
93
  material: rem(280px),
@@ -96,21 +96,21 @@
96
96
  ), $variant);
97
97
 
98
98
  $dialog-title-padding: map.get((
99
- material: rem(24px) rem(24px) rem(12px) rem(24px),
99
+ material: rem(16px) rem(24px) rem(0px) rem(24px),
100
100
  fluent: rem(16px) rem(24px) rem(24px) rem(24px),
101
101
  bootstrap: rem(16px),
102
102
  indigo-design: rem(24px) rem(24px) 0 rem(24px),
103
103
  ), $variant);
104
104
 
105
105
  $dialog-message-padding: map.get((
106
- material: rem(12px) rem(24px),
106
+ material: rem(14px) rem(24px),
107
107
  fluent: 0 rem(24px) rem(20px) rem(24px),
108
108
  bootstrap: rem(16px),
109
109
  indigo-design: rem(16px) rem(24px),
110
110
  ), $variant);
111
111
 
112
112
  $dialog-actions-padding: map.get((
113
- material: rem(8px),
113
+ material: 0 rem(8px) rem(8px),
114
114
  fluent: 0 rem(24px) rem(24px) rem(24px),
115
115
  bootstrap: rem(16px),
116
116
  indigo-design: rem(16px) rem(24px) rem(24px) rem(24px),
@@ -180,23 +180,16 @@
180
180
  flex-flow: row nowrap;
181
181
  justify-content: flex-end;
182
182
  padding: $dialog-actions-padding;
183
+ gap: if($variant == 'indigo-design', rem(16px), rem(8px));
183
184
 
184
185
  @if $bootstrap-theme {
185
186
  border-top: rem(1px) solid var-get($theme, 'border-color');
186
187
  }
187
188
 
188
- button + button {
189
- margin-inline-start: rem(8px);
190
- }
191
-
192
189
  @if $variant == 'indigo-design' {
193
190
  .igx-button {
194
191
  --ig-size: 2;
195
192
  }
196
-
197
- button + button {
198
- margin-inline-start: rem(16px);
199
- }
200
193
  }
201
194
  }
202
195
  }
@@ -327,16 +327,16 @@
327
327
  }
328
328
  }
329
329
 
330
- /// Adds typography styles for the igx-list component.
331
- /// Uses the 'caption' and 'subtitle-2'
330
+ /// Adds typography styles for the igx-drop-down component.
331
+ /// Uses the 'overline', 'body-2', 'subtitle-1'
332
332
  /// categories from the typographic scale.
333
333
  /// @group typography
334
- /// @param {Map} $categories [(header: 'overline', item: 'body-2', select-item: 'subtitle-1')] - The categories from the typographic scale used for type styles.
334
+ /// @param {Map} $categories [(header: 'overline', item: 'body-2', select-item: 'body-2')] - The categories from the typographic scale used for type styles.
335
335
  @mixin drop-down-typography(
336
336
  $categories: (
337
337
  header: 'overline',
338
338
  item: 'body-2',
339
- select-item: 'subtitle-1'
339
+ select-item: 'body-2'
340
340
  )
341
341
  ) {
342
342
  $header: map.get($categories, 'header');
@@ -355,4 +355,10 @@
355
355
  margin: 0;
356
356
  }
357
357
  }
358
+
359
+ %igx-drop-down__item--selected {
360
+ @include type-style($select-item) {
361
+ margin: 0;
362
+ }
363
+ }
358
364
  }
@@ -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;
@@ -63,9 +63,9 @@
63
63
  ));
64
64
  @include dock-manager-typography();
65
65
  @include drop-down-typography($categories: (
66
- header: 'body-1',
67
- item: 'body-1',
68
- select-item: 'body-1'
66
+ header: 'overline',
67
+ item: 'body-2',
68
+ select-item: 'body-2'
69
69
  ));
70
70
  @include expansion-panel-typography($categories: (
71
71
  title: 'h5',
@@ -60,9 +60,16 @@
60
60
  ));
61
61
  @include column-actions-typography();
62
62
  @include date-range-typography();
63
- @include dialog-typography();
63
+ @include dialog-typography($categories: (
64
+ title: 'h6',
65
+ content: 'body-2'
66
+ ));
64
67
  @include dock-manager-typography();
65
- @include drop-down-typography();
68
+ @include drop-down-typography($categories: (
69
+ header: 'subtitle-2',
70
+ item: 'body-2',
71
+ select-item: 'body-2'
72
+ ));
66
73
  @include expansion-panel-typography($categories: (
67
74
  title: 'subtitle-1',
68
75
  description: 'body-2',
@@ -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;
@@ -219,6 +219,7 @@ export declare class IgxGridExcelStyleFilteringComponent extends BaseFilteringCo
219
219
  private renderColumnValuesFromData;
220
220
  private renderValues;
221
221
  private generateFilterValues;
222
+ private modifyExpression;
222
223
  private generateListData;
223
224
  private getColumnFilterExpressionsTree;
224
225
  private addBooleanItems;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "17.2.24",
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",