@progress/kendo-angular-navigation 2.1.1-dev.202211170812 → 11.0.0-develop.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/NOTICE.txt +3 -3
  2. package/actionsheet/actionsheet.component.d.ts +1 -1
  3. package/actionsheet/item.component.d.ts +1 -1
  4. package/actionsheet/list.component.d.ts +1 -1
  5. package/actionsheet/models/actionsheet-item.interface.d.ts +1 -1
  6. package/actionsheet/models/group.d.ts +1 -1
  7. package/actionsheet/models/index.d.ts +1 -1
  8. package/actionsheet/models/item-click.event.d.ts +1 -1
  9. package/actionsheet/templates/content-template.directive.d.ts +1 -1
  10. package/actionsheet/templates/footer-template.directive.d.ts +1 -1
  11. package/actionsheet/templates/header-template.directive.d.ts +1 -1
  12. package/actionsheet/templates/item-template.directive.d.ts +1 -1
  13. package/actionsheet.module.d.ts +1 -1
  14. package/appbar/appbar-section.component.d.ts +1 -1
  15. package/appbar/appbar-spacer.component.d.ts +1 -1
  16. package/appbar/appbar.component.d.ts +1 -1
  17. package/appbar/models/position-mode.d.ts +1 -1
  18. package/appbar/models/position.d.ts +1 -1
  19. package/appbar/models/theme-color.d.ts +1 -1
  20. package/appbar.module.d.ts +1 -1
  21. package/bottomnavigation/bottomnavigation-item.component.d.ts +1 -1
  22. package/bottomnavigation/bottomnavigation.component.d.ts +1 -1
  23. package/bottomnavigation/constants.d.ts +2 -2
  24. package/bottomnavigation/events/select-event.d.ts +1 -1
  25. package/bottomnavigation/templates/item-template.directive.d.ts +1 -1
  26. package/bottomnavigation/types/bottomnavigation-fill.d.ts +1 -1
  27. package/bottomnavigation/types/bottomnavigation-item-flow.d.ts +1 -1
  28. package/bottomnavigation/types/bottomnavigation-item.d.ts +1 -1
  29. package/bottomnavigation/types/bottomnavigation-position-mode.d.ts +1 -1
  30. package/bottomnavigation/types/bottomnavigation-theme-color.d.ts +1 -1
  31. package/bottomnavigation.module.d.ts +1 -1
  32. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  33. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  34. package/breadcrumb/list.component.d.ts +1 -1
  35. package/breadcrumb/models/breadcrumb-item.interface.d.ts +1 -1
  36. package/breadcrumb/models/collapse-mode.d.ts +1 -1
  37. package/breadcrumb/models/constants.d.ts +2 -2
  38. package/breadcrumb/template-directives/item-template.directive.d.ts +1 -1
  39. package/breadcrumb/template-directives/separator.directive.d.ts +1 -1
  40. package/breadcrumb/util.d.ts +1 -1
  41. package/breadcrumb.module.d.ts +1 -1
  42. package/common/direction.d.ts +1 -1
  43. package/common/dom-queries.d.ts +1 -1
  44. package/common/preventable-event.d.ts +1 -1
  45. package/common/util.d.ts +1 -1
  46. package/{esm2015/actionsheet/actionsheet.component.js → esm2020/actionsheet/actionsheet.component.mjs} +12 -15
  47. package/{esm2015/actionsheet/item.component.js → esm2020/actionsheet/item.component.mjs} +6 -6
  48. package/{esm2015/actionsheet/list.component.js → esm2020/actionsheet/list.component.mjs} +5 -5
  49. package/{esm2015/actionsheet/models/actionsheet-item.interface.js → esm2020/actionsheet/models/actionsheet-item.interface.mjs} +1 -1
  50. package/{esm2015/actionsheet/models/group.js → esm2020/actionsheet/models/group.mjs} +1 -1
  51. package/{esm2015/actionsheet/models/index.js → esm2020/actionsheet/models/index.mjs} +1 -1
  52. package/{esm2015/actionsheet/models/item-click.event.js → esm2020/actionsheet/models/item-click.event.mjs} +1 -1
  53. package/{esm2015/actionsheet/templates/content-template.directive.js → esm2020/actionsheet/templates/content-template.directive.mjs} +5 -5
  54. package/{esm2015/actionsheet/templates/footer-template.directive.js → esm2020/actionsheet/templates/footer-template.directive.mjs} +5 -5
  55. package/{esm2015/actionsheet/templates/header-template.directive.js → esm2020/actionsheet/templates/header-template.directive.mjs} +5 -5
  56. package/{esm2015/actionsheet/templates/item-template.directive.js → esm2020/actionsheet/templates/item-template.directive.mjs} +5 -5
  57. package/{esm2015/actionsheet.module.js → esm2020/actionsheet.module.mjs} +5 -5
  58. package/{esm2015/appbar/appbar-section.component.js → esm2020/appbar/appbar-section.component.mjs} +4 -4
  59. package/{esm2015/appbar/appbar-spacer.component.js → esm2020/appbar/appbar-spacer.component.mjs} +5 -5
  60. package/{esm2015/appbar/appbar.component.js → esm2020/appbar/appbar.component.mjs} +4 -4
  61. package/{esm2015/appbar/models/position.js → esm2020/appbar/models/position-mode.mjs} +1 -1
  62. package/{esm2015/appbar/models/position-mode.js → esm2020/appbar/models/position.mjs} +1 -1
  63. package/esm2020/appbar/models/theme-color.mjs +5 -0
  64. package/{esm2015/appbar.module.js → esm2020/appbar.module.mjs} +5 -5
  65. package/{esm2015/bottomnavigation/bottomnavigation-item.component.js → esm2020/bottomnavigation/bottomnavigation-item.component.mjs} +5 -4
  66. package/{esm2015/bottomnavigation/bottomnavigation.component.js → esm2020/bottomnavigation/bottomnavigation.component.mjs} +6 -6
  67. package/{esm2015/bottomnavigation/constants.js → esm2020/bottomnavigation/constants.mjs} +1 -1
  68. package/{esm2015/bottomnavigation/events/select-event.js → esm2020/bottomnavigation/events/select-event.mjs} +1 -1
  69. package/{esm2015/bottomnavigation/templates/item-template.directive.js → esm2020/bottomnavigation/templates/item-template.directive.mjs} +5 -5
  70. package/esm2020/bottomnavigation/types/bottomnavigation-fill.mjs +5 -0
  71. package/esm2020/bottomnavigation/types/bottomnavigation-item-flow.mjs +5 -0
  72. package/esm2020/bottomnavigation/types/bottomnavigation-item.mjs +5 -0
  73. package/esm2020/bottomnavigation/types/bottomnavigation-position-mode.mjs +5 -0
  74. package/{esm2015/bottomnavigation/types/bottomnavigation-theme-color.js → esm2020/bottomnavigation/types/bottomnavigation-theme-color.mjs} +1 -1
  75. package/{esm2015/bottomnavigation.module.js → esm2020/bottomnavigation.module.mjs} +5 -5
  76. package/{esm2015/breadcrumb/breadcrumb-item.component.js → esm2020/breadcrumb/breadcrumb-item.component.mjs} +5 -5
  77. package/{esm2015/breadcrumb/breadcrumb.component.js → esm2020/breadcrumb/breadcrumb.component.mjs} +6 -6
  78. package/{esm2015/breadcrumb/list.component.js → esm2020/breadcrumb/list.component.mjs} +5 -5
  79. package/esm2020/breadcrumb/models/breadcrumb-item.interface.mjs +5 -0
  80. package/esm2020/breadcrumb/models/collapse-mode.mjs +5 -0
  81. package/{esm2015/breadcrumb/models/constants.js → esm2020/breadcrumb/models/constants.mjs} +1 -1
  82. package/{esm2015/breadcrumb/template-directives/item-template.directive.js → esm2020/breadcrumb/template-directives/item-template.directive.mjs} +5 -5
  83. package/{esm2015/breadcrumb/template-directives/separator.directive.js → esm2020/breadcrumb/template-directives/separator.directive.mjs} +6 -5
  84. package/{esm2015/breadcrumb/util.js → esm2020/breadcrumb/util.mjs} +1 -1
  85. package/{esm2015/breadcrumb.module.js → esm2020/breadcrumb.module.mjs} +5 -5
  86. package/esm2020/common/direction.mjs +5 -0
  87. package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +1 -1
  88. package/{esm2015/common/preventable-event.js → esm2020/common/preventable-event.mjs} +1 -1
  89. package/{esm2015/common/util.js → esm2020/common/util.mjs} +1 -1
  90. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  91. package/{esm2015/navigation.module.js → esm2020/navigation.module.mjs} +5 -5
  92. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  93. package/{esm2015/kendo-angular-navigation.js → esm2020/progress-kendo-angular-navigation.mjs} +2 -2
  94. package/fesm2015/progress-kendo-angular-navigation.mjs +2325 -0
  95. package/{fesm2015/kendo-angular-navigation.js → fesm2020/progress-kendo-angular-navigation.mjs} +104 -107
  96. package/{main.d.ts → index.d.ts} +1 -1
  97. package/navigation.module.d.ts +1 -1
  98. package/package-metadata.d.ts +1 -1
  99. package/package.json +27 -53
  100. package/{kendo-angular-navigation.d.ts → progress-kendo-angular-navigation.d.ts} +2 -2
  101. package/schematics/ngAdd/index.js +1 -5
  102. package/bundles/kendo-angular-navigation.umd.js +0 -5
  103. package/esm2015/appbar/models/theme-color.js +0 -5
  104. package/esm2015/bottomnavigation/types/bottomnavigation-fill.js +0 -5
  105. package/esm2015/bottomnavigation/types/bottomnavigation-item-flow.js +0 -5
  106. package/esm2015/bottomnavigation/types/bottomnavigation-item.js +0 -5
  107. package/esm2015/bottomnavigation/types/bottomnavigation-position-mode.js +0 -5
  108. package/esm2015/breadcrumb/models/breadcrumb-item.interface.js +0 -5
  109. package/esm2015/breadcrumb/models/collapse-mode.js +0 -5
  110. package/esm2015/common/direction.js +0 -5
  111. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
