@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.1
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/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +2 -2
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +2 -2
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +2 -2
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/rowreorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/directives.d.ts +143 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/base-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/column-menu/column-chooser.component.mjs +9 -7
- package/esm2020/column-menu/column-list.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +12 -10
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/rowreorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/directives.mjs +307 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/base-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +11 -10
- package/esm2020/expand-state/expandable.directive.mjs +3 -2
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +57 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu.module.mjs +59 -60
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +83 -137
- package/esm2020/index.mjs +2 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
- package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +11 -13
- package/esm2020/pager/pager.module.mjs +26 -74
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +23 -93
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +18 -13
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +3 -2
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +17 -18
- package/esm2020/rendering/header/header.module.mjs +83 -41
- package/esm2020/rendering/list.component.mjs +11 -10
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +11 -9
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectable.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +25 -74
- package/esm2020/treelist.component.mjs +21 -21
- package/esm2020/treelist.module.mjs +150 -192
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +2 -3
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +13899 -14096
- package/fesm2020/progress-kendo-angular-treelist.mjs +13786 -13983
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
- package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +42 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
- package/filtering/menu/date-filter-menu.component.d.ts +2 -2
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +4 -4
- package/filtering/menu/filter-menu.module.d.ts +42 -3
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +22 -10
- package/index.d.ts +2 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +15 -15
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +2 -2
- package/pager/pager-next-buttons.component.d.ts +2 -2
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +2 -2
- package/pager/pager-prev-buttons.component.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +2 -2
- package/pager/pager.module.d.ts +15 -17
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +1 -1
- package/rendering/body.module.d.ts +14 -19
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +4 -4
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/level-items.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/footer-template.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +4 -4
- package/rendering/header/header.module.d.ts +75 -8
- package/rendering/list.component.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +3 -3
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/shared.module.d.ts +6 -7
- package/treelist.component.d.ts +3 -3
- package/treelist.module.d.ts +93 -79
- package/column-menu/column-menu.module.d.ts +0 -27
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -78
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
@@ -1,15 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "./draggable-column.directive";
|
7
|
-
import * as i2 from "./drop-target.directive";
|
8
|
-
/**
|
9
|
-
* @hidden
|
10
|
-
*/
|
11
|
-
export declare class DragAndDropModule {
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective], never, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective]>;
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DragAndDropModule>;
|
15
|
-
}
|
@@ -1,78 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { CommonModule } from '@angular/common';
|
7
|
-
import { ColumnListComponent } from './column-list.component';
|
8
|
-
import { ColumnChooserComponent } from './column-chooser.component';
|
9
|
-
import { ColumnMenuChooserComponent } from './column-menu-chooser.component';
|
10
|
-
import { ColumnMenuFilterComponent } from './column-menu-filter.component';
|
11
|
-
import { ColumnMenuItemComponent } from './column-menu-item.component';
|
12
|
-
import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
|
13
|
-
import { ColumnMenuSortComponent } from './column-menu-sort.component';
|
14
|
-
import { ColumnMenuComponent } from './column-menu.component';
|
15
|
-
import { ColumnMenuLockComponent } from './column-menu-lock.component';
|
16
|
-
import { FilterMenuModule } from '../filtering/menu/filter-menu.module';
|
17
|
-
import { ColumnMenuTemplateDirective } from './column-menu-template.directive';
|
18
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
19
|
-
import * as i0 from "@angular/core";
|
20
|
-
const COMPONENTS = [
|
21
|
-
ColumnListComponent,
|
22
|
-
ColumnChooserComponent,
|
23
|
-
ColumnMenuChooserComponent,
|
24
|
-
ColumnMenuFilterComponent,
|
25
|
-
ColumnMenuItemComponent,
|
26
|
-
ColumnMenuItemContentTemplateDirective,
|
27
|
-
ColumnMenuSortComponent,
|
28
|
-
ColumnMenuComponent,
|
29
|
-
ColumnMenuLockComponent,
|
30
|
-
ColumnMenuTemplateDirective
|
31
|
-
];
|
32
|
-
/**
|
33
|
-
* @hidden
|
34
|
-
*/
|
35
|
-
export class ColumnMenuModule {
|
36
|
-
static exports() {
|
37
|
-
return [
|
38
|
-
ColumnChooserComponent,
|
39
|
-
ColumnMenuFilterComponent,
|
40
|
-
ColumnMenuItemComponent,
|
41
|
-
ColumnMenuItemContentTemplateDirective,
|
42
|
-
ColumnMenuSortComponent,
|
43
|
-
ColumnMenuLockComponent,
|
44
|
-
ColumnMenuChooserComponent,
|
45
|
-
ColumnMenuTemplateDirective,
|
46
|
-
ColumnMenuComponent
|
47
|
-
];
|
48
|
-
}
|
49
|
-
}
|
50
|
-
ColumnMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
51
|
-
ColumnMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, declarations: [ColumnListComponent,
|
52
|
-
ColumnChooserComponent,
|
53
|
-
ColumnMenuChooserComponent,
|
54
|
-
ColumnMenuFilterComponent,
|
55
|
-
ColumnMenuItemComponent,
|
56
|
-
ColumnMenuItemContentTemplateDirective,
|
57
|
-
ColumnMenuSortComponent,
|
58
|
-
ColumnMenuComponent,
|
59
|
-
ColumnMenuLockComponent,
|
60
|
-
ColumnMenuTemplateDirective], imports: [CommonModule, FilterMenuModule, ButtonModule], exports: [ColumnListComponent,
|
61
|
-
ColumnChooserComponent,
|
62
|
-
ColumnMenuChooserComponent,
|
63
|
-
ColumnMenuFilterComponent,
|
64
|
-
ColumnMenuItemComponent,
|
65
|
-
ColumnMenuItemContentTemplateDirective,
|
66
|
-
ColumnMenuSortComponent,
|
67
|
-
ColumnMenuComponent,
|
68
|
-
ColumnMenuLockComponent,
|
69
|
-
ColumnMenuTemplateDirective] });
|
70
|
-
ColumnMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, imports: [CommonModule, FilterMenuModule, ButtonModule] });
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, decorators: [{
|
72
|
-
type: NgModule,
|
73
|
-
args: [{
|
74
|
-
declarations: [COMPONENTS],
|
75
|
-
imports: [CommonModule, FilterMenuModule, ButtonModule],
|
76
|
-
exports: [COMPONENTS]
|
77
|
-
}]
|
78
|
-
}] });
|
@@ -1,29 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { DraggableColumnDirective } from './draggable-column.directive';
|
7
|
-
import { DropTargetDirective } from './drop-target.directive';
|
8
|
-
import * as i0 from "@angular/core";
|
9
|
-
const exported = [
|
10
|
-
DraggableColumnDirective,
|
11
|
-
DropTargetDirective
|
12
|
-
];
|
13
|
-
/**
|
14
|
-
* @hidden
|
15
|
-
*/
|
16
|
-
export class DragAndDropModule {
|
17
|
-
}
|
18
|
-
DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
19
|
-
DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
|
20
|
-
DropTargetDirective], exports: [DraggableColumnDirective,
|
21
|
-
DropTargetDirective] });
|
22
|
-
DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule });
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, decorators: [{
|
24
|
-
type: NgModule,
|
25
|
-
args: [{
|
26
|
-
declarations: [exported],
|
27
|
-
exports: [exported]
|
28
|
-
}]
|
29
|
-
}] });
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { Directive, ViewContainerRef, Input } from '@angular/core';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
/**
|
8
|
-
* @hidden
|
9
|
-
*/
|
10
|
-
export class TemplateContextDirective {
|
11
|
-
constructor(viewContainerRef) {
|
12
|
-
this.viewContainerRef = viewContainerRef;
|
13
|
-
}
|
14
|
-
set templateContext(context) {
|
15
|
-
this.removeView();
|
16
|
-
if (context.templateRef) {
|
17
|
-
this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
|
18
|
-
}
|
19
|
-
}
|
20
|
-
ngOnDestroy() {
|
21
|
-
this.removeView();
|
22
|
-
}
|
23
|
-
removeView() {
|
24
|
-
if (this.insertedViewRef) {
|
25
|
-
this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
|
26
|
-
this.insertedViewRef = undefined;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
30
|
-
TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
31
|
-
TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, decorators: [{
|
33
|
-
type: Directive,
|
34
|
-
args: [{
|
35
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
36
|
-
selector: '[templateContext]'
|
37
|
-
}]
|
38
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
|
39
|
-
type: Input
|
40
|
-
}] } });
|
@@ -1,19 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { ViewContainerRef, OnDestroy } from '@angular/core';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
/**
|
8
|
-
* @hidden
|
9
|
-
*/
|
10
|
-
export declare class TemplateContextDirective implements OnDestroy {
|
11
|
-
private viewContainerRef;
|
12
|
-
private insertedViewRef;
|
13
|
-
constructor(viewContainerRef: ViewContainerRef);
|
14
|
-
set templateContext(context: any);
|
15
|
-
ngOnDestroy(): void;
|
16
|
-
protected removeView(): void;
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never, never, false, never>;
|
19
|
-
}
|