@abgov/angular-components 4.10.0-dev.2 → 4.10.0-dev.3

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/index.d.ts CHANGED
@@ -173,11 +173,14 @@ declare class GoabBlock extends GoabBaseComponent implements OnInit {
173
173
  gap?: Spacing;
174
174
  direction?: GoabBlockDirection;
175
175
  alignment?: GoabBlockAlignment;
176
+ width?: string;
177
+ minWidth?: string;
178
+ maxWidth?: string;
176
179
  isReady: boolean;
177
180
  constructor(cdr: ChangeDetectorRef);
178
181
  ngOnInit(): void;
179
182
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabBlock, never>;
180
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabBlock, "goab-block", never, { "gap": { "alias": "gap"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; }, {}, never, ["*"], true, never>;
183
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabBlock, "goab-block", never, { "gap": { "alias": "gap"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
181
184
  }
182
185
 
183
186
  declare class GoabButton extends GoabBaseComponent implements OnInit {
@@ -1020,11 +1023,13 @@ declare class GoabModal implements OnInit {
1020
1023
  declare class GoabMenuButton {
1021
1024
  text?: string;
1022
1025
  type?: GoabButtonType;
1026
+ maxWidth?: string;
1027
+ leadingIcon?: GoabIconType;
1023
1028
  testId?: string;
1024
1029
  onAction: EventEmitter<GoabMenuButtonOnActionDetail>;
1025
1030
  _onAction(e: Event): void;
1026
1031
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabMenuButton, never>;
1027
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabMenuButton, "goab-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
1032
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabMenuButton, "goab-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
1028
1033
  }
1029
1034
 
1030
1035
  declare class GoabMenuAction {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },
7
7
  "license": "Apache-2.0",
8
- "version": "4.10.0-dev.2",
8
+ "version": "4.10.0-dev.3",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",