@biggive/components-angular 0.0.20 → 1.0.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.
@@ -2,9 +2,42 @@ import { __decorate } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
4
  import { fromEvent } from 'rxjs';
5
- import { defineCustomElement as defineCustomElement$1 } from '@biggive/components/dist/components/biggive-campaign-card.js';
6
- import { defineCustomElement as defineCustomElement$2 } from '@biggive/components/dist/components/biggive-grid.js';
7
- import { defineCustomElement as defineCustomElement$3 } from '@biggive/components/dist/components/demo-campaign-cards.js';
5
+ import { defineCustomElement as defineCustomElement$1 } from '@biggive/components/dist/components/biggive-back-to-top.js';
6
+ import { defineCustomElement as defineCustomElement$2 } from '@biggive/components/dist/components/biggive-basic-card.js';
7
+ import { defineCustomElement as defineCustomElement$3 } from '@biggive/components/dist/components/biggive-beneficiary-icon.js';
8
+ import { defineCustomElement as defineCustomElement$4 } from '@biggive/components/dist/components/biggive-boxed-content.js';
9
+ import { defineCustomElement as defineCustomElement$5 } from '@biggive/components/dist/components/biggive-branded-image.js';
10
+ import { defineCustomElement as defineCustomElement$6 } from '@biggive/components/dist/components/biggive-button.js';
11
+ import { defineCustomElement as defineCustomElement$7 } from '@biggive/components/dist/components/biggive-call-to-action.js';
12
+ import { defineCustomElement as defineCustomElement$8 } from '@biggive/components/dist/components/biggive-campaign-card.js';
13
+ import { defineCustomElement as defineCustomElement$9 } from '@biggive/components/dist/components/biggive-campaign-card-filter-grid.js';
14
+ import { defineCustomElement as defineCustomElement$a } from '@biggive/components/dist/components/biggive-campaign-highlights.js';
15
+ import { defineCustomElement as defineCustomElement$b } from '@biggive/components/dist/components/biggive-category-icon.js';
16
+ import { defineCustomElement as defineCustomElement$c } from '@biggive/components/dist/components/biggive-footer.js';
17
+ import { defineCustomElement as defineCustomElement$d } from '@biggive/components/dist/components/biggive-form.js';
18
+ import { defineCustomElement as defineCustomElement$e } from '@biggive/components/dist/components/biggive-form-field-select.js';
19
+ import { defineCustomElement as defineCustomElement$f } from '@biggive/components/dist/components/biggive-formatted-text.js';
20
+ import { defineCustomElement as defineCustomElement$g } from '@biggive/components/dist/components/biggive-grid.js';
21
+ import { defineCustomElement as defineCustomElement$h } from '@biggive/components/dist/components/biggive-header.js';
22
+ import { defineCustomElement as defineCustomElement$i } from '@biggive/components/dist/components/biggive-heading.js';
23
+ import { defineCustomElement as defineCustomElement$j } from '@biggive/components/dist/components/biggive-hero-image.js';
24
+ import { defineCustomElement as defineCustomElement$k } from '@biggive/components/dist/components/biggive-icon-group.js';
25
+ import { defineCustomElement as defineCustomElement$l } from '@biggive/components/dist/components/biggive-image.js';
26
+ import { defineCustomElement as defineCustomElement$m } from '@biggive/components/dist/components/biggive-image-feature.js';
27
+ import { defineCustomElement as defineCustomElement$n } from '@biggive/components/dist/components/biggive-misc-icon.js';
28
+ import { defineCustomElement as defineCustomElement$o } from '@biggive/components/dist/components/biggive-page-column.js';
29
+ import { defineCustomElement as defineCustomElement$p } from '@biggive/components/dist/components/biggive-page-columns.js';
30
+ import { defineCustomElement as defineCustomElement$q } from '@biggive/components/dist/components/biggive-page-section.js';
31
+ import { defineCustomElement as defineCustomElement$r } from '@biggive/components/dist/components/biggive-progress-bar.js';
32
+ import { defineCustomElement as defineCustomElement$s } from '@biggive/components/dist/components/biggive-quote.js';
33
+ import { defineCustomElement as defineCustomElement$t } from '@biggive/components/dist/components/biggive-search.js';
34
+ import { defineCustomElement as defineCustomElement$u } from '@biggive/components/dist/components/biggive-social-icon.js';
35
+ import { defineCustomElement as defineCustomElement$v } from '@biggive/components/dist/components/biggive-tab.js';
36
+ import { defineCustomElement as defineCustomElement$w } from '@biggive/components/dist/components/biggive-tabbed-content.js';
37
+ import { defineCustomElement as defineCustomElement$x } from '@biggive/components/dist/components/biggive-text-input.js';
38
+ import { defineCustomElement as defineCustomElement$y } from '@biggive/components/dist/components/biggive-totalizer.js';
39
+ import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-video.js';
40
+ import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-video-feature.js';
8
41
  import { CommonModule } from '@angular/common';
9
42
 
10
43
  /* eslint-disable */
@@ -58,6 +91,172 @@ function ProxyCmp(opts) {
58
91
  return decorator;
59
92
  }
60
93
 
