@progress/kendo-angular-dropdowns 16.5.0 → 16.6.0-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/NOTICE.txt +12 -19
  2. package/autocomplete/autocomplete.component.d.ts +3 -4
  3. package/autocomplete/autocomplete.module.d.ts +17 -6
  4. package/comboboxes/combobox-column/column-cell-template.directive.d.ts +1 -1
  5. package/comboboxes/combobox-column/column-header-template.directive.d.ts +1 -1
  6. package/comboboxes/combobox-column/combobox-column.component.d.ts +1 -1
  7. package/comboboxes/combobox.component.d.ts +3 -4
  8. package/comboboxes/combobox.module.d.ts +22 -12
  9. package/comboboxes/multicolumncombobox.component.d.ts +2 -2
  10. package/common/action-sheet.component.d.ts +1 -1
  11. package/common/filter-input.directive.d.ts +1 -1
  12. package/common/filtering/filter.directive.d.ts +1 -1
  13. package/common/list-item.directive.d.ts +1 -1
  14. package/common/list.component.d.ts +1 -1
  15. package/common/localization/custom-messages.component.d.ts +1 -1
  16. package/common/localization/localized-messages.directive.d.ts +1 -1
  17. package/common/searchbar.component.d.ts +1 -1
  18. package/common/selection/selectable.directive.d.ts +1 -1
  19. package/common/shared-directives.module.d.ts +1 -1
  20. package/common/shared-events.directive.d.ts +1 -1
  21. package/common/shared.module.d.ts +9 -11
  22. package/common/taglist.component.d.ts +1 -1
  23. package/common/templates/custom-item-template.directive.d.ts +1 -1
  24. package/common/templates/fixed-group-template.directive.d.ts +1 -1
  25. package/common/templates/footer-template.directive.d.ts +1 -1
  26. package/common/templates/group-tag-template.directive.d.ts +1 -1
  27. package/common/templates/group-template.directive.d.ts +1 -1
  28. package/common/templates/header-template.directive.d.ts +1 -1
  29. package/common/templates/item-template.directive.d.ts +1 -1
  30. package/common/templates/no-data-template.directive.d.ts +1 -1
  31. package/common/templates/tag-template.directive.d.ts +1 -1
  32. package/common/templates/value-template.directive.d.ts +1 -1
  33. package/directives.d.ts +67 -0
  34. package/dropdownlist/dropdownlist.component.d.ts +7 -4
  35. package/dropdownlist/dropdownlist.module.d.ts +15 -4
  36. package/dropdowns.module.d.ts +32 -6
  37. package/dropdowntrees/checked-state/check-all.directive.d.ts +1 -1
  38. package/dropdowntrees/checked-state/check.directive.d.ts +1 -1
  39. package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
  40. package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
  41. package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
  42. package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
  43. package/dropdowntrees/dropdowntree.component.d.ts +7 -4
  44. package/dropdowntrees/dropdowntrees.module.d.ts +32 -13
  45. package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
  46. package/dropdowntrees/multiselecttree.component.d.ts +7 -4
  47. package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
  48. package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
  49. package/esm2020/autocomplete/autocomplete.component.mjs +17 -26
  50. package/esm2020/autocomplete/autocomplete.module.mjs +35 -14
  51. package/esm2020/comboboxes/combobox-column/column-cell-template.directive.mjs +3 -2
  52. package/esm2020/comboboxes/combobox-column/column-header-template.directive.mjs +3 -2
  53. package/esm2020/comboboxes/combobox-column/combobox-column.component.mjs +3 -2
  54. package/esm2020/comboboxes/combobox.component.mjs +18 -29
  55. package/esm2020/comboboxes/combobox.module.mjs +40 -35
  56. package/esm2020/comboboxes/multicolumncombobox.component.mjs +17 -21
  57. package/esm2020/common/action-sheet.component.mjs +9 -9
  58. package/esm2020/common/filter-input.directive.mjs +3 -1
  59. package/esm2020/common/filtering/filter.directive.mjs +3 -2
  60. package/esm2020/common/list-item.directive.mjs +3 -1
  61. package/esm2020/common/list.component.mjs +8 -9
  62. package/esm2020/common/localization/custom-messages.component.mjs +3 -2
  63. package/esm2020/common/localization/localized-messages.directive.mjs +3 -2
  64. package/esm2020/common/searchbar.component.mjs +5 -3
  65. package/esm2020/common/selection/selectable.directive.mjs +3 -2
  66. package/esm2020/common/shared-directives.module.mjs +3 -3
  67. package/esm2020/common/shared-events.directive.mjs +3 -2
  68. package/esm2020/common/shared.module.mjs +13 -12
  69. package/esm2020/common/taglist.component.mjs +8 -6
  70. package/esm2020/common/templates/custom-item-template.directive.mjs +3 -2
  71. package/esm2020/common/templates/fixed-group-template.directive.mjs +3 -2
  72. package/esm2020/common/templates/footer-template.directive.mjs +3 -2
  73. package/esm2020/common/templates/group-tag-template.directive.mjs +3 -2
  74. package/esm2020/common/templates/group-template.directive.mjs +3 -2
  75. package/esm2020/common/templates/header-template.directive.mjs +3 -2
  76. package/esm2020/common/templates/item-template.directive.mjs +3 -2
  77. package/esm2020/common/templates/no-data-template.directive.mjs +3 -2
  78. package/esm2020/common/templates/tag-template.directive.mjs +3 -2
  79. package/esm2020/common/templates/value-template.directive.mjs +3 -2
  80. package/esm2020/directives.mjs +166 -0
  81. package/esm2020/dropdownlist/dropdownlist.component.mjs +22 -27
  82. package/esm2020/dropdownlist/dropdownlist.module.mjs +33 -12
  83. package/esm2020/dropdowns.module.mjs +42 -8
  84. package/esm2020/dropdowntrees/checked-state/check-all.directive.mjs +3 -2
  85. package/esm2020/dropdowntrees/checked-state/check.directive.mjs +3 -2
  86. package/esm2020/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +3 -2
  87. package/esm2020/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +3 -2
  88. package/esm2020/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +3 -2
  89. package/esm2020/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +3 -2
  90. package/esm2020/dropdowntrees/dropdowntree.component.mjs +19 -24
  91. package/esm2020/dropdowntrees/dropdowntrees.module.mjs +59 -45
  92. package/esm2020/dropdowntrees/expanded-state/expand.directive.mjs +3 -2
  93. package/esm2020/dropdowntrees/multiselecttree.component.mjs +21 -25
  94. package/esm2020/dropdowntrees/summary-tag/summary-tag.directive.mjs +3 -2
  95. package/esm2020/dropdowntrees/templates/node-template.directive.mjs +3 -2
  96. package/esm2020/index.mjs +1 -1
  97. package/esm2020/multiselect/multiselect.component.mjs +19 -30
  98. package/esm2020/multiselect/multiselect.module.mjs +39 -25
  99. package/esm2020/multiselect/summary-tag.directive.mjs +3 -2
  100. package/esm2020/package-metadata.mjs +2 -2
  101. package/fesm2015/progress-kendo-angular-dropdowns.mjs +1324 -1196
  102. package/fesm2020/progress-kendo-angular-dropdowns.mjs +735 -593
  103. package/index.d.ts +1 -1
  104. package/multiselect/multiselect.component.d.ts +3 -4
  105. package/multiselect/multiselect.module.d.ts +19 -6
  106. package/multiselect/summary-tag.directive.d.ts +1 -1
  107. package/package.json +8 -8
  108. package/schematics/ngAdd/index.js +2 -2
  109. package/common/constants/touch-enabled.d.ts +0 -9
  110. package/common/shared-events.module.d.ts +0 -14
  111. package/common/templates/template-context.directive.d.ts +0 -17
  112. package/esm2020/common/constants/touch-enabled.mjs +0 -9
  113. package/esm2020/common/shared-events.module.mjs +0 -22
  114. package/esm2020/common/templates/template-context.directive.mjs +0 -33
