@progress/kendo-angular-grid 20.0.4-develop.2 → 20.1.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/adaptiveness/adaptive-renderer.component.d.ts +2 -3
- package/column-menu/column-chooser-content.component.d.ts +60 -0
- package/column-menu/column-chooser.component.d.ts +15 -4
- package/column-menu/column-list-kb-nav.service.d.ts +2 -2
- package/column-menu/column-list.component.d.ts +30 -21
- package/column-menu/column-menu-chooser.component.d.ts +2 -7
- package/column-menu/column-menu.component.d.ts +0 -4
- package/columns/column-base.d.ts +8 -0
- package/directives.d.ts +1 -2
- package/esm2022/adaptiveness/adaptive-renderer.component.mjs +26 -46
- package/esm2022/column-menu/column-chooser-content.component.mjs +306 -0
- package/esm2022/column-menu/column-chooser.component.mjs +39 -31
- package/esm2022/column-menu/column-list-kb-nav.service.mjs +3 -3
- package/esm2022/column-menu/column-list.component.mjs +258 -177
- package/esm2022/column-menu/column-menu-chooser.component.mjs +17 -36
- package/esm2022/column-menu/column-menu.component.mjs +12 -28
- package/esm2022/columns/column-base.mjs +8 -0
- package/esm2022/common/column-info.service.mjs +3 -0
- package/esm2022/directives.mjs +0 -2
- package/esm2022/grid.component.mjs +6 -0
- package/esm2022/grid.module.mjs +47 -48
- package/esm2022/localization/messages.mjs +12 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +38 -12
- package/fesm2022/progress-kendo-angular-grid.mjs +702 -367
- package/grid.module.d.ts +46 -47
- package/localization/messages.d.ts +10 -1
- package/package.json +21 -21
- package/rendering/toolbar/tools/column-chooser-tool.directive.d.ts +13 -1
- package/schematics/ngAdd/index.js +4 -4
- package/column-menu/column-chooser-item-checked.directive.d.ts +0 -21
- package/esm2022/column-menu/column-chooser-item-checked.directive.mjs +0 -45
package/grid.module.d.ts
CHANGED
|
@@ -101,52 +101,51 @@ import * as i95 from "./filtering/menu/filter-menu-host.directive";
|
|
|
101
101
|
import * as i96 from "./filtering/menu/boolean-filter-menu.component";
|
|
102
102
|
import * as i97 from "./filtering/menu/filter-menu-dropdownlist.directive";
|
|
103
103
|
import * as i98 from "./filtering/menu/filter-radio-button.directive";
|
|
104
|
-
import * as i99 from "./column-menu/column-
|
|
105
|
-
import * as i100 from "./column-menu/column-
|
|
106
|
-
import * as i101 from "./
|
|
107
|
-
import * as i102 from "./
|
|
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-item.
|
|
111
|
-
import * as i106 from "./column-menu/column-menu-
|
|
112
|
-
import * as i107 from "./column-menu/column-menu
|
|
113
|
-
import * as i108 from "./column-menu/column-menu.component";
|
|
114
|
-
import * as i109 from "./column-menu/column-menu-
|
|
115
|
-
import * as i110 from "./column-menu/column-menu-
|
|
116
|
-
import * as i111 from "./column-menu/column-menu-
|
|
117
|
-
import * as i112 from "./column-menu/column-menu-
|
|
118
|
-
import * as i113 from "./column-menu/column-menu-
|
|
119
|
-
import * as i114 from "./column-menu/column-menu-
|
|
120
|
-
import * as i115 from "./column-menu/column-menu-autosize.component";
|
|
121
|
-
import * as i116 from "./
|
|
122
|
-
import * as i117 from "./
|
|
123
|
-
import * as i118 from "./rendering/
|
|
124
|
-
import * as i119 from "./
|
|
125
|
-
import * as i120 from "./localization/
|
|
126
|
-
import * as i121 from "./
|
|
127
|
-
import * as i122 from "./
|
|
128
|
-
import * as i123 from "./
|
|
129
|
-
import * as i124 from "./
|
|
130
|
-
import * as i125 from "./
|
|
131
|
-
import * as i126 from "./editing-directives/
|
|
132
|
-
import * as i127 from "./editing-directives/
|
|
133
|
-
import * as i128 from "./editing-directives/
|
|
134
|
-
import * as i129 from "./
|
|
135
|
-
import * as i130 from "./rendering/
|
|
136
|
-
import * as i131 from "./
|
|
137
|
-
import * as i132 from "./
|
|
138
|
-
import * as i133 from "./rendering/
|
|
139
|
-
import * as i134 from "./
|
|
140
|
-
import * as i135 from "./aggregates/status-bar.
|
|
141
|
-
import * as i136 from "./
|
|
142
|
-
import * as i137 from "./
|
|
143
|
-
import * as i138 from "./editing/form/form.component";
|
|
144
|
-
import * as i139 from "./editing/form/
|
|
145
|
-
import * as i140 from "./
|
|
146
|
-
import * as i141 from "./
|
|
147
|
-
import * as i142 from "./
|
|
148
|
-
import * as i143 from "./state-management/
|
|
149
|
-
import * as i144 from "./state-management/redo-command-tool";
|
|
104
|
+
import * as i99 from "./column-menu/column-list.component";
|
|
105
|
+
import * as i100 from "./column-menu/column-chooser.component";
|
|
106
|
+
import * as i101 from "./rendering/toolbar/tools/column-chooser-tool.directive";
|
|
107
|
+
import * as i102 from "./column-menu/column-menu-chooser.component";
|
|
108
|
+
import * as i103 from "./column-menu/column-menu-filter.component";
|
|
109
|
+
import * as i104 from "./column-menu/column-menu-item.component";
|
|
110
|
+
import * as i105 from "./column-menu/column-menu-item-content-template.directive";
|
|
111
|
+
import * as i106 from "./column-menu/column-menu-sort.component";
|
|
112
|
+
import * as i107 from "./column-menu/column-menu.component";
|
|
113
|
+
import * as i108 from "./column-menu/column-menu-lock.component";
|
|
114
|
+
import * as i109 from "./column-menu/column-menu-template.directive";
|
|
115
|
+
import * as i110 from "./column-menu/column-menu-container.component";
|
|
116
|
+
import * as i111 from "./column-menu/column-menu-item.directive";
|
|
117
|
+
import * as i112 from "./column-menu/column-menu-stick.component";
|
|
118
|
+
import * as i113 from "./column-menu/column-menu-position.component";
|
|
119
|
+
import * as i114 from "./column-menu/column-menu-autosize.component";
|
|
120
|
+
import * as i115 from "./column-menu/column-menu-autosize-all.component";
|
|
121
|
+
import * as i116 from "./grid.component";
|
|
122
|
+
import * as i117 from "./rendering/list.component";
|
|
123
|
+
import * as i118 from "./rendering/toolbar/toolbar.component";
|
|
124
|
+
import * as i119 from "./localization/localized-messages.directive";
|
|
125
|
+
import * as i120 from "./localization/custom-messages.component";
|
|
126
|
+
import * as i121 from "./databinding.directive";
|
|
127
|
+
import * as i122 from "./rendering/toolbar/toolbar-template.directive";
|
|
128
|
+
import * as i123 from "./selection/selection.directive";
|
|
129
|
+
import * as i124 from "./highlight/highlight.directive";
|
|
130
|
+
import * as i125 from "./editing-directives/template-editing.directive";
|
|
131
|
+
import * as i126 from "./editing-directives/reactive-editing.directive";
|
|
132
|
+
import * as i127 from "./editing-directives/in-cell-editing.directive";
|
|
133
|
+
import * as i128 from "./editing-directives/external-editing.directive";
|
|
134
|
+
import * as i129 from "./rendering/details-expand.directive";
|
|
135
|
+
import * as i130 from "./rendering/groups-expand.directive";
|
|
136
|
+
import * as i131 from "./selection/marquee.directive";
|
|
137
|
+
import * as i132 from "./rendering/common/spacer.component";
|
|
138
|
+
import * as i133 from "./rendering/toolbar/toolbar-focusable.directive";
|
|
139
|
+
import * as i134 from "./aggregates/status-bar.component";
|
|
140
|
+
import * as i135 from "./aggregates/status-bar-template.directive";
|
|
141
|
+
import * as i136 from "./common/clipboard.directive";
|
|
142
|
+
import * as i137 from "./editing/form/form.component";
|
|
143
|
+
import * as i138 from "./editing/form/dialog-form.component";
|
|
144
|
+
import * as i139 from "./editing/form/form-formfield.component";
|
|
145
|
+
import * as i140 from "./state-management/undo-redo.directive";
|
|
146
|
+
import * as i141 from "./column-resizing/table.directive";
|
|
147
|
+
import * as i142 from "./state-management/undo-command-tool";
|
|
148
|
+
import * as i143 from "./state-management/redo-command-tool";
|
|
150
149
|
/**
|
|
151
150
|
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Grid component.
|
|
152
151
|
*
|
|
@@ -171,6 +170,6 @@ import * as i144 from "./state-management/redo-command-tool";
|
|
|
171
170
|
*/
|
|
172
171
|
export declare class GridModule {
|
|
173
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
174
|
-
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.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.AIAssistantToolbarDirective, typeof i46.GroupCommandToolbarDirective, typeof i47.SelectAllToolbarToolComponent, typeof i48.HeaderComponent, typeof i49.HeaderTemplateDirective, typeof i50.ColumnHandleDirective, typeof i51.SelectAllCheckboxDirective, typeof i52.FooterComponent, typeof i53.CustomMessagesComponent, typeof i53.PagerFocusableDirective, typeof i53.PagerInfoComponent, typeof i53.PagerInputComponent, typeof i53.PagerNextButtonsComponent, typeof i53.PagerNumericButtonsComponent, typeof i53.PagerPageSizesComponent, typeof i53.PagerPrevButtonsComponent, typeof i53.PagerTemplateDirective, typeof i53.PagerComponent, typeof i53.PagerSpacerComponent, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i55.FilterRowComponent, typeof i56.FilterCellComponent, typeof i57.FilterCellTemplateDirective, typeof i58.StringFilterCellComponent, typeof i59.NumericFilterCellComponent, typeof i60.AutoCompleteFilterCellComponent, typeof i61.BooleanFilterCellComponent, typeof i62.FilterCellHostDirective, typeof i63.FilterCellWrapperComponent, typeof i64.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 i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i84.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 i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i84.FilterInputDirective, typeof i85.FilterMenuComponent, typeof i86.FilterMenuContainerComponent, typeof i87.FilterMenuInputWrapperComponent, typeof i88.StringFilterMenuInputComponent, typeof i89.StringFilterMenuComponent, typeof i90.FilterMenuTemplateDirective, typeof i91.NumericFilterMenuComponent, typeof i92.NumericFilterMenuInputComponent, typeof i93.DateFilterMenuInputComponent, typeof i94.DateFilterMenuComponent, typeof i95.FilterMenuHostDirective, typeof i96.BooleanFilterMenuComponent, typeof i97.FilterMenuDropDownListDirective, typeof i98.BooleanFilterRadioButtonDirective, typeof i99.ColumnMenuChooserItemCheckedDirective, typeof i100.ColumnListComponent, typeof i101.ColumnChooserComponent, typeof i102.ColumnChooserToolbarDirective, typeof i103.ColumnMenuChooserComponent, typeof i104.ColumnMenuFilterComponent, typeof i105.ColumnMenuItemComponent, typeof i106.ColumnMenuItemContentTemplateDirective, typeof i107.ColumnMenuSortComponent, typeof i108.ColumnMenuComponent, typeof i109.ColumnMenuLockComponent, typeof i110.ColumnMenuTemplateDirective, typeof i111.ColumnMenuContainerComponent, typeof i112.ColumnMenuItemDirective, typeof i113.ColumnMenuStickComponent, typeof i114.ColumnMenuPositionComponent, typeof i115.ColumnMenuAutoSizeColumnComponent, typeof i116.ColumnMenuAutoSizeAllColumnsComponent, typeof i117.GridComponent, typeof i118.ListComponent, typeof i119.ToolbarComponent, typeof i120.LocalizedMessagesDirective, typeof i121.CustomMessagesComponent, typeof i122.DataBindingDirective, typeof i123.ToolbarTemplateDirective, typeof i124.SelectionDirective, typeof i125.HighlightDirective, typeof i126.TemplateEditingDirective, typeof i127.ReactiveEditingDirective, typeof i128.InCellEditingDirective, typeof i129.ExternalEditingDirective, typeof i130.ExpandDetailsDirective, typeof i131.ExpandGroupDirective, typeof i132.GridMarqueeDirective, typeof i133.GridSpacerComponent, typeof i134.GridToolbarFocusableDirective, typeof i135.StatusBarComponent, typeof i136.StatusBarTemplateDirective, typeof i137.GridClipboardDirective, typeof i138.FormComponent, typeof i139.DialogFormComponent, typeof i140.FormFormFieldComponent, typeof i141.UndoRedoDirective, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i142.TableDirective, typeof i143.UndoCommandToolbarDirective, typeof i144.RedoCommandToolbarDirective], [typeof i117.GridComponent, typeof i123.ToolbarTemplateDirective, typeof i119.ToolbarComponent, typeof i133.GridSpacerComponent, typeof i136.StatusBarTemplateDirective, typeof i122.DataBindingDirective, typeof i124.SelectionDirective, typeof i125.HighlightDirective, typeof i121.CustomMessagesComponent, typeof i126.TemplateEditingDirective, typeof i127.ReactiveEditingDirective, typeof i128.InCellEditingDirective, typeof i129.ExternalEditingDirective, typeof i130.ExpandDetailsDirective, typeof i131.ExpandGroupDirective, typeof i134.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.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.AIAssistantToolbarDirective, typeof i46.GroupCommandToolbarDirective, typeof i47.SelectAllToolbarToolComponent, typeof i48.HeaderComponent, typeof i49.HeaderTemplateDirective, typeof i50.ColumnHandleDirective, typeof i51.SelectAllCheckboxDirective, typeof i55.FilterRowComponent, typeof i56.FilterCellComponent, typeof i57.FilterCellTemplateDirective, typeof i58.StringFilterCellComponent, typeof i59.NumericFilterCellComponent, typeof i60.AutoCompleteFilterCellComponent, typeof i61.BooleanFilterCellComponent, typeof i62.FilterCellHostDirective, typeof i63.FilterCellWrapperComponent, typeof i64.DateFilterCellComponent, typeof i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i85.FilterMenuComponent, typeof i86.FilterMenuContainerComponent, typeof i87.FilterMenuInputWrapperComponent, typeof i88.StringFilterMenuInputComponent, typeof i89.StringFilterMenuComponent, typeof i90.FilterMenuTemplateDirective, typeof i91.NumericFilterMenuComponent, typeof i92.NumericFilterMenuInputComponent, typeof i93.DateFilterMenuInputComponent, typeof i94.DateFilterMenuComponent, typeof i95.FilterMenuHostDirective, typeof i96.BooleanFilterMenuComponent, typeof i97.FilterMenuDropDownListDirective, typeof i98.BooleanFilterRadioButtonDirective, typeof i101.ColumnChooserComponent, typeof i102.ColumnChooserToolbarDirective, typeof i104.ColumnMenuFilterComponent, typeof i105.ColumnMenuItemComponent, typeof i106.ColumnMenuItemContentTemplateDirective, typeof i107.ColumnMenuSortComponent, typeof i109.ColumnMenuLockComponent, typeof i113.ColumnMenuStickComponent, typeof i114.ColumnMenuPositionComponent, typeof i103.ColumnMenuChooserComponent, typeof i110.ColumnMenuTemplateDirective, typeof i111.ColumnMenuContainerComponent, typeof i112.ColumnMenuItemDirective, typeof i108.ColumnMenuComponent, typeof i115.ColumnMenuAutoSizeColumnComponent, typeof i116.ColumnMenuAutoSizeAllColumnsComponent, typeof i137.GridClipboardDirective, typeof i141.UndoRedoDirective, typeof i143.UndoCommandToolbarDirective, typeof i144.RedoCommandToolbarDirective, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i53.CustomMessagesComponent, typeof i53.PagerFocusableDirective, typeof i53.PagerInfoComponent, typeof i53.PagerInputComponent, typeof i53.PagerNextButtonsComponent, typeof i53.PagerNumericButtonsComponent, typeof i53.PagerPageSizesComponent, typeof i53.PagerPrevButtonsComponent, typeof i53.PagerTemplateDirective, typeof i53.PagerComponent, typeof i53.PagerSpacerComponent]>;
|
|
173
|
+
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.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.AIAssistantToolbarDirective, typeof i46.GroupCommandToolbarDirective, typeof i47.SelectAllToolbarToolComponent, typeof i48.HeaderComponent, typeof i49.HeaderTemplateDirective, typeof i50.ColumnHandleDirective, typeof i51.SelectAllCheckboxDirective, typeof i52.FooterComponent, typeof i53.CustomMessagesComponent, typeof i53.PagerFocusableDirective, typeof i53.PagerInfoComponent, typeof i53.PagerInputComponent, typeof i53.PagerNextButtonsComponent, typeof i53.PagerNumericButtonsComponent, typeof i53.PagerPageSizesComponent, typeof i53.PagerPrevButtonsComponent, typeof i53.PagerTemplateDirective, typeof i53.PagerComponent, typeof i53.PagerSpacerComponent, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i55.FilterRowComponent, typeof i56.FilterCellComponent, typeof i57.FilterCellTemplateDirective, typeof i58.StringFilterCellComponent, typeof i59.NumericFilterCellComponent, typeof i60.AutoCompleteFilterCellComponent, typeof i61.BooleanFilterCellComponent, typeof i62.FilterCellHostDirective, typeof i63.FilterCellWrapperComponent, typeof i64.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 i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i84.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 i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i84.FilterInputDirective, typeof i85.FilterMenuComponent, typeof i86.FilterMenuContainerComponent, typeof i87.FilterMenuInputWrapperComponent, typeof i88.StringFilterMenuInputComponent, typeof i89.StringFilterMenuComponent, typeof i90.FilterMenuTemplateDirective, typeof i91.NumericFilterMenuComponent, typeof i92.NumericFilterMenuInputComponent, typeof i93.DateFilterMenuInputComponent, typeof i94.DateFilterMenuComponent, typeof i95.FilterMenuHostDirective, typeof i96.BooleanFilterMenuComponent, typeof i97.FilterMenuDropDownListDirective, typeof i98.BooleanFilterRadioButtonDirective, typeof i99.ColumnListComponent, typeof i100.ColumnChooserComponent, typeof i101.ColumnChooserToolbarDirective, typeof i102.ColumnMenuChooserComponent, typeof i103.ColumnMenuFilterComponent, typeof i104.ColumnMenuItemComponent, typeof i105.ColumnMenuItemContentTemplateDirective, typeof i106.ColumnMenuSortComponent, typeof i107.ColumnMenuComponent, typeof i108.ColumnMenuLockComponent, typeof i109.ColumnMenuTemplateDirective, typeof i110.ColumnMenuContainerComponent, typeof i111.ColumnMenuItemDirective, typeof i112.ColumnMenuStickComponent, typeof i113.ColumnMenuPositionComponent, typeof i114.ColumnMenuAutoSizeColumnComponent, typeof i115.ColumnMenuAutoSizeAllColumnsComponent, typeof i116.GridComponent, typeof i117.ListComponent, typeof i118.ToolbarComponent, typeof i119.LocalizedMessagesDirective, typeof i120.CustomMessagesComponent, typeof i121.DataBindingDirective, typeof i122.ToolbarTemplateDirective, typeof i123.SelectionDirective, typeof i124.HighlightDirective, typeof i125.TemplateEditingDirective, typeof i126.ReactiveEditingDirective, typeof i127.InCellEditingDirective, typeof i128.ExternalEditingDirective, typeof i129.ExpandDetailsDirective, typeof i130.ExpandGroupDirective, typeof i131.GridMarqueeDirective, typeof i132.GridSpacerComponent, typeof i133.GridToolbarFocusableDirective, typeof i134.StatusBarComponent, typeof i135.StatusBarTemplateDirective, typeof i136.GridClipboardDirective, typeof i137.FormComponent, typeof i138.DialogFormComponent, typeof i139.FormFormFieldComponent, typeof i140.UndoRedoDirective, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i141.TableDirective, typeof i142.UndoCommandToolbarDirective, typeof i143.RedoCommandToolbarDirective], [typeof i116.GridComponent, typeof i122.ToolbarTemplateDirective, typeof i118.ToolbarComponent, typeof i132.GridSpacerComponent, typeof i135.StatusBarTemplateDirective, typeof i121.DataBindingDirective, typeof i123.SelectionDirective, typeof i124.HighlightDirective, typeof i120.CustomMessagesComponent, typeof i125.TemplateEditingDirective, typeof i126.ReactiveEditingDirective, typeof i127.InCellEditingDirective, typeof i128.ExternalEditingDirective, typeof i129.ExpandDetailsDirective, typeof i130.ExpandGroupDirective, typeof i133.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.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.AIAssistantToolbarDirective, typeof i46.GroupCommandToolbarDirective, typeof i47.SelectAllToolbarToolComponent, typeof i48.HeaderComponent, typeof i49.HeaderTemplateDirective, typeof i50.ColumnHandleDirective, typeof i51.SelectAllCheckboxDirective, typeof i55.FilterRowComponent, typeof i56.FilterCellComponent, typeof i57.FilterCellTemplateDirective, typeof i58.StringFilterCellComponent, typeof i59.NumericFilterCellComponent, typeof i60.AutoCompleteFilterCellComponent, typeof i61.BooleanFilterCellComponent, typeof i62.FilterCellHostDirective, typeof i63.FilterCellWrapperComponent, typeof i64.DateFilterCellComponent, typeof i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i85.FilterMenuComponent, typeof i86.FilterMenuContainerComponent, typeof i87.FilterMenuInputWrapperComponent, typeof i88.StringFilterMenuInputComponent, typeof i89.StringFilterMenuComponent, typeof i90.FilterMenuTemplateDirective, typeof i91.NumericFilterMenuComponent, typeof i92.NumericFilterMenuInputComponent, typeof i93.DateFilterMenuInputComponent, typeof i94.DateFilterMenuComponent, typeof i95.FilterMenuHostDirective, typeof i96.BooleanFilterMenuComponent, typeof i97.FilterMenuDropDownListDirective, typeof i98.BooleanFilterRadioButtonDirective, typeof i100.ColumnChooserComponent, typeof i101.ColumnChooserToolbarDirective, typeof i103.ColumnMenuFilterComponent, typeof i104.ColumnMenuItemComponent, typeof i105.ColumnMenuItemContentTemplateDirective, typeof i106.ColumnMenuSortComponent, typeof i108.ColumnMenuLockComponent, typeof i112.ColumnMenuStickComponent, typeof i113.ColumnMenuPositionComponent, typeof i102.ColumnMenuChooserComponent, typeof i109.ColumnMenuTemplateDirective, typeof i110.ColumnMenuContainerComponent, typeof i111.ColumnMenuItemDirective, typeof i107.ColumnMenuComponent, typeof i114.ColumnMenuAutoSizeColumnComponent, typeof i115.ColumnMenuAutoSizeAllColumnsComponent, typeof i136.GridClipboardDirective, typeof i140.UndoRedoDirective, typeof i142.UndoCommandToolbarDirective, typeof i143.RedoCommandToolbarDirective, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i53.CustomMessagesComponent, typeof i53.PagerFocusableDirective, typeof i53.PagerInfoComponent, typeof i53.PagerInputComponent, typeof i53.PagerNextButtonsComponent, typeof i53.PagerNumericButtonsComponent, typeof i53.PagerPageSizesComponent, typeof i53.PagerPrevButtonsComponent, typeof i53.PagerTemplateDirective, typeof i53.PagerComponent, typeof i53.PagerSpacerComponent]>;
|
|
175
174
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
176
175
|
}
|
|
@@ -321,6 +321,15 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
321
321
|
* Sets the text for the Grid Column Chooser and Column Chooser toolbar tool.
|
|
322
322
|
*/
|
|
323
323
|
columns: string;
|
|
324
|
+
/**
|
|
325
|
+
* The message for the selected columns count in the Column Chooser.
|
|
326
|
+
* Follows the pattern **{selectedColumnsCount} Selected items ** by default.
|
|
327
|
+
*
|
|
328
|
+
* The message consists of two parts - selected columns count and a localizable string.
|
|
329
|
+
* To allow for reordering its parts, the `columnChooserSelectedColumnsCount` input accepts a string with a placeholder for the selected columns count.
|
|
330
|
+
* The `{selectedColumnsCount}` placeholder will be replaced internally with the respective actual value.
|
|
331
|
+
*/
|
|
332
|
+
columnChooserSelectedColumnsCount: string;
|
|
324
333
|
/**
|
|
325
334
|
* Sets the subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool.
|
|
326
335
|
*/
|
|
@@ -573,5 +582,5 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
573
582
|
*/
|
|
574
583
|
externalEditingCancelText: string;
|
|
575
584
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridMessages, never>;
|
|
576
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "aiAssistantApplyButtonText": { "alias": "aiAssistantApplyButtonText"; "required": false; }; "aiAssistantToolbarToolText": { "alias": "aiAssistantToolbarToolText"; "required": false; }; "aiAssistantWindowTitle": { "alias": "aiAssistantWindowTitle"; "required": false; }; "aiAssistantWindowCloseTitle": { "alias": "aiAssistantWindowCloseTitle"; "required": false; }; "aiAssistantOutputCardTitle": { "alias": "aiAssistantOutputCardTitle"; "required": false; }; "aiAssistantOutputCardBodyContent": { "alias": "aiAssistantOutputCardBodyContent"; "required": false; }; "aiAssistantWindowMaximizeTitle": { "alias": "aiAssistantWindowMaximizeTitle"; "required": false; }; "aiAssistantWindowMinimizeTitle": { "alias": "aiAssistantWindowMinimizeTitle"; "required": false; }; "aiAssistantWindowRestoreTitle": { "alias": "aiAssistantWindowRestoreTitle"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "adaptiveFilterOperatorsTitle": { "alias": "adaptiveFilterOperatorsTitle"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "adaptiveCloseButtonTitle": { "alias": "adaptiveCloseButtonTitle"; "required": false; }; "adaptiveBackButtonTitle": { "alias": "adaptiveBackButtonTitle"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterToolbarToolText": { "alias": "filterToolbarToolText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnsSubtitle": { "alias": "columnsSubtitle"; "required": false; }; "adaptiveFilterTitle": { "alias": "adaptiveFilterTitle"; "required": false; }; "adaptiveSortTitle": { "alias": "adaptiveSortTitle"; "required": false; }; "adaptiveGroupTitle": { "alias": "adaptiveGroupTitle"; "required": false; }; "filterClearAllButton": { "alias": "filterClearAllButton"; "required": false; }; "groupClearButton": { "alias": "groupClearButton"; "required": false; }; "sortClearButton": { "alias": "sortClearButton"; "required": false; }; "sortDoneButton": { "alias": "sortDoneButton"; "required": false; }; "groupDoneButton": { "alias": "groupDoneButton"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "sortToolbarToolText": { "alias": "sortToolbarToolText"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "editToolbarToolText": { "alias": "editToolbarToolText"; "required": false; }; "saveToolbarToolText": { "alias": "saveToolbarToolText"; "required": false; }; "addToolbarToolText": { "alias": "addToolbarToolText"; "required": false; }; "cancelToolbarToolText": { "alias": "cancelToolbarToolText"; "required": false; }; "removeToolbarToolText": { "alias": "removeToolbarToolText"; "required": false; }; "excelExportToolbarToolText": { "alias": "excelExportToolbarToolText"; "required": false; }; "pdfExportToolbarToolText": { "alias": "pdfExportToolbarToolText"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; "groupToolbarToolText": { "alias": "groupToolbarToolText"; "required": false; }; "formValidationErrorText": { "alias": "formValidationErrorText"; "required": false; }; "removeConfirmationDialogTitle": { "alias": "removeConfirmationDialogTitle"; "required": false; }; "removeConfirmationDialogContent": { "alias": "removeConfirmationDialogContent"; "required": false; }; "removeConfirmationDialogConfirmText": { "alias": "removeConfirmationDialogConfirmText"; "required": false; }; "removeConfirmationDialogRejectText": { "alias": "removeConfirmationDialogRejectText"; "required": false; }; "externalEditingTitle": { "alias": "externalEditingTitle"; "required": false; }; "externalEditingAddTitle": { "alias": "externalEditingAddTitle"; "required": false; }; "externalEditingSaveText": { "alias": "externalEditingSaveText"; "required": false; }; "externalEditingCancelText": { "alias": "externalEditingCancelText"; "required": false; }; }, {}, never, never, false, never>;
|
|
585
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "aiAssistantApplyButtonText": { "alias": "aiAssistantApplyButtonText"; "required": false; }; "aiAssistantToolbarToolText": { "alias": "aiAssistantToolbarToolText"; "required": false; }; "aiAssistantWindowTitle": { "alias": "aiAssistantWindowTitle"; "required": false; }; "aiAssistantWindowCloseTitle": { "alias": "aiAssistantWindowCloseTitle"; "required": false; }; "aiAssistantOutputCardTitle": { "alias": "aiAssistantOutputCardTitle"; "required": false; }; "aiAssistantOutputCardBodyContent": { "alias": "aiAssistantOutputCardBodyContent"; "required": false; }; "aiAssistantWindowMaximizeTitle": { "alias": "aiAssistantWindowMaximizeTitle"; "required": false; }; "aiAssistantWindowMinimizeTitle": { "alias": "aiAssistantWindowMinimizeTitle"; "required": false; }; "aiAssistantWindowRestoreTitle": { "alias": "aiAssistantWindowRestoreTitle"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "adaptiveFilterOperatorsTitle": { "alias": "adaptiveFilterOperatorsTitle"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "adaptiveCloseButtonTitle": { "alias": "adaptiveCloseButtonTitle"; "required": false; }; "adaptiveBackButtonTitle": { "alias": "adaptiveBackButtonTitle"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterToolbarToolText": { "alias": "filterToolbarToolText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnChooserSelectedColumnsCount": { "alias": "columnChooserSelectedColumnsCount"; "required": false; }; "columnsSubtitle": { "alias": "columnsSubtitle"; "required": false; }; "adaptiveFilterTitle": { "alias": "adaptiveFilterTitle"; "required": false; }; "adaptiveSortTitle": { "alias": "adaptiveSortTitle"; "required": false; }; "adaptiveGroupTitle": { "alias": "adaptiveGroupTitle"; "required": false; }; "filterClearAllButton": { "alias": "filterClearAllButton"; "required": false; }; "groupClearButton": { "alias": "groupClearButton"; "required": false; }; "sortClearButton": { "alias": "sortClearButton"; "required": false; }; "sortDoneButton": { "alias": "sortDoneButton"; "required": false; }; "groupDoneButton": { "alias": "groupDoneButton"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "sortToolbarToolText": { "alias": "sortToolbarToolText"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "editToolbarToolText": { "alias": "editToolbarToolText"; "required": false; }; "saveToolbarToolText": { "alias": "saveToolbarToolText"; "required": false; }; "addToolbarToolText": { "alias": "addToolbarToolText"; "required": false; }; "cancelToolbarToolText": { "alias": "cancelToolbarToolText"; "required": false; }; "removeToolbarToolText": { "alias": "removeToolbarToolText"; "required": false; }; "excelExportToolbarToolText": { "alias": "excelExportToolbarToolText"; "required": false; }; "pdfExportToolbarToolText": { "alias": "pdfExportToolbarToolText"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; "groupToolbarToolText": { "alias": "groupToolbarToolText"; "required": false; }; "formValidationErrorText": { "alias": "formValidationErrorText"; "required": false; }; "removeConfirmationDialogTitle": { "alias": "removeConfirmationDialogTitle"; "required": false; }; "removeConfirmationDialogContent": { "alias": "removeConfirmationDialogContent"; "required": false; }; "removeConfirmationDialogConfirmText": { "alias": "removeConfirmationDialogConfirmText"; "required": false; }; "removeConfirmationDialogRejectText": { "alias": "removeConfirmationDialogRejectText"; "required": false; }; "externalEditingTitle": { "alias": "externalEditingTitle"; "required": false; }; "externalEditingAddTitle": { "alias": "externalEditingAddTitle"; "required": false; }; "externalEditingSaveText": { "alias": "externalEditingSaveText"; "required": false; }; "externalEditingCancelText": { "alias": "externalEditingCancelText"; "required": false; }; }, {}, never, never, false, never>;
|
|
577
586
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.0-develop.1",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"package": {
|
|
42
42
|
"productName": "Kendo UI for Angular",
|
|
43
43
|
"productCode": "KENDOUIANGULAR",
|
|
44
|
-
"publishDate":
|
|
44
|
+
"publishDate": 1758109748,
|
|
45
45
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
@@ -54,29 +54,29 @@
|
|
|
54
54
|
"@progress/kendo-data-query": "^1.0.0",
|
|
55
55
|
"@progress/kendo-drawing": "^1.21.0",
|
|
56
56
|
"@progress/kendo-licensing": "^1.7.0",
|
|
57
|
-
"@progress/kendo-angular-buttons": "20.0
|
|
58
|
-
"@progress/kendo-angular-common": "20.0
|
|
59
|
-
"@progress/kendo-angular-dateinputs": "20.0
|
|
60
|
-
"@progress/kendo-angular-layout": "20.0
|
|
61
|
-
"@progress/kendo-angular-navigation": "20.0
|
|
62
|
-
"@progress/kendo-angular-dropdowns": "20.0
|
|
63
|
-
"@progress/kendo-angular-excel-export": "20.0
|
|
64
|
-
"@progress/kendo-angular-icons": "20.0
|
|
65
|
-
"@progress/kendo-angular-inputs": "20.0
|
|
66
|
-
"@progress/kendo-angular-conversational-ui": "20.0
|
|
67
|
-
"@progress/kendo-angular-intl": "20.0
|
|
68
|
-
"@progress/kendo-angular-l10n": "20.0
|
|
69
|
-
"@progress/kendo-angular-label": "20.0
|
|
70
|
-
"@progress/kendo-angular-pager": "20.0
|
|
71
|
-
"@progress/kendo-angular-pdf-export": "20.0
|
|
72
|
-
"@progress/kendo-angular-popup": "20.0
|
|
73
|
-
"@progress/kendo-angular-toolbar": "20.0
|
|
74
|
-
"@progress/kendo-angular-utils": "20.0
|
|
57
|
+
"@progress/kendo-angular-buttons": "20.1.0-develop.1",
|
|
58
|
+
"@progress/kendo-angular-common": "20.1.0-develop.1",
|
|
59
|
+
"@progress/kendo-angular-dateinputs": "20.1.0-develop.1",
|
|
60
|
+
"@progress/kendo-angular-layout": "20.1.0-develop.1",
|
|
61
|
+
"@progress/kendo-angular-navigation": "20.1.0-develop.1",
|
|
62
|
+
"@progress/kendo-angular-dropdowns": "20.1.0-develop.1",
|
|
63
|
+
"@progress/kendo-angular-excel-export": "20.1.0-develop.1",
|
|
64
|
+
"@progress/kendo-angular-icons": "20.1.0-develop.1",
|
|
65
|
+
"@progress/kendo-angular-inputs": "20.1.0-develop.1",
|
|
66
|
+
"@progress/kendo-angular-conversational-ui": "20.1.0-develop.1",
|
|
67
|
+
"@progress/kendo-angular-intl": "20.1.0-develop.1",
|
|
68
|
+
"@progress/kendo-angular-l10n": "20.1.0-develop.1",
|
|
69
|
+
"@progress/kendo-angular-label": "20.1.0-develop.1",
|
|
70
|
+
"@progress/kendo-angular-pager": "20.1.0-develop.1",
|
|
71
|
+
"@progress/kendo-angular-pdf-export": "20.1.0-develop.1",
|
|
72
|
+
"@progress/kendo-angular-popup": "20.1.0-develop.1",
|
|
73
|
+
"@progress/kendo-angular-toolbar": "20.1.0-develop.1",
|
|
74
|
+
"@progress/kendo-angular-utils": "20.1.0-develop.1",
|
|
75
75
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"tslib": "^2.3.1",
|
|
79
|
-
"@progress/kendo-angular-schematics": "20.0
|
|
79
|
+
"@progress/kendo-angular-schematics": "20.1.0-develop.1",
|
|
80
80
|
"@progress/kendo-common": "^1.0.1",
|
|
81
81
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
82
82
|
},
|
|
@@ -46,6 +46,18 @@ export declare class ColumnChooserToolbarDirective extends ToolbarToolBase imple
|
|
|
46
46
|
* @default true
|
|
47
47
|
*/
|
|
48
48
|
allowHideAll: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* When `true`, enables the columns' filtering.
|
|
51
|
+
*
|
|
52
|
+
* @default true
|
|
53
|
+
*/
|
|
54
|
+
filterable: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* When `true`, displays a select all checkbox.
|
|
57
|
+
*
|
|
58
|
+
* @default true
|
|
59
|
+
*/
|
|
60
|
+
showSelectAll: boolean;
|
|
49
61
|
/**
|
|
50
62
|
* @hidden
|
|
51
63
|
*/
|
|
@@ -65,5 +77,5 @@ export declare class ColumnChooserToolbarDirective extends ToolbarToolBase imple
|
|
|
65
77
|
private togglePopup;
|
|
66
78
|
private closePopup;
|
|
67
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChooserToolbarDirective, never>;
|
|
68
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnChooserToolbarDirective, "[kendoGridColumnChooserTool]", never, { "autoSync": { "alias": "autoSync"; "required": false; }; "allowHideAll": { "alias": "allowHideAll"; "required": false; }; }, {}, never, never, true, never>;
|
|
80
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnChooserToolbarDirective, "[kendoGridColumnChooserTool]", never, { "autoSync": { "alias": "autoSync"; "required": false; }; "allowHideAll": { "alias": "allowHideAll"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; }; }, {}, never, never, true, never>;
|
|
69
81
|
}
|
|
@@ -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': '20.0
|
|
8
|
-
'@progress/kendo-angular-navigation': '20.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '20.1.0-develop.1',
|
|
8
|
+
'@progress/kendo-angular-navigation': '20.1.0-develop.1',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '20.0
|
|
10
|
+
'@progress/kendo-angular-dialog': '20.1.0-develop.1',
|
|
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': '20.0
|
|
14
|
+
'@progress/kendo-angular-progressbar': '20.1.0-develop.1'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef } from '@angular/core';
|
|
6
|
-
import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ColumnMenuChooserItemCheckedDirective {
|
|
12
|
-
host: ElementRef;
|
|
13
|
-
kendoColumnMenuChooserItemChecked: boolean;
|
|
14
|
-
checkbox: CheckBoxComponent;
|
|
15
|
-
private checkedChangeSub;
|
|
16
|
-
constructor(host: ElementRef);
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserItemCheckedDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuChooserItemCheckedDirective, "[kendoColumnMenuChooserItemChecked]", never, { "kendoColumnMenuChooserItemChecked": { "alias": "kendoColumnMenuChooserItemChecked"; "required": false; }; }, {}, ["checkbox"], never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ContentChild, Directive, ElementRef, HostBinding, Input } from '@angular/core';
|
|
6
|
-
import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
|
|
7
|
-
import { Subscription } from 'rxjs';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export class ColumnMenuChooserItemCheckedDirective {
|
|
13
|
-
host;
|
|
14
|
-
kendoColumnMenuChooserItemChecked;
|
|
15
|
-
checkbox;
|
|
16
|
-
checkedChangeSub = new Subscription();
|
|
17
|
-
constructor(host) {
|
|
18
|
-
this.host = host;
|
|
19
|
-
}
|
|
20
|
-
ngAfterViewInit() {
|
|
21
|
-
this.checkedChangeSub.add(this.checkbox.checkedStateChange.subscribe(() => {
|
|
22
|
-
this.kendoColumnMenuChooserItemChecked = this.checkbox.checkedState === true;
|
|
23
|
-
}));
|
|
24
|
-
}
|
|
25
|
-
ngOnDestroy() {
|
|
26
|
-
this.checkedChangeSub.unsubscribe();
|
|
27
|
-
}
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnMenuChooserItemCheckedDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ColumnMenuChooserItemCheckedDirective, isStandalone: true, selector: "[kendoColumnMenuChooserItemChecked]", inputs: { kendoColumnMenuChooserItemChecked: "kendoColumnMenuChooserItemChecked" }, host: { properties: { "attr.aria-checked": "this.kendoColumnMenuChooserItemChecked" } }, queries: [{ propertyName: "checkbox", first: true, predicate: CheckBoxComponent, descendants: true }], ngImport: i0 });
|
|
30
|
-
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnMenuChooserItemCheckedDirective, decorators: [{
|
|
32
|
-
type: Directive,
|
|
33
|
-
args: [{
|
|
34
|
-
selector: '[kendoColumnMenuChooserItemChecked]',
|
|
35
|
-
standalone: true
|
|
36
|
-
}]
|
|
37
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { kendoColumnMenuChooserItemChecked: [{
|
|
38
|
-
type: HostBinding,
|
|
39
|
-
args: ['attr.aria-checked']
|
|
40
|
-
}, {
|
|
41
|
-
type: Input
|
|
42
|
-
}], checkbox: [{
|
|
43
|
-
type: ContentChild,
|
|
44
|
-
args: [CheckBoxComponent]
|
|
45
|
-
}] } });
|