@softheon/armature 17.36.0 → 17.36.2

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.
@@ -9,11 +9,15 @@ export declare class SofUtilityButtonComponent {
9
9
  menuDropDown: ButtonData[];
10
10
  /** Individual Button Click */
11
11
  buttonClick: Function;
12
+ /** Inject angular's document reference */
13
+ private document;
12
14
  /**
13
15
  * Any logic related to ag grid cell renderer data can be added here
14
16
  * @note All `@Inputs` should be accepted through `params`
15
17
  */
16
18
  agInit(params: any & SofUtilityButtonComponent): void;
19
+ /** Removes role="menu", role="menubar", and role="menuitem" from Material Menu elements */
20
+ removeMenuRoles(): void;
17
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SofUtilityButtonComponent, never>;
18
22
  static ɵcmp: i0.ɵɵComponentDeclaration<SofUtilityButtonComponent, "sof-utility-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonAriaLabel": { "alias": "buttonAriaLabel"; "required": false; }; "buttonTheme": { "alias": "buttonTheme"; "required": false; }; "buttonEmphasis": { "alias": "buttonEmphasis"; "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.36.0",
3
+ "version": "17.36.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },