@abgov/angular-components 4.9.0-alpha.1 → 4.9.0-alpha.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.
@@ -13,6 +13,7 @@ export declare class GoabDropdown extends GoabControlValueAccessor {
13
13
  native?: boolean;
14
14
  placeholder?: string;
15
15
  width?: string;
16
+ maxWidth?: string;
16
17
  autoComplete?: string;
17
18
  /***
18
19
  * @deprecated This property has no effect and will be removed in a future version
@@ -21,7 +22,7 @@ export declare class GoabDropdown extends GoabControlValueAccessor {
21
22
  onChange: EventEmitter<GoabDropdownOnChangeDetail>;
22
23
  _onChange(e: Event): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabDropdown, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabDropdown, "goab-dropdown", never, { "name": { "alias": "name"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "native": { "alias": "native"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabDropdown, "goab-dropdown", never, { "name": { "alias": "name"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "native": { "alias": "native"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
25
26
  static ngAcceptInputType_filterable: unknown;
26
27
  static ngAcceptInputType_multiselect: unknown;
27
28
  static ngAcceptInputType_native: unknown;
@@ -6,8 +6,9 @@ export declare class GoabTooltip extends GoabBaseComponent {
6
6
  position?: GoabTooltipPosition;
7
7
  content?: string | TemplateRef<unknown>;
8
8
  hAlign?: GoabTooltipHorizontalAlignment;
9
+ maxWidth?: string;
9
10
  getContentAsString(): string;
10
11
  getContentAsTemplate(): TemplateRef<unknown> | null;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabTooltip, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTooltip, "goab-tooltip", never, { "position": { "alias": "position"; "required": false; }; "content": { "alias": "content"; "required": false; }; "hAlign": { "alias": "hAlign"; "required": false; }; }, {}, never, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabTooltip, "goab-tooltip", never, { "position": { "alias": "position"; "required": false; }; "content": { "alias": "content"; "required": false; }; "hAlign": { "alias": "hAlign"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
13
14
  }
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.9.0-alpha.1",
8
+ "version": "4.9.0-alpha.2",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",