igniteui-angular 21.0.4 → 21.0.6

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 (92) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +7 -7
  2. package/fesm2022/igniteui-angular-action-strip.mjs +11 -10
  3. package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
  4. package/fesm2022/igniteui-angular-avatar.mjs +7 -7
  5. package/fesm2022/igniteui-angular-badge.mjs +7 -7
  6. package/fesm2022/igniteui-angular-banner.mjs +10 -10
  7. package/fesm2022/igniteui-angular-bottom-nav.mjs +22 -22
  8. package/fesm2022/igniteui-angular-button-group.mjs +7 -7
  9. package/fesm2022/igniteui-angular-calendar.mjs +61 -61
  10. package/fesm2022/igniteui-angular-card.mjs +31 -31
  11. package/fesm2022/igniteui-angular-carousel.mjs +25 -25
  12. package/fesm2022/igniteui-angular-chat-extras.mjs +6 -6
  13. package/fesm2022/igniteui-angular-chat.mjs +18 -18
  14. package/fesm2022/igniteui-angular-chat.mjs.map +1 -1
  15. package/fesm2022/igniteui-angular-checkbox.mjs +7 -7
  16. package/fesm2022/igniteui-angular-chips.mjs +10 -10
  17. package/fesm2022/igniteui-angular-combo.mjs +52 -52
  18. package/fesm2022/igniteui-angular-core.mjs +56 -52
  19. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  20. package/fesm2022/igniteui-angular-date-picker.mjs +38 -38
  21. package/fesm2022/igniteui-angular-dialog.mjs +13 -13
  22. package/fesm2022/igniteui-angular-directives.mjs +198 -194
  23. package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
  24. package/fesm2022/igniteui-angular-drop-down.mjs +29 -29
  25. package/fesm2022/igniteui-angular-expansion-panel.mjs +28 -28
  26. package/fesm2022/igniteui-angular-grids-core.mjs +554 -474
  27. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  28. package/fesm2022/igniteui-angular-grids-grid.mjs +53 -48
  29. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  30. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +53 -39
  31. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  32. package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +82 -79
  33. package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
  34. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +57 -57
  35. package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
  36. package/fesm2022/igniteui-angular-icon.mjs +10 -10
  37. package/fesm2022/igniteui-angular-input-group.mjs +26 -26
  38. package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
  39. package/fesm2022/igniteui-angular-list.mjs +40 -40
  40. package/fesm2022/igniteui-angular-navbar.mjs +13 -13
  41. package/fesm2022/igniteui-angular-navigation-drawer.mjs +16 -16
  42. package/fesm2022/igniteui-angular-paginator.mjs +19 -19
  43. package/fesm2022/igniteui-angular-progressbar.mjs +19 -19
  44. package/fesm2022/igniteui-angular-query-builder.mjs +22 -22
  45. package/fesm2022/igniteui-angular-radio.mjs +12 -12
  46. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  47. package/fesm2022/igniteui-angular-select.mjs +25 -25
  48. package/fesm2022/igniteui-angular-simple-combo.mjs +7 -7
  49. package/fesm2022/igniteui-angular-slider.mjs +28 -28
  50. package/fesm2022/igniteui-angular-snackbar.mjs +7 -7
  51. package/fesm2022/igniteui-angular-splitter.mjs +14 -14
  52. package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-stepper.mjs +34 -34
  54. package/fesm2022/igniteui-angular-switch.mjs +7 -7
  55. package/fesm2022/igniteui-angular-tabs.mjs +34 -34
  56. package/fesm2022/igniteui-angular-time-picker.mjs +19 -19
  57. package/fesm2022/igniteui-angular-toast.mjs +7 -7
  58. package/fesm2022/igniteui-angular-tree.mjs +28 -28
  59. package/lib/core/styles/components/chip/_chip-theme.scss +28 -29
  60. package/lib/core/styles/components/grid/_excel-filtering-theme.scss +14 -11
  61. package/lib/core/styles/components/navbar/_navbar-theme.scss +7 -1
  62. package/package.json +3 -3
  63. package/schematics/tsconfig.tsbuildinfo +1 -1
  64. package/styles/igniteui-angular-dark.css +1 -1
  65. package/styles/igniteui-angular.css +1 -1
  66. package/styles/igniteui-bootstrap-dark.css +1 -1
  67. package/styles/igniteui-bootstrap-light.css +1 -1
  68. package/styles/igniteui-dark-green.css +1 -1
  69. package/styles/igniteui-fluent-dark-excel.css +1 -1
  70. package/styles/igniteui-fluent-dark-word.css +1 -1
  71. package/styles/igniteui-fluent-dark.css +1 -1
  72. package/styles/igniteui-fluent-light-excel.css +1 -1
  73. package/styles/igniteui-fluent-light-word.css +1 -1
  74. package/styles/igniteui-fluent-light.css +1 -1
  75. package/styles/igniteui-indigo-dark.css +1 -1
  76. package/styles/igniteui-indigo-light.css +1 -1
  77. package/styles/maps/igniteui-angular-dark.css.map +1 -1
  78. package/styles/maps/igniteui-angular.css.map +1 -1
  79. package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
  80. package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
  81. package/styles/maps/igniteui-dark-green.css.map +1 -1
  82. package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
  83. package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
  84. package/styles/maps/igniteui-fluent-dark.css.map +1 -1
  85. package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
  86. package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
  87. package/styles/maps/igniteui-fluent-light.css.map +1 -1
  88. package/styles/maps/igniteui-indigo-dark.css.map +1 -1
  89. package/styles/maps/igniteui-indigo-light.css.map +1 -1
  90. package/types/igniteui-angular-directives.d.ts +0 -3
  91. package/types/igniteui-angular-grids-core.d.ts +4 -5
  92. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +4 -0
@@ -81,10 +81,10 @@ class IgxTreeService {
81
81
  register(tree) {
82
82
  this.tree = tree;
83
83
  }
84
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeService }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeService }); }
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeService, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeService, decorators: [{
88
88
  type: Injectable
89
89
  }] });
90
90
 
@@ -394,10 +394,10 @@ class IgxTreeSelectionService {
394
394
  }
395
395
  });
396
396
  }
397
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeSelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
398
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeSelectionService }); }
397
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeSelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
398
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeSelectionService }); }
399
399
  }
400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeSelectionService, decorators: [{
400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeSelectionService, decorators: [{
401
401
  type: Injectable
402
402
  }] });
403
403
 
@@ -625,10 +625,10 @@ class IgxTreeNavigationService {
625
625
  const nodeIndex = this.visibleChildren.indexOf(node);
626
626
  return this.visibleChildren[nodeIndex + dir] || node;
627
627
  }
628
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
629
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNavigationService }); }
628
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
629
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNavigationService }); }
630
630
  }
631
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNavigationService, decorators: [{
631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNavigationService, decorators: [{
632
632
  type: Injectable
633
633
  }], ctorParameters: () => [] });
634
634
 
@@ -702,10 +702,10 @@ class IgxTreeNodeLinkDirective {
702
702
  ngOnDestroy() {
703
703
  this.target.removeLinkChild(this);
704
704
  }
705
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNodeLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
706
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.2", type: IgxTreeNodeLinkDirective, isStandalone: true, selector: "[igxTreeNodeLink]", inputs: { parentNode: ["igxTreeNodeLink", "parentNode"] }, host: { listeners: { "blur": "handleBlur()", "focus": "handleFocus()" }, properties: { "attr.role": "this.role", "attr.tabindex": "this.tabIndex" } }, ngImport: i0 }); }
705
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNodeLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
706
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IgxTreeNodeLinkDirective, isStandalone: true, selector: "[igxTreeNodeLink]", inputs: { parentNode: ["igxTreeNodeLink", "parentNode"] }, host: { listeners: { "blur": "handleBlur()", "focus": "handleFocus()" }, properties: { "attr.role": "this.role", "attr.tabindex": "this.tabIndex" } }, ngImport: i0 }); }
707
707
  }