@@ -4,10 +4,10 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { guid, isPresent, isArray, isObjectArray, resolveAllValues, selectedIndices, getter, isNumber, isUntouched, inDropDown, getSizeClass, getRoundedClass, getFillModeClass, animationDuration, isTruthy, windowSize, setListBoxAriaLabelledBy, setActionSheetTitle, updateActionSheetAdaptiveAppearance } from '../common/util';
6
6
  import { SearchBarComponent } from '../common/searchbar.component';
7
- import { ViewChild, Renderer2, ViewContainerRef, Component, HostBinding, Input, ElementRef, TemplateRef, Output, EventEmitter, isDevMode, forwardRef, ContentChild, ChangeDetectorRef, KeyValueDiffers, NgZone, Optional, Inject, Injector } from '@angular/core';
7
+ import { ViewChild, Renderer2, ViewContainerRef, Component, HostBinding, Input, ElementRef, TemplateRef, Output, EventEmitter, isDevMode, forwardRef, ContentChild, ChangeDetectorRef, KeyValueDiffers, NgZone, Injector } from '@angular/core';
8
8
  import { Subscription, Subject, of, merge } from 'rxjs';
9
+ import { isChanged, isDocumentAvailable, KendoInput, hasObservers, anyChanged, SuffixTemplateDirective, PrefixTemplateDirective, isControlRequired, SeparatorComponent, ResizeSensorComponent, Keys, TemplateContextDirective } from '@progress/kendo-angular-common';
9
10
  import { catchError, filter, map, take, tap } from 'rxjs/operators';
