@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,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, Renderer2, Input, Output, EventEmitter, ElementRef, HostBinding, Injector, NgZone } from '@angular/core';
|
|
6
|
-
import { isDocumentAvailable, isObjectPresent, isSafari, removeHTMLAttributes, setHTMLAttributes, Keys, parseAttributes } from '@progress/kendo-angular-common';
|
|
6
|
+
import { isDocumentAvailable, isObjectPresent, isSafari, removeHTMLAttributes, setHTMLAttributes, Keys, parseAttributes, EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
|
|
7
7
|
import { combineStr, isJapanese } from './util';
|
|
8
8
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { Subscription } from 'rxjs';
|
|
@@ -283,12 +283,14 @@ export class SearchBarComponent {
|
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
285
|
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 });
|
|
286
|
-
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 });
|
|
286
|
+
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 });
|
|
287
287
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SearchBarComponent, decorators: [{
|
|
288
288
|
type: Component,
|
|
289
289
|
args: [{
|
|
290
290
|
selector: 'input[kendoSearchbar]',
|
|
291
|
-
template:
|
|
291
|
+
template: ``,
|
|
292
|
+
standalone: true,
|
|
293
|
+
imports: [EventsOutsideAngularDirective]
|
|
292
294
|
}]
|
|
293
295
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { tagListId: [{
|
|
294
296
|
type: Input
|
|
@@ -41,11 +41,12 @@ export class SelectableDirective {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
SelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, deps: [{ token: i1.SelectionService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
44
|
-
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 });
|
|
44
|
+
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 });
|
|
45
45
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, decorators: [{
|
|
46
46
|
type: Directive,
|
|
47
47
|
args: [{
|
|
48
|
-
selector: '[kendoDropDownsSelectable]'
|
|
48
|
+
selector: '[kendoDropDownsSelectable]',
|
|
49
|
+
standalone: true
|
|
49
50
|
}]
|
|
50
51
|
}], ctorParameters: function () { return [{ type: i1.SelectionService }]; }, propDecorators: { index: [{
|
|
51
52
|
type: HostBinding,
|
|
@@ -49,7 +49,7 @@ const SHARED_DIRECTIVES = [
|
|
|
49
49
|
export class SharedDirectivesModule {
|
|
50
50
|
}
|
|
51
51
|
SharedDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
52
|
-
SharedDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule,
|
|
52
|
+
SharedDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, imports: [HeaderTemplateDirective,
|
|
53
53
|
FooterTemplateDirective,
|
|
54
54
|
ItemTemplateDirective,
|
|
55
55
|
GroupTemplateDirective,
|
|
@@ -74,11 +74,11 @@ SharedDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
74
74
|
CustomMessagesComponent,
|
|
75
75
|
FilterDirective,
|
|
76
76
|
FilterInputDirective] });
|
|
77
|
-
SharedDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule });
|
|
77
|
+
SharedDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, imports: [CustomMessagesComponent] });
|
|
78
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDirectivesModule, decorators: [{
|
|
79
79
|
type: NgModule,
|
|
80
80
|
args: [{
|
|
81
|
-
|
|
81
|
+
imports: [SHARED_DIRECTIVES],
|
|
82
82
|
exports: [SHARED_DIRECTIVES]
|
|
83
83
|
}]
|
|
84
84
|
}] });
|
|
@@ -73,11 +73,12 @@ export class SharedDropDownEventsDirective {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
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 });
|
|
76
|
-
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 });
|
|
76
|
+
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 });
|
|
77
77
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedDropDownEventsDirective, decorators: [{
|
|
78
78
|
type: Directive,
|
|
79
79
|
args: [{
|
|
80
|
-
selector: '[kendoDropDownSharedEvents]'
|
|
80
|
+
selector: '[kendoDropDownSharedEvents]',
|
|
81
|
+
standalone: true
|
|
81
82
|
}]
|
|
82
83
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { hostElement: [{
|
|
83
84
|
type: Input
|
|
@@ -3,20 +3,18 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import { CommonModule } from '@angular/common';
|
|
7
6
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
8
7
|
import { ListComponent } from './list.component';
|
|
9
8
|
import { SearchBarComponent } from './searchbar.component';
|
|
10
9
|
import { TagListComponent } from './taglist.component';
|
|
11
|
-
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
12
|
-
import { ResizeSensorModule, EventsModule } from '@progress/kendo-angular-common';
|
|
10
|
+
import { PopupModule, PopupService } from '@progress/kendo-angular-popup';
|
|
11
|
+
import { ResizeSensorModule, EventsModule, TemplateContextDirective, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
13
12
|
import { SharedDirectivesModule } from './shared-directives.module';
|
|
14
13
|
import { ListItemDirective } from './list-item.directive';
|
|
15
14
|
import { SelectableDirective } from './selection/selectable.directive';
|
|
16
|
-
import { TemplateContextDirective } from './templates/template-context.directive';
|
|
17
15
|
import { CheckDirective } from '../dropdowntrees/checked-state/check.directive';
|
|
18
16
|
import { CheckAllDirective } from '../dropdowntrees/checked-state/check-all.directive';
|
|
19
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
17
|
+
import { IconsModule, IconsService } from '@progress/kendo-angular-icons';
|
|
20
18
|
import { ActionSheetModule } from '@progress/kendo-angular-navigation';
|
|
21
19
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
22
20
|
import { TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
@@ -39,7 +37,7 @@ const INTERNAL_DIRECTIVES = [
|
|
|
39
37
|
export class SharedModule {
|
|
40
38
|
}
|
|
41
39
|
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
42
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule,
|
|
40
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [ListComponent,
|
|
43
41
|
ListItemDirective,
|
|
44
42
|
SelectableDirective,
|
|
45
43
|
SearchBarComponent,
|
|
@@ -47,7 +45,7 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
|
47
45
|
TagListComponent,
|
|
48
46
|
CheckDirective,
|
|
49
47
|
CheckAllDirective,
|
|
50
|
-
ResponsiveRendererComponent
|
|
48
|
+
ResponsiveRendererComponent, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule], exports: [ListComponent,
|
|
51
49
|
ListItemDirective,
|
|
52
50
|
SelectableDirective,
|
|
53
51
|
SearchBarComponent,
|
|
@@ -55,13 +53,16 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
|
55
53
|
TagListComponent,
|
|
56
54
|
CheckDirective,
|
|
57
55
|
CheckAllDirective,
|
|
58
|
-
ResponsiveRendererComponent,
|
|
59
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule,
|
|
56
|
+
ResponsiveRendererComponent, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule] });
|
|
57
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [ListComponent,
|
|
58
|
+
SearchBarComponent,
|
|
59
|
+
TagListComponent,
|
|
60
|
+
ResponsiveRendererComponent, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule] });
|
|
60
61
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
|
61
62
|
type: NgModule,
|
|
62
63
|
args: [{
|
|
63
|
-
|
|
64
|
-
exports: [INTERNAL_DIRECTIVES,
|
|
65
|
-
|
|
64
|
+
imports: [INTERNAL_DIRECTIVES, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule],
|
|
65
|
+
exports: [INTERNAL_DIRECTIVES, FormsModule, ReactiveFormsModule, PopupModule, ResizeSensorModule, SharedDirectivesModule, EventsModule, IconsModule, ActionSheetModule, ButtonModule, TextBoxModule],
|
|
66
|
+
providers: [IconsService, PopupService, ResizeBatchService]
|
|
66
67
|
}]
|
|
67
68
|
}] });
|
|
@@ -7,10 +7,10 @@ import { TagTemplateDirective } from '../common/templates/tag-template.directive
|
|
|
7
7
|
import { GroupTagTemplateDirective } from '../common/templates/group-tag-template.directive';
|
|
8
8
|
import { getSizeClass, getter, isPresent } from '../common/util';
|
|
9
9
|
import { xCircleIcon } from '@progress/kendo-svg-icons';
|
|
10
|
+
import { NgFor, NgClass, NgIf } from '@angular/common';
|
|
11
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
12
|
+
import { TemplateContextDirective } from '@progress/kendo-angular-common';
|
|
10
13
|
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "@angular/common";
|
|
12
|
-
import * as i2 from "@progress/kendo-angular-icons";
|
|
13
|
-
import * as i3 from "./templates/template-context.directive";
|
|
14
14
|
/**
|
|
15
15
|
* @hidden
|
|
16
16
|
*/
|
|
@@ -97,7 +97,7 @@ export class TagListComponent {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
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 });
|
|
100
|
-
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: `
|
|
100
|
+
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: `
|
|
101
101
|
<div
|
|
102
102
|
*ngFor="let tag of tags; let index = index;"
|
|
103
103
|
[attr.id]="itemId(tag, index)"
|
|
@@ -156,7 +156,7 @@ TagListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
156
156
|
</span>
|
|
157
157
|
</div>
|
|
158
158
|
<ng-content></ng-content>
|
|
159
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
159
|
+
`, 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"] }] });
|
|
160
160
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagListComponent, decorators: [{
|
|
161
161
|
type: Component,
|
|
162
162
|
args: [{
|
|
@@ -220,7 +220,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
220
220
|
</span>
|
|
221
221
|
</div>
|
|
222
222
|
<ng-content></ng-content>
|
|
223
|
-
|
|
223
|
+
`,
|
|
224
|
+
standalone: true,
|
|
225
|
+
imports: [NgFor, NgClass, NgIf, TemplateContextDirective, IconWrapperComponent]
|
|
224
226
|
}]
|
|
225
227
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { tags: [{
|
|
226
228
|
type: Input
|
|
@@ -37,10 +37,11 @@ export class CustomItemTemplateDirective {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
CustomItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
40
|
-
CustomItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomItemTemplateDirective, selector: "[kendoMultiSelectCustomItemTemplate]", ngImport: i0 });
|
|
40
|
+
CustomItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomItemTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectCustomItemTemplate]", ngImport: i0 });
|
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomItemTemplateDirective, decorators: [{
|
|
42
42
|
type: Directive,
|
|
43
43
|
args: [{
|
|
44
|
-
selector: '[kendoMultiSelectCustomItemTemplate]'
|
|
44
|
+
selector: '[kendoMultiSelectCustomItemTemplate]',
|
|
45
|
+
standalone: true
|
|
45
46
|
}]
|
|
46
47
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -44,10 +44,11 @@ export class FixedGroupTemplateDirective {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
FixedGroupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FixedGroupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
47
|
-
FixedGroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FixedGroupTemplateDirective, selector: "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", ngImport: i0 });
|
|
47
|
+
FixedGroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FixedGroupTemplateDirective, isStandalone: true, selector: "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", ngImport: i0 });
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FixedGroupTemplateDirective, decorators: [{
|
|
49
49
|
type: Directive,
|
|
50
50
|
args: [{
|
|
51
|
-
selector: '[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]'
|
|
51
|
+
selector: '[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]',
|
|
52
|
+
standalone: true
|
|
52
53
|
}]
|
|
53
54
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -38,10 +38,11 @@ export class FooterTemplateDirective {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]", ngImport: i0 });
|
|
41
|
+
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 });
|
|
42
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
43
43
|
type: Directive,
|
|
44
44
|
args: [{
|
|
45
|
-
selector: '[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]'
|
|
45
|
+
selector: '[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]',
|
|
46
|
+
standalone: true
|
|
46
47
|
}]
|
|
47
48
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -36,10 +36,11 @@ export class GroupTagTemplateDirective {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
GroupTagTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTagTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
39
|
-
GroupTagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTagTemplateDirective, selector: "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", ngImport: i0 });
|
|
39
|
+
GroupTagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTagTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", ngImport: i0 });
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTagTemplateDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
|
-
selector: '[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]'
|
|
43
|
+
selector: '[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]',
|
|
44
|
+
standalone: true
|
|
44
45
|
}]
|
|
45
46
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -44,10 +44,11 @@ export class GroupTemplateDirective {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
GroupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
47
|
-
GroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTemplateDirective, selector: "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", ngImport: i0 });
|
|
47
|
+
GroupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupTemplateDirective, isStandalone: true, selector: "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", ngImport: i0 });
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupTemplateDirective, decorators: [{
|
|
49
49
|
type: Directive,
|
|
50
50
|
args: [{
|
|
51
|
-
selector: '[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]'
|
|
51
|
+
selector: '[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]',
|
|
52
|
+
standalone: true
|
|
52
53
|
}]
|
|
53
54
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -38,10 +38,11 @@ export class HeaderTemplateDirective {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", ngImport: i0 });
|
|
41
|
+
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", ngImport: i0 });
|
|
42
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
43
43
|
type: Directive,
|
|
44
44
|
args: [{
|
|
45
|
-
selector: '[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]'
|
|
45
|
+
selector: '[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]',
|
|
46
|
+
standalone: true
|
|
46
47
|
}]
|
|
47
48
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -37,10 +37,11 @@ export class ItemTemplateDirective {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
40
|
-
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", ngImport: i0 });
|
|
40
|
+
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", ngImport: i0 });
|
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
42
42
|
type: Directive,
|
|
43
43
|
args: [{
|
|
44
|
-
selector: '[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]'
|
|
44
|
+
selector: '[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]',
|
|
45
|
+
standalone: true
|
|
45
46
|
}]
|
|
46
47
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -38,10 +38,11 @@ export class NoDataTemplateDirective {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
NoDataTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoDataTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41
|
-
NoDataTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoDataTemplateDirective, selector: "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", ngImport: i0 });
|
|
41
|
+
NoDataTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoDataTemplateDirective, isStandalone: true, selector: "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", ngImport: i0 });
|
|
42
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoDataTemplateDirective, decorators: [{
|
|
43
43
|
type: Directive,
|
|
44
44
|
args: [{
|
|
45
|
-
selector: '[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]'
|
|
45
|
+
selector: '[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]',
|
|
46
|
+
standalone: true
|
|
46
47
|
}]
|
|
47
48
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -35,10 +35,11 @@ export class TagTemplateDirective {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
TagTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
38
|
-
TagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", ngImport: i0 });
|
|
38
|
+
TagTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TagTemplateDirective, isStandalone: true, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", ngImport: i0 });
|
|
39
39
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagTemplateDirective, decorators: [{
|
|
40
40
|
type: Directive,
|
|
41
41
|
args: [{
|
|
42
|
-
selector: '[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]'
|
|
42
|
+
selector: '[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]',
|
|
43
|
+
standalone: true
|
|
43
44
|
}]
|
|
44
45
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -39,10 +39,11 @@ export class ValueTemplateDirective {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
ValueTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
42
|
-
ValueTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ValueTemplateDirective, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", ngImport: i0 });
|
|
42
|
+
ValueTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ValueTemplateDirective, isStandalone: true, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", ngImport: i0 });
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueTemplateDirective, decorators: [{
|
|
44
44
|
type: Directive,
|
|
45
45
|
args: [{
|
|
46
|
-
selector: '[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]'
|
|
46
|
+
selector: '[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]',
|
|
47
|
+
standalone: true
|
|
47
48
|
}]
|
|
48
49
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { PrefixTemplateDirective, SuffixTemplateDirective } from "@progress/kendo-angular-common";
|
|
6
|
+
import { AutoCompleteComponent } from "./autocomplete/autocomplete.component";
|
|
7
|
+
import { FilterDirective } from "./common/filtering/filter.directive";
|
|
8
|
+
import { CustomMessagesComponent } from "./common/localization/custom-messages.component";
|
|
9
|
+
import { FixedGroupTemplateDirective } from "./common/templates/fixed-group-template.directive";
|
|
10
|
+
import { FooterTemplateDirective } from "./common/templates/footer-template.directive";
|
|
11
|
+
import { GroupTemplateDirective } from "./common/templates/group-template.directive";
|
|
12
|
+
import { HeaderTemplateDirective } from "./common/templates/header-template.directive";
|
|
13
|
+
import { ItemTemplateDirective } from "./common/templates/item-template.directive";
|
|
14
|
+
import { NoDataTemplateDirective } from "./common/templates/no-data-template.directive";
|
|
15
|
+
import { ComboBoxComponent } from "./comboboxes/combobox.component";
|
|
16
|
+
import { MultiColumnComboBoxComponent } from "./comboboxes/multicolumncombobox.component";
|
|
17
|
+
import { ComboBoxColumnComponent } from "./comboboxes/combobox-column/combobox-column.component";
|
|
18
|
+
import { ColumnHeaderTemplateDirective } from "./comboboxes/combobox-column/column-header-template.directive";
|
|
19
|
+
import { ColumnCellTemplateDirective } from "./comboboxes/combobox-column/column-cell-template.directive";
|
|
20
|
+
import { DropDownListComponent } from "./dropdownlist/dropdownlist.component";
|
|
21
|
+
import { ValueTemplateDirective } from "./common/templates/value-template.directive";
|
|
22
|
+
import { MultiSelectComponent } from "./multiselect/multiselect.component";
|
|
23
|
+
import { SummaryTagDirective } from "./multiselect/summary-tag.directive";
|
|
24
|
+
import { CustomItemTemplateDirective } from "./common/templates/custom-item-template.directive";
|
|
25
|
+
import { GroupTagTemplateDirective } from "./common/templates/group-tag-template.directive";
|
|
26
|
+
import { TagTemplateDirective } from "./common/templates/tag-template.directive";
|
|
27
|
+
import { DropDownTreeComponent } from "./dropdowntrees/dropdowntree.component";
|
|
28
|
+
import { MultiSelectTreeComponent } from "./dropdowntrees/multiselecttree.component";
|
|
29
|
+
import { DropDownTreeFlatBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
|
|
30
|
+
import { DropDownTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
|
|
31
|
+
import { MultiSelectTreeFlatBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
|
|
32
|
+
import { MultiSelectTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
|
|
33
|
+
import { DropDownTreesExpandDirective } from "./dropdowntrees/expanded-state/expand.directive";
|
|
34
|
+
import { NodeTemplateDirective } from "./dropdowntrees/templates/node-template.directive";
|
|
35
|
+
import { MultiSelectTreeSummaryTagDirective } from "./dropdowntrees/summary-tag/summary-tag.directive";
|
|
36
|
+
/**
|
|
37
|
+
* Utility array that contains all `AutoComplete` related components and directives
|
|
38
|
+
*/
|
|
39
|
+
export const KENDO_AUTOCOMPLETE = [
|
|
40
|
+
AutoCompleteComponent,
|
|
41
|
+
FixedGroupTemplateDirective,
|
|
42
|
+
FooterTemplateDirective,
|
|
43
|
+
GroupTemplateDirective,
|
|
44
|
+
HeaderTemplateDirective,
|
|
45
|
+
ItemTemplateDirective,
|
|
46
|
+
NoDataTemplateDirective,
|
|
47
|
+
FilterDirective,
|
|
48
|
+
CustomMessagesComponent,
|
|
49
|
+
SuffixTemplateDirective,
|
|
50
|
+
PrefixTemplateDirective
|
|
51
|
+
];
|
|
52
|
+
/**
|
|
53
|
+
* Utility array that contains all `ComboBox` related components and directives
|
|
54
|
+
*/
|
|
55
|
+
export const KENDO_COMBOBOX = [
|
|
56
|
+
ComboBoxComponent,
|
|
57
|
+
FixedGroupTemplateDirective,
|
|
58
|
+
FooterTemplateDirective,
|
|
59
|
+
GroupTemplateDirective,
|
|
60
|
+
HeaderTemplateDirective,
|
|
61
|
+
ItemTemplateDirective,
|
|
62
|
+
NoDataTemplateDirective,
|
|
63
|
+
FilterDirective,
|
|
64
|
+
CustomMessagesComponent,
|
|
65
|
+
SuffixTemplateDirective,
|
|
66
|
+
PrefixTemplateDirective
|
|
67
|
+
];
|
|
68
|
+
/**
|
|
69
|
+
* Utility array that contains all `MultiColumnComboBox` related components and directives
|
|
70
|
+
*/
|
|
71
|
+
export const KENDO_MULTICOLUMNCOMBOBOX = [
|
|
72
|
+
MultiColumnComboBoxComponent,
|
|
73
|
+
ComboBoxColumnComponent,
|
|
74
|
+
ColumnHeaderTemplateDirective,
|
|
75
|
+
ColumnCellTemplateDirective,
|
|
76
|
+
FixedGroupTemplateDirective,
|
|
77
|
+
FooterTemplateDirective,
|
|
78
|
+
GroupTemplateDirective,
|
|
79
|
+
HeaderTemplateDirective,
|
|
80
|
+
ItemTemplateDirective,
|
|
81
|
+
NoDataTemplateDirective,
|
|
82
|
+
FilterDirective,
|
|
83
|
+
CustomMessagesComponent,
|
|
84
|
+
SuffixTemplateDirective,
|
|
85
|
+
PrefixTemplateDirective
|
|
86
|
+
];
|
|
87
|
+
/**
|
|
88
|
+
* Utility array that contains all `DropDownList` related components and directives
|
|
89
|
+
*/
|
|
90
|
+
export const KENDO_DROPDOWNLIST = [
|
|
91
|
+
DropDownListComponent,
|
|
92
|
+
FixedGroupTemplateDirective,
|
|
93
|
+
FooterTemplateDirective,
|
|
94
|
+
GroupTemplateDirective,
|
|
95
|
+
HeaderTemplateDirective,
|
|
96
|
+
ItemTemplateDirective,
|
|
97
|
+
ValueTemplateDirective,
|
|
98
|
+
NoDataTemplateDirective,
|
|
99
|
+
FilterDirective,
|
|
100
|
+
CustomMessagesComponent
|
|
101
|
+
];
|
|
102
|
+
/**
|
|
103
|
+
* Utility array that contains all `MultiSelect` related components and directives
|
|
104
|
+
*/
|
|
105
|
+
export const KENDO_MULTISELECT = [
|
|
106
|
+
MultiSelectComponent,
|
|
107
|
+
SummaryTagDirective,
|
|
108
|
+
CustomItemTemplateDirective,
|
|
109
|
+
FixedGroupTemplateDirective,
|
|
110
|
+
FooterTemplateDirective,
|
|
111
|
+
GroupTemplateDirective,
|
|
112
|
+
GroupTagTemplateDirective,
|
|
113
|
+
TagTemplateDirective,
|
|
114
|
+
HeaderTemplateDirective,
|
|
115
|
+
ItemTemplateDirective,
|
|
116
|
+
NoDataTemplateDirective,
|
|
117
|
+
FilterDirective,
|
|
118
|
+
CustomMessagesComponent,
|
|
119
|
+
SuffixTemplateDirective,
|
|
120
|
+
PrefixTemplateDirective
|
|
121
|
+
];
|
|
122
|
+
/**
|
|
123
|
+
* Utility array that contains all `DropDownTree` related components and directives
|
|
124
|
+
*/
|
|
125
|
+
export const KENDO_DROPDOWNTREE = [
|
|
126
|
+
DropDownTreeComponent,
|
|
127
|
+
DropDownTreeFlatBindingDirective,
|
|
128
|
+
DropDownTreeHierarchyBindingDirective,
|
|
129
|
+
DropDownTreesExpandDirective,
|
|
130
|
+
NodeTemplateDirective,
|
|
131
|
+
HeaderTemplateDirective,
|
|
132
|
+
FooterTemplateDirective,
|
|
133
|
+
ValueTemplateDirective,
|
|
134
|
+
NoDataTemplateDirective,
|
|
135
|
+
CustomMessagesComponent
|
|
136
|
+
];
|
|
137
|
+
/**
|
|
138
|
+
* Utility array that contains all `MultiSelectTree` related components and directives
|
|
139
|
+
*/
|
|
140
|
+
export const KENDO_MULTISELECTTREE = [
|
|
141
|
+
MultiSelectTreeComponent,
|
|
142
|
+
MultiSelectTreeFlatBindingDirective,
|
|
143
|
+
MultiSelectTreeHierarchyBindingDirective,
|
|
144
|
+
DropDownTreesExpandDirective,
|
|
145
|
+
NodeTemplateDirective,
|
|
146
|
+
MultiSelectTreeSummaryTagDirective,
|
|
147
|
+
GroupTagTemplateDirective,
|
|
148
|
+
TagTemplateDirective,
|
|
149
|
+
HeaderTemplateDirective,
|
|
150
|
+
FooterTemplateDirective,
|
|
151
|
+
ValueTemplateDirective,
|
|
152
|
+
NoDataTemplateDirective,
|
|
153
|
+
CustomMessagesComponent
|
|
154
|
+
];
|
|
155
|
+
/**
|
|
156
|
+
* Utility array that contains all `@progress/kendo-angular-dropdowns` related components and directives
|
|
157
|
+
*/
|
|
158
|
+
export const KENDO_DROPDOWNS = [
|
|
159
|
+
...KENDO_AUTOCOMPLETE,
|
|
160
|
+
...KENDO_COMBOBOX,
|
|
161
|
+
...KENDO_MULTICOLUMNCOMBOBOX,
|
|
162
|
+
...KENDO_DROPDOWNLIST,
|
|
163
|
+
...KENDO_MULTISELECT,
|
|
164
|
+
...KENDO_DROPDOWNTREE,
|
|
165
|
+
...KENDO_MULTISELECTTREE
|
|
166
|
+
];
|