@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.
- package/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/README.md +1 -1
- package/actionsheet/actionsheet.component.d.ts +1 -1
- package/actionsheet/animation/animations.d.ts +1 -1
- package/actionsheet/item.component.d.ts +1 -1
- package/actionsheet/list.component.d.ts +1 -1
- package/actionsheet/models/actionsheet-item.interface.d.ts +1 -1
- package/actionsheet/models/animation.d.ts +1 -1
- package/actionsheet/models/group.d.ts +1 -1
- package/actionsheet/models/index.d.ts +1 -1
- package/actionsheet/models/item-click.event.d.ts +1 -1
- package/actionsheet/templates/actionsheet-template.d.ts +1 -1
- package/actionsheet/templates/content-template.directive.d.ts +1 -1
- package/actionsheet/templates/footer-template.directive.d.ts +1 -1
- package/actionsheet/templates/header-template.directive.d.ts +1 -1
- package/actionsheet/templates/item-template.directive.d.ts +1 -1
- package/actionsheet.module.d.ts +1 -1
- package/appbar/appbar-section.component.d.ts +1 -1
- package/appbar/appbar-spacer.component.d.ts +1 -1
- package/appbar/appbar.component.d.ts +1 -1
- package/appbar/models/position-mode.d.ts +1 -1
- package/appbar/models/position.d.ts +1 -1
- package/appbar/models/theme-color.d.ts +1 -1
- package/appbar.module.d.ts +1 -1
- package/bottomnavigation/bottomnavigation-item.component.d.ts +1 -1
- package/bottomnavigation/bottomnavigation.component.d.ts +1 -1
- package/bottomnavigation/constants.d.ts +1 -1
- package/bottomnavigation/events/select-event.d.ts +1 -1
- package/bottomnavigation/templates/item-template.directive.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-fill.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-item-flow.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-item.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-position-mode.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-theme-color.d.ts +1 -1
- package/bottomnavigation.module.d.ts +1 -1
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/breadcrumb/list.component.d.ts +1 -1
- package/breadcrumb/models/breadcrumb-item.interface.d.ts +1 -1
- package/breadcrumb/models/breadcrumb-size.d.ts +1 -1
- package/breadcrumb/models/collapse-mode.d.ts +1 -1
- package/breadcrumb/models/constants.d.ts +1 -1
- package/breadcrumb/template-directives/item-template.directive.d.ts +1 -1
- package/breadcrumb/template-directives/separator.directive.d.ts +1 -1
- package/breadcrumb/util.d.ts +1 -1
- package/breadcrumb.module.d.ts +1 -1
- package/common/direction.d.ts +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/common/preventable-event.d.ts +1 -1
- package/common/util.d.ts +1 -1
- package/esm2020/actionsheet/actionsheet.component.mjs +1 -1
- package/esm2020/actionsheet/animation/animations.mjs +1 -1
- package/esm2020/actionsheet/item.component.mjs +1 -1
- package/esm2020/actionsheet/list.component.mjs +1 -1
- package/esm2020/actionsheet/models/actionsheet-item.interface.mjs +1 -1
- package/esm2020/actionsheet/models/animation.mjs +1 -1
- package/esm2020/actionsheet/models/group.mjs +1 -1
- package/esm2020/actionsheet/models/index.mjs +1 -1
- package/esm2020/actionsheet/models/item-click.event.mjs +1 -1
- package/esm2020/actionsheet/templates/actionsheet-template.mjs +1 -1
- package/esm2020/actionsheet/templates/content-template.directive.mjs +1 -1
- package/esm2020/actionsheet/templates/footer-template.directive.mjs +1 -1
- package/esm2020/actionsheet/templates/header-template.directive.mjs +1 -1
- package/esm2020/actionsheet/templates/item-template.directive.mjs +1 -1
- package/esm2020/actionsheet.module.mjs +1 -1
- package/esm2020/appbar/appbar-section.component.mjs +1 -1
- package/esm2020/appbar/appbar-spacer.component.mjs +1 -1
- package/esm2020/appbar/appbar.component.mjs +1 -1
- package/esm2020/appbar/models/position-mode.mjs +1 -1
- package/esm2020/appbar/models/position.mjs +1 -1
- package/esm2020/appbar/models/theme-color.mjs +1 -1
- package/esm2020/appbar.module.mjs +1 -1
- package/esm2020/bottomnavigation/bottomnavigation-item.component.mjs +1 -1
- package/esm2020/bottomnavigation/bottomnavigation.component.mjs +1 -1
- package/esm2020/bottomnavigation/constants.mjs +1 -1
- package/esm2020/bottomnavigation/events/select-event.mjs +1 -1
- package/esm2020/bottomnavigation/templates/item-template.directive.mjs +1 -1
- package/esm2020/bottomnavigation/types/bottomnavigation-fill.mjs +1 -1
- package/esm2020/bottomnavigation/types/bottomnavigation-item-flow.mjs +1 -1
- package/esm2020/bottomnavigation/types/bottomnavigation-item.mjs +1 -1
- package/esm2020/bottomnavigation/types/bottomnavigation-position-mode.mjs +1 -1
- package/esm2020/bottomnavigation/types/bottomnavigation-theme-color.mjs +1 -1
- package/esm2020/bottomnavigation.module.mjs +1 -1
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +1 -1
- package/esm2020/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/breadcrumb/list.component.mjs +1 -1
- package/esm2020/breadcrumb/models/breadcrumb-item.interface.mjs +1 -1
- package/esm2020/breadcrumb/models/breadcrumb-size.mjs +1 -1
- package/esm2020/breadcrumb/models/collapse-mode.mjs +1 -1
- package/esm2020/breadcrumb/models/constants.mjs +1 -1
- package/esm2020/breadcrumb/template-directives/item-template.directive.mjs +1 -1
- package/esm2020/breadcrumb/template-directives/separator.directive.mjs +1 -1
- package/esm2020/breadcrumb/util.mjs +1 -1
- package/esm2020/breadcrumb.module.mjs +1 -1
- package/esm2020/common/direction.mjs +1 -1
- package/esm2020/common/dom-queries.mjs +1 -1
- package/esm2020/common/preventable-event.mjs +1 -1
- package/esm2020/common/util.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/navigation.module.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/progress-kendo-angular-navigation.mjs +1 -1
- package/fesm2015/progress-kendo-angular-navigation.mjs +3 -3
- package/fesm2020/progress-kendo-angular-navigation.mjs +3 -3
- package/index.d.ts +1 -1
- package/navigation.module.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +5 -5
- 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 ©
|
|
11
|
+
*Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|