@abgov/angular-components 2.0.0-alpha.1 → 2.0.0-alpha.5
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/abgov-angular-components.metadata.json +1 -1
- package/bundles/abgov-angular-components.umd.js +31 -27
- package/bundles/abgov-angular-components.umd.js.map +1 -1
- package/esm2015/experimental/app-version-header/app-version-header.component.js +1 -1
- package/esm2015/experimental/badge/badge.component.js +1 -1
- package/esm2015/experimental/components.module.js +3 -2
- package/esm2015/experimental/number-input/number-input.component.js +1 -1
- package/esm2015/index.js +2 -1
- package/esm2015/lib/angular-components.module.js +5 -2
- package/esm2015/lib/button/button.component.js +1 -1
- package/esm2015/lib/button-link/button-link.component.js +1 -1
- package/esm2015/lib/callout/callout.component.js +1 -1
- package/esm2015/lib/card/card.component.js +1 -1
- package/esm2015/lib/card-group/card.group.component.js +1 -1
- package/esm2015/lib/checkbox/checkbox-change.js +1 -1
- package/esm2015/lib/checkbox/checkbox.component.js +1 -1
- package/esm2015/lib/dropdown/dropdown.component.js +1 -1
- package/esm2015/lib/element-load-indicator/element-load-indicator.component.js +1 -1
- package/esm2015/lib/header/header.component.js +1 -1
- package/esm2015/lib/hero-banner/content/hero-banner-content.component.js +1 -1
- package/esm2015/lib/hero-banner/hero-banner.component.js +1 -1
- package/esm2015/lib/hero-banner/link/hero-banner-link.component.js +1 -1
- package/esm2015/lib/microsite-logo/microsite-logo.component.js +1 -1
- package/esm2015/lib/notification/notification.component.js +1 -1
- package/esm2015/lib/notification-banner/notification-banner.component.js +1 -1
- package/esm2015/lib/page-load-indicator/page-load-indicator.component.js +1 -1
- package/esm2015/lib/radio/radio.component.js +1 -1
- package/esm2015/lib/radio-group/radio-group.component.js +1 -1
- package/esm2015/lib/skeleton/skeleton-element.component.js +1 -1
- package/esm2015/lib/skeleton/skeleton-image-content.component.js +1 -1
- package/fesm2015/abgov-angular-components.js +29 -24
- package/fesm2015/abgov-angular-components.js.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +4 -2
- package/theme.css +0 -164
- package/theme.css.map +0 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import '@abgov/web-components';
|
|
1
2
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, HostBinding, Input, ChangeDetectionStrategy, ViewChild, ChangeDetectorRef, ContentChildren, EventEmitter, Output, forwardRef, Injectable, InjectionToken, HostListener, NgModule } from '@angular/core';
|
|
3
|
+
import { Component, HostBinding, Input, ChangeDetectionStrategy, ViewChild, ChangeDetectorRef, ContentChildren, EventEmitter, Output, forwardRef, Injectable, InjectionToken, HostListener, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
4
|
import { CommonModule } from '@angular/common';
|
|
4
5
|
import { OverlayModule } from '@angular/cdk/overlay';
|
|
5
6
|
import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
|
|
@@ -57,7 +58,7 @@ GoAButtonComponent.decorators = [
|
|
|
57
58
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
58
59
|
'button[goa-button], input[type="button"][goa-button], input[type="submit"][goa-button]',
|
|
59
60
|
template: "<ng-content></ng-content>\n",
|
|
60
|
-
styles: ["
|
|
61
|
+
styles: [""]
|
|
61
62
|
},] }
|
|
62
63
|
];
|
|
63
64
|
GoAButtonComponent.ctorParameters = () => [];
|
|
@@ -94,7 +95,7 @@ GoAMicrositeLogoComponent.decorators = [
|
|
|
94
95
|
{ type: Component, args: [{
|
|
95
96
|
selector: 'goa-microsite-logo',
|
|
96
97
|
template: "<a href=\"{{serviceHome}}\" attr.aria-label=\"{{serviceHome}}\" class=\"microsite-link\">\n <span class=\"image-desktop-tablet\"></span>\n <span class=\"image-mobile\"></span>\n <span class=\"name\">\n {{serviceName}}\n </span>\n</a>\n",
|
|
97
|
-
styles: ["
|
|
98
|
+
styles: [""]
|
|
98
99
|
},] }
|
|
99
100
|
];
|
|
100
101
|
GoAMicrositeLogoComponent.ctorParameters = () => [];
|
|
@@ -139,7 +140,7 @@ GoAHeaderComponent.decorators = [
|
|
|
139
140
|
{ type: Component, args: [{
|
|
140
141
|
selector: 'goa-header',
|
|
141
142
|
template: "<header class=\"goa-header goa-official-site-header\">\n <div>\n <span class=\"service-level\" [ngClass]=\"serviceLevelCssClass()\">\n {{ serviceLevelFormatted() }}\n </span>\n </div>\n <div\n *ngIf=\"serviceLevel === 'live'; else elseNotLive\"\n class=\"site-text\"\n i18n=\"Alberta.ca official site text on header\"\n >\n An official site of the\n <a href=\"https://www.alberta.ca/index.aspx\" class=\"web-link\"\n >Alberta Government</a\n >\n </div>\n <ng-template #elseNotLive>\n <div class=\"site-text\" i18n=\"Alberta.ca site text on header\">\n This is a new\n <a href=\"https://www.alberta.ca/index.aspx\" class=\"web-link\"\n >Alberta Government</a\n >\n service\n </div>\n </ng-template>\n</header>\n<header class=\"goa-header goa-microsite-header\">\n <goa-microsite-logo\n [serviceName]=\"serviceName\"\n [serviceHome]=\"serviceHome\"\n ></goa-microsite-logo>\n <ng-content></ng-content>\n</header>\n",
|
|
142
|
-
styles: ["
|
|
143
|
+
styles: [""]
|
|
143
144
|
},] }
|
|
144
145
|
];
|
|
145
146
|
GoAHeaderComponent.ctorParameters = () => [];
|
|
@@ -201,7 +202,7 @@ GoAButtonLinkComponent.decorators = [
|
|
|
201
202
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
202
203
|
selector: 'a[goa-button]',
|
|
203
204
|
template: "<span>\n <ng-content></ng-content>\n</span>",
|
|
204
|
-
styles: ["
|
|
205
|
+
styles: [""]
|
|
205
206
|
},] }
|
|
206
207
|
];
|
|
207
208
|
GoAButtonLinkComponent.ctorParameters = () => [];
|
|
@@ -606,7 +607,7 @@ GoADropdownComponent.decorators = [
|
|
|
606
607
|
{ type: Component, args: [{
|
|
607
608
|
selector: 'goa-dropdown',
|
|
608
609
|
template: "<div class=\"goa-dropdown\" [ngClass]=\"{\n 'single-selection': multiple === false,\n 'has-error': _requiredError === true,\n 'opened': _isOpen,\n 'disabled': disabled === true\n }\"> \n <label class=\"dropdown-label\">{{label}}\n <span *ngIf=\"required\" class=\"required-label\" i18n=\"Required label for dropdown\">(Required)</span>\n <div (click)=\"inputClicked()\" class=\"dropdown-grouping\" cdkOverlayOrigin #trigger=\"cdkOverlayOrigin\">\n <i class=\"goa-select-icon\"></i>\n <input class=\"dropdown-textbox margin-override\" \n #textInput \n (input)=\"onFilterChange($event.target.value)\"\n type=\"text\" \n [attr.readonly]=\"typeaheadMode === 'none' ? 'readonly' : null\"\n [attr.disabled]=\"disabled === true ? 'true' : null\"\n placeholder=\"{{description}}\"> \n <ng-template\n cdkConnectedOverlay\n cdkConnectedOverlayLockPosition\n [cdkConnectedOverlayHasBackdrop]=\"true\"\n [cdkConnectedOverlayViewportMargin]=\"20\"\n cdkConnectedOverlayBackdropClass=\"cdk-overlay-transparent-backdrop\"\n (backdropClick)=\"_isOpen = false\"\n (overlayKeydown)=\"overlayKeydown($event)\"\n (detach)=\"_isOpen = false\"\n [cdkConnectedOverlayOrigin]=\"trigger\"\n [cdkConnectedOverlayOpen]=\"_isOpen\"\n [cdkConnectedOverlayPositions]=\"_positions\"\n [cdkConnectedOverlayMinWidth]=\"_triggerRect?.width\"\n [cdkConnectedOverlayHeight]=\"menuHeight\"\n [cdkConnectedOverlayFlexibleDimensions]=\"true\"\n >\n <div class=\"dropdown-menu\">\n <div *ngFor=\"let optionGroup of optionGroups\" class=\"option-group\">\n <div *ngIf=\"optionGroup._filteredOptions.length > 0\">\n <div class=\"option-group-label\">\n {{optionGroup.label}}\n </div>\n <!--Grab the <option> template from the GoAOption -->\n <div class=\"option\"\n [ngClass]=\"{\n 'selected': option.selected,\n 'active': option.id === _activeOption.id\n }\"\n *ngFor=\"let option of (optionGroup._filteredOptions)\" \n (click)=\"optionClicked(option)\"\n (mouseover)=\"setActiveOption(option)\">\n <ng-template [ngTemplateOutlet]=\"option.optionTemplate\"></ng-template>\n </div>\n </div>\n </div>\n <!--Grab the <option> template from the GoAOption -->\n <div class=\"option\" \n [ngClass]=\"{\n 'selected': option.selected,\n 'active': option.id === _activeOption.id\n }\"\n *ngFor=\"let option of (_filteredOptions)\" \n (click)=\"optionClicked(option)\"\n (mouseover)=\"setActiveOption(option)\"> \n <ng-template [ngTemplateOutlet]=\"option.optionTemplate\"></ng-template>\n </div>\n </div> \n </ng-template> \n </div>\n <span *ngIf=\"!_requiredError\" class=\"helper-text\">{{description}}</span>\n <span *ngIf=\"_requiredError === true\" class=\"error-text\" i18n=\"Required warning for dropdown\">At least one item must be selected.</span> \n </label>\n</div>\n",
|
|
609
|
-
styles: ["
|
|
610
|
+
styles: [""]
|
|
610
611
|
},] }
|
|
611
612
|
];
|
|
612
613
|
GoADropdownComponent.ctorParameters = () => [
|
|
@@ -746,7 +747,7 @@ GoACheckboxComponent.decorators = [
|
|
|
746
747
|
//register our custom ControlValueAccessor with angular DI system so angular knows how to get instance of it for ngModel binding
|
|
747
748
|
providers: [GOA_CHECKBOX_CONTROL_VALUE_ACCESSOR],
|
|
748
749
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
749
|
-
styles: ["
|
|
750
|
+
styles: [""]
|
|
750
751
|
},] }
|
|
751
752
|
];
|
|
752
753
|
GoACheckboxComponent.ctorParameters = () => [
|
|
@@ -907,7 +908,7 @@ GoARadioComponent.decorators = [
|
|
|
907
908
|
//register our custom ControlValueAccessor with angular DI system so angular knows how to get instance of it for ngModel binding
|
|
908
909
|
providers: [GOA_RADIO_CONTROL_VALUE_ACCESSOR],
|
|
909
910
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
910
|
-
styles: ["
|
|
911
|
+
styles: [""]
|
|
911
912
|
},] }
|
|
912
913
|
];
|
|
913
914
|
GoARadioComponent.ctorParameters = () => [
|
|
@@ -1181,7 +1182,7 @@ GoARadioGroupComponent.decorators = [
|
|
|
1181
1182
|
{ provide: GOA_RADIO_GROUP, useExisting: GoARadioGroupComponent }
|
|
1182
1183
|
],
|
|
1183
1184
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1184
|
-
styles: ["
|
|
1185
|
+
styles: [""]
|
|
1185
1186
|
},] }
|
|
1186
1187
|
];
|
|
1187
1188
|
GoARadioGroupComponent.ctorParameters = () => [
|
|
@@ -1226,7 +1227,7 @@ GoACalloutComponent.decorators = [
|
|
|
1226
1227
|
{ type: Component, args: [{
|
|
1227
1228
|
selector: 'goa-callout',
|
|
1228
1229
|
template: "<div\n class=\"goa-callout\"\n [ngClass]=\"{\n 'goa--event': type === 'event',\n 'goa--important': type === 'important',\n 'goa--emergency': type === 'emergency',\n 'goa--success': type === 'success'\n }\"\n>\n <div>\n <h3>{{ title }}</h3>\n <div class=\"messages\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n",
|
|
1229
|
-
styles: ["
|
|
1230
|
+
styles: [""]
|
|
1230
1231
|
},] }
|
|
1231
1232
|
];
|
|
1232
1233
|
GoACalloutComponent.ctorParameters = () => [];
|
|
@@ -1279,7 +1280,7 @@ GoANotificationComponent.decorators = [
|
|
|
1279
1280
|
{ type: Component, args: [{
|
|
1280
1281
|
selector: 'goa-notification',
|
|
1281
1282
|
template: "\n<div class=\"goa-notification\"\n [ngClass]=\"{\n 'dismissed': _isDismissed === true,\n 'goa--event': type === 'event',\n 'goa--important': type === 'important',\n 'goa--emergency': type === 'emergency'\n }\">\n <div class=\"content\">\n <a *ngIf=\"notificationUrl\" class=\"message\" href={{notificationUrl}}>{{message}}</a>\n <span *ngIf=\"!notificationUrl\" class=\"message\">{{message}}</span>\n <a *ngIf=\"isDismissable === true\" class=\"close\" i18n-title title=\"Dismiss\" (click)=\"dismissClick()\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n <path d=\"M 15.99 14.54C 15.99 14.54 14.54 15.99 14.54 15.99 14.54 15.99 8 9.45 8 9.45 8 9.45 1.46 15.99 1.46 15.99 1.46 15.99 0.01 14.54 0.01 14.54 0.01 14.54 6.55 8 6.55 8 6.55 8 0.01 1.46 0.01 1.46 0.01 1.46 1.46 0.01 1.46 0.01 1.46 0.01 8 6.55 8 6.55 8 6.55 14.54 0.01 14.54 0.01 14.54 0.01 15.99 1.46 15.99 1.46 15.99 1.46 9.45 8 9.45 8 9.45 8 15.99 14.54 15.99 14.54Z\"/>\n </svg>\n </a>\n </div>\n</div>\n\n",
|
|
1282
|
-
styles: ["
|
|
1283
|
+
styles: [""]
|
|
1283
1284
|
},] }
|
|
1284
1285
|
];
|
|
1285
1286
|
GoANotificationComponent.ctorParameters = () => [
|
|
@@ -1314,7 +1315,7 @@ GoANotificationBannerComponent.decorators = [
|
|
|
1314
1315
|
{ type: Component, args: [{
|
|
1315
1316
|
selector: 'goa-notification-banner',
|
|
1316
1317
|
template: "<div class=\"goa-notifications\">\r\n <h2 class=\"title\">{{title}}</h2>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n",
|
|
1317
|
-
styles: ["
|
|
1318
|
+
styles: [""]
|
|
1318
1319
|
},] }
|
|
1319
1320
|
];
|
|
1320
1321
|
GoANotificationBannerComponent.ctorParameters = () => [];
|
|
@@ -1333,7 +1334,7 @@ GoASkeletonImageContentComponent.decorators = [
|
|
|
1333
1334
|
{ type: Component, args: [{
|
|
1334
1335
|
selector: 'goa-skeleton-image-content',
|
|
1335
1336
|
template: "<div class=\"skeleton-image-content\">\n <goa-skeleton-element type=\"thumbnail\"></goa-skeleton-element>\n <div class=\"skeleton-image-content__text\">\n <goa-skeleton-element\n type=\"title\"\n *ngFor=\"let i of arr(rows).fill(1)\"\n ></goa-skeleton-element>\n </div>\n</div>\n",
|
|
1336
|
-
styles: ["
|
|
1337
|
+
styles: [""]
|
|
1337
1338
|
},] }
|
|
1338
1339
|
];
|
|
1339
1340
|
GoASkeletonImageContentComponent.ctorParameters = () => [];
|
|
@@ -1353,7 +1354,7 @@ GoASkeletonElementComponent.decorators = [
|
|
|
1353
1354
|
{ type: Component, args: [{
|
|
1354
1355
|
selector: 'goa-skeleton-element',
|
|
1355
1356
|
template: "<div [ngClass]=\"elementClass\"></div>",
|
|
1356
|
-
styles: ["
|
|
1357
|
+
styles: [""]
|
|
1357
1358
|
},] }
|
|
1358
1359
|
];
|
|
1359
1360
|
GoASkeletonElementComponent.ctorParameters = () => [];
|
|
@@ -1478,7 +1479,7 @@ GoACardComponent.decorators = [
|
|
|
1478
1479
|
{ type: Component, args: [{
|
|
1479
1480
|
selector: 'goa-card',
|
|
1480
1481
|
template: "<div\n class=\"goa-card\"\n [ngClass]=\"{\n 'card-auto': cardSize === 'auto'\n }\" [attr.data-skeleton]=\"isSkeleton ? '' : null\"\n>\n <div class=\"goa-poster\">\n <ng-content select=\"goa-card-thumb-image\"></ng-content>\n </div>\n <div class=\"card-content\">\n <a class=\"goa-title\" href=\"{{ titleUrl }}\">\n <ng-content select=\"goa-card-header\"></ng-content>\n </a>\n <div class=\"goa-text\">\n <ng-content select=\"goa-card-content\"></ng-content>\n </div>\n <div class=\"goa-footer\">\n <ng-content select=\"goa-card-footer\"></ng-content>\n </div>\n </div>\n</div>\n",
|
|
1481
|
-
styles: ["
|
|
1482
|
+
styles: [""]
|
|
1482
1483
|
},] }
|
|
1483
1484
|
];
|
|
1484
1485
|
GoACardComponent.ctorParameters = () => [];
|
|
@@ -1500,7 +1501,7 @@ GoACardGroupComponent.decorators = [
|
|
|
1500
1501
|
{ type: Component, args: [{
|
|
1501
1502
|
selector: 'goa-card-group',
|
|
1502
1503
|
template: "<ng-container>\n <div class=\"goa-card-group\">\n <div class=\"card-group-title\">{{ title }}</div>\n <div\n [ngClass]=\"{\n 'card-group-basic': layout === 'basic',\n 'card-group-column': layout === 'column'\n }\"\n >\n <ng-content></ng-content>\n <div *ngFor=\"let card of cardItems\">\n <goa-card titleUrl=\"{{ card.titleUrl }}\">\n <goa-card-thumb-image\n url=\"{{ card.cardImageUrl }}\"\n alt=\"hero pic\"\n ></goa-card-thumb-image>\n <goa-card-header>{{ card.title }}</goa-card-header>\n <goa-card-content>{{ card.description }}</goa-card-content>\n </goa-card>\n </div>\n </div>\n </div>\n</ng-container>\n",
|
|
1503
|
-
styles: ["
|
|
1504
|
+
styles: [""]
|
|
1504
1505
|
},] }
|
|
1505
1506
|
];
|
|
1506
1507
|
GoACardGroupComponent.ctorParameters = () => [];
|
|
@@ -1519,7 +1520,7 @@ GoAHeroBannerContentComponent.decorators = [
|
|
|
1519
1520
|
{ type: Component, args: [{
|
|
1520
1521
|
selector: 'goa-hero-banner-content',
|
|
1521
1522
|
template: "<ng-container>\n <p class=\"goa-hero-banner-content\" role=\"note\">\n <ng-content></ng-content>\n </p>\n</ng-container>\n",
|
|
1522
|
-
styles: ["
|
|
1523
|
+
styles: [""]
|
|
1523
1524
|
},] }
|
|
1524
1525
|
];
|
|
1525
1526
|
GoAHeroBannerContentComponent.ctorParameters = () => [];
|
|
@@ -1533,7 +1534,7 @@ GoAHeroBannerLinkComponent.decorators = [
|
|
|
1533
1534
|
{ type: Component, args: [{
|
|
1534
1535
|
selector: 'goa-hero-banner-link',
|
|
1535
1536
|
template: "<ng-container>\n <a class=\"goa-link-button right-arrow\" [href]=\"url\" role=\"link\">\n <ng-content></ng-content>\n </a>\n</ng-container>\n",
|
|
1536
|
-
styles: ["
|
|
1537
|
+
styles: [""]
|
|
1537
1538
|
},] }
|
|
1538
1539
|
];
|
|
1539
1540
|
GoAHeroBannerLinkComponent.ctorParameters = () => [];
|
|
@@ -1550,7 +1551,7 @@ GoAHeroBannerComponent.decorators = [
|
|
|
1550
1551
|
{ type: Component, args: [{
|
|
1551
1552
|
selector: 'goa-hero-banner',
|
|
1552
1553
|
template: "<div class=\"goa-hero\"\n style=\"background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url({{backgroundUrl}});\"\n>\n <h1 role=\"heading\">{{ title }}</h1>\n <ng-content select=\"goa-hero-banner-content\"></ng-content>\n <ng-content select=\"goa-hero-banner-link\"></ng-content>\n</div>\n",
|
|
1553
|
-
styles: ["
|
|
1554
|
+
styles: [""]
|
|
1554
1555
|
},] }
|
|
1555
1556
|
];
|
|
1556
1557
|
GoAHeroBannerComponent.ctorParameters = () => [];
|
|
@@ -1660,7 +1661,7 @@ GoAPageLoadIndicatorComponent.decorators = [
|
|
|
1660
1661
|
{ type: Component, args: [{
|
|
1661
1662
|
selector: 'goa-page-load-indicator',
|
|
1662
1663
|
template: "<div *ngIf=\"visible\" class=\"progress-container--{{ displayType }}\">\n <svg\n [ngClass]=\"{\n 'svg': displayType === 'large',\n 'svg--small': displayType === 'small'\n }\"\n fill=\"none\"\n viewBox=\"0 0 100 100\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <circle class=\"base-circle\" cx=\"50\" cy=\"50\" r=\"45\"/>\n <circle\n [ngClass]=\"{\n 'progress-circle--infinite': type === 'infinite',\n 'progress-circle': type === 'progress'\n }\"\n cx=\"50\"\n cy=\"50\"\n r=\"45\"\n [style.stroke-dashoffset]=\"strokeDashoffset\"/>\n </svg>\n\n <span class=\"progress-message--{{ displayType }}\">\n {{ message }}\n </span>\n</div>\n",
|
|
1663
|
-
styles: ["
|
|
1664
|
+
styles: [""]
|
|
1664
1665
|
},] }
|
|
1665
1666
|
];
|
|
1666
1667
|
GoAPageLoadIndicatorComponent.ctorParameters = () => [];
|
|
@@ -1725,7 +1726,7 @@ GoAElementLoadIndicatorComponent.decorators = [
|
|
|
1725
1726
|
{ type: Component, args: [{
|
|
1726
1727
|
selector: 'goa-element-load-indicator',
|
|
1727
1728
|
template: "<div *ngIf=\"visible\">\n <svg\n fill=\"none\"\n [attr.viewBox]=\"viewBox\"\n [attr.width]=\"radius\"\n [attr.height]=\"radius\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle\n class=\"base-circle\"\n [attr.cx]=\"radius\"\n [attr.cy]=\"radius\"\n [attr.r]=\"innerRadius\"\n [style.stroke]=\"baseColour\"\n />\n <circle\n class=\"rotating-circle\"\n [attr.cx]=\"radius\"\n [style.stroke-dasharray]=\"dashArray\"\n [style.stroke-dashoffset]=\"dashOffset\"\n [attr.cy]=\"radius\"\n [attr.r]=\"innerRadius\"\n [style.stroke]=\"spinnerColour\"\n />\n </svg>\n</div>\n",
|
|
1728
|
-
styles: ["
|
|
1729
|
+
styles: [""]
|
|
1729
1730
|
},] }
|
|
1730
1731
|
];
|
|
1731
1732
|
GoAElementLoadIndicatorComponent.ctorParameters = () => [];
|
|
@@ -1801,6 +1802,9 @@ AngularComponentsModule.decorators = [
|
|
|
1801
1802
|
GoAElementLoadIndicatorComponent,
|
|
1802
1803
|
],
|
|
1803
1804
|
providers: [GoARadioService],
|
|
1805
|
+
schemas: [
|
|
1806
|
+
CUSTOM_ELEMENTS_SCHEMA
|
|
1807
|
+
]
|
|
1804
1808
|
},] }
|
|
1805
1809
|
];
|
|
1806
1810
|
|
|
@@ -1822,7 +1826,7 @@ GoABadgeComponent.decorators = [
|
|
|
1822
1826
|
selector: 'goa-badge',
|
|
1823
1827
|
template: "<div class=\"goa-badge\" [ngClass]=\"badgeClass\">\n <ng-content class=\"goa-badge-icon\" select=\"mat-icon,.goa-badge-icon\"></ng-content>\n <div class=\"goa-badge-content\">\n <ng-content></ng-content>\n </div>\n</div>\n",
|
|
1824
1828
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1825
|
-
styles: ["
|
|
1829
|
+
styles: [""]
|
|
1826
1830
|
},] }
|
|
1827
1831
|
];
|
|
1828
1832
|
GoABadgeComponent.ctorParameters = () => [];
|
|
@@ -1848,7 +1852,7 @@ GoAAppVersionHeaderComponent.decorators = [
|
|
|
1848
1852
|
selector: 'goa-app-version-header',
|
|
1849
1853
|
template: "<div\n *ngIf=\"!isProdEnvironment && (closed | async) === null\"\n class=\"goa-app-version-header\"\n>\n <span class=\"content-wrapper\">\n <span class=\"environment-and-version\">{{ environment }} {{ version }}</span>\n <span class=\"close\" (click)=\"onCloseClick()\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ionicon\"\n viewBox=\"0 0 512 512\"\n >\n <title>Close</title>\n <path\n fill=\"currentColor\"\n stroke=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"32\"\n d=\"M368 368L144 144M368 144L144 368\"\n />\n </svg>\n </span>\n </span>\n</div>\n",
|
|
1850
1854
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1851
|
-
styles: ["
|
|
1855
|
+
styles: [""]
|
|
1852
1856
|
},] }
|
|
1853
1857
|
];
|
|
1854
1858
|
GoAAppVersionHeaderComponent.ctorParameters = () => [];
|
|
@@ -1995,7 +1999,7 @@ GoANumberInputComponent.decorators = [
|
|
|
1995
1999
|
multi: true
|
|
1996
2000
|
},
|
|
1997
2001
|
],
|
|
1998
|
-
styles: ["
|
|
2002
|
+
styles: [""]
|
|
1999
2003
|
},] }
|
|
2000
2004
|
];
|
|
2001
2005
|
GoANumberInputComponent.propDecorators = {
|
|
@@ -2027,6 +2031,7 @@ ExperimentalComponentsModule.decorators = [
|
|
|
2027
2031
|
GoANumberInputComponent,
|
|
2028
2032
|
],
|
|
2029
2033
|
providers: [],
|
|
2034
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
2030
2035
|
},] }
|
|
2031
2036
|
];
|
|
2032
2037
|
|