@progress/kendo-angular-grid 18.5.0-develop.9 → 18.5.1-develop.2
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/column-menu/column-chooser-tool.directive.d.ts +57 -0
- package/column-menu/column-list.component.d.ts +2 -0
- package/directives.d.ts +5 -4
- package/esm2022/column-menu/column-chooser-tool.directive.mjs +172 -0
- package/esm2022/column-menu/column-list.component.mjs +17 -9
- package/esm2022/directives.mjs +3 -0
- package/esm2022/editing-directives/editing-directive-base.mjs +1 -0
- package/esm2022/editing-directives/external-editing.directive.mjs +1 -1
- package/esm2022/grid.component.mjs +14 -11
- package/esm2022/grid.module.mjs +41 -40
- package/esm2022/index.mjs +2 -0
- package/esm2022/localization/messages.mjs +1 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-grid.mjs +218 -49
- package/grid.component.d.ts +2 -1
- package/grid.module.d.ts +41 -40
- package/index.d.ts +2 -0
- package/localization/messages.d.ts +1 -1
- package/package.json +19 -19
- package/schematics/ngAdd/index.js +4 -4
package/grid.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SelectionDirective } from './selection/selection.directive';
|
|
6
6
|
import { CellSelectedFn, GridSelectionItem, SelectableSettings, SelectionEvent } from './selection/types';
|
|
7
|
-
import { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, QueryList, SimpleChange, NgZone, ChangeDetectorRef, TemplateRef, TrackByFunction } from '@angular/core';
|
|
7
|
+
import { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, QueryList, SimpleChange, NgZone, ChangeDetectorRef, TemplateRef, TrackByFunction, ViewContainerRef } from '@angular/core';
|
|
8
8
|
import { FormGroup } from '@angular/forms';
|
|
9
9
|
import { SortDescriptor, GroupDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
10
10
|
import { DetailTemplateDirective } from './rendering/details/detail-template.directive';
|
|
@@ -555,6 +555,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
555
555
|
ariaRoot: ElementRef;
|
|
556
556
|
dragTargetContainer: DragTargetContainerDirective;
|
|
557
557
|
dropTargetContainer: DropTargetContainerDirective;
|
|
558
|
+
dialogContainer: ViewContainerRef;
|
|
558
559
|
get scrollbarWidth(): number;
|
|
559
560
|
get headerPadding(): any;
|
|
560
561
|
columnMenuOptions: any;
|
package/grid.module.d.ts
CHANGED
|
@@ -95,45 +95,46 @@ import * as i89 from "./filtering/menu/filter-radio-button.directive";
|
|
|
95
95
|
import * as i90 from "./column-menu/column-chooser-item-checked.directive";
|
|
96
96
|
import * as i91 from "./column-menu/column-list.component";
|
|
97
97
|
import * as i92 from "./column-menu/column-chooser.component";
|
|
98
|
-
import * as i93 from "./column-menu/column-
|
|
99
|
-
import * as i94 from "./column-menu/column-menu-
|
|
100
|
-
import * as i95 from "./column-menu/column-menu-
|
|
101
|
-
import * as i96 from "./column-menu/column-menu-item
|
|
102
|
-
import * as i97 from "./column-menu/column-menu-
|
|
103
|
-
import * as i98 from "./column-menu/column-menu.component";
|
|
104
|
-
import * as i99 from "./column-menu/column-menu
|
|
105
|
-
import * as i100 from "./column-menu/column-menu-
|
|
106
|
-
import * as i101 from "./column-menu/column-menu-
|
|
107
|
-
import * as i102 from "./column-menu/column-menu-
|
|
108
|
-
import * as i103 from "./column-menu/column-menu-
|
|
109
|
-
import * as i104 from "./column-menu/column-menu-
|
|
110
|
-
import * as i105 from "./column-menu/column-menu-
|
|
111
|
-
import * as i106 from "./column-menu/column-menu-autosize
|
|
112
|
-
import * as i107 from "./
|
|
113
|
-
import * as i108 from "./
|
|
114
|
-
import * as i109 from "./rendering/
|
|
115
|
-
import * as i110 from "./
|
|
116
|
-
import * as i111 from "./localization/
|
|
117
|
-
import * as i112 from "./
|
|
118
|
-
import * as i113 from "./
|
|
119
|
-
import * as i114 from "./
|
|
120
|
-
import * as i115 from "./
|
|
121
|
-
import * as i116 from "./editing-directives/
|
|
122
|
-
import * as i117 from "./editing-directives/
|
|
123
|
-
import * as i118 from "./editing-directives/
|
|
124
|
-
import * as i119 from "./
|
|
125
|
-
import * as i120 from "./rendering/
|
|
126
|
-
import * as i121 from "./
|
|
127
|
-
import * as i122 from "./
|
|
128
|
-
import * as i123 from "./
|
|
129
|
-
import * as i124 from "./rendering/
|
|
130
|
-
import * as i125 from "./
|
|
131
|
-
import * as i126 from "./aggregates/status-bar
|
|
132
|
-
import * as i127 from "./
|
|
133
|
-
import * as i128 from "./
|
|
134
|
-
import * as i129 from "./editing/form/
|
|
135
|
-
import * as i130 from "./editing/form/form
|
|
136
|
-
import * as i131 from "./
|
|
98
|
+
import * as i93 from "./column-menu/column-chooser-tool.directive";
|
|
99
|
+
import * as i94 from "./column-menu/column-menu-chooser.component";
|
|
100
|
+
import * as i95 from "./column-menu/column-menu-filter.component";
|
|
101
|
+
import * as i96 from "./column-menu/column-menu-item.component";
|
|
102
|
+
import * as i97 from "./column-menu/column-menu-item-content-template.directive";
|
|
103
|
+
import * as i98 from "./column-menu/column-menu-sort.component";
|
|
104
|
+
import * as i99 from "./column-menu/column-menu.component";
|
|
105
|
+
import * as i100 from "./column-menu/column-menu-lock.component";
|
|
106
|
+
import * as i101 from "./column-menu/column-menu-template.directive";
|
|
107
|
+
import * as i102 from "./column-menu/column-menu-container.component";
|
|
108
|
+
import * as i103 from "./column-menu/column-menu-item.directive";
|
|
109
|
+
import * as i104 from "./column-menu/column-menu-stick.component";
|
|
110
|
+
import * as i105 from "./column-menu/column-menu-position.component";
|
|
111
|
+
import * as i106 from "./column-menu/column-menu-autosize.component";
|
|
112
|
+
import * as i107 from "./column-menu/column-menu-autosize-all.component";
|
|
113
|
+
import * as i108 from "./grid.component";
|
|
114
|
+
import * as i109 from "./rendering/list.component";
|
|
115
|
+
import * as i110 from "./rendering/toolbar/toolbar.component";
|
|
116
|
+
import * as i111 from "./localization/localized-messages.directive";
|
|
117
|
+
import * as i112 from "./localization/custom-messages.component";
|
|
118
|
+
import * as i113 from "./databinding.directive";
|
|
119
|
+
import * as i114 from "./rendering/toolbar/toolbar-template.directive";
|
|
120
|
+
import * as i115 from "./selection/selection.directive";
|
|
121
|
+
import * as i116 from "./editing-directives/template-editing.directive";
|
|
122
|
+
import * as i117 from "./editing-directives/reactive-editing.directive";
|
|
123
|
+
import * as i118 from "./editing-directives/in-cell-editing.directive";
|
|
124
|
+
import * as i119 from "./editing-directives/external-editing.directive";
|
|
125
|
+
import * as i120 from "./rendering/details-expand.directive";
|
|
126
|
+
import * as i121 from "./rendering/groups-expand.directive";
|
|
127
|
+
import * as i122 from "./grouping/group-scroll-binding.directive";
|
|
128
|
+
import * as i123 from "./selection/marquee.directive";
|
|
129
|
+
import * as i124 from "./rendering/common/spacer.component";
|
|
130
|
+
import * as i125 from "./rendering/toolbar/toolbar-focusable.directive";
|
|
131
|
+
import * as i126 from "./aggregates/status-bar.component";
|
|
132
|
+
import * as i127 from "./aggregates/status-bar-template.directive";
|
|
133
|
+
import * as i128 from "./common/clipboard.directive";
|
|
134
|
+
import * as i129 from "./editing/form/form.component";
|
|
135
|
+
import * as i130 from "./editing/form/dialog-form.component";
|
|
136
|
+
import * as i131 from "./editing/form/form-formfield.component";
|
|
137
|
+
import * as i132 from "./column-resizing/table.directive";
|
|
137
138
|
/**
|
|
138
139
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
139
140
|
* definition for the Grid component.
|
|
@@ -157,6 +158,6 @@ import * as i131 from "./column-resizing/table.directive";
|
|
|
157
158
|
*/
|
|
158
159
|
export declare class GridModule {
|
|
159
160
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
160
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.CellLoadingTemplateDirective, typeof i37.LoadingTemplateDirective, typeof i38.RowReorderColumnComponent, typeof i39.HeaderComponent, typeof i40.HeaderTemplateDirective, typeof i41.ColumnHandleDirective, typeof i42.SelectAllCheckboxDirective, typeof i43.FooterComponent, typeof i44.CustomMessagesComponent, typeof i44.PagerFocusableDirective, typeof i44.PagerInfoComponent, typeof i44.PagerInputComponent, typeof i44.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i44.PagerPageSizesComponent, typeof i44.PagerPrevButtonsComponent, typeof i44.PagerTemplateDirective, typeof i44.PagerComponent, typeof i44.PagerSpacerComponent, typeof i45.ToolBarComponent, typeof i45.ToolbarCustomMessagesComponent, typeof i45.ToolBarButtonComponent, typeof i45.ToolBarButtonGroupComponent, typeof i45.ToolBarDropDownButtonComponent, typeof i45.ToolBarSeparatorComponent, typeof i45.ToolBarSpacerComponent, typeof i45.ToolBarSplitButtonComponent, typeof i45.ToolBarToolComponent, typeof i46.FilterRowComponent, typeof i47.FilterCellComponent, typeof i48.FilterCellTemplateDirective, typeof i49.StringFilterCellComponent, typeof i50.NumericFilterCellComponent, typeof i51.AutoCompleteFilterCellComponent, typeof i52.BooleanFilterCellComponent, typeof i53.FilterCellHostDirective, typeof i54.FilterCellWrapperComponent, typeof i55.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i56.FilterCellOperatorsComponent, typeof i57.ContainsFilterOperatorComponent, typeof i58.DoesNotContainFilterOperatorComponent, typeof i59.EndsWithFilterOperatorComponent, typeof i60.EqualFilterOperatorComponent, typeof i61.IsEmptyFilterOperatorComponent, typeof i62.IsNotEmptyFilterOperatorComponent, typeof i63.IsNotNullFilterOperatorComponent, typeof i64.IsNullFilterOperatorComponent, typeof i65.NotEqualFilterOperatorComponent, typeof i66.StartsWithFilterOperatorComponent, typeof i67.GreaterFilterOperatorComponent, typeof i68.GreaterOrEqualToFilterOperatorComponent, typeof i69.LessFilterOperatorComponent, typeof i70.LessOrEqualToFilterOperatorComponent, typeof i71.AfterFilterOperatorComponent, typeof i72.AfterEqFilterOperatorComponent, typeof i73.BeforeEqFilterOperatorComponent, typeof i74.BeforeFilterOperatorComponent, typeof i75.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i56.FilterCellOperatorsComponent, typeof i57.ContainsFilterOperatorComponent, typeof i58.DoesNotContainFilterOperatorComponent, typeof i59.EndsWithFilterOperatorComponent, typeof i60.EqualFilterOperatorComponent, typeof i61.IsEmptyFilterOperatorComponent, typeof i62.IsNotEmptyFilterOperatorComponent, typeof i63.IsNotNullFilterOperatorComponent, typeof i64.IsNullFilterOperatorComponent, typeof i65.NotEqualFilterOperatorComponent, typeof i66.StartsWithFilterOperatorComponent, typeof i67.GreaterFilterOperatorComponent, typeof i68.GreaterOrEqualToFilterOperatorComponent, typeof i69.LessFilterOperatorComponent, typeof i70.LessOrEqualToFilterOperatorComponent, typeof i71.AfterFilterOperatorComponent, typeof i72.AfterEqFilterOperatorComponent, typeof i73.BeforeEqFilterOperatorComponent, typeof i74.BeforeFilterOperatorComponent, typeof i75.FilterInputDirective, typeof i76.FilterMenuComponent, typeof i77.FilterMenuContainerComponent, typeof i78.FilterMenuInputWrapperComponent, typeof i79.StringFilterMenuInputComponent, typeof i80.StringFilterMenuComponent, typeof i81.FilterMenuTemplateDirective, typeof i82.NumericFilterMenuComponent, typeof i83.NumericFilterMenuInputComponent, typeof i84.DateFilterMenuInputComponent, typeof i85.DateFilterMenuComponent, typeof i86.FilterMenuHostDirective, typeof i87.BooleanFilterMenuComponent, typeof i88.FilterMenuDropDownListDirective, typeof i89.BooleanFilterRadioButtonDirective, typeof i90.ColumnMenuChooserItemCheckedDirective, typeof i91.ColumnListComponent, typeof i92.ColumnChooserComponent, typeof i93.ColumnMenuChooserComponent, typeof i94.ColumnMenuFilterComponent, typeof i95.ColumnMenuItemComponent, typeof i96.ColumnMenuItemContentTemplateDirective, typeof i97.ColumnMenuSortComponent, typeof i98.ColumnMenuComponent, typeof i99.ColumnMenuLockComponent, typeof i100.ColumnMenuTemplateDirective, typeof i101.ColumnMenuContainerComponent, typeof i102.ColumnMenuItemDirective, typeof i103.ColumnMenuStickComponent, typeof i104.ColumnMenuPositionComponent, typeof i105.ColumnMenuAutoSizeColumnComponent, typeof i106.ColumnMenuAutoSizeAllColumnsComponent, typeof i107.GridComponent, typeof i108.ListComponent, typeof i109.ToolbarComponent, typeof i110.LocalizedMessagesDirective, typeof i111.CustomMessagesComponent, typeof i112.DataBindingDirective, typeof i113.ToolbarTemplateDirective, typeof i114.SelectionDirective, typeof i115.TemplateEditingDirective, typeof i116.ReactiveEditingDirective, typeof i117.InCellEditingDirective, typeof i118.ExternalEditingDirective, typeof i119.ExpandDetailsDirective, typeof i120.ExpandGroupDirective, typeof i121.GroupBindingDirective, typeof i122.GridMarqueeDirective, typeof i123.GridSpacerComponent, typeof i124.GridToolbarFocusableDirective, typeof i125.StatusBarComponent, typeof i126.StatusBarTemplateDirective, typeof i127.GridClipboardDirective, typeof i128.FormComponent, typeof i129.DialogFormComponent, typeof i130.FormFormFieldComponent, typeof i45.ToolBarComponent, typeof i45.ToolbarCustomMessagesComponent, typeof i45.ToolBarButtonComponent, typeof i45.ToolBarButtonGroupComponent, typeof i45.ToolBarDropDownButtonComponent, typeof i45.ToolBarSeparatorComponent, typeof i45.ToolBarSpacerComponent, typeof i45.ToolBarSplitButtonComponent, typeof i45.ToolBarToolComponent, typeof i131.TableDirective], [typeof i107.GridComponent, typeof i113.ToolbarTemplateDirective, typeof i109.ToolbarComponent, typeof i123.GridSpacerComponent, typeof i126.StatusBarTemplateDirective, typeof i112.DataBindingDirective, typeof i114.SelectionDirective, typeof i111.CustomMessagesComponent, typeof i121.GroupBindingDirective, typeof i115.TemplateEditingDirective, typeof i116.ReactiveEditingDirective, typeof i117.InCellEditingDirective, typeof i118.ExternalEditingDirective, typeof i119.ExpandDetailsDirective, typeof i120.ExpandGroupDirective, typeof i124.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.CellLoadingTemplateDirective, typeof i37.LoadingTemplateDirective, typeof i38.RowReorderColumnComponent, typeof i39.HeaderComponent, typeof i40.HeaderTemplateDirective, typeof i41.ColumnHandleDirective, typeof i42.SelectAllCheckboxDirective, typeof i46.FilterRowComponent, typeof i47.FilterCellComponent, typeof i48.FilterCellTemplateDirective, typeof i49.StringFilterCellComponent, typeof i50.NumericFilterCellComponent, typeof i51.AutoCompleteFilterCellComponent, typeof i52.BooleanFilterCellComponent, typeof i53.FilterCellHostDirective, typeof i54.FilterCellWrapperComponent, typeof i55.DateFilterCellComponent, typeof i56.FilterCellOperatorsComponent, typeof i57.ContainsFilterOperatorComponent, typeof i58.DoesNotContainFilterOperatorComponent, typeof i59.EndsWithFilterOperatorComponent, typeof i60.EqualFilterOperatorComponent, typeof i61.IsEmptyFilterOperatorComponent, typeof i62.IsNotEmptyFilterOperatorComponent, typeof i63.IsNotNullFilterOperatorComponent, typeof i64.IsNullFilterOperatorComponent, typeof i65.NotEqualFilterOperatorComponent, typeof i66.StartsWithFilterOperatorComponent, typeof i67.GreaterFilterOperatorComponent, typeof i68.GreaterOrEqualToFilterOperatorComponent, typeof i69.LessFilterOperatorComponent, typeof i70.LessOrEqualToFilterOperatorComponent, typeof i71.AfterFilterOperatorComponent, typeof i72.AfterEqFilterOperatorComponent, typeof i73.BeforeEqFilterOperatorComponent, typeof i74.BeforeFilterOperatorComponent, typeof i76.FilterMenuComponent, typeof i77.FilterMenuContainerComponent, typeof i78.FilterMenuInputWrapperComponent, typeof i79.StringFilterMenuInputComponent, typeof i80.StringFilterMenuComponent, typeof i81.FilterMenuTemplateDirective, typeof i82.NumericFilterMenuComponent, typeof i83.NumericFilterMenuInputComponent, typeof i84.DateFilterMenuInputComponent, typeof i85.DateFilterMenuComponent, typeof i86.FilterMenuHostDirective, typeof i87.BooleanFilterMenuComponent, typeof i88.FilterMenuDropDownListDirective, typeof i89.BooleanFilterRadioButtonDirective, typeof i92.ColumnChooserComponent, typeof i94.ColumnMenuFilterComponent, typeof i95.ColumnMenuItemComponent, typeof i96.ColumnMenuItemContentTemplateDirective, typeof i97.ColumnMenuSortComponent, typeof i99.ColumnMenuLockComponent, typeof i103.ColumnMenuStickComponent, typeof i104.ColumnMenuPositionComponent, typeof i93.ColumnMenuChooserComponent, typeof i100.ColumnMenuTemplateDirective, typeof i101.ColumnMenuContainerComponent, typeof i102.ColumnMenuItemDirective, typeof i98.ColumnMenuComponent, typeof i105.ColumnMenuAutoSizeColumnComponent, typeof i106.ColumnMenuAutoSizeAllColumnsComponent, typeof i127.GridClipboardDirective, typeof i45.ToolBarComponent, typeof i45.ToolbarCustomMessagesComponent, typeof i45.ToolBarButtonComponent, typeof i45.ToolBarButtonGroupComponent, typeof i45.ToolBarDropDownButtonComponent, typeof i45.ToolBarSeparatorComponent, typeof i45.ToolBarSpacerComponent, typeof i45.ToolBarSplitButtonComponent, typeof i45.ToolBarToolComponent, typeof i44.CustomMessagesComponent, typeof i44.PagerFocusableDirective, typeof i44.PagerInfoComponent, typeof i44.PagerInputComponent, typeof i44.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i44.PagerPageSizesComponent, typeof i44.PagerPrevButtonsComponent, typeof i44.PagerTemplateDirective, typeof i44.PagerComponent, typeof i44.PagerSpacerComponent]>;
|
|
161
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.CellLoadingTemplateDirective, typeof i37.LoadingTemplateDirective, typeof i38.RowReorderColumnComponent, typeof i39.HeaderComponent, typeof i40.HeaderTemplateDirective, typeof i41.ColumnHandleDirective, typeof i42.SelectAllCheckboxDirective, typeof i43.FooterComponent, typeof i44.CustomMessagesComponent, typeof i44.PagerFocusableDirective, typeof i44.PagerInfoComponent, typeof i44.PagerInputComponent, typeof i44.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i44.PagerPageSizesComponent, typeof i44.PagerPrevButtonsComponent, typeof i44.PagerTemplateDirective, typeof i44.PagerComponent, typeof i44.PagerSpacerComponent, typeof i45.ToolBarComponent, typeof i45.ToolbarCustomMessagesComponent, typeof i45.ToolBarButtonComponent, typeof i45.ToolBarButtonGroupComponent, typeof i45.ToolBarDropDownButtonComponent, typeof i45.ToolBarSeparatorComponent, typeof i45.ToolBarSpacerComponent, typeof i45.ToolBarSplitButtonComponent, typeof i45.ToolBarToolComponent, typeof i46.FilterRowComponent, typeof i47.FilterCellComponent, typeof i48.FilterCellTemplateDirective, typeof i49.StringFilterCellComponent, typeof i50.NumericFilterCellComponent, typeof i51.AutoCompleteFilterCellComponent, typeof i52.BooleanFilterCellComponent, typeof i53.FilterCellHostDirective, typeof i54.FilterCellWrapperComponent, typeof i55.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i56.FilterCellOperatorsComponent, typeof i57.ContainsFilterOperatorComponent, typeof i58.DoesNotContainFilterOperatorComponent, typeof i59.EndsWithFilterOperatorComponent, typeof i60.EqualFilterOperatorComponent, typeof i61.IsEmptyFilterOperatorComponent, typeof i62.IsNotEmptyFilterOperatorComponent, typeof i63.IsNotNullFilterOperatorComponent, typeof i64.IsNullFilterOperatorComponent, typeof i65.NotEqualFilterOperatorComponent, typeof i66.StartsWithFilterOperatorComponent, typeof i67.GreaterFilterOperatorComponent, typeof i68.GreaterOrEqualToFilterOperatorComponent, typeof i69.LessFilterOperatorComponent, typeof i70.LessOrEqualToFilterOperatorComponent, typeof i71.AfterFilterOperatorComponent, typeof i72.AfterEqFilterOperatorComponent, typeof i73.BeforeEqFilterOperatorComponent, typeof i74.BeforeFilterOperatorComponent, typeof i75.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i56.FilterCellOperatorsComponent, typeof i57.ContainsFilterOperatorComponent, typeof i58.DoesNotContainFilterOperatorComponent, typeof i59.EndsWithFilterOperatorComponent, typeof i60.EqualFilterOperatorComponent, typeof i61.IsEmptyFilterOperatorComponent, typeof i62.IsNotEmptyFilterOperatorComponent, typeof i63.IsNotNullFilterOperatorComponent, typeof i64.IsNullFilterOperatorComponent, typeof i65.NotEqualFilterOperatorComponent, typeof i66.StartsWithFilterOperatorComponent, typeof i67.GreaterFilterOperatorComponent, typeof i68.GreaterOrEqualToFilterOperatorComponent, typeof i69.LessFilterOperatorComponent, typeof i70.LessOrEqualToFilterOperatorComponent, typeof i71.AfterFilterOperatorComponent, typeof i72.AfterEqFilterOperatorComponent, typeof i73.BeforeEqFilterOperatorComponent, typeof i74.BeforeFilterOperatorComponent, typeof i75.FilterInputDirective, typeof i76.FilterMenuComponent, typeof i77.FilterMenuContainerComponent, typeof i78.FilterMenuInputWrapperComponent, typeof i79.StringFilterMenuInputComponent, typeof i80.StringFilterMenuComponent, typeof i81.FilterMenuTemplateDirective, typeof i82.NumericFilterMenuComponent, typeof i83.NumericFilterMenuInputComponent, typeof i84.DateFilterMenuInputComponent, typeof i85.DateFilterMenuComponent, typeof i86.FilterMenuHostDirective, typeof i87.BooleanFilterMenuComponent, typeof i88.FilterMenuDropDownListDirective, typeof i89.BooleanFilterRadioButtonDirective, typeof i90.ColumnMenuChooserItemCheckedDirective, typeof i91.ColumnListComponent, typeof i92.ColumnChooserComponent, typeof i93.ColumnChooserToolbarDirective, typeof i94.ColumnMenuChooserComponent, typeof i95.ColumnMenuFilterComponent, typeof i96.ColumnMenuItemComponent, typeof i97.ColumnMenuItemContentTemplateDirective, typeof i98.ColumnMenuSortComponent, typeof i99.ColumnMenuComponent, typeof i100.ColumnMenuLockComponent, typeof i101.ColumnMenuTemplateDirective, typeof i102.ColumnMenuContainerComponent, typeof i103.ColumnMenuItemDirective, typeof i104.ColumnMenuStickComponent, typeof i105.ColumnMenuPositionComponent, typeof i106.ColumnMenuAutoSizeColumnComponent, typeof i107.ColumnMenuAutoSizeAllColumnsComponent, typeof i108.GridComponent, typeof i109.ListComponent, typeof i110.ToolbarComponent, typeof i111.LocalizedMessagesDirective, typeof i112.CustomMessagesComponent, typeof i113.DataBindingDirective, typeof i114.ToolbarTemplateDirective, typeof i115.SelectionDirective, typeof i116.TemplateEditingDirective, typeof i117.ReactiveEditingDirective, typeof i118.InCellEditingDirective, typeof i119.ExternalEditingDirective, typeof i120.ExpandDetailsDirective, typeof i121.ExpandGroupDirective, typeof i122.GroupBindingDirective, typeof i123.GridMarqueeDirective, typeof i124.GridSpacerComponent, typeof i125.GridToolbarFocusableDirective, typeof i126.StatusBarComponent, typeof i127.StatusBarTemplateDirective, typeof i128.GridClipboardDirective, typeof i129.FormComponent, typeof i130.DialogFormComponent, typeof i131.FormFormFieldComponent, typeof i45.ToolBarComponent, typeof i45.ToolbarCustomMessagesComponent, typeof i45.ToolBarButtonComponent, typeof i45.ToolBarButtonGroupComponent, typeof i45.ToolBarDropDownButtonComponent, typeof i45.ToolBarSeparatorComponent, typeof i45.ToolBarSpacerComponent, typeof i45.ToolBarSplitButtonComponent, typeof i45.ToolBarToolComponent, typeof i132.TableDirective], [typeof i108.GridComponent, typeof i114.ToolbarTemplateDirective, typeof i110.ToolbarComponent, typeof i124.GridSpacerComponent, typeof i127.StatusBarTemplateDirective, typeof i113.DataBindingDirective, typeof i115.SelectionDirective, typeof i112.CustomMessagesComponent, typeof i122.GroupBindingDirective, typeof i116.TemplateEditingDirective, typeof i117.ReactiveEditingDirective, typeof i118.InCellEditingDirective, typeof i119.ExternalEditingDirective, typeof i120.ExpandDetailsDirective, typeof i121.ExpandGroupDirective, typeof i125.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.CellLoadingTemplateDirective, typeof i37.LoadingTemplateDirective, typeof i38.RowReorderColumnComponent, typeof i39.HeaderComponent, typeof i40.HeaderTemplateDirective, typeof i41.ColumnHandleDirective, typeof i42.SelectAllCheckboxDirective, typeof i46.FilterRowComponent, typeof i47.FilterCellComponent, typeof i48.FilterCellTemplateDirective, typeof i49.StringFilterCellComponent, typeof i50.NumericFilterCellComponent, typeof i51.AutoCompleteFilterCellComponent, typeof i52.BooleanFilterCellComponent, typeof i53.FilterCellHostDirective, typeof i54.FilterCellWrapperComponent, typeof i55.DateFilterCellComponent, typeof i56.FilterCellOperatorsComponent, typeof i57.ContainsFilterOperatorComponent, typeof i58.DoesNotContainFilterOperatorComponent, typeof i59.EndsWithFilterOperatorComponent, typeof i60.EqualFilterOperatorComponent, typeof i61.IsEmptyFilterOperatorComponent, typeof i62.IsNotEmptyFilterOperatorComponent, typeof i63.IsNotNullFilterOperatorComponent, typeof i64.IsNullFilterOperatorComponent, typeof i65.NotEqualFilterOperatorComponent, typeof i66.StartsWithFilterOperatorComponent, typeof i67.GreaterFilterOperatorComponent, typeof i68.GreaterOrEqualToFilterOperatorComponent, typeof i69.LessFilterOperatorComponent, typeof i70.LessOrEqualToFilterOperatorComponent, typeof i71.AfterFilterOperatorComponent, typeof i72.AfterEqFilterOperatorComponent, typeof i73.BeforeEqFilterOperatorComponent, typeof i74.BeforeFilterOperatorComponent, typeof i76.FilterMenuComponent, typeof i77.FilterMenuContainerComponent, typeof i78.FilterMenuInputWrapperComponent, typeof i79.StringFilterMenuInputComponent, typeof i80.StringFilterMenuComponent, typeof i81.FilterMenuTemplateDirective, typeof i82.NumericFilterMenuComponent, typeof i83.NumericFilterMenuInputComponent, typeof i84.DateFilterMenuInputComponent, typeof i85.DateFilterMenuComponent, typeof i86.FilterMenuHostDirective, typeof i87.BooleanFilterMenuComponent, typeof i88.FilterMenuDropDownListDirective, typeof i89.BooleanFilterRadioButtonDirective, typeof i92.ColumnChooserComponent, typeof i93.ColumnChooserToolbarDirective, typeof i95.ColumnMenuFilterComponent, typeof i96.ColumnMenuItemComponent, typeof i97.ColumnMenuItemContentTemplateDirective, typeof i98.ColumnMenuSortComponent, typeof i100.ColumnMenuLockComponent, typeof i104.ColumnMenuStickComponent, typeof i105.ColumnMenuPositionComponent, typeof i94.ColumnMenuChooserComponent, typeof i101.ColumnMenuTemplateDirective, typeof i102.ColumnMenuContainerComponent, typeof i103.ColumnMenuItemDirective, typeof i99.ColumnMenuComponent, typeof i106.ColumnMenuAutoSizeColumnComponent, typeof i107.ColumnMenuAutoSizeAllColumnsComponent, typeof i128.GridClipboardDirective, typeof i45.ToolBarComponent, typeof i45.ToolbarCustomMessagesComponent, typeof i45.ToolBarButtonComponent, typeof i45.ToolBarButtonGroupComponent, typeof i45.ToolBarDropDownButtonComponent, typeof i45.ToolBarSeparatorComponent, typeof i45.ToolBarSpacerComponent, typeof i45.ToolBarSplitButtonComponent, typeof i45.ToolBarToolComponent, typeof i44.CustomMessagesComponent, typeof i44.PagerFocusableDirective, typeof i44.PagerInfoComponent, typeof i44.PagerInputComponent, typeof i44.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i44.PagerPageSizesComponent, typeof i44.PagerPrevButtonsComponent, typeof i44.PagerTemplateDirective, typeof i44.PagerComponent, typeof i44.PagerSpacerComponent]>;
|
|
161
162
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
162
163
|
}
|
package/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export { DragAndDropService } from './dragdrop/drag-and-drop.service';
|
|
|
42
42
|
export { DragHintService } from './dragdrop/drag-hint.service';
|
|
43
43
|
export { DropCueService } from './dragdrop/drop-cue.service';
|
|
44
44
|
export { EditService } from './editing-directives/edit-service.interface';
|
|
45
|
+
export { EditService as EditServiceClass } from './editing/edit.service';
|
|
45
46
|
export { NumericFilterComponent } from './filtering/numeric-filter.component';
|
|
46
47
|
export { StringFilterComponent } from './filtering/string-filter.component';
|
|
47
48
|
export { GroupInfoService } from './grouping/group-info.service';
|
|
@@ -194,6 +195,7 @@ export { SaveCommandDirective } from './editing/save-command.directive';
|
|
|
194
195
|
export { RemoveCommandDirective } from './editing/remove-command.directive';
|
|
195
196
|
export { AddCommandDirective } from './editing/add-command.directive';
|
|
196
197
|
export { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
|
198
|
+
export { ColumnChooserToolbarDirective } from './column-menu/column-chooser-tool.directive';
|
|
197
199
|
export { EditingDirectiveBase } from './editing-directives/editing-directive-base';
|
|
198
200
|
export { RowEditingDirectiveBase } from './editing-directives/row-editing-directive-base';
|
|
199
201
|
export { CellComponent } from './rendering/cell.component';
|
|
@@ -273,7 +273,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
273
273
|
*/
|
|
274
274
|
setColumnPosition: string;
|
|
275
275
|
/**
|
|
276
|
-
* The text
|
|
276
|
+
* The text for the Grid Column Chooser and Column Chooser toolbar tool.
|
|
277
277
|
*/
|
|
278
278
|
columns: string;
|
|
279
279
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.1-develop.2",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"package": {
|
|
27
27
|
"productName": "Kendo UI for Angular",
|
|
28
28
|
"productCode": "KENDOUIANGULAR",
|
|
29
|
-
"publishDate":
|
|
29
|
+
"publishDate": 1744640993,
|
|
30
30
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
@@ -39,27 +39,27 @@
|
|
|
39
39
|
"@progress/kendo-data-query": "^1.0.0",
|
|
40
40
|
"@progress/kendo-drawing": "^1.21.0",
|
|
41
41
|
"@progress/kendo-licensing": "^1.5.0",
|
|
42
|
-
"@progress/kendo-angular-buttons": "18.5.
|
|
43
|
-
"@progress/kendo-angular-common": "18.5.
|
|
44
|
-
"@progress/kendo-angular-dateinputs": "18.5.
|
|
45
|
-
"@progress/kendo-angular-layout": "18.5.
|
|
46
|
-
"@progress/kendo-angular-dropdowns": "18.5.
|
|
47
|
-
"@progress/kendo-angular-excel-export": "18.5.
|
|
48
|
-
"@progress/kendo-angular-icons": "18.5.
|
|
49
|
-
"@progress/kendo-angular-inputs": "18.5.
|
|
50
|
-
"@progress/kendo-angular-intl": "18.5.
|
|
51
|
-
"@progress/kendo-angular-l10n": "18.5.
|
|
52
|
-
"@progress/kendo-angular-label": "18.5.
|
|
53
|
-
"@progress/kendo-angular-pager": "18.5.
|
|
54
|
-
"@progress/kendo-angular-pdf-export": "18.5.
|
|
55
|
-
"@progress/kendo-angular-popup": "18.5.
|
|
56
|
-
"@progress/kendo-angular-toolbar": "18.5.
|
|
57
|
-
"@progress/kendo-angular-utils": "18.5.
|
|
42
|
+
"@progress/kendo-angular-buttons": "18.5.1-develop.2",
|
|
43
|
+
"@progress/kendo-angular-common": "18.5.1-develop.2",
|
|
44
|
+
"@progress/kendo-angular-dateinputs": "18.5.1-develop.2",
|
|
45
|
+
"@progress/kendo-angular-layout": "18.5.1-develop.2",
|
|
46
|
+
"@progress/kendo-angular-dropdowns": "18.5.1-develop.2",
|
|
47
|
+
"@progress/kendo-angular-excel-export": "18.5.1-develop.2",
|
|
48
|
+
"@progress/kendo-angular-icons": "18.5.1-develop.2",
|
|
49
|
+
"@progress/kendo-angular-inputs": "18.5.1-develop.2",
|
|
50
|
+
"@progress/kendo-angular-intl": "18.5.1-develop.2",
|
|
51
|
+
"@progress/kendo-angular-l10n": "18.5.1-develop.2",
|
|
52
|
+
"@progress/kendo-angular-label": "18.5.1-develop.2",
|
|
53
|
+
"@progress/kendo-angular-pager": "18.5.1-develop.2",
|
|
54
|
+
"@progress/kendo-angular-pdf-export": "18.5.1-develop.2",
|
|
55
|
+
"@progress/kendo-angular-popup": "18.5.1-develop.2",
|
|
56
|
+
"@progress/kendo-angular-toolbar": "18.5.1-develop.2",
|
|
57
|
+
"@progress/kendo-angular-utils": "18.5.1-develop.2",
|
|
58
58
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"tslib": "^2.3.1",
|
|
62
|
-
"@progress/kendo-angular-schematics": "18.5.
|
|
62
|
+
"@progress/kendo-angular-schematics": "18.5.1-develop.2",
|
|
63
63
|
"@progress/kendo-common": "^1.0.1",
|
|
64
64
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
65
65
|
},
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '18.5.
|
|
8
|
-
'@progress/kendo-angular-navigation': '18.5.
|
|
7
|
+
'@progress/kendo-angular-treeview': '18.5.1-develop.2',
|
|
8
|
+
'@progress/kendo-angular-navigation': '18.5.1-develop.2',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '18.5.
|
|
10
|
+
'@progress/kendo-angular-dialog': '18.5.1-develop.2',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '18.5.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '18.5.1-develop.2'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|