@progress/kendo-angular-treelist 17.0.0-develop.33 → 17.0.0-develop.35
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/directives.d.ts +4 -17
- package/esm2022/directives.mjs +3 -24
- package/esm2022/filtering/cell/row-filtering.module.mjs +3 -2
- package/esm2022/filtering/menu/filter-menu.module.mjs +3 -2
- package/esm2022/filtering/shared-filtering.module.mjs +3 -2
- package/esm2022/index.mjs +0 -9
- package/esm2022/localization/messages.mjs +9 -3
- package/esm2022/navigation/navigation.service.mjs +2 -2
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/common/spacer.component.mjs +2 -2
- package/esm2022/rendering/header/header.module.mjs +25 -24
- package/esm2022/shared.module.mjs +3 -2
- package/esm2022/treelist.component.mjs +145 -26
- package/esm2022/treelist.module.mjs +73 -79
- package/fesm2022/progress-kendo-angular-treelist.mjs +317 -1617
- package/filtering/cell/row-filtering.module.d.ts +2 -1
- package/filtering/menu/filter-menu.module.d.ts +2 -1
- package/filtering/shared-filtering.module.d.ts +7 -6
- package/index.d.ts +1 -11
- package/localization/messages.d.ts +6 -2
- package/navigation/navigation.service.d.ts +1 -1
- package/package.json +16 -16
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/header/header.module.d.ts +26 -25
- package/schematics/ngAdd/index.js +3 -3
- package/shared.module.d.ts +3 -2
- package/treelist.component.d.ts +3 -2
- package/treelist.module.d.ts +70 -77
- package/constants.d.ts +0 -12
- package/esm2022/constants.mjs +0 -12
- package/esm2022/pager/pager-context.service.mjs +0 -44
- package/esm2022/pager/pager-element.component.mjs +0 -111
- package/esm2022/pager/pager-info.component.mjs +0 -76
- package/esm2022/pager/pager-input.component.mjs +0 -148
- package/esm2022/pager/pager-next-buttons.component.mjs +0 -131
- package/esm2022/pager/pager-numeric-buttons.component.mjs +0 -254
- package/esm2022/pager/pager-page-sizes.component.mjs +0 -141
- package/esm2022/pager/pager-prev-buttons.component.mjs +0 -127
- package/esm2022/pager/pager-template.directive.mjs +0 -49
- package/esm2022/pager/pager.component.mjs +0 -429
- package/esm2022/pager/pager.module.mjs +0 -43
- package/esm2022/pager/pagesize-item.interface.mjs +0 -5
- package/pager/pager-context.service.d.ts +0 -32
- package/pager/pager-element.component.d.ts +0 -74
- package/pager/pager-info.component.d.ts +0 -43
- package/pager/pager-input.component.d.ts +0 -45
- package/pager/pager-next-buttons.component.d.ts +0 -36
- package/pager/pager-numeric-buttons.component.d.ts +0 -52
- package/pager/pager-page-sizes.component.d.ts +0 -48
- package/pager/pager-prev-buttons.component.d.ts +0 -32
- package/pager/pager-template.directive.d.ts +0 -38
- package/pager/pager.component.d.ts +0 -73
- package/pager/pager.module.d.ts +0 -27
- package/pager/pagesize-item.interface.d.ts +0 -14
- /package/{pager → common}/pager-settings.d.ts +0 -0
- /package/esm2022/{pager → common}/pager-settings.mjs +0 -0
@@ -46,12 +46,13 @@ import * as i40 from "../../columns/span-column.component";
|
|
46
46
|
import * as i41 from "../../rendering/common/loading.component";
|
47
47
|
import * as i42 from "../../columns/checkbox-column.component";
|
48
48
|
import * as i43 from "../../columns/rowreorder-column.component";
|
49
|
+
import * as i44 from "@progress/kendo-angular-pager";
|
49
50
|
/**
|
50
51
|
* @hidden
|
51
52
|
* @deprecated
|
52
53
|
*/
|
53
54
|
export declare class RowFilterModule {
|
54
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowFilterModule, never>;
|
55
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, never, [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent], [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent]>;
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, never, [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent, 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 i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent, 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]>;
|
56
57
|
static ɵinj: i0.ɵɵInjectorDeclaration<RowFilterModule>;
|
57
58
|
}
|
@@ -49,12 +49,13 @@ import * as i43 from "../../columns/span-column.component";
|
|
49
49
|
import * as i44 from "../../rendering/common/loading.component";
|
50
50
|
import * as i45 from "../../columns/checkbox-column.component";
|
51
51
|
import * as i46 from "../../columns/rowreorder-column.component";
|
52
|
+
import * as i47 from "@progress/kendo-angular-pager";
|
52
53
|
/**
|
53
54
|
* @hidden
|
54
55
|
* @deprecated
|
55
56
|
*/
|
56
57
|
export declare class FilterMenuModule {
|
57
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuModule, never>;
|
58
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, never, [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent], [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent]>;
|
59
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, never, [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.CustomMessagesComponent, typeof i47.PagerFocusableDirective, typeof i47.PagerInfoComponent, typeof i47.PagerInputComponent, typeof i47.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i47.PagerPageSizesComponent, typeof i47.PagerPrevButtonsComponent, typeof i47.PagerTemplateDirective, typeof i47.PagerComponent, typeof i47.PagerSpacerComponent], [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.CustomMessagesComponent, typeof i47.PagerFocusableDirective, typeof i47.PagerInfoComponent, typeof i47.PagerInputComponent, typeof i47.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i47.PagerPageSizesComponent, typeof i47.PagerPrevButtonsComponent, typeof i47.PagerTemplateDirective, typeof i47.PagerComponent, typeof i47.PagerSpacerComponent]>;
|
59
60
|
static ɵinj: i0.ɵɵInjectorDeclaration<FilterMenuModule>;
|
60
61
|
}
|
@@ -36,17 +36,18 @@ import * as i30 from "../columns/span-column.component";
|
|
36
36
|
import * as i31 from "../rendering/common/loading.component";
|
37
37
|
import * as i32 from "../columns/checkbox-column.component";
|
38
38
|
import * as i33 from "../columns/rowreorder-column.component";
|
39
|
-
import * as i34 from "@progress/kendo-angular-
|
40
|
-
import * as i35 from "@progress/kendo-angular-
|
41
|
-
import * as i36 from "@progress/kendo-angular-
|
42
|
-
import * as i37 from "@progress/kendo-angular-
|
43
|
-
import * as i38 from "@progress/kendo-angular-
|
39
|
+
import * as i34 from "@progress/kendo-angular-pager";
|
40
|
+
import * as i35 from "@progress/kendo-angular-dropdowns";
|
41
|
+
import * as i36 from "@progress/kendo-angular-inputs";
|
42
|
+
import * as i37 from "@progress/kendo-angular-dateinputs";
|
43
|
+
import * as i38 from "@progress/kendo-angular-popup";
|
44
|
+
import * as i39 from "@progress/kendo-angular-buttons";
|
44
45
|
/**
|
45
46
|
* @hidden
|
46
47
|
* @deprecated
|
47
48
|
*/
|
48
49
|
export declare class SharedFilterModule {
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedFilterModule, never>;
|
50
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedFilterModule, never, [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent], [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent, typeof i34.
|
51
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedFilterModule, never, [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent, typeof i34.CustomMessagesComponent, typeof i34.PagerFocusableDirective, typeof i34.PagerInfoComponent, typeof i34.PagerInputComponent, typeof i34.PagerNextButtonsComponent, typeof i34.PagerNumericButtonsComponent, typeof i34.PagerPageSizesComponent, typeof i34.PagerPrevButtonsComponent, typeof i34.PagerTemplateDirective, typeof i34.PagerComponent, typeof i34.PagerSpacerComponent], [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent, typeof i34.CustomMessagesComponent, typeof i34.PagerFocusableDirective, typeof i34.PagerInfoComponent, typeof i34.PagerInputComponent, typeof i34.PagerNextButtonsComponent, typeof i34.PagerNumericButtonsComponent, typeof i34.PagerPageSizesComponent, typeof i34.PagerPrevButtonsComponent, typeof i34.PagerTemplateDirective, typeof i34.PagerComponent, typeof i34.PagerSpacerComponent, typeof i35.DropDownListModule, typeof i35.AutoCompleteModule, typeof i36.InputsModule, typeof i37.DatePickerModule, typeof i38.PopupModule, typeof i39.ButtonModule]>;
|
51
52
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedFilterModule>;
|
52
53
|
}
|
package/index.d.ts
CHANGED
@@ -20,8 +20,7 @@ export { TreeListToolbarFocusableDirective } from './rendering/toolbar/toolbar-f
|
|
20
20
|
export { CellTemplateDirective } from './rendering/cell-template.directive';
|
21
21
|
export { HeaderTemplateDirective } from './rendering/header/header-template.directive';
|
22
22
|
export { FooterTemplateDirective } from './rendering/footer-template.directive';
|
23
|
-
export {
|
24
|
-
export { PagerSettings, PagerType } from './pager/pager-settings';
|
23
|
+
export { PagerSettings, PagerType } from './common/pager-settings';
|
25
24
|
export { TreeListDataResult } from './data/data.collection';
|
26
25
|
export { PageChangeEvent, DataStateChangeEvent } from './data/change-event-args.interface';
|
27
26
|
export { DataItem } from './data/data-item.interface';
|
@@ -64,19 +63,11 @@ export { GreaterFilterOperatorComponent } from './filtering/operators/gt-filter-
|
|
64
63
|
export { GreaterOrEqualToFilterOperatorComponent } from './filtering/operators/gte-filter-operator.component';
|
65
64
|
export { LessOrEqualToFilterOperatorComponent } from './filtering/operators/lte-filter-operator.component';
|
66
65
|
export { LessFilterOperatorComponent } from './filtering/operators/lt-filter-operator.component';
|
67
|
-
export { PagerPrevButtonsComponent } from './pager/pager-prev-buttons.component';
|
68
|
-
export { PagerNextButtonsComponent } from './pager/pager-next-buttons.component';
|
69
|
-
export { PagerNumericButtonsComponent } from './pager/pager-numeric-buttons.component';
|
70
|
-
export { PagerInputComponent } from './pager/pager-input.component';
|
71
|
-
export { PagerInfoComponent } from './pager/pager-info.component';
|
72
|
-
export { PagerPageSizesComponent } from './pager/pager-page-sizes.component';
|
73
|
-
export { PageSizeItem } from './pager/pagesize-item.interface';
|
74
66
|
export { FilterableSettings } from './filtering/filterable';
|
75
67
|
export { RowFilterModule } from './filtering/cell/row-filtering.module';
|
76
68
|
export { FilterMenuModule } from './filtering/menu/filter-menu.module';
|
77
69
|
export { BodyModule } from './rendering/body.module';
|
78
70
|
export { HeaderModule } from './rendering/header/header.module';
|
79
|
-
export { PagerModule } from './pager/pager.module';
|
80
71
|
export { TemplateEditingDirective } from './editing-directives/template-editing.directive';
|
81
72
|
export { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
|
82
73
|
export { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
|
@@ -87,7 +78,6 @@ export { ColGroupComponent } from './rendering/common/col-group.component';
|
|
87
78
|
export { HeaderComponent } from './rendering/header/header.component';
|
88
79
|
export { ListComponent } from './rendering/list.component';
|
89
80
|
export { TableBodyComponent } from './rendering/table-body.component';
|
90
|
-
export { PagerComponent } from './pager/pager.component';
|
91
81
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
92
82
|
export { LoadingComponent } from './rendering/common/loading.component';
|
93
83
|
export { PDFModule } from './pdf/pdf.module';
|
@@ -27,6 +27,10 @@ export declare class Messages extends ComponentMessages {
|
|
27
27
|
* internally with the respective actual values.
|
28
28
|
*/
|
29
29
|
pagerLabel: string;
|
30
|
+
/**
|
31
|
+
* The text of the aria-label attribute applied to the page number input element.
|
32
|
+
*/
|
33
|
+
pagerInputLabel: string;
|
30
34
|
/**
|
31
35
|
* The label for the **First page** button.
|
32
36
|
*/
|
@@ -66,7 +70,7 @@ export declare class Messages extends ComponentMessages {
|
|
66
70
|
/**
|
67
71
|
* The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager.
|
68
72
|
*/
|
69
|
-
|
73
|
+
pagerSelectPage: string;
|
70
74
|
/**
|
71
75
|
* The label of the filter cell or icon.
|
72
76
|
*/
|
@@ -281,5 +285,5 @@ export declare class Messages extends ComponentMessages {
|
|
281
285
|
*/
|
282
286
|
selectAllRowsCheckboxLabel: string;
|
283
287
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
284
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, 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; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItemsTotal": { "alias": "pagerItemsTotal"; "required": false; }; "
|
288
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "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; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItemsTotal": { "alias": "pagerItemsTotal"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "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; }; "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; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "selectRowCheckboxLabel": { "alias": "selectRowCheckboxLabel"; "required": false; }; "selectAllRowsCheckboxLabel": { "alias": "selectAllRowsCheckboxLabel"; "required": false; }; }, {}, never, never, false, never>;
|
285
289
|
}
|
@@ -16,9 +16,9 @@ import { NavigationRow } from './navigation-row.interface';
|
|
16
16
|
import { DomEventsService } from '../common/dom-events.service';
|
17
17
|
import { EditService } from '../editing/edit.service';
|
18
18
|
import { ExpandStateService } from '../expand-state/expand-state.service';
|
19
|
-
import { PagerContextService } from '../pager/pager-context.service';
|
20
19
|
import { ScrollRequestService } from '../scrolling/scroll-request.service';
|
21
20
|
import { SelectionService } from '../selection/selection.service';
|
21
|
+
import { PagerContextService } from '@progress/kendo-angular-pager';
|
22
22
|
import * as i0 from "@angular/core";
|
23
23
|
/**
|
24
24
|
* @hidden
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "17.0.0-develop.
|
3
|
+
"version": "17.0.0-develop.35",
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -31,25 +31,25 @@
|
|
31
31
|
"@progress/kendo-data-query": "^1.0.0",
|
32
32
|
"@progress/kendo-drawing": "^1.21.0",
|
33
33
|
"@progress/kendo-licensing": "^1.0.2",
|
34
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
35
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
36
|
-
"@progress/kendo-angular-dateinputs": "17.0.0-develop.
|
37
|
-
"@progress/kendo-angular-dropdowns": "17.0.0-develop.
|
38
|
-
"@progress/kendo-angular-excel-export": "17.0.0-develop.
|
39
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
40
|
-
"@progress/kendo-angular-inputs": "17.0.0-develop.
|
41
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
42
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
43
|
-
"@progress/kendo-angular-label": "17.0.0-develop.
|
44
|
-
"@progress/kendo-angular-pdf-export": "17.0.0-develop.
|
45
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
46
|
-
"@progress/kendo-angular-toolbar": "17.0.0-develop.
|
47
|
-
"@progress/kendo-angular-utils": "17.0.0-develop.
|
34
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.35",
|
35
|
+
"@progress/kendo-angular-common": "17.0.0-develop.35",
|
36
|
+
"@progress/kendo-angular-dateinputs": "17.0.0-develop.35",
|
37
|
+
"@progress/kendo-angular-dropdowns": "17.0.0-develop.35",
|
38
|
+
"@progress/kendo-angular-excel-export": "17.0.0-develop.35",
|
39
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.35",
|
40
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.35",
|
41
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.35",
|
42
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.35",
|
43
|
+
"@progress/kendo-angular-label": "17.0.0-develop.35",
|
44
|
+
"@progress/kendo-angular-pdf-export": "17.0.0-develop.35",
|
45
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.35",
|
46
|
+
"@progress/kendo-angular-toolbar": "17.0.0-develop.35",
|
47
|
+
"@progress/kendo-angular-utils": "17.0.0-develop.35",
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
51
|
"tslib": "^2.3.1",
|
52
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
52
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.35",
|
53
53
|
"@progress/kendo-common": "^1.0.1",
|
54
54
|
"@progress/kendo-file-saver": "^1.0.0"
|
55
55
|
},
|
@@ -21,5 +21,5 @@ export declare class TreeListSpacerComponent {
|
|
21
21
|
*/
|
22
22
|
width: string;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListSpacerComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeListSpacerComponent, "kendo-treelist-spacer
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeListSpacerComponent, "kendo-treelist-spacer", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
|
25
25
|
}
|
@@ -49,36 +49,37 @@ import * as i43 from "../../columns/span-column.component";
|
|
49
49
|
import * as i44 from "../common/loading.component";
|
50
50
|
import * as i45 from "../../columns/checkbox-column.component";
|
51
51
|
import * as i46 from "../../columns/rowreorder-column.component";
|
52
|
-
import * as i47 from "
|
53
|
-
import * as i48 from "../../filtering/menu/filter-menu
|
54
|
-
import * as i49 from "../../filtering/menu/filter-menu-
|
55
|
-
import * as i50 from "../../filtering/menu/
|
56
|
-
import * as i51 from "../../filtering/menu/string-filter-menu.component";
|
57
|
-
import * as i52 from "../../filtering/menu/filter-menu
|
58
|
-
import * as i53 from "../../filtering/menu/
|
59
|
-
import * as i54 from "../../filtering/menu/numeric-filter-menu
|
60
|
-
import * as i55 from "../../filtering/menu/
|
61
|
-
import * as i56 from "../../filtering/menu/date-filter-menu.component";
|
62
|
-
import * as i57 from "../../filtering/menu/filter-menu
|
63
|
-
import * as i58 from "../../filtering/menu/
|
64
|
-
import * as i59 from "../../filtering/menu/filter-
|
65
|
-
import * as i60 from "../../
|
66
|
-
import * as i61 from "../../column-menu/column-
|
67
|
-
import * as i62 from "../../column-menu/column-menu-
|
68
|
-
import * as i63 from "../../column-menu/column-menu-
|
69
|
-
import * as i64 from "../../column-menu/column-menu-item
|
70
|
-
import * as i65 from "../../column-menu/column-menu-
|
71
|
-
import * as i66 from "../../column-menu/column-menu.component";
|
72
|
-
import * as i67 from "../../column-menu/column-menu
|
73
|
-
import * as i68 from "../../column-menu/column-menu-
|
74
|
-
import * as i69 from "../../
|
75
|
-
import * as i70 from "../../dragdrop/
|
52
|
+
import * as i47 from "@progress/kendo-angular-pager";
|
53
|
+
import * as i48 from "../../filtering/menu/filter-menu.component";
|
54
|
+
import * as i49 from "../../filtering/menu/filter-menu-container.component";
|
55
|
+
import * as i50 from "../../filtering/menu/filter-menu-input-wrapper.component";
|
56
|
+
import * as i51 from "../../filtering/menu/string-filter-menu-input.component";
|
57
|
+
import * as i52 from "../../filtering/menu/string-filter-menu.component";
|
58
|
+
import * as i53 from "../../filtering/menu/filter-menu-template.directive";
|
59
|
+
import * as i54 from "../../filtering/menu/numeric-filter-menu.component";
|
60
|
+
import * as i55 from "../../filtering/menu/numeric-filter-menu-input.component";
|
61
|
+
import * as i56 from "../../filtering/menu/date-filter-menu-input.component";
|
62
|
+
import * as i57 from "../../filtering/menu/date-filter-menu.component";
|
63
|
+
import * as i58 from "../../filtering/menu/filter-menu-host.directive";
|
64
|
+
import * as i59 from "../../filtering/menu/boolean-filter-menu.component";
|
65
|
+
import * as i60 from "../../filtering/menu/filter-radio-button.directive";
|
66
|
+
import * as i61 from "../../column-menu/column-chooser.component";
|
67
|
+
import * as i62 from "../../column-menu/column-menu-chooser.component";
|
68
|
+
import * as i63 from "../../column-menu/column-menu-filter.component";
|
69
|
+
import * as i64 from "../../column-menu/column-menu-item.component";
|
70
|
+
import * as i65 from "../../column-menu/column-menu-item-content-template.directive";
|
71
|
+
import * as i66 from "../../column-menu/column-menu-sort.component";
|
72
|
+
import * as i67 from "../../column-menu/column-menu.component";
|
73
|
+
import * as i68 from "../../column-menu/column-menu-lock.component";
|
74
|
+
import * as i69 from "../../column-menu/column-menu-template.directive";
|
75
|
+
import * as i70 from "../../dragdrop/draggable-column.directive";
|
76
|
+
import * as i71 from "../../dragdrop/drop-target.directive";
|
76
77
|
/**
|
77
78
|
* @hidden
|
78
79
|
* @deprecated
|
79
80
|
*/
|
80
81
|
export declare class HeaderModule {
|
81
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
82
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective, typeof i4.FilterRowComponent, typeof i5.FilterCellComponent, typeof i6.FilterCellTemplateDirective, typeof i7.StringFilterCellComponent, typeof i8.NumericFilterCellComponent, typeof i9.AutoCompleteFilterCellComponent, typeof i10.BooleanFilterCellComponent, typeof i11.FilterCellHostDirective, typeof i12.FilterCellWrapperComponent, typeof i13.DateFilterCellComponent, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.
|
83
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective, typeof i4.FilterRowComponent, typeof i5.FilterCellComponent, typeof i6.FilterCellTemplateDirective, typeof i7.StringFilterCellComponent, typeof i8.NumericFilterCellComponent, typeof i9.AutoCompleteFilterCellComponent, typeof i10.BooleanFilterCellComponent, typeof i11.FilterCellHostDirective, typeof i12.FilterCellWrapperComponent, typeof i13.DateFilterCellComponent, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.CustomMessagesComponent, typeof i47.PagerFocusableDirective, typeof i47.PagerInfoComponent, typeof i47.PagerInputComponent, typeof i47.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i47.PagerPageSizesComponent, typeof i47.PagerPrevButtonsComponent, typeof i47.PagerTemplateDirective, typeof i47.PagerComponent, typeof i47.PagerSpacerComponent, typeof i48.FilterMenuComponent, typeof i49.FilterMenuContainerComponent, typeof i50.FilterMenuInputWrapperComponent, typeof i51.StringFilterMenuInputComponent, typeof i52.StringFilterMenuComponent, typeof i53.FilterMenuTemplateDirective, typeof i54.NumericFilterMenuComponent, typeof i55.NumericFilterMenuInputComponent, typeof i56.DateFilterMenuInputComponent, typeof i57.DateFilterMenuComponent, typeof i58.FilterMenuHostDirective, typeof i59.BooleanFilterMenuComponent, typeof i60.BooleanFilterRadioButtonDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.CustomMessagesComponent, typeof i47.PagerFocusableDirective, typeof i47.PagerInfoComponent, typeof i47.PagerInputComponent, typeof i47.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i47.PagerPageSizesComponent, typeof i47.PagerPrevButtonsComponent, typeof i47.PagerTemplateDirective, typeof i47.PagerComponent, typeof i47.PagerSpacerComponent, typeof i61.ColumnChooserComponent, typeof i62.ColumnMenuChooserComponent, typeof i63.ColumnMenuFilterComponent, typeof i64.ColumnMenuItemComponent, typeof i65.ColumnMenuItemContentTemplateDirective, typeof i66.ColumnMenuSortComponent, typeof i67.ColumnMenuComponent, typeof i68.ColumnMenuLockComponent, typeof i69.ColumnMenuTemplateDirective, typeof i70.DraggableColumnDirective, typeof i71.DropTargetDirective], [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective]>;
|
83
84
|
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
84
85
|
}
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '17.0.0-develop.
|
7
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.35',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '17.0.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '17.0.0-develop.35',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^3.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '17.0.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '17.0.0-develop.35',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|
package/shared.module.d.ts
CHANGED
@@ -17,13 +17,14 @@ import * as i11 from "./rendering/common/loading.component";
|
|
17
17
|
import * as i12 from "./filtering/cell/filter-cell-operators.component";
|
18
18
|
import * as i13 from "./columns/checkbox-column.component";
|
19
19
|
import * as i14 from "./columns/rowreorder-column.component";
|
20
|
-
import * as i15 from "@progress/kendo-angular-
|
20
|
+
import * as i15 from "@progress/kendo-angular-pager";
|
21
|
+
import * as i16 from "@progress/kendo-angular-icons";
|
21
22
|
/**
|
22
23
|
* @hidden
|
23
24
|
* @deprecated
|
24
25
|
*/
|
25
26
|
export declare class SharedModule {
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.LoadingComponent, typeof i12.FilterCellOperatorsComponent, typeof i13.CheckboxColumnComponent, typeof i14.RowReorderColumnComponent], [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.LoadingComponent, typeof i12.FilterCellOperatorsComponent, typeof i13.CheckboxColumnComponent, typeof i14.RowReorderColumnComponent, typeof i8.DraggableModule, typeof
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.LoadingComponent, typeof i12.FilterCellOperatorsComponent, typeof i13.CheckboxColumnComponent, typeof i14.RowReorderColumnComponent, typeof i15.CustomMessagesComponent, typeof i15.PagerFocusableDirective, typeof i15.PagerInfoComponent, typeof i15.PagerInputComponent, typeof i15.PagerNextButtonsComponent, typeof i15.PagerNumericButtonsComponent, typeof i15.PagerPageSizesComponent, typeof i15.PagerPrevButtonsComponent, typeof i15.PagerTemplateDirective, typeof i15.PagerComponent, typeof i15.PagerSpacerComponent], [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.LoadingComponent, typeof i12.FilterCellOperatorsComponent, typeof i13.CheckboxColumnComponent, typeof i14.RowReorderColumnComponent, typeof i15.CustomMessagesComponent, typeof i15.PagerFocusableDirective, typeof i15.PagerInfoComponent, typeof i15.PagerInputComponent, typeof i15.PagerNextButtonsComponent, typeof i15.PagerNumericButtonsComponent, typeof i15.PagerPageSizesComponent, typeof i15.PagerPrevButtonsComponent, typeof i15.PagerTemplateDirective, typeof i15.PagerComponent, typeof i15.PagerSpacerComponent, typeof i8.DraggableModule, typeof i16.IconsModule]>;
|
28
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
29
30
|
}
|
package/treelist.component.d.ts
CHANGED
@@ -9,7 +9,6 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { DragTargetContainerDirective, DragTargetDataFn, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
|
10
10
|
import { ScrollMode } from './scrolling/scrollmode';
|
11
11
|
import { SortSettings } from './columns/sort-settings';
|
12
|
-
import { PagerSettings } from './pager/pager-settings';
|
13
12
|
import { BrowserSupportService } from './layout/browser-support.service';
|
14
13
|
import { TreeListDataResult, ViewCollection } from './data/data.collection';
|
15
14
|
import { EditService } from './editing/edit.service';
|
@@ -19,7 +18,6 @@ import { ChangeNotificationService } from './data/change-notification.service';
|
|
19
18
|
import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
|
20
19
|
import { ColumnBase } from './columns/column-base';
|
21
20
|
import { FilterService } from './filtering/filter.service';
|
22
|
-
import { PagerTemplateDirective } from './pager/pager-template.directive';
|
23
21
|
import { PDFService } from './pdf/pdf.service';
|
24
22
|
import { PDFExportEvent } from './pdf/pdf-export-event';
|
25
23
|
import { ResponsiveService } from "./layout/responsive.service";
|
@@ -66,6 +64,8 @@ import { IsSelectedFn } from './selection/is-selected';
|
|
66
64
|
import { ContextService } from './common/provider.service';
|
67
65
|
import { RowReorderEvent } from './row-reordering/types';
|
68
66
|
import { RowReorderService } from './row-reordering/row-reorder.service';
|
67
|
+
import { PagerTemplateDirective } from '@progress/kendo-angular-pager';
|
68
|
+
import { PagerSettings } from './common/pager-settings';
|
69
69
|
import * as i0 from "@angular/core";
|
70
70
|
/**
|
71
71
|
* Represents the Kendo UI TreeList component for Angular.
|
@@ -193,6 +193,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
193
193
|
*
|
194
194
|
*/
|
195
195
|
pageable: PagerSettings | boolean;
|
196
|
+
get normalizedPageableSettings(): any;
|
196
197
|
/**
|
197
198
|
* If set to `true`, the user can use dedicated shortcuts to interact with the TreeList.
|
198
199
|
* By default, navigation is disabled and the TreeList content is accessible in the normal tab sequence.
|