@yuuvis/client-framework 2.3.0 → 2.3.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.
@@ -2,4 +2,3 @@ export * from './lib/object-form.module';
2
2
  export * from './lib/object-form.component';
3
3
  export * from './lib/object-form-extension.interface';
4
4
  export * from './lib/object-form.interface';
5
- export * from './lib/object-form.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/client-framework",
3
- "version": "2.3.0",
3
+ "version": "2.3.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.3.0",
12
- "@yuuvis/client-shell-core": "^2.3.0",
11
+ "@yuuvis/client-core": "^2.3.1",
12
+ "@yuuvis/client-shell-core": "^2.3.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.3.0",
19
+ "@yuuvis/material": "2.3.1",
20
20
  "@yuuvis/media-viewer": "^2.0.7",
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
- "./autocomplete": {
39
- "types": "./autocomplete/index.d.ts",
40
- "default": "./fesm2022/yuuvis-client-framework-autocomplete.mjs"
41
- },
42
38
  "./app-bar": {
43
39
  "types": "./app-bar/index.d.ts",
44
40
  "default": "./fesm2022/yuuvis-client-framework-app-bar.mjs"
45
41
  },
42
+ "./autocomplete": {
43
+ "types": "./autocomplete/index.d.ts",
44
+ "default": "./fesm2022/yuuvis-client-framework-autocomplete.mjs"
45
+ },
46
46
  "./clipboard": {
47
47
  "types": "./clipboard/index.d.ts",
48
48
  "default": "./fesm2022/yuuvis-client-framework-clipboard.mjs"
@@ -66,6 +66,8 @@ export declare class TileListComponent implements OnInit, OnDestroy {
66
66
  preselect: import("@angular/core").InputSignal<string[]>;
67
67
  highlights: import("@angular/core").InputSignal<TileListHighlight[] | null>;
68
68
  highlightStyles: import("@angular/core").Signal<Record<string, Record<string, unknown>>>;
69
+ checkForPendingChanges: import("@angular/core").InputSignal<boolean>;
70
+ preventChangeUntil: import("@angular/core").InputSignal<() => boolean | void>;
69
71
  /**
70
72
  * Emitted when a list item has been selected
71
73
  */
@@ -114,5 +116,5 @@ export declare class TileListComponent implements OnInit, OnDestroy {
114
116
  ngOnInit(): void;
115
117
  ngOnDestroy(): void;
116
118
  static ɵfac: i0.ɵɵFactoryDeclaration<TileListComponent, never>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<TileListComponent, "yuv-tile-list", never, { "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "flavor": { "alias": "flavor"; "required": false; "isSignal": true; }; "query": { "alias": "query"; "required": false; "isSignal": true; }; "preselect": { "alias": "preselect"; "required": false; "isSignal": true; }; "highlights": { "alias": "highlights"; "required": false; "isSignal": true; }; }, { "itemSelect": "itemSelect"; "tileCopy": "tileCopy"; "tileCut": "tileCut"; "busy": "busy"; "queryResult": "queryResult"; "selectionChange": "selectionChange"; "itemDblClick": "itemDblClick"; "ctxMenu": "ctxMenu"; }, ["emptyContent"], ["*"], true, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileListComponent, "yuv-tile-list", never, { "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "flavor": { "alias": "flavor"; "required": false; "isSignal": true; }; "query": { "alias": "query"; "required": false; "isSignal": true; }; "preselect": { "alias": "preselect"; "required": false; "isSignal": true; }; "highlights": { "alias": "highlights"; "required": false; "isSignal": true; }; "checkForPendingChanges": { "alias": "checkForPendingChanges"; "required": false; "isSignal": true; }; "preventChangeUntil": { "alias": "preventChangeUntil"; "required": false; "isSignal": true; }; }, { "itemSelect": "itemSelect"; "tileCopy": "tileCopy"; "tileCut": "tileCut"; "busy": "busy"; "queryResult": "queryResult"; "selectionChange": "selectionChange"; "itemDblClick": "itemDblClick"; "ctxMenu": "ctxMenu"; }, ["emptyContent"], ["*"], true, never>;
118
120
  }