@progress/kendo-angular-buttons 16.5.0 → 16.6.0-develop.2

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 (58) hide show
  1. package/button/button.component.d.ts +1 -1
  2. package/button/button.module.d.ts +1 -2
  3. package/buttongroup/buttongroup.component.d.ts +1 -1
  4. package/buttongroup/buttongroup.module.d.ts +5 -6
  5. package/buttons.module.d.ts +12 -7
  6. package/chip/chip-list.component.d.ts +1 -1
  7. package/chip/chip.component.d.ts +1 -1
  8. package/chip/chip.module.d.ts +1 -3
  9. package/directives.d.ts +47 -0
  10. package/dropdownbutton/dropdownbutton.component.d.ts +1 -1
  11. package/dropdownbutton/dropdownbutton.module.d.ts +3 -6
  12. package/esm2020/button/button.component.mjs +7 -5
  13. package/esm2020/button/button.module.mjs +7 -6
  14. package/esm2020/buttongroup/buttongroup.component.mjs +3 -2
  15. package/esm2020/buttongroup/buttongroup.module.mjs +12 -10
  16. package/esm2020/buttons.module.mjs +21 -9
  17. package/esm2020/chip/chip-list.component.mjs +3 -2
  18. package/esm2020/chip/chip.component.mjs +7 -5
  19. package/esm2020/chip/chip.module.mjs +10 -18
  20. package/esm2020/directives.mjs +75 -0
  21. package/esm2020/dropdownbutton/dropdownbutton.component.mjs +7 -6
  22. package/esm2020/dropdownbutton/dropdownbutton.module.mjs +13 -11
  23. package/esm2020/floatingactionbutton/dial-item.component.mjs +7 -5
  24. package/esm2020/floatingactionbutton/dial-list.component.mjs +8 -6
  25. package/esm2020/floatingactionbutton/floatingactionbutton.component.mjs +9 -7
  26. package/esm2020/floatingactionbutton/floatingactionbutton.module.mjs +13 -30
  27. package/esm2020/floatingactionbutton/templates/dial-item-template.directive.mjs +3 -2
  28. package/esm2020/floatingactionbutton/templates/fab-template.directive.mjs +3 -2
  29. package/esm2020/focusable/focusable.directive.mjs +3 -2
  30. package/esm2020/index.mjs +1 -1
  31. package/esm2020/listbutton/button-item-template.directive.mjs +4 -3
  32. package/esm2020/listbutton/list.component.mjs +8 -6
  33. package/esm2020/listbutton/list.module.mjs +10 -17
  34. package/esm2020/package-metadata.mjs +2 -2
  35. package/esm2020/splitbutton/localization/custom-messages.component.mjs +3 -2
  36. package/esm2020/splitbutton/localization/localized-messages.directive.mjs +3 -2
  37. package/esm2020/splitbutton/splitbutton.component.mjs +9 -7
  38. package/esm2020/splitbutton/splitbutton.module.mjs +14 -15
  39. package/fesm2015/progress-kendo-angular-buttons.mjs +3446 -3413
  40. package/fesm2020/progress-kendo-angular-buttons.mjs +3458 -3425
  41. package/floatingactionbutton/dial-item.component.d.ts +1 -1
  42. package/floatingactionbutton/dial-list.component.d.ts +1 -1
  43. package/floatingactionbutton/floatingactionbutton.component.d.ts +1 -1
  44. package/floatingactionbutton/floatingactionbutton.module.d.ts +1 -8
  45. package/floatingactionbutton/templates/dial-item-template.directive.d.ts +1 -1
  46. package/floatingactionbutton/templates/fab-template.directive.d.ts +1 -1
  47. package/focusable/focusable.directive.d.ts +1 -1
  48. package/index.d.ts +1 -1
  49. package/listbutton/button-item-template.directive.d.ts +2 -2
  50. package/listbutton/list.component.d.ts +1 -1
  51. package/listbutton/list.module.d.ts +1 -7
  52. package/package.json +6 -6
  53. package/splitbutton/localization/custom-messages.component.d.ts +1 -1
  54. package/splitbutton/localization/localized-messages.directive.d.ts +1 -1
  55. package/splitbutton/splitbutton.component.d.ts +1 -1
  56. package/splitbutton/splitbutton.module.d.ts +4 -10
  57. package/esm2020/listbutton/template-context.directive.mjs +0 -34
  58. package/listbutton/template-context.directive.d.ts +0 -17
