@mediusinc/mng-commons 5.3.0-rc.5 → 5.4.0-rc.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "5.3.0-rc.5",
3
+ "version": "5.4.0-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.3.0 || ^18.0.0",
6
6
  "@angular/common": "^17.3.0 || ^18.0.0",
@@ -71,6 +71,7 @@ export declare class FieldLookupDescriptor<FieldModel, EditorModel, Service = an
71
71
  export declare class FieldLookupEnumDescriptor<Enum, EditorModel, ParentEditorModel = undefined> extends FieldLookupDescriptor<EnumValue, EditorModel, undefined, EnumConstantType, ParentEditorModel, never, never> {
72
72
  private readonly _enumModel;
73
73
  private readonly _optionEnumValues;
74
+ private readonly _options;
74
75
  constructor(property: string, enumModel: EnumDescriptor<Enum>, options?: Array<Enum>);
75
76
  get enumModel(): EnumDescriptor<Enum>;
76
77
  withDisabledOptions(...disabledOptions: Array<EnumConstantType>): this;
package/version-info.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "5.3.0-rc.5",
3
+ "version": "5.4.0-rc.0",
4
4
  "tag": "v5.3.0-rc.5",
5
- "distance": 0,
6
- "hash": "de1259e1",
5
+ "distance": 2,
6
+ "hash": "e46579b2",
7
7
  "dirty": true,
8
- "semver": "5.3.0-rc.5+0.gde1259e1.dirty",
8
+ "semver": "5.3.0-rc.5+2.ge46579b2.dirty",
9
9
  "buildTimestamp": null,
10
- "raw": "v5.3.0-rc.5-de1259e1-dirty"
10
+ "raw": "v5.3.0-rc.5-2-e46579b2-dirty"
11
11
  }