@huntsman-cancer-institute/cod 15.0.2 → 16.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 (36) hide show
  1. package/components/attribute-base.d.ts +1 -1
  2. package/components/attribute-configuration.component.d.ts +1 -1
  3. package/components/attribute-container.component.d.ts +1 -1
  4. package/components/attribute-default.component.d.ts +1 -1
  5. package/{esm2020 → esm2022}/cod.module.mjs +42 -42
  6. package/{esm2020 → esm2022}/components/attribute-absolute.component.mjs +6 -6
  7. package/{esm2020 → esm2022}/components/attribute-base.mjs +4 -4
  8. package/{esm2020 → esm2022}/components/attribute-configuration.component.mjs +6 -6
  9. package/{esm2020 → esm2022}/components/attribute-container.component.mjs +6 -6
  10. package/{esm2020 → esm2022}/components/attribute-default.component.mjs +12 -12
  11. package/{esm2020 → esm2022}/components/attribute-edit.component.mjs +6 -6
  12. package/{esm2020 → esm2022}/components/attribute-flex.component.mjs +6 -6
  13. package/{esm2020 → esm2022}/date/date-util.mjs +4 -4
  14. package/{esm2020 → esm2022}/pipes/is-group-attribute.pipe.mjs +4 -4
  15. package/{esm2020 → esm2022}/services/attribute.service.mjs +4 -4
  16. package/{fesm2020 → fesm2022}/huntsman-cancer-institute-cod.mjs +89 -89
  17. package/{fesm2020 → fesm2022}/huntsman-cancer-institute-cod.mjs.map +1 -1
  18. package/package.json +14 -20
  19. package/fesm2015/huntsman-cancer-institute-cod.mjs +0 -5047
  20. package/fesm2015/huntsman-cancer-institute-cod.mjs.map +0 -1
  21. /package/{esm2020 → esm2022}/huntsman-cancer-institute-cod.mjs +0 -0
  22. /package/{esm2020 → esm2022}/index.mjs +0 -0
  23. /package/{esm2020 → esm2022}/model/attribute-choice.entity.mjs +0 -0
  24. /package/{esm2020 → esm2022}/model/attribute-configuration.dto.mjs +0 -0
  25. /package/{esm2020 → esm2022}/model/attribute-configuration.entity.mjs +0 -0
  26. /package/{esm2020 → esm2022}/model/attribute-container.entity.mjs +0 -0
  27. /package/{esm2020 → esm2022}/model/attribute-dictionary.entity.mjs +0 -0
  28. /package/{esm2020 → esm2022}/model/attribute-long-text.entity.mjs +0 -0
  29. /package/{esm2020 → esm2022}/model/attribute-value-grid-row.entity.mjs +0 -0
  30. /package/{esm2020 → esm2022}/model/attribute-value-set.entity.mjs +0 -0
  31. /package/{esm2020 → esm2022}/model/attribute-value.entity.mjs +0 -0
  32. /package/{esm2020 → esm2022}/model/attribute.entity.mjs +0 -0
  33. /package/{esm2020 → esm2022}/model/dictionary-entries.dto.mjs +0 -0
  34. /package/{esm2020 → esm2022}/model/extractable-field-status.entity.mjs +0 -0
  35. /package/{esm2020 → esm2022}/model/graphical-attribute.entity.mjs +0 -0
  36. /package/{esm2020 → esm2022}/model/pre-eval.dto.mjs +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huntsman-cancer-institute/cod",
3
- "version": "15.0.2",
3
+ "version": "16.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@gitlab.com:huntsman-cancer-institute/risr/ng/hci-ng-lib.git"
@@ -10,26 +10,22 @@
10
10
  "access": "public"
11
11
  },
12
12
  "peerDependencies": {
13
- "@angular/common": "^15.x",
14
- "@angular/core": "^15.x",
15
- "@angular-material-components/datetime-picker": "^15.x",
16
- "@ng-bootstrap/ng-bootstrap": "^13.0.0",
17
- "ag-grid-angular": "^27.3.0",
18
- "ag-grid-community": "^27.3.0",
13
+ "@angular/common": "^16.x",
14
+ "@angular/core": "^16.x",
15
+ "@angular-material-components/datetime-picker": "^16.x",
16
+ "@ng-bootstrap/ng-bootstrap": "^15.0.0",
17
+ "ag-grid-angular": "^28.x",
18
+ "ag-grid-community": "^28.x",
19
19
  "bootstrap": ">=4.3.1 <4.4.0",
20
20
  "date-fns": "^2.16.1"
21
21
  },
22
22
  "dependencies": {
23
- "@huntsman-cancer-institute/dictionary-service": "15.0.2",
24
- "@huntsman-cancer-institute/input": "15.0.2",
25
- "@huntsman-cancer-institute/misc": "15.0.2",
23
+ "@huntsman-cancer-institute/dictionary-service": "^16.x",
24
+ "@huntsman-cancer-institute/input": "^16.x",
25
+ "@huntsman-cancer-institute/misc": "^16.x",
26
26
  "tslib": "^2.3.0"
27
27
  },
28
- "module": "fesm2015/huntsman-cancer-institute-cod.mjs",
29
- "es2020": "fesm2020/huntsman-cancer-institute-cod.mjs",
30
- "esm2020": "esm2020/huntsman-cancer-institute-cod.mjs",
31
- "fesm2020": "fesm2020/huntsman-cancer-institute-cod.mjs",
32
- "fesm2015": "fesm2015/huntsman-cancer-institute-cod.mjs",
28
+ "module": "fesm2022/huntsman-cancer-institute-cod.mjs",
33
29
  "typings": "index.d.ts",
34
30
  "exports": {
35
31
  "./package.json": {
@@ -37,11 +33,9 @@
37
33
  },
38
34
  ".": {
39
35
  "types": "./index.d.ts",
40
- "esm2020": "./esm2020/huntsman-cancer-institute-cod.mjs",
41
- "es2020": "./fesm2020/huntsman-cancer-institute-cod.mjs",
42
- "es2015": "./fesm2015/huntsman-cancer-institute-cod.mjs",
43
- "node": "./fesm2015/huntsman-cancer-institute-cod.mjs",
44
- "default": "./fesm2020/huntsman-cancer-institute-cod.mjs"
36
+ "esm2022": "./esm2022/huntsman-cancer-institute-cod.mjs",
37
+ "esm": "./esm2022/huntsman-cancer-institute-cod.mjs",
38
+ "default": "./fesm2022/huntsman-cancer-institute-cod.mjs"
45
39
  }
46
40
  },
47
41
  "sideEffects": false