@progress/kendo-angular-navigation 14.4.0-develop.2 → 14.4.0-develop.20

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 (110) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/README.md +1 -1
  4. package/actionsheet/actionsheet.component.d.ts +1 -1
  5. package/actionsheet/animation/animations.d.ts +1 -1
  6. package/actionsheet/item.component.d.ts +1 -1
  7. package/actionsheet/list.component.d.ts +1 -1
  8. package/actionsheet/models/actionsheet-item.interface.d.ts +1 -1
  9. package/actionsheet/models/animation.d.ts +1 -1
  10. package/actionsheet/models/group.d.ts +1 -1
  11. package/actionsheet/models/index.d.ts +1 -1
  12. package/actionsheet/models/item-click.event.d.ts +1 -1
  13. package/actionsheet/templates/actionsheet-template.d.ts +1 -1
  14. package/actionsheet/templates/content-template.directive.d.ts +1 -1
  15. package/actionsheet/templates/footer-template.directive.d.ts +1 -1
  16. package/actionsheet/templates/header-template.directive.d.ts +1 -1
  17. package/actionsheet/templates/item-template.directive.d.ts +1 -1
  18. package/actionsheet.module.d.ts +1 -1
  19. package/appbar/appbar-section.component.d.ts +1 -1
  20. package/appbar/appbar-spacer.component.d.ts +1 -1
  21. package/appbar/appbar.component.d.ts +1 -1
  22. package/appbar/models/position-mode.d.ts +1 -1
  23. package/appbar/models/position.d.ts +1 -1
  24. package/appbar/models/theme-color.d.ts +1 -1
  25. package/appbar.module.d.ts +1 -1
  26. package/bottomnavigation/bottomnavigation-item.component.d.ts +1 -1
  27. package/bottomnavigation/bottomnavigation.component.d.ts +1 -1
  28. package/bottomnavigation/constants.d.ts +1 -1
  29. package/bottomnavigation/events/select-event.d.ts +1 -1
  30. package/bottomnavigation/templates/item-template.directive.d.ts +1 -1
  31. package/bottomnavigation/types/bottomnavigation-fill.d.ts +1 -1
  32. package/bottomnavigation/types/bottomnavigation-item-flow.d.ts +1 -1
  33. package/bottomnavigation/types/bottomnavigation-item.d.ts +1 -1
  34. package/bottomnavigation/types/bottomnavigation-position-mode.d.ts +1 -1
  35. package/bottomnavigation/types/bottomnavigation-theme-color.d.ts +1 -1
  36. package/bottomnavigation.module.d.ts +1 -1
  37. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  38. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  39. package/breadcrumb/list.component.d.ts +1 -1
  40. package/breadcrumb/models/breadcrumb-item.interface.d.ts +1 -1
  41. package/breadcrumb/models/breadcrumb-size.d.ts +1 -1
  42. package/breadcrumb/models/collapse-mode.d.ts +1 -1
  43. package/breadcrumb/models/constants.d.ts +1 -1
  44. package/breadcrumb/template-directives/item-template.directive.d.ts +1 -1
  45. package/breadcrumb/template-directives/separator.directive.d.ts +1 -1
  46. package/breadcrumb/util.d.ts +1 -1
  47. package/breadcrumb.module.d.ts +1 -1
  48. package/common/direction.d.ts +1 -1
  49. package/common/dom-queries.d.ts +1 -1
  50. package/common/preventable-event.d.ts +1 -1
  51. package/common/util.d.ts +1 -1
  52. package/esm2020/actionsheet/actionsheet.component.mjs +1 -1
  53. package/esm2020/actionsheet/animation/animations.mjs +1 -1
  54. package/esm2020/actionsheet/item.component.mjs +1 -1
  55. package/esm2020/actionsheet/list.component.mjs +1 -1
  56. package/esm2020/actionsheet/models/actionsheet-item.interface.mjs +1 -1
  57. package/esm2020/actionsheet/models/animation.mjs +1 -1
  58. package/esm2020/actionsheet/models/group.mjs +1 -1
  59. package/esm2020/actionsheet/models/index.mjs +1 -1
  60. package/esm2020/actionsheet/models/item-click.event.mjs +1 -1
  61. package/esm2020/actionsheet/templates/actionsheet-template.mjs +1 -1
  62. package/esm2020/actionsheet/templates/content-template.directive.mjs +1 -1
  63. package/esm2020/actionsheet/templates/footer-template.directive.mjs +1 -1
  64. package/esm2020/actionsheet/templates/header-template.directive.mjs +1 -1
  65. package/esm2020/actionsheet/templates/item-template.directive.mjs +1 -1
  66. package/esm2020/actionsheet.module.mjs +1 -1
  67. package/esm2020/appbar/appbar-section.component.mjs +1 -1
  68. package/esm2020/appbar/appbar-spacer.component.mjs +1 -1
  69. package/esm2020/appbar/appbar.component.mjs +1 -1
  70. package/esm2020/appbar/models/position-mode.mjs +1 -1
  71. package/esm2020/appbar/models/position.mjs +1 -1
  72. package/esm2020/appbar/models/theme-color.mjs +1 -1
  73. package/esm2020/appbar.module.mjs +1 -1
  74. package/esm2020/bottomnavigation/bottomnavigation-item.component.mjs +1 -1
  75. package/esm2020/bottomnavigation/bottomnavigation.component.mjs +1 -1
  76. package/esm2020/bottomnavigation/constants.mjs +1 -1
  77. package/esm2020/bottomnavigation/events/select-event.mjs +1 -1
  78. package/esm2020/bottomnavigation/templates/item-template.directive.mjs +1 -1
  79. package/esm2020/bottomnavigation/types/bottomnavigation-fill.mjs +1 -1
  80. package/esm2020/bottomnavigation/types/bottomnavigation-item-flow.mjs +1 -1
  81. package/esm2020/bottomnavigation/types/bottomnavigation-item.mjs +1 -1
  82. package/esm2020/bottomnavigation/types/bottomnavigation-position-mode.mjs +1 -1
  83. package/esm2020/bottomnavigation/types/bottomnavigation-theme-color.mjs +1 -1
  84. package/esm2020/bottomnavigation.module.mjs +1 -1
  85. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +1 -1
  86. package/esm2020/breadcrumb/breadcrumb.component.mjs +1 -1
  87. package/esm2020/breadcrumb/list.component.mjs +1 -1
  88. package/esm2020/breadcrumb/models/breadcrumb-item.interface.mjs +1 -1
  89. package/esm2020/breadcrumb/models/breadcrumb-size.mjs +1 -1
  90. package/esm2020/breadcrumb/models/collapse-mode.mjs +1 -1
  91. package/esm2020/breadcrumb/models/constants.mjs +1 -1
  92. package/esm2020/breadcrumb/template-directives/item-template.directive.mjs +1 -1
  93. package/esm2020/breadcrumb/template-directives/separator.directive.mjs +1 -1
  94. package/esm2020/breadcrumb/util.mjs +1 -1
  95. package/esm2020/breadcrumb.module.mjs +1 -1
  96. package/esm2020/common/direction.mjs +1 -1
  97. package/esm2020/common/dom-queries.mjs +1 -1
  98. package/esm2020/common/preventable-event.mjs +1 -1
  99. package/esm2020/common/util.mjs +1 -1
  100. package/esm2020/index.mjs +1 -1
  101. package/esm2020/navigation.module.mjs +1 -1
  102. package/esm2020/package-metadata.mjs +3 -3
  103. package/esm2020/progress-kendo-angular-navigation.mjs +1 -1
  104. package/fesm2015/progress-kendo-angular-navigation.mjs +3 -3
  105. package/fesm2020/progress-kendo-angular-navigation.mjs +3 -3
  106. package/index.d.ts +1 -1
  107. package/navigation.module.d.ts +1 -1
  108. package/package-metadata.d.ts +1 -1
  109. package/package.json +5 -5
  110. package/progress-kendo-angular-navigation.d.ts +1 -1
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
8
8
 
9
9
  All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*