igniteui-angular 18.1.1 → 18.1.3

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 (30) hide show
  1. package/esm2022/lib/directives/divider/divider.directive.mjs +4 -5
  2. package/esm2022/lib/drop-down/drop-down.base.mjs +5 -2
  3. package/esm2022/lib/grids/common/grid.interface.mjs +1 -1
  4. package/esm2022/lib/grids/grid-base.directive.mjs +2 -2
  5. package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid.component.mjs +4 -1
  6. package/esm2022/lib/grids/pivot-grid/pivot-grid.interface.mjs +1 -1
  7. package/esm2022/lib/query-builder/query-builder.component.mjs +17 -17
  8. package/fesm2022/igniteui-angular.mjs +27 -22
  9. package/fesm2022/igniteui-angular.mjs.map +1 -1
  10. package/lib/core/styles/components/navdrawer/_navdrawer-theme.scss +6 -1
  11. package/lib/directives/divider/divider.directive.d.ts +1 -1
  12. package/lib/grids/common/grid.interface.d.ts +1 -0
  13. package/lib/grids/hierarchical-grid/hierarchical-grid.component.d.ts +4 -1
  14. package/package.json +1 -1
  15. package/styles/igniteui-angular-dark.css +1 -1
  16. package/styles/igniteui-angular.css +1 -1
  17. package/styles/igniteui-dark-green.css +1 -1
  18. package/styles/maps/igniteui-angular-dark.css.map +1 -1
  19. package/styles/maps/igniteui-angular.css.map +1 -1
  20. package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
  21. package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
  22. package/styles/maps/igniteui-dark-green.css.map +1 -1
  23. package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
  24. package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
  25. package/styles/maps/igniteui-fluent-dark.css.map +1 -1
  26. package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
  27. package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
  28. package/styles/maps/igniteui-fluent-light.css.map +1 -1
  29. package/styles/maps/igniteui-indigo-dark.css.map +1 -1
  30. package/styles/maps/igniteui-indigo-light.css.map +1 -1
@@ -7460,7 +7460,7 @@ class IgxDropDownBaseDirective {
7460
7460
  }
7461
7461
  }
7462
7462
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: IgxDropDownBaseDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
7463
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.5", type: IgxDropDownBaseDirective, inputs: { width: "width", height: "height", id: "id", maxHeight: "maxHeight" }, outputs: { selectionChanging: "selectionChanging" }, host: { properties: { "style.maxHeight": "this.maxHeight", "class.igx-drop-down": "this.cssClass" } }, ngImport: i0 }); }
7463
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.5", type: IgxDropDownBaseDirective, inputs: { width: "width", height: "height", id: "id", maxHeight: "maxHeight" }, outputs: { selectionChanging: "selectionChanging" }, host: { properties: { "attr.id": "this.id", "style.maxHeight": "this.maxHeight", "class.igx-drop-down": "this.cssClass" } }, ngImport: i0 }); }
7464
7464
  }
7465
7465
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: IgxDropDownBaseDirective, decorators: [{
7466
7466
  type: Directive
@@ -7474,6 +7474,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor
7474
7474
  }], height: [{
7475
7475
  type: Input
7476
7476
  }], id: [{
7477
+ type: HostBinding,
7478
+ args: ['attr.id']
7479
+ }, {
7477
7480
  type: Input
7478
7481
  }], maxHeight: [{
7479
7482
  type: Input
@@ -10000,7 +10003,7 @@ class IgxDividerDirective {
10000
10003
  return this.type === IgxDividerType.SOLID;
10001
10004
  }
10002
10005
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: IgxDividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10003
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.5", type: IgxDividerDirective, isStandalone: true, selector: "igx-divider", inputs: { id: "id", role: "role", type: "type", middle: ["middle", "middle", booleanAttribute], vertical: ["vertical", "vertical", booleanAttribute], _inset: ["inset", "_inset"] }, host: { properties: { "attr.id": "this.id", "attr.role": "this.role", "class.igx-divider": "this.type", "class.igx-divider--dashed": "this.isDashed", "class.igx-divider--inset": "this.middle", "class.igx-divider--vertical": "this.vertical", "style.--inset": "this.inset" } }, ngImport: i0 }); }
10006
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.5", type: IgxDividerDirective, isStandalone: true, selector: "igx-divider", inputs: { id: "id", role: "role", type: "type", middle: ["middle", "middle", booleanAttribute], vertical: ["vertical", "vertical", booleanAttribute], inset: "inset" }, host: { properties: { "attr.id": "this.id", "attr.role": "this.role", "class.igx-divider": "this.type", "class.igx-divider--dashed": "this.isDashed", "class.igx-divider--inset": "this.middle", "class.igx-divider--vertical": "this.vertical", "style.--inset": "this.inset" } }, ngImport: i0 }); }
10004
10007
  }
10005
10008
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: IgxDividerDirective, decorators: [{
10006
10009
  type: Directive,
@@ -10042,9 +10045,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor
10042
10045
  }], inset: [{
10043
10046
  type: HostBinding,
10044
10047
  args: ['style.--inset']
10045
- }], _inset: [{
10046
- type: Input,
10047
- args: ['inset']
10048
+ }, {
10049
+ type: Input
10048
10050
  }] } });
