@progress/kendo-angular-dropdowns 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- package/autocomplete/autocomplete.component.d.ts +3 -4
- package/autocomplete/autocomplete.module.d.ts +17 -6
- package/comboboxes/combobox-column/column-cell-template.directive.d.ts +1 -1
- package/comboboxes/combobox-column/column-header-template.directive.d.ts +1 -1
- package/comboboxes/combobox-column/combobox-column.component.d.ts +1 -1
- package/comboboxes/combobox.component.d.ts +3 -4
- package/comboboxes/combobox.module.d.ts +22 -12
- package/comboboxes/multicolumncombobox.component.d.ts +2 -2
- package/common/action-sheet.component.d.ts +1 -1
- package/common/filter-input.directive.d.ts +1 -1
- package/common/filtering/filter.directive.d.ts +1 -1
- package/common/list-item.directive.d.ts +1 -1
- package/common/list.component.d.ts +1 -1
- package/common/localization/custom-messages.component.d.ts +1 -1
- package/common/localization/localized-messages.directive.d.ts +1 -1
- package/common/searchbar.component.d.ts +1 -1
- package/common/selection/selectable.directive.d.ts +1 -1
- package/common/shared-directives.module.d.ts +1 -1
- package/common/shared-events.directive.d.ts +1 -1
- package/common/shared.module.d.ts +9 -11
- package/common/taglist.component.d.ts +1 -1
- package/common/templates/custom-item-template.directive.d.ts +1 -1
- package/common/templates/fixed-group-template.directive.d.ts +1 -1
- package/common/templates/footer-template.directive.d.ts +1 -1
- package/common/templates/group-tag-template.directive.d.ts +1 -1
- package/common/templates/group-template.directive.d.ts +1 -1
- package/common/templates/header-template.directive.d.ts +1 -1
- package/common/templates/item-template.directive.d.ts +1 -1
- package/common/templates/no-data-template.directive.d.ts +1 -1
- package/common/templates/tag-template.directive.d.ts +1 -1
- package/common/templates/value-template.directive.d.ts +1 -1
- package/directives.d.ts +67 -0
- package/dropdownlist/dropdownlist.component.d.ts +7 -4
- package/dropdownlist/dropdownlist.module.d.ts +15 -4
- package/dropdowns.module.d.ts +32 -6
- package/dropdowntrees/checked-state/check-all.directive.d.ts +1 -1
- package/dropdowntrees/checked-state/check.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
- package/dropdowntrees/dropdowntree.component.d.ts +7 -4
- package/dropdowntrees/dropdowntrees.module.d.ts +32 -13
- package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
- package/dropdowntrees/multiselecttree.component.d.ts +7 -4
- package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
- package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
- package/esm2020/autocomplete/autocomplete.component.mjs +17 -26
- package/esm2020/autocomplete/autocomplete.module.mjs +35 -14
- package/esm2020/comboboxes/combobox-column/column-cell-template.directive.mjs +3 -2
- package/esm2020/comboboxes/combobox-column/column-header-template.directive.mjs +3 -2
- package/esm2020/comboboxes/combobox-column/combobox-column.component.mjs +3 -2
- package/esm2020/comboboxes/combobox.component.mjs +18 -29
- package/esm2020/comboboxes/combobox.module.mjs +40 -35
- package/esm2020/comboboxes/multicolumncombobox.component.mjs +17 -21
- package/esm2020/common/action-sheet.component.mjs +9 -9
- package/esm2020/common/filter-input.directive.mjs +3 -1
- package/esm2020/common/filtering/filter.directive.mjs +3 -2
- package/esm2020/common/list-item.directive.mjs +3 -1
- package/esm2020/common/list.component.mjs +8 -9
- package/esm2020/common/localization/custom-messages.component.mjs +3 -2
- package/esm2020/common/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/common/searchbar.component.mjs +5 -3
- package/esm2020/common/selection/selectable.directive.mjs +3 -2
- package/esm2020/common/shared-directives.module.mjs +3 -3
- package/esm2020/common/shared-events.directive.mjs +3 -2
- package/esm2020/common/shared.module.mjs +13 -12
- package/esm2020/common/taglist.component.mjs +8 -6
- package/esm2020/common/templates/custom-item-template.directive.mjs +3 -2
- package/esm2020/common/templates/fixed-group-template.directive.mjs +3 -2
- package/esm2020/common/templates/footer-template.directive.mjs +3 -2
- package/esm2020/common/templates/group-tag-template.directive.mjs +3 -2
- package/esm2020/common/templates/group-template.directive.mjs +3 -2
- package/esm2020/common/templates/header-template.directive.mjs +3 -2
- package/esm2020/common/templates/item-template.directive.mjs +3 -2
- package/esm2020/common/templates/no-data-template.directive.mjs +3 -2
- package/esm2020/common/templates/tag-template.directive.mjs +3 -2
- package/esm2020/common/templates/value-template.directive.mjs +3 -2
- package/esm2020/directives.mjs +166 -0
- package/esm2020/dropdownlist/dropdownlist.component.mjs +22 -27
- package/esm2020/dropdownlist/dropdownlist.module.mjs +33 -12
- package/esm2020/dropdowns.module.mjs +42 -8
- package/esm2020/dropdowntrees/checked-state/check-all.directive.mjs +3 -2
- package/esm2020/dropdowntrees/checked-state/check.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/dropdowntree.component.mjs +19 -24
- package/esm2020/dropdowntrees/dropdowntrees.module.mjs +59 -45
- package/esm2020/dropdowntrees/expanded-state/expand.directive.mjs +3 -2
- package/esm2020/dropdowntrees/multiselecttree.component.mjs +21 -25
- package/esm2020/dropdowntrees/summary-tag/summary-tag.directive.mjs +3 -2
- package/esm2020/dropdowntrees/templates/node-template.directive.mjs +3 -2
- package/esm2020/index.mjs +1 -1
- package/esm2020/multiselect/multiselect.component.mjs +19 -30
- package/esm2020/multiselect/multiselect.module.mjs +39 -25
- package/esm2020/multiselect/summary-tag.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-dropdowns.mjs +1324 -1196
- package/fesm2020/progress-kendo-angular-dropdowns.mjs +735 -593
- package/index.d.ts +1 -1
- package/multiselect/multiselect.component.d.ts +3 -4
- package/multiselect/multiselect.module.d.ts +19 -6
- package/multiselect/summary-tag.directive.d.ts +1 -1
- package/package.json +8 -8
- package/schematics/ngAdd/index.js +2 -2
- package/common/constants/touch-enabled.d.ts +0 -9
- package/common/shared-events.module.d.ts +0 -14
- package/common/templates/template-context.directive.d.ts +0 -17
- package/esm2020/common/constants/touch-enabled.mjs +0 -9
- package/esm2020/common/shared-events.module.mjs +0 -22
- package/esm2020/common/templates/template-context.directive.mjs +0 -33
|
@@ -36,5 +36,5 @@ export declare class HeaderTemplateDirective {
|
|
|
36
36
|
templateRef: TemplateRef<any>;
|
|
37
37
|
constructor(templateRef: TemplateRef<any>);
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", never, {}, {}, never, never,
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -35,5 +35,5 @@ export declare class ItemTemplateDirective {
|
|
|
35
35
|
templateRef: TemplateRef<any>;
|
|
36
36
|
constructor(templateRef: TemplateRef<any>);
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemTemplateDirective, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", never, {}, {}, never, never,
|
|
38
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
39
39
|
}
|
|
@@ -36,5 +36,5 @@ export declare class NoDataTemplateDirective {
|
|
|
36
36
|
templateRef: TemplateRef<any>;
|
|
37
37
|
constructor(templateRef: TemplateRef<any>);
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoDataTemplateDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", never, {}, {}, never, never,
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", never, {}, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -33,5 +33,5 @@ export declare class TagTemplateDirective {
|
|
|
33
33
|
templateRef: TemplateRef<any>;
|
|
34
34
|
constructor(templateRef: TemplateRef<any>);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagTemplateDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TagTemplateDirective, "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", never, {}, {}, never, never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TagTemplateDirective, "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", never, {}, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -37,5 +37,5 @@ export declare class ValueTemplateDirective {
|
|
|
37
37
|
templateRef: TemplateRef<any>;
|
|
38
38
|
constructor(templateRef: TemplateRef<any>);
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueTemplateDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueTemplateDirective, "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", never, {}, {}, never, never,
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueTemplateDirective, "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", never, {}, {}, never, never, true, never>;
|
|
41
41
|
}
|
package/directives.d.ts
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { PrefixTemplateDirective, SuffixTemplateDirective } from "@progress/kendo-angular-common";
|
|
6
|
+
import { AutoCompleteComponent } from "./autocomplete/autocomplete.component";
|
|
7
|
+
import { FilterDirective } from "./common/filtering/filter.directive";
|
|
8
|
+
import { CustomMessagesComponent } from "./common/localization/custom-messages.component";
|
|
9
|
+
import { FixedGroupTemplateDirective } from "./common/templates/fixed-group-template.directive";
|
|
10
|
+
import { FooterTemplateDirective } from "./common/templates/footer-template.directive";
|
|
11
|
+
import { GroupTemplateDirective } from "./common/templates/group-template.directive";
|
|
12
|
+
import { HeaderTemplateDirective } from "./common/templates/header-template.directive";
|
|
13
|
+
import { ItemTemplateDirective } from "./common/templates/item-template.directive";
|
|
14
|
+
import { NoDataTemplateDirective } from "./common/templates/no-data-template.directive";
|
|
15
|
+
import { ComboBoxComponent } from "./comboboxes/combobox.component";
|
|
16
|
+
import { MultiColumnComboBoxComponent } from "./comboboxes/multicolumncombobox.component";
|
|
17
|
+
import { ComboBoxColumnComponent } from "./comboboxes/combobox-column/combobox-column.component";
|
|
18
|
+
import { ColumnHeaderTemplateDirective } from "./comboboxes/combobox-column/column-header-template.directive";
|
|
19
|
+
import { ColumnCellTemplateDirective } from "./comboboxes/combobox-column/column-cell-template.directive";
|
|
20
|
+
import { DropDownListComponent } from "./dropdownlist/dropdownlist.component";
|
|
21
|
+
import { ValueTemplateDirective } from "./common/templates/value-template.directive";
|
|
22
|
+
import { MultiSelectComponent } from "./multiselect/multiselect.component";
|
|
23
|
+
import { SummaryTagDirective } from "./multiselect/summary-tag.directive";
|
|
24
|
+
import { CustomItemTemplateDirective } from "./common/templates/custom-item-template.directive";
|
|
25
|
+
import { GroupTagTemplateDirective } from "./common/templates/group-tag-template.directive";
|
|
26
|
+
import { TagTemplateDirective } from "./common/templates/tag-template.directive";
|
|
27
|
+
import { DropDownTreeComponent } from "./dropdowntrees/dropdowntree.component";
|
|
28
|
+
import { MultiSelectTreeComponent } from "./dropdowntrees/multiselecttree.component";
|
|
29
|
+
import { DropDownTreeFlatBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
|
|
30
|
+
import { DropDownTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
|
|
31
|
+
import { MultiSelectTreeFlatBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
|
|
32
|
+
import { MultiSelectTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
|
|
33
|
+
import { DropDownTreesExpandDirective } from "./dropdowntrees/expanded-state/expand.directive";
|
|
34
|
+
import { NodeTemplateDirective } from "./dropdowntrees/templates/node-template.directive";
|
|
35
|
+
import { MultiSelectTreeSummaryTagDirective } from "./dropdowntrees/summary-tag/summary-tag.directive";
|
|
36
|
+
/**
|
|
37
|
+
* Utility array that contains all `AutoComplete` related components and directives
|
|
38
|
+
*/
|
|
39
|
+
export declare const KENDO_AUTOCOMPLETE: readonly [typeof AutoCompleteComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
|
|
40
|
+
/**
|
|
41
|
+
* Utility array that contains all `ComboBox` related components and directives
|
|
42
|
+
*/
|
|
43
|
+
export declare const KENDO_COMBOBOX: readonly [typeof ComboBoxComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
|
|
44
|
+
/**
|
|
45
|
+
* Utility array that contains all `MultiColumnComboBox` related components and directives
|
|
46
|
+
*/
|
|
47
|
+
export declare const KENDO_MULTICOLUMNCOMBOBOX: readonly [typeof MultiColumnComboBoxComponent, typeof ComboBoxColumnComponent, typeof ColumnHeaderTemplateDirective, typeof ColumnCellTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
|
|
48
|
+
/**
|
|
49
|
+
* Utility array that contains all `DropDownList` related components and directives
|
|
50
|
+
*/
|
|
51
|
+
export declare const KENDO_DROPDOWNLIST: readonly [typeof DropDownListComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent];
|
|
52
|
+
/**
|
|
53
|
+
* Utility array that contains all `MultiSelect` related components and directives
|
|
54
|
+
*/
|
|
55
|
+
export declare const KENDO_MULTISELECT: readonly [typeof MultiSelectComponent, typeof SummaryTagDirective, typeof CustomItemTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
|
|
56
|
+
/**
|
|
57
|
+
* Utility array that contains all `DropDownTree` related components and directives
|
|
58
|
+
*/
|
|
59
|
+
export declare const KENDO_DROPDOWNTREE: readonly [typeof DropDownTreeComponent, typeof DropDownTreeFlatBindingDirective, typeof DropDownTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
|
|
60
|
+
/**
|
|
61
|
+
* Utility array that contains all `MultiSelectTree` related components and directives
|
|
62
|
+
*/
|
|
63
|
+
export declare const KENDO_MULTISELECTTREE: readonly [typeof MultiSelectTreeComponent, typeof MultiSelectTreeFlatBindingDirective, typeof MultiSelectTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof MultiSelectTreeSummaryTagDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
|
|
64
|
+
/**
|
|
65
|
+
* Utility array that contains all `@progress/kendo-angular-dropdowns` related components and directives
|
|
66
|
+
*/
|
|
67
|
+
export declare const KENDO_DROPDOWNS: readonly [typeof AutoCompleteComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof ComboBoxComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof MultiColumnComboBoxComponent, typeof ComboBoxColumnComponent, typeof ColumnHeaderTemplateDirective, typeof ColumnCellTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof DropDownListComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof MultiSelectComponent, typeof SummaryTagDirective, typeof CustomItemTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof DropDownTreeComponent, typeof DropDownTreeFlatBindingDirective, typeof DropDownTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent, typeof MultiSelectTreeComponent, typeof MultiSelectTreeFlatBindingDirective, typeof MultiSelectTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof MultiSelectTreeSummaryTagDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
|
|
@@ -66,8 +66,11 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
|
|
|
66
66
|
private _zone;
|
|
67
67
|
private renderer;
|
|
68
68
|
private cdr;
|
|
69
|
-
touchEnabled: boolean;
|
|
70
69
|
private injector;
|
|
70
|
+
/**
|
|
71
|
+
* @hidden
|
|
72
|
+
*/
|
|
73
|
+
touchEnabled: any;
|
|
71
74
|
/**
|
|
72
75
|
* @hidden
|
|
73
76
|
*/
|
|
@@ -444,7 +447,7 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
|
|
|
444
447
|
private _size;
|
|
445
448
|
private _rounded;
|
|
446
449
|
private _fillMode;
|
|
447
|
-
constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, _zone: NgZone, renderer: Renderer2, cdr: ChangeDetectorRef,
|
|
450
|
+
constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, _zone: NgZone, renderer: Renderer2, cdr: ChangeDetectorRef, injector: Injector);
|
|
448
451
|
ngOnInit(): void;
|
|
449
452
|
ngAfterViewInit(): void;
|
|
450
453
|
/**
|
|
@@ -609,6 +612,6 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
|
|
|
609
612
|
private setComponentClasses;
|
|
610
613
|
private closeActionSheet;
|
|
611
614
|
private openActionSheet;
|
|
612
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent,
|
|
613
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "kendo-dropdownlist", ["kendoDropDownList"], { "customIconClass": "customIconClass"; "showStickyHeader": "showStickyHeader"; "icon": "icon"; "svgIcon": "svgIcon"; "loading": "loading"; "data": "data"; "value": "value"; "textField": "textField"; "valueField": "valueField"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "defaultItem": "defaultItem"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "readonly": "readonly"; "filterable": "filterable"; "virtual": "virtual"; "ignoreCase": "ignoreCase"; "delay": "delay"; "valuePrimitive": "valuePrimitive"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "leftRightArrowsNavigation": "leftRightArrowsNavigation"; "focusableId": "id"; }, { "valueChange": "valueChange"; "filterChange": "filterChange"; "selectionChange": "selectionChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate", "groupTemplate", "fixedGroupTemplate", "valueTemplate", "headerTemplate", "footerTemplate", "noDataTemplate"], never,
|
|
615
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
|
|
616
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "kendo-dropdownlist", ["kendoDropDownList"], { "customIconClass": "customIconClass"; "showStickyHeader": "showStickyHeader"; "icon": "icon"; "svgIcon": "svgIcon"; "loading": "loading"; "data": "data"; "value": "value"; "textField": "textField"; "valueField": "valueField"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "defaultItem": "defaultItem"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "readonly": "readonly"; "filterable": "filterable"; "virtual": "virtual"; "ignoreCase": "ignoreCase"; "delay": "delay"; "valuePrimitive": "valuePrimitive"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "leftRightArrowsNavigation": "leftRightArrowsNavigation"; "focusableId": "id"; }, { "valueChange": "valueChange"; "filterChange": "filterChange"; "selectionChange": "selectionChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate", "groupTemplate", "fixedGroupTemplate", "valueTemplate", "headerTemplate", "footerTemplate", "noDataTemplate"], never, true, never>;
|
|
614
617
|
}
|
|
@@ -4,10 +4,16 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./dropdownlist.component";
|
|
7
|
-
import * as i2 from "../common/
|
|
8
|
-
import * as i3 from "../common/
|
|
7
|
+
import * as i2 from "../common/templates/fixed-group-template.directive";
|
|
8
|
+
import * as i3 from "../common/templates/footer-template.directive";
|
|
9
|
+
import * as i4 from "../common/templates/group-template.directive";
|
|
10
|
+
import * as i5 from "../common/templates/header-template.directive";
|
|
11
|
+
import * as i6 from "../common/templates/item-template.directive";
|
|
12
|
+
import * as i7 from "../common/templates/value-template.directive";
|
|
13
|
+
import * as i8 from "../common/templates/no-data-template.directive";
|
|
14
|
+
import * as i9 from "../common/filtering/filter.directive";
|
|
15
|
+
import * as i10 from "../common/localization/custom-messages.component";
|
|
9
16
|
/**
|
|
10
|
-
* @hidden
|
|
11
17
|
*
|
|
12
18
|
* The exported package module.
|
|
13
19
|
*
|
|
@@ -17,9 +23,14 @@ import * as i3 from "../common/shared-directives.module";
|
|
|
17
23
|
* - `ValueTemplateDirective`—The value template directive.
|
|
18
24
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
19
25
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
26
|
+
* - `NoDataTemplateDirective`—The no data template directive.
|
|
27
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
28
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
29
|
+
* - `FilterDirective`—The filter directive.
|
|
30
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
20
31
|
*/
|
|
21
32
|
export declare class DropDownListModule {
|
|
22
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, never, [typeof i1.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.NoDataTemplateDirective, typeof i9.FilterDirective, typeof i10.CustomMessagesComponent], [typeof i1.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.NoDataTemplateDirective, typeof i9.FilterDirective, typeof i10.CustomMessagesComponent]>;
|
|
24
35
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
|
|
25
36
|
}
|
package/dropdowns.module.d.ts
CHANGED
|
@@ -3,11 +3,37 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./autocomplete/autocomplete.
|
|
7
|
-
import * as i2 from "./
|
|
8
|
-
import * as i3 from "./
|
|
9
|
-
import * as i4 from "./
|
|
10
|
-
import * as i5 from "./
|
|
6
|
+
import * as i1 from "./autocomplete/autocomplete.component";
|
|
7
|
+
import * as i2 from "./common/templates/fixed-group-template.directive";
|
|
8
|
+
import * as i3 from "./common/templates/footer-template.directive";
|
|
9
|
+
import * as i4 from "./common/templates/group-template.directive";
|
|
10
|
+
import * as i5 from "./common/templates/header-template.directive";
|
|
11
|
+
import * as i6 from "./common/templates/item-template.directive";
|
|
12
|
+
import * as i7 from "./common/templates/no-data-template.directive";
|
|
13
|
+
import * as i8 from "./common/filtering/filter.directive";
|
|
14
|
+
import * as i9 from "./common/localization/custom-messages.component";
|
|
15
|
+
import * as i10 from "@progress/kendo-angular-common";
|
|
16
|
+
import * as i11 from "./comboboxes/combobox.component";
|
|
17
|
+
import * as i12 from "./comboboxes/multicolumncombobox.component";
|
|
18
|
+
import * as i13 from "./comboboxes/combobox-column/combobox-column.component";
|
|
19
|
+
import * as i14 from "./comboboxes/combobox-column/column-header-template.directive";
|
|
20
|
+
import * as i15 from "./comboboxes/combobox-column/column-cell-template.directive";
|
|
21
|
+
import * as i16 from "./dropdownlist/dropdownlist.component";
|
|
22
|
+
import * as i17 from "./common/templates/value-template.directive";
|
|
23
|
+
import * as i18 from "./multiselect/multiselect.component";
|
|
24
|
+
import * as i19 from "./multiselect/summary-tag.directive";
|
|
25
|
+
import * as i20 from "./common/templates/custom-item-template.directive";
|
|
26
|
+
import * as i21 from "./common/templates/group-tag-template.directive";
|
|
27
|
+
import * as i22 from "./common/templates/tag-template.directive";
|
|
28
|
+
import * as i23 from "./dropdowntrees/dropdowntree.component";
|
|
29
|
+
import * as i24 from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
|
|
30
|
+
import * as i25 from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
|
|
31
|
+
import * as i26 from "./dropdowntrees/expanded-state/expand.directive";
|
|
32
|
+
import * as i27 from "./dropdowntrees/templates/node-template.directive";
|
|
33
|
+
import * as i28 from "./dropdowntrees/multiselecttree.component";
|
|
34
|
+
import * as i29 from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
|
|
35
|
+
import * as i30 from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
|
|
36
|
+
import * as i31 from "./dropdowntrees/summary-tag/summary-tag.directive";
|
|
11
37
|
/**
|
|
12
38
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
39
|
* definition for the Dropdowns components.
|
|
@@ -41,6 +67,6 @@ import * as i5 from "./dropdowntrees/dropdowntrees.module";
|
|
|
41
67
|
*/
|
|
42
68
|
export declare class DropDownsModule {
|
|
43
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownsModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownsModule, never,
|
|
70
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownsModule, never, [typeof i1.AutoCompleteComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i11.ComboBoxComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i12.MultiColumnComboBoxComponent, typeof i13.ComboBoxColumnComponent, typeof i14.ColumnHeaderTemplateDirective, typeof i15.ColumnCellTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i16.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i18.MultiSelectComponent, typeof i19.SummaryTagDirective, typeof i20.CustomItemTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i23.DropDownTreeComponent, typeof i24.DropDownTreeFlatBindingDirective, typeof i25.DropDownTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i28.MultiSelectTreeComponent, typeof i29.MultiSelectTreeFlatBindingDirective, typeof i30.MultiSelectTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i31.MultiSelectTreeSummaryTagDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent], [typeof i1.AutoCompleteComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i11.ComboBoxComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i12.MultiColumnComboBoxComponent, typeof i13.ComboBoxColumnComponent, typeof i14.ColumnHeaderTemplateDirective, typeof i15.ColumnCellTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i16.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i18.MultiSelectComponent, typeof i19.SummaryTagDirective, typeof i20.CustomItemTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i23.DropDownTreeComponent, typeof i24.DropDownTreeFlatBindingDirective, typeof i25.DropDownTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i28.MultiSelectTreeComponent, typeof i29.MultiSelectTreeFlatBindingDirective, typeof i30.MultiSelectTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i31.MultiSelectTreeSummaryTagDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent]>;
|
|
45
71
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownsModule>;
|
|
46
72
|
}
|
|
@@ -52,5 +52,5 @@ export declare class CheckAllDirective extends BaseCheckDirective implements OnC
|
|
|
52
52
|
private allChecked;
|
|
53
53
|
private someChecked;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckAllDirective, never>;
|
|
55
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckAllDirective, "[checkAll]", never, { "lastAction": "lastAction"; "treeview": "treeview"; "checkedItems": "checkedItems"; "valueField": "valueField"; "focused": "checkAll"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never,
|
|
55
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckAllDirective, "[checkAll]", never, { "lastAction": "lastAction"; "treeview": "treeview"; "checkedItems": "checkedItems"; "valueField": "valueField"; "focused": "checkAll"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, true, never>;
|
|
56
56
|
}
|
|
@@ -53,5 +53,5 @@ export declare class CheckDirective extends BaseCheckDirective implements OnChan
|
|
|
53
53
|
private checkParents;
|
|
54
54
|
private isItemIndeterminate;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckDirective, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckDirective, "[kendoMultiSelectTreeCheckable]", never, { "checkable": "checkable"; "valueField": "valueField"; "checkedItems": "checkedItems"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never,
|
|
56
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckDirective, "[kendoMultiSelectTreeCheckable]", never, { "checkable": "checkable"; "valueField": "valueField"; "checkedItems": "checkedItems"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, true, never>;
|
|
57
57
|
}
|
|
@@ -25,5 +25,5 @@ export declare class DropDownTreeFlatBindingDirective extends FlatDataBindingDir
|
|
|
25
25
|
constructor(dropDownTree: DataBoundComponent);
|
|
26
26
|
ngOnChanges(changes: SimpleChanges): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeFlatBindingDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeFlatBindingDirective, "[kendoDropDownTreeFlatBinding]", never, { "nodes": "kendoDropDownTreeFlatBinding"; "idField": "valueField"; }, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeFlatBindingDirective, "[kendoDropDownTreeFlatBinding]", never, { "nodes": "kendoDropDownTreeFlatBinding"; "idField": "valueField"; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -21,5 +21,5 @@ export declare class DropDownTreeHierarchyBindingDirective extends HierarchyBind
|
|
|
21
21
|
constructor(dropDownTree: DataBoundComponent);
|
|
22
22
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeHierarchyBindingDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeHierarchyBindingDirective, "[kendoDropDownTreeHierarchyBinding]", never, { "nodes": "kendoDropDownTreeHierarchyBinding"; }, {}, never, never,
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeHierarchyBindingDirective, "[kendoDropDownTreeHierarchyBinding]", never, { "nodes": "kendoDropDownTreeHierarchyBinding"; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -25,5 +25,5 @@ export declare class MultiSelectTreeFlatBindingDirective extends FlatDataBinding
|
|
|
25
25
|
constructor(multiSelectTree: DataBoundComponent);
|
|
26
26
|
ngOnChanges(changes: SimpleChanges): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeFlatBindingDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeFlatBindingDirective, "[kendoMultiSelectTreeFlatBinding]", never, { "nodes": "kendoMultiSelectTreeFlatBinding"; "idField": "valueField"; }, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeFlatBindingDirective, "[kendoMultiSelectTreeFlatBinding]", never, { "nodes": "kendoMultiSelectTreeFlatBinding"; "idField": "valueField"; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -21,5 +21,5 @@ export declare class MultiSelectTreeHierarchyBindingDirective extends HierarchyB
|
|
|
21
21
|
constructor(multiSelectTree: DataBoundComponent);
|
|
22
22
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeHierarchyBindingDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeHierarchyBindingDirective, "[kendoMultiSelectTreeHierarchyBinding]", never, { "nodes": "kendoMultiSelectTreeHierarchyBinding"; }, {}, never, never,
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeHierarchyBindingDirective, "[kendoMultiSelectTreeHierarchyBinding]", never, { "nodes": "kendoMultiSelectTreeHierarchyBinding"; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -38,7 +38,6 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
38
38
|
private _zone;
|
|
39
39
|
private cdr;
|
|
40
40
|
private localization;
|
|
41
|
-
touchEnabled: boolean;
|
|
42
41
|
/**
|
|
43
42
|
* @hidden
|
|
44
43
|
*/
|
|
@@ -47,6 +46,10 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
47
46
|
* @hidden
|
|
48
47
|
*/
|
|
49
48
|
svgIcon: SVGIcon;
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
52
|
+
touchEnabled: any;
|
|
50
53
|
/**
|
|
51
54
|
* @hidden
|
|
52
55
|
*/
|
|
@@ -466,7 +469,7 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
466
469
|
private subs;
|
|
467
470
|
private touchstartDisposeHandler;
|
|
468
471
|
private lastNodeOnFocus;
|
|
469
|
-
constructor(injector: Injector, wrapper: ElementRef<HTMLElement>, popupService: PopupService, navigationService: NavigationService, renderer: Renderer2, _zone: NgZone, cdr: ChangeDetectorRef, localization: LocalizationService
|
|
472
|
+
constructor(injector: Injector, wrapper: ElementRef<HTMLElement>, popupService: PopupService, navigationService: NavigationService, renderer: Renderer2, _zone: NgZone, cdr: ChangeDetectorRef, localization: LocalizationService);
|
|
470
473
|
ngOnInit(): void;
|
|
471
474
|
/**
|
|
472
475
|
* @hidden
|
|
@@ -633,6 +636,6 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
633
636
|
private removeTreeViewFromTabOrder;
|
|
634
637
|
private closeActionSheet;
|
|
635
638
|
private openActionSheet;
|
|
636
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent,
|
|
637
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "kendo-dropdowntree", ["kendoDropDownTree"], { "icon": "icon"; "svgIcon": "svgIcon"; "loading": "loading"; "clearButton": "clearButton"; "data": "data"; "value": "value"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "hasChildren": "hasChildren"; "fetchChildren": "fetchChildren"; "placeholder": "placeholder"; "popupSettings": "popupSettings"; "dataItem": "dataItem"; "listHeight": "listHeight"; "disabled": "disabled"; "readonly": "readonly"; "valuePrimitive": "valuePrimitive"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "itemDisabled": "itemDisabled"; "isNodeExpanded": "isNodeExpanded"; "isNodeVisible": "isNodeVisible"; "loadOnDemand": "loadOnDemand"; "filterable": "filterable"; "filter": "filter"; "focusableId": "focusableId"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; }, { "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; "filterChange": "filterChange"; }, ["noDataTemplate", "headerTemplate", "footerTemplate", "nodeTemplate", "valueTemplate"], never,
|
|
639
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
|
|
640
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "kendo-dropdowntree", ["kendoDropDownTree"], { "icon": "icon"; "svgIcon": "svgIcon"; "loading": "loading"; "clearButton": "clearButton"; "data": "data"; "value": "value"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "hasChildren": "hasChildren"; "fetchChildren": "fetchChildren"; "placeholder": "placeholder"; "popupSettings": "popupSettings"; "dataItem": "dataItem"; "listHeight": "listHeight"; "disabled": "disabled"; "readonly": "readonly"; "valuePrimitive": "valuePrimitive"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "itemDisabled": "itemDisabled"; "isNodeExpanded": "isNodeExpanded"; "isNodeVisible": "isNodeVisible"; "loadOnDemand": "loadOnDemand"; "filterable": "filterable"; "filter": "filter"; "focusableId": "focusableId"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; }, { "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; "filterChange": "filterChange"; }, ["noDataTemplate", "headerTemplate", "footerTemplate", "nodeTemplate", "valueTemplate"], never, true, never>;
|
|
638
641
|
}
|
|
@@ -4,22 +4,41 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./dropdowntree.component";
|
|
7
|
-
import * as i2 from "./
|
|
8
|
-
import * as i3 from "./data-binding/dropdowntree/
|
|
9
|
-
import * as i4 from "./
|
|
10
|
-
import * as i5 from "./
|
|
11
|
-
import * as i6 from "
|
|
12
|
-
import * as i7 from "
|
|
13
|
-
import * as i8 from "
|
|
14
|
-
import * as i9 from "
|
|
15
|
-
import * as i10 from "../common/
|
|
16
|
-
import * as i11 from "
|
|
17
|
-
import * as i12 from "
|
|
7
|
+
import * as i2 from "./data-binding/dropdowntree/flat-binding.directive";
|
|
8
|
+
import * as i3 from "./data-binding/dropdowntree/hierarchy-binding.directive";
|
|
9
|
+
import * as i4 from "./expanded-state/expand.directive";
|
|
10
|
+
import * as i5 from "./templates/node-template.directive";
|
|
11
|
+
import * as i6 from "../common/templates/header-template.directive";
|
|
12
|
+
import * as i7 from "../common/templates/footer-template.directive";
|
|
13
|
+
import * as i8 from "../common/templates/value-template.directive";
|
|
14
|
+
import * as i9 from "../common/templates/no-data-template.directive";
|
|
15
|
+
import * as i10 from "../common/localization/custom-messages.component";
|
|
16
|
+
import * as i11 from "./multiselecttree.component";
|
|
17
|
+
import * as i12 from "./data-binding/multiselecttree/flat-binding.directive";
|
|
18
|
+
import * as i13 from "./data-binding/multiselecttree/hierarchy-binding.directive";
|
|
19
|
+
import * as i14 from "./summary-tag/summary-tag.directive";
|
|
20
|
+
import * as i15 from "../common/templates/group-tag-template.directive";
|
|
21
|
+
import * as i16 from "../common/templates/tag-template.directive";
|
|
18
22
|
/**
|
|
19
|
-
*
|
|
23
|
+
* - `MultiSelectTreeComponent`—The MultiSelectTree component class.
|
|
24
|
+
* - `DropDownTreeComponent`—The DropDownTree component class.
|
|
25
|
+
* - `MultiSelectTreeFlatBindingDirective`—The MultiSelectTree flat binding directive.
|
|
26
|
+
* - `DropDownTreeFlatBindingDirective`—The DropDownTree flat binding directive.
|
|
27
|
+
* - `MultiSelectTreeHierarchyBindingDirective`—The MultiSelectTree hierarchy binding directive.
|
|
28
|
+
* - `DropDownTreeHierarchyBindingDirective`—The DropDownTree hierarchy binding directive.
|
|
29
|
+
* - `DropDownTreesExpandDirective`—The DropDownTreesExpand directive.
|
|
30
|
+
* - `NodeTemplateDirective`—The node template directive.
|
|
31
|
+
* - `MultiSelectTreeSummaryTagDirective`—The MultiSelectTreeSummaryTag directive.
|
|
32
|
+
* - `TagTemplateDirective`—The tag template directive.
|
|
33
|
+
* - `GroupTagTemplateDirective`—The group tag template directive.
|
|
34
|
+
* - `HeaderTemplateDirective`—The header template directive.
|
|
35
|
+
* - `FooterTemplateDirective`—The footer template directive.
|
|
36
|
+
* - `ValueTemplateDirective`—The value template directive.
|
|
37
|
+
* - `NoDataTemplateDirective`—The no-data template directive.
|
|
38
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
20
39
|
*/
|
|
21
40
|
export declare class DropDownTreesModule {
|
|
22
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreesModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreesModule, [typeof i1.DropDownTreeComponent, typeof i2.
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreesModule, never, [typeof i1.DropDownTreeComponent, typeof i2.DropDownTreeFlatBindingDirective, typeof i3.DropDownTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent, typeof i11.MultiSelectTreeComponent, typeof i12.MultiSelectTreeFlatBindingDirective, typeof i13.MultiSelectTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i14.MultiSelectTreeSummaryTagDirective, typeof i15.GroupTagTemplateDirective, typeof i16.TagTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent], [typeof i1.DropDownTreeComponent, typeof i2.DropDownTreeFlatBindingDirective, typeof i3.DropDownTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent, typeof i11.MultiSelectTreeComponent, typeof i12.MultiSelectTreeFlatBindingDirective, typeof i13.MultiSelectTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i14.MultiSelectTreeSummaryTagDirective, typeof i15.GroupTagTemplateDirective, typeof i16.TagTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent]>;
|
|
24
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreesModule>;
|
|
25
44
|
}
|
|
@@ -18,5 +18,5 @@ export declare class DropDownTreesExpandDirective extends ExpandDirective {
|
|
|
18
18
|
set isExpanded(value: (item: object, index: string) => boolean);
|
|
19
19
|
constructor(dropDownTree: ExpandableComponent);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreesExpandDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreesExpandDirective, "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", never, { "isExpanded": "isNodeExpanded"; }, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreesExpandDirective, "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", never, { "isExpanded": "isNodeExpanded"; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -44,7 +44,10 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
|
|
|
44
44
|
private localization;
|
|
45
45
|
private cdr;
|
|
46
46
|
private lookup;
|
|
47
|
-
|
|
47
|
+
/**
|
|
48
|
+
* @hidden
|
|
49
|
+
*/
|
|
50
|
+
touchEnabled: any;
|
|
48
51
|
/**
|
|
49
52
|
* @hidden
|
|
50
53
|
*/
|
|
@@ -524,7 +527,7 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
|
|
|
524
527
|
private subs;
|
|
525
528
|
private lastNodeOnFocus;
|
|
526
529
|
private isContentInit;
|
|
527
|
-
constructor(injector: Injector, wrapper: ElementRef, popupService: PopupService, renderer: Renderer2, navigationService: NavigationService, _zone: NgZone, localization: LocalizationService, cdr: ChangeDetectorRef, lookup: MultiSelectTreeLookupService
|
|
530
|
+
constructor(injector: Injector, wrapper: ElementRef, popupService: PopupService, renderer: Renderer2, navigationService: NavigationService, _zone: NgZone, localization: LocalizationService, cdr: ChangeDetectorRef, lookup: MultiSelectTreeLookupService);
|
|
528
531
|
ngOnInit(): void;
|
|
529
532
|
ngAfterViewInit(): void;
|
|
530
533
|
/**
|
|
@@ -706,6 +709,6 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
|
|
|
706
709
|
private registerChildLookupItems;
|
|
707
710
|
private closeActionSheet;
|
|
708
711
|
private openActionSheet;
|
|
709
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeComponent,
|
|
710
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTreeComponent, "kendo-multiselecttree", ["kendoMultiSelectTree"], { "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "popupSettings": "popupSettings"; "checkableSettings": "checkableSettings"; "data": "data"; "value": "value"; "dataItems": "dataItems"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "loading": "loading"; "placeholder": "placeholder"; "listHeight": "listHeight"; "disabled": "disabled"; "readonly": "readonly"; "valuePrimitive": "valuePrimitive"; "loadOnDemand": "loadOnDemand"; "focusableId": "focusableId"; "clearButton": "clearButton"; "filterable": "filterable"; "checkAll": "checkAll"; "hasChildren": "hasChildren"; "fetchChildren": "fetchChildren"; "isNodeExpanded": "isNodeExpanded"; "isNodeVisible": "isNodeVisible"; "itemDisabled": "itemDisabled"; "tagMapper": "tagMapper"; }, { "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "valueChange": "valueChange"; "removeTag": "removeTag"; "filterChange": "filterChange"; }, ["headerTemplate", "footerTemplate", "nodeTemplate", "noDataTemplate", "tagTemplate", "groupTagTemplate"], never,
|
|
712
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeComponent, never>;
|
|
713
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTreeComponent, "kendo-multiselecttree", ["kendoMultiSelectTree"], { "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "popupSettings": "popupSettings"; "checkableSettings": "checkableSettings"; "data": "data"; "value": "value"; "dataItems": "dataItems"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "loading": "loading"; "placeholder": "placeholder"; "listHeight": "listHeight"; "disabled": "disabled"; "readonly": "readonly"; "valuePrimitive": "valuePrimitive"; "loadOnDemand": "loadOnDemand"; "focusableId": "focusableId"; "clearButton": "clearButton"; "filterable": "filterable"; "checkAll": "checkAll"; "hasChildren": "hasChildren"; "fetchChildren": "fetchChildren"; "isNodeExpanded": "isNodeExpanded"; "isNodeVisible": "isNodeVisible"; "itemDisabled": "itemDisabled"; "tagMapper": "tagMapper"; }, { "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "valueChange": "valueChange"; "removeTag": "removeTag"; "filterChange": "filterChange"; }, ["headerTemplate", "footerTemplate", "nodeTemplate", "noDataTemplate", "tagTemplate", "groupTagTemplate"], never, true, never>;
|
|
711
714
|
}
|
|
@@ -30,5 +30,5 @@ export declare class MultiSelectTreeSummaryTagDirective implements OnChanges {
|
|
|
30
30
|
ngOnChanges(changes: any): void;
|
|
31
31
|
private createTagMapper;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeSummaryTagDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeSummaryTagDirective, "[kendoMultiSelectTreeSummaryTag]", never, { "showAfter": "kendoMultiSelectTreeSummaryTag"; }, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeSummaryTagDirective, "[kendoMultiSelectTreeSummaryTag]", never, { "showAfter": "kendoMultiSelectTreeSummaryTag"; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -17,5 +17,5 @@ export declare class NodeTemplateDirective {
|
|
|
17
17
|
templateRef: TemplateRef<any>;
|
|
18
18
|
constructor(templateRef: TemplateRef<any>);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeTemplateDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", never, {}, {}, never, never,
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", never, {}, {}, never, never, true, never>;
|
|
21
21
|
}
|