@biggive/components-angular 1.0.195 → 1.0.197
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 +138 -138
- package/fesm2015/biggive-components-angular.mjs +141 -141
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +141 -141
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -107,15 +107,15 @@ let BiggiveArticleCard = class BiggiveArticleCard {
|
|
|
107
107
|
this.el = r.nativeElement;
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
|
-
BiggiveArticleCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
111
|
-
BiggiveArticleCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
110
|
+
BiggiveArticleCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveArticleCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
111
|
+
BiggiveArticleCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveArticleCard, selector: "biggive-article-card", inputs: { backgroundColour: "backgroundColour", backgroundColourHover: "backgroundColourHover", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", date: "date", imageAltText: "imageAltText", imageLabel: "imageLabel", imageUrl: "imageUrl", mainTitle: "mainTitle", slug: "slug", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
112
112
|
BiggiveArticleCard = __decorate([
|
|
113
113
|
ProxyCmp({
|
|
114
114
|
defineCustomElementFn: defineCustomElement$1,
|
|
115
115
|
inputs: ['backgroundColour', 'backgroundColourHover', 'buttonLabel', 'buttonUrl', 'date', 'imageAltText', 'imageLabel', 'imageUrl', 'mainTitle', 'slug', 'spaceBelow', 'textColour']
|
|
116
116
|
})
|
|
117
117
|
], BiggiveArticleCard);
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveArticleCard, decorators: [{
|
|
119
119
|
type: Component,
|
|
120
120
|
args: [{
|
|
121
121
|
selector: 'biggive-article-card',
|
|
@@ -131,14 +131,14 @@ let BiggiveBackToTop = class BiggiveBackToTop {
|
|
|
131
131
|
this.el = r.nativeElement;
|
|
132
132
|
}
|
|
133
133
|
};
|
|
134
|
-
BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
135
|
-
BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
134
|
+
BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
135
|
+
BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveBackToTop, selector: "biggive-back-to-top", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
136
136
|
BiggiveBackToTop = __decorate([
|
|
137
137
|
ProxyCmp({
|
|
138
138
|
defineCustomElementFn: defineCustomElement$2
|
|
139
139
|
})
|
|
140
140
|
], BiggiveBackToTop);
|
|
141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBackToTop, decorators: [{
|
|
142
142
|
type: Component,
|
|
143
143
|
args: [{
|
|
144
144
|
selector: 'biggive-back-to-top',
|
|
@@ -153,15 +153,15 @@ let BiggiveBasicCard = class BiggiveBasicCard {
|
|
|
153
153
|
this.el = r.nativeElement;
|
|
154
154
|
}
|
|
155
155
|
};
|
|
156
|
-
BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
157
|
-
BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
156
|
+
BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBasicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
157
|
+
BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveBasicCard, selector: "biggive-basic-card", inputs: { 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 });
|
|
158
158
|
BiggiveBasicCard = __decorate([
|
|
159
159
|
ProxyCmp({
|
|
160
160
|
defineCustomElementFn: defineCustomElement$3,
|
|
161
161
|
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'cardColour', 'clipBottomLeftCorner', 'clipTopRightCorner', 'headingLevel', 'icon', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle', 'teaser', 'textColour']
|
|
162
162
|
})
|
|
163
163
|
], BiggiveBasicCard);
|
|
164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBasicCard, decorators: [{
|
|
165
165
|
type: Component,
|
|
166
166
|
args: [{
|
|
167
167
|
selector: 'biggive-basic-card',
|
|
@@ -177,15 +177,15 @@ let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
|
|
|
177
177
|
this.el = r.nativeElement;
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
|
-
BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
181
|
-
BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
180
|
+
BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBeneficiaryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
181
|
+
BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
182
182
|
BiggiveBeneficiaryIcon = __decorate([
|
|
183
183
|
ProxyCmp({
|
|
184
184
|
defineCustomElementFn: defineCustomElement$4,
|
|
185
185
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
186
186
|
})
|
|
187
187
|
], BiggiveBeneficiaryIcon);
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBeneficiaryIcon, decorators: [{
|
|
189
189
|
type: Component,
|
|
190
190
|
args: [{
|
|
191
191
|
selector: 'biggive-beneficiary-icon',
|
|
@@ -201,15 +201,15 @@ let BiggiveBiographyCard = class BiggiveBiographyCard {
|
|
|
201
201
|
this.el = r.nativeElement;
|
|
202
202
|
}
|
|
203
203
|
};
|
|
204
|
-
BiggiveBiographyCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
205
|
-
BiggiveBiographyCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
204
|
+
BiggiveBiographyCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBiographyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
205
|
+
BiggiveBiographyCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveBiographyCard, selector: "biggive-biography-card", inputs: { fullName: "fullName", imageUrl: "imageUrl", jobTitle: "jobTitle", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
206
206
|
BiggiveBiographyCard = __decorate([
|
|
207
207
|
ProxyCmp({
|
|
208
208
|
defineCustomElementFn: defineCustomElement$5,
|
|
209
209
|
inputs: ['fullName', 'imageUrl', 'jobTitle', 'spaceBelow']
|
|
210
210
|
})
|
|
211
211
|
], BiggiveBiographyCard);
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBiographyCard, decorators: [{
|
|
213
213
|
type: Component,
|
|
214
214
|
args: [{
|
|
215
215
|
selector: 'biggive-biography-card',
|
|
@@ -225,15 +225,15 @@ let BiggiveBoxedContent = class BiggiveBoxedContent {
|
|
|
225
225
|
this.el = r.nativeElement;
|
|
226
226
|
}
|
|
227
227
|
};
|
|
228
|
-
BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
229
|
-
BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
228
|
+
BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBoxedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
229
|
+
BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
230
230
|
BiggiveBoxedContent = __decorate([
|
|
231
231
|
ProxyCmp({
|
|
232
232
|
defineCustomElementFn: defineCustomElement$6,
|
|
233
233
|
inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
|
|
234
234
|
})
|
|
235
235
|
], BiggiveBoxedContent);
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBoxedContent, decorators: [{
|
|
237
237
|
type: Component,
|
|
238
238
|
args: [{
|
|
239
239
|
selector: 'biggive-boxed-content',
|
|
@@ -249,15 +249,15 @@ let BiggiveBrandedImage = class BiggiveBrandedImage {
|
|
|
249
249
|
this.el = r.nativeElement;
|
|
250
250
|
}
|
|
251
251
|
};
|
|
252
|
-
BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
253
|
-
BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
252
|
+
BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBrandedImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
253
|
+
BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
254
254
|
BiggiveBrandedImage = __decorate([
|
|
255
255
|
ProxyCmp({
|
|
256
256
|
defineCustomElementFn: defineCustomElement$7,
|
|
257
257
|
inputs: ['charityLocation', 'charityName', 'charityUrl', 'imageUrl', 'logoUrl', 'slug', 'spaceBelow']
|
|
258
258
|
})
|
|
259
259
|
], BiggiveBrandedImage);
|
|
260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveBrandedImage, decorators: [{
|
|
261
261
|
type: Component,
|
|
262
262
|
args: [{
|
|
263
263
|
selector: 'biggive-branded-image',
|
|
@@ -274,15 +274,15 @@ let BiggiveButton = class BiggiveButton {
|
|
|
274
274
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
275
275
|
}
|
|
276
276
|
};
|
|
277
|
-
BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
278
|
-
BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
277
|
+
BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
278
|
+
BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveButton, selector: "biggive-button", inputs: { 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 });
|
|
279
279
|
BiggiveButton = __decorate([
|
|
280
280
|
ProxyCmp({
|
|
281
281
|
defineCustomElementFn: defineCustomElement$8,
|
|
282
282
|
inputs: ['centered', 'colourScheme', 'fullWidth', 'label', 'openInNewTab', 'rounded', 'size', 'spaceBelow', 'url']
|
|
283
283
|
})
|
|
284
284
|
], BiggiveButton);
|
|
285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveButton, decorators: [{
|
|
286
286
|
type: Component,
|
|
287
287
|
args: [{
|
|
288
288
|
selector: 'biggive-button',
|
|
@@ -298,15 +298,15 @@ let BiggiveCallToAction = class BiggiveCallToAction {
|
|
|
298
298
|
this.el = r.nativeElement;
|
|
299
299
|
}
|
|
300
300
|
};
|
|
301
|
-
BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
302
|
-
BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
301
|
+
BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCallToAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
302
|
+
BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
303
303
|
BiggiveCallToAction = __decorate([
|
|
304
304
|
ProxyCmp({
|
|
305
305
|
defineCustomElementFn: defineCustomElement$9,
|
|
306
306
|
inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'mainTitleSize', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'slugSize', 'spaceAbove', 'spaceBelow', 'subtitle', 'subtitleColour', 'subtitleSize', 'teaser', 'teaserColour']
|
|
307
307
|
})
|
|
308
308
|
], BiggiveCallToAction);
|
|
309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCallToAction, decorators: [{
|
|
310
310
|
type: Component,
|
|
311
311
|
args: [{
|
|
312
312
|
selector: 'biggive-call-to-action',
|
|
@@ -323,15 +323,15 @@ let BiggiveCampaignCard = class BiggiveCampaignCard {
|
|
|
323
323
|
proxyOutputs(this, this.el, ['doCardGeneralClick']);
|
|
324
324
|
}
|
|
325
325
|
};
|
|
326
|
-
BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
327
|
-
BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
326
|
+
BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCampaignCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
327
|
+
BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
328
328
|
BiggiveCampaignCard = __decorate([
|
|
329
329
|
ProxyCmp({
|
|
330
330
|
defineCustomElementFn: defineCustomElement$a,
|
|
331
331
|
inputs: ['banner', 'campaignTitle', 'campaignType', 'datetime', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'isFutureCampaign', 'isPastCampaign', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
|
|
332
332
|
})
|
|
333
333
|
], BiggiveCampaignCard);
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCampaignCard, decorators: [{
|
|
335
335
|
type: Component,
|
|
336
336
|
args: [{
|
|
337
337
|
selector: 'biggive-campaign-card',
|
|
@@ -348,15 +348,15 @@ let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
|
|
|
348
348
|
proxyOutputs(this, this.el, ['doSearchAndFilterUpdate']);
|
|
349
349
|
}
|
|
350
350
|
};
|
|
351
|
-
BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
352
|
-
BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
351
|
+
BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCampaignCardFilterGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
352
|
+
BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
353
353
|
BiggiveCampaignCardFilterGrid = __decorate([
|
|
354
354
|
ProxyCmp({
|
|
355
355
|
defineCustomElementFn: defineCustomElement$b,
|
|
356
356
|
inputs: ['beneficiaryOptions', 'buttonText', 'categoryOptions', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'selectedFilterBeneficiary', 'selectedFilterCategory', 'selectedFilterFunding', 'selectedFilterLocation', 'selectedSortByOption', 'spaceBelow']
|
|
357
357
|
})
|
|
358
358
|
], BiggiveCampaignCardFilterGrid);
|
|
359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCampaignCardFilterGrid, decorators: [{
|
|
360
360
|
type: Component,
|
|
361
361
|
args: [{
|
|
362
362
|
selector: 'biggive-campaign-card-filter-grid',
|
|
@@ -372,15 +372,15 @@ let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
|
372
372
|
this.el = r.nativeElement;
|
|
373
373
|
}
|
|
374
374
|
};
|
|
375
|
-
BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
376
|
-
BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
375
|
+
BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCampaignHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
376
|
+
BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
377
377
|
BiggiveCampaignHighlights = __decorate([
|
|
378
378
|
ProxyCmp({
|
|
379
379
|
defineCustomElementFn: defineCustomElement$c,
|
|
380
380
|
inputs: ['banner', 'campaignTitle', 'championName', 'championUrl', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
|
|
381
381
|
})
|
|
382
382
|
], BiggiveCampaignHighlights);
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCampaignHighlights, decorators: [{
|
|
384
384
|
type: Component,
|
|
385
385
|
args: [{
|
|
386
386
|
selector: 'biggive-campaign-highlights',
|
|
@@ -396,15 +396,15 @@ let BiggiveCategoryIcon = class BiggiveCategoryIcon {
|
|
|
396
396
|
this.el = r.nativeElement;
|
|
397
397
|
}
|
|
398
398
|
};
|
|
399
|
-
BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
400
|
-
BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
399
|
+
BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCategoryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
400
|
+
BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
401
401
|
BiggiveCategoryIcon = __decorate([
|
|
402
402
|
ProxyCmp({
|
|
403
403
|
defineCustomElementFn: defineCustomElement$d,
|
|
404
404
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
405
405
|
})
|
|
406
406
|
], BiggiveCategoryIcon);
|
|
407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveCategoryIcon, decorators: [{
|
|
408
408
|
type: Component,
|
|
409
409
|
args: [{
|
|
410
410
|
selector: 'biggive-category-icon',
|
|
@@ -420,15 +420,15 @@ let BiggiveFooter = class BiggiveFooter {
|
|
|
420
420
|
this.el = r.nativeElement;
|
|
421
421
|
}
|
|
422
422
|
};
|
|
423
|
-
BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
424
|
-
BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
423
|
+
BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
424
|
+
BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveFooter, selector: "biggive-footer", inputs: { headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
425
425
|
BiggiveFooter = __decorate([
|
|
426
426
|
ProxyCmp({
|
|
427
427
|
defineCustomElementFn: defineCustomElement$e,
|
|
428
428
|
inputs: ['headingLevel']
|
|
429
429
|
})
|
|
430
430
|
], BiggiveFooter);
|
|
431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFooter, decorators: [{
|
|
432
432
|
type: Component,
|
|
433
433
|
args: [{
|
|
434
434
|
selector: 'biggive-footer',
|
|
@@ -444,14 +444,14 @@ let BiggiveForm = class BiggiveForm {
|
|
|
444
444
|
this.el = r.nativeElement;
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
|
-
BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
448
|
-
BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
447
|
+
BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
448
|
+
BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveForm, selector: "biggive-form", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
449
449
|
BiggiveForm = __decorate([
|
|
450
450
|
ProxyCmp({
|
|
451
451
|
defineCustomElementFn: defineCustomElement$f
|
|
452
452
|
})
|
|
453
453
|
], BiggiveForm);
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveForm, decorators: [{
|
|
455
455
|
type: Component,
|
|
456
456
|
args: [{
|
|
457
457
|
selector: 'biggive-form',
|
|
@@ -467,15 +467,15 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
|
|
|
467
467
|
proxyOutputs(this, this.el, ['doSelectChange']);
|
|
468
468
|
}
|
|
469
469
|
};
|
|
470
|
-
BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
471
|
-
BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
470
|
+
BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
471
|
+
BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { placeholder: "placeholder", selectedLabel: "selectedLabel", selectedValue: "selectedValue", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
472
472
|
BiggiveFormFieldSelect = __decorate([
|
|
473
473
|
ProxyCmp({
|
|
474
474
|
defineCustomElementFn: defineCustomElement$g,
|
|
475
475
|
inputs: ['placeholder', 'selectedLabel', 'selectedValue', 'spaceBelow']
|
|
476
476
|
})
|
|
477
477
|
], BiggiveFormFieldSelect);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
|
|
479
479
|
type: Component,
|
|
480
480
|
args: [{
|
|
481
481
|
selector: 'biggive-form-field-select',
|
|
@@ -492,15 +492,15 @@ let BiggiveFormFieldSelectOption = class BiggiveFormFieldSelectOption {
|
|
|
492
492
|
proxyOutputs(this, this.el, ['doOptionSelect']);
|
|
493
493
|
}
|
|
494
494
|
};
|
|
495
|
-
BiggiveFormFieldSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
496
|
-
BiggiveFormFieldSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
495
|
+
BiggiveFormFieldSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFormFieldSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
496
|
+
BiggiveFormFieldSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
497
497
|
BiggiveFormFieldSelectOption = __decorate([
|
|
498
498
|
ProxyCmp({
|
|
499
499
|
defineCustomElementFn: defineCustomElement$h,
|
|
500
500
|
inputs: ['label', 'value']
|
|
501
501
|
})
|
|
502
502
|
], BiggiveFormFieldSelectOption);
|
|
503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFormFieldSelectOption, decorators: [{
|
|
504
504
|
type: Component,
|
|
505
505
|
args: [{
|
|
506
506
|
selector: 'biggive-form-field-select-option',
|
|
@@ -516,15 +516,15 @@ let BiggiveFormattedText = class BiggiveFormattedText {
|
|
|
516
516
|
this.el = r.nativeElement;
|
|
517
517
|
}
|
|
518
518
|
};
|
|
519
|
-
BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
520
|
-
BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
519
|
+
BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFormattedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
520
|
+
BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
521
521
|
BiggiveFormattedText = __decorate([
|
|
522
522
|
ProxyCmp({
|
|
523
523
|
defineCustomElementFn: defineCustomElement$i,
|
|
524
524
|
inputs: ['defaultTextColour', 'maxWidth', 'spaceBelow']
|
|
525
525
|
})
|
|
526
526
|
], BiggiveFormattedText);
|
|
527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveFormattedText, decorators: [{
|
|
528
528
|
type: Component,
|
|
529
529
|
args: [{
|
|
530
530
|
selector: 'biggive-formatted-text',
|
|
@@ -540,15 +540,15 @@ let BiggiveGrid = class BiggiveGrid {
|
|
|
540
540
|
this.el = r.nativeElement;
|
|
541
541
|
}
|
|
542
542
|
};
|
|
543
|
-
BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
544
|
-
BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
543
|
+
BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
544
|
+
BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveGrid, selector: "biggive-grid", inputs: { columnCount: "columnCount", spaceBelow: "spaceBelow", spaceBetween: "spaceBetween" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
545
545
|
BiggiveGrid = __decorate([
|
|
546
546
|
ProxyCmp({
|
|
547
547
|
defineCustomElementFn: defineCustomElement$j,
|
|
548
548
|
inputs: ['columnCount', 'spaceBelow', 'spaceBetween']
|
|
549
549
|
})
|
|
550
550
|
], BiggiveGrid);
|
|
551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveGrid, decorators: [{
|
|
552
552
|
type: Component,
|
|
553
553
|
args: [{
|
|
554
554
|
selector: 'biggive-grid',
|
|
@@ -564,8 +564,8 @@ let BiggiveHeader = class BiggiveHeader {
|
|
|
564
564
|
this.el = r.nativeElement;
|
|
565
565
|
}
|
|
566
566
|
};
|
|
567
|
-
BiggiveHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
568
|
-
BiggiveHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
567
|
+
BiggiveHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
568
|
+
BiggiveHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveHeader, selector: "biggive-header", inputs: { logoUrl: "logoUrl", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
569
569
|
BiggiveHeader = __decorate([
|
|
570
570
|
ProxyCmp({
|
|
571
571
|
defineCustomElementFn: defineCustomElement$k,
|
|
@@ -573,7 +573,7 @@ BiggiveHeader = __decorate([
|
|
|
573
573
|
methods: ['closeMenuFromOutside']
|
|
574
574
|
})
|
|
575
575
|
], BiggiveHeader);
|
|
576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveHeader, decorators: [{
|
|
577
577
|
type: Component,
|
|
578
578
|
args: [{
|
|
579
579
|
selector: 'biggive-header',
|
|
@@ -589,15 +589,15 @@ let BiggiveHeading = class BiggiveHeading {
|
|
|
589
589
|
this.el = r.nativeElement;
|
|
590
590
|
}
|
|
591
591
|
};
|
|
592
|
-
BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
593
|
-
BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
592
|
+
BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
593
|
+
BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
594
594
|
BiggiveHeading = __decorate([
|
|
595
595
|
ProxyCmp({
|
|
596
596
|
defineCustomElementFn: defineCustomElement$l,
|
|
597
597
|
inputs: ['align', 'colour', 'htmlElement', 'icon', 'iconColour', 'size', 'spaceAbove', 'spaceBelow', 'text']
|
|
598
598
|
})
|
|
599
599
|
], BiggiveHeading);
|
|
600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveHeading, decorators: [{
|
|
601
601
|
type: Component,
|
|
602
602
|
args: [{
|
|
603
603
|
selector: 'biggive-heading',
|
|
@@ -613,15 +613,15 @@ let BiggiveHeroImage = class BiggiveHeroImage {
|
|
|
613
613
|
this.el = r.nativeElement;
|
|
614
614
|
}
|
|
615
615
|
};
|
|
616
|
-
BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
617
|
-
BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
616
|
+
BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveHeroImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
617
|
+
BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveHeroImage, selector: "biggive-hero-image", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", colourScheme: "colourScheme", logo: "logo", logoAltText: "logoAltText", 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 });
|
|
618
618
|
BiggiveHeroImage = __decorate([
|
|
619
619
|
ProxyCmp({
|
|
620
620
|
defineCustomElementFn: defineCustomElement$m,
|
|
621
621
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'logoAltText', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
622
622
|
})
|
|
623
623
|
], BiggiveHeroImage);
|
|
624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveHeroImage, decorators: [{
|
|
625
625
|
type: Component,
|
|
626
626
|
args: [{
|
|
627
627
|
selector: 'biggive-hero-image',
|
|
@@ -637,15 +637,15 @@ let BiggiveIconGroup = class BiggiveIconGroup {
|
|
|
637
637
|
this.el = r.nativeElement;
|
|
638
638
|
}
|
|
639
639
|
};
|
|
640
|
-
BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
641
|
-
BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
640
|
+
BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveIconGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
641
|
+
BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveIconGroup, selector: "biggive-icon-group", inputs: { label: "label", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
642
642
|
BiggiveIconGroup = __decorate([
|
|
643
643
|
ProxyCmp({
|
|
644
644
|
defineCustomElementFn: defineCustomElement$n,
|
|
645
645
|
inputs: ['label', 'spaceBelow']
|
|
646
646
|
})
|
|
647
647
|
], BiggiveIconGroup);
|
|
648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveIconGroup, decorators: [{
|
|
649
649
|
type: Component,
|
|
650
650
|
args: [{
|
|
651
651
|
selector: 'biggive-icon-group',
|
|
@@ -661,15 +661,15 @@ let BiggiveImage = class BiggiveImage {
|
|
|
661
661
|
this.el = r.nativeElement;
|
|
662
662
|
}
|
|
663
663
|
};
|
|
664
|
-
BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
665
|
-
BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
664
|
+
BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
665
|
+
BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
666
666
|
BiggiveImage = __decorate([
|
|
667
667
|
ProxyCmp({
|
|
668
668
|
defineCustomElementFn: defineCustomElement$o,
|
|
669
669
|
inputs: ['height', 'imageAltText', 'imageUrl', 'sizeUnit', 'spaceAbove', 'spaceBelow', 'width']
|
|
670
670
|
})
|
|
671
671
|
], BiggiveImage);
|
|
672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveImage, decorators: [{
|
|
673
673
|
type: Component,
|
|
674
674
|
args: [{
|
|
675
675
|
selector: 'biggive-image',
|
|
@@ -685,15 +685,15 @@ let BiggiveImageFeature = class BiggiveImageFeature {
|
|
|
685
685
|
this.el = r.nativeElement;
|
|
686
686
|
}
|
|
687
687
|
};
|
|
688
|
-
BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
689
|
-
BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
688
|
+
BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveImageFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
689
|
+
BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
690
690
|
BiggiveImageFeature = __decorate([
|
|
691
691
|
ProxyCmp({
|
|
692
692
|
defineCustomElementFn: defineCustomElement$p,
|
|
693
693
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageAltText', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
694
694
|
})
|
|
695
695
|
], BiggiveImageFeature);
|
|
696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveImageFeature, decorators: [{
|
|
697
697
|
type: Component,
|
|
698
698
|
args: [{
|
|
699
699
|
selector: 'biggive-image-feature',
|
|
@@ -709,15 +709,15 @@ let BiggiveMainMenu = class BiggiveMainMenu {
|
|
|
709
709
|
this.el = r.nativeElement;
|
|
710
710
|
}
|
|
711
711
|
};
|
|
712
|
-
BiggiveMainMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
713
|
-
BiggiveMainMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
712
|
+
BiggiveMainMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveMainMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
713
|
+
BiggiveMainMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveMainMenu, selector: "biggive-main-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
714
714
|
BiggiveMainMenu = __decorate([
|
|
715
715
|
ProxyCmp({
|
|
716
716
|
defineCustomElementFn: defineCustomElement$q,
|
|
717
717
|
methods: ['closeMobileMenuFromOutside']
|
|
718
718
|
})
|
|
719
719
|
], BiggiveMainMenu);
|
|
720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveMainMenu, decorators: [{
|
|
721
721
|
type: Component,
|
|
722
722
|
args: [{
|
|
723
723
|
selector: 'biggive-main-menu',
|
|
@@ -732,15 +732,15 @@ let BiggiveMiscIcon = class BiggiveMiscIcon {
|
|
|
732
732
|
this.el = r.nativeElement;
|
|
733
733
|
}
|
|
734
734
|
};
|
|
735
|
-
BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
736
|
-
BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
735
|
+
BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveMiscIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
736
|
+
BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
737
737
|
BiggiveMiscIcon = __decorate([
|
|
738
738
|
ProxyCmp({
|
|
739
739
|
defineCustomElementFn: defineCustomElement$r,
|
|
740
740
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
|
|
741
741
|
})
|
|
742
742
|
], BiggiveMiscIcon);
|
|
743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveMiscIcon, decorators: [{
|
|
744
744
|
type: Component,
|
|
745
745
|
args: [{
|
|
746
746
|
selector: 'biggive-misc-icon',
|
|
@@ -756,15 +756,15 @@ let BiggiveNavGroup = class BiggiveNavGroup {
|
|
|
756
756
|
this.el = r.nativeElement;
|
|
757
757
|
}
|
|
758
758
|
};
|
|
759
|
-
BiggiveNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
760
|
-
BiggiveNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
759
|
+
BiggiveNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveNavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
760
|
+
BiggiveNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveNavGroup, selector: "biggive-nav-group", inputs: { inline: "inline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
761
761
|
BiggiveNavGroup = __decorate([
|
|
762
762
|
ProxyCmp({
|
|
763
763
|
defineCustomElementFn: defineCustomElement$s,
|
|
764
764
|
inputs: ['inline']
|
|
765
765
|
})
|
|
766
766
|
], BiggiveNavGroup);
|
|
767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveNavGroup, decorators: [{
|
|
768
768
|
type: Component,
|
|
769
769
|
args: [{
|
|
770
770
|
selector: 'biggive-nav-group',
|
|
@@ -780,15 +780,15 @@ let BiggiveNavItem = class BiggiveNavItem {
|
|
|
780
780
|
this.el = r.nativeElement;
|
|
781
781
|
}
|
|
782
782
|
};
|
|
783
|
-
BiggiveNavItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
784
|
-
BiggiveNavItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
783
|
+
BiggiveNavItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
784
|
+
BiggiveNavItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
785
785
|
BiggiveNavItem = __decorate([
|
|
786
786
|
ProxyCmp({
|
|
787
787
|
defineCustomElementFn: defineCustomElement$t,
|
|
788
788
|
inputs: ['iconColour', 'label', 'url']
|
|
789
789
|
})
|
|
790
790
|
], BiggiveNavItem);
|
|
791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveNavItem, decorators: [{
|
|
792
792
|
type: Component,
|
|
793
793
|
args: [{
|
|
794
794
|
selector: 'biggive-nav-item',
|
|
@@ -804,14 +804,14 @@ let BiggivePageColumn = class BiggivePageColumn {
|
|
|
804
804
|
this.el = r.nativeElement;
|
|
805
805
|
}
|
|
806
806
|
};
|
|
807
|
-
BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
808
|
-
BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
807
|
+
BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePageColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
808
|
+
BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggivePageColumn, selector: "biggive-page-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
809
809
|
BiggivePageColumn = __decorate([
|
|
810
810
|
ProxyCmp({
|
|
811
811
|
defineCustomElementFn: defineCustomElement$u
|
|
812
812
|
})
|
|
813
813
|
], BiggivePageColumn);
|
|
814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePageColumn, decorators: [{
|
|
815
815
|
type: Component,
|
|
816
816
|
args: [{
|
|
817
817
|
selector: 'biggive-page-column',
|
|
@@ -826,15 +826,15 @@ let BiggivePageColumns = class BiggivePageColumns {
|
|
|
826
826
|
this.el = r.nativeElement;
|
|
827
827
|
}
|
|
828
828
|
};
|
|
829
|
-
BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
830
|
-
BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
829
|
+
BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePageColumns, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
830
|
+
BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggivePageColumns, selector: "biggive-page-columns", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
831
831
|
BiggivePageColumns = __decorate([
|
|
832
832
|
ProxyCmp({
|
|
833
833
|
defineCustomElementFn: defineCustomElement$v,
|
|
834
834
|
inputs: ['spaceBelow']
|
|
835
835
|
})
|
|
836
836
|
], BiggivePageColumns);
|
|
837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePageColumns, decorators: [{
|
|
838
838
|
type: Component,
|
|
839
839
|
args: [{
|
|
840
840
|
selector: 'biggive-page-columns',
|
|
@@ -850,15 +850,15 @@ let BiggivePageSection = class BiggivePageSection {
|
|
|
850
850
|
this.el = r.nativeElement;
|
|
851
851
|
}
|
|
852
852
|
};
|
|
853
|
-
BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
854
|
-
BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
853
|
+
BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePageSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
854
|
+
BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggivePageSection, selector: "biggive-page-section", inputs: { colourScheme: "colourScheme", maxWidth: "maxWidth", sectionStyleBottom: "sectionStyleBottom", sectionStyleTop: "sectionStyleTop", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
855
855
|
BiggivePageSection = __decorate([
|
|
856
856
|
ProxyCmp({
|
|
857
857
|
defineCustomElementFn: defineCustomElement$w,
|
|
858
858
|
inputs: ['colourScheme', 'maxWidth', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
|
|
859
859
|
})
|
|
860
860
|
], BiggivePageSection);
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePageSection, decorators: [{
|
|
862
862
|
type: Component,
|
|
863
863
|
args: [{
|
|
864
864
|
selector: 'biggive-page-section',
|
|
@@ -874,15 +874,15 @@ let BiggivePopup = class BiggivePopup {
|
|
|
874
874
|
this.el = r.nativeElement;
|
|
875
875
|
}
|
|
876
876
|
};
|
|
877
|
-
BiggivePopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
878
|
-
BiggivePopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
877
|
+
BiggivePopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
878
|
+
BiggivePopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggivePopup, selector: "biggive-popup", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
879
879
|
BiggivePopup = __decorate([
|
|
880
880
|
ProxyCmp({
|
|
881
881
|
defineCustomElementFn: defineCustomElement$x,
|
|
882
882
|
methods: ['openFromOutside', 'closeFromOutside']
|
|
883
883
|
})
|
|
884
884
|
], BiggivePopup);
|
|
885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePopup, decorators: [{
|
|
886
886
|
type: Component,
|
|
887
887
|
args: [{
|
|
888
888
|
selector: 'biggive-popup',
|
|
@@ -897,14 +897,14 @@ let BiggivePopupStandalone = class BiggivePopupStandalone {
|
|
|
897
897
|
this.el = r.nativeElement;
|
|
898
898
|
}
|
|
899
899
|
};
|
|
900
|
-
BiggivePopupStandalone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
901
|
-
BiggivePopupStandalone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
900
|
+
BiggivePopupStandalone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePopupStandalone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
901
|
+
BiggivePopupStandalone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggivePopupStandalone, selector: "biggive-popup-standalone", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
902
902
|
BiggivePopupStandalone = __decorate([
|
|
903
903
|
ProxyCmp({
|
|
904
904
|
defineCustomElementFn: defineCustomElement$y
|
|
905
905
|
})
|
|
906
906
|
], BiggivePopupStandalone);
|
|
907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggivePopupStandalone, decorators: [{
|
|
908
908
|
type: Component,
|
|
909
909
|
args: [{
|
|
910
910
|
selector: 'biggive-popup-standalone',
|
|
@@ -919,15 +919,15 @@ let BiggiveProgressBar = class BiggiveProgressBar {
|
|
|
919
919
|
this.el = r.nativeElement;
|
|
920
920
|
}
|
|
921
921
|
};
|
|
922
|
-
BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
923
|
-
BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
922
|
+
BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
+
BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
924
924
|
BiggiveProgressBar = __decorate([
|
|
925
925
|
ProxyCmp({
|
|
926
926
|
defineCustomElementFn: defineCustomElement$z,
|
|
927
927
|
inputs: ['colourScheme', 'counter', 'spaceBelow']
|
|
928
928
|
})
|
|
929
929
|
], BiggiveProgressBar);
|
|
930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveProgressBar, decorators: [{
|
|
931
931
|
type: Component,
|
|
932
932
|
args: [{
|
|
933
933
|
selector: 'biggive-progress-bar',
|
|
@@ -943,15 +943,15 @@ let BiggiveQuote = class BiggiveQuote {
|
|
|
943
943
|
this.el = r.nativeElement;
|
|
944
944
|
}
|
|
945
945
|
};
|
|
946
|
-
BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
947
|
-
BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
946
|
+
BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
947
|
+
BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveQuote, selector: "biggive-quote", inputs: { attribution: "attribution", defaultTextColour: "defaultTextColour", quote: "quote", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
948
948
|
BiggiveQuote = __decorate([
|
|
949
949
|
ProxyCmp({
|
|
950
950
|
defineCustomElementFn: defineCustomElement$A,
|
|
951
951
|
inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']
|
|
952
952
|
})
|
|
953
953
|
], BiggiveQuote);
|
|
954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveQuote, decorators: [{
|
|
955
955
|
type: Component,
|
|
956
956
|
args: [{
|
|
957
957
|
selector: 'biggive-quote',
|
|
@@ -968,15 +968,15 @@ let BiggiveSearch = class BiggiveSearch {
|
|
|
968
968
|
proxyOutputs(this, this.el, ['doSearch']);
|
|
969
969
|
}
|
|
970
970
|
};
|
|
971
|
-
BiggiveSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
972
|
-
BiggiveSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
971
|
+
BiggiveSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
972
|
+
BiggiveSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveSearch, selector: "biggive-search", inputs: { buttonText: "buttonText", placeholderText: "placeholderText", searchText: "searchText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
973
973
|
BiggiveSearch = __decorate([
|
|
974
974
|
ProxyCmp({
|
|
975
975
|
defineCustomElementFn: defineCustomElement$B,
|
|
976
976
|
inputs: ['buttonText', 'placeholderText', 'searchText']
|
|
977
977
|
})
|
|
978
978
|
], BiggiveSearch);
|
|
979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveSearch, decorators: [{
|
|
980
980
|
type: Component,
|
|
981
981
|
args: [{
|
|
982
982
|
selector: 'biggive-search',
|
|
@@ -992,21 +992,21 @@ let BiggiveSocialIcon = class BiggiveSocialIcon {
|
|
|
992
992
|
this.el = r.nativeElement;
|
|
993
993
|
}
|
|
994
994
|
};
|
|
995
|
-
BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
996
|
-
BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
995
|
+
BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
996
|
+
BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
997
997
|
BiggiveSocialIcon = __decorate([
|
|
998
998
|
ProxyCmp({
|
|
999
999
|
defineCustomElementFn: defineCustomElement$C,
|
|
1000
|
-
inputs: ['backgroundColour', 'iconColour', 'service', 'url']
|
|
1000
|
+
inputs: ['backgroundColour', 'iconColour', 'service', 'url', 'wide']
|
|
1001
1001
|
})
|
|
1002
1002
|
], BiggiveSocialIcon);
|
|
1003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
|
|
1004
1004
|
type: Component,
|
|
1005
1005
|
args: [{
|
|
1006
1006
|
selector: 'biggive-social-icon',
|
|
1007
1007
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1008
1008
|
template: '<ng-content></ng-content>',
|
|
1009
|
-
inputs: ['backgroundColour', 'iconColour', 'service', 'url']
|
|
1009
|
+
inputs: ['backgroundColour', 'iconColour', 'service', 'url', 'wide']
|
|
1010
1010
|
}]
|
|
1011
1011
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1012
1012
|
let BiggiveTab = class BiggiveTab {
|
|
@@ -1016,15 +1016,15 @@ let BiggiveTab = class BiggiveTab {
|
|
|
1016
1016
|
this.el = r.nativeElement;
|
|
1017
1017
|
}
|
|
1018
1018
|
};
|
|
1019
|
-
BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1020
|
-
BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1019
|
+
BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1020
|
+
BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1021
1021
|
BiggiveTab = __decorate([
|
|
1022
1022
|
ProxyCmp({
|
|
1023
1023
|
defineCustomElementFn: defineCustomElement$D,
|
|
1024
1024
|
inputs: ['tabTitle']
|
|
1025
1025
|
})
|
|
1026
1026
|
], BiggiveTab);
|
|
1027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTab, decorators: [{
|
|
1028
1028
|
type: Component,
|
|
1029
1029
|
args: [{
|
|
1030
1030
|
selector: 'biggive-tab',
|
|
@@ -1040,15 +1040,15 @@ let BiggiveTabbedContent = class BiggiveTabbedContent {
|
|
|
1040
1040
|
this.el = r.nativeElement;
|
|
1041
1041
|
}
|
|
1042
1042
|
};
|
|
1043
|
-
BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1044
|
-
BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1043
|
+
BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTabbedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1044
|
+
BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveTabbedContent, selector: "biggive-tabbed-content", inputs: { defaultTextColour: "defaultTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1045
1045
|
BiggiveTabbedContent = __decorate([
|
|
1046
1046
|
ProxyCmp({
|
|
1047
1047
|
defineCustomElementFn: defineCustomElement$E,
|
|
1048
1048
|
inputs: ['defaultTextColour', 'spaceBelow']
|
|
1049
1049
|
})
|
|
1050
1050
|
], BiggiveTabbedContent);
|
|
1051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTabbedContent, decorators: [{
|
|
1052
1052
|
type: Component,
|
|
1053
1053
|
args: [{
|
|
1054
1054
|
selector: 'biggive-tabbed-content',
|
|
@@ -1064,14 +1064,14 @@ let BiggiveTextInput = class BiggiveTextInput {
|
|
|
1064
1064
|
this.el = r.nativeElement;
|
|
1065
1065
|
}
|
|
1066
1066
|
};
|
|
1067
|
-
BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1068
|
-
BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1067
|
+
BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1068
|
+
BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BiggiveTextInput, selector: "biggive-text-input", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1069
1069
|
BiggiveTextInput = __decorate([
|
|
1070
1070
|
ProxyCmp({
|
|
1071
1071
|
defineCustomElementFn: defineCustomElement$F
|
|
1072
1072
|
})
|
|
1073
1073
|
], BiggiveTextInput);
|
|
1074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTextInput, decorators: [{
|
|
1075
1075
|
type: Component,
|
|
1076
1076
|
args: [{
|
|
1077
1077
|
selector: 'biggive-text-input',
|
|
@@ -1086,15 +1086,15 @@ let BiggiveTotalizer = class BiggiveTotalizer {
|
|
|
1086
1086
|
this.el = r.nativeElement;
|
|
1087
1087
|
}
|
|
1088
1088
|
};
|
|
1089
|
-
BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1090
|
-
BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1089
|
+
BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTotalizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1090
|
+
BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1091
1091
|
BiggiveTotalizer = __decorate([
|
|
1092
1092
|
ProxyCmp({
|
|
1093
1093
|
defineCustomElementFn: defineCustomElement$G,
|
|
1094
1094
|
inputs: ['mainMessage', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow']
|
|
1095
1095
|
})
|
|
1096
1096
|
], BiggiveTotalizer);
|
|
1097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTotalizer, decorators: [{
|
|
1098
1098
|
type: Component,
|
|
1099
1099
|
args: [{
|
|
1100
1100
|
selector: 'biggive-totalizer',
|
|
@@ -1110,15 +1110,15 @@ let BiggiveTotalizerTickerItem = class BiggiveTotalizerTickerItem {
|
|
|
1110
1110
|
this.el = r.nativeElement;
|
|
1111
1111
|
}
|
|
1112
1112
|
};
|
|
1113
|
-
BiggiveTotalizerTickerItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1114
|
-
BiggiveTotalizerTickerItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1113
|
+
BiggiveTotalizerTickerItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTotalizerTickerItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1114
|
+
BiggiveTotalizerTickerItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1115
1115
|
BiggiveTotalizerTickerItem = __decorate([
|
|
1116
1116
|
ProxyCmp({
|
|
1117
1117
|
defineCustomElementFn: defineCustomElement$H,
|
|
1118
1118
|
inputs: ['figure', 'label']
|
|
1119
1119
|
})
|
|
1120
1120
|
], BiggiveTotalizerTickerItem);
|
|
1121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveTotalizerTickerItem, decorators: [{
|
|
1122
1122
|
type: Component,
|
|
1123
1123
|
args: [{
|
|
1124
1124
|
selector: 'biggive-totalizer-ticker-item',
|
|
@@ -1134,15 +1134,15 @@ let BiggiveVideo = class BiggiveVideo {
|
|
|
1134
1134
|
this.el = r.nativeElement;
|
|
1135
1135
|
}
|
|
1136
1136
|
};
|
|
1137
|
-
BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1138
|
-
BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1137
|
+
BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1138
|
+
BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1139
1139
|
BiggiveVideo = __decorate([
|
|
1140
1140
|
ProxyCmp({
|
|
1141
1141
|
defineCustomElementFn: defineCustomElement$I,
|
|
1142
1142
|
inputs: ['spaceAbove', 'spaceBelow', 'videoUrl']
|
|
1143
1143
|
})
|
|
1144
1144
|
], BiggiveVideo);
|
|
1145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveVideo, decorators: [{
|
|
1146
1146
|
type: Component,
|
|
1147
1147
|
args: [{
|
|
1148
1148
|
selector: 'biggive-video',
|
|
@@ -1158,15 +1158,15 @@ let BiggiveVideoFeature = class BiggiveVideoFeature {
|
|
|
1158
1158
|
this.el = r.nativeElement;
|
|
1159
1159
|
}
|
|
1160
1160
|
};
|
|
1161
|
-
BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1162
|
-
BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1161
|
+
BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveVideoFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1162
|
+
BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1163
1163
|
BiggiveVideoFeature = __decorate([
|
|
1164
1164
|
ProxyCmp({
|
|
1165
1165
|
defineCustomElementFn: defineCustomElement$J,
|
|
1166
1166
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
|
|
1167
1167
|
})
|
|
1168
1168
|
], BiggiveVideoFeature);
|
|
1169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BiggiveVideoFeature, decorators: [{
|
|
1170
1170
|
type: Component,
|
|
1171
1171
|
args: [{
|
|
1172
1172
|
selector: 'biggive-video-feature',
|
|
@@ -1226,10 +1226,10 @@ const DIRECTIVES = [
|
|
|
1226
1226
|
|
|
1227
1227
|
class ComponentsModule {
|
|
1228
1228
|
}
|
|
1229
|
-
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1230
|
-
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
1231
|
-
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
1232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1229
|
+
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1230
|
+
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: ComponentsModule, declarations: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature] });
|
|
1231
|
+
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ComponentsModule, imports: [CommonModule] });
|
|
1232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
1233
1233
|
type: NgModule,
|
|
1234
1234
|
args: [{
|
|
1235
1235
|
imports: [CommonModule],
|