@ironcode/vas-lib 2.1.0 → 2.2.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.
@@ -13,4 +13,5 @@ export interface VasControlDto extends VasRestrictedAccountObjectDto {
13
13
  defaultValue: string;
14
14
  config: string;
15
15
  portalEnabled: boolean;
16
+ portalListVisible: boolean;
16
17
  }
@@ -30,8 +30,9 @@ export declare class VasControlModel extends VasRestrictedAccountObjectModel {
30
30
  config: Record<string, any>;
31
31
  descriptionImage: string;
32
32
  portalEnabled: boolean;
33
+ portalListVisible: boolean;
33
34
  protected controlTypeId: string;
34
- constructor(id: string, created: string, serverCreated: string, createdBy: string, modified: string, serverModified: string, modifiedBy: string, createdByName: string, modifiedByName: string, account: string, accessGroup: string, controlType: VasControlTypeModel, group: string, validators: string[], name: string, title: string, linkable: boolean, sequence: number, description: string, defaultValue: string, config: Record<string, any>, descriptionImage: string, portalEnabled: boolean);
35
+ constructor(id: string, created: string, serverCreated: string, createdBy: string, modified: string, serverModified: string, modifiedBy: string, createdByName: string, modifiedByName: string, account: string, accessGroup: string, controlType: VasControlTypeModel, group: string, validators: string[], name: string, title: string, linkable: boolean, sequence: number, description: string, defaultValue: string, config: Record<string, any>, descriptionImage: string, portalEnabled: boolean, portalListVisible: boolean);
35
36
  get controlTypeName(): string;
36
37
  /**
37
38
  * The defaultValue property is returned from the api as a string or number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironcode/vas-lib",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "peerDependencies": {
5
5
  "angular2-uuid": "^1.1.1",
6
6
  "moment": "^2.0.0"