@huntsman-cancer-institute/navigation 15.0.3 → 16.0.1

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 (46) hide show
  1. package/components/badge.component.d.ts +1 -1
  2. package/components/brand-nav.component.d.ts +1 -1
  3. package/components/div-nav.component.d.ts +1 -1
  4. package/components/li-dd-nav.component.d.ts +1 -1
  5. package/components/li-exp-nav.component.d.ts +1 -1
  6. package/components/li-nav.component.d.ts +1 -1
  7. package/components/nav.component.d.ts +1 -1
  8. package/components/search-list/search-list-controller.component.d.ts +1 -1
  9. package/components/search-list/search-list.component.d.ts +1 -1
  10. package/components/search-tree/search-tree-controller.component.d.ts +1 -1
  11. package/components/search-tree/search-tree.component.d.ts +2 -2
  12. package/components/template.component.d.ts +1 -1
  13. package/components/ul-nav.component.d.ts +1 -1
  14. package/directives/top-margin.directive.d.ts +1 -1
  15. package/{esm2020 → esm2022}/components/badge.component.mjs +6 -6
  16. package/{esm2020 → esm2022}/components/brand-nav.component.mjs +6 -6
  17. package/{esm2020 → esm2022}/components/div-nav.component.mjs +6 -6
  18. package/{esm2020 → esm2022}/components/li-dd-nav.component.mjs +6 -6
  19. package/{esm2020 → esm2022}/components/li-exp-nav.component.mjs +6 -6
  20. package/{esm2020 → esm2022}/components/li-nav.component.mjs +6 -6
  21. package/{esm2020 → esm2022}/components/nav.component.mjs +5 -5
  22. package/{esm2020 → esm2022}/components/search-list/search-list-controller.component.mjs +7 -7
  23. package/{esm2020 → esm2022}/components/search-list/search-list.component.mjs +7 -7
  24. package/{esm2020 → esm2022}/components/search-tree/search-tree-controller.component.mjs +6 -6
  25. package/{esm2020 → esm2022}/components/search-tree/search-tree.component.mjs +8 -8
  26. package/{esm2020 → esm2022}/components/template.component.mjs +6 -6
  27. package/{esm2020 → esm2022}/components/ul-nav.component.mjs +6 -6
  28. package/{esm2020 → esm2022}/directives/top-margin.directive.mjs +4 -4
  29. package/{esm2020 → esm2022}/impl/app-footer.component.mjs +8 -8
  30. package/{esm2020 → esm2022}/impl/app-header.component.mjs +8 -8
  31. package/{esm2020 → esm2022}/impl/sidebar.component.mjs +8 -8
  32. package/{esm2020 → esm2022}/navigation.module.mjs +67 -67
  33. package/{esm2020 → esm2022}/services/navigation-global.service.mjs +4 -4
  34. package/{esm2020 → esm2022}/services/navigation.service.mjs +4 -4
  35. package/{fesm2020 → fesm2022}/huntsman-cancer-institute-navigation.mjs +163 -163
  36. package/{fesm2020 → fesm2022}/huntsman-cancer-institute-navigation.mjs.map +1 -1
  37. package/impl/app-footer.component.d.ts +1 -1
  38. package/impl/app-header.component.d.ts +1 -1
  39. package/impl/sidebar.component.d.ts +1 -1
  40. package/navigation.module.d.ts +1 -1
  41. package/package.json +17 -21
  42. package/fesm2015/huntsman-cancer-institute-navigation.mjs +0 -6366
  43. package/fesm2015/huntsman-cancer-institute-navigation.mjs.map +0 -1
  44. /package/{esm2020 → esm2022}/components/search-list/row-group.mjs +0 -0
  45. /package/{esm2020 → esm2022}/huntsman-cancer-institute-navigation.mjs +0 -0
  46. /package/{esm2020 → esm2022}/index.mjs +0 -0
