@yuuvis/client-framework 2.4.2 → 2.4.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/fesm2022/yuuvis-client-framework-autocomplete.mjs +11 -1
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs +10 -29
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-renderer.mjs +2 -2
- package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +47 -49
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +1 -2
- package/package.json +20 -20
- package/renderer/lib/property-renderer/organization.renderer.d.ts +5 -2
- package/tile-list/lib/tile-list/tile-list.component.d.ts +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
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.4.
|
|
12
|
-
"@yuuvis/client-shell-core": "^2.4.
|
|
11
|
+
"@yuuvis/client-core": "^2.4.4",
|
|
12
|
+
"@yuuvis/client-shell-core": "^2.4.4",
|
|
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.4.
|
|
19
|
+
"@yuuvis/material": "2.4.4",
|
|
20
20
|
"@yuuvis/media-viewer": "^2.0.11",
|
|
21
21
|
"angular-split": "^19.0.0",
|
|
22
22
|
"vis-network": "^10.0.2",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"types": "./actions/index.d.ts",
|
|
37
37
|
"default": "./fesm2022/yuuvis-client-framework-actions.mjs"
|
|
38
38
|
},
|
|
39
|
-
"./autocomplete": {
|
|
40
|
-
"types": "./autocomplete/index.d.ts",
|
|
41
|
-
"default": "./fesm2022/yuuvis-client-framework-autocomplete.mjs"
|
|
42
|
-
},
|
|
43
39
|
"./app-bar": {
|
|
44
40
|
"types": "./app-bar/index.d.ts",
|
|
45
41
|
"default": "./fesm2022/yuuvis-client-framework-app-bar.mjs"
|
|
46
42
|
},
|
|
43
|
+
"./autocomplete": {
|
|
44
|
+
"types": "./autocomplete/index.d.ts",
|
|
45
|
+
"default": "./fesm2022/yuuvis-client-framework-autocomplete.mjs"
|
|
46
|
+
},
|
|
47
47
|
"./clipboard": {
|
|
48
48
|
"types": "./clipboard/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/yuuvis-client-framework-clipboard.mjs"
|
|
@@ -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": {
|
|
76
|
-
"types": "./metadata-form/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/yuuvis-client-framework-metadata-form.mjs"
|
|
78
|
-
},
|
|
79
75
|
"./metadata-form-defaults": {
|
|
80
76
|
"types": "./metadata-form-defaults/index.d.ts",
|
|
81
77
|
"default": "./fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs"
|
|
82
78
|
},
|
|
79
|
+
"./metadata-form": {
|
|
80
|
+
"types": "./metadata-form/index.d.ts",
|
|
81
|
+
"default": "./fesm2022/yuuvis-client-framework-metadata-form.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-preview": {
|
|
96
|
-
"types": "./object-preview/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/yuuvis-client-framework-object-preview.mjs"
|
|
98
|
-
},
|
|
99
95
|
"./object-relationship": {
|
|
100
96
|
"types": "./object-relationship/index.d.ts",
|
|
101
97
|
"default": "./fesm2022/yuuvis-client-framework-object-relationship.mjs"
|
|
102
98
|
},
|
|
99
|
+
"./object-preview": {
|
|
100
|
+
"types": "./object-preview/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/yuuvis-client-framework-object-preview.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
|
-
"./overflow-menu": {
|
|
116
|
-
"types": "./overflow-menu/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/yuuvis-client-framework-overflow-menu.mjs"
|
|
118
|
-
},
|
|
119
115
|
"./pagination": {
|
|
120
116
|
"types": "./pagination/index.d.ts",
|
|
121
117
|
"default": "./fesm2022/yuuvis-client-framework-pagination.mjs"
|
|
122
118
|
},
|
|
119
|
+
"./overflow-menu": {
|
|
120
|
+
"types": "./overflow-menu/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/yuuvis-client-framework-overflow-menu.mjs"
|
|
122
|
+
},
|
|
123
123
|
"./popout": {
|
|
124
124
|
"types": "./popout/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/yuuvis-client-framework-popout.mjs"
|
|
@@ -2,8 +2,11 @@ import { AbstractRendererComponent } from './abstract.renderer';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class OrganizationRendererComponent extends AbstractRendererComponent {
|
|
4
4
|
#private;
|
|
5
|
-
resolvedValue: import("@angular/core").Signal<
|
|
6
|
-
userAndRole: import("@angular/core").WritableSignal<
|
|
5
|
+
resolvedValue: import("@angular/core").Signal<string[]>;
|
|
6
|
+
userAndRole: import("@angular/core").WritableSignal<{
|
|
7
|
+
type: string;
|
|
8
|
+
label: any;
|
|
9
|
+
}[] | undefined>;
|
|
7
10
|
userAndRoleLoading: import("@angular/core").Signal<boolean>;
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganizationRendererComponent, never>;
|
|
9
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<OrganizationRendererComponent, "yuv-organization-renderer", never, {}, {}, never, never, true, never>;
|
|
@@ -5,9 +5,8 @@ import { Action } from '@yuuvis/client-framework/actions';
|
|
|
5
5
|
import { ListComponent, ListTileComponent } from '@yuuvis/client-framework/list';
|
|
6
6
|
import { Pagination } from '@yuuvis/client-framework/pagination';
|
|
7
7
|
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
8
|
-
import { TileData, TileListConfigOptions, TileListHighlight } from './tile-list.interface';
|
|
9
|
-
import { MatMenu } from '@angular/material/menu';
|
|
10
8
|
import { TileActionsMenuComponent } from '../tile-actions-menu/tile-actions-menu.component';
|
|
9
|
+
import { TileData, TileListConfigOptions, TileListHighlight } from './tile-list.interface';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
11
|
type InnerTileData = TileData & {
|
|
13
12
|
actions: any;
|
|
@@ -15,7 +14,7 @@ type InnerTileData = TileData & {
|
|
|
15
14
|
export declare class TileListComponent implements OnInit, OnDestroy {
|
|
16
15
|
#private;
|
|
17
16
|
menuComponent: import("@angular/core").Signal<TileActionsMenuComponent | undefined>;
|
|
18
|
-
menu: import("@angular/core").Signal<MatMenu | null>;
|
|
17
|
+
menu: import("@angular/core").Signal<import("@angular/material/menu").MatMenu | null>;
|
|
19
18
|
emptyContent: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
20
19
|
isTouchDevice: boolean;
|
|
21
20
|
tiles: import("@angular/core").Signal<readonly ListTileComponent[]>;
|