@yuuvis/client-core 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.
@@ -3,6 +3,8 @@ import { Observable } from 'rxjs';
3
3
  import { DeviceScreen } from './device.interface';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
+ * @deprecated This service is deprecated. Please use the DeviceService from the `@yuuvis/material` package instead.
7
+ *
6
8
  * This service is used to adapt styles and designs of the client to
7
9
  * different devices and screen sizes.
8
10
  *
@@ -1,5 +1,5 @@
1
- import { ObjectTypeFieldInternalType } from "../object-form/object-form.interface";
2
- import { VirtualObjectType } from "../system/system.interface";
1
+ import { ObjectTypeFieldInternalType } from '../object-form/object-form.interface';
2
+ import { VirtualObjectType } from '../system/system.interface';
3
3
  /**
4
4
  * Config defining the most important/interessting fields for
5
5
  * a certain object type. They'll be used to render result lists
@@ -51,6 +51,7 @@ export interface ResolvedObjectConfig {
51
51
  }
52
52
  export interface ResolvedObjectConfigItem {
53
53
  propertyName: string;
54
+ propertyType?: string;
54
55
  rendererType?: RendererType;
55
56
  value?: any;
56
57
  meta?: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/client-core",
3
- "version": "2.3.16",
3
+ "version": "2.3.18",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {