@yuuvis/client-framework 2.3.16 → 2.3.18
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-forms.mjs +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-master-details.mjs +7 -174
- package/fesm2022/yuuvis-client-framework-master-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs +19 -3
- package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-renderer.mjs +46 -23
- package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sort.mjs +16 -23
- package/fesm2022/yuuvis-client-framework-sort.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-split-view.mjs +1 -6
- package/fesm2022/yuuvis-client-framework-split-view.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +2 -2
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/master-details/index.d.ts +0 -3
- package/master-details/lib/master-details.module.d.ts +1 -3
- package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +9 -8
- package/package.json +16 -16
- package/renderer/lib/property-renderer/table.renderer.component.d.ts +6 -2
- package/sort/lib/sort/sort.component.d.ts +1 -0
- package/split-view/lib/split-area.directive.d.ts +0 -1
- package/master-details/lib/master-details-pane/master-details-pane.component.d.ts +0 -34
- package/master-details/lib/master-details-pane/master-details-pane.interface.d.ts +0 -17
- package/master-details/lib/master-details-pane/pane.directive.d.ts +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.18",
|
|
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.3.
|
|
12
|
-
"@yuuvis/client-shell-core": "^2.3.
|
|
11
|
+
"@yuuvis/client-core": "^2.3.18",
|
|
12
|
+
"@yuuvis/client-shell-core": "^2.3.18",
|
|
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.3.
|
|
19
|
+
"@yuuvis/material": "2.3.18",
|
|
20
20
|
"@yuuvis/media-viewer": "^2.0.11",
|
|
21
21
|
"angular-split": "^19.0.0",
|
|
22
22
|
"tslib": "^2.3.0"
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"types": "./actions/index.d.ts",
|
|
36
36
|
"default": "./fesm2022/yuuvis-client-framework-actions.mjs"
|
|
37
37
|
},
|
|
38
|
-
"./app-bar": {
|
|
39
|
-
"types": "./app-bar/index.d.ts",
|
|
40
|
-
"default": "./fesm2022/yuuvis-client-framework-app-bar.mjs"
|
|
41
|
-
},
|
|
42
38
|
"./autocomplete": {
|
|
43
39
|
"types": "./autocomplete/index.d.ts",
|
|
44
40
|
"default": "./fesm2022/yuuvis-client-framework-autocomplete.mjs"
|
|
45
41
|
},
|
|
42
|
+
"./app-bar": {
|
|
43
|
+
"types": "./app-bar/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/yuuvis-client-framework-app-bar.mjs"
|
|
45
|
+
},
|
|
46
46
|
"./clipboard": {
|
|
47
47
|
"types": "./clipboard/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/yuuvis-client-framework-clipboard.mjs"
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"types": "./datepicker/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/yuuvis-client-framework-datepicker.mjs"
|
|
57
57
|
},
|
|
58
|
-
"./icons": {
|
|
59
|
-
"types": "./icons/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/yuuvis-client-framework-icons.mjs"
|
|
61
|
-
},
|
|
62
58
|
"./forms": {
|
|
63
59
|
"types": "./forms/index.d.ts",
|
|
64
60
|
"default": "./fesm2022/yuuvis-client-framework-forms.mjs"
|
|
65
61
|
},
|
|
62
|
+
"./icons": {
|
|
63
|
+
"types": "./icons/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/yuuvis-client-framework-icons.mjs"
|
|
65
|
+
},
|
|
66
66
|
"./list": {
|
|
67
67
|
"types": "./list/index.d.ts",
|
|
68
68
|
"default": "./fesm2022/yuuvis-client-framework-list.mjs"
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"types": "./object-form/index.d.ts",
|
|
92
92
|
"default": "./fesm2022/yuuvis-client-framework-object-form.mjs"
|
|
93
93
|
},
|
|
94
|
-
"./object-preview": {
|
|
95
|
-
"types": "./object-preview/index.d.ts",
|
|
96
|
-
"default": "./fesm2022/yuuvis-client-framework-object-preview.mjs"
|
|
97
|
-
},
|
|
98
94
|
"./object-summary": {
|
|
99
95
|
"types": "./object-summary/index.d.ts",
|
|
100
96
|
"default": "./fesm2022/yuuvis-client-framework-object-summary.mjs"
|
|
101
97
|
},
|
|
98
|
+
"./object-preview": {
|
|
99
|
+
"types": "./object-preview/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/yuuvis-client-framework-object-preview.mjs"
|
|
101
|
+
},
|
|
102
102
|
"./object-versions": {
|
|
103
103
|
"types": "./object-versions/index.d.ts",
|
|
104
104
|
"default": "./fesm2022/yuuvis-client-framework-object-versions.mjs"
|
|
@@ -1,13 +1,17 @@
|
|
|
1
|
+
import { TranslateService } from '@yuuvis/client-core';
|
|
1
2
|
import { AbstractRendererComponent } from './abstract.renderer';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TableRendererComponent extends AbstractRendererComponent<any[]> {
|
|
4
5
|
#private;
|
|
6
|
+
readonly translate: TranslateService;
|
|
5
7
|
protected tableHeaders: import("@angular/core").Signal<{
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
id: string;
|
|
9
|
+
key: any;
|
|
10
|
+
label: any;
|
|
8
11
|
}[]>;
|
|
9
12
|
protected tableData: import("@angular/core").Signal<any[]>;
|
|
10
13
|
protected reducedData: import("@angular/core").Signal<boolean>;
|
|
14
|
+
protected getCellValue(row: any[], key: string): any;
|
|
11
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableRendererComponent, never>;
|
|
12
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableRendererComponent, "yuv-table-renderer", never, {}, {}, never, never, true, never>;
|
|
13
17
|
}
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class SortComponent {
|
|
5
5
|
#private;
|
|
6
6
|
readonly translate: TranslateService;
|
|
7
|
+
tooltip: import("@angular/core").WritableSignal<string>;
|
|
7
8
|
sortOptions: import("@angular/core").InputSignal<string[]>;
|
|
8
9
|
selectedSortOption: import("@angular/core").InputSignal<{
|
|
9
10
|
field: string;
|
|
@@ -10,7 +10,6 @@ export declare class SplitAreaDirective {
|
|
|
10
10
|
panelClass: import("@angular/core").InputSignal<string | undefined>;
|
|
11
11
|
visible: import("@angular/core").InputSignal<boolean>;
|
|
12
12
|
lockSize: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
efff: import("@angular/core").EffectRef;
|
|
14
13
|
areaProperties: import("@angular/core").WritableSignal<{
|
|
15
14
|
size: SplitAreaSize | undefined;
|
|
16
15
|
visible: boolean;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { SplitViewLayoutSettings, SplitViewOutputData } from '@yuuvis/client-framework/split-view';
|
|
3
|
-
import { SplitComponent, SplitDirection } from 'angular-split';
|
|
4
|
-
import { YuvPaneDirective } from './pane.directive';
|
|
5
|
-
import { MasterDetailsPaneLayoutOptions, PaneLayoutSettings } from './master-details-pane.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Master details pane component. This component is used to create viewports with
|
|
9
|
-
* a variety of master-details layouts.
|
|
10
|
-
*/
|
|
11
|
-
export declare class YuvMasterDetailsPaneComponent implements AfterViewInit {
|
|
12
|
-
#private;
|
|
13
|
-
panes: import("@angular/core").Signal<readonly YuvPaneDirective[]>;
|
|
14
|
-
asSplitComponent: import("@angular/core").Signal<SplitComponent>;
|
|
15
|
-
layoutSettingsID: import("@angular/core").InputSignal<string | undefined>;
|
|
16
|
-
options: import("@angular/core").InputSignal<MasterDetailsPaneLayoutOptions>;
|
|
17
|
-
/**
|
|
18
|
-
* The split views direction. Could be 'horizontal' or 'vertical'. Defaults to 'horizontal'.
|
|
19
|
-
*/
|
|
20
|
-
direction: import("@angular/core").InputSignal<SplitDirection>;
|
|
21
|
-
/**
|
|
22
|
-
* Size of the gutter in Pixel.
|
|
23
|
-
*/
|
|
24
|
-
gutterSize: import("@angular/core").InputSignal<number>;
|
|
25
|
-
_gutterSize: import("@angular/core").WritableSignal<number>;
|
|
26
|
-
detailsActive: import("@angular/core").InputSignal<boolean>;
|
|
27
|
-
paneProps(p: YuvPaneDirective): PaneLayoutSettings;
|
|
28
|
-
paneToggled(collapsed: boolean, pane: YuvPaneDirective, index: number): void;
|
|
29
|
-
onDragEnd(e: SplitViewOutputData): void;
|
|
30
|
-
applyLayoutSettings(settings: SplitViewLayoutSettings): void;
|
|
31
|
-
ngAfterViewInit(): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvMasterDetailsPaneComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YuvMasterDetailsPaneComponent, "yuv-master-details-pane", never, { "layoutSettingsID": { "alias": "layoutSettingsID"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "gutterSize": { "alias": "gutterSize"; "required": false; "isSignal": true; }; "detailsActive": { "alias": "detailsActive"; "required": false; "isSignal": true; }; }, {}, ["panes"], never, true, never>;
|
|
34
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { SplitAreaSize } from "angular-split";
|
|
2
|
-
export interface MasterDetailsPaneLayoutOptions {
|
|
3
|
-
contextSize?: number | 'auto';
|
|
4
|
-
contextMinSize?: number;
|
|
5
|
-
contextMaxSize?: number;
|
|
6
|
-
detailsSize?: number | 'auto';
|
|
7
|
-
detailsMinSize?: number;
|
|
8
|
-
detailsMaxSize?: number;
|
|
9
|
-
resizable: boolean;
|
|
10
|
-
}
|
|
11
|
-
export interface PaneLayoutSettings {
|
|
12
|
-
visible?: boolean;
|
|
13
|
-
lockSize?: boolean;
|
|
14
|
-
size?: SplitAreaSize;
|
|
15
|
-
minSize?: number;
|
|
16
|
-
maxSize?: number;
|
|
17
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { PaneLayoutSettings } from './master-details-pane.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YuvPaneDirective {
|
|
5
|
-
#private;
|
|
6
|
-
template: TemplateRef<any>;
|
|
7
|
-
role: import("@angular/core").InputSignal<"master" | "details" | "context">;
|
|
8
|
-
collapsable: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
topBarActions: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
10
|
-
collapsed: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
-
updateSettings(s: PaneLayoutSettings): void;
|
|
12
|
-
areaProperties: import("@angular/core").WritableSignal<PaneLayoutSettings>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvPaneDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<YuvPaneDirective, "[yuvPane]", never, { "role": { "alias": "role"; "required": false; "isSignal": true; }; "collapsable": { "alias": "collapsable"; "required": false; "isSignal": true; }; "topBarActions": { "alias": "topBarActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|