94
+ let BiggiveBackToTop = class BiggiveBackToTop {
95
+ constructor(c, r, z) {
96
+ this.z = z;
97
+ c.detach();
98
+ this.el = r.nativeElement;
99
+ }
100
+ };
101
+ BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
102
+ BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveBackToTop, selector: "biggive-back-to-top", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
103
+ BiggiveBackToTop = __decorate([
104
+ ProxyCmp({
105
+ defineCustomElementFn: defineCustomElement$1
106
+ })
107
+ ], BiggiveBackToTop);
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBackToTop, decorators: [{
109
+ type: Component,
110
+ args: [{
111
+ selector: 'biggive-back-to-top',
112
+ changeDetection: ChangeDetectionStrategy.OnPush,
113
+ template: '<ng-content></ng-content>'
114
+ }]
115
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
116
+ let BiggiveBasicCard = class BiggiveBasicCard {
117
+ constructor(c, r, z) {
118
+ this.z = z;
119
+ c.detach();
120
+ this.el = r.nativeElement;
121
+ }
122
+ };
123
+ BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBasicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
124
+ BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveBasicCard, selector: "biggive-basic-card", inputs: { backgroundColour: "backgroundColour", backgroundImageUrl: "backgroundImageUrl", buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", iconColour: "iconColour", mainTitle: "mainTitle", spaceBelow: "spaceBelow", subtitle: "subtitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
125
+ BiggiveBasicCard = __decorate([
126
+ ProxyCmp({
127
+ defineCustomElementFn: defineCustomElement$2,
128
+ inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle']
129
+ })
130
+ ], BiggiveBasicCard);
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBasicCard, decorators: [{
132
+ type: Component,
133
+ args: [{
134
+ selector: 'biggive-basic-card',
135
+ changeDetection: ChangeDetectionStrategy.OnPush,
136
+ template: '<ng-content></ng-content>',
137
+ inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle']
138
+ }]
139
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
140
+ let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
141
+ constructor(c, r, z) {
142
+ this.z = z;
143
+ c.detach();
144
+ this.el = r.nativeElement;
145
+ }
146
+ };
147
+ BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBeneficiaryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
148
+ BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveBeneficiaryIcon, selector: "biggive-beneficiary-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", label: "label", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
149
+ BiggiveBeneficiaryIcon = __decorate([
150
+ ProxyCmp({
151
+ defineCustomElementFn: defineCustomElement$3,
152
+ inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
153
+ })
154
+ ], BiggiveBeneficiaryIcon);
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBeneficiaryIcon, decorators: [{
156
+ type: Component,
157
+ args: [{
158
+ selector: 'biggive-beneficiary-icon',
159
+ changeDetection: ChangeDetectionStrategy.OnPush,
160
+ template: '<ng-content></ng-content>',
161
+ inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
162
+ }]
163
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
164
+ let BiggiveBoxedContent = class BiggiveBoxedContent {
165
+ constructor(c, r, z) {
166
+ this.z = z;
167
+ c.detach();
168
+ this.el = r.nativeElement;
169
+ }
170
+ };
171
+ BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBoxedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
172
+ BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveBoxedContent, selector: "biggive-boxed-content", inputs: { backgroundColour: "backgroundColour", horizontalPadding: "horizontalPadding", shadow: "shadow", spaceBelow: "spaceBelow", verticalPadding: "verticalPadding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
173
+ BiggiveBoxedContent = __decorate([
174
+ ProxyCmp({
175
+ defineCustomElementFn: defineCustomElement$4,
176
+ inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
177
+ })
178
+ ], BiggiveBoxedContent);
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBoxedContent, decorators: [{
180
+ type: Component,
181
+ args: [{
182
+ selector: 'biggive-boxed-content',
183
+ changeDetection: ChangeDetectionStrategy.OnPush,
184
+ template: '<ng-content></ng-content>',
185
+ inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
186
+ }]
187
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
188
+ let BiggiveBrandedImage = class BiggiveBrandedImage {
189
+ constructor(c, r, z) {
190
+ this.z = z;
191
+ c.detach();
192
+ this.el = r.nativeElement;
193
+ }
194
+ };
195
+ BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBrandedImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
196
+ BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveBrandedImage, selector: "biggive-branded-image", inputs: { imageUrl: "imageUrl", logoUrl: "logoUrl", slug: "slug", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
197
+ BiggiveBrandedImage = __decorate([
198
+ ProxyCmp({
199
+ defineCustomElementFn: defineCustomElement$5,
200
+ inputs: ['imageUrl', 'logoUrl', 'slug', 'spaceBelow']
201
+ })
202
+ ], BiggiveBrandedImage);
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveBrandedImage, decorators: [{
204
+ type: Component,
205
+ args: [{
206
+ selector: 'biggive-branded-image',
207
+ changeDetection: ChangeDetectionStrategy.OnPush,
208
+ template: '<ng-content></ng-content>',
209
+ inputs: ['imageUrl', 'logoUrl', 'slug', 'spaceBelow']
210
+ }]
211
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
212
+ let BiggiveButton = class BiggiveButton {
213
+ constructor(c, r, z) {
214
+ this.z = z;
215
+ c.detach();
216
+ this.el = r.nativeElement;
217
+ }
218
+ };
219
+ BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
220
+ BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveButton, selector: "biggive-button", inputs: { colourScheme: "colourScheme", fullWidth: "fullWidth", label: "label", spaceBelow: "spaceBelow", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
221
+ BiggiveButton = __decorate([
222
+ ProxyCmp({
223
+ defineCustomElementFn: defineCustomElement$6,
224
+ inputs: ['colourScheme', 'fullWidth', 'label', 'spaceBelow', 'url']
225
+ })
226
+ ], BiggiveButton);
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveButton, decorators: [{
228
+ type: Component,
229
+ args: [{
230
+ selector: 'biggive-button',
231
+ changeDetection: ChangeDetectionStrategy.OnPush,
232
+ template: '<ng-content></ng-content>',
233
+ inputs: ['colourScheme', 'fullWidth', 'label', 'spaceBelow', 'url']
234
+ }]
235
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
236
+ let BiggiveCallToAction = class BiggiveCallToAction {
237
+ constructor(c, r, z) {
238
+ this.z = z;
239
+ c.detach();
240
+ this.el = r.nativeElement;
241
+ }
242
+ };
243
+ BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCallToAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
244
+ BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveCallToAction, selector: "biggive-call-to-action", inputs: { defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", primaryButtonColourScheme: "primaryButtonColourScheme", primaryButtonLabel: "primaryButtonLabel", primaryButtonUrl: "primaryButtonUrl", secondaryButtonColourScheme: "secondaryButtonColourScheme", secondaryButtonLabel: "secondaryButtonLabel", secondaryButtonUrl: "secondaryButtonUrl", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow", subtitle: "subtitle", subtitleColour: "subtitleColour", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
245
+ BiggiveCallToAction = __decorate([
246
+ ProxyCmp({
247
+ defineCustomElementFn: defineCustomElement$7,
248
+ inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'spaceBelow', 'subtitle', 'subtitleColour', 'teaser', 'teaserColour']
249
+ })
250
+ ], BiggiveCallToAction);
251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCallToAction, decorators: [{
252
+ type: Component,
253
+ args: [{
254
+ selector: 'biggive-call-to-action',
255
+ changeDetection: ChangeDetectionStrategy.OnPush,
256
+ template: '<ng-content></ng-content>',
257
+ inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'spaceBelow', 'subtitle', 'subtitleColour', 'teaser', 'teaserColour']
258
+ }]
259
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
61
260
  let BiggiveCampaignCard = class BiggiveCampaignCard {
62
261
  constructor(c, r, z) {
63
262
  this.z = z;
@@ -66,11 +265,11 @@ let BiggiveCampaignCard = class BiggiveCampaignCard {
66
265
  }
67
266
  };
68
267
  BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCampaignCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
69
- BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveCampaignCard, selector: "biggive-campaign-card", inputs: { banner: "banner", beneficiaries: "beneficiaries", callToActionLabel: "callToActionLabel", callToActionUrl: "callToActionUrl", campaignTitle: "campaignTitle", campaignType: "campaignType", categories: "categories", currencyCode: "currencyCode", daysRemaining: "daysRemaining", matchFundsRemaining: "matchFundsRemaining", organisationName: "organisationName", target: "target", totalFundsRaised: "totalFundsRaised" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
268
+ BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveCampaignCard, selector: "biggive-campaign-card", inputs: { banner: "banner", campaignTitle: "campaignTitle", campaignType: "campaignType", currencyCode: "currencyCode", donateButtonColourScheme: "donateButtonColourScheme", donateButtonLabel: "donateButtonLabel", donateButtonUrl: "donateButtonUrl", moreInfoButtonColourScheme: "moreInfoButtonColourScheme", moreInfoButtonLabel: "moreInfoButtonLabel", moreInfoButtonUrl: "moreInfoButtonUrl", organisationName: "organisationName", primaryFigureAmount: "primaryFigureAmount", primaryFigureLabel: "primaryFigureLabel", progressBarCounter: "progressBarCounter", secondaryFigureAmount: "secondaryFigureAmount", secondaryFigureLabel: "secondaryFigureLabel", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
70
269
  BiggiveCampaignCard = __decorate([
71
270
  ProxyCmp({
72
- defineCustomElementFn: defineCustomElement$1,
73
- inputs: ['banner', 'beneficiaries', 'callToActionLabel', 'callToActionUrl', 'campaignTitle', 'campaignType', 'categories', 'currencyCode', 'daysRemaining', 'matchFundsRemaining', 'organisationName', 'target', 'totalFundsRaised']
271
+ defineCustomElementFn: defineCustomElement$8,
272
+ inputs: ['banner', 'campaignTitle', 'campaignType', 'currencyCode', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
74
273
  })
75
274
  ], BiggiveCampaignCard);
76
275
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCampaignCard, decorators: [{
@@ -79,7 +278,170 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImpor
79
278
  selector: 'biggive-campaign-card',
80
279
  changeDetection: ChangeDetectionStrategy.OnPush,
81
280
  template: '<ng-content></ng-content>',
82
- inputs: ['banner', 'beneficiaries', 'callToActionLabel', 'callToActionUrl', 'campaignTitle', 'campaignType', 'categories', 'currencyCode', 'daysRemaining', 'matchFundsRemaining', 'organisationName', 'target', 'totalFundsRaised']
281
+ inputs: ['banner', 'campaignTitle', 'campaignType', 'currencyCode', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
282
+ }]
283
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
284
+ let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
285
+ constructor(c, r, z) {
286
+ this.z = z;
287
+ c.detach();
288
+ this.el = r.nativeElement;
289
+ proxyOutputs(this, this.el, ['doTextSearch']);
290
+ }
291
+ };
292
+ BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCampaignCardFilterGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
293
+ BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveCampaignCardFilterGrid, selector: "biggive-campaign-card-filter-grid", inputs: { buttonText: "buttonText", intro: "intro", placeholderText: "placeholderText", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
294
+ BiggiveCampaignCardFilterGrid = __decorate([
295
+ ProxyCmp({
296
+ defineCustomElementFn: defineCustomElement$9,
297
+ inputs: ['buttonText', 'intro', 'placeholderText', 'spaceBelow']
298
+ })
299
+ ], BiggiveCampaignCardFilterGrid);
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCampaignCardFilterGrid, decorators: [{
301
+ type: Component,
302
+ args: [{
303
+ selector: 'biggive-campaign-card-filter-grid',
304
+ changeDetection: ChangeDetectionStrategy.OnPush,
305
+ template: '<ng-content></ng-content>',
306
+ inputs: ['buttonText', 'intro', 'placeholderText', 'spaceBelow']
307
+ }]
308
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
309
+ let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
310
+ constructor(c, r, z) {
311
+ this.z = z;
312
+ c.detach();
313
+ this.el = r.nativeElement;
314
+ }
315
+ };
316
+ BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCampaignHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
317
+ BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveCampaignHighlights, selector: "biggive-campaign-highlights", inputs: { banner: "banner", campaignTitle: "campaignTitle", currencyCode: "currencyCode", primaryFigureAmount: "primaryFigureAmount", primaryFigureLabel: "primaryFigureLabel", primaryStatIcon: "primaryStatIcon", primaryStatText: "primaryStatText", progressBarCounter: "progressBarCounter", secondaryFigureAmount: "secondaryFigureAmount", secondaryFigureLabel: "secondaryFigureLabel", secondaryStatIcon: "secondaryStatIcon", secondaryStatText: "secondaryStatText", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
318
+ BiggiveCampaignHighlights = __decorate([
319
+ ProxyCmp({
320
+ defineCustomElementFn: defineCustomElement$a,
321
+ inputs: ['banner', 'campaignTitle', 'currencyCode', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
322
+ })
323
+ ], BiggiveCampaignHighlights);
324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCampaignHighlights, decorators: [{
325
+ type: Component,
326
+ args: [{
327
+ selector: 'biggive-campaign-highlights',
328
+ changeDetection: ChangeDetectionStrategy.OnPush,
329
+ template: '<ng-content></ng-content>',
330
+ inputs: ['banner', 'campaignTitle', 'currencyCode', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
331
+ }]
332
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
333
+ let BiggiveCategoryIcon = class BiggiveCategoryIcon {
334
+ constructor(c, r, z) {
335
+ this.z = z;
336
+ c.detach();
337
+ this.el = r.nativeElement;
338
+ }
339
+ };
340
+ BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCategoryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
341
+ BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveCategoryIcon, selector: "biggive-category-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", label: "label", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
342
+ BiggiveCategoryIcon = __decorate([
343
+ ProxyCmp({
344
+ defineCustomElementFn: defineCustomElement$b,
345
+ inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
346
+ })
347
+ ], BiggiveCategoryIcon);
348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveCategoryIcon, decorators: [{
349
+ type: Component,
350
+ args: [{
351
+ selector: 'biggive-category-icon',
352
+ changeDetection: ChangeDetectionStrategy.OnPush,
353
+ template: '<ng-content></ng-content>',
354
+ inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
355
+ }]
356
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
357
+ let BiggiveFooter = class BiggiveFooter {
358
+ constructor(c, r, z) {
359
+ this.z = z;
360
+ c.detach();
361
+ this.el = r.nativeElement;
362
+ }
363
+ };
364
+ BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
365
+ BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveFooter, selector: "biggive-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
366
+ BiggiveFooter = __decorate([
367
+ ProxyCmp({
368
+ defineCustomElementFn: defineCustomElement$c
369
+ })
370
+ ], BiggiveFooter);
371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveFooter, decorators: [{
372
+ type: Component,
373
+ args: [{
374
+ selector: 'biggive-footer',
375
+ changeDetection: ChangeDetectionStrategy.OnPush,
376
+ template: '<ng-content></ng-content>'
377
+ }]
378
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
379
+ let BiggiveForm = class BiggiveForm {
380
+ constructor(c, r, z) {
381
+ this.z = z;
382
+ c.detach();
383
+ this.el = r.nativeElement;
384
+ }
385
+ };
386
+ BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
387
+ BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveForm, selector: "biggive-form", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
388
+ BiggiveForm = __decorate([
389
+ ProxyCmp({
390
+ defineCustomElementFn: defineCustomElement$d
391
+ })
392
+ ], BiggiveForm);
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveForm, decorators: [{
394
+ type: Component,
395
+ args: [{
396
+ selector: 'biggive-form',
397
+ changeDetection: ChangeDetectionStrategy.OnPush,
398
+ template: '<ng-content></ng-content>'
399
+ }]
400
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
401
+ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
402
+ constructor(c, r, z) {
403
+ this.z = z;
404
+ c.detach();
405
+ this.el = r.nativeElement;
406
+ }
407
+ };
408
+ BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
409
+ BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
410
+ BiggiveFormFieldSelect = __decorate([
411
+ ProxyCmp({
412
+ defineCustomElementFn: defineCustomElement$e
413
+ })
414
+ ], BiggiveFormFieldSelect);
415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
416
+ type: Component,
417
+ args: [{
418
+ selector: 'biggive-form-field-select',
419
+ changeDetection: ChangeDetectionStrategy.OnPush,
420
+ template: '<ng-content></ng-content>'
421
+ }]
422
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
423
+ let BiggiveFormattedText = class BiggiveFormattedText {
424
+ constructor(c, r, z) {
425
+ this.z = z;
426
+ c.detach();
427
+ this.el = r.nativeElement;
428
+ }
429
+ };
430
+ BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveFormattedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
431
+ BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveFormattedText, selector: "biggive-formatted-text", inputs: { defaultTextColour: "defaultTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
432
+ BiggiveFormattedText = __decorate([
433
+ ProxyCmp({
434
+ defineCustomElementFn: defineCustomElement$f,
435
+ inputs: ['defaultTextColour', 'spaceBelow']
436
+ })
437
+ ], BiggiveFormattedText);
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveFormattedText, decorators: [{
439
+ type: Component,
440
+ args: [{
441
+ selector: 'biggive-formatted-text',
442
+ changeDetection: ChangeDetectionStrategy.OnPush,
443
+ template: '<ng-content></ng-content>',
444
+ inputs: ['defaultTextColour', 'spaceBelow']
83
445
  }]
84
446
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
85
447
  let BiggiveGrid = class BiggiveGrid {
@@ -90,10 +452,11 @@ let BiggiveGrid = class BiggiveGrid {
90
452
  }
91
453
  };
92
454
  BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
93
- BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveGrid, selector: "biggive-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
455
+ BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveGrid, selector: "biggive-grid", inputs: { columnCount: "columnCount", columnGap: "columnGap", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
94
456
  BiggiveGrid = __decorate([
95
457
  ProxyCmp({
96
- defineCustomElementFn: defineCustomElement$2
458
+ defineCustomElementFn: defineCustomElement$g,
459
+ inputs: ['columnCount', 'columnGap', 'spaceBelow']
97
460
  })
98
461
  ], BiggiveGrid);
99
462
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveGrid, decorators: [{
@@ -101,42 +464,531 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImpor
101
464
  args: [{
102
465
  selector: 'biggive-grid',
103
466
  changeDetection: ChangeDetectionStrategy.OnPush,
467
+ template: '<ng-content></ng-content>',
468
+ inputs: ['columnCount', 'columnGap', 'spaceBelow']
469
+ }]
470
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
471
+ let BiggiveHeader = class BiggiveHeader {
472
+ constructor(c, r, z) {
473
+ this.z = z;
474
+ c.detach();
475
+ this.el = r.nativeElement;
476
+ }
477
+ };
478
+ BiggiveHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
479
+ BiggiveHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveHeader, selector: "biggive-header", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
480
+ BiggiveHeader = __decorate([
481
+ ProxyCmp({
482
+ defineCustomElementFn: defineCustomElement$h,
483
+ inputs: ['spaceBelow']
484
+ })
485
+ ], BiggiveHeader);
486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveHeader, decorators: [{
487
+ type: Component,
488
+ args: [{
489
+ selector: 'biggive-header',
490
+ changeDetection: ChangeDetectionStrategy.OnPush,
491
+ template: '<ng-content></ng-content>',
492
+ inputs: ['spaceBelow']
493
+ }]
494
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
495
+ let BiggiveHeading = class BiggiveHeading {
496
+ constructor(c, r, z) {
497
+ this.z = z;
498
+ c.detach();
499
+ this.el = r.nativeElement;
500
+ }
501
+ };
502
+ BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
503
+ BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveHeading, selector: "biggive-heading", inputs: { colour: "colour", htmlElement: "htmlElement", size: "size", spaceBelow: "spaceBelow", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
504
+ BiggiveHeading = __decorate([
505
+ ProxyCmp({
506
+ defineCustomElementFn: defineCustomElement$i,
507
+ inputs: ['colour', 'htmlElement', 'size', 'spaceBelow', 'text']
508
+ })
509
+ ], BiggiveHeading);
510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveHeading, decorators: [{
511
+ type: Component,
512
+ args: [{
513
+ selector: 'biggive-heading',
514
+ changeDetection: ChangeDetectionStrategy.OnPush,
515
+ template: '<ng-content></ng-content>',
516
+ inputs: ['colour', 'htmlElement', 'size', 'spaceBelow', 'text']
517
+ }]
518
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
519
+ let BiggiveHeroImage = class BiggiveHeroImage {
520
+ constructor(c, r, z) {
521
+ this.z = z;
522
+ c.detach();
523
+ this.el = r.nativeElement;
524
+ }
525
+ };
526
+ BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveHeroImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
527
+ BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveHeroImage, selector: "biggive-hero-image", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", colourScheme: "colourScheme", logo: "logo", mainImage: "mainImage", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
528
+ BiggiveHeroImage = __decorate([
529
+ ProxyCmp({
530
+ defineCustomElementFn: defineCustomElement$j,
531
+ inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
532
+ })
533
+ ], BiggiveHeroImage);
534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveHeroImage, decorators: [{
535
+ type: Component,
536
+ args: [{
537
+ selector: 'biggive-hero-image',
538
+ changeDetection: ChangeDetectionStrategy.OnPush,
539
+ template: '<ng-content></ng-content>',
540
+ inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
541
+ }]
542
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
543
+ let BiggiveIconGroup = class BiggiveIconGroup {
544
+ constructor(c, r, z) {
545
+ this.z = z;
546
+ c.detach();
547
+ this.el = r.nativeElement;
548
+ }
549
+ };
550
+ BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveIconGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
551
+ BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveIconGroup, selector: "biggive-icon-group", inputs: { label: "label", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
552
+ BiggiveIconGroup = __decorate([
553
+ ProxyCmp({
554
+ defineCustomElementFn: defineCustomElement$k,
555
+ inputs: ['label', 'spaceBelow']
556
+ })
557
+ ], BiggiveIconGroup);
558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveIconGroup, decorators: [{
559
+ type: Component,
560
+ args: [{
561
+ selector: 'biggive-icon-group',
562
+ changeDetection: ChangeDetectionStrategy.OnPush,
563
+ template: '<ng-content></ng-content>',
564
+ inputs: ['label', 'spaceBelow']
565
+ }]
566
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
567
+ let BiggiveImage = class BiggiveImage {
568
+ constructor(c, r, z) {
569
+ this.z = z;
570
+ c.detach();
571
+ this.el = r.nativeElement;
572
+ }
573
+ };
574
+ BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
575
+ BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveImage, selector: "biggive-image", inputs: { imageUrl: "imageUrl", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
576
+ BiggiveImage = __decorate([
577
+ ProxyCmp({
578
+ defineCustomElementFn: defineCustomElement$l,
579
+ inputs: ['imageUrl', 'spaceBelow']
580
+ })
581
+ ], BiggiveImage);
582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveImage, decorators: [{
583
+ type: Component,
584
+ args: [{
585
+ selector: 'biggive-image',
586
+ changeDetection: ChangeDetectionStrategy.OnPush,
587
+ template: '<ng-content></ng-content>',
588
+ inputs: ['imageUrl', 'spaceBelow']
589
+ }]
590
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
591
+ let BiggiveImageFeature = class BiggiveImageFeature {
592
+ constructor(c, r, z) {
593
+ this.z = z;
594
+ c.detach();
595
+ this.el = r.nativeElement;
596
+ }
597
+ };
598
+ BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveImageFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
599
+ BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveImageFeature, selector: "biggive-image-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", imageUrl: "imageUrl", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
600
+ BiggiveImageFeature = __decorate([
601
+ ProxyCmp({
602
+ defineCustomElementFn: defineCustomElement$m,
603
+ inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
604
+ })
605
+ ], BiggiveImageFeature);
606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveImageFeature, decorators: [{
607
+ type: Component,
608
+ args: [{
609
+ selector: 'biggive-image-feature',
610
+ changeDetection: ChangeDetectionStrategy.OnPush,
611
+ template: '<ng-content></ng-content>',
612
+ inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
613
+ }]
614
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
615
+ let BiggiveMiscIcon = class BiggiveMiscIcon {
616
+ constructor(c, r, z) {
617
+ this.z = z;
618
+ c.detach();
619
+ this.el = r.nativeElement;
620
+ }
621
+ };
622
+ BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveMiscIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
623
+ BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveMiscIcon, selector: "biggive-misc-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
624
+ BiggiveMiscIcon = __decorate([
625
+ ProxyCmp({
626
+ defineCustomElementFn: defineCustomElement$n,
627
+ inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
628
+ })
629
+ ], BiggiveMiscIcon);
630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveMiscIcon, decorators: [{
631
+ type: Component,
632
+ args: [{
633
+ selector: 'biggive-misc-icon',
634
+ changeDetection: ChangeDetectionStrategy.OnPush,
635
+ template: '<ng-content></ng-content>',
636
+ inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
637
+ }]
638
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
639
+ let BiggivePageColumn = class BiggivePageColumn {
640
+ constructor(c, r, z) {
641
+ this.z = z;
642
+ c.detach();
643
+ this.el = r.nativeElement;
644
+ }
645
+ };
646
+ BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggivePageColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
647
+ BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggivePageColumn, selector: "biggive-page-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
648
+ BiggivePageColumn = __decorate([
649
+ ProxyCmp({
650
+ defineCustomElementFn: defineCustomElement$o
651
+ })
652
+ ], BiggivePageColumn);
653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggivePageColumn, decorators: [{
654
+ type: Component,
655
+ args: [{
656
+ selector: 'biggive-page-column',
657
+ changeDetection: ChangeDetectionStrategy.OnPush,
104
658
  template: '<ng-content></ng-content>'
105
659
  }]
106
660
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
107
- let DemoCampaignCards = class DemoCampaignCards {
661
+ let BiggivePageColumns = class BiggivePageColumns {
662
+ constructor(c, r, z) {
663
+ this.z = z;
664
+ c.detach();
665
+ this.el = r.nativeElement;
666
+ }
667
+ };
668
+ BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggivePageColumns, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
669
+ BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggivePageColumns, selector: "biggive-page-columns", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
670
+ BiggivePageColumns = __decorate([
671
+ ProxyCmp({
672
+ defineCustomElementFn: defineCustomElement$p,
673
+ inputs: ['spaceBelow']
674
+ })
675
+ ], BiggivePageColumns);
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggivePageColumns, decorators: [{
677
+ type: Component,
678
+ args: [{
679
+ selector: 'biggive-page-columns',
680
+ changeDetection: ChangeDetectionStrategy.OnPush,
681
+ template: '<ng-content></ng-content>',
682
+ inputs: ['spaceBelow']
683
+ }]
684
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
685
+ let BiggivePageSection = class BiggivePageSection {
108
686
  constructor(c, r, z) {
109
687
  this.z = z;
110
688
  c.detach();
111
689
  this.el = r.nativeElement;
112
690
  }
113
691
  };
114
- DemoCampaignCards.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: DemoCampaignCards, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
115
- DemoCampaignCards.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: DemoCampaignCards, selector: "demo-campaign-cards", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
116
- DemoCampaignCards = __decorate([
692
+ BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggivePageSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
693
+ BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggivePageSection, selector: "biggive-page-section", inputs: { colourScheme: "colourScheme", sectionStyleBottom: "sectionStyleBottom", sectionStyleTop: "sectionStyleTop", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
694
+ BiggivePageSection = __decorate([
117
695
  ProxyCmp({
118
- defineCustomElementFn: defineCustomElement$3
696
+ defineCustomElementFn: defineCustomElement$q,
697
+ inputs: ['colourScheme', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
119
698
  })
120
- ], DemoCampaignCards);
121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: DemoCampaignCards, decorators: [{
699
+ ], BiggivePageSection);
700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggivePageSection, decorators: [{
122
701
  type: Component,
123
702
  args: [{
124
- selector: 'demo-campaign-cards',
703
+ selector: 'biggive-page-section',
704
+ changeDetection: ChangeDetectionStrategy.OnPush,
705
+ template: '<ng-content></ng-content>',
706
+ inputs: ['colourScheme', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
707
+ }]
708
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
709
+ let BiggiveProgressBar = class BiggiveProgressBar {
710
+ constructor(c, r, z) {
711
+ this.z = z;
712
+ c.detach();
713
+ this.el = r.nativeElement;
714
+ }
715
+ };
716
+ BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
717
+ BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveProgressBar, selector: "biggive-progress-bar", inputs: { colourScheme: "colourScheme", counter: "counter", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
718
+ BiggiveProgressBar = __decorate([
719
+ ProxyCmp({
720
+ defineCustomElementFn: defineCustomElement$r,
721
+ inputs: ['colourScheme', 'counter', 'spaceBelow']
722
+ })
723
+ ], BiggiveProgressBar);
724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveProgressBar, decorators: [{
725
+ type: Component,
726
+ args: [{
727
+ selector: 'biggive-progress-bar',
728
+ changeDetection: ChangeDetectionStrategy.OnPush,
729
+ template: '<ng-content></ng-content>',
730
+ inputs: ['colourScheme', 'counter', 'spaceBelow']
731
+ }]
732
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
733
+ let BiggiveQuote = class BiggiveQuote {
734
+ constructor(c, r, z) {
735
+ this.z = z;
736
+ c.detach();
737
+ this.el = r.nativeElement;
738
+ }
739
+ };
740
+ BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
741
+ BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveQuote, selector: "biggive-quote", inputs: { attribution: "attribution", defaultTextColour: "defaultTextColour", quote: "quote", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
742
+ BiggiveQuote = __decorate([
743
+ ProxyCmp({
744
+ defineCustomElementFn: defineCustomElement$s,
745
+ inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']
746
+ })
747
+ ], BiggiveQuote);
748
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveQuote, decorators: [{
749
+ type: Component,
750
+ args: [{
751
+ selector: 'biggive-quote',
752
+ changeDetection: ChangeDetectionStrategy.OnPush,
753
+ template: '<ng-content></ng-content>',
754
+ inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']
755
+ }]
756
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
757
+ let BiggiveSearch = class BiggiveSearch {
758
+ constructor(c, r, z) {
759
+ this.z = z;
760
+ c.detach();
761
+ this.el = r.nativeElement;
762
+ proxyOutputs(this, this.el, ['doSearch']);
763
+ }
764
+ };
765
+ BiggiveSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
766
+ BiggiveSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveSearch, selector: "biggive-search", inputs: { buttonText: "buttonText", placeholderText: "placeholderText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
767
+ BiggiveSearch = __decorate([
768
+ ProxyCmp({
769
+ defineCustomElementFn: defineCustomElement$t,
770
+ inputs: ['buttonText', 'placeholderText']
771
+ })
772
+ ], BiggiveSearch);
773
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveSearch, decorators: [{
774
+ type: Component,
775
+ args: [{
776
+ selector: 'biggive-search',
777
+ changeDetection: ChangeDetectionStrategy.OnPush,
778
+ template: '<ng-content></ng-content>',
779
+ inputs: ['buttonText', 'placeholderText']
780
+ }]
781
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
782
+ let BiggiveSocialIcon = class BiggiveSocialIcon {
783
+ constructor(c, r, z) {
784
+ this.z = z;
785
+ c.detach();
786
+ this.el = r.nativeElement;
787
+ }
788
+ };
789
+ BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
790
+ BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", service: "service", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
791
+ BiggiveSocialIcon = __decorate([
792
+ ProxyCmp({
793
+ defineCustomElementFn: defineCustomElement$u,
794
+ inputs: ['backgroundColour', 'iconColour', 'service', 'url']
795
+ })
796
+ ], BiggiveSocialIcon);
797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
798
+ type: Component,
799
+ args: [{
800
+ selector: 'biggive-social-icon',
801
+ changeDetection: ChangeDetectionStrategy.OnPush,
802
+ template: '<ng-content></ng-content>',
803
+ inputs: ['backgroundColour', 'iconColour', 'service', 'url']
804
+ }]
805
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
806
+ let BiggiveTab = class BiggiveTab {
807
+ constructor(c, r, z) {
808
+ this.z = z;
809
+ c.detach();
810
+ this.el = r.nativeElement;
811
+ }
812
+ };
813
+ BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
814
+ BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
815
+ BiggiveTab = __decorate([
816
+ ProxyCmp({
817
+ defineCustomElementFn: defineCustomElement$v,
818
+ inputs: ['tabTitle']
819
+ })
820
+ ], BiggiveTab);
821
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTab, decorators: [{
822
+ type: Component,
823
+ args: [{
824
+ selector: 'biggive-tab',
825
+ changeDetection: ChangeDetectionStrategy.OnPush,
826
+ template: '<ng-content></ng-content>',
827
+ inputs: ['tabTitle']
828
+ }]
829
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
830
+ let BiggiveTabbedContent = class BiggiveTabbedContent {
831
+ constructor(c, r, z) {
832
+ this.z = z;
833
+ c.detach();
834
+ this.el = r.nativeElement;
835
+ }
836
+ };
837
+ BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTabbedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
838
+ BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveTabbedContent, selector: "biggive-tabbed-content", inputs: { defaultTextColour: "defaultTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
839
+ BiggiveTabbedContent = __decorate([
840
+ ProxyCmp({
841
+ defineCustomElementFn: defineCustomElement$w,
842
+ inputs: ['defaultTextColour', 'spaceBelow']
843
+ })
844
+ ], BiggiveTabbedContent);
845
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTabbedContent, decorators: [{
846
+ type: Component,
847
+ args: [{
848
+ selector: 'biggive-tabbed-content',
849
+ changeDetection: ChangeDetectionStrategy.OnPush,
850
+ template: '<ng-content></ng-content>',
851
+ inputs: ['defaultTextColour', 'spaceBelow']
852
+ }]
853
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
854
+ let BiggiveTextInput = class BiggiveTextInput {
855
+ constructor(c, r, z) {
856
+ this.z = z;
857
+ c.detach();
858
+ this.el = r.nativeElement;
859
+ }
860
+ };
861
+ BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
862
+ BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveTextInput, selector: "biggive-text-input", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
863
+ BiggiveTextInput = __decorate([
864
+ ProxyCmp({
865
+ defineCustomElementFn: defineCustomElement$x
866
+ })
867
+ ], BiggiveTextInput);
868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTextInput, decorators: [{
869
+ type: Component,
870
+ args: [{
871
+ selector: 'biggive-text-input',
125
872
  changeDetection: ChangeDetectionStrategy.OnPush,
126
873
  template: '<ng-content></ng-content>'
127
874
  }]
128
875
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
876
+ let BiggiveTotalizer = class BiggiveTotalizer {
877
+ constructor(c, r, z) {
878
+ this.z = z;
879
+ c.detach();
880
+ this.el = r.nativeElement;
881
+ }
882
+ };
883
+ BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTotalizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
884
+ BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveTotalizer, selector: "biggive-totalizer", inputs: { currencyCode: "currencyCode", includingGiftAid: "includingGiftAid", primaryColour: "primaryColour", primaryTextColour: "primaryTextColour", secondaryColour: "secondaryColour", secondaryTextColour: "secondaryTextColour", spaceBelow: "spaceBelow", totalMatchFunds: "totalMatchFunds", totalRaised: "totalRaised" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
885
+ BiggiveTotalizer = __decorate([
886
+ ProxyCmp({
887
+ defineCustomElementFn: defineCustomElement$y,
888
+ inputs: ['currencyCode', 'includingGiftAid', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow', 'totalMatchFunds', 'totalRaised']
889
+ })
890
+ ], BiggiveTotalizer);
891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveTotalizer, decorators: [{
892
+ type: Component,
893
+ args: [{
894
+ selector: 'biggive-totalizer',
895
+ changeDetection: ChangeDetectionStrategy.OnPush,
896
+ template: '<ng-content></ng-content>',
897
+ inputs: ['currencyCode', 'includingGiftAid', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow', 'totalMatchFunds', 'totalRaised']
898
+ }]
899
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
900
+ let BiggiveVideo = class BiggiveVideo {
901
+ constructor(c, r, z) {
902
+ this.z = z;
903
+ c.detach();
904
+ this.el = r.nativeElement;
905
+ }
906
+ };
907
+ BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
908
+ BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveVideo, selector: "biggive-video", inputs: { spaceBelow: "spaceBelow", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
909
+ BiggiveVideo = __decorate([
910
+ ProxyCmp({
911
+ defineCustomElementFn: defineCustomElement$z,
912
+ inputs: ['spaceBelow', 'videoUrl']
913
+ })
914
+ ], BiggiveVideo);
915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveVideo, decorators: [{
916
+ type: Component,
917
+ args: [{
918
+ selector: 'biggive-video',
919
+ changeDetection: ChangeDetectionStrategy.OnPush,
920
+ template: '<ng-content></ng-content>',
921
+ inputs: ['spaceBelow', 'videoUrl']
922
+ }]
923
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
924
+ let BiggiveVideoFeature = class BiggiveVideoFeature {
925
+ constructor(c, r, z) {
926
+ this.z = z;
927
+ c.detach();
928
+ this.el = r.nativeElement;
929
+ }
930
+ };
931
+ BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveVideoFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
932
+ BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.1", type: BiggiveVideoFeature, selector: "biggive-video-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
933
+ BiggiveVideoFeature = __decorate([
934
+ ProxyCmp({
935
+ defineCustomElementFn: defineCustomElement$A,
936
+ inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
937
+ })
938
+ ], BiggiveVideoFeature);
939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: BiggiveVideoFeature, decorators: [{
940
+ type: Component,
941
+ args: [{
942
+ selector: 'biggive-video-feature',
943
+ changeDetection: ChangeDetectionStrategy.OnPush,
944
+ template: '<ng-content></ng-content>',
945
+ inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
946
+ }]
947
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
129
948
 
130
949
  const DIRECTIVES = [
950
+ BiggiveBackToTop,
951
+ BiggiveBasicCard,
952
+ BiggiveBeneficiaryIcon,
953
+ BiggiveBoxedContent,
954
+ BiggiveBrandedImage,
955
+ BiggiveButton,
956
+ BiggiveCallToAction,
131
957
  BiggiveCampaignCard,
958
+ BiggiveCampaignCardFilterGrid,
959
+ BiggiveCampaignHighlights,
960
+ BiggiveCategoryIcon,
961
+ BiggiveFooter,
962
+ BiggiveForm,
963
+ BiggiveFormFieldSelect,
964
+ BiggiveFormattedText,
132
965
  BiggiveGrid,
133
- DemoCampaignCards
966
+ BiggiveHeader,
967
+ BiggiveHeading,
968
+ BiggiveHeroImage,
969
+ BiggiveIconGroup,
970
+ BiggiveImage,
971
+ BiggiveImageFeature,
972
+ BiggiveMiscIcon,
973
+ BiggivePageColumn,
974
+ BiggivePageColumns,
975
+ BiggivePageSection,
976
+ BiggiveProgressBar,
977
+ BiggiveQuote,
978
+ BiggiveSearch,
979
+ BiggiveSocialIcon,
980
+ BiggiveTab,
981
+ BiggiveTabbedContent,
982
+ BiggiveTextInput,
983
+ BiggiveTotalizer,
984
+ BiggiveVideo,
985
+ BiggiveVideoFeature
134
986
  ];
135
987
 
136
988
  class ComponentsModule {
137
989
  }
138
990
  ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
139
- ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.1", ngImport: i0, type: ComponentsModule, declarations: [BiggiveCampaignCard, BiggiveGrid, DemoCampaignCards], imports: [CommonModule], exports: [BiggiveCampaignCard, BiggiveGrid, DemoCampaignCards] });
991
+ ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.1", ngImport: i0, type: ComponentsModule, declarations: [BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature] });
140
992
  ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: ComponentsModule, imports: [CommonModule] });
141
993
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: ComponentsModule, decorators: [{
142
994
  type: NgModule,
@@ -155,5 +1007,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImpor
155
1007
  * Generated bundle index. Do not edit.
156
1008
  */
157
1009
 
158
- export { BiggiveCampaignCard, BiggiveGrid, ComponentsModule, DemoCampaignCards };
1010
+ export { BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature, ComponentsModule };
159
1011
  //# sourceMappingURL=biggive-components-angular.mjs.map