@abgov/angular-components 2.0.0-alpha.4 → 2.0.0-alpha.6
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/README.md +3 -45
- package/abgov-angular-components.d.ts +1 -0
- package/bundles/abgov-angular-components.umd.js +176 -2565
- package/bundles/abgov-angular-components.umd.js.map +1 -1
- package/esm2015/index.js +3 -27
- package/esm2015/lib/angular-components.module.js +16 -94
- package/esm2015/lib/value-directive.js +133 -0
- package/fesm2015/abgov-angular-components.js +119 -2007
- package/fesm2015/abgov-angular-components.js.map +1 -1
- package/index.d.ts +2 -26
- package/lib/angular-components.module.d.ts +7 -0
- package/lib/value-directive.d.ts +34 -0
- package/package.json +8 -13
- package/abgov-angular-components.metadata.json +0 -1
- package/esm2015/experimental/app-version-header/app-version-header.component.js +0 -30
- package/esm2015/experimental/badge/badge.component.js +0 -24
- package/esm2015/experimental/components.module.js +0 -29
- package/esm2015/experimental/index.js +0 -5
- package/esm2015/experimental/number-input/number-input.component.js +0 -151
- package/esm2015/lib/button/button.component.js +0 -66
- package/esm2015/lib/button-link/button-link.component.js +0 -66
- package/esm2015/lib/callout/callout.component.js +0 -34
- package/esm2015/lib/card/card.component.js +0 -37
- package/esm2015/lib/card/content/card-content.component.js +0 -24
- package/esm2015/lib/card/footer/card-footer.component.js +0 -24
- package/esm2015/lib/card/header/card-header.component.js +0 -24
- package/esm2015/lib/card/thumb/card-thumb.component.js +0 -27
- package/esm2015/lib/card-group/card.group.component.js +0 -23
- package/esm2015/lib/checkbox/checkbox-change.js +0 -3
- package/esm2015/lib/checkbox/checkbox.component.js +0 -136
- package/esm2015/lib/dropdown/dropdown.component.js +0 -326
- package/esm2015/lib/dropdown/option/option.component.js +0 -48
- package/esm2015/lib/dropdown/option-group/option-group.component.js +0 -46
- package/esm2015/lib/element-load-indicator/element-load-indicator.component.js +0 -63
- package/esm2015/lib/header/header.component.js +0 -47
- package/esm2015/lib/hero-banner/content/hero-banner-content.component.js +0 -15
- package/esm2015/lib/hero-banner/hero-banner.component.js +0 -21
- package/esm2015/lib/hero-banner/link/hero-banner-link.component.js +0 -18
- package/esm2015/lib/microsite-logo/microsite-logo.component.js +0 -34
- package/esm2015/lib/notification/notification.component.js +0 -59
- package/esm2015/lib/notification-banner/notification-banner.component.js +0 -32
- package/esm2015/lib/page-load-indicator/page-load-indicator.component.js +0 -117
- package/esm2015/lib/radio/radio-change.js +0 -3
- package/esm2015/lib/radio/radio.component.js +0 -146
- package/esm2015/lib/radio/radio.service.js +0 -20
- package/esm2015/lib/radio-group/radio-group.component.js +0 -282
- package/esm2015/lib/skeleton/skeleton-element.component.js +0 -21
- package/esm2015/lib/skeleton/skeleton-image-content.component.js +0 -19
- package/experimental/app-version-header/app-version-header.component.d.ts +0 -10
- package/experimental/badge/badge.component.d.ts +0 -7
- package/experimental/components.module.d.ts +0 -2
- package/experimental/index.d.ts +0 -4
- package/experimental/number-input/number-input.component.d.ts +0 -66
- package/lib/button/button.component.d.ts +0 -37
- package/lib/button-link/button-link.component.d.ts +0 -38
- package/lib/callout/callout.component.d.ts +0 -20
- package/lib/card/card.component.d.ts +0 -23
- package/lib/card/content/card-content.component.d.ts +0 -14
- package/lib/card/footer/card-footer.component.d.ts +0 -14
- package/lib/card/header/card-header.component.d.ts +0 -14
- package/lib/card/thumb/card-thumb.component.d.ts +0 -22
- package/lib/card-group/card.group.component.d.ts +0 -32
- package/lib/checkbox/checkbox-change.d.ts +0 -7
- package/lib/checkbox/checkbox.component.d.ts +0 -100
- package/lib/dropdown/dropdown.component.d.ts +0 -193
- package/lib/dropdown/option/option.component.d.ts +0 -39
- package/lib/dropdown/option-group/option-group.component.d.ts +0 -38
- package/lib/element-load-indicator/element-load-indicator.component.d.ts +0 -38
- package/lib/header/header.component.d.ts +0 -29
- package/lib/hero-banner/content/hero-banner-content.component.d.ts +0 -5
- package/lib/hero-banner/hero-banner.component.d.ts +0 -9
- package/lib/hero-banner/link/hero-banner-link.component.d.ts +0 -6
- package/lib/microsite-logo/microsite-logo.component.d.ts +0 -20
- package/lib/notification/notification.component.d.ts +0 -43
- package/lib/notification-banner/notification-banner.component.d.ts +0 -22
- package/lib/page-load-indicator/page-load-indicator.component.d.ts +0 -55
- package/lib/radio/radio-change.d.ts +0 -7
- package/lib/radio/radio.component.d.ts +0 -119
- package/lib/radio/radio.service.d.ts +0 -7
- package/lib/radio-group/radio-group.component.d.ts +0 -190
- package/lib/skeleton/skeleton-element.component.d.ts +0 -5
- package/lib/skeleton/skeleton-image-content.component.d.ts +0 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abgov-angular-components.umd.js","sources":["../../../../libs/angular-components/src/lib/button/button.component.ts","../../../../libs/angular-components/src/lib/microsite-logo/microsite-logo.component.ts","../../../../libs/angular-components/src/lib/header/header.component.ts","../../../../libs/angular-components/src/lib/button-link/button-link.component.ts","../../../../libs/angular-components/src/lib/dropdown/option/option.component.ts","../../../../node_modules/tslib/tslib.es6.js","../../../../libs/angular-components/src/lib/dropdown/option-group/option-group.component.ts","../../../../libs/angular-components/src/lib/dropdown/dropdown.component.ts","../../../../libs/angular-components/src/lib/checkbox/checkbox.component.ts","../../../../libs/angular-components/src/lib/radio/radio-change.ts","../../../../libs/angular-components/src/lib/radio/radio.service.ts","../../../../libs/angular-components/src/lib/radio/radio.component.ts","../../../../libs/angular-components/src/lib/radio-group/radio-group.component.ts","../../../../libs/angular-components/src/lib/callout/callout.component.ts","../../../../libs/angular-components/src/lib/notification/notification.component.ts","../../../../libs/angular-components/src/lib/notification-banner/notification-banner.component.ts","../../../../libs/angular-components/src/lib/skeleton/skeleton-image-content.component.ts","../../../../libs/angular-components/src/lib/skeleton/skeleton-element.component.ts","../../../../libs/angular-components/src/lib/card/header/card-header.component.ts","../../../../libs/angular-components/src/lib/card/footer/card-footer.component.ts","../../../../libs/angular-components/src/lib/card/thumb/card-thumb.component.ts","../../../../libs/angular-components/src/lib/card/content/card-content.component.ts","../../../../libs/angular-components/src/lib/card/card.component.ts","../../../../libs/angular-components/src/lib/card-group/card.group.component.ts","../../../../libs/angular-components/src/lib/hero-banner/content/hero-banner-content.component.ts","../../../../libs/angular-components/src/lib/hero-banner/link/hero-banner-link.component.ts","../../../../libs/angular-components/src/lib/hero-banner/hero-banner.component.ts","../../../../libs/angular-components/src/lib/page-load-indicator/page-load-indicator.component.ts","../../../../libs/angular-components/src/lib/element-load-indicator/element-load-indicator.component.ts","../../../../libs/angular-components/src/lib/angular-components.module.ts","../../../../libs/angular-components/src/lib/checkbox/checkbox-change.ts","../../../../libs/angular-components/src/experimental/badge/badge.component.ts","../../../../libs/angular-components/src/experimental/app-version-header/app-version-header.component.ts","../../../../libs/angular-components/src/experimental/number-input/number-input.component.ts","../../../../libs/angular-components/src/experimental/components.module.ts","../../../../libs/angular-components/src/abgov-angular-components.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n/**\n * A Government of Alberta styled button.\n * selector: button[goa-button], input[type=\"button\"][goa-button], input[type=\"submit\"][goa-button]\n */\n@Component({\n selector:\n // eslint-disable-next-line @angular-eslint/component-selector\n 'button[goa-button], input[type=\"button\"][goa-button], input[type=\"submit\"][goa-button]',\n templateUrl: './button.component.html',\n styleUrls: ['./button.component.scss'],\n})\nexport class GoAButtonComponent implements OnInit {\n /**\n * Adds class goa-button to the host.\n * @ignore\n */\n @HostBinding('class.goa-button') get primaryBinding() {\n return true;\n }\n\n /**\n * Adds class goa--secondary to the host if the buttonStyle = secondary.\n * @ignore\n */\n @HostBinding('class.goa--secondary') get secondaryBinding() {\n return this.buttonType === 'secondary';\n }\n\n /**\n * Adds class goa--tertiary to the host if the buttonStyle = tertiary.\n * @ignore\n */\n @HostBinding('class.goa--tertiary') get tertiaryBinding() {\n return this.buttonType === 'tertiary';\n }\n\n /**\n * Adds class btn-small to the host if the buttonSize = small.\n * @ignore\n */\n @HostBinding('class.btn-small') get smallBinding() {\n return this.buttonSize === 'small';\n }\n\n /**\n * The appearance style of the button.\n */\n @Input() buttonType: 'primary' | 'secondary' | 'tertiary' = 'primary';\n\n /**\n * The size of the button, controls font size and padding.\n */\n @Input() buttonSize: 'small' | 'normal' = 'normal';\n\n constructor() { }\n\n /* eslint-disable @angular-eslint/no-empty-lifecycle-method */\n ngOnInit() { }\n}\n","import {Component, OnInit, Input} from '@angular/core';\n\n/**\n * A logo for a Government of Alberta hosted microsite.\n * selector: goa-microsite-logo\n */\n@Component({\n selector: 'goa-microsite-logo',\n templateUrl: './microsite-logo.component.html',\n styleUrls: ['./microsite-logo.component.scss'],\n})\n\nexport class GoAMicrositeLogoComponent implements OnInit {\n /**\n * The name to show on the header/footer as the microsite.\n */\n @Input() serviceName: string;\n\n /**\n * The home page URL of the microsite.\n */\n @Input() serviceHome = 'https://www.alberta.ca/index.aspx';\n\n constructor() {\n }\n\n /**\n * @ignore\n */\n ngOnInit() {\n if (this.serviceName === undefined || this.serviceName === null) {\n throw new TypeError(`Input 'serviceName' is required.`);\n }\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\ntype ServiceLevel = 'alpha' | 'beta' | 'live'\n\n/**\n * A header component for a Government of Alberta hosted microsite.\n * selector: goa-header\n */\n@Component({\n selector: 'goa-header',\n templateUrl: './header.component.html',\n styleUrls: ['./header.component.scss'],\n})\n\nexport class GoAHeaderComponent implements OnInit {\n\n /**\n * The name to show on the header as the microsite.\n */\n @Input() serviceName: string;\n\n /**\n * The home page URL of the microsite.\n */\n @Input() serviceHome = 'https://www.alberta.ca/index.aspx';\n\n /**\n * The level at which the service is running within [Alpha | Beta | Live]\n */\n @Input() serviceLevel: ServiceLevel;\n\n // ServiceLevel = this.ServiceLevel;\n\n constructor() { }\n\n /**\n * @ignore\n */\n ngOnInit() {\n this.checkRequiredProps('serviceLevel', 'serviceName', 'serviceHome');\n }\n\n serviceLevelCssClass(): string {\n return `service-level--${this.serviceLevel.toLowerCase()}`;\n }\n\n serviceLevelFormatted(): string {\n return this.serviceLevel.toLowerCase();\n }\n\n checkRequiredProps(...props: string[]) {\n props.forEach(prop => {\n if (!this[prop]) {\n throw new TypeError(`Input '${prop}' is required.`);\n }\n });\n }\n}\n","import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n/**\n * Styles an anchor Design system compliant.\n * selector: a[goa-button]\n * @example <a goa-button linkType='right' href='...'>Text</a>\n */\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'a[goa-button]',\n templateUrl: './button-link.component.html',\n styleUrls: ['./button-link.component.scss'],\n})\nexport class GoAButtonLinkComponent implements OnInit {\n /**\n * Adds class goa-link-button to the host.\n * @ignore\n */\n @HostBinding('class.goa-link-button') get primaryBinding() {\n return true;\n }\n\n /**\n * Adds class right-arrow to the host if the linkType = right.\n * @ignore\n */\n @HostBinding('class.right-arrow') get rightBinding() {\n return this.linkType === 'right';\n }\n\n /**\n * Adds class right-arrow to the host if the linkType = right.\n * @ignore\n */\n @HostBinding('class.up-arrow') get upBinding() {\n return this.linkType === 'up';\n }\n\n /**\n * Adds class btn-small to the host if the buttonSize = small.\n * @ignore\n */\n @HostBinding('class.btn-small') get smallBinding() {\n return this.buttonSize === 'small';\n }\n\n /**\n * The type of arrow to use.\n */\n @Input() linkType: 'up' | 'right' = 'right';\n\n /**\n * The size of the button, controls font size and padding.\n */\n @Input() buttonSize: 'small' | 'normal' = 'normal';\n\n constructor() { }\n\n /* eslint-disable @angular-eslint/no-empty-lifecycle-method */\n ngOnInit() { }\n}\n","import { Component, OnInit, Input, TemplateRef, ViewChild, ChangeDetectionStrategy, EventEmitter } from '@angular/core';\n\n/**\n * Option component with to use with GoADropdown.\n * selector: goa-option\n */\n@Component({\n selector: 'goa-option',\n templateUrl: './option.component.html',\n styleUrls: ['./option.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class GoAOptionComponent implements OnInit {\n\n /**\n * Is the option currently selected\n * @ignore\n */\n selected = false;\n\n /**\n * The unique id of the option.\n */\n @Input() id: string;\n\n /**\n * The value for the option\n */\n @Input() value: any;\n\n /**\n * Label to be used for option.\n */\n @Input() label: string;\n\n /**\n * Is the option selected by default?\n */\n @Input() defaultSelected = false;\n\n /**\n * The option template\n * @ignore\n */\n @ViewChild('optionTemplate') optionTemplate: TemplateRef<any>;\n\n constructor() {}\n\n /**\n * Lifecycle hook OnInit\n * @ignore\n */\n ngOnInit() {\n if(this.id === undefined || this.id === null) {\n throw new TypeError(`Input 'id' is required.`);\n }\n\n if(this.label === undefined || this.label === null) {\n throw new TypeError(`Input 'label' is required.`);\n }\n\n this.selected = this.defaultSelected;\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n","import {\n Component,\n OnInit,\n Input,\n QueryList,\n ContentChildren,\n ViewChild,\n TemplateRef,\n ChangeDetectorRef\n} from '@angular/core';\nimport { GoAOptionComponent } from '../option/option.component';\n\n/**\n * Option grouping component with to use with GoADropdown.\n * selector: goa-option-group\n */\n@Component({\n selector: 'goa-option-group',\n templateUrl: './option-group.component.html',\n styleUrls: ['./option-group.component.scss']\n})\nexport class GoAOptionGroupComponent implements OnInit {\n\n /**\n * Filtered options to show in the view.\n */\n _filteredOptions: Array<GoAOptionComponent>;\n\n /**\n * The label of the option group\n */\n @Input() label: string;\n\n /**\n * The defined options.\n * @ignore\n */\n @ContentChildren(GoAOptionComponent, { descendants: true }) options: QueryList<GoAOptionComponent>;\n\n /**\n * The option template\n * @ignore\n */\n @ViewChild('optionGroupTemplate') optionGroupTemplate: TemplateRef<any>;\n\n constructor(private cdr: ChangeDetectorRef) { }\n\n /**\n * Lifecycle hook OnInit\n * @ignore\n */\n ngOnInit() {\n if (this.label === undefined || this.label === null || this.label === '') {\n throw new TypeError(`The input 'label' is required.`);\n }\n }\n\n /**\n * Lifecycle hook AfterViewInit\n * @ignore\n */\n ngAfterViewInit() {\n this._filteredOptions = [...this.options];\n // The template output cache is populated by child components during render, so tell angular that\n // there have been changes during the render here.\n this.cdr.detectChanges();\n }\n}\n","import {\n Component,\n OnInit,\n AfterViewInit,\n Input,\n Output,\n ContentChildren,\n EventEmitter,\n ViewChild,\n ElementRef,\n QueryList,\n ChangeDetectorRef\n} from '@angular/core';\n\nimport { GoAOptionComponent } from './option/option.component';\nimport { GoAOptionGroupComponent } from './option-group/option-group.component';\n\nimport { ConnectedPosition } from '@angular/cdk/overlay';\n\n/**\n * A dropdown component with Government of Alberta styling.\n * selector: goa-dropdown\n */\n@Component({\n selector: 'goa-dropdown',\n templateUrl: './dropdown.component.html',\n styleUrls: ['./dropdown.component.scss']\n})\nexport class GoADropdownComponent implements OnInit, AfterViewInit {\n /**\n * boolean for if the dropdown is open.\n * @ignore\n */\n _isOpen = false;\n\n /**\n * Is the required error tripped?\n * @ignore\n */\n _requiredError = false;\n\n /**\n * Bounding box of textInput.\n * @ignore\n */\n _triggerRect;\n\n /**\n * This position config ensures that the top \"start\" corner of the overlay\n * is aligned with with the bottom \"start\" of the origin by default (overlapping\n * the trigger completely). If the panel cannot fit below the trigger, it\n * will fall back to a position above the trigger.\n * @ignore\n */\n _positions: ConnectedPosition[] = [\n {\n originX: 'start',\n originY: 'bottom',\n overlayX: 'start',\n overlayY: 'top',\n },\n {\n originX: 'start',\n originY: 'top',\n overlayX: 'start',\n overlayY: 'bottom',\n },\n ];\n\n /**\n * The current active option\n * @ignore\n */\n _activeOption: GoAOptionComponent;\n\n /**\n * The current active index\n * @ignore\n */\n _activeIndex;\n\n /**\n * All options currently matching filter including groups.\n * @ignore\n */\n _allFilteredOptions: Array<GoAOptionComponent> = [];\n\n /**\n * The list of filtered options to show in the view.\n * @ignore\n */\n _filteredOptions: Array<GoAOptionComponent>;\n\n /**\n * Whats the mode for typeahead.\n */\n @Input() typeaheadMode: 'none' | 'contains' | 'startsWith' = 'none';\n\n /**\n * The height for the dropdown. If none is set the dropdown grows until it reaches the viewport edge.\n */\n @Input() menuHeight: number;\n\n /**\n * The label for the dropdown.\n */\n @Input() label: string;\n\n /**\n * Helper text description of the dropdown.\n */\n @Input() description: string;\n\n /**\n * Update the selected options, select the options with the given ids\n */\n @Input()\n set selectedIds(ids: Array<string>) {\n if (this.allOptions === undefined) {\n // aren't initialized yet, return\n return;\n }\n\n if (ids === null || ids === undefined) {\n ids = [];\n }\n\n if (ids.length > 1 && this.multiple === false) {\n throw new Error('Cannot select multiple options when the dropdown has multiple set to false.');\n }\n\n const selectedOptions = [];\n this.allOptions.forEach(option => {\n if (ids.includes(option.id)) {\n option.selected = true;\n selectedOptions.push(option);\n }\n else {\n option.selected = false;\n }\n });\n\n this.selectionChanged(selectedOptions, true);\n }\n\n /**\n * Is the select disabled.\n */\n @Input() disabled = false;\n\n /**\n * Is multiple selection?\n */\n @Input()\n set multiple(value: boolean) {\n this._multiple = value;\n if (this._multiple === false) {\n // If we have changed from multiple to no multiple then deselect everything.\n this.selectedItems.forEach(option => {\n option.selected = false;\n });\n }\n }\n get multiple(): boolean {\n return this._multiple;\n }\n /**\n * @ignore\n */\n private _multiple = false;\n\n /**\n * Is a selection required?\n */\n @Input()\n set required(value: boolean) {\n this._required = value;\n this._requiredError = this.selectedItems.length === 0 && this._required === true;\n }\n get required(): boolean {\n return this._required;\n }\n /**\n * @ignore\n */\n private _required = false;\n\n /**\n * The select element.\n * @ignore\n */\n @ViewChild('textInput') textInput: ElementRef<HTMLInputElement>;\n\n /**\n * All options.\n * @ignore\n */\n @ContentChildren(GoAOptionComponent, { descendants: true }) allOptions: QueryList<GoAOptionComponent>;\n\n /**\n * The top level options for rendering options.\n * @ignore\n */\n @ContentChildren(GoAOptionComponent, { descendants: false }) options: QueryList<GoAOptionComponent>;\n\n /**\n * The option groups for rendering.\n * @ignore\n */\n @ContentChildren(GoAOptionGroupComponent, { descendants: false }) optionGroups: QueryList<GoAOptionGroupComponent>;\n\n /**\n * Event emitted containing the value field of all selected options when the selection changes.\n */\n @Output() selectionChange = new EventEmitter<Array<any>>();\n\n constructor(private cdr: ChangeDetectorRef) { }\n\n /**\n * Lifecycle hook OnInit\n * @ignore\n */\n /* eslint-disable @angular-eslint/no-empty-lifecycle-method */\n ngOnInit() { }\n\n /**\n * Lifecycle hook AfterViewInit\n * @ignore\n */\n ngAfterViewInit() {\n this._triggerRect = this.textInput.nativeElement.getBoundingClientRect();\n\n this._filteredOptions = [...this.options];\n this._allFilteredOptions = [...this.allOptions];\n\n if (this.selectedItems.length > 0) {\n this.setTextInput(this.selectedItems[0].label);\n }\n\n // The template output cache is populated by child components during render,\n // so tell angular that there have been changes during the render here.\n this.cdr.detectChanges();\n }\n\n /**\n * Called when user updates the text in the searchbox.\n * @param text The text of the input\n * @ignore\n */\n onFilterChange(text: string) {\n // open the dropdown if it is not already\n if (!this._isOpen === true) {\n this._isOpen = true;\n }\n\n this.filterOptions(text);\n }\n\n /**\n * Handler for keyboard events when menu is open.\n * @param event keyboard event\n * @ignore\n */\n overlayKeydown(event: KeyboardEvent) {\n if (event.code === 'Enter' || event.code === 'NumpadEnter') {\n this.optionClicked(this._activeOption);\n }\n else if (event.code === 'ArrowDown') {\n this._activeIndex = (this._activeIndex + 1) % this._allFilteredOptions.length;\n this._activeOption = this._allFilteredOptions[this._activeIndex];\n }\n else if (event.code === 'ArrowUp') {\n if (this._activeIndex > 0) {\n this._activeIndex = this._activeIndex - 1;\n this._activeOption = this._allFilteredOptions[this._activeIndex];\n }\n }\n }\n\n /**\n * Sets the active option. Active option is the option that when enter is pressed is selected.\n * @param option The option to make the active option\n * @ignore\n */\n setActiveOption(option) {\n this._activeOption = option;\n this._activeIndex = this._allFilteredOptions.findIndex(\n (filteredOption) => filteredOption.id === option.id\n );\n }\n\n /**\n * Handler for when the input is clicked.\n * @ignore\n */\n inputClicked() {\n if (this.disabled === false) {\n this._isOpen = !this._isOpen;\n\n // set the active option to the first in the list\n if (this._allFilteredOptions.length > 0) {\n this._activeOption = this._allFilteredOptions[0];\n this._activeIndex = 0;\n }\n }\n }\n\n /**\n * Handler for when descendant an option is clicked.\n * @ignore\n */\n optionClicked(option: GoAOptionComponent) {\n let selectedOptions = [];\n\n if (this.multiple === true) {\n option.selected = !option.selected;\n selectedOptions = this.selectedItems;\n }\n else {\n option.selected = !option.selected;\n this.selectedItems.forEach((o) => {\n if (option.id !== o.id) {\n // change all options that weren't selected to false without notifying change\n o.selected = false;\n }\n\n selectedOptions = [option];\n });\n }\n\n this.selectionChanged(selectedOptions, true);\n\n if (this.multiple === false) {\n // close the dropdown if we are in single selection mode\n this._isOpen = false;\n }\n }\n\n /**\n * Update view when selection changes\n * @param options\n * @ignore\n */\n private selectionChanged(options: Array<GoAOptionComponent>, emitEvent: boolean) {\n if (options.length > 0) {\n const selectedOptions = options.map(o => o.label).join(', ')\n this._requiredError = false;\n this.setTextInput(selectedOptions);\n }\n else {\n this._requiredError = this.required;\n this.setTextInput('');\n }\n\n if (emitEvent === true) {\n this.emitChange(options);\n }\n }\n\n /**\n * Emit selection change\n * @ignore\n */\n private emitChange(options: Array<GoAOptionComponent>) {\n const values = options.map(\n (option) => option.value\n );\n\n this.selectionChange.emit(values);\n }\n\n /**\n * Gets all the currently selected options\n * @ignore\n */\n private get selectedItems(): Array<GoAOptionComponent> {\n if (this.allOptions === undefined) {\n return [];\n }\n\n return [...this.allOptions.filter(\n (option) => option.selected === true\n )];\n }\n\n /**\n * Set the text of the input.\n * @param value The value to set\n * @ignore\n */\n private setTextInput(value: string) {\n if (this.textInput) {\n this.textInput.nativeElement.value = value;\n // Exact matches show whole list?\n this.filterOptions('');\n }\n }\n\n /**\n * Update the filtered options with the passed in filter text.\n * @param filterText The text to filter by\n * @ignore\n */\n private filterOptions(filterText: string) {\n this.optionGroups.forEach(group => {\n group._filteredOptions = group.options.filter(this.typeaheadFilter.bind(this, filterText, this.typeaheadMode));\n });\n\n this._filteredOptions = this.options.filter(this.typeaheadFilter.bind(this, filterText, this.typeaheadMode));\n this._allFilteredOptions = this.allOptions.filter(this.typeaheadFilter.bind(this, filterText, this.typeaheadMode));\n\n // The filters have changed so update the active option incase it has been filtered out.\n this._activeOption = this._allFilteredOptions[this._activeIndex % this._allFilteredOptions.length];\n }\n\n /**\n * Filter for typeahead with logic for what mode we are in.\n * @param option\n * @ignore\n */\n private typeaheadFilter(filterText: string, typeaheadMode: 'none' | 'startsWith' | 'contains', option: GoAOptionComponent) {\n if (typeaheadMode === 'none' || this.typeaheadMode === undefined) {\n return true;\n }\n\n if (typeaheadMode === 'startsWith') {\n return option.label.toLocaleLowerCase().startsWith(filterText.toLocaleLowerCase());\n }\n\n if (typeaheadMode === 'contains') {\n return option.label.toLocaleLowerCase().includes(filterText.toLocaleLowerCase());\n }\n }\n}\n","import {\n Component,\n Input,\n Output,\n EventEmitter,\n forwardRef,\n ChangeDetectorRef,\n ChangeDetectionStrategy\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { GoACheckboxChange } from './checkbox-change';\n\nexport const GOA_CHECKBOX_CONTROL_VALUE_ACCESSOR = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => GoACheckboxComponent),\n multi: true\n}\n\n/**\n * Checkbox component with Government of Alberta styling.\n * selector: goa-checkbox\n */\n@Component({\n selector: 'goa-checkbox',\n templateUrl: './checkbox.component.html',\n styleUrls: ['./checkbox.component.scss'],\n //register our custom ControlValueAccessor with angular DI system so angular knows how to get instance of it for ngModel binding\n providers: [GOA_CHECKBOX_CONTROL_VALUE_ACCESSOR],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class GoACheckboxComponent implements ControlValueAccessor {\n\n /**\n * @ignore\n */\n static idNum = 0;\n /**\n * @ignore\n */\n uniqueId: string;\n\n /**\n * Value/unique identifier for the object the checkbox represents.\n */\n @Input() value: string;\n\n /**\n * Boolean indicating whether or not the checkbox is checked/selected.\n */\n @Input() checked: boolean;\n\n /**\n * Boolean indicating whether or not the checkbox is disabled.\n */\n @Input() disabled: boolean;\n\n /**\n * Boolean indicating whether or not the checkbox is required.\n */\n @Input() required: boolean;\n\n /**\n * @ignore\n */\n private _indeterminate = false;\n /**\n * Boolean indicating whether or not the checkbox should display as indeterminate\n * (i.e. it has associated 'child' checkboxes, some of which are selected).\n */\n @Input()\n get indeterminate(): boolean { return this._indeterminate; }\n set indeterminate(value: boolean) {\n // only do something if value has changed from current\n if (value !== this.indeterminate) {\n this._indeterminate = value;\n\n // can't be indeterminate and checked, so clear checked\n if (this._indeterminate){\n this.checked = false;\n }\n }\n }\n\n /**\n * The position to display the label/text for the checbox. Valid values are before and after.\n */\n @Input() labelPosition: 'before' | 'after' = 'after';\n\n /**\n * Event emitted containing the source checkbox, and whether or not it is checked.\n */\n @Output() selectionChange: EventEmitter<GoACheckboxChange> = new EventEmitter<GoACheckboxChange>();\n\n /**\n * @ignore\n */\n _onTouchedCallback: () => void;\n\n /**\n * @ignore\n */\n _propagateChange = (_: any) => { };\n\n constructor(private _changeDetectorRef: ChangeDetectorRef,) {\n this.uniqueId = `goa-checkbox-${GoACheckboxComponent.idNum++}`\n }\n\n /**\n * Boolean indicating if the checkbox is required and not checked\n * @ignore\n */\n hasError(): boolean {\n return this.required && !this.checked;\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param value The model bound property, i.e. the value of checked\n * @ignore\n */\n writeValue(value: any) {\n if ((value !== undefined) && (value !== null)) {\n this.checked = value;\n this._changeDetectorRef.detectChanges();\n }\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param fn The function to call on change. Provided by ControlValueAccessor\n * @ignore\n */\n registerOnChange(fn: any) {\n this._propagateChange = fn;\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param fn The function to call on touch. Provided by ControlValueAccessor\n * @ignore\n */\n registerOnTouched(fn: any) {\n this._onTouchedCallback = fn;\n };\n\n /**\n * Toggles the checked value of the checkbox\n * @ignore\n */\n toggle(): void {\n this.checked = !this.checked;\n }\n\n /**\n * User interaction event on click of the checkbox or its label to indicate toggling of the current checked status.\n * Emits selectionChange to parent components.\n * @ignore\n */\n onChange(event) {\n event.stopPropagation();\n\n this.toggle();\n\n // user manually clicking overrides indeterminate and sets it to false\n // this is because if they click and set to checked/unchecked, all 'child' checkboxes should get set to\n // checked/unchecked (by user routine, not here), so this checkbox is no longer indeterminate\n this.indeterminate = false;\n\n const checkBoxChange = {\n source: this,\n checked: this.checked\n } as GoACheckboxChange;\n\n this._propagateChange(this.checked);\n this.selectionChange.emit(checkBoxChange);\n }\n}\n","import { GoARadioComponent } from './radio.component';\n\nexport class GoARadioChange {\n /** The source radiobutton of the event. */\n source: GoARadioComponent;\n /** The new `checked` value of the radiobutton. */\n checked: boolean;\n }\n","import { Injectable } from '@angular/core';\nimport { BehaviorSubject } from 'rxjs';\nimport { GoARadioChange } from './radio-change';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class GoARadioService {\n radioChangeMessage = new BehaviorSubject(new GoARadioChange());\n\n constructor() {}\n\n selectRadio(radioChange) {\n this.radioChangeMessage.next(radioChange);\n }\n}\n","import {\n Component,\n OnInit,\n ChangeDetectionStrategy,\n forwardRef,\n Input,\n Output,\n EventEmitter,\n ChangeDetectorRef,\n OnDestroy\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { Subscription } from 'rxjs';\nimport { GoARadioChange } from './radio-change';\nimport { GoARadioService } from './radio.service';\n\n/**\n * Control value accessor to use for the component's provider\n * @ignore\n */\nexport const GOA_RADIO_CONTROL_VALUE_ACCESSOR = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => GoARadioComponent),\n multi: true\n}\n\n/**\n * Radiobutton component with Government of Alberta styling.\n */\n@Component({\n selector: 'goa-radio',\n templateUrl: './radio.component.html',\n styleUrls: ['./radio.component.scss'],\n //register our custom ControlValueAccessor with angular DI system so angular knows how to get instance of it for ngModel binding\n providers: [GOA_RADIO_CONTROL_VALUE_ACCESSOR],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class GoARadioComponent implements ControlValueAccessor, OnInit, OnDestroy {\n /**\n * Used to generate unique Id for this component\n * @ignore\n */\n static idNum = 0;\n\n /**\n * Unique Id for this component\n * @ignore\n */\n uniqueId: string;\n\n /**\n * Reference to the subscription to the radio change events so it can be unsubscribed on destroy\n * @ignore\n */\n radioServiceSubscription: Subscription;\n\n /**\n * Indicates the \"group\" or set of radios this radio belongs to.\n */\n @Input() name: string;\n\n /**\n * Value/unique identifier for the object the radiobutton represents.\n */\n @Input() value: any;\n\n /**\n * Boolean indicating whether or not the radiobutton is checked/selected.\n */\n @Input() checked: boolean;\n\n /**\n * Boolean indicating whether or not the radiobutton is disabled.\n */\n @Input() disabled: boolean;\n\n /**\n * Boolean indicating whether or not the radiobutton is required.\n */\n @Input() required: boolean;\n\n /**\n * The position to display the label/text for the radiobutton. Valid values are before and after.\n */\n @Input() labelPosition: 'before' | 'after' = 'after';\n\n /**\n * Event emitted containing the source radiobutton, and whether or not it is checked.\n */\n @Output() selectionChange: EventEmitter<GoARadioChange> = new EventEmitter<GoARadioChange>();\n\n /**\n * @ignore\n */\n _onTouchedCallback: () => void;\n\n /**\n * @ignore\n */\n _propagateChange = (_: any) => { };\n\n constructor(private _changeDetector: ChangeDetectorRef,\n private _radioService: GoARadioService) {\n this.uniqueId = `goa-radiobutton-${GoARadioComponent.idNum++}`;\n }\n\n /**\n * Lifecycle hook OnInit. Used to subscribe to radio change messages from the radioService in order to know whether or not\n * this radio should be checked or not.\n * @ignore\n */\n ngOnInit() {\n this.radioServiceSubscription = this._radioService.radioChangeMessage.subscribe(rcm => {\n if (rcm && rcm.source && rcm.source.name === this.name && rcm.source.uniqueId !== this.uniqueId) {\n this.checked = false;\n this._changeDetector.detectChanges();\n }\n });\n }\n\n /**\n * Lifecycle hook OnDestroy. Used to unsubscribe from the radio change messages.\n * @ignore\n */\n ngOnDestroy(): void {\n this.radioServiceSubscription.unsubscribe();\n }\n\n /**\n * Boolean indicating if the radiobutton is required and not checked\n * @ignore\n */\n hasError(): boolean {\n return this.required && !this.checked;\n }\n\n /**\n * Marks the radio button as needing checking for change detection.\n * This method is exposed because the parent radio group will directly\n * update bound properties of the radio button.\n */\n markForCheck(): void {\n // When group value changes, the button will not be notified. Use `markForCheck` to explicitly\n // update radio button's status\n this._changeDetector.markForCheck();\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param value The model bound property, i.e. the value of checked\n * @ignore\n */\n writeValue(value: any) {\n if ((value !== undefined) && (value !== null)) {\n this.checked = value;\n this._changeDetector.detectChanges();\n }\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param fn The function to call on change. Provided by ControlValueAccessor\n * @ignore\n */\n registerOnChange(fn: any) {\n this._propagateChange = fn;\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param fn The function to call on touch. Provided by ControlValueAccessor\n * @ignore\n */\n registerOnTouched(fn: any) {\n this._onTouchedCallback = fn;\n };\n\n /**\n * User interaction event on click of the radiobutton or its label to indicate toggling of the current checked status.\n * Emits selectionChange to parent components.\n * @ignore\n */\n onClick() {\n // flip the checked state of this radio\n this.checked = !this.checked;\n\n // emit radio change event for those interested\n const radioChange = {\n source: this,\n checked: this.checked\n } as GoARadioChange;\n\n this._propagateChange(this.checked);\n this.selectionChange.emit(radioChange);\n\n // notify other radios in group/with same name via radio service so they know to flip their states to not checked\n this._radioService.selectRadio(radioChange);\n }\n}\n","import {\n Component,\n OnInit,\n ChangeDetectionStrategy,\n forwardRef,\n Input,\n Output,\n EventEmitter,\n ChangeDetectorRef,\n QueryList,\n ContentChildren,\n InjectionToken,\n AfterContentInit,\n OnDestroy\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms';\nimport { GoARadioComponent } from '../radio/radio.component';\nimport { GoARadioChange } from '../radio/radio-change';\nimport { GoARadioService } from '../radio/radio.service';\nimport { Subscription } from 'rxjs';\n\n/**\n * Control value accessor to use for the component's provider\n * @ignore\n */\nexport const GOA_RADIO_GROUP_CONTROL_VALUE_ACCESSOR = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => GoARadioGroupComponent),\n multi: true\n}\n\n/**\n * Injection token that can be used to inject instances of `GoARadioGroupComponent`. It serves as\n * alternative token to the actual `GoARadioGroupComponent` class which could cause unnecessary\n * retention of the class and its component metadata.\n * @ignore\n */\nexport const GOA_RADIO_GROUP = new InjectionToken<GoARadioGroupComponent>('GoARadioGroup');\n\n/**\n * Radiobutton group component with Government of Alberta styling. Used to group a set of related radio buttons.\n */\n@Component({\n selector: 'goa-radio-group',\n templateUrl: './radio-group.component.html',\n styleUrls: ['./radio-group.component.scss'],\n providers: [\n GOA_RADIO_GROUP_CONTROL_VALUE_ACCESSOR,\n {provide: GOA_RADIO_GROUP, useExisting: GoARadioGroupComponent}\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class GoARadioGroupComponent implements ControlValueAccessor, OnInit, AfterContentInit, OnDestroy {\n /**\n * Used to generate unique Id for this component\n * @ignore\n */\n static idNum = 0;\n\n /**\n * Unique Id for this component\n * @ignore\n */\n uniqueId: string;\n\n /**\n * Reference to the subscription to the radio change events so it can be unsubscribed on destroy\n * @ignore\n */\n radioServiceSubscription: Subscription;\n\n /**\n * The child radio buttons inside the radio group\n */\n @ContentChildren(forwardRef(() => GoARadioComponent), {descendants: true}) _radios: QueryList<GoARadioComponent>;\n\n /**\n * @ignore\n */\n private _name = `goa-radio-group-${GoARadioGroupComponent.idNum++}`;\n\n /**\n * @ignore\n */\n private _value: any = null;\n\n /**\n * @ignore\n */\n private _selected: GoARadioComponent;\n\n /**\n * @ignore\n */\n private _required: boolean;\n\n /**\n * @ignore\n */\n private _disabled: boolean;\n\n /**\n * @ignore\n */\n private _labelPosition: 'before' | 'after' = 'after';\n\n /**\n * The title for the radio group. Put the question being asked here\n */\n @Input() title: string;\n\n /**\n * Helper text to provide further context as to what the radio group is for/asking\n */\n @Input() helperText: string;\n\n /**\n * The error message to display when the radio group selection is required and nothing has been selected\n */\n @Input() requiredErrorMessage = 'Please select one of the provided options.';\n\n /**\n * Indicates the \"group\" or set of radios this radio belongs to.\n */\n @Input()\n get name(): string { return this._name; }\n set name(value: string) {\n this._name = value;\n this._updateRadioButtonNames();\n }\n\n /**\n * Value/unique identifier for the object the radiobutton represents.\n */\n @Input()\n get value(): any { return this._value; }\n set value(newValue: any) {\n if (this._value !== newValue) {\n // Set this before proceeding to ensure no circular loop occurs with selection.\n this._value = newValue;\n\n this._updateSelectedRadioFromValue();\n this._setSelectedRadioToChecked();\n }\n }\n\n /**\n * The currently selected radio.\n */\n @Input()\n get selected() { return this._selected; }\n set selected(selected: GoARadioComponent | null) {\n this._selected = selected;\n this.value = selected ? selected.value : null;\n this._setSelectedRadioToChecked();\n }\n\n /**\n * Boolean indicating whether or not the radiobutton is disabled.\n */\n @Input()\n get disabled(): boolean { return this._disabled; }\n set disabled(value) {\n this._disabled = value;\n this._updateRadioButtonDisabled();\n }\n\n /**\n * Boolean indicating whether or not the radiobutton is required.\n */\n @Input()\n get required(): boolean { return this._required; }\n set required(value) {\n this._required = value;\n this._updateRadioButtonRequired();\n }\n /**\n * The position to display the label/text for the radiobutton. Valid values are before and after.\n */\n @Input()\n get labelPosition(): 'before' | 'after' {\n return this._labelPosition;\n }\n set labelPosition(position) {\n this._labelPosition = position === 'before' ? 'before' : 'after';\n this._updateRadioButtonLabelPosition();\n }\n\n /**\n * Event emitted containing the source radiobutton, and whether or not it is checked.\n */\n @Output() selectionChange: EventEmitter<GoARadioChange> = new EventEmitter<GoARadioChange>();\n\n /**\n * @ignore\n */\n _onTouchedCallback: () => void;\n\n /**\n * @ignore\n */\n _propagateChange = (_: any) => { };\n\n constructor(private _changeDetector: ChangeDetectorRef, private _radioService: GoARadioService) {\n this.uniqueId = `goa-radiobutton-group-${GoARadioGroupComponent.idNum++}`;\n }\n\n /**\n * Lifecycle hook AfterContentInit. Used to set properties on child radios based on the radio group's properties.\n * @ignore\n */\n ngAfterContentInit(): void {\n this._updateRadioButtonNames();\n this._updateRadioButtonDisabled();\n this._updateRadioButtonRequired();\n this._updateRadioButtonLabelPosition();\n this._updateSelectedRadioFromValue();\n }\n\n /**\n * Lifecycle hook OnInit. Used to subscribe to radio change messages from the radioService in order to set the 'selected' property\n * of the radio group based on which radio was selected\n * @ignore\n */\n ngOnInit(): void {\n this.radioServiceSubscription = this._radioService.radioChangeMessage.subscribe(rcm => {\n if(rcm && rcm.source && rcm.source.name === this.name && rcm.checked) {\n this.selected = this._radios.find(r => r.uniqueId === rcm.source.uniqueId);\n this.selectionChange.emit(rcm);\n }\n });\n }\n\n /**\n * Lifecycle hook OnDestroy. Used to unsubscribe from the radio change messages.\n * @ignore\n */\n ngOnDestroy(): void {\n this.radioServiceSubscription.unsubscribe();\n }\n\n /**\n * Updates the `selected` radio button from the internal _value state.\n */\n private _updateSelectedRadioFromValue(): void {\n // If the value already matches the selected radio, do nothing.\n const isAlreadySelected = this._selected !== undefined && this._selected !== null && this._selected.value === this._value;\n\n // need to wrap in setTimeout because _radios hasnt resolved yet when Input setter fires, need to get to next cycle in page lifecycle\n setTimeout(() => {\n if (this._radios && !isAlreadySelected) {\n this._selected = null;\n this._radios.forEach(radio => {\n radio.checked = this.value === radio.value;\n if (radio.checked) {\n this._selected = radio;\n }\n });\n }\n });\n }\n\n /**\n * Sets the selected radio to checked if it is not already checked\n */\n private _setSelectedRadioToChecked(): void {\n if (this.selected && !this.selected.checked) {\n this.selected.checked = true;\n }\n }\n\n /**\n * Updates the 'name' property of the child radio buttons to match that of the group so they all function together\n */\n private _updateRadioButtonNames(): void {\n if (this._radios) {\n this._radios.forEach(radio => {\n radio.name = this.name;\n radio.markForCheck();\n });\n }\n }\n\n /**\n * Updates the 'disabled' property of the child radio buttons to match the disabled state of the radio group\n */\n private _updateRadioButtonDisabled(): void {\n if (this._radios) {\n this._radios.forEach(radio => {\n radio.required = this._required;\n radio.markForCheck();\n });\n }\n }\n\n /**\n * Updates the 'required' property of the child radio buttons to match the required state of the radio group\n */\n private _updateRadioButtonRequired(): void {\n if (this._radios) {\n this._radios.forEach(radio => {\n radio.required = this._required;\n radio.markForCheck();\n });\n }\n }\n\n /**\n * Updates the 'labelPosition' property of the child radio buttons to match the labelPosition state of the radio group\n */\n private _updateRadioButtonLabelPosition(): void {\n if (this._radios) {\n this._radios.forEach(radio => {\n radio.labelPosition = this._labelPosition;\n radio.markForCheck();\n });\n }\n }\n\n /**\n * Boolean indicating if the radiobutton is required and not checked\n * @ignore\n */\n hasError(): boolean {\n const hasSelectedRadio = this._radios.some(r => r.checked);\n return this.required && !hasSelectedRadio;\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param value The model bound property, i.e. the value of checked\n * @ignore\n */\n writeValue(value: any) {\n if ((value !== undefined) && (value !== null)) {\n this.selected = value;\n this._changeDetector.detectChanges();\n }\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param fn The function to call on change. Provided by ControlValueAccessor\n * @ignore\n */\n registerOnChange(fn: any) {\n this._propagateChange = fn;\n }\n\n /**\n * Implemented as part of ControlValueAccessor.\n * @param fn The function to call on touch. Provided by ControlValueAccessor\n * @ignore\n */\n registerOnTouched(fn: any) {\n this._onTouchedCallback = fn;\n };\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n/**\n * Callout component to describe important changes or facts.\n * selector: goa-callout\n */\n@Component({\n selector: 'goa-callout',\n templateUrl: './callout.component.html',\n styleUrls: ['./callout.component.scss']\n})\nexport class GoACalloutComponent implements OnInit {\n /**\n * The type of the callout, changes stylings and icons.\n */\n @Input() type: 'important' | 'information' | 'event' | 'success' | 'emergency' = 'information';\n\n /**\n * The title of callout\n */\n @Input() title: string;\n constructor() { }\n\n /**\n * @ignore\n */\n ngOnInit(): void {\n if (this.title === undefined || this.title === null) {\n throw new TypeError(`Input 'title' is required.`);\n }\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter, ChangeDetectorRef } from '@angular/core';\n/**\n * Government of Alberta styled notification, comes in 4 variants: emergency, event, information, important.\n * Can set the message and optionally a link url.\n * selector: goa-notification\n */\n@Component({\n selector: 'goa-notification',\n templateUrl: './notification.component.html',\n styleUrls: ['./notification.component.scss']\n})\nexport class GoANotificationComponent implements OnInit {\n\n /**\n * Whether or not the notification has been dismissed.\n * @ignore\n */\n _isDismissed = false;\n\n /**\n * The type of the notification, changes stylings and icons.\n */\n @Input() type: 'important' | 'information' | 'event' | 'emergency' = 'information';\n\n /**\n * Message to display.\n */\n @Input() message: string;\n\n /**\n * Optional link for notification, if no link is provided notification will not contain anchor.\n */\n @Input() notificationUrl?: string;\n\n /**\n * Can the notification be dismissed?\n */\n @Input() isDismissable = true;\n\n /**\n * Event emitted when the notification has been dismissed by the user.\n */\n @Output() dismiss: EventEmitter<any> = new EventEmitter<any>();\n\n constructor(private _changeDetectorRef: ChangeDetectorRef) { }\n\n /**\n * @ignore\n */\n ngOnInit(): void {\n }\n\n /**\n * @ignore\n */\n dismissClick() {\n this._isDismissed = true;\n this._changeDetectorRef.detectChanges();\n\n this.dismiss.emit();\n }\n}\n","import { Component, OnInit, Input, ContentChildren, QueryList } from '@angular/core';\nimport { GoANotificationComponent } from '../notification/notification.component';\n\n/**\n * Government of Alberta styled notification banner. Contains one or more notifications.\n * selector: goa-notification-banner\n */\n@Component({\n selector: 'goa-notification-banner',\n templateUrl: './notification-banner.component.html',\n styleUrls: ['./notification-banner.component.scss']\n})\nexport class GoANotificationBannerComponent implements OnInit {\n\n /**\n * The accessibility title for the notification banner. Is not displayed.\n */\n @Input() title = 'Notifications';\n\n /**\n * The notifications in this banner.\n * @ignore\n */\n @ContentChildren(GoANotificationComponent, {descendants: false}) _notifications: QueryList<GoANotificationComponent>;\n\n constructor() { }\n\n /**\n * @ignore\n */\n ngOnInit(): void {\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'goa-skeleton-image-content',\n templateUrl: './skeleton-image-content.component.html',\n styleUrls: ['./skeleton-element.component.scss'],\n})\nexport class GoASkeletonImageContentComponent {\n @Input() rows = 1;\n\n arr = Array;\n constructor() {}\n\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'goa-skeleton-element',\n templateUrl: './skeleton-element.component.html',\n styleUrls: ['./skeleton-element.component.scss'],\n})\nexport class GoASkeletonElementComponent {\n @Input() type:\n | 'text'\n | 'avatar'\n | 'title'\n | 'paragraph'\n | 'thumbnail'\n | 'card' = 'text';\n\n constructor() {}\n\n get elementClass(): string {\n return `skeleton ${this.type}`;\n }\n\n}\n","import { Component, OnInit } from '@angular/core';\n\n/**\n * Header component used for Government of Alberta cards. \n * Put header content inside of component and it will project to the header section of the card.\n * selector: goa-card-header\n * @example <goa-card><goa-card-header>My content</goa-card-header></goa-card>\n */\n@Component({\n selector: 'goa-card-header',\n templateUrl: './card-header.component.html',\n styleUrls: ['./card-header.component.scss']\n})\nexport class GoACardHeaderComponent implements OnInit {\n\n constructor() { }\n \n /**\n * @ignore\n */\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit } from '@angular/core';\n\n/**\n * Footer component used for Government of Alberta cards. \n * Put footer content inside of component and it will project to the confootertent section of the card.\n * selector: goa-card-footer\n * @example <goa-card><goa-card-footer>My content</goa-card-footer></goa-card>\n */\n@Component({\n selector: 'goa-card-footer',\n templateUrl: './card-footer.component.html',\n styleUrls: ['./card-footer.component.scss']\n})\nexport class GoACardFooterComponent implements OnInit {\n\n constructor() { }\n \n /**\n * @ignore\n */\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n/**\n * cardImage image component used for Government of Alberta cards.\n * It will project to the content section of the card.\n * selector: goa-card-thumb-image\n * @example <goa-card><goa-card-thumb-image url=\"\" alt=\"\"></goa-card-thumb-image></goa-card>\n */\n@Component({\n selector: 'goa-card-thumb-image',\n templateUrl: './card-thumb-image.component.html',\n styleUrls: ['./card-thumb.component.scss'],\n})\nexport class GoACardThumbImageComponent implements OnInit {\n /**\n * The url of the image.\n */\n @Input() url: string;\n /**\n * The alt text for the image.\n */\n @Input() alt: string;\n\n constructor() {}\n\n /**\n * @ignore\n */\n ngOnInit(): void {}\n}\n","import { Component, OnInit } from '@angular/core';\n\n/**\n * Content component used for Government of Alberta cards. \n * Put content inside of component and it will project to the content section of the card.\n * selector: goa-card-content\n * @example <goa-card><goa-card-content>My content</goa-card-content></goa-card>\n */\n@Component({\n selector: 'goa-card-content',\n templateUrl: './card-content.component.html',\n styleUrls: ['./card-content.component.scss']\n})\nexport class GoACardContentComponent implements OnInit {\n\n constructor() { }\n \n /**\n * @ignore\n */\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\nexport * from './header/card-header.component';\nexport * from './footer/card-footer.component';\nexport * from './thumb/card-thumb.component';\nexport * from './content/card-content.component';\n\n/**\n * Card component with Government of Alberta styling.\n * Place desired sub-components (goa-card-thumb-image, goa-card-header, goa-card-content, goa-card-footer) inside of content.\n * selector: goa-card\n */\n@Component({\n selector: 'goa-card',\n templateUrl: './card.component.html',\n styleUrls: ['./card.component.scss']\n})\nexport class GoACardComponent implements OnInit {\n\n /**\n * What percentage of container width to take.\n */\n @Input() cardSize: 'full' | 'auto' = 'full';\n @Input() titleUrl: string;\n @Input() isSkeleton: false;\n\n constructor() { }\n\n /**\n * @ignore\n */\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\ninterface CardItem {\n title: string;\n /** Card description */\n description?: string;\n /** Card image , display on top of title */\n cardImageUrl?: string;\n /** Display card size to allow card responsively show in different device*/\n cardWidth?: number;\n /** Navigation to relate webside from Card title */\n titleUrl?: string;\n}\n\n/**\n * A wrapper/group for a set of card display\n */\n@Component({\n selector: 'goa-card-group',\n templateUrl: './card.group.component.html',\n styleUrls: ['./card.group.component.scss'],\n})\nexport class GoACardGroupComponent implements OnInit {\n /**\n * The appearance style of the button.\n */\n @Input() layout: 'basic' | 'column';\n\n /**\n * Title header text.\n */\n @Input() title: string;\n\n /**\n * Card Items JSON array\n */\n @Input() cardItems?: CardItem[];\n\n constructor() { }\n\n /* eslint-disable @angular-eslint/no-empty-lifecycle-method */\n ngOnInit() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'goa-hero-banner-content',\n templateUrl: './hero-banner-content.component.html',\n styleUrls: ['./hero-banner-content.component.scss']\n})\nexport class GoAHeroBannerContentComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'goa-hero-banner-link',\n templateUrl: './hero-banner-link.component.html',\n styleUrls: ['./hero-banner-link.component.scss']\n})\nexport class GoAHeroBannerLinkComponent implements OnInit {\n\n @Input() url: string;\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\n\nexport * from './content/hero-banner-content.component';\nexport * from './link/hero-banner-link.component';\n\n@Component({\n selector: 'goa-hero-banner',\n templateUrl: './hero-banner.component.html',\n styleUrls: ['./hero-banner.component.scss']\n})\nexport class GoAHeroBannerComponent implements OnInit {\n\n @Input() title: string;\n @Input() backgroundUrl: string;\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { HostListener, OnDestroy } from '@angular/core';\n\nimport {\n Component,\n Input,\n OnChanges,\n OnInit,\n SimpleChanges,\n} from '@angular/core';\nimport { __values } from 'tslib';\n\n/**\n * A page load indicator component with Government of Alberta styling.\n * selector: goa-page-load-indicator\n */\n@Component({\n selector: 'goa-page-load-indicator',\n templateUrl: './page-load-indicator.component.html',\n styleUrls: ['./page-load-indicator.component.scss'],\n})\nexport class GoAPageLoadIndicatorComponent implements OnInit, OnChanges, OnDestroy {\n\n constructor() {\n }\n\n /**\n * Sets the page loader visibility state.\n */\n @Input() visible = false;\n\n /**\n * The type of page loader, deterministic and indeterministic.\n */\n @Input() type: 'progress' | 'infinite' = 'infinite';\n\n /**\n * The message to display while loading.\n */\n @Input() message = '';\n\n /**\n * Sets the percentage value of the page loader while set to progress type, 0 - 100 percent.\n */\n @Input() value = 0;\n\n /**\n * Sets the page to locked and does not accept user input. When not set the component\n * can be used as a child element without blocking user input.\n */\n @Input()\n pagelock = true;\n\n /**\n * Sets the progress indicator display type size.\n */\n @Input() displayType: 'large' | 'small' = 'large';\n\n /**\n * Set defaults\n */\n strokeDashoffsetDefault = 280;\n progressMaxValue = 283;\n strokeDashoffset = 0;\n\n ngOnInit(): void {\n if (this.type !== 'progress') {\n this.strokeDashoffset = this.strokeDashoffsetDefault;\n }\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes.visible) {\n this.blockScrollingToggle(changes.visible.currentValue);\n }\n if (changes.value) {\n if (this.type === 'progress') {\n this.setProgress(changes.value.currentValue);\n }\n }\n }\n\n /**\n * Toggles the page scrolling based on page load indicator's visibility.\n * @param isBlock The flag to enable/disable page scroll.\n * @ignore\n */\n private blockScrollingToggle(isBlock: boolean): void {\n if (!isBlock || !this.pagelock) {\n document.body.style.removeProperty('height');\n document.body.style.removeProperty('overflow');\n } else {\n document.body.style.height = '100%';\n document.body.style.overflow = 'hidden';\n }\n }\n\n /**\n * Blocks the keyboard input when page load indicator is visible.\n * @ignore\n */\n @HostListener('document:keydown', ['$event'])\n disableKeyboardInputHandler(event: KeyboardEvent) {\n if (this.visible) {\n event.returnValue = false;\n event.preventDefault();\n }\n }\n\n ngOnDestroy(): void {\n this.blockScrollingToggle(false);\n }\n\n setProgress(progress: number): void {\n if (this.type !== 'progress') {\n return;\n };\n\n if (progress === 0) {\n this.strokeDashoffset = this.progressMaxValue;\n return;\n }\n\n if (progress >= 100) {\n return;\n }\n\n const value = this.progressMaxValue - Math.round(this.progressMaxValue * progress / 100);\n this.strokeDashoffset = value;\n }\n}\n","import {\n Component,\n Input,\n OnChanges,\n OnInit,\n SimpleChanges,\n} from '@angular/core';\nimport { __values } from 'tslib';\n\n/**\n * A page load indicator component with Government of Alberta styling.\n * selector: goa-element-load-indicator\n */\n@Component({\n selector: 'goa-element-load-indicator',\n templateUrl: './element-load-indicator.component.html',\n styleUrls: ['./element-load-indicator.component.scss'],\n})\nexport class GoAElementLoadIndicatorComponent implements OnInit, OnChanges {\n\n constructor() {\n }\n\n /**\n * Sets the page loader visibility state.\n */\n @Input() visible = true;\n\n /**\n * The diameter of the loader in pixels.\n */\n @Input() size: 'small' | 'default' = 'default';\n\n /**\n * The base color of the spinner.\n */\n @Input() baseColour = '#c8eef9';\n\n /**\n * The spinner color of the spinner.\n */\n @Input() spinnerColour = '#0070c4';\n\n radius = this.size === 'small' ? 16 : 18;\n\n innerRadius = this.radius - 4;\n diameter = this.radius * 2;\n dashArray = this.innerRadius * Math.PI * 2;\n dashOffset = this.innerRadius * Math.PI * 0.5;\n viewBox = `0 0 ${this.diameter} ${this.diameter}`;\n\n /**\n * @ignore\n */\n ngOnChanges(changes: SimpleChanges): void {\n if (changes.size) {\n this.radius = changes.size.currentValue === 'small' ? 16 : 18;\n this.innerRadius = this.radius - 4;\n this.diameter = this.radius * 2;\n this.viewBox = `0 0 ${this.diameter} ${this.diameter}`;\n this.dashArray = this.innerRadius * Math.PI * 2;\n this.dashOffset = this.innerRadius * Math.PI * 0.5;\n }\n }\n\n /**\n * @ignore\n */\n ngOnInit(): void { }\n}","import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { OverlayModule } from '@angular/cdk/overlay';\nimport { FormsModule } from '@angular/forms';\n\nimport { GoAButtonComponent } from './button/button.component';\nimport { GoAMicrositeLogoComponent } from './microsite-logo/microsite-logo.component';\nimport { GoAHeaderComponent } from './header/header.component';\nimport { GoAButtonLinkComponent } from './button-link/button-link.component';\nimport { GoAOptionComponent } from './dropdown/option/option.component';\nimport { GoAOptionGroupComponent } from './dropdown/option-group/option-group.component';\nimport { GoADropdownComponent } from './dropdown/dropdown.component';\nimport { GoACheckboxComponent } from './checkbox/checkbox.component';\nimport { GoARadioComponent } from './radio/radio.component';\nimport { GoARadioService } from './radio/radio.service';\nimport { GoARadioGroupComponent } from './radio-group/radio-group.component';\nimport { GoACalloutComponent } from './callout/callout.component';\nimport { GoANotificationComponent } from './notification/notification.component';\nimport { GoANotificationBannerComponent } from './notification-banner/notification-banner.component';\nimport { GoASkeletonImageContentComponent } from './skeleton/skeleton-image-content.component';\nimport { GoASkeletonElementComponent } from './skeleton/skeleton-element.component';\nimport {\n GoACardComponent,\n GoACardHeaderComponent,\n GoACardFooterComponent,\n GoACardContentComponent,\n GoACardThumbImageComponent\n\n} from './card/card.component';\nimport { GoACardGroupComponent } from './card-group/card.group.component'\nimport {\n GoAHeroBannerComponent,\n GoAHeroBannerContentComponent,\n GoAHeroBannerLinkComponent,\n} from './hero-banner/hero-banner.component';\nimport { GoAPageLoadIndicatorComponent } from './page-load-indicator/page-load-indicator.component';\nimport { GoAElementLoadIndicatorComponent } from './element-load-indicator/element-load-indicator.component';\n\n@NgModule({\n imports: [CommonModule, OverlayModule],\n exports: [\n FormsModule,\n OverlayModule,\n CommonModule,\n GoAButtonComponent,\n GoAMicrositeLogoComponent,\n GoAHeaderComponent,\n GoAButtonLinkComponent,\n GoAOptionComponent,\n GoADropdownComponent,\n GoAOptionGroupComponent,\n GoACheckboxComponent,\n GoACalloutComponent,\n GoACardGroupComponent,\n GoANotificationComponent,\n GoANotificationBannerComponent,\n GoACardComponent,\n GoACardHeaderComponent,\n GoACardFooterComponent,\n GoACardContentComponent,\n GoACardThumbImageComponent,\n GoARadioComponent,\n GoARadioGroupComponent,\n GoAHeroBannerComponent,\n GoAHeroBannerContentComponent,\n GoAHeroBannerLinkComponent,\n GoAPageLoadIndicatorComponent,\n GoASkeletonImageContentComponent,\n GoASkeletonElementComponent,\n GoAElementLoadIndicatorComponent,\n ],\n declarations: [\n GoAButtonComponent,\n GoAMicrositeLogoComponent,\n GoAHeaderComponent,\n GoAButtonLinkComponent,\n GoAOptionComponent,\n GoADropdownComponent,\n GoAOptionGroupComponent,\n GoACheckboxComponent,\n GoACalloutComponent,\n GoACardGroupComponent,\n GoANotificationComponent,\n GoANotificationBannerComponent,\n GoACardComponent,\n GoACardHeaderComponent,\n GoACardFooterComponent,\n GoACardContentComponent,\n GoACardThumbImageComponent,\n GoARadioComponent,\n GoARadioGroupComponent,\n GoAHeroBannerComponent,\n GoAHeroBannerContentComponent,\n GoAHeroBannerLinkComponent,\n GoAPageLoadIndicatorComponent,\n GoASkeletonImageContentComponent,\n GoASkeletonElementComponent,\n GoAElementLoadIndicatorComponent,\n ],\n providers: [GoARadioService],\n schemas: [\n CUSTOM_ELEMENTS_SCHEMA\n ]\n})\nexport class AngularComponentsModule { }\n","import { GoACheckboxComponent } from './checkbox.component';\n\nexport class GoACheckboxChange {\n /** The source MatCheckbox of the event. */\n source: GoACheckboxComponent;\n /** The new `checked` value of the checkbox. */\n checked: boolean;\n }\n","import {\n Component,\n OnInit,\n ChangeDetectionStrategy,\n Input,\n} from '@angular/core';\n\n@Component({\n selector: 'goa-badge',\n templateUrl: './badge.component.html',\n styleUrls: ['./badge.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GoABadgeComponent implements OnInit {\n @Input() type:\n 'information'\n | 'success'\n | 'warning'\n | 'emergency'\n | 'dark'\n | 'midtone'\n | 'light'\n | 'inactive' = 'light';\n\n constructor() { }\n\n get badgeClass(): string {\n return `badge-${this.type}`;\n }\n\n /* eslint-disable @angular-eslint/no-empty-lifecycle-method */\n ngOnInit() { }\n}\n","import { Component, OnInit, ChangeDetectionStrategy, Input, Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'goa-app-version-header',\n templateUrl: './app-version-header.component.html',\n styleUrls: ['./app-version-header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class GoAAppVersionHeaderComponent implements OnInit {\n @Input() isProdEnvironment = false;\n @Input() environment = '';\n @Input() version = '';\n\n @Output() closed = new EventEmitter<boolean>();\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n onCloseClick(): void {\n this.closed.next(true);\n }\n}\n","import { Component, Input, Output, EventEmitter, ViewChild, ElementRef, forwardRef } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\n\n\n@Component({\n selector: 'goa-number-input',\n templateUrl: './number-input.component.html',\n styleUrls: ['./number-input.component.scss'],\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => GoANumberInputComponent),\n multi: true\n },\n ]\n})\nexport class GoANumberInputComponent implements ControlValueAccessor {\n private _value?: number;\n private _min?: number;\n private _max?: number;\n private _isTouched = false;\n\n @ViewChild('numberInput')\n private inputElement: ElementRef<HTMLInputElement>;\n private get input() {\n return this.inputElement?.nativeElement;\n }\n\n @Input()\n disabled: boolean;\n\n /**\n * Sets the step value that is used when incrementing / decrementing\n *\n * @memberof GoANumberInputComponent\n */\n @Input()\n step = 1;\n\n /**\n * An event that fires whenever the value is changed\n *\n * @type {EventEmitter<number | undefined | null>}\n * @memberof GoANumberInputComponent\n */\n @Output()\n valueChanged: EventEmitter<number | undefined | null> = new EventEmitter();\n\n /**\n * The value of the NumberInput\n *\n * @memberof GoANumberInputComponent\n */\n @Input()\n set value(val: number | null) {\n const newVal = (val === undefined || val === null || Number.isNaN(val)) ? null : this.clampValue(val);\n if (this._value !== newVal) {\n this._value = newVal;\n this.onChange?.(newVal);\n this.valueChanged.emit(newVal);\n }\n if (this.input && this.input.valueAsNumber !== newVal) {\n this.input.valueAsNumber = newVal;\n }\n }\n\n get value(): number | undefined | null {\n return this._value;\n }\n\n /**\n * Sets the minimum value that the number input can take\n *\n * @memberof GoANumberInputComponent\n */\n @Input()\n set min(min: number | undefined | null) {\n this._min = min;\n // force reevaluation / clamping\n this.value = this._value;\n }\n\n get min() {\n return this._min\n }\n\n /**\n * Sets the maximum value that the number input can take\n *\n * @memberof GoANumberInputComponent\n */\n @Input()\n set max(max: number | undefined) {\n this._max = max;\n // force reevaluation / clamping\n this.value = this._value;\n }\n\n get max() {\n return this._max\n }\n\n private clampValue(val: number) {\n if (Number.isFinite(this.max)) {\n val = Math.min(this.max, val)\n }\n if (Number.isFinite(this.min)) {\n val = Math.max(val, this.min);\n }\n return val;\n }\n\n markTouched() {\n if (this._isTouched === false) {\n this._isTouched = true;\n this.onTouched?.();\n }\n }\n\n handleInput(event: InputEvent) {\n const inputString = event.data ?? '';\n // If someone is typing a negative number, let them\n if (inputString.trim() !== '-') {\n this.value = (event.target as HTMLInputElement).valueAsNumber;\n }\n }\n\n /**\n * Increment the number input\n *\n * @memberof GoANumberInputComponent\n */\n increment() {\n // use built-in browser increment logic\n this.input.stepUp();\n this.value = this.input.valueAsNumber;\n }\n\n /**\n * Decrement the number input\n *\n * @memberof GoANumberInputComponent\n */\n decrement() {\n // use built-in browser decrement logic\n this.input.stepDown();\n this.value = this.input.valueAsNumber;\n }\n\n // CONTROL VALUE ACCESSOR INTERFACE\n writeValue(value: number): void {\n this.value = value;\n }\n\n // eslint-disable-next-line @typescript-eslint/member-ordering\n onChange: (newValue?: number | null) => void;\n registerOnChange(handler: (newValue?: number | null) => void): void {\n this.onChange = handler;\n }\n\n // eslint-disable-next-line @typescript-eslint/member-ordering\n onTouched: () => void;\n registerOnTouched(handler: () => void): void {\n this.onTouched = handler;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n}\n","import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { GoABadgeComponent } from './badge/badge.component';\nimport { GoAAppVersionHeaderComponent } from './app-version-header/app-version-header.component';\nimport { GoANumberInputComponent } from './number-input/number-input.component';\nimport { AngularComponentsModule } from '../lib/angular-components.module';\n\n@NgModule({\n imports: [\n CommonModule,\n AngularComponentsModule\n ],\n exports: [\n GoABadgeComponent,\n GoAAppVersionHeaderComponent,\n GoANumberInputComponent,\n ],\n declarations: [\n GoABadgeComponent,\n GoAAppVersionHeaderComponent,\n GoANumberInputComponent,\n ],\n providers: [\n ],\n schemas: [ CUSTOM_ELEMENTS_SCHEMA ]\n})\nexport class ExperimentalComponentsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["Component","HostBinding","Input","ChangeDetectionStrategy","ViewChild","ChangeDetectorRef","ContentChildren","EventEmitter","Output","NG_VALUE_ACCESSOR","forwardRef","BehaviorSubject","Injectable","InjectionToken","HostListener","NgModule","CommonModule","OverlayModule","FormsModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"abgov-angular-components.umd.js","sources":["../../../../libs/angular-components/src/lib/angular-components.module.ts","../../../../libs/angular-components/src/lib/value-directive.ts","../../../../libs/angular-components/src/abgov-angular-components.ts"],"sourcesContent":["import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { FormsModule, ReactiveFormsModule } from \"@angular/forms\";\n\nimport \"@abgov/web-components\";\n\n@NgModule({\n imports: [CommonModule, FormsModule, ReactiveFormsModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class AngularComponentsModule {}\n","import { forwardRef, Directive, ElementRef, HostListener } from \"@angular/core\";\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from \"@angular/forms\";\n\n@Directive({\n selector: \"[goaValue]\",\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => ValueDirective),\n multi: true,\n },\n ],\n})\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\nexport class ValueDirective implements ControlValueAccessor {\n private _value = \"\";\n\n onChange: any = () => {};\n onTouched: any = () => {};\n\n get value(): string {\n return this._value;\n }\n\n set value(val: string) {\n if (val !== this._value) {\n this._value = val;\n this.onChange(this._value);\n this.onTouched();\n this.elementRef.nativeElement.value = val;\n }\n }\n\n writeValue(value: string) {\n if (value) {\n this.value = value;\n }\n }\n\n registerOnChange(fn: () => void) {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void) {\n this.onTouched = fn;\n }\n\n constructor(protected elementRef: ElementRef) {}\n\n @HostListener(\"_change\", [\"$event.detail.value\"])\n listenForValueChange(value: string) {\n this.value = value;\n }\n}\n\n@Directive({\n selector: \"[goaValues]\",\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => ValuesDirective),\n multi: true,\n },\n ],\n})\nexport class ValuesDirective implements ControlValueAccessor {\n private _value?: string[] = [];\n\n onChange: any = () => {};\n onTouched: any = () => {};\n\n get value(): string[] | undefined {\n return this._value;\n }\n\n set value(val: string[] | undefined) {\n if (val && val !== this._value) {\n this._setValue(val);\n this.elementRef.nativeElement.value = JSON.stringify(val);\n }\n }\n\n writeValue(value?: string[]) {\n if (value) {\n this.value = value;\n }\n }\n\n registerOnChange(fn: () => void) {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void) {\n this.onTouched = fn;\n }\n\n constructor(protected elementRef: ElementRef) {}\n\n @HostListener(\"_change\", [\"$event.detail.value\"])\n listenForValueChange(value: string) {\n if (!value) {\n this._setValue(undefined);\n return;\n }\n\n try {\n this.value = JSON.parse(value);\n } catch (e) {\n // we still need to trigger the events to prevent any previous valid value to remain set.\n const v = value.match(/^[\\w\\s,]*$/) ? value.split(\",\") : undefined;\n this._setValue(v);\n }\n }\n\n _setValue(value?: string[]) {\n this._value = value;\n this.onChange(value);\n this.onTouched();\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["CommonModule","FormsModule","ReactiveFormsModule","NgModule","CUSTOM_ELEMENTS_SCHEMA","NG_VALUE_ACCESSOR","forwardRef","Directive","HostListener"],"mappings":"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"}
|
package/esm2015/index.js
CHANGED
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
export * from './lib/button-link/button-link.component';
|
|
5
|
-
export * from './lib/header/header.component';
|
|
6
|
-
export * from './lib/hero-banner/hero-banner.component';
|
|
7
|
-
export * from './lib/microsite-logo/microsite-logo.component';
|
|
8
|
-
export * from './lib/dropdown/dropdown.component';
|
|
9
|
-
export * from './lib/dropdown/option/option.component';
|
|
10
|
-
export * from './lib/dropdown/option-group/option-group.component';
|
|
11
|
-
export * from './lib/checkbox/checkbox.component';
|
|
12
|
-
export * from './lib/checkbox/checkbox-change';
|
|
13
|
-
export * from './lib/callout/callout.component';
|
|
14
|
-
export * from './lib/notification/notification.component';
|
|
15
|
-
export * from './lib/notification-banner/notification-banner.component';
|
|
16
|
-
export * from './lib/card/card.component';
|
|
17
|
-
export * from './lib/card-group/card.group.component';
|
|
18
|
-
export * from './lib/radio/radio.component';
|
|
19
|
-
export * from './lib/radio/radio-change';
|
|
20
|
-
export * from './lib/radio/radio.service';
|
|
21
|
-
export * from './lib/radio-group/radio-group.component';
|
|
22
|
-
export * from './lib/page-load-indicator/page-load-indicator.component';
|
|
23
|
-
export * from './lib/skeleton/skeleton-image-content.component';
|
|
24
|
-
export * from './lib/skeleton/skeleton-element.component';
|
|
25
|
-
export * from './lib/element-load-indicator/element-load-indicator.component';
|
|
26
|
-
export * from './experimental';
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXItY29tcG9uZW50cy9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyx1QkFBdUIsQ0FBQztBQUUvQixjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyxvREFBb0QsQ0FBQztBQUNuRSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMseURBQXlELENBQUM7QUFDeEUsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYywrREFBK0QsQ0FBQztBQUU5RSxjQUFjLGdCQUFnQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICdAYWJnb3Yvd2ViLWNvbXBvbmVudHMnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbmd1bGFyLWNvbXBvbmVudHMubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi9idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1saW5rL2J1dHRvbi1saW5rLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9oZWFkZXIvaGVhZGVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9oZXJvLWJhbm5lci9oZXJvLWJhbm5lci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbWljcm9zaXRlLWxvZ28vbWljcm9zaXRlLWxvZ28uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duL2Ryb3Bkb3duLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcm9wZG93bi9vcHRpb24vb3B0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcm9wZG93bi9vcHRpb24tZ3JvdXAvb3B0aW9uLWdyb3VwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGVja2JveC9jaGVja2JveC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hlY2tib3gvY2hlY2tib3gtY2hhbmdlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhbGxvdXQvY2FsbG91dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbm90aWZpY2F0aW9uLWJhbm5lci9ub3RpZmljYXRpb24tYmFubmVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkL2NhcmQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtZ3JvdXAvY2FyZC5ncm91cC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcmFkaW8vcmFkaW8uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JhZGlvL3JhZGlvLWNoYW5nZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYWRpby9yYWRpby5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JhZGlvLWdyb3VwL3JhZGlvLWdyb3VwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYWdlLWxvYWQtaW5kaWNhdG9yL3BhZ2UtbG9hZC1pbmRpY2F0b3IuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NrZWxldG9uL3NrZWxldG9uLWltYWdlLWNvbnRlbnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NrZWxldG9uL3NrZWxldG9uLWVsZW1lbnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2VsZW1lbnQtbG9hZC1pbmRpY2F0b3IvZWxlbWVudC1sb2FkLWluZGljYXRvci5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2V4cGVyaW1lbnRhbCc7XG4iXX0=
|
|
1
|
+
export * from "./lib/angular-components.module";
|
|
2
|
+
export { ValueDirective, ValuesDirective } from "./lib/value-directive";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXItY29tcG9uZW50cy9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxpQ0FBaUMsQ0FBQztBQUVoRCxPQUFPLEVBQUUsY0FBYyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vbGliL2FuZ3VsYXItY29tcG9uZW50cy5tb2R1bGVcIjtcblxuZXhwb3J0IHsgVmFsdWVEaXJlY3RpdmUsIFZhbHVlc0RpcmVjdGl2ZSB9IGZyb20gXCIuL2xpYi92YWx1ZS1kaXJlY3RpdmVcIjtcbiJdfQ==
|
|
@@ -1,96 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CommonModule } from
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { GoAMicrositeLogoComponent } from './microsite-logo/microsite-logo.component';
|
|
7
|
-
import { GoAHeaderComponent } from './header/header.component';
|
|
8
|
-
import { GoAButtonLinkComponent } from './button-link/button-link.component';
|
|
9
|
-
import { GoAOptionComponent } from './dropdown/option/option.component';
|
|
10
|
-
import { GoAOptionGroupComponent } from './dropdown/option-group/option-group.component';
|
|
11
|
-
import { GoADropdownComponent } from './dropdown/dropdown.component';
|
|
12
|
-
import { GoACheckboxComponent } from './checkbox/checkbox.component';
|
|
13
|
-
import { GoARadioComponent } from './radio/radio.component';
|
|
14
|
-
import { GoARadioService } from './radio/radio.service';
|
|
15
|
-
import { GoARadioGroupComponent } from './radio-group/radio-group.component';
|
|
16
|
-
import { GoACalloutComponent } from './callout/callout.component';
|
|
17
|
-
import { GoANotificationComponent } from './notification/notification.component';
|
|
18
|
-
import { GoANotificationBannerComponent } from './notification-banner/notification-banner.component';
|
|
19
|
-
import { GoASkeletonImageContentComponent } from './skeleton/skeleton-image-content.component';
|
|
20
|
-
import { GoASkeletonElementComponent } from './skeleton/skeleton-element.component';
|
|
21
|
-
import { GoACardComponent, GoACardHeaderComponent, GoACardFooterComponent, GoACardContentComponent, GoACardThumbImageComponent } from './card/card.component';
|
|
22
|
-
import { GoACardGroupComponent } from './card-group/card.group.component';
|
|
23
|
-
import { GoAHeroBannerComponent, GoAHeroBannerContentComponent, GoAHeroBannerLinkComponent, } from './hero-banner/hero-banner.component';
|
|
24
|
-
import { GoAPageLoadIndicatorComponent } from './page-load-indicator/page-load-indicator.component';
|
|
25
|
-
import { GoAElementLoadIndicatorComponent } from './element-load-indicator/element-load-indicator.component';
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
|
|
2
|
+
import { CommonModule } from "@angular/common";
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
|
4
|
+
import "@abgov/web-components";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
26
6
|
export class AngularComponentsModule {
|
|
27
7
|
}
|
|
28
|
-
AngularComponentsModule
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
CommonModule,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
GoAOptionComponent,
|
|
40
|
-
GoADropdownComponent,
|
|
41
|
-
GoAOptionGroupComponent,
|
|
42
|
-
GoACheckboxComponent,
|
|
43
|
-
GoACalloutComponent,
|
|
44
|
-
GoACardGroupComponent,
|
|
45
|
-
GoANotificationComponent,
|
|
46
|
-
GoANotificationBannerComponent,
|
|
47
|
-
GoACardComponent,
|
|
48
|
-
GoACardHeaderComponent,
|
|
49
|
-
GoACardFooterComponent,
|
|
50
|
-
GoACardContentComponent,
|
|
51
|
-
GoACardThumbImageComponent,
|
|
52
|
-
GoARadioComponent,
|
|
53
|
-
GoARadioGroupComponent,
|
|
54
|
-
GoAHeroBannerComponent,
|
|
55
|
-
GoAHeroBannerContentComponent,
|
|
56
|
-
GoAHeroBannerLinkComponent,
|
|
57
|
-
GoAPageLoadIndicatorComponent,
|
|
58
|
-
GoASkeletonImageContentComponent,
|
|
59
|
-
GoASkeletonElementComponent,
|
|
60
|
-
GoAElementLoadIndicatorComponent,
|
|
61
|
-
],
|
|
62
|
-
declarations: [
|
|
63
|
-
GoAButtonComponent,
|
|
64
|
-
GoAMicrositeLogoComponent,
|
|
65
|
-
GoAHeaderComponent,
|
|
66
|
-
GoAButtonLinkComponent,
|
|
67
|
-
GoAOptionComponent,
|
|
68
|
-
GoADropdownComponent,
|
|
69
|
-
GoAOptionGroupComponent,
|
|
70
|
-
GoACheckboxComponent,
|
|
71
|
-
GoACalloutComponent,
|
|
72
|
-
GoACardGroupComponent,
|
|
73
|
-
GoANotificationComponent,
|
|
74
|
-
GoANotificationBannerComponent,
|
|
75
|
-
GoACardComponent,
|
|
76
|
-
GoACardHeaderComponent,
|
|
77
|
-
GoACardFooterComponent,
|
|
78
|
-
GoACardContentComponent,
|
|
79
|
-
GoACardThumbImageComponent,
|
|
80
|
-
GoARadioComponent,
|
|
81
|
-
GoARadioGroupComponent,
|
|
82
|
-
GoAHeroBannerComponent,
|
|
83
|
-
GoAHeroBannerContentComponent,
|
|
84
|
-
GoAHeroBannerLinkComponent,
|
|
85
|
-
GoAPageLoadIndicatorComponent,
|
|
86
|
-
GoASkeletonImageContentComponent,
|
|
87
|
-
GoASkeletonElementComponent,
|
|
88
|
-
GoAElementLoadIndicatorComponent,
|
|
89
|
-
],
|
|
90
|
-
providers: [GoARadioService],
|
|
91
|
-
schemas: [
|
|
92
|
-
CUSTOM_ELEMENTS_SCHEMA
|
|
93
|
-
]
|
|
94
|
-
},] }
|
|
95
|
-
];
|
|
96
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci1jb21wb25lbnRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvYW5ndWxhci1jb21wb25lbnRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLHNCQUFzQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDckQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQy9ELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQy9ELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ3pGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzVELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNqRixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNyRyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUMvRixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNwRixPQUFPLEVBQ0wsZ0JBQWdCLEVBQ2hCLHNCQUFzQixFQUN0QixzQkFBc0IsRUFDdEIsdUJBQXVCLEVBQ3ZCLDBCQUEwQixFQUUzQixNQUFNLHVCQUF1QixDQUFDO0FBQy9CLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFBO0FBQ3pFLE9BQU8sRUFDTCxzQkFBc0IsRUFDdEIsNkJBQTZCLEVBQzdCLDBCQUEwQixHQUMzQixNQUFNLHFDQUFxQyxDQUFDO0FBQzdDLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQ3BHLE9BQU8sRUFBRSxnQ0FBZ0MsRUFBRSxNQUFNLDJEQUEyRCxDQUFDO0FBb0U3RyxNQUFNLE9BQU8sdUJBQXVCOzs7WUFsRW5DLFFBQVEsU0FBQztnQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxDQUFDO2dCQUN0QyxPQUFPLEVBQUU7b0JBQ1AsV0FBVztvQkFDWCxhQUFhO29CQUNiLFlBQVk7b0JBQ1osa0JBQWtCO29CQUNsQix5QkFBeUI7b0JBQ3pCLGtCQUFrQjtvQkFDbEIsc0JBQXNCO29CQUN0QixrQkFBa0I7b0JBQ2xCLG9CQUFvQjtvQkFDcEIsdUJBQXVCO29CQUN2QixvQkFBb0I7b0JBQ3BCLG1CQUFtQjtvQkFDbkIscUJBQXFCO29CQUNyQix3QkFBd0I7b0JBQ3hCLDhCQUE4QjtvQkFDOUIsZ0JBQWdCO29CQUNoQixzQkFBc0I7b0JBQ3RCLHNCQUFzQjtvQkFDdEIsdUJBQXVCO29CQUN2QiwwQkFBMEI7b0JBQzFCLGlCQUFpQjtvQkFDakIsc0JBQXNCO29CQUN0QixzQkFBc0I7b0JBQ3RCLDZCQUE2QjtvQkFDN0IsMEJBQTBCO29CQUMxQiw2QkFBNkI7b0JBQzdCLGdDQUFnQztvQkFDaEMsMkJBQTJCO29CQUMzQixnQ0FBZ0M7aUJBQ2pDO2dCQUNELFlBQVksRUFBRTtvQkFDWixrQkFBa0I7b0JBQ2xCLHlCQUF5QjtvQkFDekIsa0JBQWtCO29CQUNsQixzQkFBc0I7b0JBQ3RCLGtCQUFrQjtvQkFDbEIsb0JBQW9CO29CQUNwQix1QkFBdUI7b0JBQ3ZCLG9CQUFvQjtvQkFDcEIsbUJBQW1CO29CQUNuQixxQkFBcUI7b0JBQ3JCLHdCQUF3QjtvQkFDeEIsOEJBQThCO29CQUM5QixnQkFBZ0I7b0JBQ2hCLHNCQUFzQjtvQkFDdEIsc0JBQXNCO29CQUN0Qix1QkFBdUI7b0JBQ3ZCLDBCQUEwQjtvQkFDMUIsaUJBQWlCO29CQUNqQixzQkFBc0I7b0JBQ3RCLHNCQUFzQjtvQkFDdEIsNkJBQTZCO29CQUM3QiwwQkFBMEI7b0JBQzFCLDZCQUE2QjtvQkFDN0IsZ0NBQWdDO29CQUNoQywyQkFBMkI7b0JBQzNCLGdDQUFnQztpQkFDakM7Z0JBQ0QsU0FBUyxFQUFFLENBQUMsZUFBZSxDQUFDO2dCQUM1QixPQUFPLEVBQUU7b0JBQ1Asc0JBQXNCO2lCQUN2QjthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBPdmVybGF5TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IEdvQUJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BTWljcm9zaXRlTG9nb0NvbXBvbmVudCB9IGZyb20gJy4vbWljcm9zaXRlLWxvZ28vbWljcm9zaXRlLWxvZ28uY29tcG9uZW50JztcbmltcG9ydCB7IEdvQUhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vaGVhZGVyL2hlYWRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BQnV0dG9uTGlua0NvbXBvbmVudCB9IGZyb20gJy4vYnV0dG9uLWxpbmsvYnV0dG9uLWxpbmsuY29tcG9uZW50JztcbmltcG9ydCB7IEdvQU9wdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vZHJvcGRvd24vb3B0aW9uL29wdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BT3B0aW9uR3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2Ryb3Bkb3duL29wdGlvbi1ncm91cC9vcHRpb24tZ3JvdXAuY29tcG9uZW50JztcbmltcG9ydCB7IEdvQURyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9kcm9wZG93bi9kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BQ2hlY2tib3hDb21wb25lbnQgfSBmcm9tICcuL2NoZWNrYm94L2NoZWNrYm94LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHb0FSYWRpb0NvbXBvbmVudCB9IGZyb20gJy4vcmFkaW8vcmFkaW8uY29tcG9uZW50JztcbmltcG9ydCB7IEdvQVJhZGlvU2VydmljZSB9IGZyb20gJy4vcmFkaW8vcmFkaW8uc2VydmljZSc7XG5pbXBvcnQgeyBHb0FSYWRpb0dyb3VwQ29tcG9uZW50IH0gZnJvbSAnLi9yYWRpby1ncm91cC9yYWRpby1ncm91cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BQ2FsbG91dENvbXBvbmVudCB9IGZyb20gJy4vY2FsbG91dC9jYWxsb3V0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHb0FOb3RpZmljYXRpb25Db21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IEdvQU5vdGlmaWNhdGlvbkJhbm5lckNvbXBvbmVudCB9IGZyb20gJy4vbm90aWZpY2F0aW9uLWJhbm5lci9ub3RpZmljYXRpb24tYmFubmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHb0FTa2VsZXRvbkltYWdlQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vc2tlbGV0b24vc2tlbGV0b24taW1hZ2UtY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BU2tlbGV0b25FbGVtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9za2VsZXRvbi9za2VsZXRvbi1lbGVtZW50LmNvbXBvbmVudCc7XG5pbXBvcnQge1xuICBHb0FDYXJkQ29tcG9uZW50LFxuICBHb0FDYXJkSGVhZGVyQ29tcG9uZW50LFxuICBHb0FDYXJkRm9vdGVyQ29tcG9uZW50LFxuICBHb0FDYXJkQ29udGVudENvbXBvbmVudCxcbiAgR29BQ2FyZFRodW1iSW1hZ2VDb21wb25lbnRcblxufSBmcm9tICcuL2NhcmQvY2FyZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgR29BQ2FyZEdyb3VwQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJkLWdyb3VwL2NhcmQuZ3JvdXAuY29tcG9uZW50J1xuaW1wb3J0IHtcbiAgR29BSGVyb0Jhbm5lckNvbXBvbmVudCxcbiAgR29BSGVyb0Jhbm5lckNvbnRlbnRDb21wb25lbnQsXG4gIEdvQUhlcm9CYW5uZXJMaW5rQ29tcG9uZW50LFxufSBmcm9tICcuL2hlcm8tYmFubmVyL2hlcm8tYmFubmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHb0FQYWdlTG9hZEluZGljYXRvckNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS1sb2FkLWluZGljYXRvci9wYWdlLWxvYWQtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHb0FFbGVtZW50TG9hZEluZGljYXRvckNvbXBvbmVudCB9IGZyb20gJy4vZWxlbWVudC1sb2FkLWluZGljYXRvci9lbGVtZW50LWxvYWQtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE92ZXJsYXlNb2R1bGVdLFxuICBleHBvcnRzOiBbXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgT3ZlcmxheU1vZHVsZSxcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgR29BQnV0dG9uQ29tcG9uZW50LFxuICAgIEdvQU1pY3Jvc2l0ZUxvZ29Db21wb25lbnQsXG4gICAgR29BSGVhZGVyQ29tcG9uZW50LFxuICAgIEdvQUJ1dHRvbkxpbmtDb21wb25lbnQsXG4gICAgR29BT3B0aW9uQ29tcG9uZW50LFxuICAgIEdvQURyb3Bkb3duQ29tcG9uZW50LFxuICAgIEdvQU9wdGlvbkdyb3VwQ29tcG9uZW50LFxuICAgIEdvQUNoZWNrYm94Q29tcG9uZW50LFxuICAgIEdvQUNhbGxvdXRDb21wb25lbnQsXG4gICAgR29BQ2FyZEdyb3VwQ29tcG9uZW50LFxuICAgIEdvQU5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgICBHb0FOb3RpZmljYXRpb25CYW5uZXJDb21wb25lbnQsXG4gICAgR29BQ2FyZENvbXBvbmVudCxcbiAgICBHb0FDYXJkSGVhZGVyQ29tcG9uZW50LFxuICAgIEdvQUNhcmRGb290ZXJDb21wb25lbnQsXG4gICAgR29BQ2FyZENvbnRlbnRDb21wb25lbnQsXG4gICAgR29BQ2FyZFRodW1iSW1hZ2VDb21wb25lbnQsXG4gICAgR29BUmFkaW9Db21wb25lbnQsXG4gICAgR29BUmFkaW9Hcm91cENvbXBvbmVudCxcbiAgICBHb0FIZXJvQmFubmVyQ29tcG9uZW50LFxuICAgIEdvQUhlcm9CYW5uZXJDb250ZW50Q29tcG9uZW50LFxuICAgIEdvQUhlcm9CYW5uZXJMaW5rQ29tcG9uZW50LFxuICAgIEdvQVBhZ2VMb2FkSW5kaWNhdG9yQ29tcG9uZW50LFxuICAgIEdvQVNrZWxldG9uSW1hZ2VDb250ZW50Q29tcG9uZW50LFxuICAgIEdvQVNrZWxldG9uRWxlbWVudENvbXBvbmVudCxcbiAgICBHb0FFbGVtZW50TG9hZEluZGljYXRvckNvbXBvbmVudCxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgR29BQnV0dG9uQ29tcG9uZW50LFxuICAgIEdvQU1pY3Jvc2l0ZUxvZ29Db21wb25lbnQsXG4gICAgR29BSGVhZGVyQ29tcG9uZW50LFxuICAgIEdvQUJ1dHRvbkxpbmtDb21wb25lbnQsXG4gICAgR29BT3B0aW9uQ29tcG9uZW50LFxuICAgIEdvQURyb3Bkb3duQ29tcG9uZW50LFxuICAgIEdvQU9wdGlvbkdyb3VwQ29tcG9uZW50LFxuICAgIEdvQUNoZWNrYm94Q29tcG9uZW50LFxuICAgIEdvQUNhbGxvdXRDb21wb25lbnQsXG4gICAgR29BQ2FyZEdyb3VwQ29tcG9uZW50LFxuICAgIEdvQU5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgICBHb0FOb3RpZmljYXRpb25CYW5uZXJDb21wb25lbnQsXG4gICAgR29BQ2FyZENvbXBvbmVudCxcbiAgICBHb0FDYXJkSGVhZGVyQ29tcG9uZW50LFxuICAgIEdvQUNhcmRGb290ZXJDb21wb25lbnQsXG4gICAgR29BQ2FyZENvbnRlbnRDb21wb25lbnQsXG4gICAgR29BQ2FyZFRodW1iSW1hZ2VDb21wb25lbnQsXG4gICAgR29BUmFkaW9Db21wb25lbnQsXG4gICAgR29BUmFkaW9Hcm91cENvbXBvbmVudCxcbiAgICBHb0FIZXJvQmFubmVyQ29tcG9uZW50LFxuICAgIEdvQUhlcm9CYW5uZXJDb250ZW50Q29tcG9uZW50LFxuICAgIEdvQUhlcm9CYW5uZXJMaW5rQ29tcG9uZW50LFxuICAgIEdvQVBhZ2VMb2FkSW5kaWNhdG9yQ29tcG9uZW50LFxuICAgIEdvQVNrZWxldG9uSW1hZ2VDb250ZW50Q29tcG9uZW50LFxuICAgIEdvQVNrZWxldG9uRWxlbWVudENvbXBvbmVudCxcbiAgICBHb0FFbGVtZW50TG9hZEluZGljYXRvckNvbXBvbmVudCxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbR29BUmFkaW9TZXJ2aWNlXSxcbiAgc2NoZW1hczogW1xuICAgIENVU1RPTV9FTEVNRU5UU19TQ0hFTUFcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBBbmd1bGFyQ29tcG9uZW50c01vZHVsZSB7IH1cbiJdfQ==
|
|
8
|
+
AngularComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: AngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
AngularComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: AngularComponentsModule, imports: [CommonModule, FormsModule, ReactiveFormsModule] });
|
|
10
|
+
AngularComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: AngularComponentsModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule]] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: AngularComponentsModule, decorators: [{
|
|
12
|
+
type: NgModule,
|
|
13
|
+
args: [{
|
|
14
|
+
imports: [CommonModule, FormsModule, ReactiveFormsModule],
|
|
15
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci1jb21wb25lbnRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvYW5ndWxhci1jb21wb25lbnRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFbEUsT0FBTyx1QkFBdUIsQ0FBQzs7QUFNL0IsTUFBTSxPQUFPLHVCQUF1Qjs7cUhBQXZCLHVCQUF1QjtzSEFBdkIsdUJBQXVCLFlBSHhCLFlBQVksRUFBRSxXQUFXLEVBQUUsbUJBQW1CO3NIQUc3Qyx1QkFBdUIsWUFIekIsQ0FBQyxZQUFZLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixDQUFDOzRGQUc5Qyx1QkFBdUI7a0JBSm5DLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsQ0FBQztvQkFDekQsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcblxuaW1wb3J0IFwiQGFiZ292L3dlYi1jb21wb25lbnRzXCI7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBBbmd1bGFyQ29tcG9uZW50c01vZHVsZSB7fVxuIl19
|