@@ -27,5 +27,5 @@ export declare class AppFooterComponent extends NavComponent {
27
27
  getContainer(containerName?: string): ViewContainerRef;
28
28
  updateConfig(config: any): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<AppFooterComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<AppFooterComponent, "hci-app-footer", never, { "footerClasses": "footerClasses"; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppFooterComponent, "hci-app-footer", never, { "footerClasses": { "alias": "footerClasses"; "required": false; }; }, {}, never, never, false, never>;
31
31
  }
@@ -25,5 +25,5 @@ export declare class AppHeaderComponent extends NavComponent {
25
25
  setConfig(config: any): void;
26
26
  updateConfig(config: any): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AppHeaderComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<AppHeaderComponent, "hci-app-header", never, { "classList": "class"; "hidden": "hidden"; "navbarClasses": "navbarClasses"; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppHeaderComponent, "hci-app-header", never, { "classList": { "alias": "class"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "navbarClasses": { "alias": "navbarClasses"; "required": false; }; }, {}, never, never, false, never>;
29
29
  }
@@ -49,5 +49,5 @@ export declare class SidebarComponent extends NavComponent {
49
49
  mouseMove(event: MouseEvent): void;
50
50
  mouseUp(event: MouseEvent): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "hci-sidebar", never, { "hidden": "hidden"; "output": "output"; "sidebarClasses": "sidebarClasses"; "showCollapse": "showCollapse"; "draggable": "draggable"; "sidebarSplitterWidth": "sidebarSplitterWidth"; "collapsedSize": "collapsedSize"; "minWidth": "minWidth"; "maxWidth": "maxWidth"; "sidebarSize": "sidebarSize"; "sidebarFontSize": "sidebarFontSize"; "sidebarExpanded": "sidebarExpanded"; }, { "sidebarSizeChange": "sidebarSizeChange"; }, never, ["*"], false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "hci-sidebar", never, { "hidden": { "alias": "hidden"; "required": false; }; "output": { "alias": "output"; "required": false; }; "sidebarClasses": { "alias": "sidebarClasses"; "required": false; }; "showCollapse": { "alias": "showCollapse"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "sidebarSplitterWidth": { "alias": "sidebarSplitterWidth"; "required": false; }; "collapsedSize": { "alias": "collapsedSize"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "sidebarSize": { "alias": "sidebarSize"; "required": false; }; "sidebarFontSize": { "alias": "sidebarFontSize"; "required": false; }; "sidebarExpanded": { "alias": "sidebarExpanded"; "required": false; }; }, { "sidebarSizeChange": "sidebarSizeChange"; }, never, ["*"], false, never>;
53
53
  }
@@ -30,7 +30,7 @@ import * as i27 from "@angular/material/datepicker";
30
30
  import * as i28 from "@angular/material/core";
31
31
  import * as i29 from "@angular/material/legacy-checkbox";
32
32
  import * as i30 from "@angular/material/legacy-select";
33
- import * as i31 from "@circlon/angular-tree-component";
33
+ import * as i31 from "@huntsman-cancer-institute/angular-tree-component";
34
34
  /**
35
35
  * The main @huntsman-cancer-institute/navigation module. The module exports all components that an implementation might use
36
36
  * and the forRoot() provides a global service for an implementing application.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huntsman-cancer-institute/navigation",
3
- "version": "15.0.3",
3
+ "version": "16.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@gitlab.com:huntsman-cancer-institute/risr/ng/hci-ng-lib.git"
@@ -10,27 +10,25 @@
10
10
  "access": "public"
11
11
  },
12
12
  "peerDependencies": {
13
- "@angular/common": "^15.x",
14
- "@angular/core": "^15.x",
15
- "@angular/material": "^15.x",
16
- "@angular/material-moment-adapter": "^15.x",
17
- "@circlon/angular-tree-component": "^11.0.x",
18
- "@ng-bootstrap/ng-bootstrap": "^13.0.0",
13
+ "@angular/animations": "^16.x",
14
+ "@angular/common": "^16.x",
15
+ "@angular/core": "^16.x",
16
+ "@angular/forms": "^16.x",
17
+ "@angular/material": "^16.x",
18
+ "@angular/material-moment-adapter": "^16.x",
19
+ "@huntsman-cancer-institute/angular-tree-component": "^13.x",
20
+ "@ng-bootstrap/ng-bootstrap": "^15.0.0",
19
21
  "rxjs": "~6.6.0",
20
22
  "rxjs-compat": "6.4.x"
21
23
  },
22
24
  "dependencies": {
23
- "@huntsman-cancer-institute/hci-ng-grid-dto": "15.0.3",
24
- "@huntsman-cancer-institute/misc": "15.0.3",
25
- "@huntsman-cancer-institute/user": "15.0.3",
26
- "@huntsman-cancer-institute/utils": "15.0.3",
25
+ "@huntsman-cancer-institute/hci-ng-grid-dto": "16.0.1",
26
+ "@huntsman-cancer-institute/misc": "16.0.1",
27
+ "@huntsman-cancer-institute/user": "16.0.1",
28
+ "@huntsman-cancer-institute/utils": "16.0.1",
27
29
  "tslib": "^2.3.0"
28
30
  },
29
- "module": "fesm2015/huntsman-cancer-institute-navigation.mjs",
30
- "es2020": "fesm2020/huntsman-cancer-institute-navigation.mjs",
31
- "esm2020": "esm2020/huntsman-cancer-institute-navigation.mjs",
32
- "fesm2020": "fesm2020/huntsman-cancer-institute-navigation.mjs",
33
- "fesm2015": "fesm2015/huntsman-cancer-institute-navigation.mjs",
31
+ "module": "fesm2022/huntsman-cancer-institute-navigation.mjs",
34
32
  "typings": "index.d.ts",
35
33
  "exports": {
36
34
  "./package.json": {
@@ -38,11 +36,9 @@
38
36
  },
39
37
  ".": {
40
38
  "types": "./index.d.ts",
41
- "esm2020": "./esm2020/huntsman-cancer-institute-navigation.mjs",
42
- "es2020": "./fesm2020/huntsman-cancer-institute-navigation.mjs",
43
- "es2015": "./fesm2015/huntsman-cancer-institute-navigation.mjs",
44
- "node": "./fesm2015/huntsman-cancer-institute-navigation.mjs",
45
- "default": "./fesm2020/huntsman-cancer-institute-navigation.mjs"
39
+ "esm2022": "./esm2022/huntsman-cancer-institute-navigation.mjs",
40
+ "esm": "./esm2022/huntsman-cancer-institute-navigation.mjs",
41
+ "default": "./fesm2022/huntsman-cancer-institute-navigation.mjs"
46
42
  }
47
43
  },
48
44
  "sideEffects": false