@yuuvis/client-framework 2.5.0 → 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.
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { OrganizationSetEntry, TranslateService } from '@yuuvis/client-core';
|
|
4
4
|
import { AutocompleteItem } from '@yuuvis/client-framework/autocomplete';
|
|
5
5
|
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
notFound?: boolean;
|
|
11
|
-
};
|
|
12
|
-
titleString?: string;
|
|
13
|
-
}
|
|
7
|
+
type OrganizationNode = OrganizationSetEntry & {
|
|
8
|
+
notFound?: boolean;
|
|
9
|
+
};
|
|
14
10
|
type FormControlValue = string | {
|
|
15
11
|
id: string;
|
|
16
12
|
title: string;
|
|
17
13
|
};
|
|
18
14
|
/**
|
|
19
|
-
* Creates form input for
|
|
15
|
+
* Creates form input for organization values.
|
|
20
16
|
*
|
|
21
17
|
* @example
|
|
22
18
|
* <yuv-organization [multiselect]="true"></yuv-organization>
|
|
@@ -60,7 +56,7 @@ export declare class OrganizationComponent extends AbstractMatFormField<FormCont
|
|
|
60
56
|
registerOnTouched(fn: any): void;
|
|
61
57
|
private propagate;
|
|
62
58
|
setDisabledState?(isDisabled: boolean): void;
|
|
63
|
-
resolveFn(value:
|
|
59
|
+
resolveFn(value: string[]): void;
|
|
64
60
|
autocompleteFn(query: string): void;
|
|
65
61
|
ngOnInit(): void;
|
|
66
62
|
ngOnDestroy(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "2.5.
|
|
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.5.
|
|
12
|
-
"@yuuvis/client-shell-core": "^2.5.
|
|
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.5.
|
|
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",
|