@@ -14,15 +14,14 @@ import { FocusService } from '../focusable/focus.service';
14
14
  import { NavigationService } from '../navigation/navigation.service';
15
15
  import { NAVIGATION_CONFIG } from '../navigation/navigation-config';
16
16
  import { PopupContainerService } from '../listbutton/container.service';
17
+ import { NgClass } from '@angular/common';
18
+ import { ButtonComponent } from '../button/button.component';
17
19
  import * as i0 from "@angular/core";
18
20
  import * as i1 from "../focusable/focus.service";
19
21
  import * as i2 from "../navigation/navigation.service";
20
22
  import * as i3 from "@progress/kendo-angular-popup";
21
23
  import * as i4 from "@progress/kendo-angular-l10n";
22
24
  import * as i5 from "../listbutton/container.service";
23
- import * as i6 from "@angular/common";
24
- import * as i7 from "../listbutton/list.component";
25
- import * as i8 from "../button/button.component";
26
25
  const NAVIGATION_SETTINGS = {
27
26
  useLeftRightArrows: true
28
27
  };
@@ -309,7 +308,7 @@ export class DropDownButtonComponent extends ListButton {
309
308
  }
310
309
  }
311
310
  DropDownButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonComponent, deps: [{ token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i4.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i5.PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
312
- DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "class.k-dropdown-button": "this.widgetClasses", "attr.dir": "this.dir" } }, providers: [
311
+ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "class.k-dropdown-button": "this.widgetClasses", "attr.dir": "this.dir" } }, providers: [
313
312
  FocusService,
314
313
  NavigationService,
315
314
  NAVIGATION_SETTINGS_PROVIDER,
@@ -362,7 +361,7 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
362
361
  </kendo-button-list>
363
362
  </ng-template>
364
363
  <ng-container #container></ng-container>
365
- `, isInline: true, dependencies: [{ kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i7.ListComponent, selector: "kendo-button-list", inputs: ["data", "textField", "itemTemplate", "size"], outputs: ["onItemClick", "onItemBlur"] }, { kind: "component", type: i8.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
364
+ `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ListComponent, selector: "kendo-button-list", inputs: ["data", "textField", "itemTemplate", "size"], outputs: ["onItemClick", "onItemBlur"] }] });
366
365
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonComponent, decorators: [{
367
366
  type: Component,
368
367
  args: [{
@@ -422,7 +421,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
422
421
  </kendo-button-list>
423
422
  </ng-template>
424
423
  <ng-container #container></ng-container>
425
- `
424
+ `,
425
+ standalone: true,
426
+ imports: [ButtonComponent, NgClass, ListComponent]
426
427
  }]
427
428
  }], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i2.NavigationService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i0.ElementRef }, { type: i4.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i5.PopupContainerService }, { type: i0.Renderer2 }]; }, propDecorators: { arrowIcon: [{
428
429
  type: Input
@@ -3,30 +3,32 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { PopupModule } from '@progress/kendo-angular-popup';
8
- import { ListModule } from '../listbutton/list.module';
9
- import { ButtonModule } from '../button/button.module';
10
- import { DropDownButtonComponent } from './dropdownbutton.component';
6
+ import { KENDO_DROPDOWNBUTTON } from '../directives';
7
+ import { PopupService } from '@progress/kendo-angular-popup';
8
+ import { IconsService } from '@progress/kendo-angular-icons';
9
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
11
10
  import * as i0 from "@angular/core";
11
+ import * as i1 from "./dropdownbutton.component";
12
+ import * as i2 from "../listbutton/button-item-template.directive";
13
+ //IMPORTANT: NgModule export kept for backwards compatibility
12
14
  /**
13
- * @hidden
14
15
  *
15
16
  * The exported package module.
16
17
  *
17
18
  * The package exports:
18
19
  * - `DropDownButtonComponent`&mdash;The DropDownButtonComponent component class.
20
+ * - `ButtonItemTemplateDirective`&mdash;The Button item template directive.
19
21
  */
20
22
  export class DropDownButtonModule {
21
23
  }
22
24
  DropDownButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
23
- DropDownButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, declarations: [DropDownButtonComponent], imports: [CommonModule, PopupModule, ListModule, ButtonModule], exports: [DropDownButtonComponent, ListModule] });
24
- DropDownButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, imports: [CommonModule, PopupModule, ListModule, ButtonModule, ListModule] });
25
+ DropDownButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, imports: [i1.DropDownButtonComponent, i2.ButtonItemTemplateDirective], exports: [i1.DropDownButtonComponent, i2.ButtonItemTemplateDirective] });
26
+ DropDownButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [i1.DropDownButtonComponent] });
25
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, decorators: [{
26
28
  type: NgModule,
27
29
  args: [{
28
- declarations: [DropDownButtonComponent],
29
- exports: [DropDownButtonComponent, ListModule],
30
- imports: [CommonModule, PopupModule, ListModule, ButtonModule]
30
+ exports: [...KENDO_DROPDOWNBUTTON],
31
+ imports: [...KENDO_DROPDOWNBUTTON],
32
+ providers: [IconsService, PopupService, ResizeBatchService]
31
33
  }]
32
34
  }] });
