@mediusinc/mng-commons 6.0.0-rc.3 → 6.0.0-rc.4
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/esm2022/tableview/action/components/action/action.component.mjs +3 -3
- package/esm2022/tableview/api/action/descriptors/action.descriptor.mjs +2 -2
- package/fesm2022/mediusinc-mng-commons-tableview-api.mjs +1 -1
- package/fesm2022/mediusinc-mng-commons-tableview-api.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-tableview.mjs +2 -2
- package/fesm2022/mediusinc-mng-commons-tableview.mjs.map +1 -1
- package/package.json +13 -13
- package/version-info.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons",
|
|
3
|
-
"version": "6.0.0-rc.
|
|
3
|
+
"version": "6.0.0-rc.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^17.3.0 || ^18.0.0",
|
|
6
6
|
"@angular/common": "^17.3.0 || ^18.0.0",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"esm": "./esm2022/filter/mediusinc-mng-commons-filter.mjs",
|
|
45
45
|
"default": "./fesm2022/mediusinc-mng-commons-filter.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./model": {
|
|
48
|
-
"types": "./model/index.d.ts",
|
|
49
|
-
"esm2022": "./esm2022/model/mediusinc-mng-commons-model.mjs",
|
|
50
|
-
"esm": "./esm2022/model/mediusinc-mng-commons-model.mjs",
|
|
51
|
-
"default": "./fesm2022/mediusinc-mng-commons-model.mjs"
|
|
52
|
-
},
|
|
53
47
|
"./form": {
|
|
54
48
|
"types": "./form/index.d.ts",
|
|
55
49
|
"esm2022": "./esm2022/form/mediusinc-mng-commons-form.mjs",
|
|
56
50
|
"esm": "./esm2022/form/mediusinc-mng-commons-form.mjs",
|
|
57
51
|
"default": "./fesm2022/mediusinc-mng-commons-form.mjs"
|
|
58
52
|
},
|
|
53
|
+
"./model": {
|
|
54
|
+
"types": "./model/index.d.ts",
|
|
55
|
+
"esm2022": "./esm2022/model/mediusinc-mng-commons-model.mjs",
|
|
56
|
+
"esm": "./esm2022/model/mediusinc-mng-commons-model.mjs",
|
|
57
|
+
"default": "./fesm2022/mediusinc-mng-commons-model.mjs"
|
|
58
|
+
},
|
|
59
59
|
"./table": {
|
|
60
60
|
"types": "./table/index.d.ts",
|
|
61
61
|
"esm2022": "./esm2022/table/mediusinc-mng-commons-table.mjs",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"esm": "./esm2022/tableview/mediusinc-mng-commons-tableview.mjs",
|
|
69
69
|
"default": "./fesm2022/mediusinc-mng-commons-tableview.mjs"
|
|
70
70
|
},
|
|
71
|
-
"./model/class": {
|
|
72
|
-
"types": "./model/class/index.d.ts",
|
|
73
|
-
"esm2022": "./esm2022/model/class/mediusinc-mng-commons-model-class.mjs",
|
|
74
|
-
"esm": "./esm2022/model/class/mediusinc-mng-commons-model-class.mjs",
|
|
75
|
-
"default": "./fesm2022/mediusinc-mng-commons-model-class.mjs"
|
|
76
|
-
},
|
|
77
71
|
"./form/api": {
|
|
78
72
|
"types": "./form/api/index.d.ts",
|
|
79
73
|
"esm2022": "./esm2022/form/api/mediusinc-mng-commons-form-api.mjs",
|
|
80
74
|
"esm": "./esm2022/form/api/mediusinc-mng-commons-form-api.mjs",
|
|
81
75
|
"default": "./fesm2022/mediusinc-mng-commons-form-api.mjs"
|
|
82
76
|
},
|
|
77
|
+
"./model/class": {
|
|
78
|
+
"types": "./model/class/index.d.ts",
|
|
79
|
+
"esm2022": "./esm2022/model/class/mediusinc-mng-commons-model-class.mjs",
|
|
80
|
+
"esm": "./esm2022/model/class/mediusinc-mng-commons-model-class.mjs",
|
|
81
|
+
"default": "./fesm2022/mediusinc-mng-commons-model-class.mjs"
|
|
82
|
+
},
|
|
83
83
|
"./table/api": {
|
|
84
84
|
"types": "./table/api/index.d.ts",
|
|
85
85
|
"esm2022": "./esm2022/table/api/mediusinc-mng-commons-table-api.mjs",
|
package/version-info.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons",
|
|
3
|
-
"version": "6.0.0-rc.
|
|
3
|
+
"version": "6.0.0-rc.4",
|
|
4
4
|
"tag": null,
|
|
5
5
|
"distance": null,
|
|
6
|
-
"hash": "
|
|
6
|
+
"hash": "0a9d731",
|
|
7
7
|
"dirty": true,
|
|
8
8
|
"semver": null,
|
|
9
9
|
"buildTimestamp": null,
|
|
10
|
-
"raw": "6.0.0-rc.
|
|
10
|
+
"raw": "6.0.0-rc.4-0a9d731-dirty"
|
|
11
11
|
}
|