@progress/kendo-angular-dropdowns 17.1.0 → 17.1.1-develop.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comboboxes/combobox.module.d.ts +1 -1
- package/comboboxes/multicolumncombobox.component.d.ts +29 -0
- package/common/list.component.d.ts +2 -1
- package/directives.d.ts +4 -4
- package/dropdowns.module.d.ts +1 -1
- package/esm2022/autocomplete/autocomplete.component.mjs +3 -2
- package/esm2022/comboboxes/combobox.component.mjs +3 -2
- package/esm2022/comboboxes/combobox.module.mjs +4 -4
- package/esm2022/comboboxes/multicolumncombobox.component.mjs +83 -9
- package/esm2022/common/list.component.mjs +12 -3
- package/esm2022/directives.mjs +5 -3
- package/esm2022/dropdownlist/dropdownlist.component.mjs +3 -2
- package/esm2022/dropdowns.module.mjs +4 -4
- package/esm2022/dropdowntrees/dropdowntree.component.mjs +2 -1
- package/esm2022/dropdowntrees/multiselecttree.component.mjs +2 -1
- package/esm2022/multiselect/multiselect.component.mjs +3 -2
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-dropdowns.mjs +122 -32
- package/package.json +8 -8
- package/schematics/ngAdd/index.js +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { EventEmitter, Component, Input, HostBinding, Output, Directive, Injectable, HostListener, ViewChildren, ViewChild, forwardRef, isDevMode, ViewContainerRef, ContentChild, ContentChildren, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
7
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, KENDO_ADORNMENTS } 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, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_ADORNMENTS, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
|
|
9
9
|
export { PrefixTemplateDirective, SeparatorComponent, SuffixTemplateDirective, ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
10
10
|
import * as i7 from '@angular/forms';
|
|
11
11
|
import { NgControl, NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
@@ -34,8 +34,8 @@ const packageMetadata = {
|
|
|
34
34
|
name: '@progress/kendo-angular-dropdowns',
|
|
35
35
|
productName: 'Kendo UI for Angular',
|
|
36
36
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
37
|
-
publishDate:
|
|
38
|
-
version: '17.1.
|
|
37
|
+
publishDate: 1733730279,
|
|
38
|
+
version: '17.1.1-develop.10',
|
|
39
39
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
40
40
|
};
|
|
41
41
|
|
|
@@ -1935,6 +1935,7 @@ class ListComponent {
|
|
|
1935
1935
|
isMultiselect;
|
|
1936
1936
|
isActionSheetExpanded;
|
|
1937
1937
|
showStickyHeader;
|
|
1938
|
+
rowWidth;
|
|
1938
1939
|
set data(data) {
|
|
1939
1940
|
this._data = data[0] && data[0].header ? data.slice(0) : data;
|
|
1940
1941
|
}
|
|
@@ -2323,7 +2324,7 @@ class ListComponent {
|
|
|
2323
2324
|
}
|
|
2324
2325
|
}
|
|
2325
2326
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", 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 });
|
|
2326
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", 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: `
|
|
2327
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", 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", rowWidth: "rowWidth", 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: `
|
|
2327
2328
|
<div *ngIf="dataService.grouped && showStickyHeader"
|
|
2328
2329
|
[class]="listGroupStickyHeaderClass"
|
|
2329
2330
|
[ngStyle]="{
|
|
@@ -2368,6 +2369,7 @@ class ListComponent {
|
|
|
2368
2369
|
'k-disabled': isDisabled(itemIndex),
|
|
2369
2370
|
'k-table-alt-row': isAltRow(itemIndex)
|
|
2370
2371
|
}"
|
|
2372
|
+
[style.width.px]="rowWidth ?? null"
|
|
2371
2373
|
>
|
|
2372
2374
|
<input
|
|
2373
2375
|
*ngIf="checkboxes.enabled"
|
|
@@ -2402,7 +2404,8 @@ class ListComponent {
|
|
|
2402
2404
|
'boxSizing' : virtual ? 'border-box' : 'inherit'}"
|
|
2403
2405
|
[attr.group-index]="dataItem.index"
|
|
2404
2406
|
[attr.id]="optionPrefix + '-' + itemIndex"
|
|
2405
|
-
[attr.tabIndex]="-1"
|
|
2407
|
+
[attr.tabIndex]="-1"
|
|
2408
|
+
[style.width.px]="rowWidth ?? null">
|
|
2406
2409
|
<span [class]="listGroupItemTextClass">
|
|
2407
2410
|
<ng-template *ngIf="groupTemplate"
|
|
2408
2411
|
[templateContext]="{
|
|
@@ -2430,6 +2433,7 @@ class ListComponent {
|
|
|
2430
2433
|
'k-disabled': isDisabled(dataItem.offsetIndex),
|
|
2431
2434
|
'k-table-alt-row': isAltRow(itemIndex - 1)
|
|
2432
2435
|
}"
|
|
2436
|
+
[style.width.px]="rowWidth ?? null"
|
|
2433
2437
|
>
|
|
2434
2438
|
<ng-template *ngIf="template"
|
|
2435
2439
|
[templateContext]="{
|
|
@@ -2503,6 +2507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2503
2507
|
'k-disabled': isDisabled(itemIndex),
|
|
2504
2508
|
'k-table-alt-row': isAltRow(itemIndex)
|
|
2505
2509
|
}"
|
|
2510
|
+
[style.width.px]="rowWidth ?? null"
|
|
2506
2511
|
>
|
|
2507
2512
|
<input
|
|
2508
2513
|
*ngIf="checkboxes.enabled"
|
|
@@ -2537,7 +2542,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2537
2542
|
'boxSizing' : virtual ? 'border-box' : 'inherit'}"
|
|
2538
2543
|
[attr.group-index]="dataItem.index"
|
|
2539
2544
|
[attr.id]="optionPrefix + '-' + itemIndex"
|
|
2540
|
-
[attr.tabIndex]="-1"
|
|
2545
|
+
[attr.tabIndex]="-1"
|
|
2546
|
+
[style.width.px]="rowWidth ?? null">
|
|
2541
2547
|
<span [class]="listGroupItemTextClass">
|
|
2542
2548
|
<ng-template *ngIf="groupTemplate"
|
|
2543
2549
|
[templateContext]="{
|
|
@@ -2565,6 +2571,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2565
2571
|
'k-disabled': isDisabled(dataItem.offsetIndex),
|
|
2566
2572
|
'k-table-alt-row': isAltRow(itemIndex - 1)
|
|
2567
2573
|
}"
|
|
2574
|
+
[style.width.px]="rowWidth ?? null"
|
|
2568
2575
|
>
|
|
2569
2576
|
<ng-template *ngIf="template"
|
|
2570
2577
|
[templateContext]="{
|
|
@@ -2629,6 +2636,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2629
2636
|
type: Input
|
|
2630
2637
|
}], showStickyHeader: [{
|
|
2631
2638
|
type: Input
|
|
2639
|
+
}], rowWidth: [{
|
|
2640
|
+
type: Input
|
|
2632
2641
|
}], data: [{
|
|
2633
2642
|
type: Input
|
|
2634
2643
|
}], size: [{
|
|
@@ -4142,13 +4151,14 @@ class AutoCompleteComponent {
|
|
|
4142
4151
|
const horizontalAlign = this.direction === "rtl" ? "right" : "left";
|
|
4143
4152
|
const anchorPosition = { horizontal: horizontalAlign, vertical: "bottom" };
|
|
4144
4153
|
const popupPosition = { horizontal: horizontalAlign, vertical: "top" };
|
|
4154
|
+
const appendToComponent = typeof this.popupSettings.appendTo === 'string' && this.popupSettings.appendTo === 'component';
|
|
4145
4155
|
this.popupRef = this.popupService.open({
|
|
4146
4156
|
anchor: this.wrapper,
|
|
4147
4157
|
animate: this.popupSettings.animate,
|
|
4148
4158
|
appendTo: this.appendTo,
|
|
4149
4159
|
content: this.popupTemplate,
|
|
4150
4160
|
popupClass: this.listContainerClasses,
|
|
4151
|
-
positionMode: 'absolute',
|
|
4161
|
+
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
4152
4162
|
popupAlign: popupPosition,
|
|
4153
4163
|
anchorAlign: anchorPosition
|
|
4154
4164
|
});
|
|
@@ -4415,7 +4425,7 @@ class AutoCompleteComponent {
|
|
|
4415
4425
|
}">
|
|
4416
4426
|
</ng-template>
|
|
4417
4427
|
</ng-template>
|
|
4418
|
-
`, 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"] }] });
|
|
4428
|
+
`, 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", "rowWidth", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
4419
4429
|
}
|
|
4420
4430
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AutoCompleteComponent, decorators: [{
|
|
4421
4431
|
type: Component,
|
|
@@ -6202,13 +6212,14 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6202
6212
|
const horizontalAlign = this.direction === "rtl" ? "right" : "left";
|
|
6203
6213
|
const anchorPosition = { horizontal: horizontalAlign, vertical: "bottom" };
|
|
6204
6214
|
const popupPosition = { horizontal: horizontalAlign, vertical: "top" };
|
|
6215
|
+
const appendToComponent = typeof this.popupSettings.appendTo === 'string' && this.popupSettings.appendTo === 'component';
|
|
6205
6216
|
this.popupRef = this.popupService.open({
|
|
6206
6217
|
anchor: this.wrapper,
|
|
6207
6218
|
animate: this.popupSettings.animate,
|
|
6208
6219
|
appendTo: this.appendTo,
|
|
6209
6220
|
content: this.popupTemplate,
|
|
6210
6221
|
popupClass: this.listContainerClasses,
|
|
6211
|
-
positionMode: 'absolute',
|
|
6222
|
+
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
6212
6223
|
anchorAlign: anchorPosition,
|
|
6213
6224
|
popupAlign: popupPosition
|
|
6214
6225
|
});
|
|
@@ -6509,7 +6520,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6509
6520
|
}">
|
|
6510
6521
|
</ng-template>
|
|
6511
6522
|
</ng-template>
|
|
6512
|
-
`, 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"] }] });
|
|
6523
|
+
`, 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", "rowWidth", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
6513
6524
|
}
|
|
6514
6525
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComboBoxComponent, decorators: [{
|
|
6515
6526
|
type: Component,
|
|
@@ -7871,6 +7882,7 @@ class DropDownListComponent {
|
|
|
7871
7882
|
const horizontalAlign = this.direction === "rtl" ? "right" : "left";
|
|
7872
7883
|
const anchorPosition = { horizontal: horizontalAlign, vertical: "bottom" };
|
|
7873
7884
|
const popupPosition = { horizontal: horizontalAlign, vertical: "top" };
|
|
7885
|
+
const appendToComponent = typeof this.popupSettings.appendTo === 'string' && this.popupSettings.appendTo === 'component';
|
|
7874
7886
|
this.popupRef = this.popupService.open({
|
|
7875
7887
|
anchor: this.wrapper,
|
|
7876
7888
|
anchorAlign: anchorPosition,
|
|
@@ -7879,7 +7891,7 @@ class DropDownListComponent {
|
|
|
7879
7891
|
content: this.popupTemplate,
|
|
7880
7892
|
popupAlign: popupPosition,
|
|
7881
7893
|
popupClass: this.listContainerClasses,
|
|
7882
|
-
positionMode: 'absolute'
|
|
7894
|
+
positionMode: appendToComponent ? 'fixed' : 'absolute'
|
|
7883
7895
|
});
|
|
7884
7896
|
this.renderer.setAttribute(this.wrapper.nativeElement, 'aria-expanded', 'true');
|
|
7885
7897
|
this.renderer.setAttribute(this.wrapper.nativeElement, 'aria-controls', this.listBoxId);
|
|
@@ -8542,7 +8554,7 @@ class DropDownListComponent {
|
|
|
8542
8554
|
}">
|
|
8543
8555
|
</ng-template>
|
|
8544
8556
|
</ng-template>
|
|
8545
|
-
`, 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"] }] });
|
|
8557
|
+
`, 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", "rowWidth", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
8546
8558
|
}
|
|
8547
8559
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownListComponent, decorators: [{
|
|
8548
8560
|
type: Component,
|
|
@@ -10994,6 +11006,7 @@ class MultiSelectComponent {
|
|
|
10994
11006
|
const horizontalAlign = this.direction === "rtl" ? "right" : "left";
|
|
10995
11007
|
const anchorPosition = { horizontal: horizontalAlign, vertical: "bottom" };
|
|
10996
11008
|
const popupPosition = { horizontal: horizontalAlign, vertical: "top" };
|
|
11009
|
+
const appendToComponent = typeof this.popupSettings.appendTo === 'string' && this.popupSettings.appendTo === 'component';
|
|
10997
11010
|
this.popupRef = this.popupService.open({
|
|
10998
11011
|
anchor: this.wrapper,
|
|
10999
11012
|
anchorAlign: anchorPosition,
|
|
@@ -11002,7 +11015,7 @@ class MultiSelectComponent {
|
|
|
11002
11015
|
content: this.popupTemplate,
|
|
11003
11016
|
popupAlign: popupPosition,
|
|
11004
11017
|
popupClass: this.listContainerClasses,
|
|
11005
|
-
positionMode: 'absolute'
|
|
11018
|
+
positionMode: appendToComponent ? 'fixed' : 'absolute'
|
|
11006
11019
|
});
|
|
11007
11020
|
const popupWrapper = this.popupRef.popupElement;
|
|
11008
11021
|
const { min, max } = this.width;
|
|
@@ -11308,7 +11321,7 @@ class MultiSelectComponent {
|
|
|
11308
11321
|
}">
|
|
11309
11322
|
</ng-template>
|
|
11310
11323
|
</ng-template>
|
|
11311
|
-
`, 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"] }] });
|
|
11324
|
+
`, 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", "rowWidth", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
11312
11325
|
}
|
|
11313
11326
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiSelectComponent, decorators: [{
|
|
11314
11327
|
type: Component,
|
|
@@ -11918,6 +11931,36 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
11918
11931
|
// updates the header padding on initial render as the resize senzor doesn't kick in as early
|
|
11919
11932
|
this.updateHeaderPadding(header && header.nativeElement);
|
|
11920
11933
|
}
|
|
11934
|
+
/**
|
|
11935
|
+
* @hidden
|
|
11936
|
+
*/
|
|
11937
|
+
set headerTable(headerTable) {
|
|
11938
|
+
this._headerTable = headerTable;
|
|
11939
|
+
if (this.headerTable) {
|
|
11940
|
+
this.rowWidth = this.calculateRowWidth();
|
|
11941
|
+
}
|
|
11942
|
+
}
|
|
11943
|
+
get headerTable() {
|
|
11944
|
+
return this._headerTable;
|
|
11945
|
+
}
|
|
11946
|
+
/**
|
|
11947
|
+
* @hidden
|
|
11948
|
+
*/
|
|
11949
|
+
set headerColumns(columns) {
|
|
11950
|
+
this.headerColumnWidths = columns.map(column => column.nativeElement.offsetWidth);
|
|
11951
|
+
}
|
|
11952
|
+
/**
|
|
11953
|
+
* @hidden
|
|
11954
|
+
*/
|
|
11955
|
+
rowWidth;
|
|
11956
|
+
/**
|
|
11957
|
+
* @hidden
|
|
11958
|
+
*/
|
|
11959
|
+
headerColumnWidths = [];
|
|
11960
|
+
/**
|
|
11961
|
+
* @hidden
|
|
11962
|
+
*/
|
|
11963
|
+
totalColumnsWidth;
|
|
11921
11964
|
get popupWidth() {
|
|
11922
11965
|
const wrapperOffsetWidth = this.wrapper.nativeElement.offsetWidth;
|
|
11923
11966
|
const min = `${wrapperOffsetWidth}px`;
|
|
@@ -11925,7 +11968,9 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
11925
11968
|
const max = isNaN(width) ? width : `${width}px`;
|
|
11926
11969
|
return { min, max };
|
|
11927
11970
|
}
|
|
11971
|
+
_headerTable;
|
|
11928
11972
|
removeWindowResizeListener = noop;
|
|
11973
|
+
columnsChangeSubscription = new Subscription();
|
|
11929
11974
|
/**
|
|
11930
11975
|
* @hidden
|
|
11931
11976
|
*/
|
|
@@ -11950,6 +11995,12 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
11950
11995
|
this.updateColumnsMediaState();
|
|
11951
11996
|
this.addWindowResizeListener();
|
|
11952
11997
|
this.windowSize = windowSize();
|
|
11998
|
+
this.rowWidth = this.calculateRowWidth();
|
|
11999
|
+
this.totalColumnsWidth = this.columns.reduce((total, currentColumn) => total + currentColumn.width, 0);
|
|
12000
|
+
this.columnsChangeSubscription = this.columns.changes.subscribe(() => {
|
|
12001
|
+
this.rowWidth = this.calculateRowWidth();
|
|
12002
|
+
this.totalColumnsWidth = this.columns.reduce((total, currentColumn) => total + currentColumn.width, 0);
|
|
12003
|
+
});
|
|
11953
12004
|
this.cdr.detectChanges();
|
|
11954
12005
|
if (this.actionSheet && isDocumentAvailable()) {
|
|
11955
12006
|
// The following syntax is used as it does not violate CSP compliance
|
|
@@ -11960,6 +12011,9 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
11960
12011
|
ngOnDestroy() {
|
|
11961
12012
|
super.ngOnDestroy();
|
|
11962
12013
|
this.removeWindowResizeListener();
|
|
12014
|
+
if (this.columnsChangeSubscription) {
|
|
12015
|
+
this.columnsChangeSubscription.unsubscribe();
|
|
12016
|
+
}
|
|
11963
12017
|
}
|
|
11964
12018
|
/**
|
|
11965
12019
|
* @hidden
|
|
@@ -11987,6 +12041,20 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
11987
12041
|
this.renderer.removeStyle(header, headerPaddingPosition);
|
|
11988
12042
|
}
|
|
11989
12043
|
}
|
|
12044
|
+
/**
|
|
12045
|
+
*
|
|
12046
|
+
* @hidden
|
|
12047
|
+
*/
|
|
12048
|
+
getColumnWidth(index) {
|
|
12049
|
+
const popupWidthNumber = +(this.popupWidth.max.slice(0, -2));
|
|
12050
|
+
if (this.totalColumnsWidth >= popupWidthNumber) {
|
|
12051
|
+
return this.columns.get(index).width;
|
|
12052
|
+
}
|
|
12053
|
+
if (this.virtual && isPresent(this.headerColumnWidths[index])) {
|
|
12054
|
+
return this.headerColumnWidths[index];
|
|
12055
|
+
}
|
|
12056
|
+
return this.columns.get(index).width;
|
|
12057
|
+
}
|
|
11990
12058
|
verifySettings() {
|
|
11991
12059
|
if (!isDevMode()) {
|
|
11992
12060
|
return;
|
|
@@ -12021,6 +12089,12 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12021
12089
|
}
|
|
12022
12090
|
});
|
|
12023
12091
|
}
|
|
12092
|
+
calculateRowWidth() {
|
|
12093
|
+
if (this.isActionSheetExpanded || !this.virtual) {
|
|
12094
|
+
return;
|
|
12095
|
+
}
|
|
12096
|
+
return this.headerTable?.nativeElement.offsetWidth;
|
|
12097
|
+
}
|
|
12024
12098
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", 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 });
|
|
12025
12099
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MultiColumnComboBoxComponent, isStandalone: true, selector: "kendo-multicolumncombobox", host: { properties: { "class.k-dropdowngrid": "this.hostClasses", "class.k-disabled": "this.isDisabled" } }, providers: [
|
|
12026
12100
|
SelectionService,
|
|
@@ -12049,7 +12123,7 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12049
12123
|
provide: MultiTabStop,
|
|
12050
12124
|
useExisting: forwardRef(() => MultiColumnComboBoxComponent),
|
|
12051
12125
|
},
|
|
12052
|
-
], queries: [{ propertyName: "columns", predicate: ComboBoxColumnComponent }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
12126
|
+
], queries: [{ propertyName: "columns", predicate: ComboBoxColumnComponent }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "headerTable", first: true, predicate: ["headerTable"], descendants: true }, { propertyName: "headerColumns", predicate: ["columnHeader"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
12053
12127
|
<ng-container
|
|
12054
12128
|
kendoMultiColumnComboBoxLocalizedMessages
|
|
12055
12129
|
i18n-noDataText="
|
|
@@ -12182,7 +12256,7 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12182
12256
|
<!--grid header-->
|
|
12183
12257
|
<div #header class="k-table-header">
|
|
12184
12258
|
<div #headerWrap class="k-table-header-wrap">
|
|
12185
|
-
<table class="k-table" role="presentation">
|
|
12259
|
+
<table #headerTable class="k-table" role="presentation">
|
|
12186
12260
|
<colgroup>
|
|
12187
12261
|
<ng-container *ngFor="let column of columns">
|
|
12188
12262
|
<col *ngIf="!column.hidden && column.matchesMedia" [style.width.px]="column.width" />
|
|
@@ -12192,6 +12266,7 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12192
12266
|
<tr class="k-table-row">
|
|
12193
12267
|
<ng-container *ngFor="let column of columns">
|
|
12194
12268
|
<th
|
|
12269
|
+
#columnHeader
|
|
12195
12270
|
*ngIf="!column.hidden && column.matchesMedia"
|
|
12196
12271
|
class="k-table-th"
|
|
12197
12272
|
[ngStyle]="column.headerStyle"
|
|
@@ -12218,12 +12293,13 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12218
12293
|
</div>
|
|
12219
12294
|
<!-- item template -->
|
|
12220
12295
|
<ng-template #rowTemplate let-dataItem>
|
|
12221
|
-
<ng-container *ngFor="let column of columns">
|
|
12296
|
+
<ng-container *ngFor="let column of columns; let i = index">
|
|
12222
12297
|
<span
|
|
12223
12298
|
*ngIf="!column.hidden && column.matchesMedia"
|
|
12224
12299
|
class="k-table-td"
|
|
12225
12300
|
[ngClass]="column.class"
|
|
12226
|
-
[style.width.px]="
|
|
12301
|
+
[style.width.px]="getColumnWidth(i)"
|
|
12302
|
+
[style.max-width.px]="getColumnWidth(i)"
|
|
12227
12303
|
[ngStyle]="column.style"
|
|
12228
12304
|
>
|
|
12229
12305
|
<ng-container *ngIf="!column.cellTemplate">
|
|
@@ -12256,6 +12332,7 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12256
12332
|
[id]="listBoxId"
|
|
12257
12333
|
[virtual]="virtual"
|
|
12258
12334
|
[type]="'dropdowngrid'"
|
|
12335
|
+
[rowWidth]="rowWidth"
|
|
12259
12336
|
[showStickyHeader]="showStickyHeader"
|
|
12260
12337
|
(pageChange)="pageChange($event)"
|
|
12261
12338
|
(listResize)="updateHeaderPadding(header)"
|
|
@@ -12298,7 +12375,7 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12298
12375
|
</ng-container>
|
|
12299
12376
|
</div>
|
|
12300
12377
|
</ng-template>
|
|
12301
|
-
`, 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"] }] });
|
|
12378
|
+
`, 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", "rowWidth", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
12302
12379
|
}
|
|
12303
12380
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiColumnComboBoxComponent, decorators: [{
|
|
12304
12381
|
type: Component,
|
|
@@ -12465,7 +12542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12465
12542
|
<!--grid header-->
|
|
12466
12543
|
<div #header class="k-table-header">
|
|
12467
12544
|
<div #headerWrap class="k-table-header-wrap">
|
|
12468
|
-
<table class="k-table" role="presentation">
|
|
12545
|
+
<table #headerTable class="k-table" role="presentation">
|
|
12469
12546
|
<colgroup>
|
|
12470
12547
|
<ng-container *ngFor="let column of columns">
|
|
12471
12548
|
<col *ngIf="!column.hidden && column.matchesMedia" [style.width.px]="column.width" />
|
|
@@ -12475,6 +12552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12475
12552
|
<tr class="k-table-row">
|
|
12476
12553
|
<ng-container *ngFor="let column of columns">
|
|
12477
12554
|
<th
|
|
12555
|
+
#columnHeader
|
|
12478
12556
|
*ngIf="!column.hidden && column.matchesMedia"
|
|
12479
12557
|
class="k-table-th"
|
|
12480
12558
|
[ngStyle]="column.headerStyle"
|
|
@@ -12501,12 +12579,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12501
12579
|
</div>
|
|
12502
12580
|
<!-- item template -->
|
|
12503
12581
|
<ng-template #rowTemplate let-dataItem>
|
|
12504
|
-
<ng-container *ngFor="let column of columns">
|
|
12582
|
+
<ng-container *ngFor="let column of columns; let i = index">
|
|
12505
12583
|
<span
|
|
12506
12584
|
*ngIf="!column.hidden && column.matchesMedia"
|
|
12507
12585
|
class="k-table-td"
|
|
12508
12586
|
[ngClass]="column.class"
|
|
12509
|
-
[style.width.px]="
|
|
12587
|
+
[style.width.px]="getColumnWidth(i)"
|
|
12588
|
+
[style.max-width.px]="getColumnWidth(i)"
|
|
12510
12589
|
[ngStyle]="column.style"
|
|
12511
12590
|
>
|
|
12512
12591
|
<ng-container *ngIf="!column.cellTemplate">
|
|
@@ -12539,6 +12618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12539
12618
|
[id]="listBoxId"
|
|
12540
12619
|
[virtual]="virtual"
|
|
12541
12620
|
[type]="'dropdowngrid'"
|
|
12621
|
+
[rowWidth]="rowWidth"
|
|
12542
12622
|
[showStickyHeader]="showStickyHeader"
|
|
12543
12623
|
(pageChange)="pageChange($event)"
|
|
12544
12624
|
(listResize)="updateHeaderPadding(header)"
|
|
@@ -12597,6 +12677,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12597
12677
|
}], header: [{
|
|
12598
12678
|
type: ViewChild,
|
|
12599
12679
|
args: ['header', { static: false }]
|
|
12680
|
+
}], headerTable: [{
|
|
12681
|
+
type: ViewChild,
|
|
12682
|
+
args: ['headerTable', { static: false }]
|
|
12683
|
+
}], headerColumns: [{
|
|
12684
|
+
type: ViewChildren,
|
|
12685
|
+
args: ['columnHeader']
|
|
12600
12686
|
}] } });
|
|
12601
12687
|
|
|
12602
12688
|
/**
|
|
@@ -13679,13 +13765,14 @@ class DropDownTreeComponent {
|
|
|
13679
13765
|
const horizontalAlign = this.direction === "rtl" ? "right" : "left";
|
|
13680
13766
|
const anchorPosition = { horizontal: horizontalAlign, vertical: 'bottom' };
|
|
13681
13767
|
const popupPosition = { horizontal: horizontalAlign, vertical: 'top' };
|
|
13768
|
+
const appendToComponent = typeof this.popupSettings.appendTo === 'string' && this.popupSettings.appendTo === 'component';
|
|
13682
13769
|
this.popupRef = this.popupService.open({
|
|
13683
13770
|
anchor: this.wrapper,
|
|
13684
13771
|
appendTo: this.appendTo,
|
|
13685
13772
|
anchorAlign: anchorPosition,
|
|
13686
13773
|
content: this.popupTemplate,
|
|
13687
13774
|
popupAlign: popupPosition,
|
|
13688
|
-
positionMode: 'absolute',
|
|
13775
|
+
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
13689
13776
|
popupClass: this.popupContainerClasses
|
|
13690
13777
|
});
|
|
13691
13778
|
const popupWrapper = this.popupRef.popupElement;
|
|
@@ -16203,13 +16290,14 @@ class MultiSelectTreeComponent {
|
|
|
16203
16290
|
const horizontalAlign = this.direction === "rtl" ? "right" : "left";
|
|
16204
16291
|
const anchorPosition = { horizontal: horizontalAlign, vertical: 'bottom' };
|
|
16205
16292
|
const popupPosition = { horizontal: horizontalAlign, vertical: 'top' };
|
|
16293
|
+
const appendToComponent = typeof this.popupSettings.appendTo === 'string' && this.popupSettings.appendTo === 'component';
|
|
16206
16294
|
this.popupRef = this.popupService.open({
|
|
16207
16295
|
anchor: this.wrapper,
|
|
16208
16296
|
appendTo: this.appendTo,
|
|
16209
16297
|
anchorAlign: anchorPosition,
|
|
16210
16298
|
content: this.popupTemplate,
|
|
16211
16299
|
popupAlign: popupPosition,
|
|
16212
|
-
positionMode: 'absolute',
|
|
16300
|
+
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
16213
16301
|
popupClass: this.popupContainerClasses
|
|
16214
16302
|
});
|
|
16215
16303
|
const popupWrapper = this.popupRef.popupElement;
|
|
@@ -17810,7 +17898,8 @@ const KENDO_COMBOBOX = [
|
|
|
17810
17898
|
CustomMessagesComponent,
|
|
17811
17899
|
SuffixTemplateDirective,
|
|
17812
17900
|
PrefixTemplateDirective,
|
|
17813
|
-
SeparatorComponent
|
|
17901
|
+
SeparatorComponent,
|
|
17902
|
+
ToggleButtonTabStopDirective
|
|
17814
17903
|
];
|
|
17815
17904
|
/**
|
|
17816
17905
|
* Utility array that contains all `MultiColumnComboBox` related components and directives
|
|
@@ -17830,7 +17919,8 @@ const KENDO_MULTICOLUMNCOMBOBOX = [
|
|
|
17830
17919
|
CustomMessagesComponent,
|
|
17831
17920
|
SuffixTemplateDirective,
|
|
17832
17921
|
PrefixTemplateDirective,
|
|
17833
|
-
SeparatorComponent
|
|
17922
|
+
SeparatorComponent,
|
|
17923
|
+
ToggleButtonTabStopDirective
|
|
17834
17924
|
];
|
|
17835
17925
|
/**
|
|
17836
17926
|
* Utility array that contains all `DropDownList` related components and directives
|
|
@@ -17997,14 +18087,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
17997
18087
|
*/
|
|
17998
18088
|
class DropDownsModule {
|
|
17999
18089
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18000
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DropDownsModule, imports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, 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, i10.SeparatorComponent, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent], exports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, 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, i10.SeparatorComponent, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent] });
|
|
18090
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DropDownsModule, imports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, 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, i10.SeparatorComponent, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective], exports: [AutoCompleteComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, 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, i10.SeparatorComponent, DropDownTreeComponent, DropDownTreeFlatBindingDirective, DropDownTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, MultiSelectTreeComponent, MultiSelectTreeFlatBindingDirective, MultiSelectTreeHierarchyBindingDirective, DropDownTreesExpandDirective, NodeTemplateDirective, MultiSelectTreeSummaryTagDirective, GroupTagTemplateDirective, TagTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, ValueTemplateDirective, NoDataTemplateDirective, CustomMessagesComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective] });
|
|
18001
18091
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownsModule, providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [AutoCompleteComponent, i10.SeparatorComponent, ComboBoxComponent, i10.SeparatorComponent, MultiColumnComboBoxComponent, i10.SeparatorComponent, DropDownListComponent, MultiSelectComponent, i10.SeparatorComponent, DropDownTreeComponent, MultiSelectTreeComponent, i10.SeparatorComponent] });
|
|
18002
18092
|
}
|
|
18003
18093
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownsModule, decorators: [{
|
|
18004
18094
|
type: NgModule,
|
|
18005
18095
|
args: [{
|
|
18006
|
-
exports: [...KENDO_DROPDOWNS, ...KENDO_ADORNMENTS],
|
|
18007
|
-
imports: [...KENDO_DROPDOWNS, ...KENDO_ADORNMENTS],
|
|
18096
|
+
exports: [...KENDO_DROPDOWNS, ...KENDO_ADORNMENTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
18097
|
+
imports: [...KENDO_DROPDOWNS, ...KENDO_ADORNMENTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
18008
18098
|
providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService]
|
|
18009
18099
|
}]
|
|
18010
18100
|
}] });
|
|
@@ -18116,7 +18206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
18116
18206
|
*/
|
|
18117
18207
|
class ComboBoxModule {
|
|
18118
18208
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComboBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18119
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ComboBoxModule, imports: [ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent], exports: [ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent] });
|
|
18209
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ComboBoxModule, imports: [ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective], exports: [ComboBoxComponent, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, MultiColumnComboBoxComponent, ComboBoxColumnComponent, ColumnHeaderTemplateDirective, ColumnCellTemplateDirective, FixedGroupTemplateDirective, FooterTemplateDirective, GroupTemplateDirective, HeaderTemplateDirective, ItemTemplateDirective, NoDataTemplateDirective, FilterDirective, CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective] });
|
|
18120
18210
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComboBoxModule, providers: [
|
|
18121
18211
|
PopupService,
|
|
18122
18212
|
ResizeBatchService,
|
|
@@ -18126,8 +18216,8 @@ class ComboBoxModule {
|
|
|
18126
18216
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComboBoxModule, decorators: [{
|
|
18127
18217
|
type: NgModule,
|
|
18128
18218
|
args: [{
|
|
18129
|
-
imports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX, ...KENDO_ADORNMENTS],
|
|
18130
|
-
exports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX, ...KENDO_ADORNMENTS],
|
|
18219
|
+
imports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX, ...KENDO_ADORNMENTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
18220
|
+
exports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX, ...KENDO_ADORNMENTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
18131
18221
|
providers: [
|
|
18132
18222
|
PopupService,
|
|
18133
18223
|
ResizeBatchService,
|