10
- import { isChanged, isDocumentAvailable, KendoInput, hasObservers, anyChanged, SuffixTemplateDirective, PrefixTemplateDirective, isControlRequired } from '@progress/kendo-angular-common';
11
11
  import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
12
12
  import { validatePackage } from '@progress/kendo-licensing';
13
13
  import { packageMetadata } from '../package-metadata';
@@ -15,7 +15,6 @@ import { SelectionService } from '../common/selection/selection.service';
15
15
  import { NavigationService } from '../common/navigation/navigation.service';
16
16
  import { NavigationAction } from '../common/navigation/navigation-action';
17
17
  import { DisabledItemsService } from '../common/disabled-items/disabled-items.service';
18
- import { Keys } from '@progress/kendo-angular-common';
19
18
  import { ItemTemplateDirective } from '../common/templates/item-template.directive';
20
19
  import { CustomItemTemplateDirective } from '../common/templates/custom-item-template.directive';
21
20
  import { GroupTemplateDirective } from '../common/templates/group-template.directive';
@@ -31,14 +30,19 @@ import { RemoveTagEvent } from '../common/models/remove-tag-event';
31
30
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
32
31
  import { PopupService } from '@progress/kendo-angular-popup';
33
32
  import { FilterableComponent } from '../common/filtering/filterable-component';
34
- import { TOUCH_ENABLED } from '../common/constants/touch-enabled';
35
33
  import { DataService } from '../common/data.service';
36
34
  import { ListComponent } from '../common/list.component';
37
35
  import { normalizeCheckboxesSettings } from '../common/models/checkboxes-settings';
38
36
  import { normalizeVirtualizationSettings } from '../common/models/virtualization-settings';
39
37
  import { plusIcon, xIcon } from '@progress/kendo-svg-icons';
40
38
  import { ResponsiveRendererComponent } from '../common/action-sheet.component';
39
+ import { SelectableDirective } from '../common/selection/selectable.directive';
41
40
  import { TagListComponent } from '../common/taglist.component';
