@mediusinc/mng-commons 5.0.0 → 5.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.3.0",
6
6
  "@angular/common": "^17.3.0",
@@ -24,11 +24,12 @@ export declare abstract class AFieldGroupDescriptor<EditorModel, ParentEditorMod
24
24
  withValidation<Value = EditorModel, ParentValue = ParentEditorModel>(name: string, validator?: FormValidator<Value, ParentValue>, message?: FormValidationMessage<Value, ParentValue>, opts?: FieldValidationDescriptorOptsType): this;
25
25
  }
26
26
  export declare class FieldTabGroupDescriptor<EditorModel> extends AFieldGroupDescriptor<EditorModel> {
27
+ protected _fields: FieldGroupDescriptor<EditorModel>[];
27
28
  constructor(editor: IEditorDescriptor<EditorModel>, name: string);
28
29
  get fields(): Array<FieldGroupDescriptor<EditorModel>>;
29
30
  groupName(): string;
30
31
  addField(field: FieldGroupDescriptor<EditorModel>): this;
31
- copy(): FieldTabGroupDescriptor<EditorModel>;
32
+ copy(skipFields?: boolean): FieldTabGroupDescriptor<EditorModel>;
32
33
  }
33
34
  export declare class FieldGroupDescriptor<EditorModel, ParentEditorModel = undefined> extends AFieldGroupDescriptor<EditorModel, ParentEditorModel> {
34
35
  private _type;
@@ -38,5 +39,5 @@ export declare class FieldGroupDescriptor<EditorModel, ParentEditorModel = undef
38
39
  groupName(): string;
39
40
  addField(field: AFieldDescriptor<any, EditorModel>): this;
40
41
  asLogical(): this;
41
- copy(): FieldGroupDescriptor<EditorModel>;
42
+ copy(skipFields?: boolean): FieldGroupDescriptor<EditorModel>;
42
43
  }
package/version-info.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "5.0.0",
4
- "tag": "v5.0.0",
3
+ "version": "5.0.1",
4
+ "tag": "v5.0.1",
5
5
  "distance": 0,
6
- "hash": "1d64623e",
6
+ "hash": "e062d3bc",
7
7
  "dirty": true,
8
- "semver": "5.0.0+0.g1d64623e.dirty",
9
- "buildTimestamp": 1717393793776,
10
- "raw": "v5.0.0-1d64623e-dirty"
8
+ "semver": "5.0.1+0.ge062d3bc.dirty",
9
+ "buildTimestamp": null,
10
+ "raw": "v5.0.1-e062d3bc-dirty"
11
11
  }