@softheon/armature 17.12.4 → 17.12.6

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.
@@ -7,13 +7,17 @@ export declare class SofUtilityButtonComponent implements OnInit, OnDestroy {
7
7
  buttonDisabled: boolean;
8
8
  buttonIconClass: string;
9
9
  menuDropDown: ButtonData[];
10
- /** Button Click */
10
+ /** Individual Button Click */
11
11
  buttonClick: Function;
12
+ displayAdditionalComponent: any;
13
+ /** On component init */
12
14
  constructor();
15
+ /** On Destroy */
13
16
  ngOnDestroy(): void;
17
+ /** Initialize component **/
14
18
  ngOnInit(): void;
15
19
  /** Any logic related to ag grid cell renderer data can be added here */
16
- agOnit(params: any): void;
20
+ agInit(params: any): void;
17
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SofUtilityButtonComponent, never>;
18
22
  static ɵcmp: i0.ɵɵComponentDeclaration<SofUtilityButtonComponent, "lib-sof-utility-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonColorText": { "alias": "buttonColorText"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "buttonDisabled": { "alias": "buttonDisabled"; "required": false; }; "buttonIconClass": { "alias": "buttonIconClass"; "required": false; }; "menuDropDown": { "alias": "menuDropDown"; "required": false; }; "buttonClick": { "alias": "buttonClick"; "required": false; }; }, {}, never, never, false, never>;
19
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.12.4",
3
+ "version": "17.12.6",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },