@biggive/components-angular 202304281233.0.0 → 202305101345.0.0
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/esm2020/lib/components.module.mjs +4 -4
- package/esm2020/lib/stencil-generated/components.mjs +170 -168
- package/fesm2015/biggive-components-angular.mjs +175 -171
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +175 -171
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -60,6 +60,7 @@ import { defineCustomElement as defineCustomElement$T } from '@biggive/component
|
|
|
60
60
|
import { CommonModule } from '@angular/common';
|
|
61
61
|
|
|
62
62
|
/* eslint-disable */
|
|
63
|
+
/* tslint:disable */
|
|
63
64
|
const proxyInputs = (Cmp, inputs) => {
|
|
64
65
|
const Prototype = Cmp.prototype;
|
|
65
66
|
inputs.forEach(item => {
|
|
@@ -117,15 +118,15 @@ let BiggiveAccordion = class BiggiveAccordion {
|
|
|
117
118
|
this.el = r.nativeElement;
|
|
118
119
|
}
|
|
119
120
|
};
|
|
120
|
-
BiggiveAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
121
|
-
BiggiveAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
121
|
+
BiggiveAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
122
|
+
BiggiveAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveAccordion, selector: "biggive-accordion", inputs: { headingColour: "headingColour", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
122
123
|
BiggiveAccordion = __decorate([
|
|
123
124
|
ProxyCmp({
|
|
124
125
|
defineCustomElementFn: defineCustomElement$1,
|
|
125
126
|
inputs: ['headingColour', 'spaceBelow', 'textColour']
|
|
126
127
|
})
|
|
127
128
|
], BiggiveAccordion);
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveAccordion, decorators: [{
|
|
129
130
|
type: Component,
|
|
130
131
|
args: [{
|
|
131
132
|
selector: 'biggive-accordion',
|
|
@@ -141,15 +142,15 @@ let BiggiveAccordionEntry = class BiggiveAccordionEntry {
|
|
|
141
142
|
this.el = r.nativeElement;
|
|
142
143
|
}
|
|
143
144
|
};
|
|
144
|
-
BiggiveAccordionEntry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
145
|
-
BiggiveAccordionEntry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
145
|
+
BiggiveAccordionEntry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveAccordionEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
146
|
+
BiggiveAccordionEntry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveAccordionEntry, selector: "biggive-accordion-entry", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
146
147
|
BiggiveAccordionEntry = __decorate([
|
|
147
148
|
ProxyCmp({
|
|
148
149
|
defineCustomElementFn: defineCustomElement$2,
|
|
149
150
|
inputs: ['heading']
|
|
150
151
|
})
|
|
151
152
|
], BiggiveAccordionEntry);
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveAccordionEntry, decorators: [{
|
|
153
154
|
type: Component,
|
|
154
155
|
args: [{
|
|
155
156
|
selector: 'biggive-accordion-entry',
|
|
@@ -165,15 +166,15 @@ let BiggiveArticleCard = class BiggiveArticleCard {
|
|
|
165
166
|
this.el = r.nativeElement;
|
|
166
167
|
}
|
|
167
168
|
};
|
|
168
|
-
BiggiveArticleCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
169
|
-
BiggiveArticleCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
169
|
+
BiggiveArticleCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveArticleCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
170
|
+
BiggiveArticleCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveArticleCard, selector: "biggive-article-card", inputs: { backgroundColour: "backgroundColour", backgroundImageUrl: "backgroundImageUrl", buttonColour: "buttonColour", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", clipBottomLeftCorner: "clipBottomLeftCorner", clipTopRightCorner: "clipTopRightCorner", date: "date", dateColour: "dateColour", image1AltText: "image1AltText", image1Url: "image1Url", image2AltText: "image2AltText", image2Url: "image2Url", imageLabel: "imageLabel", imageLabelColour: "imageLabelColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
170
171
|
BiggiveArticleCard = __decorate([
|
|
171
172
|
ProxyCmp({
|
|
172
173
|
defineCustomElementFn: defineCustomElement$3,
|
|
173
174
|
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColour', 'buttonLabel', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'date', 'dateColour', 'image1AltText', 'image1Url', 'image2AltText', 'image2Url', 'imageLabel', 'imageLabelColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow']
|
|
174
175
|
})
|
|
175
176
|
], BiggiveArticleCard);
|
|
176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveArticleCard, decorators: [{
|
|
177
178
|
type: Component,
|
|
178
179
|
args: [{
|
|
179
180
|
selector: 'biggive-article-card',
|
|
@@ -189,14 +190,14 @@ let BiggiveBackToTop = class BiggiveBackToTop {
|
|
|
189
190
|
this.el = r.nativeElement;
|
|
190
191
|
}
|
|
191
192
|
};
|
|
192
|
-
BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
193
|
-
BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
193
|
+
BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
194
|
+
BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveBackToTop, selector: "biggive-back-to-top", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
194
195
|
BiggiveBackToTop = __decorate([
|
|
195
196
|
ProxyCmp({
|
|
196
197
|
defineCustomElementFn: defineCustomElement$4
|
|
197
198
|
})
|
|
198
199
|
], BiggiveBackToTop);
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBackToTop, decorators: [{
|
|
200
201
|
type: Component,
|
|
201
202
|
args: [{
|
|
202
203
|
selector: 'biggive-back-to-top',
|
|
@@ -211,15 +212,15 @@ let BiggiveBasicCard = class BiggiveBasicCard {
|
|
|
211
212
|
this.el = r.nativeElement;
|
|
212
213
|
}
|
|
213
214
|
};
|
|
214
|
-
BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
215
|
-
BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
215
|
+
BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBasicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
216
|
+
BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveBasicCard, selector: "biggive-basic-card", inputs: { addAnimation: "addAnimation", backgroundColour: "backgroundColour", backgroundImageUrl: "backgroundImageUrl", buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", cardColour: "cardColour", clipBottomLeftCorner: "clipBottomLeftCorner", clipTopRightCorner: "clipTopRightCorner", headingLevel: "headingLevel", icon: "icon", iconColour: "iconColour", mainTitle: "mainTitle", spaceBelow: "spaceBelow", subtitle: "subtitle", teaser: "teaser", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
216
217
|
BiggiveBasicCard = __decorate([
|
|
217
218
|
ProxyCmp({
|
|
218
219
|
defineCustomElementFn: defineCustomElement$5,
|
|
219
220
|
inputs: ['addAnimation', 'backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'cardColour', 'clipBottomLeftCorner', 'clipTopRightCorner', 'headingLevel', 'icon', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle', 'teaser', 'textColour']
|
|
220
221
|
})
|
|
221
222
|
], BiggiveBasicCard);
|
|
222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBasicCard, decorators: [{
|
|
223
224
|
type: Component,
|
|
224
225
|
args: [{
|
|
225
226
|
selector: 'biggive-basic-card',
|
|
@@ -235,15 +236,15 @@ let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
|
|
|
235
236
|
this.el = r.nativeElement;
|
|
236
237
|
}
|
|
237
238
|
};
|
|
238
|
-
BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
239
|
-
BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
239
|
+
BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBeneficiaryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
240
|
+
BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
240
241
|
BiggiveBeneficiaryIcon = __decorate([
|
|
241
242
|
ProxyCmp({
|
|
242
243
|
defineCustomElementFn: defineCustomElement$6,
|
|
243
244
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
244
245
|
})
|
|
245
246
|
], BiggiveBeneficiaryIcon);
|
|
246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBeneficiaryIcon, decorators: [{
|
|
247
248
|
type: Component,
|
|
248
249
|
args: [{
|
|
249
250
|
selector: 'biggive-beneficiary-icon',
|
|
@@ -259,15 +260,15 @@ let BiggiveBiographyCard = class BiggiveBiographyCard {
|
|
|
259
260
|
this.el = r.nativeElement;
|
|
260
261
|
}
|
|
261
262
|
};
|
|
262
|
-
BiggiveBiographyCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
263
|
-
BiggiveBiographyCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
263
|
+
BiggiveBiographyCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBiographyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
264
|
+
BiggiveBiographyCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveBiographyCard, selector: "biggive-biography-card", inputs: { backgroundColour: "backgroundColour", borderWidth: "borderWidth", circle: "circle", fullName: "fullName", imageStyle: "imageStyle", imageUrl: "imageUrl", jobTitle: "jobTitle", ratio: "ratio", rounded: "rounded", spaceBelow: "spaceBelow", textAlign: "textAlign", textColour: "textColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
264
265
|
BiggiveBiographyCard = __decorate([
|
|
265
266
|
ProxyCmp({
|
|
266
267
|
defineCustomElementFn: defineCustomElement$7,
|
|
267
268
|
inputs: ['backgroundColour', 'borderWidth', 'circle', 'fullName', 'imageStyle', 'imageUrl', 'jobTitle', 'ratio', 'rounded', 'spaceBelow', 'textAlign', 'textColour', 'url']
|
|
268
269
|
})
|
|
269
270
|
], BiggiveBiographyCard);
|
|
270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBiographyCard, decorators: [{
|
|
271
272
|
type: Component,
|
|
272
273
|
args: [{
|
|
273
274
|
selector: 'biggive-biography-card',
|
|
@@ -283,15 +284,15 @@ let BiggiveBoxedContent = class BiggiveBoxedContent {
|
|
|
283
284
|
this.el = r.nativeElement;
|
|
284
285
|
}
|
|
285
286
|
};
|
|
286
|
-
BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
287
|
-
BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
287
|
+
BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBoxedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
288
|
+
BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
288
289
|
BiggiveBoxedContent = __decorate([
|
|
289
290
|
ProxyCmp({
|
|
290
291
|
defineCustomElementFn: defineCustomElement$8,
|
|
291
292
|
inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
|
|
292
293
|
})
|
|
293
294
|
], BiggiveBoxedContent);
|
|
294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBoxedContent, decorators: [{
|
|
295
296
|
type: Component,
|
|
296
297
|
args: [{
|
|
297
298
|
selector: 'biggive-boxed-content',
|
|
@@ -307,15 +308,15 @@ let BiggiveBrandedImage = class BiggiveBrandedImage {
|
|
|
307
308
|
this.el = r.nativeElement;
|
|
308
309
|
}
|
|
309
310
|
};
|
|
310
|
-
BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
311
|
-
BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
311
|
+
BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBrandedImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
312
|
+
BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveBrandedImage, selector: "biggive-branded-image", inputs: { charityLocation: "charityLocation", charityName: "charityName", charityUrl: "charityUrl", imageUrl: "imageUrl", logoUrl: "logoUrl", slug: "slug", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
312
313
|
BiggiveBrandedImage = __decorate([
|
|
313
314
|
ProxyCmp({
|
|
314
315
|
defineCustomElementFn: defineCustomElement$9,
|
|
315
316
|
inputs: ['charityLocation', 'charityName', 'charityUrl', 'imageUrl', 'logoUrl', 'slug', 'spaceBelow']
|
|
316
317
|
})
|
|
317
318
|
], BiggiveBrandedImage);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveBrandedImage, decorators: [{
|
|
319
320
|
type: Component,
|
|
320
321
|
args: [{
|
|
321
322
|
selector: 'biggive-branded-image',
|
|
@@ -332,15 +333,15 @@ let BiggiveButton = class BiggiveButton {
|
|
|
332
333
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
333
334
|
}
|
|
334
335
|
};
|
|
335
|
-
BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
336
|
-
BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
336
|
+
BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
337
|
+
BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveButton, selector: "biggive-button", inputs: { buttonId: "buttonId", centered: "centered", colourScheme: "colourScheme", fullWidth: "fullWidth", label: "label", openInNewTab: "openInNewTab", rounded: "rounded", size: "size", spaceBelow: "spaceBelow", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
337
338
|
BiggiveButton = __decorate([
|
|
338
339
|
ProxyCmp({
|
|
339
340
|
defineCustomElementFn: defineCustomElement$a,
|
|
340
341
|
inputs: ['buttonId', 'centered', 'colourScheme', 'fullWidth', 'label', 'openInNewTab', 'rounded', 'size', 'spaceBelow', 'url']
|
|
341
342
|
})
|
|
342
343
|
], BiggiveButton);
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveButton, decorators: [{
|
|
344
345
|
type: Component,
|
|
345
346
|
args: [{
|
|
346
347
|
selector: 'biggive-button',
|
|
@@ -356,15 +357,15 @@ let BiggiveCallToAction = class BiggiveCallToAction {
|
|
|
356
357
|
this.el = r.nativeElement;
|
|
357
358
|
}
|
|
358
359
|
};
|
|
359
|
-
BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
360
|
-
BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
360
|
+
BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCallToAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
361
|
+
BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveCallToAction, selector: "biggive-call-to-action", inputs: { defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", mainTitleSize: "mainTitleSize", primaryButtonColourScheme: "primaryButtonColourScheme", primaryButtonLabel: "primaryButtonLabel", primaryButtonUrl: "primaryButtonUrl", secondaryButtonColourScheme: "secondaryButtonColourScheme", secondaryButtonLabel: "secondaryButtonLabel", secondaryButtonUrl: "secondaryButtonUrl", slug: "slug", slugColour: "slugColour", slugSize: "slugSize", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", subtitle: "subtitle", subtitleColour: "subtitleColour", subtitleSize: "subtitleSize", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
361
362
|
BiggiveCallToAction = __decorate([
|
|
362
363
|
ProxyCmp({
|
|
363
364
|
defineCustomElementFn: defineCustomElement$b,
|
|
364
365
|
inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'mainTitleSize', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'slugSize', 'spaceAbove', 'spaceBelow', 'subtitle', 'subtitleColour', 'subtitleSize', 'teaser', 'teaserColour']
|
|
365
366
|
})
|
|
366
367
|
], BiggiveCallToAction);
|
|
367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCallToAction, decorators: [{
|
|
368
369
|
type: Component,
|
|
369
370
|
args: [{
|
|
370
371
|
selector: 'biggive-call-to-action',
|
|
@@ -381,15 +382,15 @@ let BiggiveCampaignCard = class BiggiveCampaignCard {
|
|
|
381
382
|
proxyOutputs(this, this.el, ['doCardGeneralClick']);
|
|
382
383
|
}
|
|
383
384
|
};
|
|
384
|
-
BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
385
|
-
BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
385
|
+
BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCampaignCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
386
|
+
BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveCampaignCard, selector: "biggive-campaign-card", inputs: { banner: "banner", campaignTitle: "campaignTitle", campaignType: "campaignType", datetime: "datetime", donateButtonColourScheme: "donateButtonColourScheme", donateButtonLabel: "donateButtonLabel", donateButtonUrl: "donateButtonUrl", isFutureCampaign: "isFutureCampaign", isPastCampaign: "isPastCampaign", 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 });
|
|
386
387
|
BiggiveCampaignCard = __decorate([
|
|
387
388
|
ProxyCmp({
|
|
388
389
|
defineCustomElementFn: defineCustomElement$c,
|
|
389
390
|
inputs: ['banner', 'campaignTitle', 'campaignType', 'datetime', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'isFutureCampaign', 'isPastCampaign', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
|
|
390
391
|
})
|
|
391
392
|
], BiggiveCampaignCard);
|
|
392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCampaignCard, decorators: [{
|
|
393
394
|
type: Component,
|
|
394
395
|
args: [{
|
|
395
396
|
selector: 'biggive-campaign-card',
|
|
@@ -406,15 +407,15 @@ let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
|
|
|
406
407
|
proxyOutputs(this, this.el, ['doSearchAndFilterUpdate']);
|
|
407
408
|
}
|
|
408
409
|
};
|
|
409
|
-
BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
410
|
-
BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
410
|
+
BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCampaignCardFilterGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
411
|
+
BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveCampaignCardFilterGrid, selector: "biggive-campaign-card-filter-grid", inputs: { beneficiaryOptions: "beneficiaryOptions", buttonText: "buttonText", categoryOptions: "categoryOptions", fundingOptions: "fundingOptions", intro: "intro", locationOptions: "locationOptions", placeholderText: "placeholderText", searchText: "searchText", selectedFilterBeneficiary: "selectedFilterBeneficiary", selectedFilterCategory: "selectedFilterCategory", selectedFilterFunding: "selectedFilterFunding", selectedFilterLocation: "selectedFilterLocation", selectedSortByOption: "selectedSortByOption", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
411
412
|
BiggiveCampaignCardFilterGrid = __decorate([
|
|
412
413
|
ProxyCmp({
|
|
413
414
|
defineCustomElementFn: defineCustomElement$d,
|
|
414
415
|
inputs: ['beneficiaryOptions', 'buttonText', 'categoryOptions', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'selectedFilterBeneficiary', 'selectedFilterCategory', 'selectedFilterFunding', 'selectedFilterLocation', 'selectedSortByOption', 'spaceBelow']
|
|
415
416
|
})
|
|
416
417
|
], BiggiveCampaignCardFilterGrid);
|
|
417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCampaignCardFilterGrid, decorators: [{
|
|
418
419
|
type: Component,
|
|
419
420
|
args: [{
|
|
420
421
|
selector: 'biggive-campaign-card-filter-grid',
|
|
@@ -430,15 +431,15 @@ let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
|
430
431
|
this.el = r.nativeElement;
|
|
431
432
|
}
|
|
432
433
|
};
|
|
433
|
-
BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
434
|
-
BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
434
|
+
BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCampaignHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
435
|
+
BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveCampaignHighlights, selector: "biggive-campaign-highlights", inputs: { banner: "banner", campaignTitle: "campaignTitle", championName: "championName", championUrl: "championUrl", 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 });
|
|
435
436
|
BiggiveCampaignHighlights = __decorate([
|
|
436
437
|
ProxyCmp({
|
|
437
438
|
defineCustomElementFn: defineCustomElement$e,
|
|
438
439
|
inputs: ['banner', 'campaignTitle', 'championName', 'championUrl', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
|
|
439
440
|
})
|
|
440
441
|
], BiggiveCampaignHighlights);
|
|
441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCampaignHighlights, decorators: [{
|
|
442
443
|
type: Component,
|
|
443
444
|
args: [{
|
|
444
445
|
selector: 'biggive-campaign-highlights',
|
|
@@ -454,8 +455,8 @@ let BiggiveCarousel = class BiggiveCarousel {
|
|
|
454
455
|
this.el = r.nativeElement;
|
|
455
456
|
}
|
|
456
457
|
};
|
|
457
|
-
BiggiveCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
458
|
-
BiggiveCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
458
|
+
BiggiveCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
459
|
+
BiggiveCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveCarousel, selector: "biggive-carousel", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", columnCount: "columnCount", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
459
460
|
BiggiveCarousel = __decorate([
|
|
460
461
|
ProxyCmp({
|
|
461
462
|
defineCustomElementFn: defineCustomElement$f,
|
|
@@ -463,7 +464,7 @@ BiggiveCarousel = __decorate([
|
|
|
463
464
|
methods: ['resizeToFitContent']
|
|
464
465
|
})
|
|
465
466
|
], BiggiveCarousel);
|
|
466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCarousel, decorators: [{
|
|
467
468
|
type: Component,
|
|
468
469
|
args: [{
|
|
469
470
|
selector: 'biggive-carousel',
|
|
@@ -479,15 +480,15 @@ let BiggiveCategoryIcon = class BiggiveCategoryIcon {
|
|
|
479
480
|
this.el = r.nativeElement;
|
|
480
481
|
}
|
|
481
482
|
};
|
|
482
|
-
BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
483
|
-
BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
483
|
+
BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCategoryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
484
|
+
BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
484
485
|
BiggiveCategoryIcon = __decorate([
|
|
485
486
|
ProxyCmp({
|
|
486
487
|
defineCustomElementFn: defineCustomElement$g,
|
|
487
488
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
488
489
|
})
|
|
489
490
|
], BiggiveCategoryIcon);
|
|
490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveCategoryIcon, decorators: [{
|
|
491
492
|
type: Component,
|
|
492
493
|
args: [{
|
|
493
494
|
selector: 'biggive-category-icon',
|
|
@@ -503,15 +504,15 @@ let BiggiveFilteredCarousel = class BiggiveFilteredCarousel {
|
|
|
503
504
|
this.el = r.nativeElement;
|
|
504
505
|
}
|
|
505
506
|
};
|
|
506
|
-
BiggiveFilteredCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
507
|
-
BiggiveFilteredCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
507
|
+
BiggiveFilteredCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFilteredCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
508
|
+
BiggiveFilteredCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFilteredCarousel, selector: "biggive-filtered-carousel", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", columnCount: "columnCount", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
508
509
|
BiggiveFilteredCarousel = __decorate([
|
|
509
510
|
ProxyCmp({
|
|
510
511
|
defineCustomElementFn: defineCustomElement$h,
|
|
511
512
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'columnCount', 'spaceBelow']
|
|
512
513
|
})
|
|
513
514
|
], BiggiveFilteredCarousel);
|
|
514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFilteredCarousel, decorators: [{
|
|
515
516
|
type: Component,
|
|
516
517
|
args: [{
|
|
517
518
|
selector: 'biggive-filtered-carousel',
|
|
@@ -527,15 +528,15 @@ let BiggiveFooter = class BiggiveFooter {
|
|
|
527
528
|
this.el = r.nativeElement;
|
|
528
529
|
}
|
|
529
530
|
};
|
|
530
|
-
BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
531
|
-
BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
531
|
+
BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
532
|
+
BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFooter, selector: "biggive-footer", inputs: { blogUrlPrefix: "blogUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", headingLevel: "headingLevel", usePresetFooter: "usePresetFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
532
533
|
BiggiveFooter = __decorate([
|
|
533
534
|
ProxyCmp({
|
|
534
535
|
defineCustomElementFn: defineCustomElement$i,
|
|
535
536
|
inputs: ['blogUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter']
|
|
536
537
|
})
|
|
537
538
|
], BiggiveFooter);
|
|
538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFooter, decorators: [{
|
|
539
540
|
type: Component,
|
|
540
541
|
args: [{
|
|
541
542
|
selector: 'biggive-footer',
|
|
@@ -551,14 +552,14 @@ let BiggiveForm = class BiggiveForm {
|
|
|
551
552
|
this.el = r.nativeElement;
|
|
552
553
|
}
|
|
553
554
|
};
|
|
554
|
-
BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
555
|
-
BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
555
|
+
BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
556
|
+
BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveForm, selector: "biggive-form", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
556
557
|
BiggiveForm = __decorate([
|
|
557
558
|
ProxyCmp({
|
|
558
559
|
defineCustomElementFn: defineCustomElement$j
|
|
559
560
|
})
|
|
560
561
|
], BiggiveForm);
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveForm, decorators: [{
|
|
562
563
|
type: Component,
|
|
563
564
|
args: [{
|
|
564
565
|
selector: 'biggive-form',
|
|
@@ -574,15 +575,15 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
|
|
|
574
575
|
proxyOutputs(this, this.el, ['doSelectChange']);
|
|
575
576
|
}
|
|
576
577
|
};
|
|
577
|
-
BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
578
|
-
BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
578
|
+
BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
579
|
+
BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { placeholder: "placeholder", selectStyle: "selectStyle", selectedLabel: "selectedLabel", selectedValue: "selectedValue", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
579
580
|
BiggiveFormFieldSelect = __decorate([
|
|
580
581
|
ProxyCmp({
|
|
581
582
|
defineCustomElementFn: defineCustomElement$k,
|
|
582
583
|
inputs: ['placeholder', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
|
|
583
584
|
})
|
|
584
585
|
], BiggiveFormFieldSelect);
|
|
585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
586
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
|
|
586
587
|
type: Component,
|
|
587
588
|
args: [{
|
|
588
589
|
selector: 'biggive-form-field-select',
|
|
@@ -599,15 +600,15 @@ let BiggiveFormFieldSelectOption = class BiggiveFormFieldSelectOption {
|
|
|
599
600
|
proxyOutputs(this, this.el, ['doOptionSelect']);
|
|
600
601
|
}
|
|
601
602
|
};
|
|
602
|
-
BiggiveFormFieldSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
603
|
-
BiggiveFormFieldSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
603
|
+
BiggiveFormFieldSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
604
|
+
BiggiveFormFieldSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormFieldSelectOption, selector: "biggive-form-field-select-option", inputs: { label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
604
605
|
BiggiveFormFieldSelectOption = __decorate([
|
|
605
606
|
ProxyCmp({
|
|
606
607
|
defineCustomElementFn: defineCustomElement$l,
|
|
607
608
|
inputs: ['label', 'value']
|
|
608
609
|
})
|
|
609
610
|
], BiggiveFormFieldSelectOption);
|
|
610
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelectOption, decorators: [{
|
|
611
612
|
type: Component,
|
|
612
613
|
args: [{
|
|
613
614
|
selector: 'biggive-form-field-select-option',
|
|
@@ -623,15 +624,15 @@ let BiggiveFormattedText = class BiggiveFormattedText {
|
|
|
623
624
|
this.el = r.nativeElement;
|
|
624
625
|
}
|
|
625
626
|
};
|
|
626
|
-
BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
627
|
-
BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
627
|
+
BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormattedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
628
|
+
BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormattedText, selector: "biggive-formatted-text", inputs: { defaultTextColour: "defaultTextColour", maxWidth: "maxWidth", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
628
629
|
BiggiveFormattedText = __decorate([
|
|
629
630
|
ProxyCmp({
|
|
630
631
|
defineCustomElementFn: defineCustomElement$m,
|
|
631
632
|
inputs: ['defaultTextColour', 'maxWidth', 'spaceBelow']
|
|
632
633
|
})
|
|
633
634
|
], BiggiveFormattedText);
|
|
634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormattedText, decorators: [{
|
|
635
636
|
type: Component,
|
|
636
637
|
args: [{
|
|
637
638
|
selector: 'biggive-formatted-text',
|
|
@@ -647,15 +648,15 @@ let BiggiveGenericIcon = class BiggiveGenericIcon {
|
|
|
647
648
|
this.el = r.nativeElement;
|
|
648
649
|
}
|
|
649
650
|
};
|
|
650
|
-
BiggiveGenericIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
651
|
-
BiggiveGenericIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
651
|
+
BiggiveGenericIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveGenericIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
652
|
+
BiggiveGenericIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveGenericIcon, selector: "biggive-generic-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", iconGroup: "iconGroup", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
652
653
|
BiggiveGenericIcon = __decorate([
|
|
653
654
|
ProxyCmp({
|
|
654
655
|
defineCustomElementFn: defineCustomElement$n,
|
|
655
656
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'iconGroup', 'url']
|
|
656
657
|
})
|
|
657
658
|
], BiggiveGenericIcon);
|
|
658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveGenericIcon, decorators: [{
|
|
659
660
|
type: Component,
|
|
660
661
|
args: [{
|
|
661
662
|
selector: 'biggive-generic-icon',
|
|
@@ -671,15 +672,15 @@ let BiggiveGrid = class BiggiveGrid {
|
|
|
671
672
|
this.el = r.nativeElement;
|
|
672
673
|
}
|
|
673
674
|
};
|
|
674
|
-
BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
675
|
-
BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
675
|
+
BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
676
|
+
BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveGrid, selector: "biggive-grid", inputs: { columnCount: "columnCount", columnGap: "columnGap", spaceBelow: "spaceBelow", spaceBetween: "spaceBetween" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
676
677
|
BiggiveGrid = __decorate([
|
|
677
678
|
ProxyCmp({
|
|
678
679
|
defineCustomElementFn: defineCustomElement$o,
|
|
679
680
|
inputs: ['columnCount', 'columnGap', 'spaceBelow', 'spaceBetween']
|
|
680
681
|
})
|
|
681
682
|
], BiggiveGrid);
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveGrid, decorators: [{
|
|
683
684
|
type: Component,
|
|
684
685
|
args: [{
|
|
685
686
|
selector: 'biggive-grid',
|
|
@@ -695,15 +696,15 @@ let BiggiveHeading = class BiggiveHeading {
|
|
|
695
696
|
this.el = r.nativeElement;
|
|
696
697
|
}
|
|
697
698
|
};
|
|
698
|
-
BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
699
|
-
BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
699
|
+
BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveHeading, selector: "biggive-heading", inputs: { align: "align", colour: "colour", htmlElement: "htmlElement", icon: "icon", iconColour: "iconColour", size: "size", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
700
701
|
BiggiveHeading = __decorate([
|
|
701
702
|
ProxyCmp({
|
|
702
703
|
defineCustomElementFn: defineCustomElement$p,
|
|
703
704
|
inputs: ['align', 'colour', 'htmlElement', 'icon', 'iconColour', 'size', 'spaceAbove', 'spaceBelow', 'text']
|
|
704
705
|
})
|
|
705
706
|
], BiggiveHeading);
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveHeading, decorators: [{
|
|
707
708
|
type: Component,
|
|
708
709
|
args: [{
|
|
709
710
|
selector: 'biggive-heading',
|
|
@@ -719,15 +720,15 @@ let BiggiveHeroImage = class BiggiveHeroImage {
|
|
|
719
720
|
this.el = r.nativeElement;
|
|
720
721
|
}
|
|
721
722
|
};
|
|
722
|
-
BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
723
|
-
BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
723
|
+
BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveHeroImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
724
|
+
BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveHeroImage, selector: "biggive-hero-image", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", colourScheme: "colourScheme", logo: "logo", logoAltText: "logoAltText", logoHeight: "logoHeight", mainImage: "mainImage", mainImageAlignHorizontal: "mainImageAlignHorizontal", mainImageAlignVertical: "mainImageAlignVertical", 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 });
|
|
724
725
|
BiggiveHeroImage = __decorate([
|
|
725
726
|
ProxyCmp({
|
|
726
727
|
defineCustomElementFn: defineCustomElement$q,
|
|
727
728
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'logoAltText', 'logoHeight', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
728
729
|
})
|
|
729
730
|
], BiggiveHeroImage);
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveHeroImage, decorators: [{
|
|
731
732
|
type: Component,
|
|
732
733
|
args: [{
|
|
733
734
|
selector: 'biggive-hero-image',
|
|
@@ -744,15 +745,15 @@ let BiggiveIconButton = class BiggiveIconButton {
|
|
|
744
745
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
745
746
|
}
|
|
746
747
|
};
|
|
747
|
-
BiggiveIconButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
748
|
-
BiggiveIconButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
748
|
+
BiggiveIconButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
749
|
+
BiggiveIconButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveIconButton, selector: "biggive-icon-button", inputs: { arrow: "arrow", arrowColour: "arrowColour", backgroundColour: "backgroundColour", backgroundPadding: "backgroundPadding", buttonId: "buttonId", centered: "centered", circle: "circle", icon: "icon", iconGroup: "iconGroup", openInNewTab: "openInNewTab", rounded: "rounded", shadow: "shadow", size: "size", spaceBelow: "spaceBelow", text: "text", textColour: "textColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
749
750
|
BiggiveIconButton = __decorate([
|
|
750
751
|
ProxyCmp({
|
|
751
752
|
defineCustomElementFn: defineCustomElement$r,
|
|
752
753
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'icon', 'iconGroup', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url']
|
|
753
754
|
})
|
|
754
755
|
], BiggiveIconButton);
|
|
755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveIconButton, decorators: [{
|
|
756
757
|
type: Component,
|
|
757
758
|
args: [{
|
|
758
759
|
selector: 'biggive-icon-button',
|
|
@@ -768,15 +769,15 @@ let BiggiveIconGroup = class BiggiveIconGroup {
|
|
|
768
769
|
this.el = r.nativeElement;
|
|
769
770
|
}
|
|
770
771
|
};
|
|
771
|
-
BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
772
|
-
BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
772
|
+
BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveIconGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
773
|
+
BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveIconGroup, selector: "biggive-icon-group", inputs: { label: "label", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
773
774
|
BiggiveIconGroup = __decorate([
|
|
774
775
|
ProxyCmp({
|
|
775
776
|
defineCustomElementFn: defineCustomElement$s,
|
|
776
777
|
inputs: ['label', 'spaceBelow']
|
|
777
778
|
})
|
|
778
779
|
], BiggiveIconGroup);
|
|
779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveIconGroup, decorators: [{
|
|
780
781
|
type: Component,
|
|
781
782
|
args: [{
|
|
782
783
|
selector: 'biggive-icon-group',
|
|
@@ -792,15 +793,15 @@ let BiggiveImage = class BiggiveImage {
|
|
|
792
793
|
this.el = r.nativeElement;
|
|
793
794
|
}
|
|
794
795
|
};
|
|
795
|
-
BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
796
|
-
BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
796
|
+
BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
797
|
+
BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveImage, selector: "biggive-image", inputs: { height: "height", imageAltText: "imageAltText", imageUrl: "imageUrl", sizeUnit: "sizeUnit", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
797
798
|
BiggiveImage = __decorate([
|
|
798
799
|
ProxyCmp({
|
|
799
800
|
defineCustomElementFn: defineCustomElement$t,
|
|
800
801
|
inputs: ['height', 'imageAltText', 'imageUrl', 'sizeUnit', 'spaceAbove', 'spaceBelow', 'width']
|
|
801
802
|
})
|
|
802
803
|
], BiggiveImage);
|
|
803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveImage, decorators: [{
|
|
804
805
|
type: Component,
|
|
805
806
|
args: [{
|
|
806
807
|
selector: 'biggive-image',
|
|
@@ -817,15 +818,15 @@ let BiggiveImageButton = class BiggiveImageButton {
|
|
|
817
818
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
818
819
|
}
|
|
819
820
|
};
|
|
820
|
-
BiggiveImageButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
821
|
-
BiggiveImageButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
821
|
+
BiggiveImageButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveImageButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
822
|
+
BiggiveImageButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveImageButton, selector: "biggive-image-button", inputs: { arrow: "arrow", arrowColour: "arrowColour", backgroundColour: "backgroundColour", backgroundPadding: "backgroundPadding", buttonId: "buttonId", centered: "centered", circle: "circle", imageStyle: "imageStyle", imageUrl: "imageUrl", openInNewTab: "openInNewTab", rounded: "rounded", shadow: "shadow", size: "size", spaceBelow: "spaceBelow", text: "text", textColour: "textColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
822
823
|
BiggiveImageButton = __decorate([
|
|
823
824
|
ProxyCmp({
|
|
824
825
|
defineCustomElementFn: defineCustomElement$u,
|
|
825
826
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'imageStyle', 'imageUrl', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url']
|
|
826
827
|
})
|
|
827
828
|
], BiggiveImageButton);
|
|
828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveImageButton, decorators: [{
|
|
829
830
|
type: Component,
|
|
830
831
|
args: [{
|
|
831
832
|
selector: 'biggive-image-button',
|
|
@@ -841,15 +842,15 @@ let BiggiveImageFeature = class BiggiveImageFeature {
|
|
|
841
842
|
this.el = r.nativeElement;
|
|
842
843
|
}
|
|
843
844
|
};
|
|
844
|
-
BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
845
|
-
BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
845
|
+
BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveImageFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
846
|
+
BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveImageFeature, selector: "biggive-image-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", imageAltText: "imageAltText", 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 });
|
|
846
847
|
BiggiveImageFeature = __decorate([
|
|
847
848
|
ProxyCmp({
|
|
848
849
|
defineCustomElementFn: defineCustomElement$v,
|
|
849
850
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageAltText', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
850
851
|
})
|
|
851
852
|
], BiggiveImageFeature);
|
|
852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveImageFeature, decorators: [{
|
|
853
854
|
type: Component,
|
|
854
855
|
args: [{
|
|
855
856
|
selector: 'biggive-image-feature',
|
|
@@ -865,8 +866,8 @@ let BiggiveMainMenu = class BiggiveMainMenu {
|
|
|
865
866
|
this.el = r.nativeElement;
|
|
866
867
|
}
|
|
867
868
|
};
|
|
868
|
-
BiggiveMainMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
869
|
-
BiggiveMainMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
869
|
+
BiggiveMainMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveMainMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
870
|
+
BiggiveMainMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", isLoggedIn: "isLoggedIn", logoUrl: "logoUrl", usePresetMenuContent: "usePresetMenuContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
870
871
|
BiggiveMainMenu = __decorate([
|
|
871
872
|
ProxyCmp({
|
|
872
873
|
defineCustomElementFn: defineCustomElement$w,
|
|
@@ -874,7 +875,7 @@ BiggiveMainMenu = __decorate([
|
|
|
874
875
|
methods: ['closeMobileMenuFromOutside']
|
|
875
876
|
})
|
|
876
877
|
], BiggiveMainMenu);
|
|
877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveMainMenu, decorators: [{
|
|
878
879
|
type: Component,
|
|
879
880
|
args: [{
|
|
880
881
|
selector: 'biggive-main-menu',
|
|
@@ -890,15 +891,15 @@ let BiggiveMiscIcon = class BiggiveMiscIcon {
|
|
|
890
891
|
this.el = r.nativeElement;
|
|
891
892
|
}
|
|
892
893
|
};
|
|
893
|
-
BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
894
|
-
BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
894
|
+
BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveMiscIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
895
|
+
BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
895
896
|
BiggiveMiscIcon = __decorate([
|
|
896
897
|
ProxyCmp({
|
|
897
898
|
defineCustomElementFn: defineCustomElement$x,
|
|
898
899
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
|
|
899
900
|
})
|
|
900
901
|
], BiggiveMiscIcon);
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveMiscIcon, decorators: [{
|
|
902
903
|
type: Component,
|
|
903
904
|
args: [{
|
|
904
905
|
selector: 'biggive-misc-icon',
|
|
@@ -914,15 +915,15 @@ let BiggiveNavGroup = class BiggiveNavGroup {
|
|
|
914
915
|
this.el = r.nativeElement;
|
|
915
916
|
}
|
|
916
917
|
};
|
|
917
|
-
BiggiveNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
918
|
-
BiggiveNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
918
|
+
BiggiveNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveNavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
919
|
+
BiggiveNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveNavGroup, selector: "biggive-nav-group", inputs: { inline: "inline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
919
920
|
BiggiveNavGroup = __decorate([
|
|
920
921
|
ProxyCmp({
|
|
921
922
|
defineCustomElementFn: defineCustomElement$y,
|
|
922
923
|
inputs: ['inline']
|
|
923
924
|
})
|
|
924
925
|
], BiggiveNavGroup);
|
|
925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveNavGroup, decorators: [{
|
|
926
927
|
type: Component,
|
|
927
928
|
args: [{
|
|
928
929
|
selector: 'biggive-nav-group',
|
|
@@ -938,15 +939,15 @@ let BiggiveNavItem = class BiggiveNavItem {
|
|
|
938
939
|
this.el = r.nativeElement;
|
|
939
940
|
}
|
|
940
941
|
};
|
|
941
|
-
BiggiveNavItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
942
|
-
BiggiveNavItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
942
|
+
BiggiveNavItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
943
|
+
BiggiveNavItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveNavItem, selector: "biggive-nav-item", inputs: { iconColour: "iconColour", label: "label", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
943
944
|
BiggiveNavItem = __decorate([
|
|
944
945
|
ProxyCmp({
|
|
945
946
|
defineCustomElementFn: defineCustomElement$z,
|
|
946
947
|
inputs: ['iconColour', 'label', 'url']
|
|
947
948
|
})
|
|
948
949
|
], BiggiveNavItem);
|
|
949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveNavItem, decorators: [{
|
|
950
951
|
type: Component,
|
|
951
952
|
args: [{
|
|
952
953
|
selector: 'biggive-nav-item',
|
|
@@ -962,14 +963,14 @@ let BiggivePageColumn = class BiggivePageColumn {
|
|
|
962
963
|
this.el = r.nativeElement;
|
|
963
964
|
}
|
|
964
965
|
};
|
|
965
|
-
BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
966
|
-
BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
966
|
+
BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePageColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
967
|
+
BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggivePageColumn, selector: "biggive-page-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
967
968
|
BiggivePageColumn = __decorate([
|
|
968
969
|
ProxyCmp({
|
|
969
970
|
defineCustomElementFn: defineCustomElement$A
|
|
970
971
|
})
|
|
971
972
|
], BiggivePageColumn);
|
|
972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePageColumn, decorators: [{
|
|
973
974
|
type: Component,
|
|
974
975
|
args: [{
|
|
975
976
|
selector: 'biggive-page-column',
|
|
@@ -984,15 +985,15 @@ let BiggivePageColumns = class BiggivePageColumns {
|
|
|
984
985
|
this.el = r.nativeElement;
|
|
985
986
|
}
|
|
986
987
|
};
|
|
987
|
-
BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
988
|
-
BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
988
|
+
BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePageColumns, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
989
|
+
BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggivePageColumns, selector: "biggive-page-columns", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
989
990
|
BiggivePageColumns = __decorate([
|
|
990
991
|
ProxyCmp({
|
|
991
992
|
defineCustomElementFn: defineCustomElement$B,
|
|
992
993
|
inputs: ['spaceBelow']
|
|
993
994
|
})
|
|
994
995
|
], BiggivePageColumns);
|
|
995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePageColumns, decorators: [{
|
|
996
997
|
type: Component,
|
|
997
998
|
args: [{
|
|
998
999
|
selector: 'biggive-page-columns',
|
|
@@ -1008,15 +1009,15 @@ let BiggivePageSection = class BiggivePageSection {
|
|
|
1008
1009
|
this.el = r.nativeElement;
|
|
1009
1010
|
}
|
|
1010
1011
|
};
|
|
1011
|
-
BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1012
|
-
BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1012
|
+
BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePageSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1013
|
+
BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggivePageSection, selector: "biggive-page-section", inputs: { colourScheme: "colourScheme", maxWidth: "maxWidth", primaryFullBleed: "primaryFullBleed", sectionStyleBottom: "sectionStyleBottom", sectionStyleTop: "sectionStyleTop", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1013
1014
|
BiggivePageSection = __decorate([
|
|
1014
1015
|
ProxyCmp({
|
|
1015
1016
|
defineCustomElementFn: defineCustomElement$C,
|
|
1016
1017
|
inputs: ['colourScheme', 'maxWidth', 'primaryFullBleed', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
|
|
1017
1018
|
})
|
|
1018
1019
|
], BiggivePageSection);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePageSection, decorators: [{
|
|
1020
1021
|
type: Component,
|
|
1021
1022
|
args: [{
|
|
1022
1023
|
selector: 'biggive-page-section',
|
|
@@ -1032,15 +1033,15 @@ let BiggivePopup = class BiggivePopup {
|
|
|
1032
1033
|
this.el = r.nativeElement;
|
|
1033
1034
|
}
|
|
1034
1035
|
};
|
|
1035
|
-
BiggivePopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1036
|
-
BiggivePopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1036
|
+
BiggivePopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1037
|
+
BiggivePopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggivePopup, selector: "biggive-popup", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1037
1038
|
BiggivePopup = __decorate([
|
|
1038
1039
|
ProxyCmp({
|
|
1039
1040
|
defineCustomElementFn: defineCustomElement$D,
|
|
1040
1041
|
methods: ['openFromOutside', 'closeFromOutside']
|
|
1041
1042
|
})
|
|
1042
1043
|
], BiggivePopup);
|
|
1043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePopup, decorators: [{
|
|
1044
1045
|
type: Component,
|
|
1045
1046
|
args: [{
|
|
1046
1047
|
selector: 'biggive-popup',
|
|
@@ -1055,14 +1056,14 @@ let BiggivePopupStandalone = class BiggivePopupStandalone {
|
|
|
1055
1056
|
this.el = r.nativeElement;
|
|
1056
1057
|
}
|
|
1057
1058
|
};
|
|
1058
|
-
BiggivePopupStandalone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1059
|
-
BiggivePopupStandalone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1059
|
+
BiggivePopupStandalone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePopupStandalone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1060
|
+
BiggivePopupStandalone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggivePopupStandalone, selector: "biggive-popup-standalone", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1060
1061
|
BiggivePopupStandalone = __decorate([
|
|
1061
1062
|
ProxyCmp({
|
|
1062
1063
|
defineCustomElementFn: defineCustomElement$E
|
|
1063
1064
|
})
|
|
1064
1065
|
], BiggivePopupStandalone);
|
|
1065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggivePopupStandalone, decorators: [{
|
|
1066
1067
|
type: Component,
|
|
1067
1068
|
args: [{
|
|
1068
1069
|
selector: 'biggive-popup-standalone',
|
|
@@ -1077,15 +1078,15 @@ let BiggiveProgressBar = class BiggiveProgressBar {
|
|
|
1077
1078
|
this.el = r.nativeElement;
|
|
1078
1079
|
}
|
|
1079
1080
|
};
|
|
1080
|
-
BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1081
|
-
BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1081
|
+
BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1082
|
+
BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
1082
1083
|
BiggiveProgressBar = __decorate([
|
|
1083
1084
|
ProxyCmp({
|
|
1084
1085
|
defineCustomElementFn: defineCustomElement$F,
|
|
1085
1086
|
inputs: ['colourScheme', 'counter', 'spaceBelow']
|
|
1086
1087
|
})
|
|
1087
1088
|
], BiggiveProgressBar);
|
|
1088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveProgressBar, decorators: [{
|
|
1089
1090
|
type: Component,
|
|
1090
1091
|
args: [{
|
|
1091
1092
|
selector: 'biggive-progress-bar',
|
|
@@ -1101,15 +1102,15 @@ let BiggiveQuote = class BiggiveQuote {
|
|
|
1101
1102
|
this.el = r.nativeElement;
|
|
1102
1103
|
}
|
|
1103
1104
|
};
|
|
1104
|
-
BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1105
|
-
BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1105
|
+
BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1106
|
+
BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveQuote, selector: "biggive-quote", inputs: { attribution: "attribution", defaultTextColour: "defaultTextColour", quote: "quote", quoteIconColour: "quoteIconColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1106
1107
|
BiggiveQuote = __decorate([
|
|
1107
1108
|
ProxyCmp({
|
|
1108
1109
|
defineCustomElementFn: defineCustomElement$G,
|
|
1109
1110
|
inputs: ['attribution', 'defaultTextColour', 'quote', 'quoteIconColour', 'spaceBelow']
|
|
1110
1111
|
})
|
|
1111
1112
|
], BiggiveQuote);
|
|
1112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveQuote, decorators: [{
|
|
1113
1114
|
type: Component,
|
|
1114
1115
|
args: [{
|
|
1115
1116
|
selector: 'biggive-quote',
|
|
@@ -1125,15 +1126,15 @@ let BiggiveSheet = class BiggiveSheet {
|
|
|
1125
1126
|
this.el = r.nativeElement;
|
|
1126
1127
|
}
|
|
1127
1128
|
};
|
|
1128
|
-
BiggiveSheet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1129
|
-
BiggiveSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1129
|
+
BiggiveSheet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1130
|
+
BiggiveSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveSheet, selector: "biggive-sheet", inputs: { backgroundColour: "backgroundColour", sheetId: "sheetId", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1130
1131
|
BiggiveSheet = __decorate([
|
|
1131
1132
|
ProxyCmp({
|
|
1132
1133
|
defineCustomElementFn: defineCustomElement$H,
|
|
1133
1134
|
inputs: ['backgroundColour', 'sheetId', 'textColour']
|
|
1134
1135
|
})
|
|
1135
1136
|
], BiggiveSheet);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveSheet, decorators: [{
|
|
1137
1138
|
type: Component,
|
|
1138
1139
|
args: [{
|
|
1139
1140
|
selector: 'biggive-sheet',
|
|
@@ -1149,15 +1150,15 @@ let BiggiveSocialIcon = class BiggiveSocialIcon {
|
|
|
1149
1150
|
this.el = r.nativeElement;
|
|
1150
1151
|
}
|
|
1151
1152
|
};
|
|
1152
|
-
BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1153
|
-
BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1153
|
+
BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1154
|
+
BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", service: "service", url: "url", wide: "wide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1154
1155
|
BiggiveSocialIcon = __decorate([
|
|
1155
1156
|
ProxyCmp({
|
|
1156
1157
|
defineCustomElementFn: defineCustomElement$I,
|
|
1157
1158
|
inputs: ['backgroundColour', 'iconColour', 'service', 'url', 'wide']
|
|
1158
1159
|
})
|
|
1159
1160
|
], BiggiveSocialIcon);
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
|
|
1161
1162
|
type: Component,
|
|
1162
1163
|
args: [{
|
|
1163
1164
|
selector: 'biggive-social-icon',
|
|
@@ -1173,15 +1174,15 @@ let BiggiveTab = class BiggiveTab {
|
|
|
1173
1174
|
this.el = r.nativeElement;
|
|
1174
1175
|
}
|
|
1175
1176
|
};
|
|
1176
|
-
BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1177
|
-
BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1177
|
+
BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1178
|
+
BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1178
1179
|
BiggiveTab = __decorate([
|
|
1179
1180
|
ProxyCmp({
|
|
1180
1181
|
defineCustomElementFn: defineCustomElement$J,
|
|
1181
1182
|
inputs: ['tabTitle']
|
|
1182
1183
|
})
|
|
1183
1184
|
], BiggiveTab);
|
|
1184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTab, decorators: [{
|
|
1185
1186
|
type: Component,
|
|
1186
1187
|
args: [{
|
|
1187
1188
|
selector: 'biggive-tab',
|
|
@@ -1197,15 +1198,15 @@ let BiggiveTabbedContent = class BiggiveTabbedContent {
|
|
|
1197
1198
|
this.el = r.nativeElement;
|
|
1198
1199
|
}
|
|
1199
1200
|
};
|
|
1200
|
-
BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1201
|
-
BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1201
|
+
BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTabbedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1202
|
+
BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTabbedContent, selector: "biggive-tabbed-content", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", navigationHighlightColour: "navigationHighlightColour", selectedNavigationHighlightColour: "selectedNavigationHighlightColour", selectedTextColour: "selectedTextColour", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1202
1203
|
BiggiveTabbedContent = __decorate([
|
|
1203
1204
|
ProxyCmp({
|
|
1204
1205
|
defineCustomElementFn: defineCustomElement$K,
|
|
1205
1206
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour']
|
|
1206
1207
|
})
|
|
1207
1208
|
], BiggiveTabbedContent);
|
|
1208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTabbedContent, decorators: [{
|
|
1209
1210
|
type: Component,
|
|
1210
1211
|
args: [{
|
|
1211
1212
|
selector: 'biggive-tabbed-content',
|
|
@@ -1221,15 +1222,15 @@ let BiggiveTable = class BiggiveTable {
|
|
|
1221
1222
|
this.el = r.nativeElement;
|
|
1222
1223
|
}
|
|
1223
1224
|
};
|
|
1224
|
-
BiggiveTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1225
|
-
BiggiveTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1225
|
+
BiggiveTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1226
|
+
BiggiveTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTable, selector: "biggive-table", inputs: { bodyBackgroundColour: "bodyBackgroundColour", bodyTextColour: "bodyTextColour", headerBackgroundColour: "headerBackgroundColour", headerTextColour: "headerTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1226
1227
|
BiggiveTable = __decorate([
|
|
1227
1228
|
ProxyCmp({
|
|
1228
1229
|
defineCustomElementFn: defineCustomElement$L,
|
|
1229
1230
|
inputs: ['bodyBackgroundColour', 'bodyTextColour', 'headerBackgroundColour', 'headerTextColour', 'spaceBelow']
|
|
1230
1231
|
})
|
|
1231
1232
|
], BiggiveTable);
|
|
1232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTable, decorators: [{
|
|
1233
1234
|
type: Component,
|
|
1234
1235
|
args: [{
|
|
1235
1236
|
selector: 'biggive-table',
|
|
@@ -1245,19 +1246,21 @@ let BiggiveTextInput = class BiggiveTextInput {
|
|
|
1245
1246
|
this.el = r.nativeElement;
|
|
1246
1247
|
}
|
|
1247
1248
|
};
|
|
1248
|
-
BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1249
|
-
BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1249
|
+
BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1250
|
+
BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTextInput, selector: "biggive-text-input", inputs: { currency: "currency", prompt: "prompt", selectStyle: "selectStyle", spaceBelow: "spaceBelow", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1250
1251
|
BiggiveTextInput = __decorate([
|
|
1251
1252
|
ProxyCmp({
|
|
1252
|
-
defineCustomElementFn: defineCustomElement$M
|
|
1253
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1254
|
+
inputs: ['currency', 'prompt', 'selectStyle', 'spaceBelow', 'value']
|
|
1253
1255
|
})
|
|
1254
1256
|
], BiggiveTextInput);
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTextInput, decorators: [{
|
|
1256
1258
|
type: Component,
|
|
1257
1259
|
args: [{
|
|
1258
1260
|
selector: 'biggive-text-input',
|
|
1259
1261
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1260
|
-
template: '<ng-content></ng-content>'
|
|
1262
|
+
template: '<ng-content></ng-content>',
|
|
1263
|
+
inputs: ['currency', 'prompt', 'selectStyle', 'spaceBelow', 'value']
|
|
1261
1264
|
}]
|
|
1262
1265
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1263
1266
|
let BiggiveTimeline = class BiggiveTimeline {
|
|
@@ -1267,15 +1270,15 @@ let BiggiveTimeline = class BiggiveTimeline {
|
|
|
1267
1270
|
this.el = r.nativeElement;
|
|
1268
1271
|
}
|
|
1269
1272
|
};
|
|
1270
|
-
BiggiveTimeline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1271
|
-
BiggiveTimeline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1273
|
+
BiggiveTimeline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTimeline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1274
|
+
BiggiveTimeline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTimeline, selector: "biggive-timeline", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", entryBackgroundColour: "entryBackgroundColour", entryDateColour: "entryDateColour", entryHighlightColour: "entryHighlightColour", entryTextColour: "entryTextColour", entryTitleColour: "entryTitleColour", navigationHighlightColour: "navigationHighlightColour", selectedNavigationHighlightColour: "selectedNavigationHighlightColour", selectedTextColour: "selectedTextColour", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1272
1275
|
BiggiveTimeline = __decorate([
|
|
1273
1276
|
ProxyCmp({
|
|
1274
1277
|
defineCustomElementFn: defineCustomElement$N,
|
|
1275
1278
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'entryBackgroundColour', 'entryDateColour', 'entryHighlightColour', 'entryTextColour', 'entryTitleColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour']
|
|
1276
1279
|
})
|
|
1277
1280
|
], BiggiveTimeline);
|
|
1278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTimeline, decorators: [{
|
|
1279
1282
|
type: Component,
|
|
1280
1283
|
args: [{
|
|
1281
1284
|
selector: 'biggive-timeline',
|
|
@@ -1291,15 +1294,15 @@ let BiggiveTimelineEntry = class BiggiveTimelineEntry {
|
|
|
1291
1294
|
this.el = r.nativeElement;
|
|
1292
1295
|
}
|
|
1293
1296
|
};
|
|
1294
|
-
BiggiveTimelineEntry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1295
|
-
BiggiveTimelineEntry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1297
|
+
BiggiveTimelineEntry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTimelineEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1298
|
+
BiggiveTimelineEntry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTimelineEntry, selector: "biggive-timeline-entry", inputs: { date: "date", heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1296
1299
|
BiggiveTimelineEntry = __decorate([
|
|
1297
1300
|
ProxyCmp({
|
|
1298
1301
|
defineCustomElementFn: defineCustomElement$O,
|
|
1299
1302
|
inputs: ['date', 'heading']
|
|
1300
1303
|
})
|
|
1301
1304
|
], BiggiveTimelineEntry);
|
|
1302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTimelineEntry, decorators: [{
|
|
1303
1306
|
type: Component,
|
|
1304
1307
|
args: [{
|
|
1305
1308
|
selector: 'biggive-timeline-entry',
|
|
@@ -1315,15 +1318,15 @@ let BiggiveTippingSlider = class BiggiveTippingSlider {
|
|
|
1315
1318
|
this.el = r.nativeElement;
|
|
1316
1319
|
}
|
|
1317
1320
|
};
|
|
1318
|
-
BiggiveTippingSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1319
|
-
BiggiveTippingSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1321
|
+
BiggiveTippingSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTippingSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1322
|
+
BiggiveTippingSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTippingSlider, selector: "biggive-tipping-slider", inputs: { colourScheme: "colourScheme", donationAmount: "donationAmount", donationCurrency: "donationCurrency", percentageEnd: "percentageEnd", percentageStart: "percentageStart", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1320
1323
|
BiggiveTippingSlider = __decorate([
|
|
1321
1324
|
ProxyCmp({
|
|
1322
1325
|
defineCustomElementFn: defineCustomElement$P,
|
|
1323
1326
|
inputs: ['colourScheme', 'donationAmount', 'donationCurrency', 'percentageEnd', 'percentageStart', 'spaceBelow']
|
|
1324
1327
|
})
|
|
1325
1328
|
], BiggiveTippingSlider);
|
|
1326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTippingSlider, decorators: [{
|
|
1327
1330
|
type: Component,
|
|
1328
1331
|
args: [{
|
|
1329
1332
|
selector: 'biggive-tipping-slider',
|
|
@@ -1339,15 +1342,15 @@ let BiggiveTotalizer = class BiggiveTotalizer {
|
|
|
1339
1342
|
this.el = r.nativeElement;
|
|
1340
1343
|
}
|
|
1341
1344
|
};
|
|
1342
|
-
BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1343
|
-
BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1345
|
+
BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTotalizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1346
|
+
BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTotalizer, selector: "biggive-totalizer", inputs: { mainMessage: "mainMessage", primaryColour: "primaryColour", primaryTextColour: "primaryTextColour", secondaryColour: "secondaryColour", secondaryTextColour: "secondaryTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1344
1347
|
BiggiveTotalizer = __decorate([
|
|
1345
1348
|
ProxyCmp({
|
|
1346
1349
|
defineCustomElementFn: defineCustomElement$Q,
|
|
1347
1350
|
inputs: ['mainMessage', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow']
|
|
1348
1351
|
})
|
|
1349
1352
|
], BiggiveTotalizer);
|
|
1350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTotalizer, decorators: [{
|
|
1351
1354
|
type: Component,
|
|
1352
1355
|
args: [{
|
|
1353
1356
|
selector: 'biggive-totalizer',
|
|
@@ -1363,15 +1366,15 @@ let BiggiveTotalizerTickerItem = class BiggiveTotalizerTickerItem {
|
|
|
1363
1366
|
this.el = r.nativeElement;
|
|
1364
1367
|
}
|
|
1365
1368
|
};
|
|
1366
|
-
BiggiveTotalizerTickerItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1367
|
-
BiggiveTotalizerTickerItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1369
|
+
BiggiveTotalizerTickerItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTotalizerTickerItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1370
|
+
BiggiveTotalizerTickerItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTotalizerTickerItem, selector: "biggive-totalizer-ticker-item", inputs: { figure: "figure", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1368
1371
|
BiggiveTotalizerTickerItem = __decorate([
|
|
1369
1372
|
ProxyCmp({
|
|
1370
1373
|
defineCustomElementFn: defineCustomElement$R,
|
|
1371
1374
|
inputs: ['figure', 'label']
|
|
1372
1375
|
})
|
|
1373
1376
|
], BiggiveTotalizerTickerItem);
|
|
1374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTotalizerTickerItem, decorators: [{
|
|
1375
1378
|
type: Component,
|
|
1376
1379
|
args: [{
|
|
1377
1380
|
selector: 'biggive-totalizer-ticker-item',
|
|
@@ -1387,15 +1390,15 @@ let BiggiveVideo = class BiggiveVideo {
|
|
|
1387
1390
|
this.el = r.nativeElement;
|
|
1388
1391
|
}
|
|
1389
1392
|
};
|
|
1390
|
-
BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1391
|
-
BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1393
|
+
BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1394
|
+
BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveVideo, selector: "biggive-video", inputs: { spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1392
1395
|
BiggiveVideo = __decorate([
|
|
1393
1396
|
ProxyCmp({
|
|
1394
1397
|
defineCustomElementFn: defineCustomElement$S,
|
|
1395
1398
|
inputs: ['spaceAbove', 'spaceBelow', 'videoUrl']
|
|
1396
1399
|
})
|
|
1397
1400
|
], BiggiveVideo);
|
|
1398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveVideo, decorators: [{
|
|
1399
1402
|
type: Component,
|
|
1400
1403
|
args: [{
|
|
1401
1404
|
selector: 'biggive-video',
|
|
@@ -1411,15 +1414,15 @@ let BiggiveVideoFeature = class BiggiveVideoFeature {
|
|
|
1411
1414
|
this.el = r.nativeElement;
|
|
1412
1415
|
}
|
|
1413
1416
|
};
|
|
1414
|
-
BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1415
|
-
BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1417
|
+
BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveVideoFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1418
|
+
BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveVideoFeature, selector: "biggive-video-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1416
1419
|
BiggiveVideoFeature = __decorate([
|
|
1417
1420
|
ProxyCmp({
|
|
1418
1421
|
defineCustomElementFn: defineCustomElement$T,
|
|
1419
1422
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
|
|
1420
1423
|
})
|
|
1421
1424
|
], BiggiveVideoFeature);
|
|
1422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveVideoFeature, decorators: [{
|
|
1423
1426
|
type: Component,
|
|
1424
1427
|
args: [{
|
|
1425
1428
|
selector: 'biggive-video-feature',
|
|
@@ -1489,10 +1492,10 @@ const DIRECTIVES = [
|
|
|
1489
1492
|
|
|
1490
1493
|
class ComponentsModule {
|
|
1491
1494
|
}
|
|
1492
|
-
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1493
|
-
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
1494
|
-
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
1495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1495
|
+
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1496
|
+
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ComponentsModule, declarations: [BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCarousel, BiggiveCategoryIcon, BiggiveFilteredCarousel, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGenericIcon, BiggiveGrid, BiggiveHeading, BiggiveHeroImage, BiggiveIconButton, BiggiveIconGroup, BiggiveImage, BiggiveImageButton, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSheet, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTable, BiggiveTextInput, BiggiveTimeline, BiggiveTimelineEntry, BiggiveTippingSlider, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCarousel, BiggiveCategoryIcon, BiggiveFilteredCarousel, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGenericIcon, BiggiveGrid, BiggiveHeading, BiggiveHeroImage, BiggiveIconButton, BiggiveIconGroup, BiggiveImage, BiggiveImageButton, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSheet, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTable, BiggiveTextInput, BiggiveTimeline, BiggiveTimelineEntry, BiggiveTippingSlider, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature] });
|
|
1497
|
+
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ComponentsModule, imports: [CommonModule] });
|
|
1498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
1496
1499
|
type: NgModule,
|
|
1497
1500
|
args: [{
|
|
1498
1501
|
imports: [CommonModule],
|
|
@@ -1504,6 +1507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
|
|
|
1504
1507
|
/*
|
|
1505
1508
|
* Public API Surface of components
|
|
1506
1509
|
*/
|
|
1510
|
+
// Directives
|
|
1507
1511
|
|
|
1508
1512
|
/**
|
|
1509
1513
|
* Generated bundle index. Do not edit.
|