@progress/kendo-angular-menu 20.1.2-develop.1 → 21.0.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 (30) hide show
  1. package/esm2022/context-menu/context-menu-items.service.mjs +4 -4
  2. package/esm2022/context-menu/context-menu-target-container.directive.mjs +4 -4
  3. package/esm2022/context-menu/context-menu-target.directive.mjs +4 -4
  4. package/esm2022/context-menu/context-menu-target.service.mjs +3 -3
  5. package/esm2022/context-menu/context-menu-template.directive.mjs +5 -5
  6. package/esm2022/context-menu/context-menu.component.mjs +4 -4
  7. package/esm2022/context-menu/context-menu.module.mjs +4 -4
  8. package/esm2022/context-menu/context-menu.service.mjs +3 -3
  9. package/esm2022/data-binding/binding-directive-base.mjs +4 -4
  10. package/esm2022/data-binding/flat-binding.directive.mjs +4 -4
  11. package/esm2022/data-binding/hierachy-binding.directive.mjs +4 -4
  12. package/esm2022/menu-base.mjs +3 -3
  13. package/esm2022/menu-item.component.mjs +3 -3
  14. package/esm2022/menu.component.mjs +5 -5
  15. package/esm2022/menu.module.mjs +4 -4
  16. package/esm2022/menus.module.mjs +4 -4
  17. package/esm2022/package-metadata.mjs +2 -2
  18. package/esm2022/rendering/arrow.component.mjs +4 -4
  19. package/esm2022/rendering/link.directive.mjs +4 -4
  20. package/esm2022/rendering/list.component.mjs +9 -9
  21. package/esm2022/services/actions.service.mjs +4 -4
  22. package/esm2022/services/hover.service.mjs +4 -4
  23. package/esm2022/services/items.service.mjs +3 -3
  24. package/esm2022/services/navigation.service.mjs +4 -4
  25. package/esm2022/templates/item-content-template.directive.mjs +5 -5
  26. package/esm2022/templates/item-link-template.directive.mjs +5 -5
  27. package/esm2022/templates/item-template.directive.mjs +5 -5
  28. package/fesm2022/progress-kendo-angular-menu.mjs +111 -111
  29. package/package.json +11 -11
  30. package/schematics/ngAdd/index.js +1 -1
@@ -41,15 +41,15 @@ export class ItemLinkTemplateDirective {
41
41
  constructor(templateRef) {
42
42
  this.templateRef = templateRef;
43
43
  }
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ItemLinkTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
45
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ItemLinkTemplateDirective, isStandalone: true, selector: "[kendoMenuItemLinkTemplate]", ngImport: i0 });
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemLinkTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
45
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ItemLinkTemplateDirective, isStandalone: true, selector: "[kendoMenuItemLinkTemplate]", ngImport: i0 });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ItemLinkTemplateDirective, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemLinkTemplateDirective, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[kendoMenuItemLinkTemplate]',
51
51
  standalone: true
52
52
  }]
53
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
53
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
54
54
  type: Optional
55
- }] }]; } });
55
+ }] }] });
@@ -40,15 +40,15 @@ export class ItemTemplateDirective {
40
40
  constructor(templateRef) {
41
41
  this.templateRef = templateRef;
42
42
  }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
44
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoMenuItemTemplate]", ngImport: i0 });
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
44
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoMenuItemTemplate]", ngImport: i0 });
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ItemTemplateDirective, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemTemplateDirective, decorators: [{
47
47
  type: Directive,
48
48
  args: [{
49
49
  selector: '[kendoMenuItemTemplate]',
50
50
  standalone: true
51
51
  }]
52
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
52
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
53
53
  type: Optional
54
- }] }]; } });
54
+ }] }] });