10049
10051
 
10050
10052
  // @dynamic
@@ -47783,29 +47785,29 @@ class IgxQueryBuilderComponent {
47783
47785
  this.currentGroup = groupItem;
47784
47786
  }
47785
47787
  createExpressionGroupItem(expressionTree, parent) {
47786
- let groupItem;
47787
- if (expressionTree) {
47788
- groupItem = new ExpressionGroupItem(expressionTree.operator, parent);
47789
- for (const expr of expressionTree.filteringOperands) {
47790
- if (expr instanceof FilteringExpressionsTree) {
47791
- groupItem.children.push(this.createExpressionGroupItem(expr, groupItem));
47788
+ if (!expressionTree) {
47789
+ return null;
47790
+ }
47791
+ const groupItem = new ExpressionGroupItem(expressionTree.operator, parent);
47792
+ for (const expr of expressionTree.filteringOperands) {
47793
+ if (expr instanceof FilteringExpressionsTree) {
47794
+ const childGroup = this.createExpressionGroupItem(expr, groupItem);
47795
+ if (childGroup) {
47796
+ groupItem.children.push(childGroup);
47792
47797
  }
47793
- else {
47794
- const filteringExpr = expr;
47795
- const exprCopy = {
47796
- fieldName: filteringExpr.fieldName,
47797
- condition: filteringExpr.condition,
47798
- searchVal: filteringExpr.searchVal,
47799
- ignoreCase: filteringExpr.ignoreCase
47800
- };
47798
+ }
47799
+ else {
47800
+ const filteringExpr = expr;
47801
+ const field = this.fields.find(el => el.field === filteringExpr.fieldName);
47802
+ if (field) {
47803
+ const exprCopy = { ...filteringExpr };
47801
47804
  const operandItem = new ExpressionOperandItem(exprCopy, groupItem);
47802
- const field = this.fields.find(el => el.field === filteringExpr.fieldName);
47803
47805
  operandItem.fieldLabel = field.label || field.header || field.field;
47804
47806
  groupItem.children.push(operandItem);
47805
47807
  }
47806
47808
  }
47807
47809
  }
47808
- return groupItem;
47810
+ return groupItem.children.length > 0 ? groupItem : null;
47809
47811
  }
47810
47812
  createExpressionTreeFromGroupItem(groupItem) {
47811
47813
  if (!groupItem) {
@@ -62803,7 +62805,7 @@ class IgxGridBaseDirective {
62803
62805
  * ```
62804
62806
  */
62805
62807
  this.dataChanged = new EventEmitter();
62806
- /* contentChildren */
62808
+ /* reactContentChildren */
62807
62809
  /* blazorInclude */
62808
62810
  /* blazorTreatAsCollection */
62809
62811
  /* blazorCollectionName: ColumnCollection */
@@ -83335,6 +83337,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor
83335
83337
  }] } });
83336
83338
 
83337
83339
  let NEXT_ID$5 = 0;
83340
+ /**
83341
+ * @hidden @internal
83342
+ */
83338
83343
  class IgxChildGridRowComponent {
83339
83344
  /**
83340
83345
  * @hidden