@smartbit4all/ng-client 4.2.167 → 4.2.168

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.
@@ -26,6 +26,10 @@ export interface SelectionDefinition {
26
26
  * Specifies which property from ValueSetData.values as Object should be used in selection widget.
27
27
  */
28
28
  displayProperty?: string;
29
+ /**
30
+ * Specifies which property from ValueSetData.values as Object should be used in selection widget as the key.
31
+ */
32
+ keyProperty?: string;
29
33
  /**
30
34
  * Mapping between data and selection model. It may be possible to omit mapping, in this case the default mapping is: data = widget.key, selection = valueSetData.keyProperty
31
35
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.167",
3
+ "version": "4.2.168",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file