ngx-vector-components 4.28.0 → 4.30.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.
@@ -10,6 +10,8 @@ export declare class GenericModalComponent implements OnInit {
10
10
  linkLabel: string;
11
11
  linkUrl: string;
12
12
  display: boolean;
13
+ maxWidth?: string;
14
+ lineBreak?: string;
13
15
  displayChange: EventEmitter<boolean>;
14
16
  onCloseModal: EventEmitter<any>;
15
17
  constructor(router: Router);
@@ -18,5 +20,5 @@ export declare class GenericModalComponent implements OnInit {
18
20
  confirm(): void;
19
21
  hideModal(): void;
20
22
  static ɵfac: i0.ɵɵFactoryDeclaration<GenericModalComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<GenericModalComponent, "vector-generic-modal", never, { "modalMessage": "modalMessage"; "isClosable": "isClosable"; "hiddenActions": "hiddenActions"; "linkLabel": "linkLabel"; "linkUrl": "linkUrl"; "display": "display"; }, { "displayChange": "displayChange"; "onCloseModal": "onCloseModal"; }, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<GenericModalComponent, "vector-generic-modal", never, { "modalMessage": "modalMessage"; "isClosable": "isClosable"; "hiddenActions": "hiddenActions"; "linkLabel": "linkLabel"; "linkUrl": "linkUrl"; "display": "display"; "maxWidth": "maxWidth"; "lineBreak": "lineBreak"; }, { "displayChange": "displayChange"; "onCloseModal": "onCloseModal"; }, never, never>;
22
24
  }
@@ -166,5 +166,9 @@ export declare enum ProfileModuleActionType {
166
166
  SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Show DistributionCentersCompanyUnitCredit",
167
167
  DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Delete DistributionCentersCompanyUnitCredit",
168
168
  APPROVE_VECTOR = "Approve Vector",
169
- APPROVE_ETCD = "Approve ETCD"
169
+ APPROVE_ETCD = "Approve ETCD",
170
+ SHOW_PARAMETERS_ETCD = "Show Parameters",
171
+ EDIT_PARAMETERS_ETCD = "Edit Parameters",
172
+ DELETE_PARAMETERS_ETCD = "Delete Parameters",
173
+ ADD_PARAMETERS_ETCD = "Add Parameters"
170
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.28.0",
3
+ "version": "4.30.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",