1
- import { AfterViewInit , ContentChild , EventEmitter , LOCALE_ID , Optional , Output , Pipe , PipeTransform } from '@angular/core' ;
2
- import { CommonModule , getLocaleFirstDayOfWeek } from '@angular/common' ;
3
- import { Inject } from '@angular/core' ;
4
1
import {
2
+ AfterViewInit , ContentChild , EventEmitter , LOCALE_ID , Optional , Output , Pipe , PipeTransform , Inject ,
5
3
Component , Input , ViewChild , ChangeDetectorRef , ViewChildren , QueryList , ElementRef , OnDestroy , HostBinding , NgModule
6
4
} from '@angular/core' ;
5
+ import { CommonModule , getLocaleFirstDayOfWeek } from '@angular/common' ;
7
6
import { FormsModule } from '@angular/forms' ;
8
- import { editor } from '@igniteui/material-icons-extended' ;
9
7
import { Subject } from 'rxjs' ;
8
+
9
+ import { editor } from '@igniteui/material-icons-extended' ;
10
10
import { IButtonGroupEventArgs , IgxButtonGroupModule } from '../buttonGroup/buttonGroup.component' ;
11
11
import { IgxChipComponent } from '../chips/chip.component' ;
12
12
import { IgxChipsModule } from '../chips/chips.module' ;
@@ -359,7 +359,7 @@ export class IgxQueryBuilderComponent extends DisplayDensityBase implements Afte
359
359
private _editingInputsContainer : ElementRef ;
360
360
private _addModeContainer : ElementRef ;
361
361
private _currentGroupButtonsContainer : ElementRef ;
362
- private _addModeExpression : ExpressionOperandItem ;
362
+ private _addModeExpression : ExpressionOperandItem ;
363
363
private _editedExpression : ExpressionOperandItem ;
364
364
private _selectedGroups : ExpressionGroupItem [ ] = [ ] ;
365
365
private _fields : FieldType [ ] ;
@@ -371,7 +371,7 @@ export class IgxQueryBuilderComponent extends DisplayDensityBase implements Afte
371
371
horizontalStartPoint : HorizontalAlignment . Right ,
372
372
verticalStartPoint : VerticalAlignment . Top
373
373
} ;
374
-
374
+
375
375
private _overlaySettings : OverlaySettings = {
376
376
closeOnOutsideClick : false ,
377
377
modal : false ,
@@ -426,20 +426,20 @@ export class IgxQueryBuilderComponent extends DisplayDensityBase implements Afte
426
426
*/
427
427
public get selectedField ( ) : FieldType {
428
428
return this . _selectedField ;
429
- }
429
+ }
430
430
431
431
/**
432
432
* @hidden @internal
433
- *
434
- * used by the grid
433
+ *
434
+ * used by the grid
435
435
*/
436
436
public setPickerOutlet ( outlet ?: IgxOverlayOutletDirective | ElementRef ) {
437
437
this . pickerOutlet = outlet ;
438
438
}
439
439
440
440
/**
441
441
* @hidden @internal
442
- *
442
+ *
443
443
* used by the grid
444
444
*/
445
445
public get isContextMenuVisible ( ) : boolean {
@@ -553,7 +553,7 @@ export class IgxQueryBuilderComponent extends DisplayDensityBase implements Afte
553
553
554
554
/**
555
555
* @hidden @internal
556
- *
556
+ *
557
557
* used by the grid
558
558
*/
559
559
public exitOperandEdit ( ) {
@@ -849,7 +849,7 @@ export class IgxQueryBuilderComponent extends DisplayDensityBase implements Afte
849
849
850
850
/**
851
851
* @hidden @internal
852
- *
852
+ *
853
853
* used by the grid
854
854
*/
855
855
public setAddButtonFocus ( ) {
0 commit comments