@abgov/angular-components 4.6.0-alpha.1 → 4.6.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.
@@ -0,0 +1,10 @@
1
+ import { GoabBaseComponent } from "../base.component";
2
+ import * as i0 from "@angular/core";
3
+ export declare class GoabPublicSubformIndex extends GoabBaseComponent {
4
+ heading?: string;
5
+ sectionTitle?: string;
6
+ actionButtonText?: string;
7
+ buttonVisibility?: "visible" | "hidden";
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicSubformIndex, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicSubformIndex, "goab-public-subform-index", never, { "heading": { "alias": "heading"; "required": false; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "actionButtonText": { "alias": "actionButtonText"; "required": false; }; "buttonVisibility": { "alias": "buttonVisibility"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
@@ -0,0 +1,14 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import { GoabBaseComponent } from "../base.component";
3
+ import * as i0 from "@angular/core";
4
+ export declare class GoabPublicSubform extends GoabBaseComponent {
5
+ id?: string;
6
+ name?: string;
7
+ continueMsg?: string;
8
+ onInit: EventEmitter<Event>;
9
+ onStateChange: EventEmitter<Event>;
10
+ _onInit(e: Event): void;
11
+ _onStateChange(e: Event): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicSubform, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicSubform, "goab-public-subform", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "continueMsg": { "alias": "continueMsg"; "required": false; }; }, { "onInit": "onInit"; "onStateChange": "onStateChange"; }, never, ["*"], true, never>;
14
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class GoabPublicFormTaskList {
3
+ heading?: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicFormTaskList, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormTaskList, "goab-public-form-task-list", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
6
+ }
@@ -0,0 +1,7 @@
1
+ import { GoabPublicFormTaskStatus } from "@abgov/ui-components-common";
2
+ import * as i0 from "@angular/core";
3
+ export declare class GoabPublicFormTask {
4
+ status?: GoabPublicFormTaskStatus;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicFormTask, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormTask, "goab-public-form-task", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -30,6 +30,10 @@ export * from "./footer-nav-section/footer-nav-section";
30
30
  export * from "./form/public-form";
31
31
  export * from "./form/public-form-page";
32
32
  export * from "./form/public-form-summary";
33
+ export * from "./form/public-subform";
34
+ export * from "./form/public-subform-index";
35
+ export * from "./form/task";
36
+ export * from "./form/task-list";
33
37
  export * from "./form/fieldset";
34
38
  export * from "./form-item/form-item";
35
39
  export * from "./form-item/form-item-slot";
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.6.0-alpha.1",
8
+ "version": "4.6.0-alpha.2",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",