@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.
- package/components/attribute-base.d.ts +1 -1
- package/components/attribute-configuration.component.d.ts +1 -1
- package/components/attribute-container.component.d.ts +1 -1
- package/components/attribute-default.component.d.ts +1 -1
- package/{esm2020 → esm2022}/cod.module.mjs +42 -42
- package/{esm2020 → esm2022}/components/attribute-absolute.component.mjs +6 -6
- package/{esm2020 → esm2022}/components/attribute-base.mjs +4 -4
- package/{esm2020 → esm2022}/components/attribute-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/components/attribute-container.component.mjs +6 -6
- package/{esm2020 → esm2022}/components/attribute-default.component.mjs +12 -12
- package/{esm2020 → esm2022}/components/attribute-edit.component.mjs +6 -6
- package/{esm2020 → esm2022}/components/attribute-flex.component.mjs +6 -6
- package/{esm2020 → esm2022}/date/date-util.mjs +4 -4
- package/{esm2020 → esm2022}/pipes/is-group-attribute.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/services/attribute.service.mjs +4 -4
- package/{fesm2020 → fesm2022}/huntsman-cancer-institute-cod.mjs +89 -89
- package/{fesm2020 → fesm2022}/huntsman-cancer-institute-cod.mjs.map +1 -1
- package/package.json +14 -20
- package/fesm2015/huntsman-cancer-institute-cod.mjs +0 -5047
- package/fesm2015/huntsman-cancer-institute-cod.mjs.map +0 -1
- /package/{esm2020 → esm2022}/huntsman-cancer-institute-cod.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-choice.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-configuration.dto.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-configuration.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-container.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-dictionary.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-long-text.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-value-grid-row.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-value-set.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute-value.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/attribute.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/dictionary-entries.dto.mjs +0 -0
- /package/{esm2020 → esm2022}/model/extractable-field-status.entity.mjs +0 -0
- /package/{esm2020 → esm2022}/model/graphical-attribute.entity.mjs +0 -0
- /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": "
|
|
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": "^
|
|
14
|
-
"@angular/core": "^
|
|
15
|
-
"@angular-material-components/datetime-picker": "^
|
|
16
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
17
|
-
"ag-grid-angular": "^
|
|
18
|
-
"ag-grid-community": "^
|
|
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": "
|
|
24
|
-
"@huntsman-cancer-institute/input": "
|
|
25
|
-
"@huntsman-cancer-institute/misc": "
|
|
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": "
|
|
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
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
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
|