- import { Directive, Optional } from '@angular/core';
5
+ import { Directive, Optional, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a template that defines the content of a Breadcrumb item.
@@ -15,9 +15,9 @@ export class BreadCrumbItemTemplateDirective {
15
15
  this.templateRef = templateRef;
16
16
  }
17
17
  }
18
- BreadCrumbItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
- BreadCrumbItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: BreadCrumbItemTemplateDirective, selector: "[kendoBreadCrumbItemTemplate]", ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbItemTemplateDirective, decorators: [{
18
+ BreadCrumbItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
+ BreadCrumbItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbItemTemplateDirective, selector: "[kendoBreadCrumbItemTemplate]", ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbItemTemplateDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[kendoBreadCrumbItemTemplate]'
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
- import { Directive, HostBinding, Input } from '@angular/core';
5
+ import { Directive, HostBinding, Input, ElementRef } from '@angular/core';
6
6
  import { isPresent } from '../../common/util';
7
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
9
10
  const DEFAULT_ICON = 'chevron-right';
@@ -48,9 +49,9 @@ export class BreadCrumbSeparatorDirective {
48
49
  this.localizationChangesSubscription.unsubscribe();
49
50
  }
50
51
  }
51
- BreadCrumbSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbSeparatorDirective, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
52
- BreadCrumbSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: BreadCrumbSeparatorDirective, selector: "[kendoBreadCrumbSeparator]", inputs: { icon: "icon" }, host: { properties: { "class.k-breadcrumb-delimiter-icon": "this.defaultClasses", "class.k-icon": "this.defaultClasses", "attr.aria-hidden": "this.ariaHidden" } }, ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbSeparatorDirective, decorators: [{
52
+ BreadCrumbSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbSeparatorDirective, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
53
+ BreadCrumbSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbSeparatorDirective, selector: "[kendoBreadCrumbSeparator]", inputs: { icon: "icon" }, host: { properties: { "class.k-breadcrumb-delimiter-icon": "this.defaultClasses", "class.k-icon": "this.defaultClasses", "attr.aria-hidden": "this.ariaHidden" } }, ngImport: i0 });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbSeparatorDirective, decorators: [{
54
55
  type: Directive,
55
56
  args: [{
56
57
  selector: '[kendoBreadCrumbSeparator]'
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 getCollapsed = (itemComponent) => itemComponent.item.context.collapsed;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { NgModule } from '@angular/core';
@@ -57,14 +57,14 @@ const declarations = [
57
57
  */
58
58
  export class BreadCrumbModule {
59
59
  }
60
- BreadCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
61
- BreadCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbModule, declarations: [BreadCrumbComponent,
60
+ BreadCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
61
+ BreadCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, declarations: [BreadCrumbComponent,
62
62
  BreadCrumbItemComponent,
63
63
  BreadCrumbListComponent, BreadCrumbItemTemplateDirective, BreadCrumbSeparatorDirective], imports: [CommonModule, ResizeSensorModule], exports: [BreadCrumbComponent,
64
64
  BreadCrumbItemComponent,
65
65
  BreadCrumbListComponent, BreadCrumbItemTemplateDirective] });
66
- BreadCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbModule, imports: [[CommonModule, ResizeSensorModule]] });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BreadCrumbModule, decorators: [{
66
+ BreadCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, imports: [[CommonModule, ResizeSensorModule]] });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, decorators: [{
68
68
  type: NgModule,
69
69
  args: [{
70
70
  declarations: [declarations],
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { isPresent } from './util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { closestInScope } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  // AppBar exports
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { NgModule } from '@angular/core';
@@ -41,16 +41,16 @@ import * as i0 from "@angular/core";
41
41
  */
42
42
  export class NavigationModule {
43
43
  }
44
- NavigationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
- NavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationModule, exports: [AppBarModule,
44
+ NavigationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
+ NavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationModule, exports: [AppBarModule,
46
46
  BreadCrumbModule,
47
47
  BottomNavigationModule,
48
48
  ActionSheetModule] });
49
- NavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationModule, imports: [AppBarModule,
49
+ NavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationModule, imports: [AppBarModule,
50
50
  BreadCrumbModule,
51
51
  BottomNavigationModule,
52
52
  ActionSheetModule] });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationModule, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationModule, decorators: [{
54
54
  type: NgModule,
55
55
  args: [{
56
56
  exports: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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-navigation',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1668672690,
12
+ publishDate: 1672320716,
13
13
  version: '',
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'
14
+ licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
- export * from './main';
8
+ export * from './index';