@progress/kendo-angular-menu 3.0.2-dev.202104070918 → 3.0.3
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/dist/cdn/js/kendo-angular-menu.js +3 -3
- package/dist/cdn/main.js +2 -2
- package/dist/es/constants.js +1 -1
- package/dist/es/context-menu/context-menu-event.js +1 -1
- package/dist/es/context-menu/context-menu-items.service.js +1 -1
- package/dist/es/context-menu/context-menu-popup-event.js +1 -1
- package/dist/es/context-menu/context-menu-select-event.js +1 -1
- package/dist/es/context-menu/context-menu-target-container.directive.js +1 -1
- package/dist/es/context-menu/context-menu-target.directive.js +1 -1
- package/dist/es/context-menu/context-menu-target.service.js +1 -1
- package/dist/es/context-menu/context-menu-template.directive.js +2 -2
- package/dist/es/context-menu/context-menu.component.js +2 -2
- package/dist/es/context-menu/context-menu.module.js +1 -1
- package/dist/es/context-menu/context-menu.service.js +1 -1
- package/dist/es/data-binding/binding-directive-base.js +1 -1
- package/dist/es/data-binding/flat-binding.directive.js +1 -1
- package/dist/es/data-binding/hierachy-binding.directive.js +1 -1
- package/dist/es/data-binding/utils.js +1 -1
- package/dist/es/dom-queries.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/main.js +1 -1
- package/dist/es/menu-animation.interface.js +1 -1
- package/dist/es/menu-base.js +1 -1
- package/dist/es/menu-event.js +1 -1
- package/dist/es/menu-item.component.js +1 -1
- package/dist/es/menu-item.interface.js +1 -1
- package/dist/es/menu-select-event.js +1 -1
- package/dist/es/menu.component.js +1 -1
- package/dist/es/menu.module.js +1 -1
- package/dist/es/menus.module.js +1 -1
- package/dist/es/open-on-click-settings.js +1 -1
- package/dist/es/package-metadata.js +2 -2
- package/dist/es/preventable-event.js +1 -1
- package/dist/es/rendering/arrow.directive.js +1 -1
- package/dist/es/rendering/item.component.js +1 -1
- package/dist/es/rendering/link.directive.js +1 -1
- package/dist/es/rendering/list.component.js +1 -1
- package/dist/es/rendering/popup-settings.js +1 -1
- package/dist/es/services/actions.service.js +1 -1
- package/dist/es/services/hover.service.js +1 -1
- package/dist/es/services/items.service.js +1 -1
- package/dist/es/services/navigation.service.js +1 -1
- package/dist/es/templates/item-content-template.directive.js +1 -1
- package/dist/es/templates/item-link-template.directive.js +1 -1
- package/dist/es/templates/item-template.directive.js +1 -1
- package/dist/es/utils.js +1 -1
- package/dist/es2015/constants.d.ts +1 -1
- package/dist/es2015/constants.js +1 -1
- package/dist/es2015/context-menu/context-menu-event.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-event.js +1 -1
- package/dist/es2015/context-menu/context-menu-items.service.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-items.service.js +1 -1
- package/dist/es2015/context-menu/context-menu-popup-event.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-popup-event.js +1 -1
- package/dist/es2015/context-menu/context-menu-select-event.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-select-event.js +1 -1
- package/dist/es2015/context-menu/context-menu-target-container.directive.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-target-container.directive.js +1 -1
- package/dist/es2015/context-menu/context-menu-target.directive.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-target.directive.js +1 -1
- package/dist/es2015/context-menu/context-menu-target.service.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu-target.service.js +1 -1
- package/dist/es2015/context-menu/context-menu-template.directive.d.ts +2 -2
- package/dist/es2015/context-menu/context-menu-template.directive.js +2 -2
- package/dist/es2015/context-menu/context-menu.component.d.ts +2 -2
- package/dist/es2015/context-menu/context-menu.component.js +2 -2
- package/dist/es2015/context-menu/context-menu.module.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu.module.js +1 -1
- package/dist/es2015/context-menu/context-menu.service.d.ts +1 -1
- package/dist/es2015/context-menu/context-menu.service.js +1 -1
- package/dist/es2015/data-binding/binding-directive-base.d.ts +1 -1
- package/dist/es2015/data-binding/binding-directive-base.js +1 -1
- package/dist/es2015/data-binding/flat-binding.directive.d.ts +1 -1
- package/dist/es2015/data-binding/flat-binding.directive.js +1 -1
- package/dist/es2015/data-binding/hierachy-binding.directive.d.ts +1 -1
- package/dist/es2015/data-binding/hierachy-binding.directive.js +1 -1
- package/dist/es2015/data-binding/utils.d.ts +1 -1
- package/dist/es2015/data-binding/utils.js +1 -1
- package/dist/es2015/dom-queries.d.ts +1 -1
- package/dist/es2015/dom-queries.js +1 -1
- package/dist/es2015/index.d.ts +1 -1
- package/dist/es2015/index.js +1 -1
- package/dist/es2015/main.d.ts +1 -1
- package/dist/es2015/main.js +1 -1
- package/dist/es2015/menu-animation.interface.d.ts +1 -1
- package/dist/es2015/menu-animation.interface.js +1 -1
- package/dist/es2015/menu-base.d.ts +1 -1
- package/dist/es2015/menu-base.js +1 -1
- package/dist/es2015/menu-event.d.ts +1 -1
- package/dist/es2015/menu-event.js +1 -1
- package/dist/es2015/menu-item.component.d.ts +1 -1
- package/dist/es2015/menu-item.component.js +1 -1
- package/dist/es2015/menu-item.interface.d.ts +1 -1
- package/dist/es2015/menu-item.interface.js +1 -1
- package/dist/es2015/menu-select-event.d.ts +1 -1
- package/dist/es2015/menu-select-event.js +1 -1
- package/dist/es2015/menu.component.d.ts +1 -1
- package/dist/es2015/menu.component.js +1 -1
- package/dist/es2015/menu.module.d.ts +1 -1
- package/dist/es2015/menu.module.js +1 -1
- package/dist/es2015/menus.module.d.ts +1 -1
- package/dist/es2015/menus.module.js +1 -1
- package/dist/es2015/open-on-click-settings.d.ts +1 -1
- package/dist/es2015/open-on-click-settings.js +1 -1
- package/dist/es2015/package-metadata.d.ts +1 -1
- package/dist/es2015/package-metadata.js +2 -2
- package/dist/es2015/preventable-event.d.ts +1 -1
- package/dist/es2015/preventable-event.js +1 -1
- package/dist/es2015/rendering/arrow.directive.d.ts +1 -1
- package/dist/es2015/rendering/arrow.directive.js +1 -1
- package/dist/es2015/rendering/item.component.d.ts +1 -1
- package/dist/es2015/rendering/item.component.js +1 -1
- package/dist/es2015/rendering/link.directive.d.ts +1 -1
- package/dist/es2015/rendering/link.directive.js +1 -1
- package/dist/es2015/rendering/list.component.d.ts +1 -1
- package/dist/es2015/rendering/list.component.js +1 -1
- package/dist/es2015/rendering/popup-settings.d.ts +1 -1
- package/dist/es2015/rendering/popup-settings.js +1 -1
- package/dist/es2015/services/actions.service.d.ts +1 -1
- package/dist/es2015/services/actions.service.js +1 -1
- package/dist/es2015/services/hover.service.d.ts +1 -1
- package/dist/es2015/services/hover.service.js +1 -1
- package/dist/es2015/services/items.service.d.ts +1 -1
- package/dist/es2015/services/items.service.js +1 -1
- package/dist/es2015/services/navigation.service.d.ts +1 -1
- package/dist/es2015/services/navigation.service.js +1 -1
- package/dist/es2015/templates/item-content-template.directive.d.ts +1 -1
- package/dist/es2015/templates/item-content-template.directive.js +1 -1
- package/dist/es2015/templates/item-link-template.directive.d.ts +1 -1
- package/dist/es2015/templates/item-link-template.directive.js +1 -1
- package/dist/es2015/templates/item-template.directive.d.ts +1 -1
- package/dist/es2015/templates/item-template.directive.js +1 -1
- package/dist/es2015/utils.d.ts +1 -1
- package/dist/es2015/utils.js +1 -1
- package/dist/fesm2015/index.js +4 -4
- package/dist/fesm5/index.js +4 -4
- package/dist/npm/constants.js +1 -1
- package/dist/npm/context-menu/context-menu-event.js +1 -1
- package/dist/npm/context-menu/context-menu-items.service.js +1 -1
- package/dist/npm/context-menu/context-menu-popup-event.js +1 -1
- package/dist/npm/context-menu/context-menu-select-event.js +1 -1
- package/dist/npm/context-menu/context-menu-target-container.directive.js +1 -1
- package/dist/npm/context-menu/context-menu-target.directive.js +1 -1
- package/dist/npm/context-menu/context-menu-target.service.js +1 -1
- package/dist/npm/context-menu/context-menu-template.directive.js +2 -2
- package/dist/npm/context-menu/context-menu.component.js +2 -2
- package/dist/npm/context-menu/context-menu.module.js +1 -1
- package/dist/npm/context-menu/context-menu.service.js +1 -1
- package/dist/npm/data-binding/binding-directive-base.js +1 -1
- package/dist/npm/data-binding/flat-binding.directive.js +1 -1
- package/dist/npm/data-binding/hierachy-binding.directive.js +1 -1
- package/dist/npm/data-binding/utils.js +1 -1
- package/dist/npm/dom-queries.js +1 -1
- package/dist/npm/index.js +1 -1
- package/dist/npm/main.js +1 -1
- package/dist/npm/menu-animation.interface.js +1 -1
- package/dist/npm/menu-base.js +1 -1
- package/dist/npm/menu-event.js +1 -1
- package/dist/npm/menu-item.component.js +1 -1
- package/dist/npm/menu-item.interface.js +1 -1
- package/dist/npm/menu-select-event.js +1 -1
- package/dist/npm/menu.component.js +1 -1
- package/dist/npm/menu.module.js +1 -1
- package/dist/npm/menus.module.js +1 -1
- package/dist/npm/open-on-click-settings.js +1 -1
- package/dist/npm/package-metadata.js +2 -2
- package/dist/npm/preventable-event.js +1 -1
- package/dist/npm/rendering/arrow.directive.js +1 -1
- package/dist/npm/rendering/item.component.js +1 -1
- package/dist/npm/rendering/link.directive.js +1 -1
- package/dist/npm/rendering/list.component.js +1 -1
- package/dist/npm/rendering/popup-settings.js +1 -1
- package/dist/npm/services/actions.service.js +1 -1
- package/dist/npm/services/hover.service.js +1 -1
- package/dist/npm/services/items.service.js +1 -1
- package/dist/npm/services/navigation.service.js +1 -1
- package/dist/npm/templates/item-content-template.directive.js +1 -1
- package/dist/npm/templates/item-link-template.directive.js +1 -1
- package/dist/npm/templates/item-template.directive.js +1 -1
- package/dist/npm/utils.js +1 -1
- package/dist/systemjs/kendo-angular-menu.js +2 -2
- package/package.json +4 -4
- package/schematics/ngAdd/schema.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/* tslint:disable:max-line-length */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { PackageMetadata } from '@progress/kendo-licensing';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-menu',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1635940879,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { OnInit } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { ElementRef, Renderer2, ChangeDetectorRef, TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { OnInit } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, NgZone } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
const POPUP_ALIGN = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { NgZone } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { ItemsService } from './items.service';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { NgZone } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 tslib_1 from "tslib";
|
package/dist/es2015/utils.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { ElementRef } from '@angular/core';
|
package/dist/es2015/utils.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { ElementRef } from '@angular/core';
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { __decorate, __metadata, __param } from 'tslib';
|
|
@@ -17,7 +17,7 @@ const packageMetadata = {
|
|
|
17
17
|
name: '@progress/kendo-angular-menu',
|
|
18
18
|
productName: 'Kendo UI for Angular',
|
|
19
19
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
20
|
-
publishDate:
|
|
20
|
+
publishDate: 1635940879,
|
|
21
21
|
version: '',
|
|
22
22
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
23
23
|
};
|
|
@@ -2438,7 +2438,7 @@ class ContextMenuPopupEvent extends PreventableEvent {
|
|
|
2438
2438
|
*
|
|
2439
2439
|
* {% meta height:200 %}
|
|
2440
2440
|
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
2441
|
-
* {% embed_file
|
|
2441
|
+
* {% embed_file shared/app.module.ts %}
|
|
2442
2442
|
* {% embed_file shared/main.ts %}
|
|
2443
2443
|
* {% endmeta %}
|
|
2444
2444
|
*/
|
|
@@ -2574,7 +2574,7 @@ const ɵ1$2 = bodyFactory;
|
|
|
2574
2574
|
* {% meta height:200 %}
|
|
2575
2575
|
* {% embed_file context-menu/basic/app.component.ts preview %}
|
|
2576
2576
|
* {% embed_file shared/contextmenu-items.ts %}
|
|
2577
|
-
* {% embed_file
|
|
2577
|
+
* {% embed_file shared/app.module.ts %}
|
|
2578
2578
|
* {% embed_file shared/main.ts %}
|
|
2579
2579
|
* {% endmeta %}
|
|
2580
2580
|
*/
|
package/dist/fesm5/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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 { __decorate, __extends, __metadata, __param } from 'tslib';
|
|
@@ -17,7 +17,7 @@ var packageMetadata = {
|
|
|
17
17
|
name: '@progress/kendo-angular-menu',
|
|
18
18
|
productName: 'Kendo UI for Angular',
|
|
19
19
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
20
|
-
publishDate:
|
|
20
|
+
publishDate: 1635940879,
|
|
21
21
|
version: '',
|
|
22
22
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
23
23
|
};
|
|
@@ -2572,7 +2572,7 @@ var ContextMenuPopupEvent = /** @class */ (function (_super) {
|
|
|
2572
2572
|
*
|
|
2573
2573
|
* {% meta height:200 %}
|
|
2574
2574
|
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
2575
|
-
* {% embed_file
|
|
2575
|
+
* {% embed_file shared/app.module.ts %}
|
|
2576
2576
|
* {% embed_file shared/main.ts %}
|
|
2577
2577
|
* {% endmeta %}
|
|
2578
2578
|
*/
|
|
@@ -2709,7 +2709,7 @@ var ɵ1$2 = bodyFactory;
|
|
|
2709
2709
|
* {% meta height:200 %}
|
|
2710
2710
|
* {% embed_file context-menu/basic/app.component.ts preview %}
|
|
2711
2711
|
* {% embed_file shared/contextmenu-items.ts %}
|
|
2712
|
-
* {% embed_file
|
|
2712
|
+
* {% embed_file shared/app.module.ts %}
|
|
2713
2713
|
* {% embed_file shared/main.ts %}
|
|
2714
2714
|
* {% endmeta %}
|
|
2715
2715
|
*/
|
package/dist/npm/constants.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -13,7 +13,7 @@ var core_1 = require("@angular/core");
|
|
|
13
13
|
*
|
|
14
14
|
* {% meta height:200 %}
|
|
15
15
|
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
16
|
-
* {% embed_file
|
|
16
|
+
* {% embed_file shared/app.module.ts %}
|
|
17
17
|
* {% embed_file shared/main.ts %}
|
|
18
18
|
* {% endmeta %}
|
|
19
19
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -35,7 +35,7 @@ exports.ɵ1 = ɵ1;
|
|
|
35
35
|
* {% meta height:200 %}
|
|
36
36
|
* {% embed_file context-menu/basic/app.component.ts preview %}
|
|
37
37
|
* {% embed_file shared/contextmenu-items.ts %}
|
|
38
|
-
* {% embed_file
|
|
38
|
+
* {% embed_file shared/app.module.ts %}
|
|
39
39
|
* {% embed_file shared/main.ts %}
|
|
40
40
|
* {% endmeta %}
|
|
41
41
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
package/dist/npm/dom-queries.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
package/dist/npm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
package/dist/npm/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
package/dist/npm/menu-base.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
package/dist/npm/menu-event.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 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
|
"use strict";
|