@progress/kendo-angular-menu 4.1.1-dev.202212051556 → 11.0.0-develop.100
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/LICENSE.md +1 -1
- package/NOTICE.txt +4 -4
- package/constants.d.ts +1 -1
- package/context-menu/context-menu-event.d.ts +1 -1
- package/context-menu/context-menu-items.service.d.ts +1 -1
- package/context-menu/context-menu-popup-event.d.ts +1 -1
- package/context-menu/context-menu-select-event.d.ts +1 -1
- package/context-menu/context-menu-target-container.directive.d.ts +1 -1
- package/context-menu/context-menu-target.directive.d.ts +1 -1
- package/context-menu/context-menu-target.service.d.ts +1 -1
- package/context-menu/context-menu-template.directive.d.ts +1 -1
- package/context-menu/context-menu.component.d.ts +1 -1
- package/context-menu/context-menu.module.d.ts +1 -1
- package/context-menu/context-menu.service.d.ts +1 -1
- package/data-binding/binding-directive-base.d.ts +1 -1
- package/data-binding/flat-binding.directive.d.ts +1 -1
- package/data-binding/hierachy-binding.directive.d.ts +1 -1
- package/data-binding/utils.d.ts +1 -1
- package/dom-queries.d.ts +1 -1
- package/{esm2015/constants.js → esm2020/constants.mjs} +1 -1
- package/{esm2015/context-menu/context-menu-event.js → esm2020/context-menu/context-menu-event.mjs} +1 -1
- package/{esm2015/context-menu/context-menu-items.service.js → esm2020/context-menu/context-menu-items.service.mjs} +5 -4
- package/{esm2015/context-menu/context-menu-popup-event.js → esm2020/context-menu/context-menu-popup-event.mjs} +1 -1
- package/{esm2015/context-menu/context-menu-select-event.js → esm2020/context-menu/context-menu-select-event.mjs} +1 -1
- package/{esm2015/context-menu/context-menu-target-container.directive.js → esm2020/context-menu/context-menu-target-container.directive.mjs} +5 -5
- package/{esm2015/context-menu/context-menu-target.directive.js → esm2020/context-menu/context-menu-target.directive.mjs} +6 -5
- package/{esm2015/context-menu/context-menu-target.service.js → esm2020/context-menu/context-menu-target.service.mjs} +4 -4
- package/{esm2015/context-menu/context-menu-template.directive.js → esm2020/context-menu/context-menu-template.directive.mjs} +5 -5
- package/{esm2015/context-menu/context-menu.component.js → esm2020/context-menu/context-menu.component.mjs} +5 -5
- package/{esm2015/context-menu/context-menu.module.js → esm2020/context-menu/context-menu.module.mjs} +5 -5
- package/{esm2015/context-menu/context-menu.service.js → esm2020/context-menu/context-menu.service.mjs} +4 -4
- package/{esm2015/data-binding/binding-directive-base.js → esm2020/data-binding/binding-directive-base.mjs} +5 -4
- package/{esm2015/data-binding/flat-binding.directive.js → esm2020/data-binding/flat-binding.directive.mjs} +5 -4
- package/{esm2015/data-binding/hierachy-binding.directive.js → esm2020/data-binding/hierachy-binding.directive.mjs} +5 -4
- package/{esm2015/data-binding/utils.js → esm2020/data-binding/utils.mjs} +1 -1
- package/{esm2015/dom-queries.js → esm2020/dom-queries.mjs} +1 -1
- package/{esm2015/main.js → esm2020/index.mjs} +2 -2
- package/{esm2015/size.js → esm2020/menu-animation.interface.mjs} +1 -1
- package/{esm2015/menu-base.js → esm2020/menu-base.mjs} +5 -5
- package/{esm2015/menu-event.js → esm2020/menu-event.mjs} +1 -1
- package/{esm2015/menu-item.component.js → esm2020/menu-item.component.mjs} +5 -5
- package/{esm2015/menu-item.interface.js → esm2020/menu-item.interface.mjs} +1 -1
- package/{esm2015/menu-select-event.js → esm2020/menu-select-event.mjs} +1 -1
- package/{esm2015/menu.component.js → esm2020/menu.component.mjs} +6 -5
- package/{esm2015/menu.module.js → esm2020/menu.module.mjs} +12 -11
- package/{esm2015/menus.module.js → esm2020/menus.module.mjs} +5 -5
- package/{esm2015/open-on-click-settings.js → esm2020/open-on-click-settings.mjs} +1 -1
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/preventable-event.js → esm2020/preventable-event.mjs} +1 -1
- package/{esm2015/kendo-angular-menu.js → esm2020/progress-kendo-angular-menu.mjs} +2 -2
- package/esm2020/rendering/arrow.component.mjs +47 -0
- package/{esm2015/rendering/link.directive.js → esm2020/rendering/link.directive.mjs} +5 -4
- package/{esm2015/rendering/list.component.js → esm2020/rendering/list.component.mjs} +27 -27
- package/{esm2015/rendering/popup-settings.js → esm2020/rendering/popup-settings.mjs} +1 -1
- package/{esm2015/services/actions.service.js → esm2020/services/actions.service.mjs} +5 -4
- package/{esm2015/services/hover.service.js → esm2020/services/hover.service.mjs} +6 -4
- package/{esm2015/services/items.service.js → esm2020/services/items.service.mjs} +6 -6
- package/{esm2015/services/navigation.service.js → esm2020/services/navigation.service.mjs} +8 -5
- package/{esm2015/menu-animation.interface.js → esm2020/size.mjs} +1 -1
- package/{esm2015/templates/item-content-template.directive.js → esm2020/templates/item-content-template.directive.mjs} +5 -5
- package/{esm2015/templates/item-link-template.directive.js → esm2020/templates/item-link-template.directive.mjs} +5 -5
- package/{esm2015/templates/item-template.directive.js → esm2020/templates/item-template.directive.mjs} +5 -5
- package/{esm2015/utils.js → esm2020/utils.mjs} +24 -1
- package/fesm2015/progress-kendo-angular-menu.mjs +3143 -0
- package/{fesm2015/kendo-angular-menu.js → fesm2020/progress-kendo-angular-menu.mjs} +159 -151
- package/{main.d.ts → index.d.ts} +3 -2
- package/menu-animation.interface.d.ts +1 -1
- package/menu-base.d.ts +1 -1
- package/menu-event.d.ts +1 -1
- package/menu-item.component.d.ts +1 -1
- package/menu-item.interface.d.ts +1 -1
- package/menu-select-event.d.ts +1 -1
- package/menu.component.d.ts +1 -1
- package/menu.module.d.ts +4 -3
- package/menus.module.d.ts +1 -1
- package/open-on-click-settings.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +29 -54
- package/preventable-event.d.ts +1 -1
- package/{kendo-angular-menu.d.ts → progress-kendo-angular-menu.d.ts} +2 -2
- package/rendering/{arrow.directive.d.ts → arrow.component.d.ts} +16 -10
- package/rendering/link.directive.d.ts +1 -1
- package/rendering/list.component.d.ts +10 -1
- package/rendering/popup-settings.d.ts +1 -1
- package/schematics/ngAdd/index.js +5 -7
- package/services/actions.service.d.ts +1 -1
- package/services/hover.service.d.ts +1 -1
- package/services/items.service.d.ts +1 -1
- package/services/navigation.service.d.ts +1 -1
- package/size.d.ts +1 -1
- package/templates/item-content-template.directive.d.ts +1 -1
- package/templates/item-link-template.directive.d.ts +1 -1
- package/templates/item-template.directive.d.ts +1 -1
- package/utils.d.ts +10 -1
- package/bundles/kendo-angular-menu.umd.js +0 -5
- package/esm2015/rendering/arrow.directive.js +0 -55
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { Injectable, NgZone, Directive, Optional, Component, Input, ContentChildren, ElementRef,
|
|
6
|
+
import { Injectable, NgZone, EventEmitter, Directive, Optional, Component, Input, ContentChildren, ElementRef, ViewChild, HostBinding, forwardRef, Output, isDevMode, NgModule, ContentChild } from '@angular/core';
|
|
7
7
|
import * as i3 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
10
|
import { PreventableEvent as PreventableEvent$1, hasObservers, isDocumentAvailable, Keys } from '@progress/kendo-angular-common';
|
|
11
|
+
import { caretAltLeftIcon, caretAltRightIcon, caretAltDownIcon } from '@progress/kendo-svg-icons';
|
|
11
12
|
import * as i6 from '@progress/kendo-angular-popup';
|
|
12
13
|
import { PopupService, POPUP_CONTAINER, PopupModule } from '@progress/kendo-angular-popup';
|
|
13
14
|
import * as i5 from '@angular/common';
|
|
14
15
|
import { CommonModule } from '@angular/common';
|
|
16
|
+
import * as i8 from '@progress/kendo-angular-icons';
|
|
17
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
15
18
|
|
|
16
19
|
/**
|
|
17
20
|
* @hidden
|
|
@@ -20,9 +23,9 @@ const packageMetadata = {
|
|
|
20
23
|
name: '@progress/kendo-angular-menu',
|
|
21
24
|
productName: 'Kendo UI for Angular',
|
|
22
25
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
23
|
-
publishDate:
|
|
26
|
+
publishDate: 1673469191,
|
|
24
27
|
version: '',
|
|
25
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
28
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
26
29
|
};
|
|
27
30
|
|
|
28
31
|
const PARENT_REGEX = /_?\d+$/;
|
|
@@ -109,7 +112,7 @@ class ItemsService {
|
|
|
109
112
|
filter(predicate) {
|
|
110
113
|
const result = [];
|
|
111
114
|
const items = this.items;
|
|
112
|
-
for (
|
|
115
|
+
for (const index in items) {
|
|
113
116
|
if (predicate(index, items[index])) {
|
|
114
117
|
result.push(items[index]);
|
|
115
118
|
}
|
|
@@ -134,7 +137,7 @@ class ItemsService {
|
|
|
134
137
|
}
|
|
135
138
|
forEach(callback) {
|
|
136
139
|
const items = this.items;
|
|
137
|
-
for (
|
|
140
|
+
for (const index in items) {
|
|
138
141
|
if (items.hasOwnProperty(index)) {
|
|
139
142
|
callback(items[index]);
|
|
140
143
|
}
|
|
@@ -144,9 +147,9 @@ class ItemsService {
|
|
|
144
147
|
return index.replace(PARENT_REGEX, '');
|
|
145
148
|
}
|
|
146
149
|
}
|
|
147
|
-
ItemsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
148
|
-
ItemsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
150
|
+
ItemsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
151
|
+
ItemsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemsService });
|
|
152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemsService, decorators: [{
|
|
150
153
|
type: Injectable
|
|
151
154
|
}] });
|
|
152
155
|
|
|
@@ -313,9 +316,9 @@ class ActionsService {
|
|
|
313
316
|
}
|
|
314
317
|
}
|
|
315
318
|
}
|
|
316
|
-
ActionsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
317
|
-
ActionsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
319
|
+
ActionsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionsService, deps: [{ token: i0.NgZone }, { token: ItemsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
320
|
+
ActionsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionsService });
|
|
321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionsService, decorators: [{
|
|
319
322
|
type: Injectable
|
|
320
323
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: ItemsService }]; } });
|
|
321
324
|
|
|
@@ -561,9 +564,9 @@ class NavigationService {
|
|
|
561
564
|
}
|
|
562
565
|
}
|
|
563
566
|
}
|
|
564
|
-
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
565
|
-
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
567
|
+
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationService, deps: [{ token: ItemsService }, { token: ActionsService }, { token: i3.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
568
|
+
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationService });
|
|
569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationService, decorators: [{
|
|
567
570
|
type: Injectable
|
|
568
571
|
}], ctorParameters: function () { return [{ type: ItemsService }, { type: ActionsService }, { type: i3.LocalizationService }, { type: i0.NgZone }]; } });
|
|
569
572
|
|
|
@@ -676,9 +679,9 @@ class HoverService {
|
|
|
676
679
|
}
|
|
677
680
|
}
|
|
678
681
|
}
|
|
679
|
-
HoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
680
|
-
HoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
682
|
+
HoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HoverService, deps: [{ token: ActionsService }, { token: ItemsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
683
|
+
HoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HoverService });
|
|
684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HoverService, decorators: [{
|
|
682
685
|
type: Injectable
|
|
683
686
|
}], ctorParameters: function () { return [{ type: ActionsService }, { type: ItemsService }]; } });
|
|
684
687
|
|
|
@@ -794,6 +797,29 @@ const findInContainer = (element, selector, container) => {
|
|
|
794
797
|
return match;
|
|
795
798
|
};
|
|
796
799
|
|
|
800
|
+
/**
|
|
801
|
+
* @hidden
|
|
802
|
+
*/
|
|
803
|
+
class ContextMenuService {
|
|
804
|
+
constructor() {
|
|
805
|
+
this.keydown = new EventEmitter();
|
|
806
|
+
}
|
|
807
|
+
emit(name, args) {
|
|
808
|
+
this.owner.emitMenuEvent(name, args);
|
|
809
|
+
}
|
|
810
|
+
hasObservers(name) {
|
|
811
|
+
return this.owner && hasObservers(this.owner[name]);
|
|
812
|
+
}
|
|
813
|
+
leaveMenu(e) {
|
|
814
|
+
return this.items ? !inMenu(e.target, this.items) : true;
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
ContextMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
818
|
+
ContextMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuService });
|
|
819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuService, decorators: [{
|
|
820
|
+
type: Injectable
|
|
821
|
+
}] });
|
|
822
|
+
|
|
797
823
|
/**
|
|
798
824
|
* Represents a template for the Menu items ([see example]({% slug templates_menu %})). To define a template
|
|
799
825
|
* for an item, nest an `<ng-template>` tag with the `kendoMenuItemTemplate` directive inside a `<kendo-menu-item>`
|
|
@@ -830,9 +856,9 @@ class ItemTemplateDirective {
|
|
|
830
856
|
this.templateRef = templateRef;
|
|
831
857
|
}
|
|
832
858
|
}
|
|
833
|
-
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
834
|
-
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
859
|
+
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
860
|
+
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ItemTemplateDirective, selector: "[kendoMenuItemTemplate]", ngImport: i0 });
|
|
861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
836
862
|
type: Directive,
|
|
837
863
|
args: [{
|
|
838
864
|
selector: '[kendoMenuItemTemplate]'
|
|
@@ -878,9 +904,9 @@ class ItemLinkTemplateDirective {
|
|
|
878
904
|
this.templateRef = templateRef;
|
|
879
905
|
}
|
|
880
906
|
}
|
|
881
|
-
ItemLinkTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
882
|
-
ItemLinkTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
907
|
+
ItemLinkTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemLinkTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
908
|
+
ItemLinkTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ItemLinkTemplateDirective, selector: "[kendoMenuItemLinkTemplate]", ngImport: i0 });
|
|
909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemLinkTemplateDirective, decorators: [{
|
|
884
910
|
type: Directive,
|
|
885
911
|
args: [{
|
|
886
912
|
selector: '[kendoMenuItemLinkTemplate]'
|
|
@@ -924,9 +950,9 @@ class ItemContentTemplateDirective {
|
|
|
924
950
|
this.templateRef = templateRef;
|
|
925
951
|
}
|
|
926
952
|
}
|
|
927
|
-
ItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
928
|
-
ItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
953
|
+
ItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
954
|
+
ItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ItemContentTemplateDirective, selector: "[kendoMenuItemContentTemplate]", ngImport: i0 });
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemContentTemplateDirective, decorators: [{
|
|
930
956
|
type: Directive,
|
|
931
957
|
args: [{
|
|
932
958
|
selector: '[kendoMenuItemContentTemplate]'
|
|
@@ -1014,9 +1040,9 @@ class MenuItemComponent {
|
|
|
1014
1040
|
}
|
|
1015
1041
|
}
|
|
1016
1042
|
}
|
|
1017
|
-
MenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1018
|
-
MenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1043
|
+
MenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1044
|
+
MenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MenuItemComponent, selector: "kendo-menu-item", inputs: { text: "text", url: "url", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", icon: "icon", data: "data", separator: "separator" }, queries: [{ propertyName: "itemTemplate", predicate: ItemTemplateDirective }, { propertyName: "itemLinkTemplate", predicate: ItemLinkTemplateDirective }, { propertyName: "itemContentTemplate", predicate: ItemContentTemplateDirective }, { propertyName: "children", predicate: MenuItemComponent }], ngImport: i0, template: ``, isInline: true });
|
|
1045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuItemComponent, decorators: [{
|
|
1020
1046
|
type: Component,
|
|
1021
1047
|
args: [{
|
|
1022
1048
|
selector: 'kendo-menu-item',
|
|
@@ -1095,9 +1121,9 @@ class MenuBase {
|
|
|
1095
1121
|
return this.items || (this.children ? this.children.toArray() : []);
|
|
1096
1122
|
}
|
|
1097
1123
|
}
|
|
1098
|
-
MenuBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1099
|
-
MenuBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1124
|
+
MenuBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1125
|
+
MenuBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MenuBase, selector: "kendo-menu-base", inputs: { items: "items", vertical: "vertical", openOnClick: "openOnClick", hoverDelay: "hoverDelay", animate: "animate", size: "size" }, queries: [{ propertyName: "itemTemplate", predicate: ItemTemplateDirective }, { propertyName: "itemLinkTemplate", predicate: ItemLinkTemplateDirective }, { propertyName: "children", predicate: MenuItemComponent }], ngImport: i0, template: ``, isInline: true });
|
|
1126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuBase, decorators: [{
|
|
1101
1127
|
type: Component,
|
|
1102
1128
|
args: [{
|
|
1103
1129
|
selector: 'kendo-menu-base',
|
|
@@ -1149,29 +1175,28 @@ const getSizeClass = (size) => {
|
|
|
1149
1175
|
};
|
|
1150
1176
|
return SIZE_CLASSES[size];
|
|
1151
1177
|
};
|
|
1152
|
-
|
|
1153
1178
|
/**
|
|
1154
1179
|
* @hidden
|
|
1155
1180
|
*/
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1181
|
+
const getFontIcon = (horizontal, rtl) => {
|
|
1182
|
+
const icon = horizontal ?
|
|
1183
|
+
rtl ?
|
|
1184
|
+
'caret-alt-left' :
|
|
1185
|
+
'caret-alt-right' :
|
|
1186
|
+
'caret-alt-down';
|
|
1187
|
+
return icon;
|
|
1188
|
+
};
|
|
1189
|
+
/**
|
|
1190
|
+
* @hidden
|
|
1191
|
+
*/
|
|
1192
|
+
const getSVGIcon = (horizontal, rtl) => {
|
|
1193
|
+
const icon = horizontal ?
|
|
1194
|
+
rtl ?
|
|
1195
|
+
caretAltLeftIcon :
|
|
1196
|
+
caretAltRightIcon :
|
|
1197
|
+
caretAltDownIcon;
|
|
1198
|
+
return icon;
|
|
1199
|
+
};
|
|
1175
1200
|
|
|
1176
1201
|
const POPUP_ALIGN = {
|
|
1177
1202
|
vertical: 'top',
|
|
@@ -1391,9 +1416,9 @@ class ListComponent {
|
|
|
1391
1416
|
this.actions.execute();
|
|
1392
1417
|
}
|
|
1393
1418
|
}
|
|
1394
|
-
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1395
|
-
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1419
|
+
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListComponent, deps: [{ token: ItemsService }, { token: HoverService }, { token: ActionsService }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1420
|
+
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ListComponent, selector: "[kendoMenuList]", inputs: { items: "items", level: "level", index: "index", animate: "animate", size: "size", vertical: "vertical", rtl: "rtl", openOnClick: "openOnClick", itemTemplate: "itemTemplate", itemLinkTemplate: "itemLinkTemplate" }, ngImport: i0, template: "\n <ng-container *ngFor=\"let item of items; let idx = index\">\n <li *ngIf=\"!item.separator\" kendoMenuItem\n [item]=\"item\" [level]=\"level\" [size]=\"size\" [vertical]=\"vertical\" [animate]=\"animate\" [rtl]=\"rtl\"\n [itemTemplate]=\"itemTemplate\" [itemLinkTemplate]=\"itemLinkTemplate\" [openOnClick]=\"openOnClick\"\n [index]=\"hierarchyIndex(idx)\" [siblingIndex]=\"idx\" [attr.data-kendo-menu-index]=\"hierarchyIndex(idx)\"\n [ngClass]=\"item.cssClass\" [ngStyle]=\"item.cssStyle\"\n role=\"menuitem\"\n class=\"k-item k-menu-item\"\n [class.k-first]=\"idx === 0\" [class.k-last]=\"idx === items.length - 1\"\n [class.k-disabled]=\"item.disabled\"></li>\n <li *ngIf=\"item.separator\" class=\"k-separator k-item\"\n role=\"separator\" [ngClass]=\"item.cssClass\" [ngStyle]=\"item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, components: [{ type: i0.forwardRef(function () { return ItemComponent; }), selector: "[kendoMenuItem]", inputs: ["item", "level", "index", "siblingIndex", "animate", "size", "vertical", "rtl", "openOnClick", "itemTemplate", "itemLinkTemplate"] }], directives: [{ type: i0.forwardRef(function () { return i5.NgForOf; }), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i0.forwardRef(function () { return i5.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i0.forwardRef(function () { return i5.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i0.forwardRef(function () { return i5.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListComponent, decorators: [{
|
|
1397
1422
|
type: Component,
|
|
1398
1423
|
args: [{
|
|
1399
1424
|
selector: '[kendoMenuList]',
|
|
@@ -1451,6 +1476,14 @@ class ItemComponent {
|
|
|
1451
1476
|
this.animate = true;
|
|
1452
1477
|
this.size = 'medium';
|
|
1453
1478
|
this.openOnClick = false;
|
|
1479
|
+
/**
|
|
1480
|
+
* @hidden
|
|
1481
|
+
*/
|
|
1482
|
+
this.fontIcon = getFontIcon;
|
|
1483
|
+
/**
|
|
1484
|
+
* @hidden
|
|
1485
|
+
*/
|
|
1486
|
+
this.SVGIcon = getSVGIcon;
|
|
1454
1487
|
this.opened = false;
|
|
1455
1488
|
this.navigating = false;
|
|
1456
1489
|
this.destroyed = false;
|
|
@@ -1616,8 +1649,8 @@ class ItemComponent {
|
|
|
1616
1649
|
this.renderer.setAttribute(this.element.nativeElement, name, value);
|
|
1617
1650
|
}
|
|
1618
1651
|
}
|
|
1619
|
-
ItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1620
|
-
ItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1652
|
+
ItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemComponent, deps: [{ token: ItemsService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i6.PopupService }, { token: i0.ElementRef }, { token: ContextMenuService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
1653
|
+
ItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ItemComponent, selector: "[kendoMenuItem]", inputs: { item: "item", level: "level", index: "index", siblingIndex: "siblingIndex", animate: "animate", size: "size", vertical: "vertical", rtl: "rtl", openOnClick: "openOnClick", itemTemplate: "itemTemplate", itemLinkTemplate: "itemLinkTemplate" }, host: { properties: { "attr.aria-disabled": "this.disabled", "attr.aria-haspopup": "this.hasPopup", "attr.aria-expanded": "this.expanded", "attr.aria-label": "this.label", "attr.tabindex": "this.activeId" } }, providers: [PopupService, {
|
|
1621
1654
|
provide: POPUP_CONTAINER,
|
|
1622
1655
|
useFactory: bodyFactory
|
|
1623
1656
|
}], viewQueries: [{ propertyName: "link", first: true, predicate: ["link"], descendants: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }], ngImport: i0, template: `
|
|
@@ -1665,17 +1698,10 @@ ItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1665
1698
|
</ng-container>
|
|
1666
1699
|
<ng-template *ngIf="template" [ngTemplateOutlet]="template" [ngTemplateOutletContext]="{ item: item, index: index }">
|
|
1667
1700
|
</ng-template>
|
|
1668
|
-
<
|
|
1669
|
-
<span class="k-icon"
|
|
1670
|
-
[class.k-i-arrow-60-down]="!horizontal"
|
|
1671
|
-
[class.k-i-arrow-60-right]="horizontal && !rtl"
|
|
1672
|
-
[class.k-i-arrow-60-left]="horizontal && rtl"
|
|
1673
|
-
>
|
|
1674
|
-
</span>
|
|
1675
|
-
</span>
|
|
1701
|
+
<kendo-icon-wrapper *ngIf="hasContent" [name]="fontIcon(horizontal, rtl)" [svgIcon]="SVGIcon(horizontal, rtl)" class="k-menu-expand-arrow" role="presentation"></kendo-icon-wrapper>
|
|
1676
1702
|
</ng-template>
|
|
1677
|
-
`, isInline: true, components: [{ type: ListComponent, selector: "[kendoMenuList]", inputs: ["items", "level", "index", "animate", "size", "vertical", "rtl", "openOnClick", "itemTemplate", "itemLinkTemplate"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1703
|
+
`, isInline: true, components: [{ type: ListComponent, selector: "[kendoMenuList]", inputs: ["items", "level", "index", "animate", "size", "vertical", "rtl", "openOnClick", "itemTemplate", "itemLinkTemplate"] }, { type: i8.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemComponent, decorators: [{
|
|
1679
1705
|
type: Component,
|
|
1680
1706
|
args: [{
|
|
1681
1707
|
providers: [PopupService, {
|
|
@@ -1728,14 +1754,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1728
1754
|
</ng-container>
|
|
1729
1755
|
<ng-template *ngIf="template" [ngTemplateOutlet]="template" [ngTemplateOutletContext]="{ item: item, index: index }">
|
|
1730
1756
|
</ng-template>
|
|
1731
|
-
<
|
|
1732
|
-
<span class="k-icon"
|
|
1733
|
-
[class.k-i-arrow-60-down]="!horizontal"
|
|
1734
|
-
[class.k-i-arrow-60-right]="horizontal && !rtl"
|
|
1735
|
-
[class.k-i-arrow-60-left]="horizontal && rtl"
|
|
1736
|
-
>
|
|
1737
|
-
</span>
|
|
1738
|
-
</span>
|
|
1757
|
+
<kendo-icon-wrapper *ngIf="hasContent" [name]="fontIcon(horizontal, rtl)" [svgIcon]="SVGIcon(horizontal, rtl)" class="k-menu-expand-arrow" role="presentation"></kendo-icon-wrapper>
|
|
1739
1758
|
</ng-template>
|
|
1740
1759
|
`
|
|
1741
1760
|
}]
|
|
@@ -1951,8 +1970,8 @@ class MenuComponent extends MenuBase {
|
|
|
1951
1970
|
}
|
|
1952
1971
|
}
|
|
1953
1972
|
}
|
|
1954
|
-
MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1955
|
-
MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1973
|
+
MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuComponent, deps: [{ token: ItemsService }, { token: HoverService }, { token: ActionsService }, { token: NavigationService }, { token: i3.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: ContextMenuService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
1974
|
+
MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MenuComponent, selector: "kendo-menu", inputs: { menuItemTemplate: "menuItemTemplate", menuItemLinkTemplate: "menuItemLinkTemplate" }, outputs: { select: "select", open: "open", close: "close" }, host: { properties: { "class.k-rtl": "this.direction" } }, providers: [
|
|
1956
1975
|
ItemsService,
|
|
1957
1976
|
ActionsService,
|
|
1958
1977
|
NavigationService,
|
|
@@ -1976,7 +1995,7 @@ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1976
1995
|
[ngClass]="menuClasses">
|
|
1977
1996
|
</ul>
|
|
1978
1997
|
`, isInline: true, components: [{ type: ListComponent, selector: "[kendoMenuList]", inputs: ["items", "level", "index", "animate", "size", "vertical", "rtl", "openOnClick", "itemTemplate", "itemLinkTemplate"] }], directives: [{ type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuComponent, decorators: [{
|
|
1980
1999
|
type: Component,
|
|
1981
2000
|
args: [{
|
|
1982
2001
|
exportAs: 'kendoMenu',
|
|
@@ -2045,9 +2064,9 @@ class LinkDirective {
|
|
|
2045
2064
|
this.item = this.itemsService.get(this.index) || {};
|
|
2046
2065
|
}
|
|
2047
2066
|
}
|
|
2048
|
-
LinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2049
|
-
LinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2067
|
+
LinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinkDirective, deps: [{ token: ItemsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2068
|
+
LinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LinkDirective, selector: "[kendoMenuItemLink]", inputs: { index: ["kendoMenuItemLink", "index"] }, host: { properties: { "class.k-link": "this.hostClasses", "class.k-menu-link": "this.hostClasses", "attr.role": "this.role", "attr.tabindex": "this.tabindex", "class.k-active": "this.activeClass" } }, ngImport: i0 });
|
|
2069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinkDirective, decorators: [{
|
|
2051
2070
|
type: Directive,
|
|
2052
2071
|
args: [{
|
|
2053
2072
|
selector: '[kendoMenuItemLink]'
|
|
@@ -2073,44 +2092,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2073
2092
|
}] } });
|
|
2074
2093
|
|
|
2075
2094
|
/**
|
|
2076
|
-
* Represents a
|
|
2095
|
+
* Represents a component that can be used in the [`linkTemplate`]({% slug api_menu_itemlinktemplatedirective %})
|
|
2077
2096
|
* of the items to render the default expand arrow.
|
|
2078
2097
|
*/
|
|
2079
|
-
class
|
|
2080
|
-
constructor(itemsService
|
|
2098
|
+
class ExpandArrowComponent {
|
|
2099
|
+
constructor(itemsService) {
|
|
2081
2100
|
this.itemsService = itemsService;
|
|
2082
|
-
this.element = element;
|
|
2083
|
-
this.renderer = renderer;
|
|
2084
2101
|
this.hostClasses = true;
|
|
2085
2102
|
this.role = 'presentation';
|
|
2086
2103
|
}
|
|
2087
2104
|
ngOnInit() {
|
|
2088
2105
|
if (isDevMode() && !this.index) {
|
|
2089
|
-
throw new Error('The kendoMenuExpandArrow
|
|
2106
|
+
throw new Error('The kendoMenuExpandArrow component requires the item index to be set.');
|
|
2090
2107
|
}
|
|
2091
2108
|
this.item = this.itemsService.get(this.index) || {};
|
|
2092
|
-
this.
|
|
2093
|
-
|
|
2094
|
-
createIconElement() {
|
|
2095
|
-
const iconClass = this.item.horizontal ?
|
|
2096
|
-
this.item.rtl ?
|
|
2097
|
-
'k-i-arrow-60-left' :
|
|
2098
|
-
'k-i-arrow-60-right' :
|
|
2099
|
-
'k-i-arrow-60-down';
|
|
2100
|
-
const iconElement = this.renderer.createElement('span');
|
|
2101
|
-
this.renderer.addClass(iconElement, 'k-icon');
|
|
2102
|
-
this.renderer.addClass(iconElement, iconClass);
|
|
2103
|
-
this.renderer.appendChild(this.element.nativeElement, iconElement);
|
|
2109
|
+
this.fontIcon = getFontIcon(this.item.horizontal, this.item.rtl);
|
|
2110
|
+
this.SVGIcon = getSVGIcon(this.item.horizontal, this.item.rtl);
|
|
2104
2111
|
}
|
|
2105
2112
|
}
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2109
|
-
type:
|
|
2113
|
+
ExpandArrowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandArrowComponent, deps: [{ token: ItemsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2114
|
+
ExpandArrowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ExpandArrowComponent, selector: "[kendoMenuExpandArrow]", inputs: { index: ["kendoMenuExpandArrow", "index"] }, host: { properties: { "class.k-menu-expand-arrow": "this.hostClasses", "attr.role": "this.role" } }, ngImport: i0, template: `<kendo-icon-wrapper [name]="fontIcon" [svgIcon]="SVGIcon"></kendo-icon-wrapper>`, isInline: true, components: [{ type: i8.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }] });
|
|
2115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandArrowComponent, decorators: [{
|
|
2116
|
+
type: Component,
|
|
2110
2117
|
args: [{
|
|
2111
|
-
selector: '[kendoMenuExpandArrow]'
|
|
2118
|
+
selector: '[kendoMenuExpandArrow]',
|
|
2119
|
+
template: `<kendo-icon-wrapper [name]="fontIcon" [svgIcon]="SVGIcon"></kendo-icon-wrapper>`
|
|
2112
2120
|
}]
|
|
2113
|
-
}], ctorParameters: function () { return [{ type: ItemsService }
|
|
2121
|
+
}], ctorParameters: function () { return [{ type: ItemsService }]; }, propDecorators: { index: [{
|
|
2114
2122
|
type: Input,
|
|
2115
2123
|
args: ['kendoMenuExpandArrow']
|
|
2116
2124
|
}], hostClasses: [{
|
|
@@ -2190,9 +2198,9 @@ class BindingDirectiveBase {
|
|
|
2190
2198
|
this.menu.items = this.data ? this.mapItems(this.data) : [];
|
|
2191
2199
|
}
|
|
2192
2200
|
}
|
|
2193
|
-
BindingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2194
|
-
BindingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2201
|
+
BindingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BindingDirectiveBase, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2202
|
+
BindingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BindingDirectiveBase, selector: "kendoBindingBase", usesOnChanges: true, ngImport: i0 });
|
|
2203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BindingDirectiveBase, decorators: [{
|
|
2196
2204
|
type: Directive,
|
|
2197
2205
|
args: [{
|
|
2198
2206
|
// eslint-disable-next-line
|
|
@@ -2262,9 +2270,9 @@ class HierarchyBindingDirective extends BindingDirectiveBase {
|
|
|
2262
2270
|
}
|
|
2263
2271
|
}
|
|
2264
2272
|
}
|
|
2265
|
-
HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2266
|
-
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2273
|
+
HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2274
|
+
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
2275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
|
|
2268
2276
|
type: Directive,
|
|
2269
2277
|
args: [{
|
|
2270
2278
|
exportAs: 'kendoMenuHierarchyBinding',
|
|
@@ -2334,9 +2342,9 @@ class FlatBindingDirective extends BindingDirectiveBase {
|
|
|
2334
2342
|
return result;
|
|
2335
2343
|
}
|
|
2336
2344
|
}
|
|
2337
|
-
FlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2338
|
-
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2345
|
+
FlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FlatBindingDirective, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2346
|
+
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
2347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FlatBindingDirective, decorators: [{
|
|
2340
2348
|
type: Directive,
|
|
2341
2349
|
args: [{
|
|
2342
2350
|
exportAs: 'kendoMenuFlatBinding',
|
|
@@ -2374,7 +2382,7 @@ const COMPONENT_EXPORTS = [
|
|
|
2374
2382
|
HierarchyBindingDirective,
|
|
2375
2383
|
FlatBindingDirective,
|
|
2376
2384
|
LinkDirective,
|
|
2377
|
-
|
|
2385
|
+
ExpandArrowComponent
|
|
2378
2386
|
];
|
|
2379
2387
|
const COMPONENT_DIRECTIVES$1 = [
|
|
2380
2388
|
...COMPONENT_EXPORTS,
|
|
@@ -2415,8 +2423,8 @@ const COMPONENT_DIRECTIVES$1 = [
|
|
|
2415
2423
|
*/
|
|
2416
2424
|
class MenuModule {
|
|
2417
2425
|
}
|
|
2418
|
-
MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2419
|
-
MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
2426
|
+
MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2427
|
+
MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, declarations: [MenuComponent,
|
|
2420
2428
|
MenuItemComponent,
|
|
2421
2429
|
ItemTemplateDirective,
|
|
2422
2430
|
ItemLinkTemplateDirective,
|
|
@@ -2424,8 +2432,8 @@ MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12
|
|
|
2424
2432
|
HierarchyBindingDirective,
|
|
2425
2433
|
FlatBindingDirective,
|
|
2426
2434
|
LinkDirective,
|
|
2427
|
-
|
|
2428
|
-
ItemComponent], imports: [PopupModule, CommonModule], exports: [MenuComponent,
|
|
2435
|
+
ExpandArrowComponent, ListComponent,
|
|
2436
|
+
ItemComponent], imports: [PopupModule, CommonModule, IconsModule], exports: [MenuComponent,
|
|
2429
2437
|
MenuItemComponent,
|
|
2430
2438
|
ItemTemplateDirective,
|
|
2431
2439
|
ItemLinkTemplateDirective,
|
|
@@ -2433,14 +2441,14 @@ MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12
|
|
|
2433
2441
|
HierarchyBindingDirective,
|
|
2434
2442
|
FlatBindingDirective,
|
|
2435
2443
|
LinkDirective,
|
|
2436
|
-
|
|
2437
|
-
MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2444
|
+
ExpandArrowComponent] });
|
|
2445
|
+
MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, imports: [[PopupModule, CommonModule, IconsModule]] });
|
|
2446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, decorators: [{
|
|
2439
2447
|
type: NgModule,
|
|
2440
2448
|
args: [{
|
|
2441
2449
|
declarations: [COMPONENT_DIRECTIVES$1],
|
|
2442
2450
|
exports: [COMPONENT_EXPORTS],
|
|
2443
|
-
imports: [PopupModule, CommonModule]
|
|
2451
|
+
imports: [PopupModule, CommonModule, IconsModule]
|
|
2444
2452
|
}]
|
|
2445
2453
|
}] });
|
|
2446
2454
|
|
|
@@ -2478,9 +2486,9 @@ class ContextMenuTemplateDirective {
|
|
|
2478
2486
|
this.templateRef = templateRef;
|
|
2479
2487
|
}
|
|
2480
2488
|
}
|
|
2481
|
-
ContextMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2482
|
-
ContextMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2489
|
+
ContextMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2490
|
+
ContextMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ContextMenuTemplateDirective, selector: "[kendoContextMenuTemplate]", ngImport: i0 });
|
|
2491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTemplateDirective, decorators: [{
|
|
2484
2492
|
type: Directive,
|
|
2485
2493
|
args: [{
|
|
2486
2494
|
selector: '[kendoContextMenuTemplate]'
|
|
@@ -2502,9 +2510,9 @@ class ContextMenuItemsService {
|
|
|
2502
2510
|
}
|
|
2503
2511
|
}
|
|
2504
2512
|
}
|
|
2505
|
-
ContextMenuItemsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2506
|
-
ContextMenuItemsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2513
|
+
ContextMenuItemsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuItemsService, deps: [{ token: ContextMenuService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2514
|
+
ContextMenuItemsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuItemsService });
|
|
2515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuItemsService, decorators: [{
|
|
2508
2516
|
type: Injectable
|
|
2509
2517
|
}], ctorParameters: function () { return [{ type: ContextMenuService }]; } });
|
|
2510
2518
|
|
|
@@ -2526,9 +2534,9 @@ class ContextMenuTargetService {
|
|
|
2526
2534
|
return this.targets.find(target => target.element === targetElement);
|
|
2527
2535
|
}
|
|
2528
2536
|
}
|
|
2529
|
-
ContextMenuTargetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2530
|
-
ContextMenuTargetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2537
|
+
ContextMenuTargetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2538
|
+
ContextMenuTargetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetService });
|
|
2539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetService, decorators: [{
|
|
2532
2540
|
type: Injectable
|
|
2533
2541
|
}] });
|
|
2534
2542
|
|
|
@@ -2546,9 +2554,9 @@ class ContextMenuTargetContainerDirective {
|
|
|
2546
2554
|
}
|
|
2547
2555
|
}
|
|
2548
2556
|
}
|
|
2549
|
-
ContextMenuTargetContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2550
|
-
ContextMenuTargetContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2557
|
+
ContextMenuTargetContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetContainerDirective, deps: [{ token: i0.ElementRef }, { token: ContextMenuTargetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2558
|
+
ContextMenuTargetContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ContextMenuTargetContainerDirective, selector: "[kendoContextMenuTargetContainer]", providers: [ContextMenuTargetService], exportAs: ["kendoContextMenuTargetContainer"], ngImport: i0 });
|
|
2559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetContainerDirective, decorators: [{
|
|
2552
2560
|
type: Directive,
|
|
2553
2561
|
args: [{
|
|
2554
2562
|
selector: '[kendoContextMenuTargetContainer]',
|
|
@@ -2581,9 +2589,9 @@ class ContextMenuTargetDirective {
|
|
|
2581
2589
|
this.targetService.remove(this);
|
|
2582
2590
|
}
|
|
2583
2591
|
}
|
|
2584
|
-
ContextMenuTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2585
|
-
ContextMenuTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2592
|
+
ContextMenuTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetDirective, deps: [{ token: i0.ElementRef }, { token: ContextMenuTargetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2593
|
+
ContextMenuTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ContextMenuTargetDirective, selector: "[kendoContextMenuTarget]", inputs: { data: ["kendoContextMenuTarget", "data"] }, host: { properties: { "class.k-contextmenu-target": "this.hostClass" } }, exportAs: ["kendoContextMenuTarget"], ngImport: i0 });
|
|
2594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuTargetDirective, decorators: [{
|
|
2587
2595
|
type: Directive,
|
|
2588
2596
|
args: [{
|
|
2589
2597
|
selector: '[kendoContextMenuTarget]',
|
|
@@ -2909,8 +2917,8 @@ class ContextMenuComponent extends MenuBase {
|
|
|
2909
2917
|
return this.directiveTarget && this.currentTarget ? this.currentTarget.element : this.currentTarget;
|
|
2910
2918
|
}
|
|
2911
2919
|
}
|
|
2912
|
-
ContextMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2913
|
-
ContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
2920
|
+
ContextMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuComponent, deps: [{ token: i6.PopupService }, { token: ContextMenuService }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2921
|
+
ContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ContextMenuComponent, selector: "kendo-contextmenu", inputs: { showOn: "showOn", target: "target", filter: "filter", alignToAnchor: "alignToAnchor", vertical: "vertical", popupAnimate: "popupAnimate", popupAlign: "popupAlign", anchorAlign: "anchorAlign", collision: "collision", appendTo: "appendTo", ariaLabel: "ariaLabel" }, outputs: { popupOpen: "popupOpen", popupClose: "popupClose", select: "select", open: "open", close: "close" }, providers: [
|
|
2914
2922
|
ContextMenuService,
|
|
2915
2923
|
LocalizationService,
|
|
2916
2924
|
{
|
|
@@ -2943,7 +2951,7 @@ ContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2943
2951
|
></kendo-menu>
|
|
2944
2952
|
</ng-template>
|
|
2945
2953
|
`, isInline: true, components: [{ type: MenuComponent, selector: "kendo-menu", inputs: ["menuItemTemplate", "menuItemLinkTemplate"], outputs: ["select", "open", "close"], exportAs: ["kendoMenu"] }] });
|
|
2946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuComponent, decorators: [{
|
|
2947
2955
|
type: Component,
|
|
2948
2956
|
args: [{
|
|
2949
2957
|
exportAs: 'kendoContextMenu',
|
|
@@ -3063,16 +3071,16 @@ const COMPONENT_DIRECTIVES = [
|
|
|
3063
3071
|
*/
|
|
3064
3072
|
class ContextMenuModule {
|
|
3065
3073
|
}
|
|
3066
|
-
ContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3067
|
-
ContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
3074
|
+
ContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3075
|
+
ContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuModule, declarations: [ContextMenuComponent,
|
|
3068
3076
|
ContextMenuTemplateDirective,
|
|
3069
3077
|
ContextMenuTargetDirective,
|
|
3070
3078
|
ContextMenuTargetContainerDirective], imports: [PopupModule, CommonModule, MenuModule], exports: [ContextMenuComponent,
|
|
3071
3079
|
ContextMenuTemplateDirective,
|
|
3072
3080
|
ContextMenuTargetDirective,
|
|
3073
3081
|
ContextMenuTargetContainerDirective, MenuModule] });
|
|
3074
|
-
ContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3082
|
+
ContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuModule, imports: [[PopupModule, CommonModule, MenuModule], MenuModule] });
|
|
3083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContextMenuModule, decorators: [{
|
|
3076
3084
|
type: NgModule,
|
|
3077
3085
|
args: [{
|
|
3078
3086
|
declarations: [COMPONENT_DIRECTIVES],
|
|
@@ -3105,10 +3113,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3105
3113
|
*/
|
|
3106
3114
|
class MenusModule {
|
|
3107
3115
|
}
|
|
3108
|
-
MenusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3109
|
-
MenusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
3110
|
-
MenusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3116
|
+
MenusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3117
|
+
MenusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenusModule, exports: [MenuModule, ContextMenuModule] });
|
|
3118
|
+
MenusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenusModule, imports: [MenuModule, ContextMenuModule] });
|
|
3119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenusModule, decorators: [{
|
|
3112
3120
|
type: NgModule,
|
|
3113
3121
|
args: [{
|
|
3114
3122
|
exports: [MenuModule, ContextMenuModule]
|
|
@@ -3119,5 +3127,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3119
3127
|
* Generated bundle index. Do not edit.
|
|
3120
3128
|
*/
|
|
3121
3129
|
|
|
3122
|
-
export { ContextMenuComponent, ContextMenuEvent, ContextMenuModule, ContextMenuPopupEvent, ContextMenuSelectEvent, ContextMenuService, ContextMenuTargetContainerDirective, ContextMenuTargetDirective, ContextMenuTemplateDirective,
|
|
3130
|
+
export { ContextMenuComponent, ContextMenuEvent, ContextMenuModule, ContextMenuPopupEvent, ContextMenuSelectEvent, ContextMenuService, ContextMenuTargetContainerDirective, ContextMenuTargetDirective, ContextMenuTemplateDirective, ExpandArrowComponent, FlatBindingDirective, HierarchyBindingDirective, ItemComponent, ItemContentTemplateDirective, ItemLinkTemplateDirective, ItemTemplateDirective, ItemsService, LinkDirective, ListComponent, MenuComponent, MenuEvent, MenuItemComponent, MenuModule, MenuSelectEvent, MenusModule };
|
|
3123
3131
|
|