41
+ import { NgIf, NgTemplateOutlet, NgClass } from '@angular/common';
42
+ import { SharedDropDownEventsDirective } from '../common/shared-events.directive';
43
+ import { LocalizedMessagesDirective } from '../common/localization/localized-messages.directive';
44
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
45
+ import { touchEnabled } from '@progress/kendo-common';
42
46
  import * as i0 from "@angular/core";
43
47
  import * as i1 from "@progress/kendo-angular-l10n";
44
48
  import * as i2 from "@progress/kendo-angular-popup";
@@ -46,17 +50,6 @@ import * as i3 from "../common/data.service";
46
50
  import * as i4 from "../common/selection/selection.service";
47
51
  import * as i5 from "../common/navigation/navigation.service";
48
52
  import * as i6 from "../common/disabled-items/disabled-items.service";
49
- import * as i7 from "../common/list.component";
50
- import * as i8 from "../common/selection/selectable.directive";
51
- import * as i9 from "../common/searchbar.component";
52
- import * as i10 from "../common/templates/template-context.directive";
53
- import * as i11 from "../common/taglist.component";
54
- import * as i12 from "../common/action-sheet.component";
55
- import * as i13 from "@angular/common";
56
- import * as i14 from "@progress/kendo-angular-common";
57
- import * as i15 from "../common/localization/localized-messages.directive";
58
- import * as i16 from "@progress/kendo-angular-icons";
59
- import * as i17 from "../common/shared-events.directive";
60
53
  const MULTISELECT_VALUE_ACCESSOR = {
61
54
  multi: true,
62
55
  provide: NG_VALUE_ACCESSOR,
@@ -83,7 +76,7 @@ const DEFAULT_FILL_MODE = 'solid';
83
76
  * ```
84
77
  */
85
78
  export class MultiSelectComponent {
86
- constructor(wrapper, localization, popupService, dataService, selectionService, navigationService, disabledItemsService, cdr, differs, renderer, _zone, touchEnabled, injector, hostElement) {
79
+ constructor(wrapper, localization, popupService, dataService, selectionService, navigationService, disabledItemsService, cdr, differs, renderer, _zone, injector, hostElement) {
87
80
  this.wrapper = wrapper;
88
81
  this.localization = localization;
89
82
  this.popupService = popupService;
@@ -95,7 +88,6 @@ export class MultiSelectComponent {
95
88
  this.differs = differs;
96
89
  this.renderer = renderer;
97
90
  this._zone = _zone;
98
- this.touchEnabled = touchEnabled;
99
91
  this.injector = injector;
100
92
  this.hostElement = hostElement;
101
93
  /**
@@ -787,7 +779,7 @@ export class MultiSelectComponent {
787
779
  return prefix + "-" + focusedIndex;
788
780
  }
789
781
  get clearButtonVisiblity() {
790
- if (this.touchEnabled) {
782
+ if (touchEnabled) {
791
783
  return 'visible';
792
784
  }
793
785
  }
@@ -1223,7 +1215,7 @@ export class MultiSelectComponent {
1223
1215
  ].forEach(s => this.subs.add(s));
1224
1216
  }
1225
1217
  subscribeTouchEvents() {
1226
- if (!isDocumentAvailable() || !this.touchEnabled) {
1218
+ if (!isDocumentAvailable() || !touchEnabled) {
1227
1219
  return;
1228
1220
  }
1229
1221
  this._zone.runOutsideAngular(() =>
@@ -1376,7 +1368,7 @@ export class MultiSelectComponent {
1376
1368
  if (this.isFocused && this.isOpen && event.target === inputElement) {
1377
1369
  return;
1378
1370
  }
1379
- if (!this.touchEnabled || (this.touchEnabled && event.target.tagName !== 'SPAN')) {
1371
+ if (!touchEnabled || (touchEnabled && event.target.tagName !== 'SPAN')) {
1380
1372
  this.searchbar.focus();
1381
1373
  }
1382
1374
  // The check is needed otherwise when appended to the component, the popup reopens on click
@@ -1743,8 +1735,8 @@ export class MultiSelectComponent {
1743
1735
  this.actionSheetSearchBar.focus();
1744
1736
  }
1745
1737
  }
1746
- MultiSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.DataService }, { token: i4.SelectionService }, { token: i5.NavigationService }, { token: i6.DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: TOUCH_ENABLED, optional: true }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1747
- MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectComponent, selector: "kendo-multiselect", inputs: { showStickyHeader: "showStickyHeader", focusableId: "focusableId", autoClose: "autoClose", loading: "loading", data: "data", value: "value", valueField: "valueField", textField: "textField", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", disabled: "disabled", itemDisabled: "itemDisabled", checkboxes: "checkboxes", readonly: "readonly", filterable: "filterable", virtual: "virtual", popupSettings: "popupSettings", listHeight: "listHeight", valuePrimitive: "valuePrimitive", clearButton: "clearButton", tagMapper: "tagMapper", allowCustom: "allowCustom", valueNormalizer: "valueNormalizer", inputAttributes: "inputAttributes" }, outputs: { filterChange: "filterChange", valueChange: "valueChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", removeTag: "removeTag" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-multiselect": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.dir", "class.k-disabled": "this.disabledClass", "class.k-loading": "this.isLoading" } }, providers: [
1738
+ MultiSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.DataService }, { token: i4.SelectionService }, { token: i5.NavigationService }, { token: i6.DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1739
+ MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectComponent, isStandalone: true, selector: "kendo-multiselect", inputs: { showStickyHeader: "showStickyHeader", focusableId: "focusableId", autoClose: "autoClose", loading: "loading", data: "data", value: "value", valueField: "valueField", textField: "textField", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", placeholder: "placeholder", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", disabled: "disabled", itemDisabled: "itemDisabled", checkboxes: "checkboxes", readonly: "readonly", filterable: "filterable", virtual: "virtual", popupSettings: "popupSettings", listHeight: "listHeight", valuePrimitive: "valuePrimitive", clearButton: "clearButton", tagMapper: "tagMapper", allowCustom: "allowCustom", valueNormalizer: "valueNormalizer", inputAttributes: "inputAttributes" }, outputs: { filterChange: "filterChange", valueChange: "valueChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", removeTag: "removeTag" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-multiselect": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.dir", "class.k-disabled": "this.disabledClass", "class.k-loading": "this.isLoading" } }, providers: [
1748
1740
  MULTISELECT_VALUE_ACCESSOR,
1749
1741
  DataService,
1750
1742
  SelectionService,
@@ -1956,7 +1948,7 @@ MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
1956
1948
  }">
1957
1949
  </ng-template>
1958
1950
  </ng-template>
1959
- `, isInline: true, dependencies: [{ kind: "component", type: i7.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"] }, { kind: "directive", type: i8.SelectableDirective, selector: "[kendoDropDownsSelectable]", inputs: ["index", "checkboxes", "height", "isMultiselect", "multipleSelection"] }, { kind: "component", type: i9.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: i10.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: i11.TagListComponent, selector: "kendo-taglist", inputs: ["tags", "textField", "valueField", "valueDepth", "focused", "template", "groupTemplate", "disabled", "tagPrefix", "id", "size", "rounded", "fillMode", "disabledIndices"], outputs: ["removeTag"] }, { kind: "component", type: i12.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: i13.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i13.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i14.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: i15.LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "component", type: i16.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i14.SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "directive", type: i17.SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }] });
1951
+ `, 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"] }] });
1960
1952
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectComponent, decorators: [{
1961
1953
  type: Component,
1962
1954
  args: [{
@@ -2175,14 +2167,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2175
2167
  }">
2176
2168
  </ng-template>
2177
2169
  </ng-template>
2178
- `
2170
+ `,
2171
+ standalone: true,
2172
+ imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, TagListComponent, SearchBarComponent, IconWrapperComponent, ResizeSensorComponent, ResponsiveRendererComponent, TemplateContextDirective, NgClass, SelectableDirective, ListComponent]
2179
2173
  }]
2180
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.DataService }, { type: i4.SelectionService }, { type: i5.NavigationService }, { type: i6.DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: undefined, decorators: [{
2181
- type: Optional
2182
- }, {
2183
- type: Inject,
2184
- args: [TOUCH_ENABLED]
2185
- }] }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { responsiveRendererComponent: [{
2174
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.DataService }, { type: i4.SelectionService }, { type: i5.NavigationService }, { type: i6.DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { responsiveRendererComponent: [{
2186
2175
  type: ViewChild,
2187
2176
  args: [ResponsiveRendererComponent]
2188
2177
  }], showStickyHeader: [{
@@ -3,23 +3,27 @@
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 { touchEnabled } from '@progress/kendo-common';
7
- import { MultiSelectComponent } from './multiselect.component';
8
- import { CustomItemTemplateDirective } from '../common/templates/custom-item-template.directive';
9
- import { SummaryTagDirective } from './summary-tag.directive';
10
- import { SharedModule } from '../common/shared.module';
11
- import { SharedDirectivesModule } from '../common/shared-directives.module';
12
- import { TOUCH_ENABLED } from '../common/constants/touch-enabled';
13
- import { AdornmentsModule } from '@progress/kendo-angular-common';
14
- import { SharedEventsModule } from '../common/shared-events.module';
6
+ import { KENDO_MULTISELECT } from '../directives';
7
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
8
+ import { IconsService } from '@progress/kendo-angular-icons';
9
+ import { PopupService } from '@progress/kendo-angular-popup';
15
10
  import * as i0 from "@angular/core";
16
- const MULTISELECT_DIRECTIVES = [
17
- MultiSelectComponent,
18
- SummaryTagDirective,
19
- CustomItemTemplateDirective
20
- ];
11
+ import * as i1 from "./multiselect.component";
12
+ import * as i2 from "./summary-tag.directive";
13
+ import * as i3 from "../common/templates/custom-item-template.directive";
14
+ import * as i4 from "../common/templates/fixed-group-template.directive";
15
+ import * as i5 from "../common/templates/footer-template.directive";
16
+ import * as i6 from "../common/templates/group-template.directive";
17
+ import * as i7 from "../common/templates/group-tag-template.directive";
18
+ import * as i8 from "../common/templates/tag-template.directive";
19
+ import * as i9 from "../common/templates/header-template.directive";
20
+ import * as i10 from "../common/templates/item-template.directive";
21
+ import * as i11 from "../common/templates/no-data-template.directive";
22
+ import * as i12 from "../common/filtering/filter.directive";
23
+ import * as i13 from "../common/localization/custom-messages.component";
24
+ import * as i14 from "@progress/kendo-angular-common";
25
+ // IMPORTANT: NgModule export kept for backwards compatibility
21
26
  /**
22
- * @hidden
23
27
  *
24
28
  * The exported package module.
25
29
  *
@@ -29,26 +33,36 @@ const MULTISELECT_DIRECTIVES = [
29
33
  * - `ItemTemplateDirective`&mdash;The item template directive.
30
34
  * - `CustomItemTemplateDirective`&mdash;The custom item template directive.
31
35
  * - `TagTemplateDirective`&mdash;The tag template directive.
36
+ * - `GroupTagTemplateDirective`&mdash;The group tag template directive.
32
37
  * - `SummaryTagTemplateDirective`&mdash;The summary tag template directive.
33
38
  * - `HeaderTemplateDirective`&mdash;The header template directive.
34
39
  * - `FooterTemplateDirective`&mdash;The footer template directive.
35
40
  * - `NoDataTemplateDirective`&mdash;The no-data template directive.
41
+ * - `FilterDirective`&mdash;The filter directive.
42
+ * - `CustomMessagesComponent`&mdash;The custom messages component.
43
+ * - `GroupTemplateDirective`&mdash;The group template directive.
44
+ * - `FixedGroupTemplateDirective`&mdash;The fixed group template directive.
45
+ * - `SuffixTemplateDirective`&mdash;The suffix template directive.
46
+ * - `PrefixTemplateDirective`&mdash;The prefix template directive.
36
47
  */
37
48
  export class MultiSelectModule {
38
49
  }
39
50
  MultiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- MultiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, declarations: [MultiSelectComponent,
41
- SummaryTagDirective,
42
- CustomItemTemplateDirective], imports: [SharedModule, AdornmentsModule, SharedEventsModule], exports: [MultiSelectComponent,
43
- SummaryTagDirective,
44
- CustomItemTemplateDirective, SharedDirectivesModule, AdornmentsModule] });
45
- MultiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }], imports: [SharedModule, AdornmentsModule, SharedEventsModule, SharedDirectivesModule, AdornmentsModule] });
51
+ MultiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, imports: [i1.MultiSelectComponent, i2.SummaryTagDirective, i3.CustomItemTemplateDirective, i4.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i6.GroupTemplateDirective, i7.GroupTagTemplateDirective, i8.TagTemplateDirective, i9.HeaderTemplateDirective, i10.ItemTemplateDirective, i11.NoDataTemplateDirective, i12.FilterDirective, i13.CustomMessagesComponent, i14.SuffixTemplateDirective, i14.PrefixTemplateDirective], exports: [i1.MultiSelectComponent, i2.SummaryTagDirective, i3.CustomItemTemplateDirective, i4.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i6.GroupTemplateDirective, i7.GroupTagTemplateDirective, i8.TagTemplateDirective, i9.HeaderTemplateDirective, i10.ItemTemplateDirective, i11.NoDataTemplateDirective, i12.FilterDirective, i13.CustomMessagesComponent, i14.SuffixTemplateDirective, i14.PrefixTemplateDirective] });
52
+ MultiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, providers: [
53
+ PopupService,
54
+ ResizeBatchService,
55
+ IconsService
56
+ ], imports: [i1.MultiSelectComponent, i13.CustomMessagesComponent] });
46
57
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectModule, decorators: [{
47
58
  type: NgModule,
48
59
  args: [{
49
- declarations: [MULTISELECT_DIRECTIVES],
50
- exports: [MULTISELECT_DIRECTIVES, SharedDirectivesModule, AdornmentsModule],
51
- imports: [SharedModule, AdornmentsModule, SharedEventsModule],
52
- providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }]
60
+ imports: [...KENDO_MULTISELECT],
61
+ exports: [...KENDO_MULTISELECT],
62
+ providers: [
63
+ PopupService,
64
+ ResizeBatchService,
65
+ IconsService
66
+ ]
53
67
  }]
54
68
  }] });
@@ -52,11 +52,12 @@ export class SummaryTagDirective {
52
52
  }
53
53
  }
54
54
  SummaryTagDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SummaryTagDirective, deps: [{ token: i1.MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
55
- SummaryTagDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SummaryTagDirective, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
55
+ SummaryTagDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
56
56
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SummaryTagDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
- selector: '[kendoMultiSelectSummaryTag]'
59
+ selector: '[kendoMultiSelectSummaryTag]',
60
+ standalone: true
60
61
  }]
61
62
  }], ctorParameters: function () { return [{ type: i1.MultiSelectComponent }]; }, propDecorators: { showAfter: [{
62
63
  type: Input,
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dropdowns',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814164,
13
- version: '16.5.0',
12
+ publishDate: 1722606943,
13
+ version: '16.6.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };