@progress/kendo-angular-navigation 17.0.0-develop.9 → 17.0.0

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 (80) hide show
  1. package/README.md +38 -18
  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/group.d.ts +1 -1
  6. package/appbar/appbar-spacer.component.d.ts +1 -1
  7. package/appbar/appbar.component.d.ts +1 -1
  8. package/appbar/models/position-mode.d.ts +1 -1
  9. package/appbar/models/position.d.ts +1 -1
  10. package/appbar/models/theme-color.d.ts +1 -1
  11. package/bottomnavigation/bottomnavigation-item.component.d.ts +1 -1
  12. package/bottomnavigation/bottomnavigation.component.d.ts +1 -1
  13. package/bottomnavigation/types/bottomnavigation-fill.d.ts +1 -1
  14. package/bottomnavigation/types/bottomnavigation-item-flow.d.ts +1 -1
  15. package/bottomnavigation/types/bottomnavigation-position-mode.d.ts +1 -1
  16. package/bottomnavigation/types/bottomnavigation-theme-color.d.ts +1 -1
  17. package/breadcrumb/breadcrumb-item.component.d.ts +2 -2
  18. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  19. package/breadcrumb/list.component.d.ts +1 -1
  20. package/breadcrumb/models/breadcrumb-size.d.ts +1 -1
  21. package/breadcrumb/models/collapse-mode.d.ts +1 -1
  22. package/breadcrumb/template-directives/separator.directive.d.ts +1 -2
  23. package/common/direction.d.ts +1 -1
  24. package/{esm2020 → esm2022}/actionsheet/actionsheet.component.mjs +113 -60
  25. package/{esm2020 → esm2022}/actionsheet/item.component.mjs +7 -7
  26. package/{esm2020 → esm2022}/actionsheet/list.component.mjs +11 -7
  27. package/{esm2020 → esm2022}/actionsheet/models/item-click.event.mjs +8 -0
  28. package/{esm2020 → esm2022}/actionsheet/templates/actionsheet-template.mjs +4 -3
  29. package/{esm2020 → esm2022}/actionsheet/templates/content-template.directive.mjs +4 -3
  30. package/{esm2020 → esm2022}/actionsheet/templates/footer-template.directive.mjs +4 -3
  31. package/{esm2020 → esm2022}/actionsheet/templates/header-template.directive.mjs +4 -3
  32. package/{esm2020 → esm2022}/actionsheet/templates/item-template.directive.mjs +4 -3
  33. package/{esm2020 → esm2022}/actionsheet.module.mjs +4 -4
  34. package/{esm2020 → esm2022}/appbar/appbar-section.component.mjs +5 -7
  35. package/{esm2020 → esm2022}/appbar/appbar-spacer.component.mjs +15 -7
  36. package/{esm2020 → esm2022}/appbar/appbar.component.mjs +33 -25
  37. package/{esm2020 → esm2022}/appbar.module.mjs +4 -4
  38. package/{esm2020 → esm2022}/bottomnavigation/bottomnavigation-item.component.mjs +10 -4
  39. package/{esm2020 → esm2022}/bottomnavigation/bottomnavigation.component.mjs +75 -52
  40. package/{esm2020 → esm2022}/bottomnavigation/events/select-event.mjs +16 -0
  41. package/{esm2020 → esm2022}/bottomnavigation/templates/item-template.directive.mjs +4 -3
  42. package/{esm2020 → esm2022}/bottomnavigation.module.mjs +4 -4
  43. package/{esm2020 → esm2022}/breadcrumb/breadcrumb-item.component.mjs +19 -14
  44. package/{esm2020 → esm2022}/breadcrumb/breadcrumb.component.mjs +87 -56
  45. package/{esm2020 → esm2022}/breadcrumb/list.component.mjs +14 -6
  46. package/{esm2020 → esm2022}/breadcrumb/template-directives/item-template.directive.mjs +4 -3
  47. package/{esm2020 → esm2022}/breadcrumb/template-directives/separator.directive.mjs +20 -18
  48. package/{esm2020 → esm2022}/breadcrumb.module.mjs +4 -4
  49. package/{esm2020 → esm2022}/common/preventable-event.mjs +7 -7
  50. package/{esm2020 → esm2022}/navigation.module.mjs +4 -4
  51. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  52. package/{fesm2020 → fesm2022}/progress-kendo-angular-navigation.mjs +490 -313
  53. package/package.json +13 -19
  54. package/schematics/ngAdd/index.js +1 -1
  55. package/fesm2015/progress-kendo-angular-navigation.mjs +0 -2613
  56. /package/{esm2020 → esm2022}/actionsheet/animation/animations.mjs +0 -0
  57. /package/{esm2020 → esm2022}/actionsheet/models/actionsheet-item.interface.mjs +0 -0
  58. /package/{esm2020 → esm2022}/actionsheet/models/animation.mjs +0 -0
  59. /package/{esm2020 → esm2022}/actionsheet/models/group.mjs +0 -0
  60. /package/{esm2020 → esm2022}/actionsheet/models/index.mjs +0 -0
  61. /package/{esm2020 → esm2022}/appbar/models/position-mode.mjs +0 -0
  62. /package/{esm2020 → esm2022}/appbar/models/position.mjs +0 -0
  63. /package/{esm2020 → esm2022}/appbar/models/theme-color.mjs +0 -0
  64. /package/{esm2020 → esm2022}/bottomnavigation/constants.mjs +0 -0
  65. /package/{esm2020 → esm2022}/bottomnavigation/types/bottomnavigation-fill.mjs +0 -0
  66. /package/{esm2020 → esm2022}/bottomnavigation/types/bottomnavigation-item-flow.mjs +0 -0
  67. /package/{esm2020 → esm2022}/bottomnavigation/types/bottomnavigation-item.mjs +0 -0
  68. /package/{esm2020 → esm2022}/bottomnavigation/types/bottomnavigation-position-mode.mjs +0 -0
  69. /package/{esm2020 → esm2022}/bottomnavigation/types/bottomnavigation-theme-color.mjs +0 -0
  70. /package/{esm2020 → esm2022}/breadcrumb/models/breadcrumb-item.interface.mjs +0 -0
  71. /package/{esm2020 → esm2022}/breadcrumb/models/breadcrumb-size.mjs +0 -0
  72. /package/{esm2020 → esm2022}/breadcrumb/models/collapse-mode.mjs +0 -0
  73. /package/{esm2020 → esm2022}/breadcrumb/models/constants.mjs +0 -0
  74. /package/{esm2020 → esm2022}/breadcrumb/util.mjs +0 -0
  75. /package/{esm2020 → esm2022}/common/direction.mjs +0 -0
  76. /package/{esm2020 → esm2022}/common/dom-queries.mjs +0 -0
  77. /package/{esm2020 → esm2022}/common/util.mjs +0 -0
  78. /package/{esm2020 → esm2022}/directives.mjs +0 -0
  79. /package/{esm2020 → esm2022}/index.mjs +0 -0
  80. /package/{esm2020 → esm2022}/progress-kendo-angular-navigation.mjs +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-navigation",