708
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNodeLinkDirective, decorators: [{
708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNodeLinkDirective, decorators: [{
709
709
  type: Directive,
710
710
  args: [{
711
711
  selector: `[igxTreeNodeLink]`,
@@ -1196,12 +1196,12 @@ class IgxTreeNodeComponent extends ToggleAnimationPlayer {
1196
1196
  this.registeredChildren.splice(index, 1);
1197
1197
  }
1198
1198
  }
1199
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNodeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1200
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.2", type: IgxTreeNodeComponent, isStandalone: true, selector: "igx-tree-node", inputs: { data: "data", loading: ["loading", "loading", booleanAttribute], resourceStrings: "resourceStrings", active: ["active", "active", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], selected: ["selected", "selected", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { selectedChange: "selectedChange", expandedChange: "expandedChange" }, host: { properties: { "class.igx-tree-node--disabled": "this.disabled", "class.igx-tree-node": "this.cssClass", "attr.role": "this.role" } }, providers: [
1199
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNodeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1200
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.8", type: IgxTreeNodeComponent, isStandalone: true, selector: "igx-tree-node", inputs: { data: "data", loading: ["loading", "loading", booleanAttribute], resourceStrings: "resourceStrings", active: ["active", "active", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], selected: ["selected", "selected", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { selectedChange: "selectedChange", expandedChange: "expandedChange" }, host: { properties: { "class.igx-tree-node--disabled": "this.disabled", "class.igx-tree-node": "this.cssClass", "attr.role": "this.role" } }, providers: [
1201
1201
  { provide: IGX_TREE_NODE_COMPONENT, useExisting: IgxTreeNodeComponent }
1202
1202
  ], queries: [{ propertyName: "linkChildren", predicate: IgxTreeNodeLinkDirective, read: ElementRef }, { propertyName: "_children", predicate: IGX_TREE_NODE_COMPONENT, read: IGX_TREE_NODE_COMPONENT }, { propertyName: "allChildren", predicate: IGX_TREE_NODE_COMPONENT, descendants: true, read: IGX_TREE_NODE_COMPONENT }], viewQueries: [{ propertyName: "header", first: true, predicate: ["ghostTemplate"], descendants: true, read: ElementRef }, { propertyName: "_defaultExpandIndicatorTemplate", first: true, predicate: ["defaultIndicator"], descendants: true, read: TemplateRef, static: true }, { propertyName: "childrenContainer", first: true, predicate: ["childrenContainer"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: "<ng-template #noDragTemplate>\n <ng-template *ngTemplateOutlet=\"headerTemplate\"></ng-template>\n</ng-template>\n\n<!-- Will switch templates depending on dragDrop -->\n<ng-template *ngTemplateOutlet=\"noDragTemplate\">\n</ng-template>\n\n@if (expanded && !loading) {\n <div #childrenContainer\n class=\"igx-tree-node__group\"\n role=\"group\"\n >\n <ng-content select=\"igx-tree-node\"></ng-content>\n </div>\n}\n\n\n<ng-template #defaultIndicator>\n <igx-icon\n [attr.aria-label]=\"expanded ? resourceStrings.igx_collapse : resourceStrings.igx_expand\"\n [name]=\"!expanded ? 'tree_expand' : 'tree_collapse'\"\n family=\"default\"\n >\n </igx-icon>\n</ng-template>\n\n<!-- separated in a template in case this ever needs to be templatable -->\n<ng-template #selectMarkerTemplate>\n <igx-checkbox [checked]=\"selected\" [disabled]=\"disabled\" [readonly]=\"true\" [indeterminate]=\"indeterminate\" [tabindex]=\"-1\">\n </igx-checkbox>\n</ng-template>\n\n<ng-template #headerTemplate>\n <div #ghostTemplate class=\"igx-tree-node__wrapper\"\n [attr.role]=\"role\"\n [tabIndex]=\"tabIndex\"\n [ngClass]=\"{\n 'igx-tree-node__wrapper--selected': selected,\n 'igx-tree-node__wrapper--active' : this.active,\n 'igx-tree-node__wrapper--focused' : this.focused,\n 'igx-tree-node__wrapper--disabled' : this.disabled\n }\"\n (pointerdown)=\"onPointerDown($event)\"\n (focus)=\"handleFocus()\"\n (blur)=\"clearFocus()\"\n >\n <div aria-hidden=\"true\">\n @for (item of [].constructor(level); track $index) {\n <span\n aria-hidden=\"true\"\n class=\"igx-tree-node__spacer\"\n ></span>\n }\n </div>\n\n <!-- Expand/Collapse indicator -->\n @if (!loading) {\n <span\n class=\"igx-tree-node__toggle-button\"\n [ngClass]=\"{ 'igx-tree-node__toggle-button--hidden': !_children?.length }\"\n (click)=\"indicatorClick()\"\n >\n <ng-container *ngTemplateOutlet=\"expandIndicatorTemplate, context: { $implicit: expanded }\">\n </ng-container>\n </span>\n }\n @if (loading) {\n <span class=\"igx-tree-node__toggle-button\">\n <igx-circular-bar\n [animate]=\"false\"\n [indeterminate]=\"true\"\n [textVisibility]=\"false\"\n >\n </igx-circular-bar>\n </span>\n }\n\n <!-- Item selection -->\n @if (showSelectors) {\n <div\n class=\"igx-tree-node__select\"\n (pointerdown)=\"onSelectorPointerDown($event)\"\n (click)=\"onSelectorClick($event)\">\n <ng-container *ngTemplateOutlet=\"selectMarkerTemplate\">\n </ng-container>\n </div>\n }\n\n <div class=\"igx-tree-node__content\">\n <!-- Ghost content -->\n <ng-content></ng-content>\n </div>\n </div>\n\n <!-- Buffer element for 'move after' when D&D is implemented-->\n <div class=\"igx-tree-node__drop-indicator\">\n @for (item of [].constructor(level); track $index) {\n <span aria-hidden=\"true\" class=\"igx-tree-node__spacer\"></span>\n }\n <!-- style rules target this div, do not delete it -->\n <div></div>\n </div>\n</ng-template>\n\n<ng-template #dragTemplate>\n <!-- Drag drop goes here\n igxDrop\n #dropRef=\"drop\"\n [igxNodeDrag]=\"this\"\n (dragStart)=\"logDrop(dropRef)\"\n (leave)=\"emitLeave()\"\n (enter)=\"emitEnter()\" -->\n <div class=\"igx-tree-node__drag-wrapper\">\n <ng-template *ngTemplateOutlet=\"headerTemplate\"></ng-template>\n </div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IgxIconComponent, selector: "igx-icon", inputs: ["ariaHidden", "family", "name", "active"] }, { kind: "component", type: IgxCheckboxComponent, selector: "igx-checkbox", inputs: ["indeterminate", "checked", "disabled", "invalid", "readonly", "disableTransitions"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IgxCircularProgressBarComponent, selector: "igx-circular-bar", inputs: ["id", "textVisibility", "type"] }] }); }
1203
1203
  }
1204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeNodeComponent, decorators: [{
1204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeNodeComponent, decorators: [{
1205
1205
  type: Component,
1206
1206
  args: [{ selector: 'igx-tree-node', providers: [
1207
1207
  { provide: IGX_TREE_NODE_COMPONENT, useExisting: IgxTreeNodeComponent }
@@ -1263,10 +1263,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImpor
1263
1263
  * Used for templating the select marker of the tree
1264
1264
  */
1265
1265
  class IgxTreeSelectMarkerDirective {
1266
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeSelectMarkerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1267
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.2", type: IgxTreeSelectMarkerDirective, isStandalone: true, selector: "[igxTreeSelectMarker]", ngImport: i0 }); }
1266
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeSelectMarkerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1267
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IgxTreeSelectMarkerDirective, isStandalone: true, selector: "[igxTreeSelectMarker]", ngImport: i0 }); }
1268
1268
  }
1269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeSelectMarkerDirective, decorators: [{
1269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeSelectMarkerDirective, decorators: [{
1270
1270
  type: Directive,
1271
1271
  args: [{
1272
1272
  selector: '[igxTreeSelectMarker]',
@@ -1278,10 +1278,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImpor
1278
1278
  * Used for templating the expand indicator of the tree
1279
1279
  */
1280
1280
  class IgxTreeExpandIndicatorDirective {
1281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeExpandIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1282
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.2", type: IgxTreeExpandIndicatorDirective, isStandalone: true, selector: "[igxTreeExpandIndicator]", ngImport: i0 }); }
1281
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeExpandIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1282
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IgxTreeExpandIndicatorDirective, isStandalone: true, selector: "[igxTreeExpandIndicator]", ngImport: i0 }); }
1283
1283
  }
1284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeExpandIndicatorDirective, decorators: [{
1284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeExpandIndicatorDirective, decorators: [{
1285
1285
  type: Directive,
1286
1286
  args: [{
1287
1287
  selector: '[igxTreeExpandIndicator]',
@@ -1699,15 +1699,15 @@ class IgxTreeComponent {
1699
1699
  this.nativeElement.scrollTop + bottomOffset + topOffset + (topOffset ? -1 : +1) * nodeRect.height;
1700
1700
  }
1701
1701
  }
1702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1703
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.0.2", type: IgxTreeComponent, isStandalone: true, selector: "igx-tree", inputs: { selection: "selection", singleBranchExpand: ["singleBranchExpand", "singleBranchExpand", booleanAttribute], toggleNodeOnClick: ["toggleNodeOnClick", "toggleNodeOnClick", booleanAttribute], animationSettings: "animationSettings" }, outputs: { nodeSelection: "nodeSelection", nodeExpanding: "nodeExpanding", nodeExpanded: "nodeExpanded", nodeCollapsing: "nodeCollapsing", nodeCollapsed: "nodeCollapsed", activeNodeChanged: "activeNodeChanged" }, host: { properties: { "class.igx-tree": "this.cssClass" } }, providers: [
1702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1703
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.0.8", type: IgxTreeComponent, isStandalone: true, selector: "igx-tree", inputs: { selection: "selection", singleBranchExpand: ["singleBranchExpand", "singleBranchExpand", booleanAttribute], toggleNodeOnClick: ["toggleNodeOnClick", "toggleNodeOnClick", booleanAttribute], animationSettings: "animationSettings" }, outputs: { nodeSelection: "nodeSelection", nodeExpanding: "nodeExpanding", nodeExpanded: "nodeExpanded", nodeCollapsing: "nodeCollapsing", nodeCollapsed: "nodeCollapsed", activeNodeChanged: "activeNodeChanged" }, host: { properties: { "class.igx-tree": "this.cssClass" } }, providers: [
1704
1704
  IgxTreeService,
1705
1705
  IgxTreeSelectionService,
1706
1706
  IgxTreeNavigationService,
1707
1707
  { provide: IGX_TREE_COMPONENT, useExisting: IgxTreeComponent },
1708
1708
  ], queries: [{ propertyName: "expandIndicator", first: true, predicate: IgxTreeExpandIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "nodes", predicate: IgxTreeNodeComponent, descendants: true }], ngImport: i0, template: "<div class=\"igx-tree__root\" role=\"tree\" (keydown)=\"handleKeydown($event)\">\n <ng-content select=\"igx-tree-node\"></ng-content>\n</div>\n" }); }
1709
1709
  }
1710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeComponent, decorators: [{
1710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeComponent, decorators: [{
1711
1711
  type: Component,
1712
1712
  args: [{ selector: 'igx-tree', providers: [
1713
1713
  IgxTreeService,
@@ -1761,11 +1761,11 @@ const IGX_TREE_DIRECTIVES = [
1761
1761
  * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
1762
1762
  */
1763
1763
  class IgxTreeModule {
1764
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1765
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeModule, imports: [IgxTreeComponent, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeExpandIndicatorDirective], exports: [IgxTreeComponent, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeExpandIndicatorDirective] }); }
1766
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeModule, imports: [IgxTreeNodeComponent] }); }
1764
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1765
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeModule, imports: [IgxTreeComponent, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeExpandIndicatorDirective], exports: [IgxTreeComponent, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeExpandIndicatorDirective] }); }
1766
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeModule, imports: [IgxTreeNodeComponent] }); }
1767
1767
  }
1768
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxTreeModule, decorators: [{
1768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IgxTreeModule, decorators: [{
1769
1769
  type: NgModule,
1770
1770
  args: [{
1771
1771
  imports: [
@@ -274,8 +274,8 @@
274
274
  } @else {
275
275
  color: contrast-color($color: 'success', $variant: if($variant == 'indigo', 900, 500));
276
276
  }
277
- background: color($color: 'success', $variant: 500);
278
- border-color: color($color: 'success', $variant: 500);
277
+ background: color($color: 'success', $variant: if($variant == 'indigo', 800, 500));
278
+ border-color: color($color: 'success', $variant: if($variant == 'indigo', 800, 500));
279
279
  }
280
280
 
281
281
  %igx-chip%igx-chip--success {
@@ -285,17 +285,13 @@
285
285
  background: color($color: 'success', $variant: 800);
286
286
  border-color: color($color: 'success', $variant: 800);
287
287
 
288
- @if $variant == 'indigo' or $variant == 'bootstrap' {
289
- background: color($color: 'success', $variant: 500);
290
- border-color: color($color: 'success', $variant: 500);
291
- box-shadow: 0 0 0 rem(3px) color($color: 'success', $variant: if($theme-variant == 'light', 200, 800));
292
- }
293
-
294
288
  @if $variant == 'indigo' {
295
- color: contrast-color($color: 'success', $variant: 900);
289
+ box-shadow: 0 0 0 rem(3px) color($color: 'success', $variant: if($theme-variant == 'light', 200, 900));
296
290
  }
297
291
 
298
292
  @if $variant == 'bootstrap' {
293
+ border-color: color($color: 'success', $variant: 500);
294
+ background: color($color: 'success', $variant: 500);
299
295
  color: contrast-color($color: 'success', $variant: 600);
300
296
  box-shadow: 0 0 0 rem(4px) color($color: 'success', $variant: 500, $opacity: .38);
301
297
  }
@@ -306,8 +302,8 @@
306
302
  %igx-chip__item {
307
303
  @if $variant == 'indigo' {
308
304
  color: contrast-color($color: 'success', $variant: 900);
309
- background: color($color: 'success', $variant: 400);
310
- border-color: color($color: 'success', $variant: 400);
305
+ background: color($color: 'success', $variant: 700);
306
+ border-color: color($color: 'success', $variant: 700);
311
307
  } @else {
312
308
  color: contrast-color($color: 'success', $variant: 600);
313
309
  background: color($color: 'success', $variant: 600);
@@ -318,7 +314,11 @@
318
314
  }
319
315
 
320
316
  %igx-chip__item--warning {
321
- color: contrast-color($color: 'warn', $variant: 900);
317
+ @if $variant == 'indigo' {
318
+ color: color($color: 'gray', $variant: if($theme-variant == 'light', 900, 50));
319
+ } @else {
320
+ color: contrast-color($color: 'warn', $variant: 900);
321
+ }
322
322
  background: color($color: 'warn', $variant: 500);
323
323
  border-color: color($color: 'warn', $variant: 500);
324
324
  }
@@ -331,12 +331,12 @@
331
331
  border-color: color($color: 'warn', $variant: 800);
332
332
 
333
333
  @if $variant == 'indigo' or $variant == 'bootstrap' {
334
- color: contrast-color($color: 'warn', $variant: 900);
335
334
  background: color($color: 'warn', $variant: 500);
336
335
  border-color: color($color: 'warn', $variant: 500);
337
336
  }
338
337
 
339
338
  @if $variant == 'indigo' {
339
+ color: color($color: 'gray', $variant: if($theme-variant == 'light', 900, 50));
340
340
  box-shadow: 0 0 0 rem(3px) color($color: 'warn', $variant: if($theme-variant == 'light', 100, 900));
341
341
  }
342
342
 
@@ -349,7 +349,7 @@
349
349
  &:hover {
350
350
  %igx-chip__item {
351
351
  @if $variant == 'indigo' {
352
- color: contrast-color($color: 'warn', $variant: 900);
352
+ color: color($color: 'gray', $variant: if($theme-variant == 'light', 900, 50));
353
353
  background: color($color: 'warn', $variant: 400);
354
354
  border-color: color($color: 'warn', $variant: 400);
355
355
  } @else {
@@ -367,8 +367,8 @@
367
367
  } @else {
368
368
  color: contrast-color($color: 'error', $variant: if($variant == 'indigo', 900, 500));
369
369
  }
370
- background: color($color: 'error', $variant: 500);
371
- border-color: color($color: 'error', $variant: 500);
370
+ background: color($color: 'error', $variant: if($variant == 'indigo', 600, 500));
371
+ border-color: color($color: 'error', $variant: if($variant == 'indigo', 600, 500));
372
372
  }
373
373
 
374
374
  %igx-chip%igx-chip--danger {
@@ -378,17 +378,16 @@
378
378
  background: color($color: 'error', $variant: 800);
379
379
  border-color: color($color: 'error', $variant: 800);
380
380
 
381
- @if $variant == 'indigo' or $variant == 'bootstrap' {
382
- background: color($color: 'error', $variant: 500);
383
- border-color: color($color: 'error', $variant: 500);
384
- }
385
-
386
381
  @if $variant == 'indigo' {
382
+ border-color: color($color: 'error', $variant: 600);
383
+ background: color($color: 'error', $variant: 600);
387
384
  color: contrast-color($color: 'error', $variant: 900);
388
385
  box-shadow: 0 0 0 rem(3px) color($color: 'error', $variant: if($theme-variant == 'light', 100, 900));
389
386
  }
390
387
 
391
388
  @if $variant == 'bootstrap' {
389
+ border-color: color($color: 'error', $variant: 500);
390
+ background: color($color: 'error', $variant: 500);
392
391
  color: contrast-color($color: 'error', $variant: 600);
393
392
  box-shadow: 0 0 0 rem(4px) color($color: 'error', $variant: 500, $opacity: .38);
394
393
  }
@@ -399,8 +398,8 @@
399
398
  %igx-chip__item {
400
399
  @if $variant == 'indigo' {
401
400
  color: contrast-color($color: 'error', $variant: 900);
402
- background: color($color: 'error', $variant: 400);
403
- border-color: color($color: 'error', $variant: 400);
401
+ background: color($color: 'error', $variant: 500);
402
+ border-color: color($color: 'error', $variant: 500);
404
403
  } @else {
405
404
  color: contrast-color($color: 'error', $variant: 600);
406
405
  background: color($color: 'error', $variant: 600);
@@ -542,7 +541,7 @@
542
541
  position: absolute;
543
542
  box-shadow: var-get($theme, 'ghost-elevation');
544
543
  overflow: hidden;
545
- color: var-get($theme, 'focus-text-color');
544
+ color: var-get($theme, 'ghost-text-color');
546
545
  background: var-get($theme, 'ghost-background');
547
546
  // If z-index is not set,
548
547
  //the chip would hide behind it's parent grid as it has a z-index of 1
@@ -603,14 +602,14 @@
603
602
  &%igx-chip--success {
604
603
  %igx-chip__item {
605
604
  color: contrast-color($color: 'success', $variant: 900);
606
- background: color($color: 'success', $variant: 500);
607
- border-color: color($color: 'success', $variant: 500);
605
+ background: color($color: 'success', $variant: 800);
606
+ border-color: color($color: 'success', $variant: 800);
608
607
  }
609
608
  }
610
609
 
611
610
  &%igx-chip--warning {
612
611
  %igx-chip__item {
613
- color: contrast-color($color: 'warn', $variant: 900);
612
+ color: color($color: 'gray', $variant: if($theme-variant == 'light', 900, 50));
614
613
  background: color($color: 'warn', $variant: 500);
615
614
  border-color: color($color: 'warn', $variant: 500);
616
615
  }
@@ -619,8 +618,8 @@
619
618
  &%igx-chip--danger {
620
619
  %igx-chip__item {
621
620
  color: contrast-color($color: 'error', $variant: 900);
622
- background: color($color: 'error', $variant: 500);
623
- border-color: color($color: 'error', $variant: 500);
621
+ background: color($color: 'error', $variant: 600);
622
+ border-color: color($color: 'error', $variant: 600);
624
623
  }
625
624
  }
626
625
 
@@ -8,8 +8,8 @@
8
8
  /// @see {mixin} css-vars
9
9
  /// @param {Map} $theme - The grid theme used to style the component.
10
10
  @mixin excel-filtering($theme) {
11
- $variant: map.get($theme, '_meta', 'variant');
12
- $theme-variant: map.get($theme, '_meta', 'theme-variant');
11
+ $variant: map.get($theme, '_meta', 'theme');
12
+ $theme-variant: map.get($theme, '_meta', 'variant');
13
13
  $bootstrap-theme: $variant == 'bootstrap';
14
14
 
15
15
  $tree-node-indent: (
@@ -128,7 +128,7 @@
128
128
  background: var-get($theme, 'filtering-row-background');
129
129
 
130
130
  %igx-group-display {
131
- --shadow: none;
131
+ --elevation: none;
132
132
  --item-background: #{var-get($theme, 'filtering-row-background')};
133
133
  --item-hover-background: #{color($color: 'gray', $variant: 100)};
134
134
  --item-selected-background: #{color($color: 'gray', $variant: 100)};
@@ -167,11 +167,14 @@
167
167
  @if $theme-variant == 'light' {
168
168
  background: contrast-color($color: 'gray', $variant: 900);
169
169
  } @else {
170
- background: color($color: 'surface', $variant: 500);
170
+ background: color($color: 'gray', $variant: 50);
171
171
  }
172
172
 
173
173
  %igx-group-display {
174
174
  --item-background: transparent;
175
+ @if $theme-variant == 'dark' {
176
+ --item-text-color: #{contrast-color($color: 'surface', $variant: 500)};
177
+ }
175
178
  --border-color: transparent;
176
179
  --item-border-color: transparent;
177
180
  --item-focused-border-color: transparent;
@@ -180,7 +183,7 @@
180
183
  --item-selected-hover-border-color: transparent;
181
184
  --item-disabled-border: transparent;
182
185
  --disabled-selected-border-color: transparent;
183
- --shadow: none;
186
+ --elevation: none;
184
187
  }
185
188
 
186
189
  %igx-group-item {
@@ -239,10 +242,7 @@
239
242
  %grid-excel-menu__header-actions {
240
243
  display: flex;
241
244
  margin-inline-start: auto;
242
-
243
- [igxButton] + [igxButton] {
244
- margin-inline-start: rem(4px);
245
- }
245
+ gap: rem(4px);
246
246
 
247
247
  %grid-excel-actions__action {
248
248
  padding: 0 !important;
@@ -382,7 +382,7 @@
382
382
  justify-content: space-between;
383
383
 
384
384
  @if $variant == 'indigo' {
385
- padding-block: pad-block(rem(6px));
385
+ padding-block: pad-block(rem(4px), rem(6px), rem(8px));
386
386
  padding-inline: pad-inline(rem(12px));
387
387
  margin-inline: rem(8px);
388
388
  margin-block-end: rem(4px);
@@ -757,7 +757,6 @@
757
757
  $header-comfortable: map.get($categories, 'header-comfortable');
758
758
  $header-compact: map.get($categories, 'header-compact');
759
759
 
760
-
761
760
  %grid-excel-menu {
762
761
  %grid-excel-menu__header > h4 {
763
762
  @include type-style('h6')
@@ -807,6 +806,10 @@
807
806
  }
808
807
  }
809
808
 
809
+ %igx-group-item {
810
+ @include type-style('button');
811
+ }
812
+
810
813
  %grid-excel-menu__secondary--cosy {
811
814
  %grid-excel-menu__header > h4 {
812
815
  @include type-style('h6');
@@ -117,6 +117,13 @@
117
117
  display: flex;
118
118
  align-items: center;
119
119
 
120
+ @if $variant == 'indigo' {
121
+ igc-icon-button,
122
+ [igxIconButton] {
123
+ padding: rem(6px);
124
+ }
125
+ }
126
+
120
127
  igx-icon,
121
128
  igc-icon {
122
129
  --component-size: #{if($variant == 'indigo', 2, 3)};
@@ -128,7 +135,6 @@
128
135
  @if $variant == 'indigo' {
129
136
  width: auto;
130
137
  height: auto;
131
- padding: rem(6px);
132
138
  }
133
139
  }
134
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "21.0.4",
3
+ "version": "21.0.6",
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",
@@ -75,7 +75,7 @@
75
75
  "igniteui-trial-watermark": "^3.1.0",
76
76
  "jspdf": "^3.0.2",
77
77
  "lodash-es": "^4.17.21",
78
- "igniteui-theming": "^24.0.0",
78
+ "igniteui-theming": "^24.1.1",
79
79
  "@igniteui/material-icons-extended": "^3.1.0"
80
80
  },
81
81
  "peerDependencies": {
@@ -87,7 +87,7 @@
87
87
  "@types/hammerjs": "^2.0.46",
88
88
  "igniteui-webcomponents": "^6.3.0",
89
89
  "dompurify": "^3.2.0",
90
- "marked": "^16.3.0",
90
+ "marked": ">=16.3.0",
91
91
  "marked-shiki": "^1.2.0",
92
92
  "shiki": "^3.12.0"
93
93
  },