@acorex/data-grid 16.18.5 → 16.18.7
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.
- package/esm2022/lib/data-grid/columns/check-column.component.mjs +16 -10
- package/esm2022/lib/data-grid/columns/column-groups.component.mjs +3 -3
- package/esm2022/lib/data-grid/columns/column.component.mjs +3 -3
- package/esm2022/lib/data-grid/columns/command-column.component.mjs +6 -6
- package/esm2022/lib/data-grid/columns/date-column.component.mjs +6 -6
- package/esm2022/lib/data-grid/columns/row-number-column.component.mjs +3 -3
- package/esm2022/lib/data-grid/columns/selection-column.component.mjs +3 -3
- package/esm2022/lib/data-grid/columns/text-column.component.mjs +6 -6
- package/esm2022/lib/data-grid/datagrid.component.mjs +3 -3
- package/esm2022/lib/data-grid/datagrid.module.mjs +4 -4
- package/esm2022/lib/data-grid/filters/filter.component.mjs +3 -3
- package/esm2022/lib/data-grid/templates/cell-template.component.mjs +6 -6
- package/esm2022/lib/data-grid/templates/detail-template.component.mjs +6 -6
- package/esm2022/lib/data-grid/templates/row-template.component.mjs +6 -6
- package/esm2022/lib/data-lov/data-lov-popup/data-lov-popup.component.mjs +3 -3
- package/esm2022/lib/data-lov/data-lov.component.mjs +5 -8
- package/esm2022/lib/data-lov/data-lov.module.mjs +4 -4
- package/fesm2022/acorex-data-grid.mjs +84 -81
- package/fesm2022/acorex-data-grid.mjs.map +1 -1
- package/lib/data-lov/data-lov.component.d.ts +1 -2
- package/package.json +1 -1
| @@ -22,11 +22,11 @@ class AXDataGridCellTemplateComponent { | |
| 22 22 | 
             
                        templateRef: this.templateRef
         | 
| 23 23 | 
             
                    };
         | 
| 24 24 | 
             
                }
         | 
| 25 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 26 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 25 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridCellTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 26 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridCellTemplateComponent, selector: "ax-cell-template", queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `<ng-content></ng-content>
         | 
| 27 27 | 
             
               `, isInline: true });
         | 
| 28 28 | 
             
            }
         | 