3
- "version": "17.0.0-develop.9",
3
+ "version": "17.0.0",
4
4
  "description": "Kendo UI Navigation for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -16,26 +16,22 @@
16
16
  "friendlyName": "Navigation"
17
17
  },
18
18
  "peerDependencies": {
19
- "@angular/animations": "15 - 18",
20
- "@angular/common": "15 - 18",
21
- "@angular/core": "15 - 18",
22
- "@angular/platform-browser": "15 - 18",
19
+ "@angular/animations": "16 - 18",
20
+ "@angular/common": "16 - 18",
21
+ "@angular/core": "16 - 18",
22
+ "@angular/platform-browser": "16 - 18",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
- "@progress/kendo-angular-common": "17.0.0-develop.9",
25
- "@progress/kendo-angular-icons": "17.0.0-develop.9",
26
- "@progress/kendo-angular-l10n": "17.0.0-develop.9",
24
+ "@progress/kendo-angular-common": "17.0.0",
25
+ "@progress/kendo-angular-icons": "17.0.0",
26
+ "@progress/kendo-angular-l10n": "17.0.0",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "17.0.0-develop.9"
31
+ "@progress/kendo-angular-schematics": "17.0.0"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
- "module": "fesm2015/progress-kendo-angular-navigation.mjs",
35
- "es2020": "fesm2020/progress-kendo-angular-navigation.mjs",
36
- "esm2020": "esm2020/progress-kendo-angular-navigation.mjs",
37
- "fesm2020": "fesm2020/progress-kendo-angular-navigation.mjs",
38
- "fesm2015": "fesm2015/progress-kendo-angular-navigation.mjs",
34
+ "module": "fesm2022/progress-kendo-angular-navigation.mjs",
39
35
  "typings": "index.d.ts",
40
36
  "exports": {
41
37
  "./package.json": {
@@ -43,11 +39,9 @@
43
39
  },
44
40
  ".": {
45
41
  "types": "./index.d.ts",
46
- "esm2020": "./esm2020/progress-kendo-angular-navigation.mjs",
47
- "es2020": "./fesm2020/progress-kendo-angular-navigation.mjs",
48
- "es2015": "./fesm2015/progress-kendo-angular-navigation.mjs",
49
- "node": "./fesm2015/progress-kendo-angular-navigation.mjs",
50
- "default": "./fesm2020/progress-kendo-angular-navigation.mjs"
42
+ "esm2022": "./esm2022/progress-kendo-angular-navigation.mjs",
43
+ "esm": "./esm2022/progress-kendo-angular-navigation.mjs",
44
+ "default": "./fesm2022/progress-kendo-angular-navigation.mjs"
51
45
  }
52
46
  },
53
47
  "sideEffects": false
@@ -4,7 +4,7 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'NavigationModule', package: 'navigation', peerDependencies: {
6
6
  // Peer dependency of icons
7
- '@progress/kendo-svg-icons': '^3.0.0'
7
+ '@progress/kendo-svg-icons': '^4.0.0'
8
8
  } });
9
9
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
10
10
  }