@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,10 +36,11 @@ export class GroupTagTemplateDirective {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
GroupTagTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTagTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
39
|
-
GroupTagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTagTemplateDirective, selector: "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", ngImport: i0 });
|
|
39
|
+
GroupTagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTagTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", ngImport: i0 });
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTagTemplateDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
|
-
selector: '[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]'
|
|
43
|
+
selector: '[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]',
|
|
44
|
+
standalone: true
|
|
44
45
|
}]
|
|
45
46
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -44,10 +44,11 @@ export class GroupTemplateDirective {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
GroupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
47
|
-
GroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTemplateDirective, selector: "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", ngImport: i0 });
|
|
47
|
+
GroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTemplateDirective, isStandalone: true, selector: "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", ngImport: i0 });
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTemplateDirective, decorators: [{
|
|
49
49
|
type: Directive,
|
|
50
50
|
args: [{
|
|
51
|
-
selector: '[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]'
|
|
51
|
+
selector: '[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]',
|
|
52
|
+
standalone: true
|
|
52
53
|
}]
|
|
53
54
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -38,10 +38,11 @@ export class HeaderTemplateDirective {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", ngImport: i0 });
|
|
41
|
+
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", ngImport: i0 });
|
|
42
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
43
43
|
type: Directive,
|
|
44
44
|
args: [{
|
|
45
|
-
selector: '[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]'
|
|
45
|
+
selector: '[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]',
|
|
46
|
+
standalone: true
|
|
46
47
|
}]
|
|
47
48
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -37,10 +37,11 @@ export class ItemTemplateDirective {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
40
|
-
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", ngImport: i0 });
|
|
40
|
+
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", ngImport: i0 });
|
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
42
42
|
type: Directive,
|
|
43
43
|
args: [{
|
|
44
|
-
selector: '[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]'
|
|
44
|
+
selector: '[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]',
|
|
45
|
+
standalone: true
|
|
45
46
|
}]
|
|
46
47
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -38,10 +38,11 @@ export class NoDataTemplateDirective {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
NoDataTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoDataTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41
|
-
NoDataTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoDataTemplateDirective, selector: "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", ngImport: i0 });
|
|
41
|
+
NoDataTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoDataTemplateDirective, isStandalone: true, selector: "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", ngImport: i0 });
|
|
42
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoDataTemplateDirective, decorators: [{
|
|
43
43
|
type: Directive,
|
|
44
44
|
args: [{
|
|
45
|
-
selector: '[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]'
|
|
45
|
+
selector: '[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]',
|
|
46
|
+
standalone: true
|
|
46
47
|
}]
|
|
47
48
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -35,10 +35,11 @@ export class TagTemplateDirective {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
TagTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
38
|
-
TagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", ngImport: i0 });
|
|
38
|
+
TagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TagTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", ngImport: i0 });
|
|
39
39
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagTemplateDirective, decorators: [{
|
|
40
40
|
type: Directive,
|
|
41
41
|
args: [{
|
|
42
|
-
selector: '[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]'
|
|
42
|
+
selector: '[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]',
|
|
43
|
+
standalone: true
|
|
43
44
|
}]
|
|
44
45
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -39,10 +39,11 @@ export class ValueTemplateDirective {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
ValueTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
42
|
-
ValueTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ValueTemplateDirective, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", ngImport: i0 });
|
|
42
|
+
ValueTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ValueTemplateDirective, isStandalone: true, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", ngImport: i0 });
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueTemplateDirective, decorators: [{
|
|
44
44
|
type: Directive,
|
|
45
45
|
args: [{
|
|
46
|
-
selector: '[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]'
|
|
46
|
+
selector: '[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]',
|
|
47
|
+
standalone: true
|
|
47
48
|
}]
|
|
48
49
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -0,0 +1,166 @@
|
|
|
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 const KENDO_AUTOCOMPLETE = [
|
|
40
|
+
AutoCompleteComponent,
|
|
41
|
+
FixedGroupTemplateDirective,
|
|
42
|
+
FooterTemplateDirective,
|
|
43
|
+
GroupTemplateDirective,
|
|
44
|
+
HeaderTemplateDirective,
|
|
45
|
+
ItemTemplateDirective,
|
|
46
|
+
NoDataTemplateDirective,
|
|
47
|
+
FilterDirective,
|
|
48
|
+
CustomMessagesComponent,
|
|
49
|
+
SuffixTemplateDirective,
|
|
50
|
+
PrefixTemplateDirective
|
|
51
|
+
];
|
|
52
|
+
/**
|
|
53
|
+
* Utility array that contains all `ComboBox` related components and directives
|
|
54
|
+
*/
|
|
55
|
+
export const KENDO_COMBOBOX = [
|
|
56
|
+
ComboBoxComponent,
|
|
57
|
+
FixedGroupTemplateDirective,
|
|
58
|
+
FooterTemplateDirective,
|
|
59
|
+
GroupTemplateDirective,
|
|
60
|
+
HeaderTemplateDirective,
|
|
61
|
+
ItemTemplateDirective,
|
|
62
|
+
NoDataTemplateDirective,
|
|
63
|
+
FilterDirective,
|
|
64
|
+
CustomMessagesComponent,
|
|
65
|
+
SuffixTemplateDirective,
|
|
66
|
+
PrefixTemplateDirective
|
|
67
|
+
];
|
|
68
|
+
/**
|
|
69
|
+
* Utility array that contains all `MultiColumnComboBox` related components and directives
|
|
70
|
+
*/
|
|
71
|
+
export const KENDO_MULTICOLUMNCOMBOBOX = [
|
|
72
|
+
MultiColumnComboBoxComponent,
|
|
73
|
+
ComboBoxColumnComponent,
|
|
74
|
+
ColumnHeaderTemplateDirective,
|
|
75
|
+
ColumnCellTemplateDirective,
|
|
76
|
+
FixedGroupTemplateDirective,
|
|
77
|
+
FooterTemplateDirective,
|
|
78
|
+
GroupTemplateDirective,
|
|
79
|
+
HeaderTemplateDirective,
|
|
80
|
+
ItemTemplateDirective,
|
|
81
|
+
NoDataTemplateDirective,
|
|
82
|
+
FilterDirective,
|
|
83
|
+
CustomMessagesComponent,
|
|
84
|
+
SuffixTemplateDirective,
|
|
85
|
+
PrefixTemplateDirective
|
|
86
|
+
];
|
|
87
|
+
/**
|
|
88
|
+
* Utility array that contains all `DropDownList` related components and directives
|
|
89
|
+
*/
|
|
90
|
+
export const KENDO_DROPDOWNLIST = [
|
|
91
|
+
DropDownListComponent,
|
|
92
|
+
FixedGroupTemplateDirective,
|
|
93
|
+
FooterTemplateDirective,
|
|
94
|
+
GroupTemplateDirective,
|
|
95
|
+
HeaderTemplateDirective,
|
|
96
|
+
ItemTemplateDirective,
|
|
97
|
+
ValueTemplateDirective,
|
|
98
|
+
NoDataTemplateDirective,
|
|
99
|
+
FilterDirective,
|
|
100
|
+
CustomMessagesComponent
|
|
101
|
+
];
|
|
102
|
+
/**
|
|
103
|
+
* Utility array that contains all `MultiSelect` related components and directives
|
|
104
|
+
*/
|
|
105
|
+
export const KENDO_MULTISELECT = [
|
|
106
|
+
MultiSelectComponent,
|
|
107
|
+
SummaryTagDirective,
|
|
108
|
+
CustomItemTemplateDirective,
|
|
109
|
+
FixedGroupTemplateDirective,
|
|
110
|
+
FooterTemplateDirective,
|
|
111
|
+
GroupTemplateDirective,
|
|
112
|
+
GroupTagTemplateDirective,
|
|
113
|
+
TagTemplateDirective,
|
|
114
|
+
HeaderTemplateDirective,
|
|
115
|
+
ItemTemplateDirective,
|
|
116
|
+
NoDataTemplateDirective,
|
|
117
|
+
FilterDirective,
|
|
118
|
+
CustomMessagesComponent,
|
|
119
|
+
SuffixTemplateDirective,
|
|
120
|
+
PrefixTemplateDirective
|
|
121
|
+
];
|
|
122
|
+
/**
|
|
123
|
+
* Utility array that contains all `DropDownTree` related components and directives
|
|
124
|
+
*/
|
|
125
|
+
export const KENDO_DROPDOWNTREE = [
|
|
126
|
+
DropDownTreeComponent,
|
|
127
|
+
DropDownTreeFlatBindingDirective,
|
|
128
|
+
DropDownTreeHierarchyBindingDirective,
|
|
129
|
+
DropDownTreesExpandDirective,
|
|
130
|
+
NodeTemplateDirective,
|
|
131
|
+
HeaderTemplateDirective,
|
|
132
|
+
FooterTemplateDirective,
|
|
133
|
+
ValueTemplateDirective,
|
|
134
|
+
NoDataTemplateDirective,
|
|
135
|
+
CustomMessagesComponent
|
|
136
|
+
];
|
|
137
|
+
/**
|
|
138
|
+
* Utility array that contains all `MultiSelectTree` related components and directives
|
|
139
|
+
*/
|
|
140
|
+
export const KENDO_MULTISELECTTREE = [
|
|
141
|
+
MultiSelectTreeComponent,
|
|
142
|
+
MultiSelectTreeFlatBindingDirective,
|
|
143
|
+
MultiSelectTreeHierarchyBindingDirective,
|
|
144
|
+
DropDownTreesExpandDirective,
|
|
145
|
+
NodeTemplateDirective,
|
|
146
|
+
MultiSelectTreeSummaryTagDirective,
|
|
147
|
+
GroupTagTemplateDirective,
|
|
148
|
+
TagTemplateDirective,
|
|
149
|
+
HeaderTemplateDirective,
|
|
150
|
+
FooterTemplateDirective,
|
|
151
|
+
ValueTemplateDirective,
|
|
152
|
+
NoDataTemplateDirective,
|
|
153
|
+
CustomMessagesComponent
|
|
154
|
+
];
|
|
155
|
+
/**
|
|
156
|
+
* Utility array that contains all `@progress/kendo-angular-dropdowns` related components and directives
|
|
157
|
+
*/
|
|
158
|
+
export const KENDO_DROPDOWNS = [
|
|
159
|
+
...KENDO_AUTOCOMPLETE,
|
|
160
|
+
...KENDO_COMBOBOX,
|
|
161
|
+
...KENDO_MULTICOLUMNCOMBOBOX,
|
|
162
|
+
...KENDO_DROPDOWNLIST,
|
|
163
|
+
...KENDO_MULTISELECT,
|
|
164
|
+
...KENDO_DROPDOWNTREE,
|
|
165
|
+
...KENDO_MULTISELECTTREE
|
|
166
|
+
];
|
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, Renderer2, forwardRef, ElementRef, Input, Output, HostBinding, EventEmitter, ContentChild, ViewChild, ViewContainerRef, isDevMode,
|
|
6
|
-
import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
|
|
5
|
+
import { Component, Renderer2, forwardRef, ElementRef, Input, Output, HostBinding, EventEmitter, ContentChild, ViewChild, ViewContainerRef, isDevMode, NgZone, TemplateRef, ChangeDetectorRef, HostListener, Injector } from '@angular/core';
|
|
6
|
+
import { NG_VALUE_ACCESSOR, NgControl, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
7
7
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
8
8
|
import { packageMetadata } from '../package-metadata';
|
|
9
9
|
import { merge, interval, Subscription } from 'rxjs';
|
|
10
10
|
import { concatMap, filter, map, skipWhile, take, takeUntil, tap } from 'rxjs/operators';
|
|
11
|
-
import { isDocumentAvailable, KendoInput, hasObservers, anyChanged, isChanged } from '@progress/kendo-angular-common';
|
|
12
|
-
import { Keys } from '@progress/kendo-angular-common';
|
|
11
|
+
import { isDocumentAvailable, KendoInput, hasObservers, anyChanged, isChanged, EventsOutsideAngularDirective, ResizeSensorComponent, Keys, TemplateContextDirective } from '@progress/kendo-angular-common';
|
|
13
12
|
import { isPresent, guid, getter, shuffleData, sameCharsOnly, matchText, isUntouched, inDropDown, getSizeClass, getRoundedClass, getFillModeClass, isTruthy, windowSize, updateActionSheetAdaptiveAppearance, setListBoxAriaLabelledBy, setActionSheetTitle, animationDuration } from '../common/util';
|
|
14
13
|
import { SelectionService } from '../common/selection/selection.service';
|
|
15
14
|
import { NavigationService, NavigationEvent } from '../common/navigation/navigation.service';
|
|
@@ -24,7 +23,6 @@ import { NavigationAction } from '../common/navigation/navigation-action';
|
|
|
24
23
|
import { PreventableEvent } from '../common/models/preventable-event';
|
|
25
24
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
26
25
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
27
|
-
import { TOUCH_ENABLED } from '../common/constants/touch-enabled';
|
|
28
26
|
import { DropDownListMessages } from '../common/constants/error-messages';
|
|
29
27
|
import { DisabledItemsService } from '../common/disabled-items/disabled-items.service';
|
|
30
28
|
import { DataService } from '../common/data.service';
|
|
@@ -33,6 +31,12 @@ import { ListComponent } from '../common/list.component';
|
|
|
33
31
|
import { normalizeVirtualizationSettings } from '../common/models/virtualization-settings';
|
|
34
32
|
import { caretAltDownIcon, searchIcon, xIcon } from '@progress/kendo-svg-icons';
|
|
35
33
|
import { ResponsiveRendererComponent } from '../common/action-sheet.component';
|
|
34
|
+
import { SelectableDirective } from '../common/selection/selectable.directive';
|
|
35
|
+
import { FilterInputDirective } from '../common/filter-input.directive';
|
|
36
|
+
import { NgIf, NgClass, NgTemplateOutlet } from '@angular/common';
|
|
37
|
+
import { LocalizedMessagesDirective } from '../common/localization/localized-messages.directive';
|
|
38
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
39
|
+
import { touchEnabled } from '@progress/kendo-common';
|
|
36
40
|
import * as i0 from "@angular/core";
|
|
37
41
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
38
42
|
import * as i2 from "@progress/kendo-angular-popup";
|
|
@@ -40,16 +44,7 @@ import * as i3 from "../common/selection/selection.service";
|
|
|
40
44
|
import * as i4 from "../common/navigation/navigation.service";
|
|
41
45
|
import * as i5 from "../common/disabled-items/disabled-items.service";
|
|
42
46
|
import * as i6 from "../common/data.service";
|
|
43
|
-
import * as i7 from "
|
|
44
|
-
import * as i8 from "../common/selection/selectable.directive";
|
|
45
|
-
import * as i9 from "../common/templates/template-context.directive";
|
|
46
|
-
import * as i10 from "../common/action-sheet.component";
|
|
47
|
-
import * as i11 from "@angular/common";
|
|
48
|
-
import * as i12 from "@angular/forms";
|
|
49
|
-
import * as i13 from "@progress/kendo-angular-common";
|
|
50
|
-
import * as i14 from "../common/localization/localized-messages.directive";
|
|
51
|
-
import * as i15 from "../common/filter-input.directive";
|
|
52
|
-
import * as i16 from "@progress/kendo-angular-icons";
|
|
47
|
+
import * as i7 from "@angular/forms";
|
|
53
48
|
/**
|
|
54
49
|
* @hidden
|
|
55
50
|
*/
|
|
@@ -79,7 +74,7 @@ const DEFAULT_FILL_MODE = 'solid';
|
|
|
79
74
|
* ```
|
|
80
75
|
*/
|
|
81
76
|
export class DropDownListComponent {
|
|
82
|
-
constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, _zone, renderer, cdr,
|
|
77
|
+
constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, _zone, renderer, cdr, injector) {
|
|
83
78
|
this.wrapper = wrapper;
|
|
84
79
|
this.localization = localization;
|
|
85
80
|
this.popupService = popupService;
|
|
@@ -90,8 +85,11 @@ export class DropDownListComponent {
|
|
|
90
85
|
this._zone = _zone;
|
|
91
86
|
this.renderer = renderer;
|
|
92
87
|
this.cdr = cdr;
|
|
93
|
-
this.touchEnabled = touchEnabled;
|
|
94
88
|
this.injector = injector;
|
|
89
|
+
/**
|
|
90
|
+
* @hidden
|
|
91
|
+
*/
|
|
92
|
+
this.touchEnabled = touchEnabled;
|
|
95
93
|
/**
|
|
96
94
|
* @hidden
|
|
97
95
|
*/
|
|
@@ -1392,8 +1390,8 @@ export class DropDownListComponent {
|
|
|
1392
1390
|
}
|
|
1393
1391
|
}
|
|
1394
1392
|
}
|
|
1395
|
-
DropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.SelectionService }, { token: i4.NavigationService }, { token: i5.DisabledItemsService }, { token: i6.DataService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token:
|
|
1396
|
-
DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: { 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", "focusableId"] }, outputs: { valueChange: "valueChange", filterChange: "filterChange", selectionChange: "selectionChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keypress": "keypress($event)", "click": "click()" }, properties: { "attr.aria-controls": "this.ariaControls", "class.k-readonly": "this.readonly", "class.k-dropdownlist": "this.hostClasses", "class.k-picker": "this.hostClasses", "class.k-disabled": "this.isDisabledClass", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.id": "this.focusableId", "attr.dir": "this.dir", "attr.tabindex": "this.hostTabIndex", "attr.readonly": "this.readonlyAttr", "attr.aria-busy": "this.isBusy", "attr.role": "this.role", "attr.aria-haspopup": "this.haspopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-activedescendant": "this.hostAriaActivedescendant" } }, providers: [
|
|
1393
|
+
DropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.SelectionService }, { token: i4.NavigationService }, { token: i5.DisabledItemsService }, { token: i6.DataService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1394
|
+
DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownListComponent, isStandalone: true, selector: "kendo-dropdownlist", inputs: { 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", "focusableId"] }, outputs: { valueChange: "valueChange", filterChange: "filterChange", selectionChange: "selectionChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keypress": "keypress($event)", "click": "click()" }, properties: { "attr.aria-controls": "this.ariaControls", "class.k-readonly": "this.readonly", "class.k-dropdownlist": "this.hostClasses", "class.k-picker": "this.hostClasses", "class.k-disabled": "this.isDisabledClass", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.id": "this.focusableId", "attr.dir": "this.dir", "attr.tabindex": "this.hostTabIndex", "attr.readonly": "this.readonlyAttr", "attr.aria-busy": "this.isBusy", "attr.role": "this.role", "attr.aria-haspopup": "this.haspopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-activedescendant": "this.hostAriaActivedescendant" } }, providers: [
|
|
1397
1395
|
DROPDOWNLIST_VALUE_ACCESSOR,
|
|
1398
1396
|
DataService,
|
|
1399
1397
|
SelectionService,
|
|
@@ -1579,7 +1577,7 @@ DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
1579
1577
|
}">
|
|
1580
1578
|
</ng-template>
|
|
1581
1579
|
</ng-template>
|
|
1582
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
1580
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ResponsiveRendererComponent, selector: "responsive-renderer", inputs: ["title", "showActionButtons", "subtitle", "size", "showTextInput", "sharedPopupActionSheetTemplate", "isActionSheetExpanded", "text", "placeholder"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand", "onCollapse", "onApply", "onCancel"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: SelectableDirective, selector: "[kendoDropDownsSelectable]", inputs: ["index", "checkboxes", "height", "isMultiselect", "multipleSelection"] }, { kind: "component", type: ListComponent, selector: "kendo-list", inputs: ["selected", "focused", "textField", "valueField", "height", "template", "groupTemplate", "fixedGroupTemplate", "show", "id", "optionPrefix", "multipleSelection", "virtual", "type", "checkboxes", "ariaLive", "isMultiselect", "isActionSheetExpanded", "showStickyHeader", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
1583
1581
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, decorators: [{
|
|
1584
1582
|
type: Component,
|
|
1585
1583
|
args: [{
|
|
@@ -1772,14 +1770,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1772
1770
|
}">
|
|
1773
1771
|
</ng-template>
|
|
1774
1772
|
</ng-template>
|
|
1775
|
-
|
|
1773
|
+
`,
|
|
1774
|
+
standalone: true,
|
|
1775
|
+
imports: [LocalizedMessagesDirective, NgIf, TemplateContextDirective, NgClass, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ResponsiveRendererComponent, ReactiveFormsModule, FilterInputDirective, FormsModule, SelectableDirective, ListComponent]
|
|
1776
1776
|
}]
|
|
1777
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.SelectionService }, { type: i4.NavigationService }, { type: i5.DisabledItemsService }, { type: i6.DataService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type:
|
|
1778
|
-
type: Optional
|
|
1779
|
-
}, {
|
|
1780
|
-
type: Inject,
|
|
1781
|
-
args: [TOUCH_ENABLED]
|
|
1782
|
-
}] }, { type: i0.Injector }]; }, propDecorators: { customIconClass: [{
|
|
1777
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.SelectionService }, { type: i4.NavigationService }, { type: i5.DisabledItemsService }, { type: i6.DataService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }]; }, propDecorators: { customIconClass: [{
|
|
1783
1778
|
type: Input
|
|
1784
1779
|
}], responsiveRendererComponent: [{
|
|
1785
1780
|
type: ViewChild,
|
|
@@ -3,15 +3,23 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
6
|
+
import { KENDO_DROPDOWNLIST } from '../directives';
|
|
7
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
8
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
9
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
import * as i1 from "./dropdownlist.component";
|
|
12
|
+
import * as i2 from "../common/templates/fixed-group-template.directive";
|
|
13
|
+
import * as i3 from "../common/templates/footer-template.directive";
|
|
14
|
+
import * as i4 from "../common/templates/group-template.directive";
|
|
15
|
+
import * as i5 from "../common/templates/header-template.directive";
|
|
16
|
+
import * as i6 from "../common/templates/item-template.directive";
|
|
17
|
+
import * as i7 from "../common/templates/value-template.directive";
|
|
18
|
+
import * as i8 from "../common/templates/no-data-template.directive";
|
|
19
|
+
import * as i9 from "../common/filtering/filter.directive";
|
|
20
|
+
import * as i10 from "../common/localization/custom-messages.component";
|
|
21
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
13
22
|
/**
|
|
14
|
-
* @hidden
|
|
15
23
|
*
|
|
16
24
|
* The exported package module.
|
|
17
25
|
*
|
|
@@ -21,17 +29,30 @@ const DROPDOWNLIST_DIRECTIVES = [
|
|
|
21
29
|
* - `ValueTemplateDirective`—The value template directive.
|
|
22
30
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
23
31
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
32
|
+
* - `NoDataTemplateDirective`—The no data template directive.
|
|
33
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
34
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
35
|
+
* - `FilterDirective`—The filter directive.
|
|
36
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
24
37
|
*/
|
|
25
38
|
export class DropDownListModule {
|
|
26
39
|
}
|
|
27
40
|
DropDownListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
|
-
DropDownListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule,
|
|
29
|
-
DropDownListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule,
|
|
41
|
+
DropDownListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, imports: [i1.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.ValueTemplateDirective, i8.NoDataTemplateDirective, i9.FilterDirective, i10.CustomMessagesComponent], exports: [i1.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.ValueTemplateDirective, i8.NoDataTemplateDirective, i9.FilterDirective, i10.CustomMessagesComponent] });
|
|
42
|
+
DropDownListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, providers: [
|
|
43
|
+
PopupService,
|
|
44
|
+
ResizeBatchService,
|
|
45
|
+
IconsService
|
|
46
|
+
], imports: [i1.DropDownListComponent, i10.CustomMessagesComponent] });
|
|
30
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, decorators: [{
|
|
31
48
|
type: NgModule,
|
|
32
49
|
args: [{
|
|
33
|
-
|
|
34
|
-
exports: [
|
|
35
|
-
|
|
50
|
+
imports: [...KENDO_DROPDOWNLIST],
|
|
51
|
+
exports: [...KENDO_DROPDOWNLIST],
|
|
52
|
+
providers: [
|
|
53
|
+
PopupService,
|
|
54
|
+
ResizeBatchService,
|
|
55
|
+
IconsService
|
|
56
|
+
]
|
|
36
57
|
}]
|
|
37
58
|
}] });
|
|
@@ -3,12 +3,44 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
6
|
+
import { KENDO_DROPDOWNS } from './directives';
|
|
7
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
9
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
10
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
|
+
import * as i1 from "./autocomplete/autocomplete.component";
|
|
13
|
+
import * as i2 from "./common/templates/fixed-group-template.directive";
|
|
14
|
+
import * as i3 from "./common/templates/footer-template.directive";
|
|
15
|
+
import * as i4 from "./common/templates/group-template.directive";
|
|
16
|
+
import * as i5 from "./common/templates/header-template.directive";
|
|
17
|
+
import * as i6 from "./common/templates/item-template.directive";
|
|
18
|
+
import * as i7 from "./common/templates/no-data-template.directive";
|
|
19
|
+
import * as i8 from "./common/filtering/filter.directive";
|
|
20
|
+
import * as i9 from "./common/localization/custom-messages.component";
|
|
21
|
+
import * as i10 from "@progress/kendo-angular-common";
|
|
22
|
+
import * as i11 from "./comboboxes/combobox.component";
|
|
23
|
+
import * as i12 from "./comboboxes/multicolumncombobox.component";
|
|
24
|
+
import * as i13 from "./comboboxes/combobox-column/combobox-column.component";
|
|
25
|
+
import * as i14 from "./comboboxes/combobox-column/column-header-template.directive";
|
|
26
|
+
import * as i15 from "./comboboxes/combobox-column/column-cell-template.directive";
|
|
27
|
+
import * as i16 from "./dropdownlist/dropdownlist.component";
|
|
28
|
+
import * as i17 from "./common/templates/value-template.directive";
|
|
29
|
+
import * as i18 from "./multiselect/multiselect.component";
|
|
30
|
+
import * as i19 from "./multiselect/summary-tag.directive";
|
|
31
|
+
import * as i20 from "./common/templates/custom-item-template.directive";
|
|
32
|
+
import * as i21 from "./common/templates/group-tag-template.directive";
|
|
33
|
+
import * as i22 from "./common/templates/tag-template.directive";
|
|
34
|
+
import * as i23 from "./dropdowntrees/dropdowntree.component";
|
|
35
|
+
import * as i24 from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
|
|
36
|
+
import * as i25 from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
|
|
37
|
+
import * as i26 from "./dropdowntrees/expanded-state/expand.directive";
|
|
38
|
+
import * as i27 from "./dropdowntrees/templates/node-template.directive";
|
|
39
|
+
import * as i28 from "./dropdowntrees/multiselecttree.component";
|
|
40
|
+
import * as i29 from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
|
|
41
|
+
import * as i30 from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
|
|
42
|
+
import * as i31 from "./dropdowntrees/summary-tag/summary-tag.directive";
|
|
43
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12
44
|
/**
|
|
13
45
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
46
|
* definition for the Dropdowns components.
|
|
@@ -43,11 +75,13 @@ import * as i0 from "@angular/core";
|
|
|
43
75
|
export class DropDownsModule {
|
|
44
76
|
}
|
|
45
77
|
DropDownsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
46
|
-
DropDownsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, exports: [
|
|
47
|
-
DropDownsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, imports: [
|
|
78
|
+
DropDownsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, imports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i11.ComboBoxComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i12.MultiColumnComboBoxComponent, i13.ComboBoxColumnComponent, i14.ColumnHeaderTemplateDirective, i15.ColumnCellTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i16.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i18.MultiSelectComponent, i19.SummaryTagDirective, i20.CustomItemTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i23.DropDownTreeComponent, i24.DropDownTreeFlatBindingDirective, i25.DropDownTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent, i28.MultiSelectTreeComponent, i29.MultiSelectTreeFlatBindingDirective, i30.MultiSelectTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i31.MultiSelectTreeSummaryTagDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent], exports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i11.ComboBoxComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i12.MultiColumnComboBoxComponent, i13.ComboBoxColumnComponent, i14.ColumnHeaderTemplateDirective, i15.ColumnCellTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i16.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i18.MultiSelectComponent, i19.SummaryTagDirective, i20.CustomItemTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i23.DropDownTreeComponent, i24.DropDownTreeFlatBindingDirective, i25.DropDownTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent, i28.MultiSelectTreeComponent, i29.MultiSelectTreeFlatBindingDirective, i30.MultiSelectTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i31.MultiSelectTreeSummaryTagDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent] });
|
|
79
|
+
DropDownsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [i1.AutoCompleteComponent, i9.CustomMessagesComponent, i11.ComboBoxComponent, i9.CustomMessagesComponent, i12.MultiColumnComboBoxComponent, i13.ComboBoxColumnComponent, i9.CustomMessagesComponent, i16.DropDownListComponent, i9.CustomMessagesComponent, i18.MultiSelectComponent, i9.CustomMessagesComponent, i23.DropDownTreeComponent, i9.CustomMessagesComponent, i28.MultiSelectTreeComponent, i9.CustomMessagesComponent] });
|
|
48
80
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, decorators: [{
|
|
49
81
|
type: NgModule,
|
|
50
82
|
args: [{
|
|
51
|
-
exports: [
|
|
83
|
+
exports: [...KENDO_DROPDOWNS],
|
|
84
|
+
imports: [...KENDO_DROPDOWNS],
|
|
85
|
+
providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService]
|
|
52
86
|
}]
|
|
53
87
|
}] });
|
|
@@ -129,12 +129,13 @@ export class CheckAllDirective extends BaseCheckDirective {
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
CheckAllDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckAllDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
132
|
-
CheckAllDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckAllDirective, selector: "[checkAll]", inputs: { lastAction: "lastAction", treeview: "treeview", checkedItems: "checkedItems", valueField: "valueField", focused: ["checkAll", "focused"] }, outputs: { checkedItemsChange: "checkedItemsChange" }, host: { listeners: { "change": "handleChange($event.target)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
132
|
+
CheckAllDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckAllDirective, isStandalone: true, selector: "[checkAll]", inputs: { lastAction: "lastAction", treeview: "treeview", checkedItems: "checkedItems", valueField: "valueField", focused: ["checkAll", "focused"] }, outputs: { checkedItemsChange: "checkedItemsChange" }, host: { listeners: { "change": "handleChange($event.target)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
133
133
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckAllDirective, decorators: [{
|
|
134
134
|
type: Directive,
|
|
135
135
|
args: [{
|
|
136
136
|
// eslint-disable-next-line
|
|
137
|
-
selector: '[checkAll]'
|
|
137
|
+
selector: '[checkAll]',
|
|
138
|
+
standalone: true
|
|
138
139
|
}]
|
|
139
140
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { lastAction: [{
|
|
140
141
|
type: Input
|
|
@@ -138,11 +138,12 @@ export class CheckDirective extends BaseCheckDirective {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
CheckDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckDirective, deps: [{ token: i1.TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
141
|
-
CheckDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckDirective, selector: "[kendoMultiSelectTreeCheckable]", inputs: { checkable: "checkable", valueField: "valueField", checkedItems: "checkedItems" }, outputs: { checkedItemsChange: "checkedItemsChange" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
141
|
+
CheckDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckDirective, isStandalone: true, selector: "[kendoMultiSelectTreeCheckable]", inputs: { checkable: "checkable", valueField: "valueField", checkedItems: "checkedItems" }, outputs: { checkedItemsChange: "checkedItemsChange" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
142
142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckDirective, decorators: [{
|
|
143
143
|
type: Directive,
|
|
144
144
|
args: [{
|
|
145
|
-
selector: '[kendoMultiSelectTreeCheckable]'
|
|
145
|
+
selector: '[kendoMultiSelectTreeCheckable]',
|
|
146
|
+
standalone: true
|
|
146
147
|
}]
|
|
147
148
|
}], ctorParameters: function () { return [{ type: i1.TreeViewComponent }]; }, propDecorators: { checkable: [{
|
|
148
149
|
type: Input
|