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