@yuuvis/client-framework 2.4.4 → 2.5.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.
- package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +10 -0
- package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +4 -0
- package/common/lib/components/dialog/dialog.component.d.ts +5 -1
- package/common/lib/components/index.d.ts +1 -0
- package/common/lib/directives/busy-overlay.directive.d.ts +51 -13
- package/fesm2022/yuuvis-client-framework-actions.mjs +1 -1
- package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-common.mjs +166 -74
- package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs +97 -76
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-details.mjs +28 -32
- package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs +2 -2
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs +3 -3
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-versions.mjs +1 -1
- package/fesm2022/yuuvis-client-framework-object-versions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs +2 -2
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs.map +1 -1
- package/forms/lib/elements/catalog/catalog.component.d.ts +4 -1
- package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +6 -0
- package/forms/lib/elements/organization/organization.component.d.ts +6 -10
- package/object-details/lib/object-details-header/object-details-header.component.d.ts +9 -7
- package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +3 -1
- package/object-details/lib/object-details.component.d.ts +3 -1
- package/object-details/lib/object-metadata/object-metadata.component.d.ts +2 -2
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
"@angular/common": "^19.2.1",
|
|
9
9
|
"@angular/core": "^19.2.1",
|
|
10
10
|
"angular-gridster2": "^19.0.0",
|
|
11
|
-
"@yuuvis/client-core": "^2.
|
|
12
|
-
"@yuuvis/client-shell-core": "^2.
|
|
11
|
+
"@yuuvis/client-core": "^2.5.1",
|
|
12
|
+
"@yuuvis/client-shell-core": "^2.5.1",
|
|
13
13
|
"ng-dynamic-component": "^10.8.2",
|
|
14
14
|
"modern-normalize": "^3.0.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@angular/material": "^19.2.15",
|
|
18
18
|
"@ngrx/signals": "^19.2.0",
|
|
19
|
-
"@yuuvis/material": "2.
|
|
19
|
+
"@yuuvis/material": "2.5.1",
|
|
20
20
|
"@yuuvis/media-viewer": "^2.0.11",
|
|
21
21
|
"angular-split": "^19.0.0",
|
|
22
22
|
"vis-network": "^10.0.2",
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"types": "./master-details/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/yuuvis-client-framework-master-details.mjs"
|
|
74
74
|
},
|
|
75
|
-
"./metadata-form-defaults": {
|
|
76
|
-
"types": "./metadata-form-defaults/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs"
|
|
78
|
-
},
|
|
79
75
|
"./metadata-form": {
|
|
80
76
|
"types": "./metadata-form/index.d.ts",
|
|
81
77
|
"default": "./fesm2022/yuuvis-client-framework-metadata-form.mjs"
|
|
82
78
|
},
|
|
79
|
+
"./metadata-form-defaults": {
|
|
80
|
+
"types": "./metadata-form-defaults/index.d.ts",
|
|
81
|
+
"default": "./fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs"
|
|
82
|
+
},
|
|
83
83
|
"./object-details": {
|
|
84
84
|
"types": "./object-details/index.d.ts",
|
|
85
85
|
"default": "./fesm2022/yuuvis-client-framework-object-details.mjs"
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
"types": "./object-form/index.d.ts",
|
|
93
93
|
"default": "./fesm2022/yuuvis-client-framework-object-form.mjs"
|
|
94
94
|
},
|
|
95
|
-
"./object-relationship": {
|
|
96
|
-
"types": "./object-relationship/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/yuuvis-client-framework-object-relationship.mjs"
|
|
98
|
-
},
|
|
99
95
|
"./object-preview": {
|
|
100
96
|
"types": "./object-preview/index.d.ts",
|
|
101
97
|
"default": "./fesm2022/yuuvis-client-framework-object-preview.mjs"
|
|
102
98
|
},
|
|
99
|
+
"./object-relationship": {
|
|
100
|
+
"types": "./object-relationship/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/yuuvis-client-framework-object-relationship.mjs"
|
|
102
|
+
},
|
|
103
103
|
"./object-summary": {
|
|
104
104
|
"types": "./object-summary/index.d.ts",
|
|
105
105
|
"default": "./fesm2022/yuuvis-client-framework-object-summary.mjs"
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
"types": "./overflow-hidden/index.d.ts",
|
|
113
113
|
"default": "./fesm2022/yuuvis-client-framework-overflow-hidden.mjs"
|
|
114
114
|
},
|
|
115
|
-
"./pagination": {
|
|
116
|
-
"types": "./pagination/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/yuuvis-client-framework-pagination.mjs"
|
|
118
|
-
},
|
|
119
115
|
"./overflow-menu": {
|
|
120
116
|
"types": "./overflow-menu/index.d.ts",
|
|
121
117
|
"default": "./fesm2022/yuuvis-client-framework-overflow-menu.mjs"
|
|
122
118
|
},
|
|
119
|
+
"./pagination": {
|
|
120
|
+
"types": "./pagination/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/yuuvis-client-framework-pagination.mjs"
|
|
122
|
+
},
|
|
123
123
|
"./popout": {
|
|
124
124
|
"types": "./popout/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/yuuvis-client-framework-popout.mjs"
|