@progress/kendo-angular-menu 3.0.2 → 3.0.4
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/NOTICE.txt +297 -30
- package/dist/cdn/js/kendo-angular-menu.js +2 -2
- 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 +16 -7
- 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 +2 -2
- 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 +16 -7
- package/dist/es2015/context-menu/context-menu.component.js +16 -7
- 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/index.metadata.json +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 +2 -2
- package/dist/es2015/menu.component.js +2 -2
- 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 +19 -10
- package/dist/fesm5/index.js +19 -10
- 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 +16 -7
- 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 +2 -2
- 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 +13 -13
package/dist/es/menu.module.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 * as tslib_1 from "tslib";
|
package/dist/es/menus.module.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 * 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
|
/* 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
|
/**
|
|
@@ -9,7 +9,7 @@ export var packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-menu',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1642589534,
|
|
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
|
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 * 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 * 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 * 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
|
var 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 * 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 * 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 * 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 * 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 * 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 * 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 * as tslib_1 from "tslib";
|
package/dist/es/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';
|
|
@@ -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
|
/**
|
package/dist/es2015/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
|
/**
|
|
@@ -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 { ContextMenuComponent } from './context-menu.component';
|
|
@@ -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 { ContextMenuService } from './context-menu.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
|
import { PreventableEvent } from '../preventable-event';
|
|
@@ -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 { PreventableEvent } from '../preventable-event';
|
|
@@ -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 { ContextMenuEvent } from './context-menu-event';
|
|
@@ -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 { ContextMenuEvent } from './context-menu-event';
|
|
@@ -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';
|
|
@@ -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, OnDestroy } 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
|
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';
|
|
@@ -10,7 +10,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
10
10
|
*
|
|
11
11
|
* {% meta height:200 %}
|
|
12
12
|
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
13
|
-
* {% embed_file
|
|
13
|
+
* {% embed_file shared/app.module.ts %}
|
|
14
14
|
* {% embed_file shared/main.ts %}
|
|
15
15
|
* {% endmeta %}
|
|
16
16
|
*/
|
|
@@ -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";
|
|
@@ -11,7 +11,7 @@ import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
|
11
11
|
*
|
|
12
12
|
* {% meta height:200 %}
|
|
13
13
|
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
14
|
-
* {% embed_file
|
|
14
|
+
* {% embed_file shared/app.module.ts %}
|
|
15
15
|
* {% embed_file shared/main.ts %}
|
|
16
16
|
* {% endmeta %}
|
|
17
17
|
*/
|
|
@@ -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, OnChanges, OnDestroy, EventEmitter, NgZone, Renderer2, TemplateRef, ElementRef, ViewContainerRef } from '@angular/core';
|
|
@@ -14,12 +14,21 @@ import { ContextMenuTargetContainerDirective } from './context-menu-target-conta
|
|
|
14
14
|
/**
|
|
15
15
|
* Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* {
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```ts
|
|
19
|
+
* _@Component({
|
|
20
|
+
* selector: 'my-app',
|
|
21
|
+
* template: `
|
|
22
|
+
* <div #target>
|
|
23
|
+
* Right-click to open Context menu</p>
|
|
24
|
+
* </div>
|
|
25
|
+
* <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
|
|
26
|
+
* `
|
|
27
|
+
* })
|
|
28
|
+
* class AppComponent {
|
|
29
|
+
* public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
|
|
30
|
+
* }
|
|
31
|
+
* ```
|
|
23
32
|
*/
|
|
24
33
|
export declare class ContextMenuComponent extends MenuBase implements OnInit, OnChanges, OnDestroy {
|
|
25
34
|
private popupService;
|
|
@@ -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";
|
|
@@ -29,12 +29,21 @@ const ɵ1 = bodyFactory;
|
|
|
29
29
|
/**
|
|
30
30
|
* Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
|
|
31
31
|
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* {
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```ts
|
|
34
|
+
* _@Component({
|
|
35
|
+
* selector: 'my-app',
|
|
36
|
+
* template: `
|
|
37
|
+
* <div #target>
|
|
38
|
+
* Right-click to open Context menu</p>
|
|
39
|
+
* </div>
|
|
40
|
+
* <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
|
|
41
|
+
* `
|
|
42
|
+
* })
|
|
43
|
+
* class AppComponent {
|
|
44
|
+
* public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
|
|
45
|
+
* }
|
|
46
|
+
* ```
|
|
38
47
|
*/
|
|
39
48
|
let ContextMenuComponent = ContextMenuComponent_1 = class ContextMenuComponent extends MenuBase {
|
|
40
49
|
constructor(popupService, service, ngZone, renderer) {
|
|
@@ -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 { EventEmitter } 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 { OnChanges } 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
|
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
@@ -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 { MenuBase } from '../menu-base';
|
|
@@ -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 { MenuBase } from '../menu-base';
|
|
@@ -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 FIELD_REGEX = /\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;
|
|
@@ -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 { NODE_INDEX } from './constants';
|
package/dist/es2015/index.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
|
/**
|
package/dist/es2015/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
|
/**
|