@progress/kendo-angular-dropdowns 16.5.0 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
|
@@ -3,33 +3,29 @@
|
|
|
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 { EventEmitter, Component, Input, HostBinding, Output, Directive, Injectable, HostListener, ViewChildren, ViewChild,
|
|
7
|
-
import * as
|
|
8
|
-
import { isDocumentAvailable, isObjectPresent, removeHTMLAttributes, parseAttributes, isSafari, Keys, setHTMLAttributes, isChanged, closest as closest$1, isControlRequired, hasObservers, KendoInput, SuffixTemplateDirective, PrefixTemplateDirective, MultiTabStop, anyChanged, guid as guid$1, ResizeSensorModule, EventsModule
|
|
6
|
+
import { EventEmitter, Component, Input, HostBinding, Output, Directive, Injectable, HostListener, ViewChildren, ViewChild, forwardRef, isDevMode, ViewContainerRef, ContentChild, ContentChildren, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
7
|
+
import * as i10 from '@progress/kendo-angular-common';
|
|
8
|
+
import { isDocumentAvailable, isObjectPresent, removeHTMLAttributes, parseAttributes, isSafari, Keys, setHTMLAttributes, EventsOutsideAngularDirective, isChanged, TemplateContextDirective, ResizeSensorComponent, closest as closest$1, isControlRequired, hasObservers, KendoInput, SuffixTemplateDirective, PrefixTemplateDirective, SeparatorComponent, MultiTabStop, anyChanged, guid as guid$1, ResizeBatchService, ResizeSensorModule, EventsModule } from '@progress/kendo-angular-common';
|
|
9
9
|
export { PrefixTemplateDirective, SeparatorComponent, SuffixTemplateDirective, ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
10
|
-
import * as
|
|
11
|
-
import { NgControl, NG_VALUE_ACCESSOR,
|
|
10
|
+
import * as i7 from '@angular/forms';
|
|
11
|
+
import { NgControl, NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
12
12
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
13
|
-
import { getter as getter$1,
|
|
13
|
+
import { getter as getter$1, touchEnabled, pointers } from '@progress/kendo-common';
|
|
14
14
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
15
15
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
16
16
|
import { Subscription, merge, fromEvent, Subject, of, interval } from 'rxjs';
|
|
17
17
|
import * as i2 from '@progress/kendo-angular-popup';
|
|
18
|
-
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
18
|
+
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
|
19
19
|
import { map, switchMap, take, auditTime, tap, filter, partition, throttleTime, catchError, skipWhile, concatMap, takeUntil, debounceTime } from 'rxjs/operators';
|
|
20
|
-
import
|
|
21
|
-
import { CommonModule } from '@angular/common';
|
|
20
|
+
import { NgIf, NgStyle, NgFor, NgClass, NgTemplateOutlet } from '@angular/common';
|
|
22
21
|
import { xIcon, caretAltDownIcon, searchIcon, xCircleIcon, plusIcon } from '@progress/kendo-svg-icons';
|
|
23
|
-
import
|
|
24
|
-
import { ActionSheetComponent, ActionSheetModule } from '@progress/kendo-angular-navigation';
|
|
25
|
-
import
|
|
26
|
-
import {
|
|
27
|
-
import * as i14 from '@progress/kendo-angular-icons';
|
|
28
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
29
|
-
import * as i5 from '@progress/kendo-angular-buttons';
|
|
30
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
22
|
+
import { IconComponent, IconWrapperComponent, IconsService, IconsModule } from '@progress/kendo-angular-icons';
|
|
23
|
+
import { ActionSheetComponent, ActionSheetTemplateDirective, ActionSheetModule } from '@progress/kendo-angular-navigation';
|
|
24
|
+
import { TextBoxComponent, TextBoxPrefixTemplateDirective, TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
25
|
+
import { ButtonComponent, ButtonModule } from '@progress/kendo-angular-buttons';
|
|
31
26
|
import * as i1$1 from '@progress/kendo-angular-treeview';
|
|
32
|
-
import { DataBoundComponent, ExpandableComponent, FlatDataBindingDirective, HierarchyBindingDirective, ExpandDirective
|
|
27
|
+
import { DataBoundComponent, ExpandableComponent, TreeViewComponent, SelectDirective, FlatDataBindingDirective, HierarchyBindingDirective, ExpandDirective } from '@progress/kendo-angular-treeview';
|
|
28
|
+
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
33
29
|
|
|
34
30
|
/**
|
|
35
31
|
* @hidden
|
|
@@ -38,8 +34,8 @@ const packageMetadata = {
|
|
|
38
34
|
name: '@progress/kendo-angular-dropdowns',
|
|
39
35
|
productName: 'Kendo UI for Angular',
|
|
40
36
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
41
|
-
publishDate:
|
|
42
|
-
version: '16.
|
|
37
|
+
publishDate: 1721827769,
|
|
38
|
+
version: '16.6.0-develop.1',
|
|
43
39
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
44
40
|
};
|
|
45
41
|
|
|
@@ -742,12 +738,14 @@ class SearchBarComponent {
|
|
|
742
738
|
}
|
|
743
739
|
}
|
|
744
740
|
SearchBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SearchBarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
745
|
-
SearchBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: { tagListId: "tagListId", readonly: "readonly", disabled: "disabled", isRequired: "isRequired", isSuggestable: "isSuggestable", isFilterable: "isFilterable", userInput: "userInput", suggestedText: "suggestedText", inputAttributes: "inputAttributes", id: "id", activeDescendant: "activeDescendant", tabIndex: "tabIndex", isLoading: "isLoading", ariaControls: "ariaControls", ariaExpanded: "ariaExpanded", placeholder: "placeholder" }, outputs: { valueChange: "valueChange", onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", onNavigate: "onNavigate" }, host: { properties: { "attr.id": "this.id", "attr.aria-activedescendant": "this.activeDescendant", "attr.tabindex": "this.tabIndex", "attr.aria-busy": "this.isLoading", "attr.aria-controls": "this.ariaControls", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-invalid": "this.attrAriaInvalid", "attr.placeholder": "this.placeholder", "attr.role": "this.role", "attr.dir": "this.dir" } }, usesOnChanges: true, ngImport: i0, template: ``, isInline: true });
|
|
741
|
+
SearchBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SearchBarComponent, isStandalone: true, selector: "input[kendoSearchbar]", inputs: { tagListId: "tagListId", readonly: "readonly", disabled: "disabled", isRequired: "isRequired", isSuggestable: "isSuggestable", isFilterable: "isFilterable", userInput: "userInput", suggestedText: "suggestedText", inputAttributes: "inputAttributes", id: "id", activeDescendant: "activeDescendant", tabIndex: "tabIndex", isLoading: "isLoading", ariaControls: "ariaControls", ariaExpanded: "ariaExpanded", placeholder: "placeholder" }, outputs: { valueChange: "valueChange", onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", onNavigate: "onNavigate" }, host: { properties: { "attr.id": "this.id", "attr.aria-activedescendant": "this.activeDescendant", "attr.tabindex": "this.tabIndex", "attr.aria-busy": "this.isLoading", "attr.aria-controls": "this.ariaControls", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-invalid": "this.attrAriaInvalid", "attr.placeholder": "this.placeholder", "attr.role": "this.role", "attr.dir": "this.dir" } }, usesOnChanges: true, ngImport: i0, template: ``, isInline: true });
|
|
746
742
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SearchBarComponent, decorators: [{
|
|
747
743
|
type: Component,
|
|
748
744
|
args: [{
|
|
749
745
|
selector: 'input[kendoSearchbar]',
|
|
750
|
-
template:
|
|
746
|
+
template: ``,
|
|
747
|
+
standalone: true,
|
|
748
|
+
imports: [EventsOutsideAngularDirective]
|
|
751
749
|
}]
|
|
752
750
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { tagListId: [{
|
|
753
751
|
type: Input
|
|
@@ -856,11 +854,12 @@ class ItemTemplateDirective {
|
|
|
856
854
|
}
|
|
857
855
|
}
|
|
858
856
|
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
859
|
-
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", ngImport: i0 });
|
|
857
|
+
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", ngImport: i0 });
|
|
860
858
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
861
859
|
type: Directive,
|
|
862
860
|
args: [{
|
|
863
|
-
selector: '[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]'
|
|
861
|
+
selector: '[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]',
|
|
862
|
+
standalone: true
|
|
864
863
|
}]
|
|
865
864
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
866
865
|
|
|
@@ -898,11 +897,12 @@ class HeaderTemplateDirective {
|
|
|
898
897
|
}
|
|
899
898
|
}
|
|
900
899
|
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
901
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", ngImport: i0 });
|
|
900
|
+
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 });
|
|
902
901
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
903
902
|
type: Directive,
|
|
904
903
|
args: [{
|
|
905
|
-
selector: '[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]'
|
|
904
|
+
selector: '[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]',
|
|
905
|
+
standalone: true
|
|
906
906
|
}]
|
|
907
907
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
908
908
|
|
|
@@ -940,11 +940,12 @@ class FooterTemplateDirective {
|
|
|
940
940
|
}
|
|
941
941
|
}
|
|
942
942
|
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
943
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]", ngImport: i0 });
|
|
943
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]", ngImport: i0 });
|
|
944
944
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
945
945
|
type: Directive,
|
|
946
946
|
args: [{
|
|
947
|
-
selector: '[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]'
|
|
947
|
+
selector: '[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]',
|
|
948
|
+
standalone: true
|
|
948
949
|
}]
|
|
949
950
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
950
951
|
|
|
@@ -988,11 +989,12 @@ class GroupTemplateDirective {
|
|
|
988
989
|
}
|
|
989
990
|
}
|
|
990
991
|
GroupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
991
|
-
GroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTemplateDirective, selector: "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", ngImport: i0 });
|
|
992
|
+
GroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTemplateDirective, isStandalone: true, selector: "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", ngImport: i0 });
|
|
992
993
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTemplateDirective, decorators: [{
|
|
993
994
|
type: Directive,
|
|
994
995
|
args: [{
|
|
995
|
-
selector: '[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]'
|
|
996
|
+
selector: '[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]',
|
|
997
|
+
standalone: true
|
|
996
998
|
}]
|
|
997
999
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
998
1000
|
|
|
@@ -1036,11 +1038,12 @@ class FixedGroupTemplateDirective {
|
|
|
1036
1038
|
}
|
|
1037
1039
|
}
|
|
1038
1040
|
FixedGroupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FixedGroupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1039
|
-
FixedGroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FixedGroupTemplateDirective, selector: "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", ngImport: i0 });
|
|
1041
|
+
FixedGroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FixedGroupTemplateDirective, isStandalone: true, selector: "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", ngImport: i0 });
|
|
1040
1042
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FixedGroupTemplateDirective, decorators: [{
|
|
1041
1043
|
type: Directive,
|
|
1042
1044
|
args: [{
|
|
1043
|
-
selector: '[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]'
|
|
1045
|
+
selector: '[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]',
|
|
1046
|
+
standalone: true
|
|
1044
1047
|
}]
|
|
1045
1048
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
1046
1049
|
|
|
@@ -1711,11 +1714,12 @@ class NoDataTemplateDirective {
|
|
|
1711
1714
|
}
|
|
1712
1715
|
}
|
|
1713
1716
|
NoDataTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoDataTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1714
|
-
NoDataTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoDataTemplateDirective, selector: "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", ngImport: i0 });
|
|
1717
|
+
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 });
|
|
1715
1718
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoDataTemplateDirective, decorators: [{
|
|
1716
1719
|
type: Directive,
|
|
1717
1720
|
args: [{
|
|
1718
|
-
selector: '[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]'
|
|
1721
|
+
selector: '[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]',
|
|
1722
|
+
standalone: true
|
|
1719
1723
|
}]
|
|
1720
1724
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
1721
1725
|
|
|
@@ -1762,11 +1766,13 @@ class ListItemDirective {
|
|
|
1762
1766
|
}
|
|
1763
1767
|
}
|
|
1764
1768
|
ListItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListItemDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1765
|
-
ListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ListItemDirective, selector: "\"li[role=option], li[role=group]\"", ngImport: i0 });
|
|
1769
|
+
ListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ListItemDirective, isStandalone: true, selector: "\"li[role=option], li[role=group]\"", ngImport: i0 });
|
|
1766
1770
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListItemDirective, decorators: [{
|
|
1767
1771
|
type: Directive,
|
|
1768
1772
|
args: [{
|
|
1769
1773
|
selector: '"li[role=option], li[role=group]"' // eslint-disable-line
|
|
1774
|
+
,
|
|
1775
|
+
standalone: true
|
|
1770
1776
|
}]
|
|
1771
1777
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
1772
1778
|
|
|
@@ -1805,11 +1811,12 @@ class SelectableDirective {
|
|
|
1805
1811
|
}
|
|
1806
1812
|
}
|
|
1807
1813
|
SelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, deps: [{ token: SelectionService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1808
|
-
SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectableDirective, selector: "[kendoDropDownsSelectable]", inputs: { index: "index", checkboxes: "checkboxes", height: "height", isMultiselect: "isMultiselect", multipleSelection: "multipleSelection" }, host: { listeners: { "click": "onClick($event)" }, properties: { "attr.index": "this.index", "style.height.px": "this.height", "style.minHeight.px": "this.height", "class.k-focus": "this.focusedClassName", "class.k-selected": "this.selectedClassName" } }, ngImport: i0 });
|
|
1814
|
+
SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectableDirective, isStandalone: true, selector: "[kendoDropDownsSelectable]", inputs: { index: "index", checkboxes: "checkboxes", height: "height", isMultiselect: "isMultiselect", multipleSelection: "multipleSelection" }, host: { listeners: { "click": "onClick($event)" }, properties: { "attr.index": "this.index", "style.height.px": "this.height", "style.minHeight.px": "this.height", "class.k-focus": "this.focusedClassName", "class.k-selected": "this.selectedClassName" } }, ngImport: i0 });
|
|
1809
1815
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, decorators: [{
|
|
1810
1816
|
type: Directive,
|
|
1811
1817
|
args: [{
|
|
1812
|
-
selector: '[kendoDropDownsSelectable]'
|
|
1818
|
+
selector: '[kendoDropDownsSelectable]',
|
|
1819
|
+
standalone: true
|
|
1813
1820
|
}]
|
|
1814
1821
|
}], ctorParameters: function () { return [{ type: SelectionService }]; }, propDecorators: { index: [{
|
|
1815
1822
|
type: HostBinding,
|
|
@@ -1841,34 +1848,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1841
1848
|
args: ['click', ['$event']]
|
|
1842
1849
|
}] } });
|
|
1843
1850
|
|
|
1844
|
-
/**
|
|
1845
|
-
* @hidden
|
|
1846
|
-
*/
|
|
1847
|
-
class TemplateContextDirective {
|
|
1848
|
-
constructor(viewContainerRef) {
|
|
1849
|
-
this.viewContainerRef = viewContainerRef;
|
|
1850
|
-
}
|
|
1851
|
-
set templateContext(context) {
|
|
1852
|
-
if (this.insertedViewRef) {
|
|
1853
|
-
this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
|
|
1854
|
-
this.insertedViewRef = undefined;
|
|
1855
|
-
}
|
|
1856
|
-
if (context.templateRef) {
|
|
1857
|
-
this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
|
|
1858
|
-
}
|
|
1859
|
-
}
|
|
1860
|
-
}
|
|
1861
|
-
TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1862
|
-
TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
|
|
1863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, decorators: [{
|
|
1864
|
-
type: Directive,
|
|
1865
|
-
args: [{
|
|
1866
|
-
selector: '[templateContext]' // eslint-disable-line
|
|
1867
|
-
}]
|
|
1868
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
|
|
1869
|
-
type: Input
|
|
1870
|
-
}] } });
|
|
1871
|
-
|
|
1872
1851
|
/**
|
|
1873
1852
|
* @hidden
|
|
1874
1853
|
*/
|
|
@@ -2252,7 +2231,7 @@ class ListComponent {
|
|
|
2252
2231
|
}
|
|
2253
2232
|
}
|
|
2254
2233
|
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [{ token: DataService }, { token: i0.ElementRef }, { token: SelectionService }, { token: DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2255
|
-
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, selector: "kendo-list", inputs: { selected: "selected", focused: "focused", textField: "textField", valueField: "valueField", height: "height", template: "template", groupTemplate: "groupTemplate", fixedGroupTemplate: "fixedGroupTemplate", show: "show", id: "id", optionPrefix: "optionPrefix", multipleSelection: "multipleSelection", virtual: "virtual", type: "type", checkboxes: "checkboxes", ariaLive: "ariaLive", isMultiselect: "isMultiselect", isActionSheetExpanded: "isActionSheetExpanded", showStickyHeader: "showStickyHeader", data: "data", size: "size", rounded: "rounded" }, outputs: { onClick: "onClick", pageChange: "pageChange", listResize: "listResize", popupListScroll: "popupListScroll" }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "list", first: true, predicate: ["list"], descendants: true, static: true }, { propertyName: "virtualContainer", first: true, predicate: ["virtualContainer"], descendants: true }, { propertyName: "items", predicate: ListItemDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
2234
|
+
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, isStandalone: true, selector: "kendo-list", inputs: { selected: "selected", focused: "focused", textField: "textField", valueField: "valueField", height: "height", template: "template", groupTemplate: "groupTemplate", fixedGroupTemplate: "fixedGroupTemplate", show: "show", id: "id", optionPrefix: "optionPrefix", multipleSelection: "multipleSelection", virtual: "virtual", type: "type", checkboxes: "checkboxes", ariaLive: "ariaLive", isMultiselect: "isMultiselect", isActionSheetExpanded: "isActionSheetExpanded", showStickyHeader: "showStickyHeader", data: "data", size: "size", rounded: "rounded" }, outputs: { onClick: "onClick", pageChange: "pageChange", listResize: "listResize", popupListScroll: "popupListScroll" }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "list", first: true, predicate: ["list"], descendants: true, static: true }, { propertyName: "virtualContainer", first: true, predicate: ["virtualContainer"], descendants: true }, { propertyName: "items", predicate: ListItemDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
2256
2235
|
<div *ngIf="dataService.grouped && showStickyHeader"
|
|
2257
2236
|
[class]="listGroupStickyHeaderClass"
|
|
2258
2237
|
[ngStyle]="{
|
|
@@ -2381,7 +2360,7 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2381
2360
|
</div>
|
|
2382
2361
|
</div>
|
|
2383
2362
|
</div>
|
|
2384
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2363
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: ListItemDirective, selector: "\"li[role=option], li[role=group]\"" }, { kind: "directive", type: SelectableDirective, selector: "[kendoDropDownsSelectable]", inputs: ["index", "checkboxes", "height", "isMultiselect", "multipleSelection"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
|
|
2385
2364
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, decorators: [{
|
|
2386
2365
|
type: Component,
|
|
2387
2366
|
args: [{
|
|
@@ -2515,7 +2494,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2515
2494
|
</div>
|
|
2516
2495
|
</div>
|
|
2517
2496
|
</div>
|
|
2518
|
-
|
|
2497
|
+
`,
|
|
2498
|
+
standalone: true,
|
|
2499
|
+
imports: [NgIf, NgStyle, TemplateContextDirective, NgFor, ListItemDirective, SelectableDirective, NgClass, ResizeSensorComponent]
|
|
2519
2500
|
}]
|
|
2520
2501
|
}], ctorParameters: function () { return [{ type: DataService }, { type: i0.ElementRef }, { type: SelectionService }, { type: DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }]; }, propDecorators: { selected: [{
|
|
2521
2502
|
type: Input
|
|
@@ -2604,11 +2585,6 @@ const normalizeVirtualizationSettings = (settings, defaultOverrides) => {
|
|
|
2604
2585
|
return { pageSize: DEFAULTS.pageSize, ...settings };
|
|
2605
2586
|
};
|
|
2606
2587
|
|
|
2607
|
-
/**
|
|
2608
|
-
* @hidden
|
|
2609
|
-
*/
|
|
2610
|
-
const TOUCH_ENABLED = new InjectionToken('dropdowns-touch-enabled');
|
|
2611
|
-
|
|
2612
2588
|
/**
|
|
2613
2589
|
* @hidden
|
|
2614
2590
|
*/
|
|
@@ -2635,7 +2611,7 @@ class ResponsiveRendererComponent {
|
|
|
2635
2611
|
}
|
|
2636
2612
|
}
|
|
2637
2613
|
ResponsiveRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResponsiveRendererComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2638
|
-
ResponsiveRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ResponsiveRendererComponent, selector: "responsive-renderer", inputs: { title: "title", showActionButtons: "showActionButtons", subtitle: "subtitle", size: "size", showTextInput: "showTextInput", sharedPopupActionSheetTemplate: "sharedPopupActionSheetTemplate", isActionSheetExpanded: "isActionSheetExpanded", text: "text", placeholder: "placeholder" }, outputs: { closePopup: "closePopup", textInputChange: "textInputChange", navigate: "navigate", onExpand: "onExpand", onCollapse: "onCollapse", onApply: "onApply", onCancel: "onCancel" }, viewQueries: [{ propertyName: "actionSheet", first: true, predicate: ActionSheetComponent, descendants: true }, { propertyName: "actionSheetSearchBar", first: true, predicate: ["actionSheetSearchBar"], descendants: true }], ngImport: i0, template: `
|
|
2614
|
+
ResponsiveRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ResponsiveRendererComponent, isStandalone: true, selector: "responsive-renderer", inputs: { title: "title", showActionButtons: "showActionButtons", subtitle: "subtitle", size: "size", showTextInput: "showTextInput", sharedPopupActionSheetTemplate: "sharedPopupActionSheetTemplate", isActionSheetExpanded: "isActionSheetExpanded", text: "text", placeholder: "placeholder" }, outputs: { closePopup: "closePopup", textInputChange: "textInputChange", navigate: "navigate", onExpand: "onExpand", onCollapse: "onCollapse", onApply: "onApply", onCancel: "onCancel" }, viewQueries: [{ propertyName: "actionSheet", first: true, predicate: ActionSheetComponent, descendants: true }, { propertyName: "actionSheetSearchBar", first: true, predicate: ["actionSheetSearchBar"], descendants: true }], ngImport: i0, template: `
|
|
2639
2615
|
<kendo-actionsheet
|
|
2640
2616
|
#actionSheet
|
|
2641
2617
|
[animation]="{ duration: animationDuration }"
|
|
@@ -2715,7 +2691,7 @@ ResponsiveRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
2715
2691
|
</div>
|
|
2716
2692
|
</ng-template>
|
|
2717
2693
|
</kendo-actionsheet>
|
|
2718
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
2694
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: TextBoxPrefixTemplateDirective, selector: "[kendoTextBoxPrefixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: IconComponent, selector: "kendo-icon", inputs: ["name"], exportAs: ["kendoIcon"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
2719
2695
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResponsiveRendererComponent, decorators: [{
|
|
2720
2696
|
type: Component,
|
|
2721
2697
|
args: [{
|
|
@@ -2801,6 +2777,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2801
2777
|
</ng-template>
|
|
2802
2778
|
</kendo-actionsheet>
|
|
2803
2779
|
`,
|
|
2780
|
+
standalone: true,
|
|
2781
|
+
imports: [ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgIf, TextBoxComponent, TextBoxPrefixTemplateDirective, IconComponent, NgTemplateOutlet]
|
|
2804
2782
|
}]
|
|
2805
2783
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { title: [{
|
|
2806
2784
|
type: Input
|
|
@@ -2842,70 +2820,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2842
2820
|
args: ['actionSheetSearchBar']
|
|
2843
2821
|
}] } });
|
|
2844
2822
|
|
|
2845
|
-
/**
|
|
2846
|
-
* @hidden
|
|
2847
|
-
*/
|
|
2848
|
-
class Messages extends ComponentMessages {
|
|
2849
|
-
}
|
|
2850
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2851
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Messages, inputs: { noDataText: "noDataText", clearTitle: "clearTitle", checkAllText: "checkAllText", selectButtonText: "selectButtonText", filterInputLabel: "filterInputLabel", popupLabel: "popupLabel", applyButton: "applyButton", cancelButton: "cancelButton" }, usesInheritance: true, ngImport: i0 });
|
|
2852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
|
|
2853
|
-
type: Directive
|
|
2854
|
-
}], propDecorators: { noDataText: [{
|
|
2855
|
-
type: Input
|
|
2856
|
-
}], clearTitle: [{
|
|
2857
|
-
type: Input
|
|
2858
|
-
}], checkAllText: [{
|
|
2859
|
-
type: Input
|
|
2860
|
-
}], selectButtonText: [{
|
|
2861
|
-
type: Input
|
|
2862
|
-
}], filterInputLabel: [{
|
|
2863
|
-
type: Input
|
|
2864
|
-
}], popupLabel: [{
|
|
2865
|
-
type: Input
|
|
2866
|
-
}], applyButton: [{
|
|
2867
|
-
type: Input
|
|
2868
|
-
}], cancelButton: [{
|
|
2869
|
-
type: Input
|
|
2870
|
-
}] } });
|
|
2871
|
-
|
|
2872
|
-
/**
|
|
2873
|
-
* @hidden
|
|
2874
|
-
*/
|
|
2875
|
-
class LocalizedMessagesDirective extends Messages {
|
|
2876
|
-
constructor(service) {
|
|
2877
|
-
super();
|
|
2878
|
-
this.service = service;
|
|
2879
|
-
}
|
|
2880
|
-
}
|
|
2881
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2882
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n ", providers: [
|
|
2883
|
-
{
|
|
2884
|
-
provide: Messages,
|
|
2885
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2886
|
-
}
|
|
2887
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
2889
|
-
type: Directive,
|
|
2890
|
-
args: [{
|
|
2891
|
-
providers: [
|
|
2892
|
-
{
|
|
2893
|
-
provide: Messages,
|
|
2894
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2895
|
-
}
|
|
2896
|
-
],
|
|
2897
|
-
selector: `
|
|
2898
|
-
[kendoDropDownListLocalizedMessages],
|
|
2899
|
-
[kendoDropDownTreeLocalizedMessages],
|
|
2900
|
-
[kendoComboBoxLocalizedMessages],
|
|
2901
|
-
[kendoMultiColumnComboBoxLocalizedMessages],
|
|
2902
|
-
[kendoAutoCompleteLocalizedMessages],
|
|
2903
|
-
[kendoMultiSelectLocalizedMessages],
|
|
2904
|
-
[kendoMultiSelectTreeLocalizedMessages]
|
|
2905
|
-
`
|
|
2906
|
-
}]
|
|
2907
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
2908
|
-
|
|
2909
2823
|
/**
|
|
2910
2824
|
* @hidden
|
|
2911
2825
|
*/
|
|
@@ -2973,11 +2887,12 @@ class SharedDropDownEventsDirective {
|
|
|
2973
2887
|
}
|
|
2974
2888
|
}
|
|
2975
2889
|
SharedDropDownEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDropDownEventsDirective, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2976
|
-
SharedDropDownEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: { hostElement: "hostElement", clearButtonClicked: "clearButtonClicked", isFocused: "isFocused" }, outputs: { isFocusedChange: "isFocusedChange", onFocus: "onFocus", handleBlur: "handleBlur" }, ngImport: i0 });
|
|
2890
|
+
SharedDropDownEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SharedDropDownEventsDirective, isStandalone: true, selector: "[kendoDropDownSharedEvents]", inputs: { hostElement: "hostElement", clearButtonClicked: "clearButtonClicked", isFocused: "isFocused" }, outputs: { isFocusedChange: "isFocusedChange", onFocus: "onFocus", handleBlur: "handleBlur" }, ngImport: i0 });
|
|
2977
2891
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDropDownEventsDirective, decorators: [{
|
|
2978
2892
|
type: Directive,
|
|
2979
2893
|
args: [{
|
|
2980
|
-
selector: '[kendoDropDownSharedEvents]'
|
|
2894
|
+
selector: '[kendoDropDownSharedEvents]',
|
|
2895
|
+
standalone: true
|
|
2981
2896
|
}]
|
|
2982
2897
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { hostElement: [{
|
|
2983
2898
|
type: Input
|
|
@@ -2993,6 +2908,71 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2993
2908
|
type: Output
|
|
2994
2909
|
}] } });
|
|
2995
2910
|
|
|
2911
|
+
/**
|
|
2912
|
+
* @hidden
|
|
2913
|
+
*/
|
|
2914
|
+
class Messages extends ComponentMessages {
|
|
2915
|
+
}
|
|
2916
|
+
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2917
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Messages, inputs: { noDataText: "noDataText", clearTitle: "clearTitle", checkAllText: "checkAllText", selectButtonText: "selectButtonText", filterInputLabel: "filterInputLabel", popupLabel: "popupLabel", applyButton: "applyButton", cancelButton: "cancelButton" }, usesInheritance: true, ngImport: i0 });
|
|
2918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
|
|
2919
|
+
type: Directive
|
|
2920
|
+
}], propDecorators: { noDataText: [{
|
|
2921
|
+
type: Input
|
|
2922
|
+
}], clearTitle: [{
|
|
2923
|
+
type: Input
|
|
2924
|
+
}], checkAllText: [{
|
|
2925
|
+
type: Input
|
|
2926
|
+
}], selectButtonText: [{
|
|
2927
|
+
type: Input
|
|
2928
|
+
}], filterInputLabel: [{
|
|
2929
|
+
type: Input
|
|
2930
|
+
}], popupLabel: [{
|
|
2931
|
+
type: Input
|
|
2932
|
+
}], applyButton: [{
|
|
2933
|
+
type: Input
|
|
2934
|
+
}], cancelButton: [{
|
|
2935
|
+
type: Input
|
|
2936
|
+
}] } });
|
|
2937
|
+
|
|
2938
|
+
/**
|
|
2939
|
+
* @hidden
|
|
2940
|
+
*/
|
|
2941
|
+
class LocalizedMessagesDirective extends Messages {
|
|
2942
|
+
constructor(service) {
|
|
2943
|
+
super();
|
|
2944
|
+
this.service = service;
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2948
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n ", providers: [
|
|
2949
|
+
{
|
|
2950
|
+
provide: Messages,
|
|
2951
|
+
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2952
|
+
}
|
|
2953
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
2955
|
+
type: Directive,
|
|
2956
|
+
args: [{
|
|
2957
|
+
providers: [
|
|
2958
|
+
{
|
|
2959
|
+
provide: Messages,
|
|
2960
|
+
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2961
|
+
}
|
|
2962
|
+
],
|
|
2963
|
+
selector: `
|
|
2964
|
+
[kendoDropDownListLocalizedMessages],
|
|
2965
|
+
[kendoDropDownTreeLocalizedMessages],
|
|
2966
|
+
[kendoComboBoxLocalizedMessages],
|
|
2967
|
+
[kendoMultiColumnComboBoxLocalizedMessages],
|
|
2968
|
+
[kendoAutoCompleteLocalizedMessages],
|
|
2969
|
+
[kendoMultiSelectLocalizedMessages],
|
|
2970
|
+
[kendoMultiSelectTreeLocalizedMessages]
|
|
2971
|
+
`,
|
|
2972
|
+
standalone: true
|
|
2973
|
+
}]
|
|
2974
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
2975
|
+
|
|
2996
2976
|
const NO_VALUE = "";
|
|
2997
2977
|
const DEFAULT_SIZE$5 = 'medium';
|
|
2998
2978
|
const DEFAULT_ROUNDED$5 = 'medium';
|
|
@@ -3026,7 +3006,7 @@ const AUTOCOMPLETE_VALUE_ACCESSOR = {
|
|
|
3026
3006
|
* ```
|
|
3027
3007
|
*/
|
|
3028
3008
|
class AutoCompleteComponent {
|
|
3029
|
-
constructor(localization, dataService, popupService, selectionService, navigationService, disabledItemsService, _zone, cdr, renderer, hostElement,
|
|
3009
|
+
constructor(localization, dataService, popupService, selectionService, navigationService, disabledItemsService, _zone, cdr, renderer, hostElement, injector) {
|
|
3030
3010
|
this.localization = localization;
|
|
3031
3011
|
this.dataService = dataService;
|
|
3032
3012
|
this.popupService = popupService;
|
|
@@ -3037,7 +3017,6 @@ class AutoCompleteComponent {
|
|
|
3037
3017
|
this.cdr = cdr;
|
|
3038
3018
|
this.renderer = renderer;
|
|
3039
3019
|
this.hostElement = hostElement;
|
|
3040
|
-
this.touchEnabled = touchEnabled;
|
|
3041
3020
|
this.injector = injector;
|
|
3042
3021
|
/**
|
|
3043
3022
|
* @hidden
|
|
@@ -3229,7 +3208,7 @@ class AutoCompleteComponent {
|
|
|
3229
3208
|
return appendTo === 'component' ? this.container : appendTo;
|
|
3230
3209
|
}
|
|
3231
3210
|
get clearButtonVisiblity() {
|
|
3232
|
-
if (
|
|
3211
|
+
if (touchEnabled) {
|
|
3233
3212
|
return 'visible';
|
|
3234
3213
|
}
|
|
3235
3214
|
}
|
|
@@ -3914,7 +3893,7 @@ class AutoCompleteComponent {
|
|
|
3914
3893
|
return index;
|
|
3915
3894
|
}
|
|
3916
3895
|
subscribeTouchEvents() {
|
|
3917
|
-
if (!isDocumentAvailable() || !
|
|
3896
|
+
if (!isDocumentAvailable() || !touchEnabled) {
|
|
3918
3897
|
return;
|
|
3919
3898
|
}
|
|
3920
3899
|
this._zone.runOutsideAngular(() =>
|
|
@@ -4074,8 +4053,8 @@ class AutoCompleteComponent {
|
|
|
4074
4053
|
this.actionSheetSearchBar.focus();
|
|
4075
4054
|
}
|
|
4076
4055
|
}
|
|
4077
|
-
AutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteComponent, deps: [{ token: i1.LocalizationService }, { token: DataService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token:
|
|
4078
|
-
AutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: { highlightFirst: "highlightFirst", showStickyHeader: "showStickyHeader", focusableId: "focusableId", data: "data", value: "value", valueField: "valueField", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", clearButton: "clearButton", suggest: "suggest", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-autocomplete": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
|
|
4056
|
+
AutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteComponent, deps: [{ token: i1.LocalizationService }, { token: DataService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
4057
|
+
AutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteComponent, isStandalone: true, selector: "kendo-autocomplete", inputs: { highlightFirst: "highlightFirst", showStickyHeader: "showStickyHeader", focusableId: "focusableId", data: "data", value: "value", valueField: "valueField", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", clearButton: "clearButton", suggest: "suggest", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-autocomplete": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
|
|
4079
4058
|
AUTOCOMPLETE_VALUE_ACCESSOR,
|
|
4080
4059
|
DataService,
|
|
4081
4060
|
SelectionService,
|
|
@@ -4231,7 +4210,7 @@ AutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
4231
4210
|
}">
|
|
4232
4211
|
</ng-template>
|
|
4233
4212
|
</ng-template>
|
|
4234
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
4213
|
+
`, 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: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { 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: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { 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"] }] });
|
|
4235
4214
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteComponent, decorators: [{
|
|
4236
4215
|
type: Component,
|
|
4237
4216
|
args: [{
|
|
@@ -4394,14 +4373,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4394
4373
|
}">
|
|
4395
4374
|
</ng-template>
|
|
4396
4375
|
</ng-template>
|
|
4397
|
-
|
|
4376
|
+
`,
|
|
4377
|
+
standalone: true,
|
|
4378
|
+
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, IconWrapperComponent, ResizeSensorComponent, ResponsiveRendererComponent, TemplateContextDirective, ListComponent]
|
|
4398
4379
|
}]
|
|
4399
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: DataService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type:
|
|
4400
|
-
type: Optional
|
|
4401
|
-
}, {
|
|
4402
|
-
type: Inject,
|
|
4403
|
-
args: [TOUCH_ENABLED]
|
|
4404
|
-
}] }, { type: i0.Injector }]; }, propDecorators: { responsiveRendererComponent: [{
|
|
4380
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: DataService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.Injector }]; }, propDecorators: { responsiveRendererComponent: [{
|
|
4405
4381
|
type: ViewChild,
|
|
4406
4382
|
args: [ResponsiveRendererComponent]
|
|
4407
4383
|
}], highlightFirst: [{
|
|
@@ -4622,7 +4598,7 @@ const DEFAULT_FILL_MODE$4 = 'solid';
|
|
|
4622
4598
|
* ```
|
|
4623
4599
|
*/
|
|
4624
4600
|
class ComboBoxComponent extends MultiTabStop {
|
|
4625
|
-
constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, zone, cdr, renderer,
|
|
4601
|
+
constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, zone, cdr, renderer, injector, hostElement) {
|
|
4626
4602
|
super();
|
|
4627
4603
|
this.wrapper = wrapper;
|
|
4628
4604
|
this.localization = localization;
|
|
@@ -4634,7 +4610,6 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
4634
4610
|
this.zone = zone;
|
|
4635
4611
|
this.cdr = cdr;
|
|
4636
4612
|
this.renderer = renderer;
|
|
4637
|
-
this.touchEnabled = touchEnabled;
|
|
4638
4613
|
this.injector = injector;
|
|
4639
4614
|
this.hostElement = hostElement;
|
|
4640
4615
|
/**
|
|
@@ -5126,7 +5101,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
5126
5101
|
this._isFocused = value;
|
|
5127
5102
|
}
|
|
5128
5103
|
get clearButtonVisiblity() {
|
|
5129
|
-
if (
|
|
5104
|
+
if (touchEnabled) {
|
|
5130
5105
|
return 'visible';
|
|
5131
5106
|
}
|
|
5132
5107
|
}
|
|
@@ -5872,7 +5847,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
5872
5847
|
* @hidden
|
|
5873
5848
|
*/
|
|
5874
5849
|
selectClick() {
|
|
5875
|
-
if (!
|
|
5850
|
+
if (!touchEnabled) {
|
|
5876
5851
|
this.searchbar.focus();
|
|
5877
5852
|
this.isFocused = true;
|
|
5878
5853
|
}
|
|
@@ -6005,7 +5980,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6005
5980
|
this.filterChange.emit(this.filterText);
|
|
6006
5981
|
}
|
|
6007
5982
|
subscribeTouchEvents() {
|
|
6008
|
-
if (!isDocumentAvailable() || !
|
|
5983
|
+
if (!isDocumentAvailable() || !touchEnabled) {
|
|
6009
5984
|
return;
|
|
6010
5985
|
}
|
|
6011
5986
|
this.zone.runOutsideAngular(() =>
|
|
@@ -6070,8 +6045,8 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6070
6045
|
this.actionSheetSearchBar.focus();
|
|
6071
6046
|
}
|
|
6072
6047
|
}
|
|
6073
|
-
ComboBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token:
|
|
6074
|
-
ComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ComboBoxComponent, selector: "kendo-combobox", inputs: { icon: "icon", svgIcon: "svgIcon", inputAttributes: "inputAttributes", showStickyHeader: "showStickyHeader", focusableId: "focusableId", allowCustom: "allowCustom", data: "data", value: "value", textField: "textField", valueField: "valueField", valuePrimitive: "valuePrimitive", valueNormalizer: "valueNormalizer", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", suggest: "suggest", clearButton: "clearButton", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", selectionChange: "selectionChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-combobox": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
|
|
6048
|
+
ComboBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6049
|
+
ComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ComboBoxComponent, isStandalone: true, selector: "kendo-combobox", inputs: { icon: "icon", svgIcon: "svgIcon", inputAttributes: "inputAttributes", showStickyHeader: "showStickyHeader", focusableId: "focusableId", allowCustom: "allowCustom", data: "data", value: "value", textField: "textField", valueField: "valueField", valuePrimitive: "valuePrimitive", valueNormalizer: "valueNormalizer", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", suggest: "suggest", clearButton: "clearButton", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", selectionChange: "selectionChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-combobox": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
|
|
6075
6050
|
COMBOBOX_VALUE_ACCESSOR,
|
|
6076
6051
|
DataService,
|
|
6077
6052
|
SelectionService,
|
|
@@ -6251,7 +6226,7 @@ ComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
6251
6226
|
}">
|
|
6252
6227
|
</ng-template>
|
|
6253
6228
|
</ng-template>
|
|
6254
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
6229
|
+
`, 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: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { 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: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { 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"] }] });
|
|
6255
6230
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxComponent, decorators: [{
|
|
6256
6231
|
type: Component,
|
|
6257
6232
|
args: [{
|
|
@@ -6438,14 +6413,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6438
6413
|
}">
|
|
6439
6414
|
</ng-template>
|
|
6440
6415
|
</ng-template>
|
|
6441
|
-
|
|
6416
|
+
`,
|
|
6417
|
+
standalone: true,
|
|
6418
|
+
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgClass, ResizeSensorComponent, ResponsiveRendererComponent, TemplateContextDirective, ListComponent]
|
|
6442
6419
|
}]
|
|
6443
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: DataService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type:
|
|
6444
|
-
type: Optional
|
|
6445
|
-
}, {
|
|
6446
|
-
type: Inject,
|
|
6447
|
-
args: [TOUCH_ENABLED]
|
|
6448
|
-
}] }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { icon: [{
|
|
6420
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: DataService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { icon: [{
|
|
6449
6421
|
type: Input
|
|
6450
6422
|
}], svgIcon: [{
|
|
6451
6423
|
type: Input
|
|
@@ -6631,11 +6603,12 @@ class ValueTemplateDirective {
|
|
|
6631
6603
|
}
|
|
6632
6604
|
}
|
|
6633
6605
|
ValueTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6634
|
-
ValueTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ValueTemplateDirective, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", ngImport: i0 });
|
|
6606
|
+
ValueTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ValueTemplateDirective, isStandalone: true, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", ngImport: i0 });
|
|
6635
6607
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueTemplateDirective, decorators: [{
|
|
6636
6608
|
type: Directive,
|
|
6637
6609
|
args: [{
|
|
6638
|
-
selector: '[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]'
|
|
6610
|
+
selector: '[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]',
|
|
6611
|
+
standalone: true
|
|
6639
6612
|
}]
|
|
6640
6613
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
6641
6614
|
|
|
@@ -6657,11 +6630,13 @@ class FilterInputDirective {
|
|
|
6657
6630
|
}
|
|
6658
6631
|
}
|
|
6659
6632
|
FilterInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6660
|
-
FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, selector: "[filterInput]", inputs: { focused: ["filterInput", "focused"] }, usesOnChanges: true, ngImport: i0 });
|
|
6633
|
+
FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, isStandalone: true, selector: "[filterInput]", inputs: { focused: ["filterInput", "focused"] }, usesOnChanges: true, ngImport: i0 });
|
|
6661
6634
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, decorators: [{
|
|
6662
6635
|
type: Directive,
|
|
6663
6636
|
args: [{
|
|
6664
6637
|
selector: '[filterInput]' // eslint-disable-line
|
|
6638
|
+
,
|
|
6639
|
+
standalone: true
|
|
6665
6640
|
}]
|
|
6666
6641
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { focused: [{
|
|
6667
6642
|
type: Input,
|
|
@@ -6697,7 +6672,7 @@ const DEFAULT_FILL_MODE$3 = 'solid';
|
|
|
6697
6672
|
* ```
|
|
6698
6673
|
*/
|
|
6699
6674
|
class DropDownListComponent {
|
|
6700
|
-
constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, _zone, renderer, cdr,
|
|
6675
|
+
constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, _zone, renderer, cdr, injector) {
|
|
6701
6676
|
this.wrapper = wrapper;
|
|
6702
6677
|
this.localization = localization;
|
|
6703
6678
|
this.popupService = popupService;
|
|
@@ -6708,8 +6683,11 @@ class DropDownListComponent {
|
|
|
6708
6683
|
this._zone = _zone;
|
|
6709
6684
|
this.renderer = renderer;
|
|
6710
6685
|
this.cdr = cdr;
|
|
6711
|
-
this.touchEnabled = touchEnabled;
|
|
6712
6686
|
this.injector = injector;
|
|
6687
|
+
/**
|
|
6688
|
+
* @hidden
|
|
6689
|
+
*/
|
|
6690
|
+
this.touchEnabled = touchEnabled;
|
|
6713
6691
|
/**
|
|
6714
6692
|
* @hidden
|
|
6715
6693
|
*/
|
|
@@ -8010,8 +7988,8 @@ class DropDownListComponent {
|
|
|
8010
7988
|
}
|
|
8011
7989
|
}
|
|
8012
7990
|
}
|
|
8013
|
-
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: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token:
|
|
8014
|
-
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: [
|
|
7991
|
+
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: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
7992
|
+
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: [
|
|
8015
7993
|
DROPDOWNLIST_VALUE_ACCESSOR,
|
|
8016
7994
|
DataService,
|
|
8017
7995
|
SelectionService,
|
|
@@ -8197,7 +8175,7 @@ DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
8197
8175
|
}">
|
|
8198
8176
|
</ng-template>
|
|
8199
8177
|
</ng-template>
|
|
8200
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
8178
|
+
`, 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"] }] });
|
|
8201
8179
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, decorators: [{
|
|
8202
8180
|
type: Component,
|
|
8203
8181
|
args: [{
|
|
@@ -8390,14 +8368,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8390
8368
|
}">
|
|
8391
8369
|
</ng-template>
|
|
8392
8370
|
</ng-template>
|
|
8393
|
-
|
|
8371
|
+
`,
|
|
8372
|
+
standalone: true,
|
|
8373
|
+
imports: [LocalizedMessagesDirective, NgIf, TemplateContextDirective, NgClass, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ResponsiveRendererComponent, ReactiveFormsModule, FilterInputDirective, FormsModule, SelectableDirective, ListComponent]
|
|
8394
8374
|
}]
|
|
8395
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: DataService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type:
|
|
8396
|
-
type: Optional
|
|
8397
|
-
}, {
|
|
8398
|
-
type: Inject,
|
|
8399
|
-
args: [TOUCH_ENABLED]
|
|
8400
|
-
}] }, { type: i0.Injector }]; }, propDecorators: { customIconClass: [{
|
|
8375
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: DataService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }]; }, propDecorators: { customIconClass: [{
|
|
8401
8376
|
type: Input
|
|
8402
8377
|
}], responsiveRendererComponent: [{
|
|
8403
8378
|
type: ViewChild,
|
|
@@ -8610,11 +8585,12 @@ class CustomItemTemplateDirective {
|
|
|
8610
8585
|
}
|
|
8611
8586
|
}
|
|
8612
8587
|
CustomItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8613
|
-
CustomItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomItemTemplateDirective, selector: "[kendoMultiSelectCustomItemTemplate]", ngImport: i0 });
|
|
8588
|
+
CustomItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomItemTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectCustomItemTemplate]", ngImport: i0 });
|
|
8614
8589
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomItemTemplateDirective, decorators: [{
|
|
8615
8590
|
type: Directive,
|
|
8616
8591
|
args: [{
|
|
8617
|
-
selector: '[kendoMultiSelectCustomItemTemplate]'
|
|
8592
|
+
selector: '[kendoMultiSelectCustomItemTemplate]',
|
|
8593
|
+
standalone: true
|
|
8618
8594
|
}]
|
|
8619
8595
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
8620
8596
|
|
|
@@ -8649,11 +8625,12 @@ class TagTemplateDirective {
|
|
|
8649
8625
|
}
|
|
8650
8626
|
}
|
|
8651
8627
|
TagTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8652
|
-
TagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", ngImport: i0 });
|
|
8628
|
+
TagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TagTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", ngImport: i0 });
|
|
8653
8629
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagTemplateDirective, decorators: [{
|
|
8654
8630
|
type: Directive,
|
|
8655
8631
|
args: [{
|
|
8656
|
-
selector: '[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]'
|
|
8632
|
+
selector: '[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]',
|
|
8633
|
+
standalone: true
|
|
8657
8634
|
}]
|
|
8658
8635
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
8659
8636
|
|
|
@@ -8689,11 +8666,12 @@ class GroupTagTemplateDirective {
|
|
|
8689
8666
|
}
|
|
8690
8667
|
}
|
|
8691
8668
|
GroupTagTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTagTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8692
|
-
GroupTagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTagTemplateDirective, selector: "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", ngImport: i0 });
|
|
8669
|
+
GroupTagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTagTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", ngImport: i0 });
|
|
8693
8670
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTagTemplateDirective, decorators: [{
|
|
8694
8671
|
type: Directive,
|
|
8695
8672
|
args: [{
|
|
8696
|
-
selector: '[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]'
|
|
8673
|
+
selector: '[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]',
|
|
8674
|
+
standalone: true
|
|
8697
8675
|
}]
|
|
8698
8676
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
8699
8677
|
|
|
@@ -8809,7 +8787,7 @@ class TagListComponent {
|
|
|
8809
8787
|
}
|
|
8810
8788
|
}
|
|
8811
8789
|
TagListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8812
|
-
TagListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagListComponent, selector: "kendo-taglist", inputs: { tags: "tags", textField: "textField", valueField: "valueField", valueDepth: "valueDepth", focused: "focused", template: "template", groupTemplate: "groupTemplate", disabled: "disabled", tagPrefix: "tagPrefix", id: "id", size: "size", rounded: "rounded", fillMode: "fillMode", disabledIndices: "disabledIndices" }, outputs: { removeTag: "removeTag" }, host: { properties: { "class.k-chip-list": "this.hostClasses", "class.k-selection-multiple": "this.hostClasses", "attr.id": "this.hostId", "attr.role": "this.taglistRole", "attr.aria-multiselectable": "this.multiselectable" } }, ngImport: i0, template: `
|
|
8790
|
+
TagListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagListComponent, isStandalone: true, selector: "kendo-taglist", inputs: { tags: "tags", textField: "textField", valueField: "valueField", valueDepth: "valueDepth", focused: "focused", template: "template", groupTemplate: "groupTemplate", disabled: "disabled", tagPrefix: "tagPrefix", id: "id", size: "size", rounded: "rounded", fillMode: "fillMode", disabledIndices: "disabledIndices" }, outputs: { removeTag: "removeTag" }, host: { properties: { "class.k-chip-list": "this.hostClasses", "class.k-selection-multiple": "this.hostClasses", "attr.id": "this.hostId", "attr.role": "this.taglistRole", "attr.aria-multiselectable": "this.multiselectable" } }, ngImport: i0, template: `
|
|
8813
8791
|
<div
|
|
8814
8792
|
*ngFor="let tag of tags; let index = index;"
|
|
8815
8793
|
[attr.id]="itemId(tag, index)"
|
|
@@ -8868,7 +8846,7 @@ TagListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
8868
8846
|
</span>
|
|
8869
8847
|
</div>
|
|
8870
8848
|
<ng-content></ng-content>
|
|
8871
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
8849
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
8872
8850
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagListComponent, decorators: [{
|
|
8873
8851
|
type: Component,
|
|
8874
8852
|
args: [{
|
|
@@ -8932,7 +8910,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8932
8910
|
</span>
|
|
8933
8911
|
</div>
|
|
8934
8912
|
<ng-content></ng-content>
|
|
8935
|
-
|
|
8913
|
+
`,
|
|
8914
|
+
standalone: true,
|
|
8915
|
+
imports: [NgFor, NgClass, NgIf, TemplateContextDirective, IconWrapperComponent]
|
|
8936
8916
|
}]
|
|
8937
8917
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { tags: [{
|
|
8938
8918
|
type: Input
|
|
@@ -9007,7 +8987,7 @@ const DEFAULT_FILL_MODE$2 = 'solid';
|
|
|
9007
8987
|
* ```
|
|
9008
8988
|
*/
|
|
9009
8989
|
class MultiSelectComponent {
|
|
9010
|
-
constructor(wrapper, localization, popupService, dataService, selectionService, navigationService, disabledItemsService, cdr, differs, renderer, _zone,
|
|
8990
|
+
constructor(wrapper, localization, popupService, dataService, selectionService, navigationService, disabledItemsService, cdr, differs, renderer, _zone, injector, hostElement) {
|
|
9011
8991
|
this.wrapper = wrapper;
|
|
9012
8992
|
this.localization = localization;
|
|
9013
8993
|
this.popupService = popupService;
|
|
@@ -9019,7 +8999,6 @@ class MultiSelectComponent {
|
|
|
9019
8999
|
this.differs = differs;
|
|
9020
9000
|
this.renderer = renderer;
|
|
9021
9001
|
this._zone = _zone;
|
|
9022
|
-
this.touchEnabled = touchEnabled;
|
|
9023
9002
|
this.injector = injector;
|
|
9024
9003
|
this.hostElement = hostElement;
|
|
9025
9004
|
/**
|
|
@@ -9711,7 +9690,7 @@ class MultiSelectComponent {
|
|
|
9711
9690
|
return prefix + "-" + focusedIndex;
|
|
9712
9691
|
}
|
|
9713
9692
|
get clearButtonVisiblity() {
|
|
9714
|
-
if (
|
|
9693
|
+
if (touchEnabled) {
|
|
9715
9694
|
return 'visible';
|
|
9716
9695
|
}
|
|
9717
9696
|
}
|
|
@@ -10147,7 +10126,7 @@ class MultiSelectComponent {
|
|
|
10147
10126
|
].forEach(s => this.subs.add(s));
|
|
10148
10127
|
}
|
|
10149
10128
|
subscribeTouchEvents() {
|
|
10150
|
-
if (!isDocumentAvailable() || !
|
|
10129
|
+
if (!isDocumentAvailable() || !touchEnabled) {
|
|
10151
10130
|
return;
|
|
10152
10131
|
}
|
|
10153
10132
|
this._zone.runOutsideAngular(() =>
|
|
@@ -10300,7 +10279,7 @@ class MultiSelectComponent {
|
|
|
10300
10279
|
if (this.isFocused && this.isOpen && event.target === inputElement) {
|
|
10301
10280
|
return;
|
|
10302
10281
|
}
|
|
10303
|
-
if (!
|
|
10282
|
+
if (!touchEnabled || (touchEnabled && event.target.tagName !== 'SPAN')) {
|
|
10304
10283
|
this.searchbar.focus();
|
|
10305
10284
|
}
|
|
10306
10285
|
// The check is needed otherwise when appended to the component, the popup reopens on click
|
|
@@ -10667,8 +10646,8 @@ class MultiSelectComponent {
|
|
|
10667
10646
|
this.actionSheetSearchBar.focus();
|
|
10668
10647
|
}
|
|
10669
10648
|
}
|
|
10670
|
-
MultiSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: DataService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token:
|
|
10671
|
-
MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectComponent, selector: "kendo-multiselect", inputs: { showStickyHeader: "showStickyHeader", focusableId: "focusableId", autoClose: "autoClose", loading: "loading", data: "data", value: "value", valueField: "valueField", textField: "textField", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", disabled: "disabled", itemDisabled: "itemDisabled", checkboxes: "checkboxes", readonly: "readonly", filterable: "filterable", virtual: "virtual", popupSettings: "popupSettings", listHeight: "listHeight", valuePrimitive: "valuePrimitive", clearButton: "clearButton", tagMapper: "tagMapper", allowCustom: "allowCustom", valueNormalizer: "valueNormalizer", inputAttributes: "inputAttributes" }, outputs: { filterChange: "filterChange", valueChange: "valueChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", removeTag: "removeTag" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-multiselect": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.dir", "class.k-disabled": "this.disabledClass", "class.k-loading": "this.isLoading" } }, providers: [
|
|
10649
|
+
MultiSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: DataService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10650
|
+
MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectComponent, isStandalone: true, selector: "kendo-multiselect", inputs: { showStickyHeader: "showStickyHeader", focusableId: "focusableId", autoClose: "autoClose", loading: "loading", data: "data", value: "value", valueField: "valueField", textField: "textField", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", disabled: "disabled", itemDisabled: "itemDisabled", checkboxes: "checkboxes", readonly: "readonly", filterable: "filterable", virtual: "virtual", popupSettings: "popupSettings", listHeight: "listHeight", valuePrimitive: "valuePrimitive", clearButton: "clearButton", tagMapper: "tagMapper", allowCustom: "allowCustom", valueNormalizer: "valueNormalizer", inputAttributes: "inputAttributes" }, outputs: { filterChange: "filterChange", valueChange: "valueChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", removeTag: "removeTag" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-multiselect": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.dir", "class.k-disabled": "this.disabledClass", "class.k-loading": "this.isLoading" } }, providers: [
|
|
10672
10651
|
MULTISELECT_VALUE_ACCESSOR,
|
|
10673
10652
|
DataService,
|
|
10674
10653
|
SelectionService,
|
|
@@ -10880,7 +10859,7 @@ MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
10880
10859
|
}">
|
|
10881
10860
|
</ng-template>
|
|
10882
10861
|
</ng-template>
|
|
10883
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
10862
|
+
`, 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: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: TagListComponent, selector: "kendo-taglist", inputs: ["tags", "textField", "valueField", "valueDepth", "focused", "template", "groupTemplate", "disabled", "tagPrefix", "id", "size", "rounded", "fillMode", "disabledIndices"], outputs: ["removeTag"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { 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: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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"] }] });
|
|
10884
10863
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectComponent, decorators: [{
|
|
10885
10864
|
type: Component,
|
|
10886
10865
|
args: [{
|
|
@@ -11099,14 +11078,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11099
11078
|
}">
|
|
11100
11079
|
</ng-template>
|
|
11101
11080
|
</ng-template>
|
|
11102
|
-
|
|
11081
|
+
`,
|
|
11082
|
+
standalone: true,
|
|
11083
|
+
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, TagListComponent, SearchBarComponent, IconWrapperComponent, ResizeSensorComponent, ResponsiveRendererComponent, TemplateContextDirective, NgClass, SelectableDirective, ListComponent]
|
|
11103
11084
|
}]
|
|
11104
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: DataService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type:
|
|
11105
|
-
type: Optional
|
|
11106
|
-
}, {
|
|
11107
|
-
type: Inject,
|
|
11108
|
-
args: [TOUCH_ENABLED]
|
|
11109
|
-
}] }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { responsiveRendererComponent: [{
|
|
11085
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: DataService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { responsiveRendererComponent: [{
|
|
11110
11086
|
type: ViewChild,
|
|
11111
11087
|
args: [ResponsiveRendererComponent]
|
|
11112
11088
|
}], showStickyHeader: [{
|
|
@@ -11280,11 +11256,12 @@ class ColumnCellTemplateDirective {
|
|
|
11280
11256
|
}
|
|
11281
11257
|
}
|
|
11282
11258
|
ColumnCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11283
|
-
ColumnCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnCellTemplateDirective, selector: "[kendoMultiColumnComboBoxColumnCellTemplate]", ngImport: i0 });
|
|
11259
|
+
ColumnCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnCellTemplateDirective, isStandalone: true, selector: "[kendoMultiColumnComboBoxColumnCellTemplate]", ngImport: i0 });
|
|
11284
11260
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnCellTemplateDirective, decorators: [{
|
|
11285
11261
|
type: Directive,
|
|
11286
11262
|
args: [{
|
|
11287
|
-
selector: '[kendoMultiColumnComboBoxColumnCellTemplate]'
|
|
11263
|
+
selector: '[kendoMultiColumnComboBoxColumnCellTemplate]',
|
|
11264
|
+
standalone: true
|
|
11288
11265
|
}]
|
|
11289
11266
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
11290
11267
|
|
|
@@ -11301,11 +11278,12 @@ class ColumnHeaderTemplateDirective {
|
|
|
11301
11278
|
}
|
|
11302
11279
|
}
|
|
11303
11280
|
ColumnHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11304
|
-
ColumnHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnHeaderTemplateDirective, selector: "[kendoMultiColumnComboBoxColumnHeaderTemplate]", ngImport: i0 });
|
|
11281
|
+
ColumnHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnHeaderTemplateDirective, isStandalone: true, selector: "[kendoMultiColumnComboBoxColumnHeaderTemplate]", ngImport: i0 });
|
|
11305
11282
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHeaderTemplateDirective, decorators: [{
|
|
11306
11283
|
type: Directive,
|
|
11307
11284
|
args: [{
|
|
11308
|
-
selector: '[kendoMultiColumnComboBoxColumnHeaderTemplate]'
|
|
11285
|
+
selector: '[kendoMultiColumnComboBoxColumnHeaderTemplate]',
|
|
11286
|
+
standalone: true
|
|
11309
11287
|
}]
|
|
11310
11288
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
11311
11289
|
|
|
@@ -11328,12 +11306,13 @@ class ComboBoxColumnComponent {
|
|
|
11328
11306
|
}
|
|
11329
11307
|
}
|
|
11330
11308
|
ComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11331
|
-
ComboBoxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ComboBoxColumnComponent, selector: "kendo-combobox-column", inputs: { field: "field", title: "title", width: "width", hidden: "hidden", style: "style", headerStyle: "headerStyle", class: "class", headerClass: "headerClass", media: "media" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ColumnCellTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ColumnHeaderTemplateDirective, descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
11309
|
+
ComboBoxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ComboBoxColumnComponent, isStandalone: true, selector: "kendo-combobox-column", inputs: { field: "field", title: "title", width: "width", hidden: "hidden", style: "style", headerStyle: "headerStyle", class: "class", headerClass: "headerClass", media: "media" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ColumnCellTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ColumnHeaderTemplateDirective, descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
11332
11310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxColumnComponent, decorators: [{
|
|
11333
11311
|
type: Component,
|
|
11334
11312
|
args: [{
|
|
11335
11313
|
selector: 'kendo-combobox-column',
|
|
11336
|
-
template: ''
|
|
11314
|
+
template: '',
|
|
11315
|
+
standalone: true
|
|
11337
11316
|
}]
|
|
11338
11317
|
}], propDecorators: { cellTemplate: [{
|
|
11339
11318
|
type: ContentChild,
|
|
@@ -11416,8 +11395,8 @@ const getRowWidthFromColumnsMeta = (columns) => {
|
|
|
11416
11395
|
* Represents the [Kendo UI MultiColumnComboBox component for Angular]({% slug overview_multicolumncombobox %}).
|
|
11417
11396
|
*/
|
|
11418
11397
|
class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
11419
|
-
constructor(localization, popupService, selectionService, navigationService, disabledItemsService, dataService, zone, changeDetector, renderer, wrapper,
|
|
11420
|
-
super(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, zone, changeDetector, renderer,
|
|
11398
|
+
constructor(localization, popupService, selectionService, navigationService, disabledItemsService, dataService, zone, changeDetector, renderer, wrapper, injector, hostElement) {
|
|
11399
|
+
super(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, zone, changeDetector, renderer, injector, hostElement);
|
|
11421
11400
|
this.hostElement = hostElement;
|
|
11422
11401
|
/**
|
|
11423
11402
|
* @hidden
|
|
@@ -11541,8 +11520,8 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
11541
11520
|
});
|
|
11542
11521
|
}
|
|
11543
11522
|
}
|
|
11544
|
-
MultiColumnComboBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiColumnComboBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token:
|
|
11545
|
-
MultiColumnComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiColumnComboBoxComponent, selector: "kendo-multicolumncombobox", host: { properties: { "class.k-dropdowngrid": "this.hostClasses", "class.k-disabled": "this.isDisabled" } }, providers: [
|
|
11523
|
+
MultiColumnComboBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiColumnComboBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11524
|
+
MultiColumnComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiColumnComboBoxComponent, isStandalone: true, selector: "kendo-multicolumncombobox", host: { properties: { "class.k-dropdowngrid": "this.hostClasses", "class.k-disabled": "this.isDisabled" } }, providers: [
|
|
11546
11525
|
SelectionService,
|
|
11547
11526
|
DataService,
|
|
11548
11527
|
NavigationService,
|
|
@@ -11818,7 +11797,7 @@ MultiColumnComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
|
11818
11797
|
</ng-container>
|
|
11819
11798
|
</div>
|
|
11820
11799
|
</ng-template>
|
|
11821
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
11800
|
+
`, 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: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { 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: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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"] }] });
|
|
11822
11801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiColumnComboBoxComponent, decorators: [{
|
|
11823
11802
|
type: Component,
|
|
11824
11803
|
args: [{
|
|
@@ -12101,11 +12080,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12101
12080
|
</div>
|
|
12102
12081
|
</ng-template>
|
|
12103
12082
|
`,
|
|
12083
|
+
standalone: true,
|
|
12084
|
+
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgClass, ResizeSensorComponent, ResponsiveRendererComponent, TemplateContextDirective, NgFor, NgStyle, ListComponent]
|
|
12104
12085
|
}]
|
|
12105
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: DataService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type:
|
|
12106
|
-
type: Inject,
|
|
12107
|
-
args: [TOUCH_ENABLED]
|
|
12108
|
-
}] }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { hostClasses: [{
|
|
12086
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.PopupService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: DataService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { hostClasses: [{
|
|
12109
12087
|
type: HostBinding,
|
|
12110
12088
|
args: ['class.k-dropdowngrid']
|
|
12111
12089
|
}], isDisabled: [{
|
|
@@ -12134,11 +12112,12 @@ class NodeTemplateDirective {
|
|
|
12134
12112
|
}
|
|
12135
12113
|
}
|
|
12136
12114
|
NodeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NodeTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12137
|
-
NodeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NodeTemplateDirective, selector: "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", ngImport: i0 });
|
|
12115
|
+
NodeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NodeTemplateDirective, isStandalone: true, selector: "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", ngImport: i0 });
|
|
12138
12116
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NodeTemplateDirective, decorators: [{
|
|
12139
12117
|
type: Directive,
|
|
12140
12118
|
args: [{
|
|
12141
|
-
selector: '[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]'
|
|
12119
|
+
selector: '[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]',
|
|
12120
|
+
standalone: true
|
|
12142
12121
|
}]
|
|
12143
12122
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
12144
12123
|
|
|
@@ -12155,7 +12134,7 @@ const stopPropagation = (event) => event.stopImmediatePropagation();
|
|
|
12155
12134
|
* Represents the [Kendo UI DropDownTree component for Angular]({% slug overview_ddt %}).
|
|
12156
12135
|
*/
|
|
12157
12136
|
class DropDownTreeComponent {
|
|
12158
|
-
constructor(injector, wrapper, popupService, navigationService, renderer, _zone, cdr, localization
|
|
12137
|
+
constructor(injector, wrapper, popupService, navigationService, renderer, _zone, cdr, localization) {
|
|
12159
12138
|
this.injector = injector;
|
|
12160
12139
|
this.wrapper = wrapper;
|
|
12161
12140
|
this.popupService = popupService;
|
|
@@ -12164,6 +12143,9 @@ class DropDownTreeComponent {
|
|
|
12164
12143
|
this._zone = _zone;
|
|
12165
12144
|
this.cdr = cdr;
|
|
12166
12145
|
this.localization = localization;
|
|
12146
|
+
/**
|
|
12147
|
+
* @hidden
|
|
12148
|
+
*/
|
|
12167
12149
|
this.touchEnabled = touchEnabled;
|
|
12168
12150
|
/**
|
|
12169
12151
|
* @hidden
|
|
@@ -13359,8 +13341,8 @@ class DropDownTreeComponent {
|
|
|
13359
13341
|
this.filterable && this.actionSheetSearchBar.focus();
|
|
13360
13342
|
}
|
|
13361
13343
|
}
|
|
13362
|
-
DropDownTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i2.PopupService }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }
|
|
13363
|
-
DropDownTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeComponent, selector: "kendo-dropdowntree", inputs: { 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" }, outputs: { open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", onFocus: "focus", onBlur: "blur", valueChange: "valueChange", filterChange: "filterChange" }, host: { properties: { "class.k-dropdowntree": "this.hostClasses", "class.k-picker": "this.hostClasses", "attr.readonly": "this.isReadonly", "attr.aria-invalid": "this.hostAriaInvalid", "class.k-disabled": "this.isDisabled", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.aria-busy": "this.isBusy", "attr.aria-controls": "this.hostAriaControls", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-readonly": "this.readonly" } }, providers: [
|
|
13344
|
+
DropDownTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i2.PopupService }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13345
|
+
DropDownTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeComponent, isStandalone: true, selector: "kendo-dropdowntree", inputs: { 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" }, outputs: { open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", onFocus: "focus", onBlur: "blur", valueChange: "valueChange", filterChange: "filterChange" }, host: { properties: { "class.k-dropdowntree": "this.hostClasses", "class.k-picker": "this.hostClasses", "attr.readonly": "this.isReadonly", "attr.aria-invalid": "this.hostAriaInvalid", "class.k-disabled": "this.isDisabled", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.aria-busy": "this.isBusy", "attr.aria-controls": "this.hostAriaControls", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-readonly": "this.readonly" } }, providers: [
|
|
13364
13346
|
DataService,
|
|
13365
13347
|
SelectionService,
|
|
13366
13348
|
NavigationService,
|
|
@@ -13559,7 +13541,7 @@ DropDownTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
13559
13541
|
</ng-template>
|
|
13560
13542
|
|
|
13561
13543
|
<kendo-resize-sensor *ngIf="isOpen || isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
13562
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
13544
|
+
`, 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: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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: "directive", type: FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "hasCheckbox", "isExpanded", "isSelected", "isVisible", "navigable", "children", "loadOnDemand", "filterable", "filter", "size", "disableParentNodesOnly"], outputs: ["childrenLoaded", "blur", "focus", "expand", "collapse", "nodeDragStart", "nodeDrag", "filterStateChange", "nodeDrop", "nodeDragEnd", "addItem", "removeItem", "checkedChange", "selectionChange", "filterChange", "nodeClick", "nodeDblClick"], exportAs: ["kendoTreeView"] }, { kind: "directive", type: SelectDirective, selector: "[kendoTreeViewSelectable]", inputs: ["isSelected", "selectBy", "kendoTreeViewSelectable", "selectedKeys"], outputs: ["selectedKeysChange"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13563
13545
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeComponent, decorators: [{
|
|
13564
13546
|
type: Component,
|
|
13565
13547
|
args: [{
|
|
@@ -13766,14 +13748,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13766
13748
|
|
|
13767
13749
|
<kendo-resize-sensor *ngIf="isOpen || isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
13768
13750
|
`,
|
|
13769
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
13751
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
13752
|
+
standalone: true,
|
|
13753
|
+
imports: [LocalizedMessagesDirective, NgIf, TemplateContextDirective, IconWrapperComponent, NgClass, NgTemplateOutlet, ResponsiveRendererComponent, FilterInputDirective, EventsOutsideAngularDirective, TreeViewComponent, SelectDirective, ResizeSensorComponent]
|
|
13770
13754
|
}]
|
|
13771
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i2.PopupService }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService },
|
|
13772
|
-
type: Optional
|
|
13773
|
-
}, {
|
|
13774
|
-
type: Inject,
|
|
13775
|
-
args: [TOUCH_ENABLED]
|
|
13776
|
-
}] }]; }, propDecorators: { icon: [{
|
|
13755
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i2.PopupService }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }]; }, propDecorators: { icon: [{
|
|
13777
13756
|
type: Input
|
|
13778
13757
|
}], svgIcon: [{
|
|
13779
13758
|
type: Input
|
|
@@ -14207,11 +14186,12 @@ class CheckDirective extends BaseCheckDirective {
|
|
|
14207
14186
|
}
|
|
14208
14187
|
}
|
|
14209
14188
|
CheckDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckDirective, deps: [{ token: i1$1.TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14210
|
-
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 });
|
|
14189
|
+
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 });
|
|
14211
14190
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckDirective, decorators: [{
|
|
14212
14191
|
type: Directive,
|
|
14213
14192
|
args: [{
|
|
14214
|
-
selector: '[kendoMultiSelectTreeCheckable]'
|
|
14193
|
+
selector: '[kendoMultiSelectTreeCheckable]',
|
|
14194
|
+
standalone: true
|
|
14215
14195
|
}]
|
|
14216
14196
|
}], ctorParameters: function () { return [{ type: i1$1.TreeViewComponent }]; }, propDecorators: { checkable: [{
|
|
14217
14197
|
type: Input
|
|
@@ -14345,12 +14325,13 @@ class CheckAllDirective extends BaseCheckDirective {
|
|
|
14345
14325
|
}
|
|
14346
14326
|
}
|
|
14347
14327
|
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 });
|
|
14348
|
-
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 });
|
|
14328
|
+
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 });
|
|
14349
14329
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckAllDirective, decorators: [{
|
|
14350
14330
|
type: Directive,
|
|
14351
14331
|
args: [{
|
|
14352
14332
|
// eslint-disable-next-line
|
|
14353
|
-
selector: '[checkAll]'
|
|
14333
|
+
selector: '[checkAll]',
|
|
14334
|
+
standalone: true
|
|
14354
14335
|
}]
|
|
14355
14336
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { lastAction: [{
|
|
14356
14337
|
type: Input
|
|
@@ -14383,7 +14364,7 @@ const DEFAULT_FILL_MODE = 'solid';
|
|
|
14383
14364
|
* Represents the [Kendo UI MultiSelectTree component for Angular]({% slug overview_multiselecttree %}).
|
|
14384
14365
|
*/
|
|
14385
14366
|
class MultiSelectTreeComponent {
|
|
14386
|
-
constructor(injector, wrapper, popupService, renderer, navigationService, _zone, localization, cdr, lookup
|
|
14367
|
+
constructor(injector, wrapper, popupService, renderer, navigationService, _zone, localization, cdr, lookup) {
|
|
14387
14368
|
this.injector = injector;
|
|
14388
14369
|
this.wrapper = wrapper;
|
|
14389
14370
|
this.popupService = popupService;
|
|
@@ -14393,6 +14374,9 @@ class MultiSelectTreeComponent {
|
|
|
14393
14374
|
this.localization = localization;
|
|
14394
14375
|
this.cdr = cdr;
|
|
14395
14376
|
this.lookup = lookup;
|
|
14377
|
+
/**
|
|
14378
|
+
* @hidden
|
|
14379
|
+
*/
|
|
14396
14380
|
this.touchEnabled = touchEnabled;
|
|
14397
14381
|
/**
|
|
14398
14382
|
* @hidden
|
|
@@ -15896,8 +15880,8 @@ class MultiSelectTreeComponent {
|
|
|
15896
15880
|
this.filterable && this.actionSheetSearchBar.focus();
|
|
15897
15881
|
}
|
|
15898
15882
|
}
|
|
15899
|
-
MultiSelectTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i2.PopupService }, { token: i0.Renderer2 }, { token: NavigationService }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: MultiSelectTreeLookupService }
|
|
15900
|
-
MultiSelectTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeComponent, selector: "kendo-multiselecttree", inputs: { 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" }, outputs: { onFocus: "focus", onBlur: "blur", open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", valueChange: "valueChange", removeTag: "removeTag", filterChange: "filterChange" }, host: { properties: { "class.k-multiselecttree": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.isDisabled", "attr.aria-disabled": "this.isDisabled", "attr.aria-controls": "this.hostAriaControls", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-loading": "this.isLoading", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-busy": "this.isBusy", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-haspopup": "this.ariaHasPopup", "attr.readonly": "this.isReadonly", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-activedescendant": "this.ariaActiveDescendant", "class.k-readonly": "this.readonly" } }, providers: [
|
|
15883
|
+
MultiSelectTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i2.PopupService }, { token: i0.Renderer2 }, { token: NavigationService }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: MultiSelectTreeLookupService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15884
|
+
MultiSelectTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeComponent, isStandalone: true, selector: "kendo-multiselecttree", inputs: { 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" }, outputs: { onFocus: "focus", onBlur: "blur", open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", valueChange: "valueChange", removeTag: "removeTag", filterChange: "filterChange" }, host: { properties: { "class.k-multiselecttree": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.isDisabled", "attr.aria-disabled": "this.isDisabled", "attr.aria-controls": "this.hostAriaControls", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-loading": "this.isLoading", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-busy": "this.isBusy", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-haspopup": "this.ariaHasPopup", "attr.readonly": "this.isReadonly", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-activedescendant": "this.ariaActiveDescendant", "class.k-readonly": "this.readonly" } }, providers: [
|
|
15901
15885
|
LocalizationService,
|
|
15902
15886
|
NavigationService,
|
|
15903
15887
|
DataService,
|
|
@@ -16147,7 +16131,7 @@ MultiSelectTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
16147
16131
|
</ng-template>
|
|
16148
16132
|
|
|
16149
16133
|
<kendo-resize-sensor *ngIf="isOpen || isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
16150
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
16134
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "component", type: TagListComponent, selector: "kendo-taglist", inputs: ["tags", "textField", "valueField", "valueDepth", "focused", "template", "groupTemplate", "disabled", "tagPrefix", "id", "size", "rounded", "fillMode", "disabledIndices"], outputs: ["removeTag"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: ResponsiveRendererComponent, selector: "responsive-renderer", inputs: ["title", "showActionButtons", "subtitle", "size", "showTextInput", "sharedPopupActionSheetTemplate", "isActionSheetExpanded", "text", "placeholder"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand", "onCollapse", "onApply", "onCancel"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: CheckAllDirective, selector: "[checkAll]", inputs: ["lastAction", "treeview", "checkedItems", "valueField", "checkAll"], outputs: ["checkedItemsChange"] }, { kind: "component", type: TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "hasCheckbox", "isExpanded", "isSelected", "isVisible", "navigable", "children", "loadOnDemand", "filterable", "filter", "size", "disableParentNodesOnly"], outputs: ["childrenLoaded", "blur", "focus", "expand", "collapse", "nodeDragStart", "nodeDrag", "filterStateChange", "nodeDrop", "nodeDragEnd", "addItem", "removeItem", "checkedChange", "selectionChange", "filterChange", "nodeClick", "nodeDblClick"], exportAs: ["kendoTreeView"] }, { kind: "directive", type: CheckDirective, selector: "[kendoMultiSelectTreeCheckable]", inputs: ["checkable", "valueField", "checkedItems"], outputs: ["checkedItemsChange"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
|
|
16151
16135
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeComponent, decorators: [{
|
|
16152
16136
|
type: Component,
|
|
16153
16137
|
args: [{
|
|
@@ -16404,14 +16388,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16404
16388
|
</ng-template>
|
|
16405
16389
|
|
|
16406
16390
|
<kendo-resize-sensor *ngIf="isOpen || isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
16407
|
-
|
|
16391
|
+
`,
|
|
16392
|
+
standalone: true,
|
|
16393
|
+
imports: [LocalizedMessagesDirective, TagListComponent, NgIf, IconWrapperComponent, NgTemplateOutlet, ResponsiveRendererComponent, NgClass, FilterInputDirective, EventsOutsideAngularDirective, TemplateContextDirective, CheckAllDirective, TreeViewComponent, CheckDirective, ResizeSensorComponent]
|
|
16408
16394
|
}]
|
|
16409
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i2.PopupService }, { type: i0.Renderer2 }, { type: NavigationService }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: MultiSelectTreeLookupService },
|
|
16410
|
-
type: Optional
|
|
16411
|
-
}, {
|
|
16412
|
-
type: Inject,
|
|
16413
|
-
args: [TOUCH_ENABLED]
|
|
16414
|
-
}] }]; }, propDecorators: { hostClasses: [{
|
|
16395
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i2.PopupService }, { type: i0.Renderer2 }, { type: NavigationService }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: MultiSelectTreeLookupService }]; }, propDecorators: { hostClasses: [{
|
|
16415
16396
|
type: HostBinding,
|
|
16416
16397
|
args: ['class.k-multiselecttree']
|
|
16417
16398
|
}, {
|
|
@@ -16617,11 +16598,12 @@ class DropDownTreeFlatBindingDirective extends FlatDataBindingDirective {
|
|
|
16617
16598
|
}
|
|
16618
16599
|
}
|
|
16619
16600
|
DropDownTreeFlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeFlatBindingDirective, deps: [{ token: i1$1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16620
|
-
DropDownTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeFlatBindingDirective, selector: "[kendoDropDownTreeFlatBinding]", inputs: { nodes: ["kendoDropDownTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16601
|
+
DropDownTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeFlatBindingDirective, isStandalone: true, selector: "[kendoDropDownTreeFlatBinding]", inputs: { nodes: ["kendoDropDownTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16621
16602
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeFlatBindingDirective, decorators: [{
|
|
16622
16603
|
type: Directive,
|
|
16623
16604
|
args: [{
|
|
16624
|
-
selector: '[kendoDropDownTreeFlatBinding]'
|
|
16605
|
+
selector: '[kendoDropDownTreeFlatBinding]',
|
|
16606
|
+
standalone: true
|
|
16625
16607
|
}]
|
|
16626
16608
|
}], ctorParameters: function () { return [{ type: i1$1.DataBoundComponent }]; }, propDecorators: { nodes: [{
|
|
16627
16609
|
type: Input,
|
|
@@ -16675,11 +16657,12 @@ class DropDownTreeHierarchyBindingDirective extends HierarchyBindingDirective {
|
|
|
16675
16657
|
}
|
|
16676
16658
|
}
|
|
16677
16659
|
DropDownTreeHierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeHierarchyBindingDirective, deps: [{ token: i1$1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16678
|
-
DropDownTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeHierarchyBindingDirective, selector: "[kendoDropDownTreeHierarchyBinding]", inputs: { nodes: ["kendoDropDownTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16660
|
+
DropDownTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeHierarchyBindingDirective, isStandalone: true, selector: "[kendoDropDownTreeHierarchyBinding]", inputs: { nodes: ["kendoDropDownTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16679
16661
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeHierarchyBindingDirective, decorators: [{
|
|
16680
16662
|
type: Directive,
|
|
16681
16663
|
args: [{
|
|
16682
|
-
selector: '[kendoDropDownTreeHierarchyBinding]'
|
|
16664
|
+
selector: '[kendoDropDownTreeHierarchyBinding]',
|
|
16665
|
+
standalone: true
|
|
16683
16666
|
}]
|
|
16684
16667
|
}], ctorParameters: function () { return [{ type: i1$1.DataBoundComponent }]; }, propDecorators: { nodes: [{
|
|
16685
16668
|
type: Input,
|
|
@@ -16709,11 +16692,12 @@ class MultiSelectTreeFlatBindingDirective extends FlatDataBindingDirective {
|
|
|
16709
16692
|
}
|
|
16710
16693
|
}
|
|
16711
16694
|
MultiSelectTreeFlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeFlatBindingDirective, deps: [{ token: i1$1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16712
|
-
MultiSelectTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeFlatBindingDirective, selector: "[kendoMultiSelectTreeFlatBinding]", inputs: { nodes: ["kendoMultiSelectTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16695
|
+
MultiSelectTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeFlatBindingDirective, isStandalone: true, selector: "[kendoMultiSelectTreeFlatBinding]", inputs: { nodes: ["kendoMultiSelectTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16713
16696
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeFlatBindingDirective, decorators: [{
|
|
16714
16697
|
type: Directive,
|
|
16715
16698
|
args: [{
|
|
16716
|
-
selector: '[kendoMultiSelectTreeFlatBinding]'
|
|
16699
|
+
selector: '[kendoMultiSelectTreeFlatBinding]',
|
|
16700
|
+
standalone: true
|
|
16717
16701
|
}]
|
|
16718
16702
|
}], ctorParameters: function () { return [{ type: i1$1.DataBoundComponent }]; }, propDecorators: { nodes: [{
|
|
16719
16703
|
type: Input,
|
|
@@ -16746,11 +16730,12 @@ class MultiSelectTreeHierarchyBindingDirective extends HierarchyBindingDirective
|
|
|
16746
16730
|
}
|
|
16747
16731
|
}
|
|
16748
16732
|
MultiSelectTreeHierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeHierarchyBindingDirective, deps: [{ token: i1$1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16749
|
-
MultiSelectTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeHierarchyBindingDirective, selector: "[kendoMultiSelectTreeHierarchyBinding]", inputs: { nodes: ["kendoMultiSelectTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16733
|
+
MultiSelectTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeHierarchyBindingDirective, isStandalone: true, selector: "[kendoMultiSelectTreeHierarchyBinding]", inputs: { nodes: ["kendoMultiSelectTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
16750
16734
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeHierarchyBindingDirective, decorators: [{
|
|
16751
16735
|
type: Directive,
|
|
16752
16736
|
args: [{
|
|
16753
|
-
selector: '[kendoMultiSelectTreeHierarchyBinding]'
|
|
16737
|
+
selector: '[kendoMultiSelectTreeHierarchyBinding]',
|
|
16738
|
+
standalone: true
|
|
16754
16739
|
}]
|
|
16755
16740
|
}], ctorParameters: function () { return [{ type: i1$1.DataBoundComponent }]; }, propDecorators: { nodes: [{
|
|
16756
16741
|
type: Input,
|
|
@@ -16776,51 +16761,18 @@ class DropDownTreesExpandDirective extends ExpandDirective {
|
|
|
16776
16761
|
}
|
|
16777
16762
|
}
|
|
16778
16763
|
DropDownTreesExpandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesExpandDirective, deps: [{ token: i1$1.ExpandableComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16779
|
-
DropDownTreesExpandDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreesExpandDirective, selector: "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", inputs: { isExpanded: ["isNodeExpanded", "isExpanded"] }, usesInheritance: true, ngImport: i0 });
|
|
16764
|
+
DropDownTreesExpandDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreesExpandDirective, isStandalone: true, selector: "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", inputs: { isExpanded: ["isNodeExpanded", "isExpanded"] }, usesInheritance: true, ngImport: i0 });
|
|
16780
16765
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesExpandDirective, decorators: [{
|
|
16781
16766
|
type: Directive,
|
|
16782
16767
|
args: [{
|
|
16783
|
-
selector: '[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]'
|
|
16768
|
+
selector: '[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]',
|
|
16769
|
+
standalone: true
|
|
16784
16770
|
}]
|
|
16785
16771
|
}], ctorParameters: function () { return [{ type: i1$1.ExpandableComponent }]; }, propDecorators: { isExpanded: [{
|
|
16786
16772
|
type: Input,
|
|
16787
16773
|
args: ['isNodeExpanded']
|
|
16788
16774
|
}] } });
|
|
16789
16775
|
|
|
16790
|
-
/**
|
|
16791
|
-
* Custom component messages override default component messages
|
|
16792
|
-
* ([see example]({% slug rtl_dropdowns %}#toc-messages)).
|
|
16793
|
-
*/
|
|
16794
|
-
class CustomMessagesComponent extends Messages {
|
|
16795
|
-
constructor(service) {
|
|
16796
|
-
super();
|
|
16797
|
-
this.service = service;
|
|
16798
|
-
}
|
|
16799
|
-
get override() {
|
|
16800
|
-
return true;
|
|
16801
|
-
}
|
|
16802
|
-
}
|
|
16803
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16804
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-dropdownlist-messages,kendo-combobox-messages,kendo-multicolumncombobox-messages,kendo-autocomplete-messages,kendo-multiselect-messages,kendo-dropdowntree-messages,kendo-multiselecttree-messages", providers: [
|
|
16805
|
-
{
|
|
16806
|
-
provide: Messages,
|
|
16807
|
-
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
16808
|
-
}
|
|
16809
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
16810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
16811
|
-
type: Component,
|
|
16812
|
-
args: [{
|
|
16813
|
-
providers: [
|
|
16814
|
-
{
|
|
16815
|
-
provide: Messages,
|
|
16816
|
-
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
16817
|
-
}
|
|
16818
|
-
],
|
|
16819
|
-
selector: 'kendo-dropdownlist-messages,kendo-combobox-messages,kendo-multicolumncombobox-messages,kendo-autocomplete-messages,kendo-multiselect-messages,kendo-dropdowntree-messages,kendo-multiselecttree-messages',
|
|
16820
|
-
template: ``
|
|
16821
|
-
}]
|
|
16822
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
16823
|
-
|
|
16824
16776
|
const DEFAULT_FILTER_SETTINGS = {
|
|
16825
16777
|
caseSensitive: false,
|
|
16826
16778
|
operator: 'startsWith'
|
|
@@ -16924,11 +16876,12 @@ class FilterDirective {
|
|
|
16924
16876
|
}
|
|
16925
16877
|
}
|
|
16926
16878
|
FilterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterDirective, deps: [{ token: FilterableComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16927
|
-
FilterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterDirective, selector: "[kendoDropDownFilter]", inputs: { data: "data", rawSettings: ["kendoDropDownFilter", "rawSettings"], filterable: "filterable" }, ngImport: i0 });
|
|
16879
|
+
FilterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterDirective, isStandalone: true, selector: "[kendoDropDownFilter]", inputs: { data: "data", rawSettings: ["kendoDropDownFilter", "rawSettings"], filterable: "filterable" }, ngImport: i0 });
|
|
16928
16880
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterDirective, decorators: [{
|
|
16929
16881
|
type: Directive,
|
|
16930
16882
|
args: [{
|
|
16931
|
-
selector: '[kendoDropDownFilter]'
|
|
16883
|
+
selector: '[kendoDropDownFilter]',
|
|
16884
|
+
standalone: true
|
|
16932
16885
|
}]
|
|
16933
16886
|
}], ctorParameters: function () { return [{ type: FilterableComponent }]; }, propDecorators: { data: [{
|
|
16934
16887
|
type: Input
|
|
@@ -16939,115 +16892,97 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16939
16892
|
type: Input
|
|
16940
16893
|
}] } });
|
|
16941
16894
|
|
|
16942
|
-
const SHARED_DIRECTIVES = [
|
|
16943
|
-
HeaderTemplateDirective,
|
|
16944
|
-
FooterTemplateDirective,
|
|
16945
|
-
ItemTemplateDirective,
|
|
16946
|
-
GroupTemplateDirective,
|
|
16947
|
-
FixedGroupTemplateDirective,
|
|
16948
|
-
NoDataTemplateDirective,
|
|
16949
|
-
ValueTemplateDirective,
|
|
16950
|
-
TagTemplateDirective,
|
|
16951
|
-
GroupTagTemplateDirective,
|
|
16952
|
-
LocalizedMessagesDirective,
|
|
16953
|
-
CustomMessagesComponent,
|
|
16954
|
-
FilterDirective,
|
|
16955
|
-
FilterInputDirective
|
|
16956
|
-
];
|
|
16957
16895
|
/**
|
|
16958
|
-
*
|
|
16959
|
-
*
|
|
16960
|
-
* The exported package module.
|
|
16961
|
-
*
|
|
16962
|
-
* The package exports:
|
|
16963
|
-
* - `ItemTemplateDirective`—The item template directive.
|
|
16964
|
-
* - `ValueTemplateDirective`—The value template directive.
|
|
16965
|
-
* - `HeaderTemplateDirective`—The header template directive.
|
|
16966
|
-
* - `FooterTemplateDirective`—The footer template directive.
|
|
16967
|
-
* - `NoDataTemplateDirective`—The noData template directive.
|
|
16968
|
-
* - `TagTemplateDirective`—The tag template directive.
|
|
16969
|
-
* - `SummaryTagTemplateDirective`—The summary tag template directive.
|
|
16896
|
+
* Custom component messages override default component messages
|
|
16897
|
+
* ([see example]({% slug rtl_dropdowns %}#toc-messages)).
|
|
16970
16898
|
*/
|
|
16971
|
-
class
|
|
16899
|
+
class CustomMessagesComponent extends Messages {
|
|
16900
|
+
constructor(service) {
|
|
16901
|
+
super();
|
|
16902
|
+
this.service = service;
|
|
16903
|
+
}
|
|
16904
|
+
get override() {
|
|
16905
|
+
return true;
|
|
16906
|
+
}
|
|
16972
16907
|
}
|
|
16973
|
-
|
|
16974
|
-
|
|
16975
|
-
|
|
16976
|
-
|
|
16977
|
-
|
|
16978
|
-
|
|
16979
|
-
|
|
16980
|
-
|
|
16981
|
-
|
|
16982
|
-
GroupTagTemplateDirective,
|
|
16983
|
-
LocalizedMessagesDirective,
|
|
16984
|
-
CustomMessagesComponent,
|
|
16985
|
-
FilterDirective,
|
|
16986
|
-
FilterInputDirective], exports: [HeaderTemplateDirective,
|
|
16987
|
-
FooterTemplateDirective,
|
|
16988
|
-
ItemTemplateDirective,
|
|
16989
|
-
GroupTemplateDirective,
|
|
16990
|
-
FixedGroupTemplateDirective,
|
|
16991
|
-
NoDataTemplateDirective,
|
|
16992
|
-
ValueTemplateDirective,
|
|
16993
|
-
TagTemplateDirective,
|
|
16994
|
-
GroupTagTemplateDirective,
|
|
16995
|
-
LocalizedMessagesDirective,
|
|
16996
|
-
CustomMessagesComponent,
|
|
16997
|
-
FilterDirective,
|
|
16998
|
-
FilterInputDirective] });
|
|
16999
|
-
SharedDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule });
|
|
17000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, decorators: [{
|
|
17001
|
-
type: NgModule,
|
|
16908
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16909
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-dropdownlist-messages,kendo-combobox-messages,kendo-multicolumncombobox-messages,kendo-autocomplete-messages,kendo-multiselect-messages,kendo-dropdowntree-messages,kendo-multiselecttree-messages", providers: [
|
|
16910
|
+
{
|
|
16911
|
+
provide: Messages,
|
|
16912
|
+
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
16913
|
+
}
|
|
16914
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
16915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
16916
|
+
type: Component,
|
|
17002
16917
|
args: [{
|
|
17003
|
-
|
|
17004
|
-
|
|
16918
|
+
providers: [
|
|
16919
|
+
{
|
|
16920
|
+
provide: Messages,
|
|
16921
|
+
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
16922
|
+
}
|
|
16923
|
+
],
|
|
16924
|
+
selector: 'kendo-dropdownlist-messages,kendo-combobox-messages,kendo-multicolumncombobox-messages,kendo-autocomplete-messages,kendo-multiselect-messages,kendo-dropdowntree-messages,kendo-multiselecttree-messages',
|
|
16925
|
+
template: ``,
|
|
16926
|
+
standalone: true
|
|
17005
16927
|
}]
|
|
17006
|
-
}] });
|
|
16928
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
17007
16929
|
|
|
17008
|
-
const INTERNAL_DIRECTIVES = [
|
|
17009
|
-
ListComponent,
|
|
17010
|
-
ListItemDirective,
|
|
17011
|
-
SelectableDirective,
|
|
17012
|
-
SearchBarComponent,
|
|
17013
|
-
TemplateContextDirective,
|
|
17014
|
-
TagListComponent,
|
|
17015
|
-
CheckDirective,
|
|
17016
|
-
CheckAllDirective,
|
|
17017
|
-
ResponsiveRendererComponent
|
|
17018
|
-
];
|
|
17019
16930
|
/**
|
|
17020
|
-
*
|
|
16931
|
+
* A directive which configures the MultiSelect to show one single summary tag for all selected data items.
|
|
16932
|
+
* When a number is provided, the summary tag is displayed after the given amount of data items are selected
|
|
16933
|
+
* ([more information and examples]({% slug summarytagmode_multiselect %})).
|
|
16934
|
+
*
|
|
16935
|
+
* @example
|
|
16936
|
+
* ```ts-no-run
|
|
16937
|
+
* <kendo-multiselect kendoMultiSelectSummaryTag [data]="data"></kendo-multiselect>
|
|
16938
|
+
* ```
|
|
16939
|
+
*
|
|
16940
|
+
* @example
|
|
16941
|
+
* ```ts-no-run
|
|
16942
|
+
* <kendo-multiselect [kendoMultiSelectSummaryTag]="2" [data]="data"></kendo-multiselect>
|
|
16943
|
+
* ```
|
|
17021
16944
|
*/
|
|
17022
|
-
class
|
|
16945
|
+
class SummaryTagDirective {
|
|
16946
|
+
constructor(multiSelectComponent) {
|
|
16947
|
+
this.multiSelectComponent = multiSelectComponent;
|
|
16948
|
+
/**
|
|
16949
|
+
* A numeric value that indicates the number of selected data items after which the summary tag will appear.
|
|
16950
|
+
*/
|
|
16951
|
+
this.showAfter = 0;
|
|
16952
|
+
this.createTagMapper();
|
|
16953
|
+
}
|
|
16954
|
+
ngOnChanges(changes) {
|
|
16955
|
+
if (isPresent(changes.showAfter)) {
|
|
16956
|
+
this.createTagMapper();
|
|
16957
|
+
this.multiSelectComponent.onTagMapperChange();
|
|
16958
|
+
}
|
|
16959
|
+
}
|
|
16960
|
+
createTagMapper() {
|
|
16961
|
+
const showAfter = parseNumber(this.showAfter);
|
|
16962
|
+
this.multiSelectComponent.tagMapper = (tags) => {
|
|
16963
|
+
if (tags.length > showAfter) {
|
|
16964
|
+
const result = tags.slice(0, showAfter);
|
|
16965
|
+
result.push(tags.slice(showAfter, tags.length));
|
|
16966
|
+
return result;
|
|
16967
|
+
}
|
|
16968
|
+
else {
|
|
16969
|
+
return tags;
|
|
16970
|
+
}
|
|
16971
|
+
};
|
|
16972
|
+
}
|
|
17023
16973
|
}
|
|
17024
|
-
|
|
17025
|
-
|
|
17026
|
-
|
|
17027
|
-
|
|
17028
|
-
SearchBarComponent,
|
|
17029
|
-
TemplateContextDirective,
|
|
17030
|
-
TagListComponent,
|
|
17031
|
-
CheckDirective,
|
|
17032
|
-
CheckAllDirective,
|
|
17033
|
-
ResponsiveRendererComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule], exports: [ListComponent,
|
|
17034
|
-
ListItemDirective,
|
|
17035
|
-
SelectableDirective,
|
|
17036
|
-
SearchBarComponent,
|
|
17037
|
-
TemplateContextDirective,
|
|
17038
|
-
TagListComponent,
|
|
17039
|
-
CheckDirective,
|
|
17040
|
-
CheckAllDirective,
|
|
17041
|
-
ResponsiveRendererComponent, CommonModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule] });
|
|
17042
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [CommonModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule, CommonModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule] });
|
|
17043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
|
17044
|
-
type: NgModule,
|
|
16974
|
+
SummaryTagDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SummaryTagDirective, deps: [{ token: MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16975
|
+
SummaryTagDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
|
|
16976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SummaryTagDirective, decorators: [{
|
|
16977
|
+
type: Directive,
|
|
17045
16978
|
args: [{
|
|
17046
|
-
|
|
17047
|
-
|
|
17048
|
-
imports: [CommonModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule]
|
|
16979
|
+
selector: '[kendoMultiSelectSummaryTag]',
|
|
16980
|
+
standalone: true
|
|
17049
16981
|
}]
|
|
17050
|
-
}] }
|
|
16982
|
+
}], ctorParameters: function () { return [{ type: MultiSelectComponent }]; }, propDecorators: { showAfter: [{
|
|
16983
|
+
type: Input,
|
|
16984
|
+
args: ['kendoMultiSelectSummaryTag']
|
|
16985
|
+
}] } });
|
|
17051
16986
|
|
|
17052
16987
|
/**
|
|
17053
16988
|
* A directive which configures the MultiSelectTree to show one single summary tag for all selected data items.
|
|
@@ -17093,167 +17028,304 @@ class MultiSelectTreeSummaryTagDirective {
|
|
|
17093
17028
|
}
|
|
17094
17029
|
}
|
|
17095
17030
|
MultiSelectTreeSummaryTagDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeSummaryTagDirective, deps: [{ token: MultiSelectTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17096
|
-
MultiSelectTreeSummaryTagDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeSummaryTagDirective, selector: "[kendoMultiSelectTreeSummaryTag]", inputs: { showAfter: ["kendoMultiSelectTreeSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
|
|
17031
|
+
MultiSelectTreeSummaryTagDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeSummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectTreeSummaryTag]", inputs: { showAfter: ["kendoMultiSelectTreeSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
|
|
17097
17032
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeSummaryTagDirective, decorators: [{
|
|
17098
17033
|
type: Directive,
|
|
17099
17034
|
args: [{
|
|
17100
|
-
selector: '[kendoMultiSelectTreeSummaryTag]'
|
|
17035
|
+
selector: '[kendoMultiSelectTreeSummaryTag]',
|
|
17036
|
+
standalone: true
|
|
17101
17037
|
}]
|
|
17102
17038
|
}], ctorParameters: function () { return [{ type: MultiSelectTreeComponent }]; }, propDecorators: { showAfter: [{
|
|
17103
17039
|
type: Input,
|
|
17104
17040
|
args: ['kendoMultiSelectTreeSummaryTag']
|
|
17105
17041
|
}] } });
|
|
17106
17042
|
|
|
17107
|
-
|
|
17043
|
+
/**
|
|
17044
|
+
* Utility array that contains all `AutoComplete` related components and directives
|
|
17045
|
+
*/
|
|
17046
|
+
const KENDO_AUTOCOMPLETE = [
|
|
17047
|
+
AutoCompleteComponent,
|
|
17048
|
+
FixedGroupTemplateDirective,
|
|
17049
|
+
FooterTemplateDirective,
|
|
17050
|
+
GroupTemplateDirective,
|
|
17051
|
+
HeaderTemplateDirective,
|
|
17052
|
+
ItemTemplateDirective,
|
|
17053
|
+
NoDataTemplateDirective,
|
|
17054
|
+
FilterDirective,
|
|
17055
|
+
CustomMessagesComponent,
|
|
17056
|
+
SuffixTemplateDirective,
|
|
17057
|
+
PrefixTemplateDirective
|
|
17058
|
+
];
|
|
17059
|
+
/**
|
|
17060
|
+
* Utility array that contains all `ComboBox` related components and directives
|
|
17061
|
+
*/
|
|
17062
|
+
const KENDO_COMBOBOX = [
|
|
17063
|
+
ComboBoxComponent,
|
|
17064
|
+
FixedGroupTemplateDirective,
|
|
17065
|
+
FooterTemplateDirective,
|
|
17066
|
+
GroupTemplateDirective,
|
|
17067
|
+
HeaderTemplateDirective,
|
|
17068
|
+
ItemTemplateDirective,
|
|
17069
|
+
NoDataTemplateDirective,
|
|
17070
|
+
FilterDirective,
|
|
17071
|
+
CustomMessagesComponent,
|
|
17072
|
+
SuffixTemplateDirective,
|
|
17073
|
+
PrefixTemplateDirective
|
|
17074
|
+
];
|
|
17075
|
+
/**
|
|
17076
|
+
* Utility array that contains all `MultiColumnComboBox` related components and directives
|
|
17077
|
+
*/
|
|
17078
|
+
const KENDO_MULTICOLUMNCOMBOBOX = [
|
|
17079
|
+
MultiColumnComboBoxComponent,
|
|
17080
|
+
ComboBoxColumnComponent,
|
|
17081
|
+
ColumnHeaderTemplateDirective,
|
|
17082
|
+
ColumnCellTemplateDirective,
|
|
17083
|
+
FixedGroupTemplateDirective,
|
|
17084
|
+
FooterTemplateDirective,
|
|
17085
|
+
GroupTemplateDirective,
|
|
17086
|
+
HeaderTemplateDirective,
|
|
17087
|
+
ItemTemplateDirective,
|
|
17088
|
+
NoDataTemplateDirective,
|
|
17089
|
+
FilterDirective,
|
|
17090
|
+
CustomMessagesComponent,
|
|
17091
|
+
SuffixTemplateDirective,
|
|
17092
|
+
PrefixTemplateDirective
|
|
17093
|
+
];
|
|
17094
|
+
/**
|
|
17095
|
+
* Utility array that contains all `DropDownList` related components and directives
|
|
17096
|
+
*/
|
|
17097
|
+
const KENDO_DROPDOWNLIST = [
|
|
17098
|
+
DropDownListComponent,
|
|
17099
|
+
FixedGroupTemplateDirective,
|
|
17100
|
+
FooterTemplateDirective,
|
|
17101
|
+
GroupTemplateDirective,
|
|
17102
|
+
HeaderTemplateDirective,
|
|
17103
|
+
ItemTemplateDirective,
|
|
17104
|
+
ValueTemplateDirective,
|
|
17105
|
+
NoDataTemplateDirective,
|
|
17106
|
+
FilterDirective,
|
|
17107
|
+
CustomMessagesComponent
|
|
17108
|
+
];
|
|
17109
|
+
/**
|
|
17110
|
+
* Utility array that contains all `MultiSelect` related components and directives
|
|
17111
|
+
*/
|
|
17112
|
+
const KENDO_MULTISELECT = [
|
|
17113
|
+
MultiSelectComponent,
|
|
17114
|
+
SummaryTagDirective,
|
|
17115
|
+
CustomItemTemplateDirective,
|
|
17116
|
+
FixedGroupTemplateDirective,
|
|
17117
|
+
FooterTemplateDirective,
|
|
17118
|
+
GroupTemplateDirective,
|
|
17119
|
+
GroupTagTemplateDirective,
|
|
17120
|
+
TagTemplateDirective,
|
|
17121
|
+
HeaderTemplateDirective,
|
|
17122
|
+
ItemTemplateDirective,
|
|
17123
|
+
NoDataTemplateDirective,
|
|
17124
|
+
FilterDirective,
|
|
17125
|
+
CustomMessagesComponent,
|
|
17126
|
+
SuffixTemplateDirective,
|
|
17127
|
+
PrefixTemplateDirective
|
|
17128
|
+
];
|
|
17129
|
+
/**
|
|
17130
|
+
* Utility array that contains all `DropDownTree` related components and directives
|
|
17131
|
+
*/
|
|
17132
|
+
const KENDO_DROPDOWNTREE = [
|
|
17108
17133
|
DropDownTreeComponent,
|
|
17109
|
-
MultiSelectTreeComponent,
|
|
17110
17134
|
DropDownTreeFlatBindingDirective,
|
|
17111
17135
|
DropDownTreeHierarchyBindingDirective,
|
|
17136
|
+
DropDownTreesExpandDirective,
|
|
17137
|
+
NodeTemplateDirective,
|
|
17138
|
+
HeaderTemplateDirective,
|
|
17139
|
+
FooterTemplateDirective,
|
|
17140
|
+
ValueTemplateDirective,
|
|
17141
|
+
NoDataTemplateDirective,
|
|
17142
|
+
CustomMessagesComponent
|
|
17143
|
+
];
|
|
17144
|
+
/**
|
|
17145
|
+
* Utility array that contains all `MultiSelectTree` related components and directives
|
|
17146
|
+
*/
|
|
17147
|
+
const KENDO_MULTISELECTTREE = [
|
|
17148
|
+
MultiSelectTreeComponent,
|
|
17112
17149
|
MultiSelectTreeFlatBindingDirective,
|
|
17113
17150
|
MultiSelectTreeHierarchyBindingDirective,
|
|
17114
17151
|
DropDownTreesExpandDirective,
|
|
17115
17152
|
NodeTemplateDirective,
|
|
17116
|
-
MultiSelectTreeSummaryTagDirective
|
|
17153
|
+
MultiSelectTreeSummaryTagDirective,
|
|
17154
|
+
GroupTagTemplateDirective,
|
|
17155
|
+
TagTemplateDirective,
|
|
17156
|
+
HeaderTemplateDirective,
|
|
17157
|
+
FooterTemplateDirective,
|
|
17158
|
+
ValueTemplateDirective,
|
|
17159
|
+
NoDataTemplateDirective,
|
|
17160
|
+
CustomMessagesComponent
|
|
17117
17161
|
];
|
|
17118
17162
|
/**
|
|
17119
|
-
*
|
|
17163
|
+
* Utility array that contains all `@progress/kendo-angular-dropdowns` related components and directives
|
|
17164
|
+
*/
|
|
17165
|
+
const KENDO_DROPDOWNS = [
|
|
17166
|
+
...KENDO_AUTOCOMPLETE,
|
|
17167
|
+
...KENDO_COMBOBOX,
|
|
17168
|
+
...KENDO_MULTICOLUMNCOMBOBOX,
|
|
17169
|
+
...KENDO_DROPDOWNLIST,
|
|
17170
|
+
...KENDO_MULTISELECT,
|
|
17171
|
+
...KENDO_DROPDOWNTREE,
|
|
17172
|
+
...KENDO_MULTISELECTTREE
|
|
17173
|
+
];
|
|
17174
|
+
|
|
17175
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
17176
|
+
/**
|
|
17177
|
+
* - `MultiSelectTreeComponent`—The MultiSelectTree component class.
|
|
17178
|
+
* - `DropDownTreeComponent`—The DropDownTree component class.
|
|
17179
|
+
* - `MultiSelectTreeFlatBindingDirective`—The MultiSelectTree flat binding directive.
|
|
17180
|
+
* - `DropDownTreeFlatBindingDirective`—The DropDownTree flat binding directive.
|
|
17181
|
+
* - `MultiSelectTreeHierarchyBindingDirective`—The MultiSelectTree hierarchy binding directive.
|
|
17182
|
+
* - `DropDownTreeHierarchyBindingDirective`—The DropDownTree hierarchy binding directive.
|
|
17183
|
+
* - `DropDownTreesExpandDirective`—The DropDownTreesExpand directive.
|
|
17184
|
+
* - `NodeTemplateDirective`—The node template directive.
|
|
17185
|
+
* - `MultiSelectTreeSummaryTagDirective`—The MultiSelectTreeSummaryTag directive.
|
|
17186
|
+
* - `TagTemplateDirective`—The tag template directive.
|
|
17187
|
+
* - `GroupTagTemplateDirective`—The group tag template directive.
|
|
17188
|
+
* - `HeaderTemplateDirective`—The header template directive.
|
|
17189
|
+
* - `FooterTemplateDirective`—The footer template directive.
|
|
17190
|
+
* - `ValueTemplateDirective`—The value template directive.
|
|
17191
|
+
* - `NoDataTemplateDirective`—The no-data template directive.
|
|
17192
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
17120
17193
|
*/
|
|
17121
17194
|
class DropDownTreesModule {
|
|
17122
17195
|
}
|
|
17123
17196
|
DropDownTreesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17124
|
-
DropDownTreesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesModule,
|
|
17125
|
-
|
|
17126
|
-
|
|
17127
|
-
|
|
17128
|
-
|
|
17129
|
-
|
|
17130
|
-
|
|
17131
|
-
|
|
17132
|
-
|
|
17133
|
-
|
|
17134
|
-
DropDownTreeFlatBindingDirective,
|
|
17135
|
-
DropDownTreeHierarchyBindingDirective,
|
|
17136
|
-
MultiSelectTreeFlatBindingDirective,
|
|
17137
|
-
MultiSelectTreeHierarchyBindingDirective,
|
|
17138
|
-
DropDownTreesExpandDirective,
|
|
17139
|
-
NodeTemplateDirective,
|
|
17140
|
-
MultiSelectTreeSummaryTagDirective, SharedDirectivesModule] });
|
|
17141
|
-
DropDownTreesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesModule, imports: [SharedModule, TreeViewModule, SharedDirectivesModule] });
|
|
17197
|
+
DropDownTreesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesModule, imports: [DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent], exports: [DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent] });
|
|
17198
|
+
DropDownTreesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesModule, providers: [
|
|
17199
|
+
IconsService,
|
|
17200
|
+
PopupService,
|
|
17201
|
+
ResizeBatchService,
|
|
17202
|
+
DialogContainerService,
|
|
17203
|
+
DialogService,
|
|
17204
|
+
WindowService,
|
|
17205
|
+
WindowContainerService
|
|
17206
|
+
], imports: [DropDownTreeComponent, CustomMessagesComponent, MultiSelectTreeComponent, CustomMessagesComponent] });
|
|
17142
17207
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreesModule, decorators: [{
|
|
17143
17208
|
type: NgModule,
|
|
17144
17209
|
args: [{
|
|
17145
|
-
|
|
17146
|
-
exports: [
|
|
17147
|
-
|
|
17210
|
+
imports: [...KENDO_DROPDOWNTREE, ...KENDO_MULTISELECTTREE],
|
|
17211
|
+
exports: [...KENDO_DROPDOWNTREE, ...KENDO_MULTISELECTTREE],
|
|
17212
|
+
providers: [
|
|
17213
|
+
IconsService,
|
|
17214
|
+
PopupService,
|
|
17215
|
+
ResizeBatchService,
|
|
17216
|
+
DialogContainerService,
|
|
17217
|
+
DialogService,
|
|
17218
|
+
WindowService,
|
|
17219
|
+
WindowContainerService
|
|
17220
|
+
]
|
|
17148
17221
|
}]
|
|
17149
17222
|
}] });
|
|
17150
17223
|
|
|
17224
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
17151
17225
|
/**
|
|
17152
|
-
*
|
|
17153
|
-
*
|
|
17154
|
-
* ([more information and examples]({% slug summarytagmode_multiselect %})).
|
|
17226
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
17227
|
+
* definition for the Dropdowns components.
|
|
17155
17228
|
*
|
|
17156
17229
|
* @example
|
|
17157
|
-
* ```ts-no-run
|
|
17158
|
-
* <kendo-multiselect kendoMultiSelectSummaryTag [data]="data"></kendo-multiselect>
|
|
17159
|
-
* ```
|
|
17160
17230
|
*
|
|
17161
|
-
* @example
|
|
17162
17231
|
* ```ts-no-run
|
|
17163
|
-
*
|
|
17232
|
+
* // Import the Dropdowns module
|
|
17233
|
+
* import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
17234
|
+
*
|
|
17235
|
+
* // The browser platform with a compiler
|
|
17236
|
+
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
17237
|
+
*
|
|
17238
|
+
* import { NgModule } from '@angular/core';
|
|
17239
|
+
*
|
|
17240
|
+
* // Import the app component
|
|
17241
|
+
* import { AppComponent } from './app.component';
|
|
17242
|
+
*
|
|
17243
|
+
* // Define the app module
|
|
17244
|
+
* _@NgModule({
|
|
17245
|
+
* declarations: [AppComponent], // declare the app component
|
|
17246
|
+
* imports: [BrowserModule, DropDownsModule], // import the Dropdowns module
|
|
17247
|
+
* bootstrap: [AppComponent]
|
|
17248
|
+
* })
|
|
17249
|
+
* export class AppModule {}
|
|
17250
|
+
*
|
|
17251
|
+
* // Compile and launch the module
|
|
17252
|
+
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
17253
|
+
*
|
|
17164
17254
|
* ```
|
|
17165
17255
|
*/
|
|
17166
|
-
class
|
|
17167
|
-
constructor(multiSelectComponent) {
|
|
17168
|
-
this.multiSelectComponent = multiSelectComponent;
|
|
17169
|
-
/**
|
|
17170
|
-
* A numeric value that indicates the number of selected data items after which the summary tag will appear.
|
|
17171
|
-
*/
|
|
17172
|
-
this.showAfter = 0;
|
|
17173
|
-
this.createTagMapper();
|
|
17174
|
-
}
|
|
17175
|
-
ngOnChanges(changes) {
|
|
17176
|
-
if (isPresent(changes.showAfter)) {
|
|
17177
|
-
this.createTagMapper();
|
|
17178
|
-
this.multiSelectComponent.onTagMapperChange();
|
|
17179
|
-
}
|
|
17180
|
-
}
|
|
17181
|
-
createTagMapper() {
|
|
17182
|
-
const showAfter = parseNumber(this.showAfter);
|
|
17183
|
-
this.multiSelectComponent.tagMapper = (tags) => {
|
|
17184
|
-
if (tags.length > showAfter) {
|
|
17185
|
-
const result = tags.slice(0, showAfter);
|
|
17186
|
-
result.push(tags.slice(showAfter, tags.length));
|
|
17187
|
-
return result;
|
|
17188
|
-
}
|
|
17189
|
-
else {
|
|
17190
|
-
return tags;
|
|
17191
|
-
}
|
|
17192
|
-
};
|
|
17193
|
-
}
|
|
17194
|
-
}
|
|
17195
|
-
SummaryTagDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SummaryTagDirective, deps: [{ token: MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17196
|
-
SummaryTagDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SummaryTagDirective, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
|
|
17197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SummaryTagDirective, decorators: [{
|
|
17198
|
-
type: Directive,
|
|
17199
|
-
args: [{
|
|
17200
|
-
selector: '[kendoMultiSelectSummaryTag]'
|
|
17201
|
-
}]
|
|
17202
|
-
}], ctorParameters: function () { return [{ type: MultiSelectComponent }]; }, propDecorators: { showAfter: [{
|
|
17203
|
-
type: Input,
|
|
17204
|
-
args: ['kendoMultiSelectSummaryTag']
|
|
17205
|
-
}] } });
|
|
17206
|
-
|
|
17207
|
-
/**
|
|
17208
|
-
* @hidden
|
|
17209
|
-
*/
|
|
17210
|
-
class SharedEventsModule {
|
|
17256
|
+
class DropDownsModule {
|
|
17211
17257
|
}
|
|
17212
|
-
|
|
17213
|
-
|
|
17214
|
-
|
|
17215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
17258
|
+
DropDownsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17259
|
+
DropDownsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, imports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, DropDownListComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, MultiSelectComponent, SummaryTagDirective, CustomItemTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent], exports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, DropDownListComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, MultiSelectComponent, SummaryTagDirective, CustomItemTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent] });
|
|
17260
|
+
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: [AutoCompleteComponent, CustomMessagesComponent, ComboBoxComponent, CustomMessagesComponent, MultiColumnComboBoxComponent, ComboBoxColumnComponent, CustomMessagesComponent, DropDownListComponent, CustomMessagesComponent, MultiSelectComponent, CustomMessagesComponent, DropDownTreeComponent, CustomMessagesComponent, MultiSelectTreeComponent, CustomMessagesComponent] });
|
|
17261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, decorators: [{
|
|
17216
17262
|
type: NgModule,
|
|
17217
17263
|
args: [{
|
|
17218
|
-
|
|
17219
|
-
|
|
17264
|
+
exports: [...KENDO_DROPDOWNS],
|
|
17265
|
+
imports: [...KENDO_DROPDOWNS],
|
|
17266
|
+
providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService]
|
|
17220
17267
|
}]
|
|
17221
17268
|
}] });
|
|
17222
17269
|
|
|
17223
|
-
|
|
17224
|
-
AutoCompleteComponent
|
|
17225
|
-
];
|
|
17270
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
17226
17271
|
/**
|
|
17227
|
-
* @hidden
|
|
17228
17272
|
*
|
|
17229
17273
|
* The exported package module.
|
|
17230
17274
|
*
|
|
17231
17275
|
* The package exports:
|
|
17232
|
-
* - `
|
|
17276
|
+
* - `MultiSelectComponent`—The MultiSelect component class.
|
|
17277
|
+
* - `SummaryTagDirective`—The MultiSelect summary tag directive.
|
|
17233
17278
|
* - `ItemTemplateDirective`—The item template directive.
|
|
17279
|
+
* - `CustomItemTemplateDirective`—The custom item template directive.
|
|
17280
|
+
* - `TagTemplateDirective`—The tag template directive.
|
|
17281
|
+
* - `GroupTagTemplateDirective`—The group tag template directive.
|
|
17282
|
+
* - `SummaryTagTemplateDirective`—The summary tag template directive.
|
|
17234
17283
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
17235
17284
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
17285
|
+
* - `NoDataTemplateDirective`—The no-data template directive.
|
|
17286
|
+
* - `FilterDirective`—The filter directive.
|
|
17287
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
17288
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
17289
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
17290
|
+
* - `SuffixTemplateDirective`—The suffix template directive.
|
|
17291
|
+
* - `PrefixTemplateDirective`—The prefix template directive.
|
|
17236
17292
|
*/
|
|
17237
|
-
class
|
|
17293
|
+
class MultiSelectModule {
|
|
17238
17294
|
}
|
|
17239
|
-
|
|
17240
|
-
|
|
17241
|
-
|
|
17242
|
-
|
|
17295
|
+
MultiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17296
|
+
MultiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, imports: [MultiSelectComponent, SummaryTagDirective, CustomItemTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective], exports: [MultiSelectComponent, SummaryTagDirective, CustomItemTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective] });
|
|
17297
|
+
MultiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, providers: [
|
|
17298
|
+
PopupService,
|
|
17299
|
+
ResizeBatchService,
|
|
17300
|
+
IconsService
|
|
17301
|
+
], imports: [MultiSelectComponent, CustomMessagesComponent] });
|
|
17302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, decorators: [{
|
|
17243
17303
|
type: NgModule,
|
|
17244
17304
|
args: [{
|
|
17245
|
-
|
|
17246
|
-
exports: [
|
|
17247
|
-
|
|
17305
|
+
imports: [...KENDO_MULTISELECT],
|
|
17306
|
+
exports: [...KENDO_MULTISELECT],
|
|
17307
|
+
providers: [
|
|
17308
|
+
PopupService,
|
|
17309
|
+
ResizeBatchService,
|
|
17310
|
+
IconsService
|
|
17311
|
+
]
|
|
17248
17312
|
}]
|
|
17249
17313
|
}] });
|
|
17250
17314
|
|
|
17251
|
-
const
|
|
17252
|
-
|
|
17253
|
-
|
|
17254
|
-
|
|
17255
|
-
|
|
17256
|
-
|
|
17315
|
+
const SHARED_DIRECTIVES = [
|
|
17316
|
+
HeaderTemplateDirective,
|
|
17317
|
+
FooterTemplateDirective,
|
|
17318
|
+
ItemTemplateDirective,
|
|
17319
|
+
GroupTemplateDirective,
|
|
17320
|
+
FixedGroupTemplateDirective,
|
|
17321
|
+
NoDataTemplateDirective,
|
|
17322
|
+
ValueTemplateDirective,
|
|
17323
|
+
TagTemplateDirective,
|
|
17324
|
+
GroupTagTemplateDirective,
|
|
17325
|
+
LocalizedMessagesDirective,
|
|
17326
|
+
CustomMessagesComponent,
|
|
17327
|
+
FilterDirective,
|
|
17328
|
+
FilterInputDirective
|
|
17257
17329
|
];
|
|
17258
17330
|
/**
|
|
17259
17331
|
* @hidden
|
|
@@ -17261,146 +17333,216 @@ const COMBOBOX_DIRECTIVES = [
|
|
|
17261
17333
|
* The exported package module.
|
|
17262
17334
|
*
|
|
17263
17335
|
* The package exports:
|
|
17264
|
-
* - `ComboBoxComponent`—The ComboBox component class.
|
|
17265
|
-
* - `MultiColumnComboBoxComponent`—The MultiColumnComboBox component class.
|
|
17266
17336
|
* - `ItemTemplateDirective`—The item template directive.
|
|
17337
|
+
* - `ValueTemplateDirective`—The value template directive.
|
|
17267
17338
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
17268
17339
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
17269
|
-
* - `
|
|
17270
|
-
* - `
|
|
17340
|
+
* - `NoDataTemplateDirective`—The noData template directive.
|
|
17341
|
+
* - `TagTemplateDirective`—The tag template directive.
|
|
17342
|
+
* - `SummaryTagTemplateDirective`—The summary tag template directive.
|
|
17271
17343
|
*/
|
|
17272
|
-
class
|
|
17344
|
+
class SharedDirectivesModule {
|
|
17273
17345
|
}
|
|
17274
|
-
|
|
17275
|
-
|
|
17276
|
-
|
|
17277
|
-
|
|
17278
|
-
|
|
17279
|
-
|
|
17280
|
-
|
|
17281
|
-
|
|
17282
|
-
|
|
17283
|
-
|
|
17284
|
-
|
|
17285
|
-
|
|
17346
|
+
SharedDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17347
|
+
SharedDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, imports: [HeaderTemplateDirective,
|
|
17348
|
+
FooterTemplateDirective,
|
|
17349
|
+
ItemTemplateDirective,
|
|
17350
|
+
GroupTemplateDirective,
|
|
17351
|
+
FixedGroupTemplateDirective,
|
|
17352
|
+
NoDataTemplateDirective,
|
|
17353
|
+
ValueTemplateDirective,
|
|
17354
|
+
TagTemplateDirective,
|
|
17355
|
+
GroupTagTemplateDirective,
|
|
17356
|
+
LocalizedMessagesDirective,
|
|
17357
|
+
CustomMessagesComponent,
|
|
17358
|
+
FilterDirective,
|
|
17359
|
+
FilterInputDirective], exports: [HeaderTemplateDirective,
|
|
17360
|
+
FooterTemplateDirective,
|
|
17361
|
+
ItemTemplateDirective,
|
|
17362
|
+
GroupTemplateDirective,
|
|
17363
|
+
FixedGroupTemplateDirective,
|
|
17364
|
+
NoDataTemplateDirective,
|
|
17365
|
+
ValueTemplateDirective,
|
|
17366
|
+
TagTemplateDirective,
|
|
17367
|
+
GroupTagTemplateDirective,
|
|
17368
|
+
LocalizedMessagesDirective,
|
|
17369
|
+
CustomMessagesComponent,
|
|
17370
|
+
FilterDirective,
|
|
17371
|
+
FilterInputDirective] });
|
|
17372
|
+
SharedDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, imports: [CustomMessagesComponent] });
|
|
17373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, decorators: [{
|
|
17286
17374
|
type: NgModule,
|
|
17287
17375
|
args: [{
|
|
17288
|
-
|
|
17289
|
-
exports: [
|
|
17290
|
-
imports: [SharedModule, AdornmentsModule, SharedEventsModule],
|
|
17291
|
-
providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }]
|
|
17376
|
+
imports: [SHARED_DIRECTIVES],
|
|
17377
|
+
exports: [SHARED_DIRECTIVES]
|
|
17292
17378
|
}]
|
|
17293
17379
|
}] });
|
|
17294
17380
|
|
|
17295
|
-
const
|
|
17296
|
-
|
|
17381
|
+
const INTERNAL_DIRECTIVES = [
|
|
17382
|
+
ListComponent,
|
|
17383
|
+
ListItemDirective,
|
|
17384
|
+
SelectableDirective,
|
|
17385
|
+
SearchBarComponent,
|
|
17386
|
+
TemplateContextDirective,
|
|
17387
|
+
TagListComponent,
|
|
17388
|
+
CheckDirective,
|
|
17389
|
+
CheckAllDirective,
|
|
17390
|
+
ResponsiveRendererComponent
|
|
17297
17391
|
];
|
|
17298
17392
|
/**
|
|
17299
17393
|
* @hidden
|
|
17394
|
+
*/
|
|
17395
|
+
class SharedModule {
|
|
17396
|
+
}
|
|
17397
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17398
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [ListComponent,
|
|
17399
|
+
ListItemDirective,
|
|
17400
|
+
SelectableDirective,
|
|
17401
|
+
SearchBarComponent,
|
|
17402
|
+
TemplateContextDirective,
|
|
17403
|
+
TagListComponent,
|
|
17404
|
+
CheckDirective,
|
|
17405
|
+
CheckAllDirective,
|
|
17406
|
+
ResponsiveRendererComponent, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule], exports: [ListComponent,
|
|
17407
|
+
ListItemDirective,
|
|
17408
|
+
SelectableDirective,
|
|
17409
|
+
SearchBarComponent,
|
|
17410
|
+
TemplateContextDirective,
|
|
17411
|
+
TagListComponent,
|
|
17412
|
+
CheckDirective,
|
|
17413
|
+
CheckAllDirective,
|
|
17414
|
+
ResponsiveRendererComponent, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule] });
|
|
17415
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [ListComponent,
|
|
17416
|
+
SearchBarComponent,
|
|
17417
|
+
TagListComponent,
|
|
17418
|
+
ResponsiveRendererComponent, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule] });
|
|
17419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
|
17420
|
+
type: NgModule,
|
|
17421
|
+
args: [{
|
|
17422
|
+
imports: [INTERNAL_DIRECTIVES, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule],
|
|
17423
|
+
exports: [INTERNAL_DIRECTIVES, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule],
|
|
17424
|
+
providers: [IconsService, PopupService, ResizeBatchService]
|
|
17425
|
+
}]
|
|
17426
|
+
}] });
|
|
17427
|
+
|
|
17428
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
17429
|
+
/**
|
|
17300
17430
|
*
|
|
17301
17431
|
* The exported package module.
|
|
17302
17432
|
*
|
|
17303
17433
|
* The package exports:
|
|
17304
|
-
* - `
|
|
17434
|
+
* - `AutoCompleteComponent`—The AutoComplete component class.
|
|
17305
17435
|
* - `ItemTemplateDirective`—The item template directive.
|
|
17306
|
-
* - `ValueTemplateDirective`—The value template directive.
|
|
17307
17436
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
17308
17437
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
17438
|
+
* - `NoDataTemplateDirective`—The no data template directive.
|
|
17439
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
17440
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
17441
|
+
* - `FilterDirective`—The filter directive.
|
|
17442
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
17443
|
+
* - `SuffixTemplateDirective`—The suffix template directive.
|
|
17444
|
+
* - `PrefixTemplateDirective`—The prefix template directive.
|
|
17309
17445
|
*/
|
|
17310
|
-
class
|
|
17446
|
+
class AutoCompleteModule {
|
|
17311
17447
|
}
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
|
|
17448
|
+
AutoCompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17449
|
+
AutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, imports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective], exports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective] });
|
|
17450
|
+
AutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, providers: [
|
|
17451
|
+
PopupService,
|
|
17452
|
+
ResizeBatchService,
|
|
17453
|
+
IconsService
|
|
17454
|
+
], imports: [AutoCompleteComponent, CustomMessagesComponent] });
|
|
17455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, decorators: [{
|
|
17316
17456
|
type: NgModule,
|
|
17317
17457
|
args: [{
|
|
17318
|
-
|
|
17319
|
-
exports: [
|
|
17320
|
-
|
|
17458
|
+
imports: [...KENDO_AUTOCOMPLETE],
|
|
17459
|
+
exports: [...KENDO_AUTOCOMPLETE],
|
|
17460
|
+
providers: [
|
|
17461
|
+
PopupService,
|
|
17462
|
+
ResizeBatchService,
|
|
17463
|
+
IconsService
|
|
17464
|
+
]
|
|
17321
17465
|
}]
|
|
17322
17466
|
}] });
|
|
17323
17467
|
|
|
17324
|
-
|
|
17325
|
-
MultiSelectComponent,
|
|
17326
|
-
SummaryTagDirective,
|
|
17327
|
-
CustomItemTemplateDirective
|
|
17328
|
-
];
|
|
17468
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
17329
17469
|
/**
|
|
17330
|
-
* @hidden
|
|
17331
17470
|
*
|
|
17332
17471
|
* The exported package module.
|
|
17333
17472
|
*
|
|
17334
17473
|
* The package exports:
|
|
17335
|
-
* - `
|
|
17336
|
-
* - `
|
|
17474
|
+
* - `ComboBoxComponent`—The ComboBox component class.
|
|
17475
|
+
* - `ComboBoxColumnComponent`—The ComboBoxColumn component class.
|
|
17476
|
+
* - `MultiColumnComboBoxComponent`—The MultiColumnComboBox component class.
|
|
17337
17477
|
* - `ItemTemplateDirective`—The item template directive.
|
|
17338
|
-
* - `CustomItemTemplateDirective`—The custom item template directive.
|
|
17339
|
-
* - `TagTemplateDirective`—The tag template directive.
|
|
17340
|
-
* - `SummaryTagTemplateDirective`—The summary tag template directive.
|
|
17341
17478
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
17342
17479
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
17343
|
-
* - `NoDataTemplateDirective`—The no
|
|
17480
|
+
* - `NoDataTemplateDirective`—The no data template directive.
|
|
17481
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
17482
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
17483
|
+
* - `FilterDirective`—The filter directive.
|
|
17484
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
17485
|
+
* - `SuffixTemplateDirective`—The suffix template directive.
|
|
17486
|
+
* - `PrefixTemplateDirective`—The prefix template directive.
|
|
17344
17487
|
*/
|
|
17345
|
-
class
|
|
17488
|
+
class ComboBoxModule {
|
|
17346
17489
|
}
|
|
17347
|
-
|
|
17348
|
-
|
|
17349
|
-
|
|
17350
|
-
|
|
17351
|
-
|
|
17352
|
-
|
|
17353
|
-
|
|
17354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
17490
|
+
ComboBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17491
|
+
ComboBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxModule, imports: [ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective], exports: [ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective] });
|
|
17492
|
+
ComboBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxModule, providers: [
|
|
17493
|
+
PopupService,
|
|
17494
|
+
ResizeBatchService,
|
|
17495
|
+
IconsService
|
|
17496
|
+
], imports: [ComboBoxComponent, CustomMessagesComponent, MultiColumnComboBoxComponent, ComboBoxColumnComponent, CustomMessagesComponent] });
|
|
17497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxModule, decorators: [{
|
|
17355
17498
|
type: NgModule,
|
|
17356
17499
|
args: [{
|
|
17357
|
-
|
|
17358
|
-
exports: [
|
|
17359
|
-
|
|
17360
|
-
|
|
17500
|
+
imports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX],
|
|
17501
|
+
exports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX],
|
|
17502
|
+
providers: [
|
|
17503
|
+
PopupService,
|
|
17504
|
+
ResizeBatchService,
|
|
17505
|
+
IconsService
|
|
17506
|
+
]
|
|
17361
17507
|
}]
|
|
17362
17508
|
}] });
|
|
17363
17509
|
|
|
17510
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
17364
17511
|
/**
|
|
17365
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
17366
|
-
* definition for the Dropdowns components.
|
|
17367
|
-
*
|
|
17368
|
-
* @example
|
|
17369
|
-
*
|
|
17370
|
-
* ```ts-no-run
|
|
17371
|
-
* // Import the Dropdowns module
|
|
17372
|
-
* import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
17373
|
-
*
|
|
17374
|
-
* // The browser platform with a compiler
|
|
17375
|
-
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
17376
|
-
*
|
|
17377
|
-
* import { NgModule } from '@angular/core';
|
|
17378
17512
|
*
|
|
17379
|
-
*
|
|
17380
|
-
* import { AppComponent } from './app.component';
|
|
17381
|
-
*
|
|
17382
|
-
* // Define the app module
|
|
17383
|
-
* _@NgModule({
|
|
17384
|
-
* declarations: [AppComponent], // declare the app component
|
|
17385
|
-
* imports: [BrowserModule, DropDownsModule], // import the Dropdowns module
|
|
17386
|
-
* bootstrap: [AppComponent]
|
|
17387
|
-
* })
|
|
17388
|
-
* export class AppModule {}
|
|
17389
|
-
*
|
|
17390
|
-
* // Compile and launch the module
|
|
17391
|
-
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
17513
|
+
* The exported package module.
|
|
17392
17514
|
*
|
|
17393
|
-
*
|
|
17515
|
+
* The package exports:
|
|
17516
|
+
* - `DropDownListComponent`—The DropDownList component class.
|
|
17517
|
+
* - `ItemTemplateDirective`—The item template directive.
|
|
17518
|
+
* - `ValueTemplateDirective`—The value template directive.
|
|
17519
|
+
* - `HeaderTemplateDirective`—The header template directive.
|
|
17520
|
+
* - `FooterTemplateDirective`—The footer template directive.
|
|
17521
|
+
* - `NoDataTemplateDirective`—The no data template directive.
|
|
17522
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
17523
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
17524
|
+
* - `FilterDirective`—The filter directive.
|
|
17525
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
17394
17526
|
*/
|
|
17395
|
-
class
|
|
17527
|
+
class DropDownListModule {
|
|
17396
17528
|
}
|
|
17397
|
-
|
|
17398
|
-
|
|
17399
|
-
|
|
17400
|
-
|
|
17529
|
+
DropDownListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17530
|
+
DropDownListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, imports: [DropDownListComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent], exports: [DropDownListComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent] });
|
|
17531
|
+
DropDownListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, providers: [
|
|
17532
|
+
PopupService,
|
|
17533
|
+
ResizeBatchService,
|
|
17534
|
+
IconsService
|
|
17535
|
+
], imports: [DropDownListComponent, CustomMessagesComponent] });
|
|
17536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, decorators: [{
|
|
17401
17537
|
type: NgModule,
|
|
17402
17538
|
args: [{
|
|
17403
|
-
|
|
17539
|
+
imports: [...KENDO_DROPDOWNLIST],
|
|
17540
|
+
exports: [...KENDO_DROPDOWNLIST],
|
|
17541
|
+
providers: [
|
|
17542
|
+
PopupService,
|
|
17543
|
+
ResizeBatchService,
|
|
17544
|
+
IconsService
|
|
17545
|
+
]
|
|
17404
17546
|
}]
|
|
17405
17547
|
}] });
|
|
17406
17548
|
|
|
@@ -17408,5 +17550,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17408
17550
|
* Generated bundle index. Do not edit.
|
|
17409
17551
|
*/
|
|
17410
17552
|
|
|
17411
|
-
export { AutoCompleteComponent, AutoCompleteModule, CheckAllDirective, CheckDirective, ColumnCellTemplateDirective, ColumnHeaderTemplateDirective, ComboBoxColumnComponent, ComboBoxComponent, ComboBoxModule, CustomItemTemplateDirective, CustomMessagesComponent, DropDownListComponent, DropDownListModule, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, DropDownTreesModule, DropDownsModule, FilterDirective, FilterInputDirective, FilterableComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTagTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, ListComponent, ListItemDirective, LocalizedMessagesDirective, MultiColumnComboBoxComponent, MultiSelectComponent, MultiSelectModule, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, MultiSelectTreeSummaryTagDirective, NoDataTemplateDirective, NodeTemplateDirective, PreventableEvent, RemoveTagEvent, ResponsiveRendererComponent, SearchBarComponent, SelectableDirective, SharedDirectivesModule, SharedModule, SummaryTagDirective, TagListComponent, TagTemplateDirective,
|
|
17553
|
+
export { AutoCompleteComponent, AutoCompleteModule, CheckAllDirective, CheckDirective, ColumnCellTemplateDirective, ColumnHeaderTemplateDirective, ComboBoxColumnComponent, ComboBoxComponent, ComboBoxModule, CustomItemTemplateDirective, CustomMessagesComponent, DropDownListComponent, DropDownListModule, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, DropDownTreesModule, DropDownsModule, FilterDirective, FilterInputDirective, FilterableComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTagTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, KENDO_AUTOCOMPLETE, KENDO_COMBOBOX, KENDO_DROPDOWNLIST, KENDO_DROPDOWNS, KENDO_DROPDOWNTREE, KENDO_MULTICOLUMNCOMBOBOX, KENDO_MULTISELECT, KENDO_MULTISELECTTREE, ListComponent, ListItemDirective, LocalizedMessagesDirective, MultiColumnComboBoxComponent, MultiSelectComponent, MultiSelectModule, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, MultiSelectTreeSummaryTagDirective, NoDataTemplateDirective, NodeTemplateDirective, PreventableEvent, RemoveTagEvent, ResponsiveRendererComponent, SearchBarComponent, SelectableDirective, SharedDirectivesModule, SharedModule, SummaryTagDirective, TagListComponent, TagTemplateDirective, ValueTemplateDirective };
|
|
17412
17554
|
|