| 29 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 29 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridCellTemplateComponent, decorators: [{
         | 
| 30 30 | 
             
                        type: Component,
         | 
| 31 31 | 
             
                        args: [{
         | 
| 32 32 | 
             
                                selector: 'ax-cell-template',
         | 
| @@ -49,13 +49,13 @@ class AXDataGridCellTemplateRenderer { | |
| 49 49 | 
             
                    this.rowData = params.data;
         | 
| 50 50 | 
             
                    return true;
         | 
| 51 51 | 
             
                }
         | 
| 52 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 53 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 52 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridCellTemplateRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 53 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridCellTemplateRenderer, selector: "ng-component", ngImport: i0, template: `
         | 
| 54 54 | 
             
                    <ng-container *ngTemplateOutlet='templateRef; context: { $implicit: rowData }'>
         | 
| 55 55 | 
             
                    </ng-container>
         | 
| 56 56 | 
             
                `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
         | 
| 57 57 | 
             
            }
         | 
| 58 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 58 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridCellTemplateRenderer, decorators: [{
         | 
| 59 59 | 
             
                        type: Component,
         | 
| 60 60 | 
             
                        args: [{
         | 
| 61 61 | 
             
                                template: `
         | 
| @@ -189,10 +189,10 @@ class AXGridDataColumn { | |
| 189 189 | 
             
                    }
         | 
| 190 190 | 
             
                    return col;
         | 
| 191 191 | 
             
                }
         | 
| 192 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 193 | 
            -
                static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0. | 
| 192 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridDataColumn, deps: [], target: i0.ɵɵFactoryTarget.Directive });
         | 
| 193 | 
            +
                static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.6", type: AXGridDataColumn, inputs: { width: "width", maxWidth: "maxWidth", minWidth: "minWidth", pinned: "pinned", allowSorting: "allowSorting", allowFiltering: "allowFiltering", cellClass: "cellClass", sort: "sort", field: "field", caption: "caption", cellRendererParams: "cellRendererParams", checkbox: "checkbox", headerCheckbox: "headerCheckbox", groupIndex: "groupIndex", treeIndex: "treeIndex", enableRowGroup: "enableRowGroup", hide: "hide", floatingFilter: "floatingFilter", disableMenu: "disableMenu", resizable: "resizable", menuColumnDisable: "menuColumnDisable", menuItemDisable: "menuItemDisable", columnGroupShow: "columnGroupShow", wrapText: "wrapText", cellStyle: "cellStyle" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: AXDataGridCellTemplateComponent, descendants: true }], ngImport: i0 });
         | 
| 194 194 | 
             
            }
         | 
| 195 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 195 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridDataColumn, decorators: [{
         | 
| 196 196 | 
             
                        type: Directive
         | 
| 197 197 | 
             
                    }], ctorParameters: () => [], propDecorators: { cellTemplate: [{
         | 
| 198 198 | 
             
                            type: ContentChild,
         | 
| @@ -250,8 +250,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor | |
| 250 250 | 
             
                        }] } });
         | 
| 251 251 |  | 
| 252 252 | 
             
            class AXDataGridFilterComponent {
         | 
| 253 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 254 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 253 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 254 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridFilterComponent, selector: "ax-data-grid-filter", ngImport: i0, template: `
         | 
| 255 255 | 
             
                <div class='ax-grid-filter-container'>
         | 
| 256 256 | 
             
                  <ng-content></ng-content>
         | 
| 257 257 | 
             
                  <div class='btn-group' role='group'>
         | 
| @@ -265,7 +265,7 @@ class AXDataGridFilterComponent { | |
| 265 265 | 
             
                </div>
         | 
| 266 266 | 
             
              `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
         | 
| 267 267 | 
             
            }
         | 
| 268 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 268 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridFilterComponent, decorators: [{
         | 
| 269 269 | 
             
                        type: Component,
         | 
| 270 270 | 
             
                        args: [{
         | 
| 271 271 | 
             
                                selector: 'ax-data-grid-filter',
         | 
| @@ -300,10 +300,10 @@ class AXGridCheckColumn extends AXGridDataColumn { | |
| 300 300 | 
             
                    }
         | 
| 301 301 | 
             
                    return col;
         | 
| 302 302 | 
             
                }
         | 
| 303 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 304 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 303 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridCheckColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 304 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXGridCheckColumn, selector: "ax-check-column", providers: [{ provide: AXGridDataColumn, useExisting: AXGridCheckColumn }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 305 305 | 
             
            }
         | 
| 306 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 306 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridCheckColumn, decorators: [{
         | 
| 307 307 | 
             
                        type: Component,
         | 
| 308 308 | 
             
                        args: [{
         | 
| 309 309 | 
             
                                selector: 'ax-check-column',
         | 
| @@ -316,16 +316,22 @@ class BooleanRenderer { | |
| 316 316 | 
             
                value;
         | 
| 317 317 | 
             
                constructor() { }
         | 
| 318 318 | 
             
                agInit(params) {
         | 
| 319 | 
            +
                    if (params.value === 1) {
         | 
| 320 | 
            +
                        params.value = true;
         | 
| 321 | 
            +
                    }
         | 
| 322 | 
            +
                    else if (params.value === 0) {
         | 
| 323 | 
            +
                        params.value = false;
         | 
| 324 | 
            +
                    }
         | 
| 319 325 | 
             
                    this.value = params.value;
         | 
| 320 326 | 
             
                }
         | 
| 321 327 | 
             
                refresh(params) {
         | 
| 322 328 | 
             
                    this.value = params.value;
         | 
| 323 329 | 
             
                    return true;
         | 
| 324 330 | 
             
                }
         | 
| 325 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 326 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 331 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: BooleanRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 332 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: BooleanRenderer, selector: "ng-component", ngImport: i0, template: ` <ax-check-box [value]="value" readonly="true"></ax-check-box> `, isInline: true, dependencies: [{ kind: "component", type: i1$1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["readonly", "disabled", "size", "label", "tabIndex", "indeterminate", "useTreeView", "value"], outputs: ["onValueChanged", "valueChange", "onClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 327 333 | 
             
            }
         | 
| 328 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 334 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: BooleanRenderer, decorators: [{
         | 
| 329 335 | 
             
                        type: Component,
         | 
| 330 336 | 
             
                        args: [{
         | 
| 331 337 | 
             
                                template: ` <ax-check-box [value]="value" readonly="true"></ax-check-box> `,
         | 
| @@ -368,14 +374,14 @@ class BooleanFilterRenderer { | |
| 368 374 | 
             
                        this.params.filterChangedCallback();
         | 
| 369 375 | 
             
                    }
         | 
| 370 376 | 
             
                }
         | 
| 371 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 372 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 377 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: BooleanFilterRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 378 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: BooleanFilterRenderer, selector: "ng-component", viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
         | 
| 373 379 | 
             
                <ax-data-grid-filter>
         | 
| 374 380 | 
             
                  <ax-select-box label="Select Box" [items]="selectItem"></ax-select-box>
         | 
| 375 381 | 
             
                </ax-data-grid-filter>
         | 
| 376 382 | 
             
              `, isInline: true, dependencies: [{ kind: "component", type: i1$1.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["showDropDownButton", "rowInputTemplate", "showCheckBox", "readonly", "rtl", "disabled", "placeholder", "size", "allowNull", "textAlign", "bufferSize", "remoteOperation", "fitParent", "dropdownWidth", "multiLine", "onDemandTranslate", "dataSource", "validation", "disabledCallback", "allowSearch", "textField", "valueField", "disabledField", "mode", "items", "selectedItems", "selectedValues"], outputs: ["dropdownToggle", "itemsChange", "onBlur", "onFocus", "selectionChanged", "selectedItemsChange", "selectedValuesChange"] }, { kind: "component", type: AXDataGridFilterComponent, selector: "ax-data-grid-filter" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 377 383 | 
             
            }
         | 
| 378 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 384 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: BooleanFilterRenderer, decorators: [{
         | 
| 379 385 | 
             
                        type: Component,
         | 
| 380 386 | 
             
                        args: [{
         | 
| 381 387 | 
             
                                template: `
         | 
| @@ -400,12 +406,12 @@ class AXColumnGroupComponent extends AXGridDataColumn { | |
| 400 406 | 
             
                    });
         | 
| 401 407 | 
             
                    return col;
         | 
| 402 408 | 
             
                }
         | 
| 403 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 404 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 409 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXColumnGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
         | 
| 410 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXColumnGroupComponent, selector: "ax-column-group", providers: [
         | 
| 405 411 | 
             
                        { provide: AXGridDataColumn, useExisting: AXColumnGroupComponent },
         | 
| 406 412 | 
             
                    ], queries: [{ propertyName: "columns", predicate: AXGridDataColumn }], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 407 413 | 
             
            }
         | 
| 408 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 414 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXColumnGroupComponent, decorators: [{
         | 
| 409 415 | 
             
                        type: Component,
         | 
| 410 416 | 
             
                        args: [{
         | 
| 411 417 | 
             
                                selector: 'ax-column-group',
         | 
| @@ -447,10 +453,10 @@ class AXGridCommandColumn extends AXGridDataColumn { | |
| 447 453 | 
             
                    };
         | 
| 448 454 | 
             
                    return col;
         | 
| 449 455 | 
             
                }
         | 
| 450 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 451 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 456 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridCommandColumn, deps: null, target: i0.ɵɵFactoryTarget.Component });
         | 
| 457 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXGridCommandColumn, selector: "ax-command-column", inputs: { items: "items" }, outputs: { onItemClick: "onItemClick" }, providers: [{ provide: AXGridDataColumn, useExisting: AXGridCommandColumn }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
         | 
| 452 458 | 
             
            }
         | 
| 453 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 459 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridCommandColumn, decorators: [{
         | 
| 454 460 | 
             
                        type: Component,
         | 
| 455 461 | 
             
                        args: [{
         | 
| 456 462 | 
             
                                selector: 'ax-command-column',
         | 
| @@ -497,8 +503,8 @@ class CommandRenderer { | |
| 497 503 | 
             
                        });
         | 
| 498 504 | 
             
                    }
         | 
| 499 505 | 
             
                }
         | 
| 500 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 501 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 506 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CommandRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 507 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: CommandRenderer, selector: "ax-command-cell", ngImport: i0, template: `
         | 
| 502 508 | 
             
                <ng-container *ngFor="let item of items; let i = index">
         | 
| 503 509 | 
             
                  <button
         | 
| 504 510 | 
             
                    *ngIf="item.visible !== false"
         | 
| @@ -516,7 +522,7 @@ class CommandRenderer { | |
| 516 522 | 
             
                </ng-container>
         | 
| 517 523 | 
             
              `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
         | 
| 518 524 | 
             
            }
         | 
| 519 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 525 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CommandRenderer, decorators: [{
         | 
| 520 526 | 
             
                        type: Component,
         | 
| 521 527 | 
             
                        args: [{
         | 
| 522 528 | 
             
                                selector: 'ax-command-cell',
         | 
| @@ -581,10 +587,10 @@ class AXGridDateColumn extends AXGridDataColumn { | |
| 581 587 | 
             
                    // col.floatingFilter = true;
         | 
| 582 588 | 
             
                    return col;
         | 
| 583 589 | 
             
                }
         | 
| 584 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 585 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 590 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridDateColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 591 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXGridDateColumn, selector: "ax-date-column", inputs: { format: "format", type: "type" }, providers: [{ provide: AXGridDataColumn, useExisting: AXGridDateColumn }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 586 592 | 
             
            }
         | 
| 587 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 593 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridDateColumn, decorators: [{
         | 
| 588 594 | 
             
                        type: Component,
         | 
| 589 595 | 
             
                        args: [{
         | 
| 590 596 | 
             
                                selector: 'ax-date-column',
         | 
| @@ -630,11 +636,11 @@ class AXDatePickerFilterComponent { | |
| 630 636 | 
             
                    this.setDate(e.value);
         | 
| 631 637 | 
             
                    this.onDateChanged(e.value);
         | 
| 632 638 | 
             
                }
         | 
| 633 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 634 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 639 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDatePickerFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 640 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDatePickerFilterComponent, selector: "ax-data-picker-filter", viewQueries: [{ propertyName: "datePicker", first: true, predicate: AXDatePickerComponent, descendants: true }, { propertyName: "div", first: true, predicate: ["div"], descendants: true, read: ElementRef }], ngImport: i0, template: `<ax-date-picker [selectableHoliday]="selectableHoliday" [allowClear]="true" (onValueChanged)="onValueChanged($event)" size="sm">
         | 
| 635 641 | 
             
                 </ax-date-picker>`, isInline: true, dependencies: [{ kind: "component", type: i1$1.AXDatePickerComponent, selector: "ax-date-picker", inputs: ["dayStyle", "dayMinMaxResoan", "validation", "placeholder", "min", "max", "readonly", "disabled", "allowClear", "textAlign", "showToday", "selectableHoliday", "dateType", "showTodayButton", "openByClick", "size", "type", "value"], outputs: ["typeChange", "onValueChanged", "valueChange"] }], encapsulation: i0.ViewEncapsulation.None });
         | 
| 636 642 | 
             
            }
         | 
| 637 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 643 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDatePickerFilterComponent, decorators: [{
         | 
| 638 644 | 
             
                        type: Component,
         | 
| 639 645 | 
             
                        args: [{
         | 
| 640 646 | 
             
                                selector: 'ax-data-picker-filter',
         | 
| @@ -672,10 +678,10 @@ class AXGridSelectionColumn extends AXGridDataColumn { | |
| 672 678 | 
             
                    col.floatingFilter = false;
         | 
| 673 679 | 
             
                    return col;
         | 
| 674 680 | 
             
                }
         | 
| 675 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 676 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 681 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridSelectionColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 682 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXGridSelectionColumn, selector: "ax-selection-column", inputs: { condition: "condition", pinned: "pinned", width: "width" }, providers: [{ provide: AXGridDataColumn, useExisting: AXGridSelectionColumn }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 677 683 | 
             
            }
         | 
| 678 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 684 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridSelectionColumn, decorators: [{
         | 
| 679 685 | 
             
                        type: Component,
         | 
| 680 686 | 
             
                        args: [{
         | 
| 681 687 | 
             
                                selector: 'ax-selection-column',
         | 
| @@ -703,10 +709,10 @@ class AXGridTextColumn extends AXGridDataColumn { | |
| 703 709 | 
             
                    col.filter = 'agTextColumnFilter';
         | 
| 704 710 | 
             
                    return col;
         | 
| 705 711 | 
             
                }
         | 
| 706 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 707 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 712 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridTextColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 713 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXGridTextColumn, selector: "ax-text-column", providers: [{ provide: AXGridDataColumn, useExisting: AXGridTextColumn }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 708 714 | 
             
            }
         | 
| 709 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 715 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridTextColumn, decorators: [{
         | 
| 710 716 | 
             
                        type: Component,
         | 
| 711 717 | 
             
                        args: [{
         | 
| 712 718 | 
             
                                selector: 'ax-text-column',
         | 
| @@ -750,8 +756,8 @@ class TextFilterRenderer { | |
| 750 756 | 
             
                        this.params.filterChangedCallback();
         | 
| 751 757 | 
             
                    }
         | 
| 752 758 | 
             
                }
         | 
| 753 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 754 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 759 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: TextFilterRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 760 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: TextFilterRenderer, selector: "ng-component", viewQueries: [{ propertyName: "input", first: true, predicate: AXTextBoxComponent, descendants: true, static: true }], ngImport: i0, template: `
         | 
| 755 761 | 
             
                <ax-data-grid-filter>
         | 
| 756 762 | 
             
                  <ax-text-box
         | 
| 757 763 | 
             
                    label="Filter"
         | 
| @@ -762,7 +768,7 @@ class TextFilterRenderer { | |
| 762 768 | 
             
                </ax-data-grid-filter>
         | 
| 763 769 | 
             
              `, isInline: true, dependencies: [{ kind: "component", type: i1$1.AXTextBoxComponent, selector: "ax-text-box", inputs: ["mask", "showMask", "type", "maxLength", "maskGuid", "maskPlaceholder", "maskKeepCharPositions"] }, { kind: "component", type: AXDataGridFilterComponent, selector: "ax-data-grid-filter" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 764 770 | 
             
            }
         | 
| 765 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 771 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: TextFilterRenderer, decorators: [{
         | 
| 766 772 | 
             
                        type: Component,
         | 
| 767 773 | 
             
                        args: [{
         | 
| 768 774 | 
             
                                template: `
         | 
| @@ -801,10 +807,10 @@ class AXGridRowNumberColumn extends AXGridDataColumn { | |
| 801 807 | 
             
                    col.width = this.width;
         | 
| 802 808 | 
             
                    return col;
         | 
| 803 809 | 
             
                }
         | 
| 804 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 805 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 810 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridRowNumberColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 811 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXGridRowNumberColumn, selector: "ax-row-number-column", inputs: { condition: "condition" }, providers: [{ provide: AXGridDataColumn, useExisting: AXGridRowNumberColumn }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
         | 
| 806 812 | 
             
            }
         | 
| 807 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 813 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXGridRowNumberColumn, decorators: [{
         | 
| 808 814 | 
             
                        type: Component,
         | 
| 809 815 | 
             
                        args: [{
         | 
| 810 816 | 
             
                                selector: 'ax-row-number-column',
         | 
| @@ -829,10 +835,10 @@ class AXDataGridDetailTemplateComponent { | |
| 829 835 | 
             
                    };
         | 
| 830 836 | 
             
                }
         | 
| 831 837 | 
             
                height = 100;
         | 
| 832 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 833 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 838 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridDetailTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 839 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridDetailTemplateComponent, selector: "ax-grid-detail-template", inputs: { height: "height" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
         | 
| 834 840 | 
             
            }
         | 
| 835 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 841 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridDetailTemplateComponent, decorators: [{
         | 
| 836 842 | 
             
                        type: Component,
         | 
| 837 843 | 
             
                        args: [{
         | 
| 838 844 | 
             
                                selector: 'ax-grid-detail-template',
         | 
| @@ -854,10 +860,10 @@ class AXDataGridDetailTemplateRenderer { | |
| 854 860 | 
             
                    this.data = params.data;
         | 
| 855 861 | 
             
                    this.templateRef = params.templateRef;
         | 
| 856 862 | 
             
                }
         | 
| 857 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 858 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 863 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridDetailTemplateRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 864 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridDetailTemplateRenderer, selector: "ng-component", ngImport: i0, template: `<ng-container *ngTemplateOutlet='templateRef; context: { $implicit: data }'></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
         | 
| 859 865 | 
             
            }
         | 
| 860 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 866 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridDetailTemplateRenderer, decorators: [{
         | 
| 861 867 | 
             
                        type: Component,
         | 
| 862 868 | 
             
                        args: [{
         | 
| 863 869 | 
             
                                template: `<ng-container *ngTemplateOutlet='templateRef; context: { $implicit: data }'></ng-container>`
         | 
| @@ -876,10 +882,10 @@ class AXDataGridRowTemplateComponent { | |
| 876 882 | 
             
                        templateRef: this.templateRef
         | 
| 877 883 | 
             
                    };
         | 
| 878 884 | 
             
                }
         | 
| 879 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 880 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 885 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridRowTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 886 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridRowTemplateComponent, selector: "ax-row-template", queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
         | 
| 881 887 | 
             
            }
         | 
| 882 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 888 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridRowTemplateComponent, decorators: [{
         | 
| 883 889 | 
             
                        type: Component,
         | 
| 884 890 | 
             
                        args: [{
         | 
| 885 891 | 
             
                                selector: 'ax-row-template',
         | 
| @@ -899,10 +905,10 @@ class AXDataGridRowTemplateRenderer { | |
| 899 905 | 
             
                    this.data = params.data.callRecords;
         | 
| 900 906 | 
             
                    this.templateRef = params.templateRef;
         | 
| 901 907 | 
             
                }
         | 
| 902 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 903 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 908 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridRowTemplateRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
         | 
| 909 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridRowTemplateRenderer, selector: "ng-component", ngImport: i0, template: `<ng-container *ngTemplateOutlet='templateRef; context: { $implicit: data }'></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
         | 
| 904 910 | 
             
            }
         | 
| 905 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 911 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridRowTemplateRenderer, decorators: [{
         | 
| 906 912 | 
             
                        type: Component,
         | 
| 907 913 | 
             
                        args: [{
         | 
| 908 914 | 
             
                                template: `<ng-container *ngTemplateOutlet='templateRef; context: { $implicit: data }'></ng-container>`
         | 
| @@ -1574,10 +1580,10 @@ class AXDataGridComponent { | |
| 1574 1580 | 
             
                        this.currentPage = this.getCurrentPageNumber().current;
         | 
| 1575 1581 | 
             
                    });
         | 
| 1576 1582 | 
             
                }
         | 
| 1577 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 1578 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.5", type: AXDataGridComponent, selector: "ax-data-grid", inputs: { paginationPageSizeSelector: "paginationPageSizeSelector", paginationAutoPageSize: "paginationAutoPageSize", paginationPageSize: "paginationPageSize", remoteOperation: "remoteOperation", rowMultiSelectWithClick: "rowMultiSelectWithClick", suppressRowClickSelection: "suppressRowClickSelection", suppressCellSelection: "suppressCellSelection", sizeColumnsToFit: "sizeColumnsToFit", showCheckBox: "showCheckBox", floatingFilter: "floatingFilter", autoExpand: "autoExpand", rowSelectableConditionField: "rowSelectableConditionField", selectionMode: "selectionMode", pagination: "pagination", selectRow: "selectRow", rowGroupPanelShow: "rowGroupPanelShow", loadOnInit: "loadOnInit", enableRangeSelection: "enableRangeSelection", keyField: "keyField", hasChildField: "hasChildField", rowHeight: "rowHeight", groupHideOpenParents: "groupHideOpenParents", maxConcurrentDatasourceRequests: "maxConcurrentDatasourceRequests", blockLoadDebounceMillis: "blockLoadDebounceMillis", showRefreshButton: "showRefreshButton", autoNavigatePage: "autoNavigatePage", rowClass: "rowClass", rtl: "rtl", searchText: "searchText", filter: "filter", columns: "columns", dataSource: "dataSource" }, outputs: { columnsChange: "columnsChange", cellClick: "cellClick", cellDbClick: "cellDbClick", cellFocuse: "cellFocuse", rowClick: "rowClick", rowDbClick: "rowDbClick", selectionChanged: "selectionChanged", rowSelectionChange: "rowSelectionChange", onRowSelectionChanged: "onRowSelectionChanged" }, queries: [{ propertyName: "searchInput", first: true, predicate: AXToolbarSearchComponent, descendants: true, static: true }, { propertyName: "toolbar", first: true, predicate: AXToolbarComponent, descendants: true, static: true }, { propertyName: "rowTemplate", first: true, predicate: AXDataGridRowTemplateComponent, descendants: true, static: true }, { propertyName: "gridDetailTemplate", first: true, predicate: AXDataGridDetailTemplateComponent, descendants: true, static: true }, { propertyName: "_contentDataSource", first: true, predicate: AXDataSourceComponent, descendants: true, static: true }, { propertyName: "_inlineColumns", predicate: AXGridDataColumn }], ngImport: i0, template: "<div class=\"ax-grid-toolbar\" *ngIf=\"toolbar\">\n  <ng-content select=\"ax-toolbar\"></ng-content>\n</div>\n<!-- [enableSorting]=\"true\"  [enableColResize]=\"true\" [enableFilter]=\"allowFiltering\"  -->\n\n<ag-grid-angular\n  *ngIf=\"gridView\"\n  class=\"ag-theme-balham\"\n  [getRowClass]=\"internalGetRowClass\"\n  [suppressCopyRowsToClipboard]=\"true\"\n  [enableRangeSelection]=\"enableRangeSelection\"\n  [serverSideStoreType]=\"'partial'\"\n  [style.height]=\"internalHeight\"\n  [columnDefs]=\"columnDefs\"\n  [enableRtl]=\"rtl\"\n  [pagination]=\"pagination\"\n  [rowGroupPanelShow]=\"rowGroupPanelShow\"\n  [rowModelType]=\"rowModelType\"\n  [detailRowHeight]=\"detailRowHeight\"\n  [rowHeight]=\"rowHeight\"\n  [paginationAutoPageSize]=\"paginationAutoPageSize\"\n  [paginationPageSize]=\"paginationPageSize\"\n  [paginationPageSizeSelector]=\"paginationPageSizeSelector\"\n  [suppressMenuHide]=\"true\"\n  [maxConcurrentDatasourceRequests]=\"maxConcurrentDatasourceRequests\"\n  [blockLoadDebounceMillis]=\"blockLoadDebounceMillis\"\n  [frameworkComponents]=\"frameworkComponents\"\n  [isFullWidthCell]=\"isFullWidthCell\"\n  [rowSelection]=\"selectionMode\"\n  [rowMultiSelectWithClick]=\"rowMultiSelectWithClick\"\n  [fullWidthCellRendererFramework]=\"fullWidthCellRendererFramework\"\n  [cacheBlockSize]=\"cacheBlockSize\"\n  [fullWidthCellRendererParams]=\"fullWidthCellRendererParams\"\n  (columnResized)=\"handleColumnResized($event)\"\n  (cellClicked)=\"internalGridCellClicked($event)\"\n  (cellDoubleClicked)=\"internalGridCellDoubleClicked($event)\"\n  (cellFocused)=\"internalGridCellFocused($event)\"\n  (rowClicked)=\"internalGridRowClicked($event)\"\n  (selectionChanged)=\"internalGridSelectionChanged($event)\"\n  (rowSelected)=\"rowSelectionChanged($event)\"\n  (rowDoubleClicked)=\"internalGridRowDoubleClicked($event)\"\n  (gridReady)=\"internalGridReady($event)\"\n  [groupSelectsChildren]=\"groupSelectsChildren\"\n  [suppressRowClickSelection]=\"suppressRowClickSelection\"\n  [groupSelectsFiltered]=\"true\"\n  [suppressCellSelection]=\"suppressCellSelection\"\n  [autoGroupColumnDef]=\"autoGroupColumnDef\"\n  [suppressAggFuncInHeader]=\"true\"\n  [treeData]=\"treeData\"\n  [animateRows]=\"true\"\n  [isServerSideGroup]=\"isServerSideGroup\"\n  [getServerSideGroupKey]=\"getServerSideGroupKey\"\n  [masterDetail]=\"masterDetail\"\n  [detailCellRendererParams]=\"detailCellRendererParams\"\n  [detailCellRenderer]=\"detailCellRenderer\"\n  (gridSizeChanged)=\"internalGridSizeChanged($event)\"\n  (firstDataRendered)=\"internalGridFirstDataRendered($event)\"\n  [localeText]=\"localeText\"\n  [groupHideOpenParents]=\"groupHideOpenParents\"\n  [allowContextMenuWithControlKey]=\"false\"\n  [getMainMenuItems]=\"getMainMenuItems\"\n>\n</ag-grid-angular>\n\n<!-- (displayedColumnsChanged)=\"displayedColumnsChanged($event)\"  -->\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterMovesDown", "enterMovesDownAfterEdit", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "excludeHiddenColumnsFromQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "enableChartToolPanelsButton", "suppressChartToolPanelsButton", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressParentsInRowNodes", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "suppressAggAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideFilterAllLevels", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "functionsPassive", "enableGroupEdit", "initialState", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "gridPreDestroyed", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest"] }], encapsulation: i0.ViewEncapsulation.None });
         | 
| 1583 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
         | 
| 1584 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataGridComponent, selector: "ax-data-grid", inputs: { paginationPageSizeSelector: "paginationPageSizeSelector", paginationAutoPageSize: "paginationAutoPageSize", paginationPageSize: "paginationPageSize", remoteOperation: "remoteOperation", rowMultiSelectWithClick: "rowMultiSelectWithClick", suppressRowClickSelection: "suppressRowClickSelection", suppressCellSelection: "suppressCellSelection", sizeColumnsToFit: "sizeColumnsToFit", showCheckBox: "showCheckBox", floatingFilter: "floatingFilter", autoExpand: "autoExpand", rowSelectableConditionField: "rowSelectableConditionField", selectionMode: "selectionMode", pagination: "pagination", selectRow: "selectRow", rowGroupPanelShow: "rowGroupPanelShow", loadOnInit: "loadOnInit", enableRangeSelection: "enableRangeSelection", keyField: "keyField", hasChildField: "hasChildField", rowHeight: "rowHeight", groupHideOpenParents: "groupHideOpenParents", maxConcurrentDatasourceRequests: "maxConcurrentDatasourceRequests", blockLoadDebounceMillis: "blockLoadDebounceMillis", showRefreshButton: "showRefreshButton", autoNavigatePage: "autoNavigatePage", rowClass: "rowClass", rtl: "rtl", searchText: "searchText", filter: "filter", columns: "columns", dataSource: "dataSource" }, outputs: { columnsChange: "columnsChange", cellClick: "cellClick", cellDbClick: "cellDbClick", cellFocuse: "cellFocuse", rowClick: "rowClick", rowDbClick: "rowDbClick", selectionChanged: "selectionChanged", rowSelectionChange: "rowSelectionChange", onRowSelectionChanged: "onRowSelectionChanged" }, queries: [{ propertyName: "searchInput", first: true, predicate: AXToolbarSearchComponent, descendants: true, static: true }, { propertyName: "toolbar", first: true, predicate: AXToolbarComponent, descendants: true, static: true }, { propertyName: "rowTemplate", first: true, predicate: AXDataGridRowTemplateComponent, descendants: true, static: true }, { propertyName: "gridDetailTemplate", first: true, predicate: AXDataGridDetailTemplateComponent, descendants: true, static: true }, { propertyName: "_contentDataSource", first: true, predicate: AXDataSourceComponent, descendants: true, static: true }, { propertyName: "_inlineColumns", predicate: AXGridDataColumn }], ngImport: i0, template: "<div class=\"ax-grid-toolbar\" *ngIf=\"toolbar\">\n  <ng-content select=\"ax-toolbar\"></ng-content>\n</div>\n<!-- [enableSorting]=\"true\"  [enableColResize]=\"true\" [enableFilter]=\"allowFiltering\"  -->\n\n<ag-grid-angular\n  *ngIf=\"gridView\"\n  class=\"ag-theme-balham\"\n  [getRowClass]=\"internalGetRowClass\"\n  [suppressCopyRowsToClipboard]=\"true\"\n  [enableRangeSelection]=\"enableRangeSelection\"\n  [serverSideStoreType]=\"'partial'\"\n  [style.height]=\"internalHeight\"\n  [columnDefs]=\"columnDefs\"\n  [enableRtl]=\"rtl\"\n  [pagination]=\"pagination\"\n  [rowGroupPanelShow]=\"rowGroupPanelShow\"\n  [rowModelType]=\"rowModelType\"\n  [detailRowHeight]=\"detailRowHeight\"\n  [rowHeight]=\"rowHeight\"\n  [paginationAutoPageSize]=\"paginationAutoPageSize\"\n  [paginationPageSize]=\"paginationPageSize\"\n  [paginationPageSizeSelector]=\"paginationPageSizeSelector\"\n  [suppressMenuHide]=\"true\"\n  [maxConcurrentDatasourceRequests]=\"maxConcurrentDatasourceRequests\"\n  [blockLoadDebounceMillis]=\"blockLoadDebounceMillis\"\n  [frameworkComponents]=\"frameworkComponents\"\n  [isFullWidthCell]=\"isFullWidthCell\"\n  [rowSelection]=\"selectionMode\"\n  [rowMultiSelectWithClick]=\"rowMultiSelectWithClick\"\n  [fullWidthCellRendererFramework]=\"fullWidthCellRendererFramework\"\n  [cacheBlockSize]=\"cacheBlockSize\"\n  [fullWidthCellRendererParams]=\"fullWidthCellRendererParams\"\n  (columnResized)=\"handleColumnResized($event)\"\n  (cellClicked)=\"internalGridCellClicked($event)\"\n  (cellDoubleClicked)=\"internalGridCellDoubleClicked($event)\"\n  (cellFocused)=\"internalGridCellFocused($event)\"\n  (rowClicked)=\"internalGridRowClicked($event)\"\n  (selectionChanged)=\"internalGridSelectionChanged($event)\"\n  (rowSelected)=\"rowSelectionChanged($event)\"\n  (rowDoubleClicked)=\"internalGridRowDoubleClicked($event)\"\n  (gridReady)=\"internalGridReady($event)\"\n  [groupSelectsChildren]=\"groupSelectsChildren\"\n  [suppressRowClickSelection]=\"suppressRowClickSelection\"\n  [groupSelectsFiltered]=\"true\"\n  [suppressCellSelection]=\"suppressCellSelection\"\n  [autoGroupColumnDef]=\"autoGroupColumnDef\"\n  [suppressAggFuncInHeader]=\"true\"\n  [treeData]=\"treeData\"\n  [animateRows]=\"true\"\n  [isServerSideGroup]=\"isServerSideGroup\"\n  [getServerSideGroupKey]=\"getServerSideGroupKey\"\n  [masterDetail]=\"masterDetail\"\n  [detailCellRendererParams]=\"detailCellRendererParams\"\n  [detailCellRenderer]=\"detailCellRenderer\"\n  (gridSizeChanged)=\"internalGridSizeChanged($event)\"\n  (firstDataRendered)=\"internalGridFirstDataRendered($event)\"\n  [localeText]=\"localeText\"\n  [groupHideOpenParents]=\"groupHideOpenParents\"\n  [allowContextMenuWithControlKey]=\"false\"\n  [getMainMenuItems]=\"getMainMenuItems\"\n>\n</ag-grid-angular>\n\n<!-- (displayedColumnsChanged)=\"displayedColumnsChanged($event)\"  -->\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterMovesDown", "enterMovesDownAfterEdit", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "excludeHiddenColumnsFromQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "enableChartToolPanelsButton", "suppressChartToolPanelsButton", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressParentsInRowNodes", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "suppressAggAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideFilterAllLevels", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "functionsPassive", "enableGroupEdit", "initialState", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "gridPreDestroyed", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest"] }], encapsulation: i0.ViewEncapsulation.None });
         | 
| 1579 1585 | 
             
            }
         | 
| 1580 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 1586 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridComponent, decorators: [{
         | 
| 1581 1587 | 
             
                        type: Component,
         | 
| 1582 1588 | 
             
                        args: [{ selector: 'ax-data-grid', encapsulation: ViewEncapsulation.None, template: "<div class=\"ax-grid-toolbar\" *ngIf=\"toolbar\">\n  <ng-content select=\"ax-toolbar\"></ng-content>\n</div>\n<!-- [enableSorting]=\"true\"  [enableColResize]=\"true\" [enableFilter]=\"allowFiltering\"  -->\n\n<ag-grid-angular\n  *ngIf=\"gridView\"\n  class=\"ag-theme-balham\"\n  [getRowClass]=\"internalGetRowClass\"\n  [suppressCopyRowsToClipboard]=\"true\"\n  [enableRangeSelection]=\"enableRangeSelection\"\n  [serverSideStoreType]=\"'partial'\"\n  [style.height]=\"internalHeight\"\n  [columnDefs]=\"columnDefs\"\n  [enableRtl]=\"rtl\"\n  [pagination]=\"pagination\"\n  [rowGroupPanelShow]=\"rowGroupPanelShow\"\n  [rowModelType]=\"rowModelType\"\n  [detailRowHeight]=\"detailRowHeight\"\n  [rowHeight]=\"rowHeight\"\n  [paginationAutoPageSize]=\"paginationAutoPageSize\"\n  [paginationPageSize]=\"paginationPageSize\"\n  [paginationPageSizeSelector]=\"paginationPageSizeSelector\"\n  [suppressMenuHide]=\"true\"\n  [maxConcurrentDatasourceRequests]=\"maxConcurrentDatasourceRequests\"\n  [blockLoadDebounceMillis]=\"blockLoadDebounceMillis\"\n  [frameworkComponents]=\"frameworkComponents\"\n  [isFullWidthCell]=\"isFullWidthCell\"\n  [rowSelection]=\"selectionMode\"\n  [rowMultiSelectWithClick]=\"rowMultiSelectWithClick\"\n  [fullWidthCellRendererFramework]=\"fullWidthCellRendererFramework\"\n  [cacheBlockSize]=\"cacheBlockSize\"\n  [fullWidthCellRendererParams]=\"fullWidthCellRendererParams\"\n  (columnResized)=\"handleColumnResized($event)\"\n  (cellClicked)=\"internalGridCellClicked($event)\"\n  (cellDoubleClicked)=\"internalGridCellDoubleClicked($event)\"\n  (cellFocused)=\"internalGridCellFocused($event)\"\n  (rowClicked)=\"internalGridRowClicked($event)\"\n  (selectionChanged)=\"internalGridSelectionChanged($event)\"\n  (rowSelected)=\"rowSelectionChanged($event)\"\n  (rowDoubleClicked)=\"internalGridRowDoubleClicked($event)\"\n  (gridReady)=\"internalGridReady($event)\"\n  [groupSelectsChildren]=\"groupSelectsChildren\"\n  [suppressRowClickSelection]=\"suppressRowClickSelection\"\n  [groupSelectsFiltered]=\"true\"\n  [suppressCellSelection]=\"suppressCellSelection\"\n  [autoGroupColumnDef]=\"autoGroupColumnDef\"\n  [suppressAggFuncInHeader]=\"true\"\n  [treeData]=\"treeData\"\n  [animateRows]=\"true\"\n  [isServerSideGroup]=\"isServerSideGroup\"\n  [getServerSideGroupKey]=\"getServerSideGroupKey\"\n  [masterDetail]=\"masterDetail\"\n  [detailCellRendererParams]=\"detailCellRendererParams\"\n  [detailCellRenderer]=\"detailCellRenderer\"\n  (gridSizeChanged)=\"internalGridSizeChanged($event)\"\n  (firstDataRendered)=\"internalGridFirstDataRendered($event)\"\n  [localeText]=\"localeText\"\n  [groupHideOpenParents]=\"groupHideOpenParents\"\n  [allowContextMenuWithControlKey]=\"false\"\n  [getMainMenuItems]=\"getMainMenuItems\"\n>\n</ag-grid-angular>\n\n<!-- (displayedColumnsChanged)=\"displayedColumnsChanged($event)\"  -->\n" }]
         | 
| 1583 1589 | 
             
                    }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { paginationPageSizeSelector: [{
         | 
| @@ -1683,8 +1689,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor | |
| 1683 1689 | 
             
                        }] } });
         | 
| 1684 1690 |  | 
| 1685 1691 | 
             
            class AXDataGridModule {
         | 
| 1686 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 1687 | 
            -
                static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0. | 
| 1692 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
         | 
| 1693 | 
            +
                static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridModule, declarations: [AXDataGridComponent,
         | 
| 1688 1694 | 
             
                        AXGridTextColumn,
         | 
| 1689 1695 | 
             
                        AXGridCheckColumn,
         | 
| 1690 1696 | 
             
                        AXGridSelectionColumn,
         | 
| @@ -1731,7 +1737,7 @@ class AXDataGridModule { | |
| 1731 1737 | 
             
                        BooleanRenderer,
         | 
| 1732 1738 | 
             
                        BooleanFilterRenderer,
         | 
| 1733 1739 | 
             
                        CommandRenderer] });
         | 
| 1734 | 
            -
                static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0. | 
| 1740 | 
            +
                static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridModule, imports: [CommonModule,
         | 
| 1735 1741 | 
             
                        AXCoreModule,
         | 
| 1736 1742 | 
             
                        FormsModule,
         | 
| 1737 1743 | 
             
                        //AgGridModule,
         | 
| @@ -1743,7 +1749,7 @@ class AXDataGridModule { | |
| 1743 1749 | 
             
                        AXDatePickerModule,
         | 
| 1744 1750 | 
             
                        AgGridModule] });
         | 
| 1745 1751 | 
             
            }
         | 
| 1746 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 1752 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataGridModule, decorators: [{
         | 
| 1747 1753 | 
             
                        type: NgModule,
         | 
| 1748 1754 | 
             
                        args: [{
         | 
| 1749 1755 | 
             
                                declarations: [
         | 
| @@ -1913,10 +1919,10 @@ class AXDataLovPopupComponent extends AXBasePopupPageComponent { | |
| 1913 1919 | 
             
                        this.onCancelClick();
         | 
| 1914 1920 | 
             
                    }
         | 
| 1915 1921 | 
             
                }
         | 
| 1916 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 1917 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 1922 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataLovPopupComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
         | 
| 1923 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXDataLovPopupComponent, selector: "ng-component", viewQueries: [{ propertyName: "grid", first: true, predicate: ["grid"], descendants: true, static: true }, { propertyName: "searchBox", first: true, predicate: ["searchBox"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div style=\"height: 70vh; padding: 0.5em\">\n  <div style=\"height: calc(98%)\">\n    <ax-data-grid\n      [showRefreshButton]=\"false\"\n      [paginationPageSizeSelector]=\"paginationPageSizeSelector\"\n      [pagination]=\"pagination\"\n      [suppressRowClickSelection]=\"suppressRowClickSelection\"\n      [paginationAutoPageSize]=\"paginationAutoPageSize\"\n      [paginationPageSize]=\"paginationPageSize\"\n      [rtl]=\"rtl\"\n      [maxConcurrentDatasourceRequests]=\"maxConcurrentDatasourceRequests\"\n      [blockLoadDebounceMillis]=\"blockLoadDebounceMillis\"\n      [keyField]=\"keyField\"\n      [hasChildField]=\"hasChildField\"\n      [selectRow]=\"selectedItems\"\n      #grid\n      [columns]=\"columns\"\n      [remoteOperation]=\"true\"\n      [selectionMode]=\"selectionMode\"\n      (rowDbClick)=\"rowDoubleClicked($event)\"\n      (rowSelectionChange)=\"rowSelectionChange($event)\"\n      [dataSource]=\"dataSource\"\n    >\n      <ax-toolbar>\n        <ax-toolbar-search #searchBox style=\"width: 100%\"></ax-toolbar-search>\n      </ax-toolbar>\n      <ax-selection-column\n        *ngIf=\"selectionMode == 'single' ? false : true\"\n      ></ax-selection-column>\n      <!-- <ax-data-source [provideData]=\"dataSource.provideData\">\n              </ax-data-source> -->\n    </ax-data-grid>\n  </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: AXDataGridComponent, selector: "ax-data-grid", inputs: ["paginationPageSizeSelector", "paginationAutoPageSize", "paginationPageSize", "remoteOperation", "rowMultiSelectWithClick", "suppressRowClickSelection", "suppressCellSelection", "sizeColumnsToFit", "showCheckBox", "floatingFilter", "autoExpand", "rowSelectableConditionField", "selectionMode", "pagination", "selectRow", "rowGroupPanelShow", "loadOnInit", "enableRangeSelection", "keyField", "hasChildField", "rowHeight", "groupHideOpenParents", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "showRefreshButton", "autoNavigatePage", "rowClass", "rtl", "searchText", "filter", "columns", "dataSource"], outputs: ["columnsChange", "cellClick", "cellDbClick", "cellFocuse", "rowClick", "rowDbClick", "selectionChanged", "rowSelectionChange", "onRowSelectionChanged"] }, { kind: "component", type: AXGridSelectionColumn, selector: "ax-selection-column", inputs: ["condition", "pinned", "width"] }, { kind: "component", type: i1$1.AXToolbarComponent, selector: "ax-toolbar" }, { kind: "component", type: i1$1.AXToolbarSearchComponent, selector: "ax-toolbar-search", inputs: ["text"], outputs: ["onValueChanged"] }] });
         | 
| 1918 1924 | 
             
            }
         | 
| 1919 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 1925 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXDataLovPopupComponent, decorators: [{
         | 
| 1920 1926 | 
             
                        type: Component,
         | 
| 1921 1927 | 
             
                        args: [{ template: "<div style=\"height: 70vh; padding: 0.5em\">\n  <div style=\"height: calc(98%)\">\n    <ax-data-grid\n      [showRefreshButton]=\"false\"\n      [paginationPageSizeSelector]=\"paginationPageSizeSelector\"\n      [pagination]=\"pagination\"\n      [suppressRowClickSelection]=\"suppressRowClickSelection\"\n      [paginationAutoPageSize]=\"paginationAutoPageSize\"\n      [paginationPageSize]=\"paginationPageSize\"\n      [rtl]=\"rtl\"\n      [maxConcurrentDatasourceRequests]=\"maxConcurrentDatasourceRequests\"\n      [blockLoadDebounceMillis]=\"blockLoadDebounceMillis\"\n      [keyField]=\"keyField\"\n      [hasChildField]=\"hasChildField\"\n      [selectRow]=\"selectedItems\"\n      #grid\n      [columns]=\"columns\"\n      [remoteOperation]=\"true\"\n      [selectionMode]=\"selectionMode\"\n      (rowDbClick)=\"rowDoubleClicked($event)\"\n      (rowSelectionChange)=\"rowSelectionChange($event)\"\n      [dataSource]=\"dataSource\"\n    >\n      <ax-toolbar>\n        <ax-toolbar-search #searchBox style=\"width: 100%\"></ax-toolbar-search>\n      </ax-toolbar>\n      <ax-selection-column\n        *ngIf=\"selectionMode == 'single' ? false : true\"\n      ></ax-selection-column>\n      <!-- <ax-data-source [provideData]=\"dataSource.provideData\">\n              </ax-data-source> -->\n    </ax-data-grid>\n  </div>\n</div>\n" }]
         | 
| 1922 1928 | 
             
                    }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { grid: [{
         | 
| @@ -1957,7 +1963,6 @@ class AXLOVComponent extends AXValidatableComponent { | |
| 1957 1963 | 
             
                selectedItems = [];
         | 
| 1958 1964 | 
             
                paginationAutoPageSize = false;
         | 
| 1959 1965 | 
             
                paginationPageSize = 20;
         | 
| 1960 | 
            -
                suppressRowClickSelection = true;
         | 
| 1961 1966 | 
             
                // @Input()
         | 
| 1962 1967 | 
             
                // selectedValues: any[] = [];
         | 
| 1963 1968 | 
             
                maxConcurrentDatasourceRequests;
         | 
| @@ -2012,7 +2017,7 @@ class AXLOVComponent extends AXValidatableComponent { | |
| 2012 2017 | 
             
                            size: this.popupSize,
         | 
| 2013 2018 | 
             
                            //   closable: false,
         | 
| 2014 2019 | 
             
                            data: {
         | 
| 2015 | 
            -
                                suppressRowClickSelection: this. | 
| 2020 | 
            +
                                suppressRowClickSelection: this.mode === 'multiple' ? true : false,
         | 
| 2016 2021 | 
             
                                dataSource: this.dataSource,
         | 
| 2017 2022 | 
             
                                selectionMode: this.mode,
         | 
| 2018 2023 | 
             
                                columns: this.columns.toArray(),
         | 
| @@ -2059,10 +2064,10 @@ class AXLOVComponent extends AXValidatableComponent { | |
| 2059 2064 | 
             
                        });
         | 
| 2060 2065 | 
             
                    });
         | 
| 2061 2066 | 
             
                }
         | 
| 2062 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 2063 | 
            -
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0. | 
| 2067 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXLOVComponent, deps: [{ token: i1$1.AXPopupService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
         | 
| 2068 | 
            +
                static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: AXLOVComponent, selector: "ax-lov", inputs: { validation: "validation", textField: "textField", allowSearch: "allowSearch", valueField: "valueField", hasChildField: "hasChildField", allowNull: "allowNull", popupSize: "popupSize", pagination: "pagination", selectedItems: "selectedItems", paginationAutoPageSize: "paginationAutoPageSize", paginationPageSize: "paginationPageSize", maxConcurrentDatasourceRequests: "maxConcurrentDatasourceRequests", blockLoadDebounceMillis: "blockLoadDebounceMillis", readonly: "readonly", disabled: "disabled", chipsWidth: "chipsWidth", size: "size", caption: "caption", mode: "mode", placeholder: "placeholder", rtl: "rtl", multiLine: "multiLine", paginationPageSizeSelector: "paginationPageSizeSelector" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { styleAttribute: "width: 100%" }, providers: [{ provide: AXValidatableComponent, useExisting: AXLOVComponent }], queries: [{ propertyName: "_contentValidation", first: true, predicate: AXValidation, descendants: true, static: true }, { propertyName: "dataSource", first: true, predicate: AXDataSourceComponent, descendants: true, static: true }, { propertyName: "rowTemplate", first: true, predicate: ["itemTemplate"], descendants: true, static: true }, { propertyName: "columns", predicate: AXGridDataColumn }], viewQueries: [{ propertyName: "selectBox", first: true, predicate: ["selectBox"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ax-select-box\n  [rowInputTemplate]=\"rowTemplate\"\n  [multiLine]=\"multiLine\"\n  [rtl]=\"rtl\"\n  [allowSearch]=\"allowSearch\"\n  #selectBox\n  [showDropDownButton]=\"false\"\n  [allowNull]=\"allowNull\"\n  [remoteOperation]=\"true\"\n  [placeholder]=\"placeholder\"\n  [size]=\"size\"\n  [textField]=\"textField\"\n  [valueField]=\"valueField\"\n  [disabled]=\"disabled\"\n  [mode]=\"mode\"\n  [(selectedItems)]=\"selectedItems\"\n  (selectionChanged)=\"handleSelectChange($event)\"\n  [dataSource]=\"dataSource\"\n>\n  <ng-container start>\n    <ng-content select=\"[start]\"> </ng-content>\n  </ng-container>\n  <ng-container end>\n    <ax-button\n      icon=\"far fa-bars icon\"\n      [disabled]=\"disabled\"\n      type=\"light blank\"\n      (click)=\"handleButtonClick()\"\n      end\n      [tabIndex]=\"-1\"\n    >\n    </ax-button>\n    <ng-content select=\"[end]\"> </ng-content>\n  </ng-container>\n</ax-select-box>\n\n<!-- <ax-select-box2 [rtl]=\"rtl\" [allowSearch]=\"allowSearch\" #selectBox [showDropDownButton]=\"false\" [allowNull]=\"allowNull\"\n    [remoteOperation]=\"true\" [placeholder]=\"placeholder\" [size]=\"size\" [textField]=\"textField\" [valueField]=\"valueField\"\n    [disabled]=\"disabled\" [selectionMode]=\"mode\" (onValueChanged)=\"handleSelectChange($event)\" [dataSource]=\"dataSource\"\n    [(value)]=\"selectedItems\" selectionDataMode=\"item\">\n    <ng-container start>\n        <ng-content select=\"[start]\">\n        </ng-content>\n    </ng-container>\n    <ng-container end>\n        <ax-button icon=\"far fa-bars icon\" [disabled]=\"disabled\" type=\"primary blank\" (click)=\"handleButtonClick()\" end\n            [tabIndex]=\"-1\">\n        </ax-button>\n        <ng-content select=\"[end]\">\n        </ng-content>\n    </ng-container>\n</ax-select-box2> -->\n\n<!-- <div class=\"ax-lov-box\" [style.display]=\"mode=='hidden' ? 'none':'unset'\">\n    <div class=\"ax-field-set\">\n        <div class=\"ax-field-set-wrapper\" [ngClass]=\"{ 'no-label': !label }\">\n            <fieldset [ngClass]=\"{ 'input-focused': isFocused, 'input-error': errorText }\">\n                <legend *ngIf=\"label\">\n                    {{ label }}\n                </legend>\n            </fieldset>\n            <input type=\"text\" [(ngModel)]=\"text\" [placeholder]=\"placeholder\" (keyup)=\"handleKeyEvent($event)\"\n                (blur)=\"handleBlurEvent($event)\" (focus)=\"handleFocusEvent($event)\" class=\"ax-text-box\" disabled />\n            <div class=\"ax-field-set-button\">\n                <button *ngIf=\"text && allowClear\" type=\"button\" class=\"btn btn-light\" (click)=\"clearText()\">\n                    <i class=\"far fa-times\"></i>\n                </button>\n                <button type=\"button\" class=\" btn btn-primary\" (click)=\"handleButtonClick($event)\">\n                    <i class=\"far fa-check-circle\"></i>\n                </button>\n            </div>\n        </div>\n    </div>\n    <div class=\"validation-text\" *ngIf=\"errorText\">\n        {{ errorText }}\n    </div>\n\n</div> -->\n", dependencies: [{ kind: "component", type: i1$1.AXButtonComponent, selector: "ax-button", inputs: ["type", "icon", "submitBehavior", "cancelBehavior", "block", "loading", "selected"] }, { kind: "component", type: i1$1.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["showDropDownButton", "rowInputTemplate", "showCheckBox", "readonly", "rtl", "disabled", "placeholder", "size", "allowNull", "textAlign", "bufferSize", "remoteOperation", "fitParent", "dropdownWidth", "multiLine", "onDemandTranslate", "dataSource", "validation", "disabledCallback", "allowSearch", "textField", "valueField", "disabledField", "mode", "items", "selectedItems", "selectedValues"], outputs: ["dropdownToggle", "itemsChange", "onBlur", "onFocus", "selectionChanged", "selectedItemsChange", "selectedValuesChange"] }], encapsulation: i0.ViewEncapsulation.None });
         | 
| 2064 2069 | 
             
            }
         | 
| 2065 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 2070 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXLOVComponent, decorators: [{
         | 
| 2066 2071 | 
             
                        type: Component,
         | 
| 2067 2072 | 
             
                        args: [{ selector: 'ax-lov', encapsulation: ViewEncapsulation.None, host: { style: 'width: 100%' }, providers: [{ provide: AXValidatableComponent, useExisting: AXLOVComponent }], template: "<ax-select-box\n  [rowInputTemplate]=\"rowTemplate\"\n  [multiLine]=\"multiLine\"\n  [rtl]=\"rtl\"\n  [allowSearch]=\"allowSearch\"\n  #selectBox\n  [showDropDownButton]=\"false\"\n  [allowNull]=\"allowNull\"\n  [remoteOperation]=\"true\"\n  [placeholder]=\"placeholder\"\n  [size]=\"size\"\n  [textField]=\"textField\"\n  [valueField]=\"valueField\"\n  [disabled]=\"disabled\"\n  [mode]=\"mode\"\n  [(selectedItems)]=\"selectedItems\"\n  (selectionChanged)=\"handleSelectChange($event)\"\n  [dataSource]=\"dataSource\"\n>\n  <ng-container start>\n    <ng-content select=\"[start]\"> </ng-content>\n  </ng-container>\n  <ng-container end>\n    <ax-button\n      icon=\"far fa-bars icon\"\n      [disabled]=\"disabled\"\n      type=\"light blank\"\n      (click)=\"handleButtonClick()\"\n      end\n      [tabIndex]=\"-1\"\n    >\n    </ax-button>\n    <ng-content select=\"[end]\"> </ng-content>\n  </ng-container>\n</ax-select-box>\n\n<!-- <ax-select-box2 [rtl]=\"rtl\" [allowSearch]=\"allowSearch\" #selectBox [showDropDownButton]=\"false\" [allowNull]=\"allowNull\"\n    [remoteOperation]=\"true\" [placeholder]=\"placeholder\" [size]=\"size\" [textField]=\"textField\" [valueField]=\"valueField\"\n    [disabled]=\"disabled\" [selectionMode]=\"mode\" (onValueChanged)=\"handleSelectChange($event)\" [dataSource]=\"dataSource\"\n    [(value)]=\"selectedItems\" selectionDataMode=\"item\">\n    <ng-container start>\n        <ng-content select=\"[start]\">\n        </ng-content>\n    </ng-container>\n    <ng-container end>\n        <ax-button icon=\"far fa-bars icon\" [disabled]=\"disabled\" type=\"primary blank\" (click)=\"handleButtonClick()\" end\n            [tabIndex]=\"-1\">\n        </ax-button>\n        <ng-content select=\"[end]\">\n        </ng-content>\n    </ng-container>\n</ax-select-box2> -->\n\n<!-- <div class=\"ax-lov-box\" [style.display]=\"mode=='hidden' ? 'none':'unset'\">\n    <div class=\"ax-field-set\">\n        <div class=\"ax-field-set-wrapper\" [ngClass]=\"{ 'no-label': !label }\">\n            <fieldset [ngClass]=\"{ 'input-focused': isFocused, 'input-error': errorText }\">\n                <legend *ngIf=\"label\">\n                    {{ label }}\n                </legend>\n            </fieldset>\n            <input type=\"text\" [(ngModel)]=\"text\" [placeholder]=\"placeholder\" (keyup)=\"handleKeyEvent($event)\"\n                (blur)=\"handleBlurEvent($event)\" (focus)=\"handleFocusEvent($event)\" class=\"ax-text-box\" disabled />\n            <div class=\"ax-field-set-button\">\n                <button *ngIf=\"text && allowClear\" type=\"button\" class=\"btn btn-light\" (click)=\"clearText()\">\n                    <i class=\"far fa-times\"></i>\n                </button>\n                <button type=\"button\" class=\" btn btn-primary\" (click)=\"handleButtonClick($event)\">\n                    <i class=\"far fa-check-circle\"></i>\n                </button>\n            </div>\n        </div>\n    </div>\n    <div class=\"validation-text\" *ngIf=\"errorText\">\n        {{ errorText }}\n    </div>\n\n</div> -->\n" }]
         | 
| 2068 2073 | 
             
                    }], ctorParameters: () => [{ type: i1$1.AXPopupService }, { type: i0.ElementRef }], propDecorators: { _contentValidation: [{
         | 
| @@ -2102,8 +2107,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor | |
| 2102 2107 | 
             
                            type: Input
         | 
| 2103 2108 | 
             
                        }], paginationPageSize: [{
         | 
| 2104 2109 | 
             
                            type: Input
         | 
| 2105 | 
            -
                        }], suppressRowClickSelection: [{
         | 
| 2106 | 
            -
                            type: Input
         | 
| 2107 2110 | 
             
                        }], maxConcurrentDatasourceRequests: [{
         | 
| 2108 2111 | 
             
                            type: Input
         | 
| 2109 2112 | 
             
                        }], blockLoadDebounceMillis: [{
         | 
| @@ -2133,11 +2136,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImpor | |
| 2133 2136 | 
             
                        }] } });
         | 
| 2134 2137 |  | 
| 2135 2138 | 
             
            class AXLOVModule {
         | 
| 2136 | 
            -
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0. | 
| 2137 | 
            -
                static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0. | 
| 2138 | 
            -
                static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0. | 
| 2139 | 
            +
                static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXLOVModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
         | 
| 2140 | 
            +
                static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: AXLOVModule, declarations: [AXLOVComponent, AXDataLovPopupComponent], imports: [CommonModule, FormsModule, AXDataGridModule, AXDataSourceModule, AXButtonModule, AXToolbarModule, AXSelectBoxModule, AXSearchBoxModule], exports: [AXLOVComponent, AXDataLovPopupComponent] });
         | 
| 2141 | 
            +
                static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXLOVModule, imports: [CommonModule, FormsModule, AXDataGridModule, AXDataSourceModule, AXButtonModule, AXToolbarModule, AXSelectBoxModule, AXSearchBoxModule] });
         | 
| 2139 2142 | 
             
            }
         | 
| 2140 | 
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0. | 
| 2143 | 
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: AXLOVModule, decorators: [{
         | 
| 2141 2144 | 
             
                        type: NgModule,
         | 
| 2142 2145 | 
             
                        args: [{
         | 
| 2143 2146 | 
             
                                declarations: [AXLOVComponent, AXDataLovPopupComponent],
         |