@abgov/angular-components 4.6.1 → 4.7.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.
@@ -66,7 +66,6 @@ export * from "./tab/tab";
66
66
  export * from "./table/table";
67
67
  export * from "./table-sort-header/table-sort-header";
68
68
  export * from "./tabs/tabs";
69
- export * from "./temporary-notification/temporary-notification";
70
69
  export * from "./temporary-notification-ctrl/temporary-notification-ctrl";
71
70
  export * from "./text/text";
72
71
  export * from "./textarea/textarea";
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.1",
8
+ "version": "4.7.0-alpha.2",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",
@@ -1,62 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, Component, Input } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class GoabTemporaryNotification {
4
- constructor() {
5
- this.message = "";
6
- this.type = "basic";
7
- this.visible = true;
8
- this.animationDirection = "down";
9
- }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabTemporaryNotification, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabTemporaryNotification, isStandalone: true, selector: "goab-temporary-notification", inputs: { message: "message", type: "type", duration: "duration", progress: "progress", testId: "testId", actionText: "actionText", visible: "visible", animationDirection: "animationDirection" }, ngImport: i0, template: `
12
- <goa-temp-notification
13
- [attr.message]="message"
14
- [attr.type]="type"
15
- [attr.duration]="duration"
16
- [attr.progress]="progress"
17
- [attr.testid]="testId"
18
- [attr.action-text]="actionText"
19
- [attr.visible]="visible"
20
- [attr.animation-direction]="animationDirection"
21
- >
22
- </goa-temp-notification>
23
- `, isInline: true }); }
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabTemporaryNotification, decorators: [{
26
- type: Component,
27
- args: [{
28
- standalone: true,
29
- selector: "goab-temporary-notification",
30
- template: `
31
- <goa-temp-notification
32
- [attr.message]="message"
33
- [attr.type]="type"
34
- [attr.duration]="duration"
35
- [attr.progress]="progress"
36
- [attr.testid]="testId"
37
- [attr.action-text]="actionText"
38
- [attr.visible]="visible"
39
- [attr.animation-direction]="animationDirection"
40
- >
41
- </goa-temp-notification>
42
- `,
43
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
44
- }]
45
- }], propDecorators: { message: [{
46
- type: Input
47
- }], type: [{
48
- type: Input
49
- }], duration: [{
50
- type: Input
51
- }], progress: [{
52
- type: Input
53
- }], testId: [{
54
- type: Input
55
- }], actionText: [{
56
- type: Input
57
- }], visible: [{
58
- type: Input
59
- }], animationDirection: [{
60
- type: Input
61
- }] } });
62
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVtcG9yYXJ5LW5vdGlmaWNhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy90ZW1wb3Jhcnktbm90aWZpY2F0aW9uL3RlbXBvcmFyeS1ub3RpZmljYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBdUJ6RSxNQUFNLE9BQU8seUJBQXlCO0lBbEJ0QztRQW1CVyxZQUFPLEdBQUcsRUFBRSxDQUFDO1FBQ2IsU0FBSSxHQUFpQixPQUFPLENBQUM7UUFLN0IsWUFBTyxHQUFHLElBQUksQ0FBQztRQUNmLHVCQUFrQixHQUF1QixNQUFNLENBQUM7S0FDMUQ7OEdBVFkseUJBQXlCO2tHQUF6Qix5QkFBeUIsMlJBZjFCOzs7Ozs7Ozs7Ozs7R0FZVDs7MkZBR1UseUJBQXlCO2tCQWxCckMsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDZCQUE2QjtvQkFDdkMsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7R0FZVDtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEM7OEJBRVUsT0FBTztzQkFBZixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLGtCQUFrQjtzQkFBMUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG50eXBlIFNuYWNrYmFyVHlwZSA9IFwiYmFzaWNcIiB8IFwic3VjY2Vzc1wiIHwgXCJmYWlsdXJlXCI7XG50eXBlIEFuaW1hdGlvbkRpcmVjdGlvbiA9IFwidXBcIiB8IFwiZG93blwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6IFwiZ29hYi10ZW1wb3Jhcnktbm90aWZpY2F0aW9uXCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGdvYS10ZW1wLW5vdGlmaWNhdGlvblxuICAgICAgW2F0dHIubWVzc2FnZV09XCJtZXNzYWdlXCJcbiAgICAgIFthdHRyLnR5cGVdPVwidHlwZVwiXG4gICAgICBbYXR0ci5kdXJhdGlvbl09XCJkdXJhdGlvblwiXG4gICAgICBbYXR0ci5wcm9ncmVzc109XCJwcm9ncmVzc1wiXG4gICAgICBbYXR0ci50ZXN0aWRdPVwidGVzdElkXCJcbiAgICAgIFthdHRyLmFjdGlvbi10ZXh0XT1cImFjdGlvblRleHRcIlxuICAgICAgW2F0dHIudmlzaWJsZV09XCJ2aXNpYmxlXCJcbiAgICAgIFthdHRyLmFuaW1hdGlvbi1kaXJlY3Rpb25dPVwiYW5pbWF0aW9uRGlyZWN0aW9uXCJcbiAgICA+XG4gICAgPC9nb2EtdGVtcC1ub3RpZmljYXRpb24+XG4gIGAsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgR29hYlRlbXBvcmFyeU5vdGlmaWNhdGlvbiB7XG4gIEBJbnB1dCgpIG1lc3NhZ2UgPSBcIlwiO1xuICBASW5wdXQoKSB0eXBlOiBTbmFja2JhclR5cGUgPSBcImJhc2ljXCI7XG4gIEBJbnB1dCgpIGR1cmF0aW9uPzogbnVtYmVyO1xuICBASW5wdXQoKSBwcm9ncmVzcz86IG51bWJlcjtcbiAgQElucHV0KCkgdGVzdElkPzogc3RyaW5nO1xuICBASW5wdXQoKSBhY3Rpb25UZXh0Pzogc3RyaW5nO1xuICBASW5wdXQoKSB2aXNpYmxlID0gdHJ1ZTtcbiAgQElucHV0KCkgYW5pbWF0aW9uRGlyZWN0aW9uOiBBbmltYXRpb25EaXJlY3Rpb24gPSBcImRvd25cIjtcbn1cbiJdfQ==
@@ -1,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- type SnackbarType = "basic" | "success" | "failure";
3
- type AnimationDirection = "up" | "down";
4
- export declare class GoabTemporaryNotification {
5
- message: string;
6
- type: SnackbarType;
7
- duration?: number;
8
- progress?: number;
9
- testId?: string;
10
- actionText?: string;
11
- visible: boolean;
12
- animationDirection: AnimationDirection;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabTemporaryNotification, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTemporaryNotification, "goab-temporary-notification", never, { "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "animationDirection": { "alias": "animationDirection"; "required": false; }; }, {}, never, never, true, never>;
15
- }
16
- export {};