@@ -4,10 +4,10 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ElementRef, HostBinding, Input, Renderer2, TemplateRef } from "@angular/core";
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { IconWrapperComponent } from "@progress/kendo-angular-icons";
8
+ import { NgIf, NgTemplateOutlet } from "@angular/common";
7
9
  import * as i0 from "@angular/core";
8
10
  import * as i1 from "@progress/kendo-angular-l10n";
9
- import * as i2 from "@angular/common";
10
- import * as i3 from "@progress/kendo-angular-icons";
11
11
  /**
12
12
  * @hidden
13
13
  */
@@ -61,7 +61,7 @@ export class DialItemComponent {
61
61
  }
62
62
  }
63
63
  DialItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
64
- DialItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DialItemComponent, selector: "[kendoDialItem]", inputs: { cssClass: "cssClass", cssStyle: "cssStyle", isFocused: "isFocused", index: "index", item: "item", dialItemTemplate: "dialItemTemplate", align: "align" }, host: { properties: { "class.k-fab-item": "this.hostClass", "attr.role": "this.role", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.title": "this.title", "attr.aria-label": "this.title", "attr.data-fab-item-index": "this.indexAttr" } }, ngImport: i0, template: `
64
+ DialItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DialItemComponent, isStandalone: true, selector: "[kendoDialItem]", inputs: { cssClass: "cssClass", cssStyle: "cssStyle", isFocused: "isFocused", index: "index", item: "item", dialItemTemplate: "dialItemTemplate", align: "align" }, host: { properties: { "class.k-fab-item": "this.hostClass", "attr.role": "this.role", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.title": "this.title", "attr.aria-label": "this.title", "attr.data-fab-item-index": "this.indexAttr" } }, ngImport: i0, template: `
65
65
  <ng-template *ngIf="dialItemTemplate"
66
66
  [ngTemplateOutlet]="dialItemTemplate"
67
67
  [ngTemplateOutletContext]="{ $implicit: item, index: index, isFocused: isFocused }"
@@ -77,7 +77,7 @@ DialItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
77
77
  [customFontClass]="item.iconClass"
78
78
  [svgIcon]="item.svgIcon"></kendo-icon-wrapper>
79
79
  </ng-container>
80
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
80
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
81
81
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{
@@ -99,7 +99,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
99
99
  [customFontClass]="item.iconClass"
100
100
  [svgIcon]="item.svgIcon"></kendo-icon-wrapper>
101
101
  </ng-container>
102
- `
102
+ `,
103
+ standalone: true,
104
+ imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
103
105
  }]
104
106
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
105
107
  type: HostBinding,
@@ -5,11 +5,11 @@
5
5
  import { ChangeDetectorRef, Component, HostBinding, Input, TemplateRef } from "@angular/core";
6
6
  import { Subscription } from 'rxjs';
7
7
  import { FocusService } from '../focusable/focus.service';
8
+ import { DialItemComponent } from "./dial-item.component";
9
+ import { FocusableDirective } from "../focusable/focusable.directive";
10
+ import { NgFor, NgClass, NgStyle } from "@angular/common";
8
11
  import * as i0 from "@angular/core";
9
12
  import * as i1 from "../focusable/focus.service";
10
- import * as i2 from "@angular/common";
11
- import * as i3 from "../focusable/focusable.directive";
12
- import * as i4 from "./dial-item.component";
13
13
  /**
14
14
  * @hidden
15
15
  */
@@ -35,7 +35,7 @@ export class DialListComponent {
35
35
  }
36
36
  }
37
37
  DialListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialListComponent, deps: [{ token: i1.FocusService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
38
- DialListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DialListComponent, selector: "[kendoDialList]", inputs: { dialItems: "dialItems", dialItemTemplate: "dialItemTemplate", align: "align" }, host: { properties: { "class.k-fab-items": "this.hostClass", "class.k-fab-items-bottom": "this.bottomClass", "class.k-fab-items-top": "this.topClass" } }, ngImport: i0, template: `
38
+ DialListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DialListComponent, isStandalone: true, selector: "[kendoDialList]", inputs: { dialItems: "dialItems", dialItemTemplate: "dialItemTemplate", align: "align" }, host: { properties: { "class.k-fab-items": "this.hostClass", "class.k-fab-items-bottom": "this.bottomClass", "class.k-fab-items-top": "this.topClass" } }, ngImport: i0, template: `
39
39
  <ng-container *ngFor='let item of dialItems; let idx = index'>
40
40
  <li
41
41
  kendoButtonFocusable
@@ -50,7 +50,7 @@ DialListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
50
50
  >
51
51
  </li>
52
52
  </ng-container>
53
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { kind: "component", type: i4.DialItemComponent, selector: "[kendoDialItem]", inputs: ["cssClass", "cssStyle", "isFocused", "index", "item", "dialItemTemplate", "align"] }] });
53
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { kind: "component", type: DialItemComponent, selector: "[kendoDialItem]", inputs: ["cssClass", "cssStyle", "isFocused", "index", "item", "dialItemTemplate", "align"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
54
54
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialListComponent, decorators: [{
55
55
  type: Component,
56
56
  args: [{
@@ -71,7 +71,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
71
71
  >
72
72
  </li>
73
73
  </ng-container>
74
- `
74
+ `,
75
+ standalone: true,
76
+ imports: [NgFor, FocusableDirective, DialItemComponent, NgClass, NgStyle]
75
77
  }]
76
78
  }], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { hostClass: [{
77
79
  type: HostBinding,
@@ -21,16 +21,16 @@ import { closeAnimation, openAnimation } from './animations/animations';
21
21
  import { PreventableEvent } from '../preventable-event';
22
22
  import { DialItemTemplateDirective } from './templates/dial-item-template.directive';
23
23
  import { FloatingActionButtonTemplateDirective } from './templates/fab-template.directive';
24
+ import { DialListComponent } from './dial-list.component';
25
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
26
+ import { EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
27
+ import { NgClass, NgIf, NgTemplateOutlet } from '@angular/common';
24
28
  import * as i0 from "@angular/core";
25
29
  import * as i1 from "../focusable/focus.service";
26
30
  import * as i2 from "../navigation/navigation.service";
27
31
  import * as i3 from "@progress/kendo-angular-popup";
28
32
  import * as i4 from "@angular/animations";
29
33
  import * as i5 from "@progress/kendo-angular-l10n";
30
- import * as i6 from "@angular/common";
31
- import * as i7 from "@progress/kendo-angular-common";
32
- import * as i8 from "@progress/kendo-angular-icons";
33
- import * as i9 from "./dial-list.component";
34
34
  const NAVIGATION_SETTINGS = {
35
35
  useLeftRightArrows: false
36
36
  };
@@ -723,7 +723,7 @@ export class FloatingActionButtonComponent {
723
723
  }
724
724
  }
725
725
  FloatingActionButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i4.AnimationBuilder }, { token: i5.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
726
- FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonComponent, selector: "kendo-floatingactionbutton", inputs: { themeColor: "themeColor", size: "size", rounded: "rounded", disabled: "disabled", align: "align", offset: "offset", positionMode: "positionMode", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", buttonClass: "buttonClass", dialClass: "dialClass", text: "text", dialItemAnimation: "dialItemAnimation", tabIndex: "tabIndex", dialItems: "dialItems" }, outputs: { onBlur: "blur", onFocus: "focus", dialItemClick: "dialItemClick", open: "open", close: "close" }, host: { properties: { "class.k-pos-fixed": "this.fixedClass", "class.k-pos-absolute": "this.absoluteClass", "attr.dir": "this.direction" } }, providers: [
726
+ FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonComponent, isStandalone: true, selector: "kendo-floatingactionbutton", inputs: { themeColor: "themeColor", size: "size", rounded: "rounded", disabled: "disabled", align: "align", offset: "offset", positionMode: "positionMode", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", buttonClass: "buttonClass", dialClass: "dialClass", text: "text", dialItemAnimation: "dialItemAnimation", tabIndex: "tabIndex", dialItems: "dialItems" }, outputs: { onBlur: "blur", onFocus: "focus", dialItemClick: "dialItemClick", open: "open", close: "close" }, host: { properties: { "class.k-pos-fixed": "this.fixedClass", "class.k-pos-absolute": "this.absoluteClass", "attr.dir": "this.direction" } }, providers: [
727
727
  FocusService,
728
728
  NavigationService,
729
729
  NAVIGATION_SETTINGS_PROVIDER,
@@ -789,7 +789,7 @@ FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
789
789
  >
790
790
  </ul>
791
791
  </ng-template>
792
- `, isInline: true, dependencies: [{ kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i7.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i8.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i9.DialListComponent, selector: "[kendoDialList]", inputs: ["dialItems", "dialItemTemplate", "align"] }] });
792
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: DialListComponent, selector: "[kendoDialList]", inputs: ["dialItems", "dialItemTemplate", "align"] }] });
793
793
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonComponent, decorators: [{
794
794
  type: Component,
795
795
  args: [{
@@ -861,7 +861,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
861
861
  >
862
862
  </ul>
863
863
  </ng-template>
864
- `
864
+ `,
865
+ standalone: true,
866
+ imports: [NgClass, EventsOutsideAngularDirective, NgIf, NgTemplateOutlet, IconWrapperComponent, DialListComponent]
865
867
  }]
866
868
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.FocusService }, { type: i2.NavigationService }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i4.AnimationBuilder }, { type: i5.LocalizationService }]; }, propDecorators: { fixedClass: [{
867
869
  type: HostBinding,
@@ -3,27 +3,15 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { FloatingActionButtonComponent } from './floatingactionbutton.component';
8
- import { DialItemTemplateDirective } from './templates/dial-item-template.directive';
9
- import { FloatingActionButtonTemplateDirective } from './templates/fab-template.directive';
10
- import { DialListComponent } from './dial-list.component';
11
- import { DialItemComponent } from './dial-item.component';
12
- import { ListModule } from '../listbutton/list.module';
13
- import { EventsModule } from '@progress/kendo-angular-common';
14
- import { PopupModule } from '@progress/kendo-angular-popup';
15
- import { IconsModule } from '@progress/kendo-angular-icons';
6
+ import { KENDO_FLOATINGACTIONBUTTON } from '../directives';
7
+ import { IconsService } from '@progress/kendo-angular-icons';
8
+ import { PopupService } from '@progress/kendo-angular-popup';
9
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
16
10
  import * as i0 from "@angular/core";
17
- const exportedModules = [
18
- FloatingActionButtonComponent,
19
- DialItemTemplateDirective,
20
- FloatingActionButtonTemplateDirective
21
- ];
22
- const declarations = [
23
- ...exportedModules,
24
- DialListComponent,
25
- DialItemComponent
26
- ];
11
+ import * as i1 from "./floatingactionbutton.component";
12
+ import * as i2 from "./templates/dial-item-template.directive";
13
+ import * as i3 from "./templates/fab-template.directive";
14
+ //IMPORTANT: NgModule export kept for backwards compatibility
27
15
  /**
28
16
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
29
17
  * definition for the FloatingActionButton component.
@@ -55,18 +43,13 @@ const declarations = [
55
43
  export class FloatingActionButtonModule {
56
44
  }
57
45
  FloatingActionButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
58
- FloatingActionButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, declarations: [FloatingActionButtonComponent,
59
- DialItemTemplateDirective,
60
- FloatingActionButtonTemplateDirective, DialListComponent,
61
- DialItemComponent], imports: [CommonModule, PopupModule, ListModule, EventsModule, IconsModule], exports: [FloatingActionButtonComponent,
62
- DialItemTemplateDirective,
63
- FloatingActionButtonTemplateDirective] });
64
- FloatingActionButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, imports: [CommonModule, PopupModule, ListModule, EventsModule, IconsModule] });
46
+ FloatingActionButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, imports: [i1.FloatingActionButtonComponent, i2.DialItemTemplateDirective, i3.FloatingActionButtonTemplateDirective], exports: [i1.FloatingActionButtonComponent, i2.DialItemTemplateDirective, i3.FloatingActionButtonTemplateDirective] });
47
+ FloatingActionButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [i1.FloatingActionButtonComponent] });
65
48
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, decorators: [{
66
49
  type: NgModule,
67
50
  args: [{
68
- declarations: [declarations],
69
- exports: [exportedModules],
70
- imports: [CommonModule, PopupModule, ListModule, EventsModule, IconsModule]
51
+ exports: [...KENDO_FLOATINGACTIONBUTTON],
52
+ imports: [...KENDO_FLOATINGACTIONBUTTON],
53
+ providers: [IconsService, PopupService, ResizeBatchService]
71
54
  }]
72
55
  }] });
@@ -16,11 +16,12 @@ export class DialItemTemplateDirective {
16
16
  }
17
17
  }
18
18
  DialItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
- DialItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DialItemTemplateDirective, selector: "[kendoDialItemTemplate]", ngImport: i0 });
19
+ DialItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DialItemTemplateDirective, isStandalone: true, selector: "[kendoDialItemTemplate]", ngImport: i0 });
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemTemplateDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
- selector: '[kendoDialItemTemplate]'
23
+ selector: '[kendoDialItemTemplate]',
24
+ standalone: true
24
25
  }]
25
26
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
26
27
  type: Optional
@@ -16,11 +16,12 @@ export class FloatingActionButtonTemplateDirective {
16
16
  }
17
17
  }
18
18
  FloatingActionButtonTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
- FloatingActionButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonTemplateDirective, selector: "[kendoFloatingActionButtonTemplate]", ngImport: i0 });
19
+ FloatingActionButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonTemplateDirective, isStandalone: true, selector: "[kendoFloatingActionButtonTemplate]", ngImport: i0 });
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonTemplateDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
- selector: '[kendoFloatingActionButtonTemplate]'
23
+ selector: '[kendoFloatingActionButtonTemplate]',
24
+ standalone: true
24
25
  }]
25
26
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
26
27
  type: Optional
@@ -51,11 +51,12 @@ export class FocusableDirective {
51
51
  }
52
52
  }
53
53
  FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, deps: [{ token: i1.FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
54
- FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: { index: "index" }, ngImport: i0 });
54
+ FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, isStandalone: true, selector: "[kendoButtonFocusable]", inputs: { index: "index" }, ngImport: i0 });
55
55
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, decorators: [{
56
56
  type: Directive,
57
57
  args: [{
58
- selector: '[kendoButtonFocusable]'
58
+ selector: '[kendoButtonFocusable]',
59
+ standalone: true
59
60
  }]
60
61
  }], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { index: [{
61
62
  type: Input
package/esm2020/index.mjs CHANGED
@@ -15,7 +15,6 @@ export { DropDownButtonComponent, DropDownButtonComponent as DropDownButton } fr
15
15
  export { DropDownButtonModule } from './dropdownbutton/dropdownbutton.module';
16
16
  export { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
17
17
  export { ListComponent } from './listbutton/list.component';
18
- export { TemplateContextDirective } from './listbutton/template-context.directive';
19
18
  export { ListModule } from './listbutton/list.module';
20
19
  export { ChipComponent } from './chip/chip.component';
21
20
  export { ChipListComponent } from './chip/chip-list.component';
@@ -28,3 +27,4 @@ export { DialItemTemplateDirective } from './floatingactionbutton/templates/dial
28
27
  export { FocusableDirective } from './focusable/focusable.directive';
29
28
  export { PreventableEvent } from './preventable-event';
30
29
  export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
30
+ export * from './directives';
@@ -50,7 +50,7 @@ import * as i0 from "@angular/core";
50
50
  * }
51
51
  * ```
52
52
  *
53
- * For more examples, refer to the article on the [DropDownList templates]({% slug overview_ddl %}#templates).
53
+ * For more examples, refer to the article on the [DropDownButton templates](slug:itemstemplates_dropdownbutton).
54
54
  */
55
55
  export class ButtonItemTemplateDirective {
56
56
  constructor(templateRef) {
@@ -58,10 +58,11 @@ export class ButtonItemTemplateDirective {
58
58
  }
59
59
  }
60
60
  ButtonItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
61
- ButtonItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ButtonItemTemplateDirective, selector: "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", ngImport: i0 });
61
+ ButtonItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ButtonItemTemplateDirective, isStandalone: true, selector: "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", ngImport: i0 });
62
62
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonItemTemplateDirective, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
- selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]'
65
+ selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]',
66
+ standalone: true
66
67
  }]
67
68
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -7,11 +7,11 @@ import { validatePackage } from '@progress/kendo-licensing';
7
7
  import { packageMetadata } from '../package-metadata';
8
8
  import { ButtonItemTemplateDirective } from './button-item-template.directive';
9
9
  import { SIZES } from '../util';
10
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
11
+ import { FocusableDirective } from '../focusable/focusable.directive';
12
+ import { NgClass, NgFor, NgIf } from '@angular/common';
13
+ import { TemplateContextDirective } from '@progress/kendo-angular-common';
10
14
  import * as i0 from "@angular/core";
11
- import * as i1 from "@angular/common";
12
- import * as i2 from "@progress/kendo-angular-icons";
13
- import * as i3 from "../focusable/focusable.directive";
14
- import * as i4 from "./template-context.directive";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -50,7 +50,7 @@ export class ListComponent {
50
50
  }
51
51
  }
52
52
  ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
53
- ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, selector: "kendo-button-list", inputs: { data: "data", textField: "textField", itemTemplate: "itemTemplate", size: "size" }, outputs: { onItemClick: "onItemClick", onItemBlur: "onItemBlur" }, ngImport: i0, template: `
53
+ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, isStandalone: true, selector: "kendo-button-list", inputs: { data: "data", textField: "textField", itemTemplate: "itemTemplate", size: "size" }, outputs: { onItemClick: "onItemClick", onItemBlur: "onItemBlur" }, ngImport: i0, template: `
54
54
  <ul class="k-group k-menu-group k-reset" role="list" [ngClass]="sizeClass">
55
55
  <li kendoButtonFocusable
56
56
  *ngFor="let dataItem of data; let index = index;"
@@ -95,7 +95,7 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
95
95
  </ng-template>
96
96
  </li>
97
97
  </ul>
98
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: i3.FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { kind: "directive", type: i4.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
98
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
99
99
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
@@ -146,6 +146,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
146
146
  </li>
147
147
  </ul>
148
148
  `,
149
+ standalone: true,
150
+ imports: [NgClass, NgFor, FocusableDirective, NgIf, TemplateContextDirective, IconWrapperComponent]
149
151
  }]
150
152
  }], ctorParameters: function () { return []; }, propDecorators: { data: [{
151
153
  type: Input
@@ -3,38 +3,31 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
6
  import { ListComponent } from './list.component';
8
7
  import { FocusableDirective } from './../focusable/focusable.directive';
9
8
  import { ButtonItemTemplateDirective } from './button-item-template.directive';
10
- import { TemplateContextDirective } from './template-context.directive';
11
- import { IconsModule } from '@progress/kendo-angular-icons';
9
+ import { IconsService } from '@progress/kendo-angular-icons';
12
10
  import * as i0 from "@angular/core";
13
11
  const EXPORTED_DIRECTIVES = [
14
12
  ListComponent,
15
13
  FocusableDirective,
16
- ButtonItemTemplateDirective,
17
- TemplateContextDirective
14
+ ButtonItemTemplateDirective
18
15
  ];
19
- /**
20
- * @hidden
21
- */
16
+ //IMPORTANT: NgModule export kept for backwards compatibility
22
17
  export class ListModule {
23
18
  }
24
19
  ListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25
- ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListModule, declarations: [ListComponent,
20
+ ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListModule, imports: [ListComponent,
26
21
  FocusableDirective,
27
- ButtonItemTemplateDirective,
28
- TemplateContextDirective], imports: [CommonModule, IconsModule], exports: [ListComponent,
22
+ ButtonItemTemplateDirective], exports: [ListComponent,
29
23
  FocusableDirective,
30
- ButtonItemTemplateDirective,
31
- TemplateContextDirective] });
32
- ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, imports: [CommonModule, IconsModule] });
24
+ ButtonItemTemplateDirective] });
25
+ ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, providers: [IconsService], imports: [ListComponent] });
33
26
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, decorators: [{
34
27
  type: NgModule,
35
28
  args: [{
36
- declarations: [EXPORTED_DIRECTIVES],
37
- exports: [EXPORTED_DIRECTIVES],
38
- imports: [CommonModule, IconsModule]
29
+ imports: [...EXPORTED_DIRECTIVES],
30
+ exports: [...EXPORTED_DIRECTIVES],
31
+ providers: [IconsService]
39
32
  }]
40
33
  }] });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721813963,
13
- version: '16.5.0',
12
+ publishDate: 1721846851,
13
+ version: '16.6.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -21,7 +21,7 @@ export class SplitButtonCustomMessagesComponent extends Messages {
21
21
  }
22
22
  }
23
23
  SplitButtonCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- SplitButtonCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitButtonCustomMessagesComponent, selector: "kendo-splitbutton-messages", providers: [{
24
+ SplitButtonCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitButtonCustomMessagesComponent, isStandalone: true, selector: "kendo-splitbutton-messages", providers: [{
25
25
  provide: Messages,
26
26
  useExisting: forwardRef(() => SplitButtonCustomMessagesComponent)
27
27
  }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
@@ -33,6 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
33
33
  useExisting: forwardRef(() => SplitButtonCustomMessagesComponent)
34
34
  }],
35
35
  selector: 'kendo-splitbutton-messages',
36
- template: ``
36
+ template: ``,
37
+ standalone: true
37
38
  }]
38
39
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedSplitButtonMessagesDirective extends Messages {
17
17
  }
18
18
  }
19
19
  LocalizedSplitButtonMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedSplitButtonMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedSplitButtonMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedSplitButtonMessagesDirective, selector: "[kendoSplitButtonLocalizedMessages]", providers: [
20
+ LocalizedSplitButtonMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedSplitButtonMessagesDirective, isStandalone: true, selector: "[kendoSplitButtonLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedSplitButtonMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => LocalizedSplitButtonMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: '[kendoSplitButtonLocalizedMessages]'
35
+ selector: '[kendoSplitButtonLocalizedMessages]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });