@biggive/components-angular 202405151658.0.0 → 202406131338.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/esm2022/lib/components.module.mjs +4 -4
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +1 -1
- package/esm2022/lib/stencil-generated/components.mjs +209 -209
- package/fesm2022/biggive-components-angular.mjs +212 -212
- package/fesm2022/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -71,15 +71,15 @@ let BiggiveAccordion = class BiggiveAccordion {
|
|
|
71
71
|
c.detach();
|
|
72
72
|
this.el = r.nativeElement;
|
|
73
73
|
}
|
|
74
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
75
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
74
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
75
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveAccordion, selector: "biggive-accordion", inputs: { headingColour: "headingColour", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
76
76
|
};
|
|
77
77
|
BiggiveAccordion = __decorate([
|
|
78
78
|
ProxyCmp({
|
|
79
79
|
inputs: ['headingColour', 'spaceBelow', 'textColour']
|
|
80
80
|
})
|
|
81
81
|
], BiggiveAccordion);
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveAccordion, decorators: [{
|
|
83
83
|
type: Component,
|
|
84
84
|
args: [{
|
|
85
85
|
selector: 'biggive-accordion',
|
|
@@ -88,7 +88,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
88
88
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
89
89
|
inputs: ['headingColour', 'spaceBelow', 'textColour'],
|
|
90
90
|
}]
|
|
91
|
-
}], ctorParameters:
|
|
91
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
92
92
|
let BiggiveAccordionEntry = class BiggiveAccordionEntry {
|
|
93
93
|
z;
|
|
94
94
|
el;
|
|
@@ -97,15 +97,15 @@ let BiggiveAccordionEntry = class BiggiveAccordionEntry {
|
|
|
97
97
|
c.detach();
|
|
98
98
|
this.el = r.nativeElement;
|
|
99
99
|
}
|
|
100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
101
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveAccordionEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
101
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveAccordionEntry, selector: "biggive-accordion-entry", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
102
102
|
};
|
|
103
103
|
BiggiveAccordionEntry = __decorate([
|
|
104
104
|
ProxyCmp({
|
|
105
105
|
inputs: ['heading']
|
|
106
106
|
})
|
|
107
107
|
], BiggiveAccordionEntry);
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveAccordionEntry, decorators: [{
|
|
109
109
|
type: Component,
|
|
110
110
|
args: [{
|
|
111
111
|
selector: 'biggive-accordion-entry',
|
|
@@ -114,7 +114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
114
114
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
115
115
|
inputs: ['heading'],
|
|
116
116
|
}]
|
|
117
|
-
}], ctorParameters:
|
|
117
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
118
118
|
let BiggiveArticleCard = class BiggiveArticleCard {
|
|
119
119
|
z;
|
|
120
120
|
el;
|
|
@@ -123,15 +123,15 @@ let BiggiveArticleCard = class BiggiveArticleCard {
|
|
|
123
123
|
c.detach();
|
|
124
124
|
this.el = r.nativeElement;
|
|
125
125
|
}
|
|
126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
127
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
126
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveArticleCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
127
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveArticleCard, selector: "biggive-article-card", inputs: { backgroundColour: "backgroundColour", backgroundImageUrl: "backgroundImageUrl", buttonColour: "buttonColour", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", clipBottomLeftCorner: "clipBottomLeftCorner", clipTopRightCorner: "clipTopRightCorner", date: "date", dateColour: "dateColour", image1AltText: "image1AltText", image1Url: "image1Url", image2AltText: "image2AltText", image2Url: "image2Url", imageLabel: "imageLabel", imageLabelColour: "imageLabelColour", mainImageAltText: "mainImageAltText", mainImageUrl: "mainImageUrl", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
128
128
|
};
|
|
129
129
|
BiggiveArticleCard = __decorate([
|
|
130
130
|
ProxyCmp({
|
|
131
131
|
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColour', 'buttonLabel', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'date', 'dateColour', 'image1AltText', 'image1Url', 'image2AltText', 'image2Url', 'imageLabel', 'imageLabelColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow']
|
|
132
132
|
})
|
|
133
133
|
], BiggiveArticleCard);
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveArticleCard, decorators: [{
|
|
135
135
|
type: Component,
|
|
136
136
|
args: [{
|
|
137
137
|
selector: 'biggive-article-card',
|
|
@@ -140,7 +140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
140
140
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
141
141
|
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColour', 'buttonLabel', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'date', 'dateColour', 'image1AltText', 'image1Url', 'image2AltText', 'image2Url', 'imageLabel', 'imageLabelColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow'],
|
|
142
142
|
}]
|
|
143
|
-
}], ctorParameters:
|
|
143
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
144
144
|
let BiggiveBackToTop = class BiggiveBackToTop {
|
|
145
145
|
z;
|
|
146
146
|
el;
|
|
@@ -149,13 +149,13 @@ let BiggiveBackToTop = class BiggiveBackToTop {
|
|
|
149
149
|
c.detach();
|
|
150
150
|
this.el = r.nativeElement;
|
|
151
151
|
}
|
|
152
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
153
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
152
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
153
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveBackToTop, selector: "biggive-back-to-top", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
154
154
|
};
|
|
155
155
|
BiggiveBackToTop = __decorate([
|
|
156
156
|
ProxyCmp({})
|
|
157
157
|
], BiggiveBackToTop);
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBackToTop, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{
|
|
161
161
|
selector: 'biggive-back-to-top',
|
|
@@ -164,7 +164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
164
164
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
165
165
|
inputs: [],
|
|
166
166
|
}]
|
|
167
|
-
}], ctorParameters:
|
|
167
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
168
168
|
let BiggiveBasicCard = class BiggiveBasicCard {
|
|
169
169
|
z;
|
|
170
170
|
el;
|
|
@@ -173,15 +173,15 @@ let BiggiveBasicCard = class BiggiveBasicCard {
|
|
|
173
173
|
c.detach();
|
|
174
174
|
this.el = r.nativeElement;
|
|
175
175
|
}
|
|
176
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
177
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
176
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBasicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
177
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveBasicCard, selector: "biggive-basic-card", inputs: { addAnimation: "addAnimation", backgroundColour: "backgroundColour", backgroundImageUrl: "backgroundImageUrl", buttonAlign: "buttonAlign", buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonStyle: "buttonStyle", buttonUrl: "buttonUrl", cardColour: "cardColour", clipBottomLeftCorner: "clipBottomLeftCorner", clipTopRightCorner: "clipTopRightCorner", headingLevel: "headingLevel", icon: "icon", iconColour: "iconColour", mainImageAltText: "mainImageAltText", mainImageUrl: "mainImageUrl", mainTitle: "mainTitle", spaceBelow: "spaceBelow", subtitle: "subtitle", teaser: "teaser", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
178
178
|
};
|
|
179
179
|
BiggiveBasicCard = __decorate([
|
|
180
180
|
ProxyCmp({
|
|
181
181
|
inputs: ['addAnimation', 'backgroundColour', 'backgroundImageUrl', 'buttonAlign', 'buttonColourScheme', 'buttonLabel', 'buttonStyle', 'buttonUrl', 'cardColour', 'clipBottomLeftCorner', 'clipTopRightCorner', 'headingLevel', 'icon', 'iconColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'spaceBelow', 'subtitle', 'teaser', 'textColour']
|
|
182
182
|
})
|
|
183
183
|
], BiggiveBasicCard);
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBasicCard, decorators: [{
|
|
185
185
|
type: Component,
|
|
186
186
|
args: [{
|
|
187
187
|
selector: 'biggive-basic-card',
|
|
@@ -190,7 +190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
190
190
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
191
191
|
inputs: ['addAnimation', 'backgroundColour', 'backgroundImageUrl', 'buttonAlign', 'buttonColourScheme', 'buttonLabel', 'buttonStyle', 'buttonUrl', 'cardColour', 'clipBottomLeftCorner', 'clipTopRightCorner', 'headingLevel', 'icon', 'iconColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'spaceBelow', 'subtitle', 'teaser', 'textColour'],
|
|
192
192
|
}]
|
|
193
|
-
}], ctorParameters:
|
|
193
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
194
194
|
let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
|
|
195
195
|
z;
|
|
196
196
|
el;
|
|
@@ -199,15 +199,15 @@ let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
|
|
|
199
199
|
c.detach();
|
|
200
200
|
this.el = r.nativeElement;
|
|
201
201
|
}
|
|
202
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
203
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
202
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBeneficiaryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
203
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
204
204
|
};
|
|
205
205
|
BiggiveBeneficiaryIcon = __decorate([
|
|
206
206
|
ProxyCmp({
|
|
207
207
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
208
208
|
})
|
|
209
209
|
], BiggiveBeneficiaryIcon);
|
|
210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBeneficiaryIcon, decorators: [{
|
|
211
211
|
type: Component,
|
|
212
212
|
args: [{
|
|
213
213
|
selector: 'biggive-beneficiary-icon',
|
|
@@ -216,7 +216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
216
216
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
217
217
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url'],
|
|
218
218
|
}]
|
|
219
|
-
}], ctorParameters:
|
|
219
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
220
220
|
let BiggiveBiographyCard = class BiggiveBiographyCard {
|
|
221
221
|
z;
|
|
222
222
|
el;
|
|
@@ -225,15 +225,15 @@ let BiggiveBiographyCard = class BiggiveBiographyCard {
|
|
|
225
225
|
c.detach();
|
|
226
226
|
this.el = r.nativeElement;
|
|
227
227
|
}
|
|
228
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
229
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
228
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBiographyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
229
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveBiographyCard, selector: "biggive-biography-card", inputs: { backgroundColour: "backgroundColour", borderWidth: "borderWidth", circle: "circle", circleColour: "circleColour", fullName: "fullName", imageStyle: "imageStyle", imageUrl: "imageUrl", jobTitle: "jobTitle", ratio: "ratio", rounded: "rounded", spaceBelow: "spaceBelow", textAlign: "textAlign", textColour: "textColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
230
230
|
};
|
|
231
231
|
BiggiveBiographyCard = __decorate([
|
|
232
232
|
ProxyCmp({
|
|
233
233
|
inputs: ['backgroundColour', 'borderWidth', 'circle', 'circleColour', 'fullName', 'imageStyle', 'imageUrl', 'jobTitle', 'ratio', 'rounded', 'spaceBelow', 'textAlign', 'textColour', 'url']
|
|
234
234
|
})
|
|
235
235
|
], BiggiveBiographyCard);
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBiographyCard, decorators: [{
|
|
237
237
|
type: Component,
|
|
238
238
|
args: [{
|
|
239
239
|
selector: 'biggive-biography-card',
|
|
@@ -242,7 +242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
242
242
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
243
243
|
inputs: ['backgroundColour', 'borderWidth', 'circle', 'circleColour', 'fullName', 'imageStyle', 'imageUrl', 'jobTitle', 'ratio', 'rounded', 'spaceBelow', 'textAlign', 'textColour', 'url'],
|
|
244
244
|
}]
|
|
245
|
-
}], ctorParameters:
|
|
245
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
246
246
|
let BiggiveBoxedContent = class BiggiveBoxedContent {
|
|
247
247
|
z;
|
|
248
248
|
el;
|
|
@@ -251,15 +251,15 @@ let BiggiveBoxedContent = class BiggiveBoxedContent {
|
|
|
251
251
|
c.detach();
|
|
252
252
|
this.el = r.nativeElement;
|
|
253
253
|
}
|
|
254
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
255
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
254
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBoxedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
255
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
256
256
|
};
|
|
257
257
|
BiggiveBoxedContent = __decorate([
|
|
258
258
|
ProxyCmp({
|
|
259
259
|
inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
|
|
260
260
|
})
|
|
261
261
|
], BiggiveBoxedContent);
|
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBoxedContent, decorators: [{
|
|
263
263
|
type: Component,
|
|
264
264
|
args: [{
|
|
265
265
|
selector: 'biggive-boxed-content',
|
|
@@ -268,7 +268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
268
268
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
269
269
|
inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding'],
|
|
270
270
|
}]
|
|
271
|
-
}], ctorParameters:
|
|
271
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
272
272
|
let BiggiveBrandedImage = class BiggiveBrandedImage {
|
|
273
273
|
z;
|
|
274
274
|
el;
|
|
@@ -277,15 +277,15 @@ let BiggiveBrandedImage = class BiggiveBrandedImage {
|
|
|
277
277
|
c.detach();
|
|
278
278
|
this.el = r.nativeElement;
|
|
279
279
|
}
|
|
280
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
281
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
280
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBrandedImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
281
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
282
282
|
};
|
|
283
283
|
BiggiveBrandedImage = __decorate([
|
|
284
284
|
ProxyCmp({
|
|
285
285
|
inputs: ['charityLocation', 'charityName', 'charityUrl', 'imageUrl', 'logoUrl', 'slug', 'spaceBelow']
|
|
286
286
|
})
|
|
287
287
|
], BiggiveBrandedImage);
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveBrandedImage, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{
|
|
291
291
|
selector: 'biggive-branded-image',
|
|
@@ -294,7 +294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
294
294
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
295
295
|
inputs: ['charityLocation', 'charityName', 'charityUrl', 'imageUrl', 'logoUrl', 'slug', 'spaceBelow'],
|
|
296
296
|
}]
|
|
297
|
-
}], ctorParameters:
|
|
297
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
298
298
|
let BiggiveButton = class BiggiveButton {
|
|
299
299
|
z;
|
|
300
300
|
el;
|
|
@@ -304,15 +304,15 @@ let BiggiveButton = class BiggiveButton {
|
|
|
304
304
|
this.el = r.nativeElement;
|
|
305
305
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
306
306
|
}
|
|
307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
308
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
308
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
309
309
|
};
|
|
310
310
|
BiggiveButton = __decorate([
|
|
311
311
|
ProxyCmp({
|
|
312
312
|
inputs: ['buttonId', 'centered', 'colourScheme', 'fullWidth', 'label', 'openInNewTab', 'rounded', 'size', 'spaceBelow', 'url']
|
|
313
313
|
})
|
|
314
314
|
], BiggiveButton);
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveButton, decorators: [{
|
|
316
316
|
type: Component,
|
|
317
317
|
args: [{
|
|
318
318
|
selector: 'biggive-button',
|
|
@@ -321,7 +321,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
321
321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
322
322
|
inputs: ['buttonId', 'centered', 'colourScheme', 'fullWidth', 'label', 'openInNewTab', 'rounded', 'size', 'spaceBelow', 'url'],
|
|
323
323
|
}]
|
|
324
|
-
}], ctorParameters:
|
|
324
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
325
325
|
let BiggiveCallToAction = class BiggiveCallToAction {
|
|
326
326
|
z;
|
|
327
327
|
el;
|
|
@@ -330,15 +330,15 @@ let BiggiveCallToAction = class BiggiveCallToAction {
|
|
|
330
330
|
c.detach();
|
|
331
331
|
this.el = r.nativeElement;
|
|
332
332
|
}
|
|
333
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
334
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
333
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCallToAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
334
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
335
335
|
};
|
|
336
336
|
BiggiveCallToAction = __decorate([
|
|
337
337
|
ProxyCmp({
|
|
338
338
|
inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'mainTitleSize', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'slugSize', 'spaceAbove', 'spaceBelow', 'subtitle', 'subtitleColour', 'subtitleSize', 'teaser', 'teaserColour']
|
|
339
339
|
})
|
|
340
340
|
], BiggiveCallToAction);
|
|
341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCallToAction, decorators: [{
|
|
342
342
|
type: Component,
|
|
343
343
|
args: [{
|
|
344
344
|
selector: 'biggive-call-to-action',
|
|
@@ -347,7 +347,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
347
347
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
348
348
|
inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'mainTitleSize', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'slugSize', 'spaceAbove', 'spaceBelow', 'subtitle', 'subtitleColour', 'subtitleSize', 'teaser', 'teaserColour'],
|
|
349
349
|
}]
|
|
350
|
-
}], ctorParameters:
|
|
350
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
351
351
|
let BiggiveCampaignCard = class BiggiveCampaignCard {
|
|
352
352
|
z;
|
|
353
353
|
el;
|
|
@@ -357,15 +357,15 @@ let BiggiveCampaignCard = class BiggiveCampaignCard {
|
|
|
357
357
|
this.el = r.nativeElement;
|
|
358
358
|
proxyOutputs(this, this.el, ['doCardGeneralClick']);
|
|
359
359
|
}
|
|
360
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
361
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
360
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCampaignCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
361
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
362
362
|
};
|
|
363
363
|
BiggiveCampaignCard = __decorate([
|
|
364
364
|
ProxyCmp({
|
|
365
365
|
inputs: ['banner', 'campaignTitle', 'campaignType', 'datetime', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'isFutureCampaign', 'isPastCampaign', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
|
|
366
366
|
})
|
|
367
367
|
], BiggiveCampaignCard);
|
|
368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCampaignCard, decorators: [{
|
|
369
369
|
type: Component,
|
|
370
370
|
args: [{
|
|
371
371
|
selector: 'biggive-campaign-card',
|
|
@@ -374,7 +374,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
374
374
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
375
375
|
inputs: ['banner', 'campaignTitle', 'campaignType', 'datetime', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'isFutureCampaign', 'isPastCampaign', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow'],
|
|
376
376
|
}]
|
|
377
|
-
}], ctorParameters:
|
|
377
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
378
378
|
let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
|
|
379
379
|
z;
|
|
380
380
|
el;
|
|
@@ -384,15 +384,15 @@ let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
|
|
|
384
384
|
this.el = r.nativeElement;
|
|
385
385
|
proxyOutputs(this, this.el, ['doSearchAndFilterUpdate']);
|
|
386
386
|
}
|
|
387
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
388
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
387
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCampaignCardFilterGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
388
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
389
389
|
};
|
|
390
390
|
BiggiveCampaignCardFilterGrid = __decorate([
|
|
391
391
|
ProxyCmp({
|
|
392
392
|
inputs: ['beneficiaryOptions', 'buttonText', 'categoryOptions', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'selectedFilterBeneficiary', 'selectedFilterCategory', 'selectedFilterFunding', 'selectedFilterLocation', 'selectedSortByOption', 'spaceBelow']
|
|
393
393
|
})
|
|
394
394
|
], BiggiveCampaignCardFilterGrid);
|
|
395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCampaignCardFilterGrid, decorators: [{
|
|
396
396
|
type: Component,
|
|
397
397
|
args: [{
|
|
398
398
|
selector: 'biggive-campaign-card-filter-grid',
|
|
@@ -401,7 +401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
401
401
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
402
402
|
inputs: ['beneficiaryOptions', 'buttonText', 'categoryOptions', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'selectedFilterBeneficiary', 'selectedFilterCategory', 'selectedFilterFunding', 'selectedFilterLocation', 'selectedSortByOption', 'spaceBelow'],
|
|
403
403
|
}]
|
|
404
|
-
}], ctorParameters:
|
|
404
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
405
405
|
let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
406
406
|
z;
|
|
407
407
|
el;
|
|
@@ -410,15 +410,15 @@ let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
|
410
410
|
c.detach();
|
|
411
411
|
this.el = r.nativeElement;
|
|
412
412
|
}
|
|
413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
414
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCampaignHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
414
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
415
415
|
};
|
|
416
416
|
BiggiveCampaignHighlights = __decorate([
|
|
417
417
|
ProxyCmp({
|
|
418
418
|
inputs: ['banner', 'campaignTitle', 'championName', 'championUrl', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
|
|
419
419
|
})
|
|
420
420
|
], BiggiveCampaignHighlights);
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCampaignHighlights, decorators: [{
|
|
422
422
|
type: Component,
|
|
423
423
|
args: [{
|
|
424
424
|
selector: 'biggive-campaign-highlights',
|
|
@@ -427,7 +427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
427
427
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
428
428
|
inputs: ['banner', 'campaignTitle', 'championName', 'championUrl', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow'],
|
|
429
429
|
}]
|
|
430
|
-
}], ctorParameters:
|
|
430
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
431
431
|
let BiggiveCategoryIcon = class BiggiveCategoryIcon {
|
|
432
432
|
z;
|
|
433
433
|
el;
|
|
@@ -436,15 +436,15 @@ let BiggiveCategoryIcon = class BiggiveCategoryIcon {
|
|
|
436
436
|
c.detach();
|
|
437
437
|
this.el = r.nativeElement;
|
|
438
438
|
}
|
|
439
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
440
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
439
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCategoryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
440
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
441
441
|
};
|
|
442
442
|
BiggiveCategoryIcon = __decorate([
|
|
443
443
|
ProxyCmp({
|
|
444
444
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
445
445
|
})
|
|
446
446
|
], BiggiveCategoryIcon);
|
|
447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCategoryIcon, decorators: [{
|
|
448
448
|
type: Component,
|
|
449
449
|
args: [{
|
|
450
450
|
selector: 'biggive-category-icon',
|
|
@@ -453,7 +453,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
453
453
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
454
454
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url'],
|
|
455
455
|
}]
|
|
456
|
-
}], ctorParameters:
|
|
456
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
457
457
|
let BiggiveCookieBanner = class BiggiveCookieBanner {
|
|
458
458
|
z;
|
|
459
459
|
el;
|
|
@@ -463,15 +463,15 @@ let BiggiveCookieBanner = class BiggiveCookieBanner {
|
|
|
463
463
|
this.el = r.nativeElement;
|
|
464
464
|
proxyOutputs(this, this.el, ['preferenceModalClosed', 'cookieBannerAcceptAllSelected', 'cookieBannerSavePreferencesSelected']);
|
|
465
465
|
}
|
|
466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
466
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCookieBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveCookieBanner, selector: "biggive-cookie-banner", inputs: { autoOpenPreferences: "autoOpenPreferences", blogUriPrefix: "blogUriPrefix", previouslyAgreedCookiePreferences: "previouslyAgreedCookiePreferences" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
468
|
};
|
|
469
469
|
BiggiveCookieBanner = __decorate([
|
|
470
470
|
ProxyCmp({
|
|
471
471
|
inputs: ['autoOpenPreferences', 'blogUriPrefix', 'previouslyAgreedCookiePreferences']
|
|
472
472
|
})
|
|
473
473
|
], BiggiveCookieBanner);
|
|
474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveCookieBanner, decorators: [{
|
|
475
475
|
type: Component,
|
|
476
476
|
args: [{
|
|
477
477
|
selector: 'biggive-cookie-banner',
|
|
@@ -480,7 +480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
480
480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
481
481
|
inputs: ['autoOpenPreferences', 'blogUriPrefix', 'previouslyAgreedCookiePreferences'],
|
|
482
482
|
}]
|
|
483
|
-
}], ctorParameters:
|
|
483
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
484
484
|
let BiggiveFooter = class BiggiveFooter {
|
|
485
485
|
z;
|
|
486
486
|
el;
|
|
@@ -489,15 +489,15 @@ let BiggiveFooter = class BiggiveFooter {
|
|
|
489
489
|
c.detach();
|
|
490
490
|
this.el = r.nativeElement;
|
|
491
491
|
}
|
|
492
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
493
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
492
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
493
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveFooter, selector: "biggive-footer", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", headingLevel: "headingLevel", usePresetFooter: "usePresetFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
494
494
|
};
|
|
495
495
|
BiggiveFooter = __decorate([
|
|
496
496
|
ProxyCmp({
|
|
497
497
|
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter']
|
|
498
498
|
})
|
|
499
499
|
], BiggiveFooter);
|
|
500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveFooter, decorators: [{
|
|
501
501
|
type: Component,
|
|
502
502
|
args: [{
|
|
503
503
|
selector: 'biggive-footer',
|
|
@@ -506,7 +506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
506
506
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
507
507
|
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter'],
|
|
508
508
|
}]
|
|
509
|
-
}], ctorParameters:
|
|
509
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
510
510
|
let BiggiveForm = class BiggiveForm {
|
|
511
511
|
z;
|
|
512
512
|
el;
|
|
@@ -515,13 +515,13 @@ let BiggiveForm = class BiggiveForm {
|
|
|
515
515
|
c.detach();
|
|
516
516
|
this.el = r.nativeElement;
|
|
517
517
|
}
|
|
518
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
519
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
518
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
519
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveForm, selector: "biggive-form", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
520
520
|
};
|
|
521
521
|
BiggiveForm = __decorate([
|
|
522
522
|
ProxyCmp({})
|
|
523
523
|
], BiggiveForm);
|
|
524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveForm, decorators: [{
|
|
525
525
|
type: Component,
|
|
526
526
|
args: [{
|
|
527
527
|
selector: 'biggive-form',
|
|
@@ -530,7 +530,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
530
530
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
531
531
|
inputs: [],
|
|
532
532
|
}]
|
|
533
|
-
}], ctorParameters:
|
|
533
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
534
534
|
let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
|
|
535
535
|
z;
|
|
536
536
|
el;
|
|
@@ -539,15 +539,15 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
|
|
|
539
539
|
c.detach();
|
|
540
540
|
this.el = r.nativeElement;
|
|
541
541
|
}
|
|
542
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
543
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
542
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
543
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { backgroundColour: "backgroundColour", options: "options", placeholder: "placeholder", prompt: "prompt", selectStyle: "selectStyle", selectedLabel: "selectedLabel", selectedOptionColour: "selectedOptionColour", selectedValue: "selectedValue", selectionChanged: "selectionChanged", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
544
544
|
};
|
|
545
545
|
BiggiveFormFieldSelect = __decorate([
|
|
546
546
|
ProxyCmp({
|
|
547
547
|
inputs: ['backgroundColour', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedOptionColour', 'selectedValue', 'selectionChanged', 'spaceBelow']
|
|
548
548
|
})
|
|
549
549
|
], BiggiveFormFieldSelect);
|
|
550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
|
|
551
551
|
type: Component,
|
|
552
552
|
args: [{
|
|
553
553
|
selector: 'biggive-form-field-select',
|
|
@@ -556,7 +556,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
556
556
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
557
557
|
inputs: ['backgroundColour', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedOptionColour', 'selectedValue', 'selectionChanged', 'spaceBelow'],
|
|
558
558
|
}]
|
|
559
|
-
}], ctorParameters:
|
|
559
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
560
560
|
let BiggiveFormattedText = class BiggiveFormattedText {
|
|
561
561
|
z;
|
|
562
562
|
el;
|
|
@@ -565,15 +565,15 @@ let BiggiveFormattedText = class BiggiveFormattedText {
|
|
|
565
565
|
c.detach();
|
|
566
566
|
this.el = r.nativeElement;
|
|
567
567
|
}
|
|
568
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
569
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
568
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveFormattedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
569
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
570
570
|
};
|
|
571
571
|
BiggiveFormattedText = __decorate([
|
|
572
572
|
ProxyCmp({
|
|
573
573
|
inputs: ['defaultTextColour', 'maxWidth', 'spaceBelow']
|
|
574
574
|
})
|
|
575
575
|
], BiggiveFormattedText);
|
|
576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveFormattedText, decorators: [{
|
|
577
577
|
type: Component,
|
|
578
578
|
args: [{
|
|
579
579
|
selector: 'biggive-formatted-text',
|
|
@@ -582,7 +582,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
582
582
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
583
583
|
inputs: ['defaultTextColour', 'maxWidth', 'spaceBelow'],
|
|
584
584
|
}]
|
|
585
|
-
}], ctorParameters:
|
|
585
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
586
586
|
let BiggiveGenericIcon = class BiggiveGenericIcon {
|
|
587
587
|
z;
|
|
588
588
|
el;
|
|
@@ -591,15 +591,15 @@ let BiggiveGenericIcon = class BiggiveGenericIcon {
|
|
|
591
591
|
c.detach();
|
|
592
592
|
this.el = r.nativeElement;
|
|
593
593
|
}
|
|
594
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
595
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
594
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveGenericIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
595
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveGenericIcon, selector: "biggive-generic-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", iconGroup: "iconGroup", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
596
596
|
};
|
|
597
597
|
BiggiveGenericIcon = __decorate([
|
|
598
598
|
ProxyCmp({
|
|
599
599
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'iconGroup', 'url']
|
|
600
600
|
})
|
|
601
601
|
], BiggiveGenericIcon);
|
|
602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveGenericIcon, decorators: [{
|
|
603
603
|
type: Component,
|
|
604
604
|
args: [{
|
|
605
605
|
selector: 'biggive-generic-icon',
|
|
@@ -608,7 +608,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
608
608
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
609
609
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'iconGroup', 'url'],
|
|
610
610
|
}]
|
|
611
|
-
}], ctorParameters:
|
|
611
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
612
612
|
let BiggiveGrid = class BiggiveGrid {
|
|
613
613
|
z;
|
|
614
614
|
el;
|
|
@@ -617,15 +617,15 @@ let BiggiveGrid = class BiggiveGrid {
|
|
|
617
617
|
c.detach();
|
|
618
618
|
this.el = r.nativeElement;
|
|
619
619
|
}
|
|
620
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
621
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
621
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveGrid, selector: "biggive-grid", inputs: { columnCount: "columnCount", columnGap: "columnGap", spaceBelow: "spaceBelow", spaceBetween: "spaceBetween" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
622
622
|
};
|
|
623
623
|
BiggiveGrid = __decorate([
|
|
624
624
|
ProxyCmp({
|
|
625
625
|
inputs: ['columnCount', 'columnGap', 'spaceBelow', 'spaceBetween']
|
|
626
626
|
})
|
|
627
627
|
], BiggiveGrid);
|
|
628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveGrid, decorators: [{
|
|
629
629
|
type: Component,
|
|
630
630
|
args: [{
|
|
631
631
|
selector: 'biggive-grid',
|
|
@@ -634,7 +634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
634
634
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
635
635
|
inputs: ['columnCount', 'columnGap', 'spaceBelow', 'spaceBetween'],
|
|
636
636
|
}]
|
|
637
|
-
}], ctorParameters:
|
|
637
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
638
638
|
let BiggiveHeading = class BiggiveHeading {
|
|
639
639
|
z;
|
|
640
640
|
el;
|
|
@@ -643,15 +643,15 @@ let BiggiveHeading = class BiggiveHeading {
|
|
|
643
643
|
c.detach();
|
|
644
644
|
this.el = r.nativeElement;
|
|
645
645
|
}
|
|
646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
647
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
646
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
647
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
648
648
|
};
|
|
649
649
|
BiggiveHeading = __decorate([
|
|
650
650
|
ProxyCmp({
|
|
651
651
|
inputs: ['align', 'colour', 'htmlElement', 'icon', 'iconColour', 'size', 'spaceAbove', 'spaceBelow', 'text']
|
|
652
652
|
})
|
|
653
653
|
], BiggiveHeading);
|
|
654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveHeading, decorators: [{
|
|
655
655
|
type: Component,
|
|
656
656
|
args: [{
|
|
657
657
|
selector: 'biggive-heading',
|
|
@@ -660,7 +660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
660
660
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
661
661
|
inputs: ['align', 'colour', 'htmlElement', 'icon', 'iconColour', 'size', 'spaceAbove', 'spaceBelow', 'text'],
|
|
662
662
|
}]
|
|
663
|
-
}], ctorParameters:
|
|
663
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
664
664
|
let BiggiveHeroImage = class BiggiveHeroImage {
|
|
665
665
|
z;
|
|
666
666
|
el;
|
|
@@ -669,15 +669,15 @@ let BiggiveHeroImage = class BiggiveHeroImage {
|
|
|
669
669
|
c.detach();
|
|
670
670
|
this.el = r.nativeElement;
|
|
671
671
|
}
|
|
672
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
673
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
672
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveHeroImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveHeroImage, selector: "biggive-hero-image", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", colourScheme: "colourScheme", logo: "logo", logoAltText: "logoAltText", logoHeight: "logoHeight", mainImage: "mainImage", mainImageAlignHorizontal: "mainImageAlignHorizontal", mainImageAlignVertical: "mainImageAlignVertical", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
674
674
|
};
|
|
675
675
|
BiggiveHeroImage = __decorate([
|
|
676
676
|
ProxyCmp({
|
|
677
677
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'logoAltText', 'logoHeight', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
678
678
|
})
|
|
679
679
|
], BiggiveHeroImage);
|
|
680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveHeroImage, decorators: [{
|
|
681
681
|
type: Component,
|
|
682
682
|
args: [{
|
|
683
683
|
selector: 'biggive-hero-image',
|
|
@@ -686,7 +686,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
686
686
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
687
687
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'logoAltText', 'logoHeight', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour'],
|
|
688
688
|
}]
|
|
689
|
-
}], ctorParameters:
|
|
689
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
690
690
|
let BiggiveIconButton = class BiggiveIconButton {
|
|
691
691
|
z;
|
|
692
692
|
el;
|
|
@@ -696,15 +696,15 @@ let BiggiveIconButton = class BiggiveIconButton {
|
|
|
696
696
|
this.el = r.nativeElement;
|
|
697
697
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
698
698
|
}
|
|
699
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveIconButton, selector: "biggive-icon-button", inputs: { arrow: "arrow", arrowColour: "arrowColour", backgroundColour: "backgroundColour", backgroundPadding: "backgroundPadding", buttonId: "buttonId", centered: "centered", circle: "circle", icon: "icon", iconGroup: "iconGroup", openInNewTab: "openInNewTab", rounded: "rounded", shadow: "shadow", size: "size", spaceBelow: "spaceBelow", text: "text", textColour: "textColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
701
701
|
};
|
|
702
702
|
BiggiveIconButton = __decorate([
|
|
703
703
|
ProxyCmp({
|
|
704
704
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'icon', 'iconGroup', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url']
|
|
705
705
|
})
|
|
706
706
|
], BiggiveIconButton);
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveIconButton, decorators: [{
|
|
708
708
|
type: Component,
|
|
709
709
|
args: [{
|
|
710
710
|
selector: 'biggive-icon-button',
|
|
@@ -713,7 +713,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
713
713
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
714
714
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'icon', 'iconGroup', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url'],
|
|
715
715
|
}]
|
|
716
|
-
}], ctorParameters:
|
|
716
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
717
717
|
let BiggiveIconGroup = class BiggiveIconGroup {
|
|
718
718
|
z;
|
|
719
719
|
el;
|
|
@@ -722,15 +722,15 @@ let BiggiveIconGroup = class BiggiveIconGroup {
|
|
|
722
722
|
c.detach();
|
|
723
723
|
this.el = r.nativeElement;
|
|
724
724
|
}
|
|
725
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
726
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
725
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveIconGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
726
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveIconGroup, selector: "biggive-icon-group", inputs: { label: "label", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
727
727
|
};
|
|
728
728
|
BiggiveIconGroup = __decorate([
|
|
729
729
|
ProxyCmp({
|
|
730
730
|
inputs: ['label', 'spaceBelow']
|
|
731
731
|
})
|
|
732
732
|
], BiggiveIconGroup);
|
|
733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveIconGroup, decorators: [{
|
|
734
734
|
type: Component,
|
|
735
735
|
args: [{
|
|
736
736
|
selector: 'biggive-icon-group',
|
|
@@ -739,7 +739,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
739
739
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
740
740
|
inputs: ['label', 'spaceBelow'],
|
|
741
741
|
}]
|
|
742
|
-
}], ctorParameters:
|
|
742
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
743
743
|
let BiggiveImage = class BiggiveImage {
|
|
744
744
|
z;
|
|
745
745
|
el;
|
|
@@ -748,15 +748,15 @@ let BiggiveImage = class BiggiveImage {
|
|
|
748
748
|
c.detach();
|
|
749
749
|
this.el = r.nativeElement;
|
|
750
750
|
}
|
|
751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
752
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
751
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
752
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
753
753
|
};
|
|
754
754
|
BiggiveImage = __decorate([
|
|
755
755
|
ProxyCmp({
|
|
756
756
|
inputs: ['height', 'imageAltText', 'imageUrl', 'sizeUnit', 'spaceAbove', 'spaceBelow', 'width']
|
|
757
757
|
})
|
|
758
758
|
], BiggiveImage);
|
|
759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImage, decorators: [{
|
|
760
760
|
type: Component,
|
|
761
761
|
args: [{
|
|
762
762
|
selector: 'biggive-image',
|
|
@@ -765,7 +765,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
765
765
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
766
766
|
inputs: ['height', 'imageAltText', 'imageUrl', 'sizeUnit', 'spaceAbove', 'spaceBelow', 'width'],
|
|
767
767
|
}]
|
|
768
|
-
}], ctorParameters:
|
|
768
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
769
769
|
let BiggiveImageButton = class BiggiveImageButton {
|
|
770
770
|
z;
|
|
771
771
|
el;
|
|
@@ -775,15 +775,15 @@ let BiggiveImageButton = class BiggiveImageButton {
|
|
|
775
775
|
this.el = r.nativeElement;
|
|
776
776
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
777
777
|
}
|
|
778
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
779
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
778
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImageButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
779
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveImageButton, selector: "biggive-image-button", inputs: { arrow: "arrow", arrowColour: "arrowColour", backgroundColour: "backgroundColour", backgroundPadding: "backgroundPadding", buttonId: "buttonId", centered: "centered", circle: "circle", imageStyle: "imageStyle", imageUrl: "imageUrl", openInNewTab: "openInNewTab", rounded: "rounded", shadow: "shadow", size: "size", spaceBelow: "spaceBelow", text: "text", textColour: "textColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
780
780
|
};
|
|
781
781
|
BiggiveImageButton = __decorate([
|
|
782
782
|
ProxyCmp({
|
|
783
783
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'imageStyle', 'imageUrl', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url']
|
|
784
784
|
})
|
|
785
785
|
], BiggiveImageButton);
|
|
786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImageButton, decorators: [{
|
|
787
787
|
type: Component,
|
|
788
788
|
args: [{
|
|
789
789
|
selector: 'biggive-image-button',
|
|
@@ -792,7 +792,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
792
792
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
793
793
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'imageStyle', 'imageUrl', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url'],
|
|
794
794
|
}]
|
|
795
|
-
}], ctorParameters:
|
|
795
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
796
796
|
let BiggiveImageCard = class BiggiveImageCard {
|
|
797
797
|
z;
|
|
798
798
|
el;
|
|
@@ -801,15 +801,15 @@ let BiggiveImageCard = class BiggiveImageCard {
|
|
|
801
801
|
c.detach();
|
|
802
802
|
this.el = r.nativeElement;
|
|
803
803
|
}
|
|
804
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
805
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
804
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImageCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
805
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveImageCard, selector: "biggive-image-card", inputs: { addAnimation: "addAnimation", backgroundColour: "backgroundColour", buttonAlign: "buttonAlign", buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonStyle: "buttonStyle", buttonUrl: "buttonUrl", clipBottomLeftCorner: "clipBottomLeftCorner", clipTopRightCorner: "clipTopRightCorner", mainImageAltText: "mainImageAltText", mainImageUrl: "mainImageUrl", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
806
806
|
};
|
|
807
807
|
BiggiveImageCard = __decorate([
|
|
808
808
|
ProxyCmp({
|
|
809
809
|
inputs: ['addAnimation', 'backgroundColour', 'buttonAlign', 'buttonColourScheme', 'buttonLabel', 'buttonStyle', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'mainImageAltText', 'mainImageUrl', 'spaceBelow', 'teaser', 'teaserColour', 'textAlign']
|
|
810
810
|
})
|
|
811
811
|
], BiggiveImageCard);
|
|
812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImageCard, decorators: [{
|
|
813
813
|
type: Component,
|
|
814
814
|
args: [{
|
|
815
815
|
selector: 'biggive-image-card',
|
|
@@ -818,7 +818,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
818
818
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
819
819
|
inputs: ['addAnimation', 'backgroundColour', 'buttonAlign', 'buttonColourScheme', 'buttonLabel', 'buttonStyle', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'mainImageAltText', 'mainImageUrl', 'spaceBelow', 'teaser', 'teaserColour', 'textAlign'],
|
|
820
820
|
}]
|
|
821
|
-
}], ctorParameters:
|
|
821
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
822
822
|
let BiggiveImageFeature = class BiggiveImageFeature {
|
|
823
823
|
z;
|
|
824
824
|
el;
|
|
@@ -827,15 +827,15 @@ let BiggiveImageFeature = class BiggiveImageFeature {
|
|
|
827
827
|
c.detach();
|
|
828
828
|
this.el = r.nativeElement;
|
|
829
829
|
}
|
|
830
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
831
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
830
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImageFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
831
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
832
832
|
};
|
|
833
833
|
BiggiveImageFeature = __decorate([
|
|
834
834
|
ProxyCmp({
|
|
835
835
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageAltText', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
836
836
|
})
|
|
837
837
|
], BiggiveImageFeature);
|
|
838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveImageFeature, decorators: [{
|
|
839
839
|
type: Component,
|
|
840
840
|
args: [{
|
|
841
841
|
selector: 'biggive-image-feature',
|
|
@@ -844,7 +844,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
844
844
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
845
845
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageAltText', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour'],
|
|
846
846
|
}]
|
|
847
|
-
}], ctorParameters:
|
|
847
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
848
848
|
let BiggiveMainMenu = class BiggiveMainMenu {
|
|
849
849
|
z;
|
|
850
850
|
el;
|
|
@@ -853,8 +853,8 @@ let BiggiveMainMenu = class BiggiveMainMenu {
|
|
|
853
853
|
c.detach();
|
|
854
854
|
this.el = r.nativeElement;
|
|
855
855
|
}
|
|
856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
856
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveMainMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
857
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", isLoggedIn: "isLoggedIn", myAccountflagEnabled: "myAccountflagEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
858
858
|
};
|
|
859
859
|
BiggiveMainMenu = __decorate([
|
|
860
860
|
ProxyCmp({
|
|
@@ -862,7 +862,7 @@ BiggiveMainMenu = __decorate([
|
|
|
862
862
|
methods: ['closeMobileMenuFromOutside']
|
|
863
863
|
})
|
|
864
864
|
], BiggiveMainMenu);
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveMainMenu, decorators: [{
|
|
866
866
|
type: Component,
|
|
867
867
|
args: [{
|
|
868
868
|
selector: 'biggive-main-menu',
|
|
@@ -871,7 +871,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
871
871
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
872
872
|
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'isLoggedIn', 'myAccountflagEnabled'],
|
|
873
873
|
}]
|
|
874
|
-
}], ctorParameters:
|
|
874
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
875
875
|
let BiggiveMiscIcon = class BiggiveMiscIcon {
|
|
876
876
|
z;
|
|
877
877
|
el;
|
|
@@ -880,15 +880,15 @@ let BiggiveMiscIcon = class BiggiveMiscIcon {
|
|
|
880
880
|
c.detach();
|
|
881
881
|
this.el = r.nativeElement;
|
|
882
882
|
}
|
|
883
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
884
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
883
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveMiscIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
884
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
885
885
|
};
|
|
886
886
|
BiggiveMiscIcon = __decorate([
|
|
887
887
|
ProxyCmp({
|
|
888
888
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
|
|
889
889
|
})
|
|
890
890
|
], BiggiveMiscIcon);
|
|
891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveMiscIcon, decorators: [{
|
|
892
892
|
type: Component,
|
|
893
893
|
args: [{
|
|
894
894
|
selector: 'biggive-misc-icon',
|
|
@@ -897,7 +897,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
897
897
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
898
898
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url'],
|
|
899
899
|
}]
|
|
900
|
-
}], ctorParameters:
|
|
900
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
901
901
|
let BiggiveNavGroup = class BiggiveNavGroup {
|
|
902
902
|
z;
|
|
903
903
|
el;
|
|
@@ -906,15 +906,15 @@ let BiggiveNavGroup = class BiggiveNavGroup {
|
|
|
906
906
|
c.detach();
|
|
907
907
|
this.el = r.nativeElement;
|
|
908
908
|
}
|
|
909
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
910
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
909
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveNavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
910
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveNavGroup, selector: "biggive-nav-group", inputs: { inline: "inline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
911
911
|
};
|
|
912
912
|
BiggiveNavGroup = __decorate([
|
|
913
913
|
ProxyCmp({
|
|
914
914
|
inputs: ['inline']
|
|
915
915
|
})
|
|
916
916
|
], BiggiveNavGroup);
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveNavGroup, decorators: [{
|
|
918
918
|
type: Component,
|
|
919
919
|
args: [{
|
|
920
920
|
selector: 'biggive-nav-group',
|
|
@@ -923,7 +923,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
923
923
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
924
924
|
inputs: ['inline'],
|
|
925
925
|
}]
|
|
926
|
-
}], ctorParameters:
|
|
926
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
927
927
|
let BiggiveNavItem = class BiggiveNavItem {
|
|
928
928
|
z;
|
|
929
929
|
el;
|
|
@@ -932,15 +932,15 @@ let BiggiveNavItem = class BiggiveNavItem {
|
|
|
932
932
|
c.detach();
|
|
933
933
|
this.el = r.nativeElement;
|
|
934
934
|
}
|
|
935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
936
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
935
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
936
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
937
937
|
};
|
|
938
938
|
BiggiveNavItem = __decorate([
|
|
939
939
|
ProxyCmp({
|
|
940
940
|
inputs: ['iconColour', 'label', 'url']
|
|
941
941
|
})
|
|
942
942
|
], BiggiveNavItem);
|
|
943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveNavItem, decorators: [{
|
|
944
944
|
type: Component,
|
|
945
945
|
args: [{
|
|
946
946
|
selector: 'biggive-nav-item',
|
|
@@ -949,7 +949,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
949
949
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
950
950
|
inputs: ['iconColour', 'label', 'url'],
|
|
951
951
|
}]
|
|
952
|
-
}], ctorParameters:
|
|
952
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
953
953
|
let BiggivePageColumn = class BiggivePageColumn {
|
|
954
954
|
z;
|
|
955
955
|
el;
|
|
@@ -958,13 +958,13 @@ let BiggivePageColumn = class BiggivePageColumn {
|
|
|
958
958
|
c.detach();
|
|
959
959
|
this.el = r.nativeElement;
|
|
960
960
|
}
|
|
961
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
962
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
961
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePageColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
962
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggivePageColumn, selector: "biggive-page-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
963
963
|
};
|
|
964
964
|
BiggivePageColumn = __decorate([
|
|
965
965
|
ProxyCmp({})
|
|
966
966
|
], BiggivePageColumn);
|
|
967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePageColumn, decorators: [{
|
|
968
968
|
type: Component,
|
|
969
969
|
args: [{
|
|
970
970
|
selector: 'biggive-page-column',
|
|
@@ -973,7 +973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
973
973
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
974
974
|
inputs: [],
|
|
975
975
|
}]
|
|
976
|
-
}], ctorParameters:
|
|
976
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
977
977
|
let BiggivePageColumns = class BiggivePageColumns {
|
|
978
978
|
z;
|
|
979
979
|
el;
|
|
@@ -982,15 +982,15 @@ let BiggivePageColumns = class BiggivePageColumns {
|
|
|
982
982
|
c.detach();
|
|
983
983
|
this.el = r.nativeElement;
|
|
984
984
|
}
|
|
985
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
986
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
985
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePageColumns, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
986
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggivePageColumns, selector: "biggive-page-columns", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
987
987
|
};
|
|
988
988
|
BiggivePageColumns = __decorate([
|
|
989
989
|
ProxyCmp({
|
|
990
990
|
inputs: ['spaceBelow']
|
|
991
991
|
})
|
|
992
992
|
], BiggivePageColumns);
|
|
993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePageColumns, decorators: [{
|
|
994
994
|
type: Component,
|
|
995
995
|
args: [{
|
|
996
996
|
selector: 'biggive-page-columns',
|
|
@@ -999,7 +999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
999
999
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1000
1000
|
inputs: ['spaceBelow'],
|
|
1001
1001
|
}]
|
|
1002
|
-
}], ctorParameters:
|
|
1002
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1003
1003
|
let BiggivePageSection = class BiggivePageSection {
|
|
1004
1004
|
z;
|
|
1005
1005
|
el;
|
|
@@ -1008,15 +1008,15 @@ let BiggivePageSection = class BiggivePageSection {
|
|
|
1008
1008
|
c.detach();
|
|
1009
1009
|
this.el = r.nativeElement;
|
|
1010
1010
|
}
|
|
1011
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1012
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1011
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePageSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1012
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggivePageSection, selector: "biggive-page-section", inputs: { colourScheme: "colourScheme", maxWidth: "maxWidth", primaryFullBleed: "primaryFullBleed", sectionStyleBottom: "sectionStyleBottom", sectionStyleTop: "sectionStyleTop", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1013
1013
|
};
|
|
1014
1014
|
BiggivePageSection = __decorate([
|
|
1015
1015
|
ProxyCmp({
|
|
1016
1016
|
inputs: ['colourScheme', 'maxWidth', 'primaryFullBleed', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
|
|
1017
1017
|
})
|
|
1018
1018
|
], BiggivePageSection);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePageSection, decorators: [{
|
|
1020
1020
|
type: Component,
|
|
1021
1021
|
args: [{
|
|
1022
1022
|
selector: 'biggive-page-section',
|
|
@@ -1025,7 +1025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1025
1025
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1026
1026
|
inputs: ['colourScheme', 'maxWidth', 'primaryFullBleed', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow'],
|
|
1027
1027
|
}]
|
|
1028
|
-
}], ctorParameters:
|
|
1028
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1029
1029
|
let BiggivePopup = class BiggivePopup {
|
|
1030
1030
|
z;
|
|
1031
1031
|
el;
|
|
@@ -1034,8 +1034,8 @@ let BiggivePopup = class BiggivePopup {
|
|
|
1034
1034
|
c.detach();
|
|
1035
1035
|
this.el = r.nativeElement;
|
|
1036
1036
|
}
|
|
1037
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1038
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1037
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1038
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggivePopup, selector: "biggive-popup", inputs: { modalClosedCallback: "modalClosedCallback" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1039
1039
|
};
|
|
1040
1040
|
BiggivePopup = __decorate([
|
|
1041
1041
|
ProxyCmp({
|
|
@@ -1043,7 +1043,7 @@ BiggivePopup = __decorate([
|
|
|
1043
1043
|
methods: ['openFromOutside', 'closeFromOutside']
|
|
1044
1044
|
})
|
|
1045
1045
|
], BiggivePopup);
|
|
1046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggivePopup, decorators: [{
|
|
1047
1047
|
type: Component,
|
|
1048
1048
|
args: [{
|
|
1049
1049
|
selector: 'biggive-popup',
|
|
@@ -1052,7 +1052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1052
1052
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1053
1053
|
inputs: ['modalClosedCallback'],
|
|
1054
1054
|
}]
|
|
1055
|
-
}], ctorParameters:
|
|
1055
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1056
1056
|
let BiggiveProgressBar = class BiggiveProgressBar {
|
|
1057
1057
|
z;
|
|
1058
1058
|
el;
|
|
@@ -1061,15 +1061,15 @@ let BiggiveProgressBar = class BiggiveProgressBar {
|
|
|
1061
1061
|
c.detach();
|
|
1062
1062
|
this.el = r.nativeElement;
|
|
1063
1063
|
}
|
|
1064
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1065
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1064
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1065
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
1066
1066
|
};
|
|
1067
1067
|
BiggiveProgressBar = __decorate([
|
|
1068
1068
|
ProxyCmp({
|
|
1069
1069
|
inputs: ['colourScheme', 'counter', 'spaceBelow']
|
|
1070
1070
|
})
|
|
1071
1071
|
], BiggiveProgressBar);
|
|
1072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveProgressBar, decorators: [{
|
|
1073
1073
|
type: Component,
|
|
1074
1074
|
args: [{
|
|
1075
1075
|
selector: 'biggive-progress-bar',
|
|
@@ -1078,7 +1078,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1078
1078
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1079
1079
|
inputs: ['colourScheme', 'counter', 'spaceBelow'],
|
|
1080
1080
|
}]
|
|
1081
|
-
}], ctorParameters:
|
|
1081
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1082
1082
|
let BiggiveQuote = class BiggiveQuote {
|
|
1083
1083
|
z;
|
|
1084
1084
|
el;
|
|
@@ -1087,15 +1087,15 @@ let BiggiveQuote = class BiggiveQuote {
|
|
|
1087
1087
|
c.detach();
|
|
1088
1088
|
this.el = r.nativeElement;
|
|
1089
1089
|
}
|
|
1090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1090
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1091
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveQuote, selector: "biggive-quote", inputs: { attribution: "attribution", defaultTextColour: "defaultTextColour", quote: "quote", quoteIconColour: "quoteIconColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1092
1092
|
};
|
|
1093
1093
|
BiggiveQuote = __decorate([
|
|
1094
1094
|
ProxyCmp({
|
|
1095
1095
|
inputs: ['attribution', 'defaultTextColour', 'quote', 'quoteIconColour', 'spaceBelow']
|
|
1096
1096
|
})
|
|
1097
1097
|
], BiggiveQuote);
|
|
1098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveQuote, decorators: [{
|
|
1099
1099
|
type: Component,
|
|
1100
1100
|
args: [{
|
|
1101
1101
|
selector: 'biggive-quote',
|
|
@@ -1104,7 +1104,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1104
1104
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1105
1105
|
inputs: ['attribution', 'defaultTextColour', 'quote', 'quoteIconColour', 'spaceBelow'],
|
|
1106
1106
|
}]
|
|
1107
|
-
}], ctorParameters:
|
|
1107
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1108
1108
|
let BiggiveSheet = class BiggiveSheet {
|
|
1109
1109
|
z;
|
|
1110
1110
|
el;
|
|
@@ -1113,15 +1113,15 @@ let BiggiveSheet = class BiggiveSheet {
|
|
|
1113
1113
|
c.detach();
|
|
1114
1114
|
this.el = r.nativeElement;
|
|
1115
1115
|
}
|
|
1116
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1117
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1116
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1117
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveSheet, selector: "biggive-sheet", inputs: { backgroundColour: "backgroundColour", sheetId: "sheetId", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1118
1118
|
};
|
|
1119
1119
|
BiggiveSheet = __decorate([
|
|
1120
1120
|
ProxyCmp({
|
|
1121
1121
|
inputs: ['backgroundColour', 'sheetId', 'textColour']
|
|
1122
1122
|
})
|
|
1123
1123
|
], BiggiveSheet);
|
|
1124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveSheet, decorators: [{
|
|
1125
1125
|
type: Component,
|
|
1126
1126
|
args: [{
|
|
1127
1127
|
selector: 'biggive-sheet',
|
|
@@ -1130,7 +1130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1130
1130
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1131
1131
|
inputs: ['backgroundColour', 'sheetId', 'textColour'],
|
|
1132
1132
|
}]
|
|
1133
|
-
}], ctorParameters:
|
|
1133
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1134
1134
|
let BiggiveSocialIcon = class BiggiveSocialIcon {
|
|
1135
1135
|
z;
|
|
1136
1136
|
el;
|
|
@@ -1139,15 +1139,15 @@ let BiggiveSocialIcon = class BiggiveSocialIcon {
|
|
|
1139
1139
|
c.detach();
|
|
1140
1140
|
this.el = r.nativeElement;
|
|
1141
1141
|
}
|
|
1142
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1143
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1142
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1143
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", labelPrefix: "labelPrefix", service: "service", url: "url", wide: "wide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1144
1144
|
};
|
|
1145
1145
|
BiggiveSocialIcon = __decorate([
|
|
1146
1146
|
ProxyCmp({
|
|
1147
1147
|
inputs: ['backgroundColour', 'iconColour', 'labelPrefix', 'service', 'url', 'wide']
|
|
1148
1148
|
})
|
|
1149
1149
|
], BiggiveSocialIcon);
|
|
1150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
|
|
1151
1151
|
type: Component,
|
|
1152
1152
|
args: [{
|
|
1153
1153
|
selector: 'biggive-social-icon',
|
|
@@ -1156,7 +1156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1156
1156
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1157
1157
|
inputs: ['backgroundColour', 'iconColour', 'labelPrefix', 'service', 'url', 'wide'],
|
|
1158
1158
|
}]
|
|
1159
|
-
}], ctorParameters:
|
|
1159
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1160
1160
|
let BiggiveTab = class BiggiveTab {
|
|
1161
1161
|
z;
|
|
1162
1162
|
el;
|
|
@@ -1165,15 +1165,15 @@ let BiggiveTab = class BiggiveTab {
|
|
|
1165
1165
|
c.detach();
|
|
1166
1166
|
this.el = r.nativeElement;
|
|
1167
1167
|
}
|
|
1168
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1169
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1169
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1170
1170
|
};
|
|
1171
1171
|
BiggiveTab = __decorate([
|
|
1172
1172
|
ProxyCmp({
|
|
1173
1173
|
inputs: ['tabTitle']
|
|
1174
1174
|
})
|
|
1175
1175
|
], BiggiveTab);
|
|
1176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTab, decorators: [{
|
|
1177
1177
|
type: Component,
|
|
1178
1178
|
args: [{
|
|
1179
1179
|
selector: 'biggive-tab',
|
|
@@ -1182,7 +1182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1182
1182
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1183
1183
|
inputs: ['tabTitle'],
|
|
1184
1184
|
}]
|
|
1185
|
-
}], ctorParameters:
|
|
1185
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1186
1186
|
let BiggiveTabbedContent = class BiggiveTabbedContent {
|
|
1187
1187
|
z;
|
|
1188
1188
|
el;
|
|
@@ -1191,15 +1191,15 @@ let BiggiveTabbedContent = class BiggiveTabbedContent {
|
|
|
1191
1191
|
c.detach();
|
|
1192
1192
|
this.el = r.nativeElement;
|
|
1193
1193
|
}
|
|
1194
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1195
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1194
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTabbedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1195
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveTabbedContent, selector: "biggive-tabbed-content", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", navigationHighlightColour: "navigationHighlightColour", selectedNavigationHighlightColour: "selectedNavigationHighlightColour", selectedTextColour: "selectedTextColour", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1196
1196
|
};
|
|
1197
1197
|
BiggiveTabbedContent = __decorate([
|
|
1198
1198
|
ProxyCmp({
|
|
1199
1199
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour']
|
|
1200
1200
|
})
|
|
1201
1201
|
], BiggiveTabbedContent);
|
|
1202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTabbedContent, decorators: [{
|
|
1203
1203
|
type: Component,
|
|
1204
1204
|
args: [{
|
|
1205
1205
|
selector: 'biggive-tabbed-content',
|
|
@@ -1208,7 +1208,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1208
1208
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1209
1209
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour'],
|
|
1210
1210
|
}]
|
|
1211
|
-
}], ctorParameters:
|
|
1211
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1212
1212
|
let BiggiveTable = class BiggiveTable {
|
|
1213
1213
|
z;
|
|
1214
1214
|
el;
|
|
@@ -1217,15 +1217,15 @@ let BiggiveTable = class BiggiveTable {
|
|
|
1217
1217
|
c.detach();
|
|
1218
1218
|
this.el = r.nativeElement;
|
|
1219
1219
|
}
|
|
1220
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1221
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1220
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1221
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
1222
1222
|
};
|
|
1223
1223
|
BiggiveTable = __decorate([
|
|
1224
1224
|
ProxyCmp({
|
|
1225
1225
|
inputs: ['bodyBackgroundColour', 'bodyTextColour', 'headerBackgroundColour', 'headerTextColour', 'spaceBelow']
|
|
1226
1226
|
})
|
|
1227
1227
|
], BiggiveTable);
|
|
1228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTable, decorators: [{
|
|
1229
1229
|
type: Component,
|
|
1230
1230
|
args: [{
|
|
1231
1231
|
selector: 'biggive-table',
|
|
@@ -1234,7 +1234,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1234
1234
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1235
1235
|
inputs: ['bodyBackgroundColour', 'bodyTextColour', 'headerBackgroundColour', 'headerTextColour', 'spaceBelow'],
|
|
1236
1236
|
}]
|
|
1237
|
-
}], ctorParameters:
|
|
1237
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1238
1238
|
let BiggiveTextInput = class BiggiveTextInput {
|
|
1239
1239
|
z;
|
|
1240
1240
|
el;
|
|
@@ -1243,15 +1243,15 @@ let BiggiveTextInput = class BiggiveTextInput {
|
|
|
1243
1243
|
c.detach();
|
|
1244
1244
|
this.el = r.nativeElement;
|
|
1245
1245
|
}
|
|
1246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1246
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1247
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveTextInput, selector: "biggive-text-input", inputs: { currency: "currency", selectStyle: "selectStyle", spaceBelow: "spaceBelow", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1248
1248
|
};
|
|
1249
1249
|
BiggiveTextInput = __decorate([
|
|
1250
1250
|
ProxyCmp({
|
|
1251
1251
|
inputs: ['currency', 'selectStyle', 'spaceBelow', 'value']
|
|
1252
1252
|
})
|
|
1253
1253
|
], BiggiveTextInput);
|
|
1254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTextInput, decorators: [{
|
|
1255
1255
|
type: Component,
|
|
1256
1256
|
args: [{
|
|
1257
1257
|
selector: 'biggive-text-input',
|
|
@@ -1260,7 +1260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1260
1260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1261
1261
|
inputs: ['currency', 'selectStyle', 'spaceBelow', 'value'],
|
|
1262
1262
|
}]
|
|
1263
|
-
}], ctorParameters:
|
|
1263
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1264
1264
|
let BiggiveTimeline = class BiggiveTimeline {
|
|
1265
1265
|
z;
|
|
1266
1266
|
el;
|
|
@@ -1269,15 +1269,15 @@ let BiggiveTimeline = class BiggiveTimeline {
|
|
|
1269
1269
|
c.detach();
|
|
1270
1270
|
this.el = r.nativeElement;
|
|
1271
1271
|
}
|
|
1272
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1273
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1272
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTimeline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1273
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveTimeline, selector: "biggive-timeline", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", entryBackgroundColour: "entryBackgroundColour", entryDateColour: "entryDateColour", entryHighlightColour: "entryHighlightColour", entryTextColour: "entryTextColour", entryTitleColour: "entryTitleColour", navigationHighlightColour: "navigationHighlightColour", selectedNavigationHighlightColour: "selectedNavigationHighlightColour", selectedTextColour: "selectedTextColour", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1274
1274
|
};
|
|
1275
1275
|
BiggiveTimeline = __decorate([
|
|
1276
1276
|
ProxyCmp({
|
|
1277
1277
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'entryBackgroundColour', 'entryDateColour', 'entryHighlightColour', 'entryTextColour', 'entryTitleColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour']
|
|
1278
1278
|
})
|
|
1279
1279
|
], BiggiveTimeline);
|
|
1280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTimeline, decorators: [{
|
|
1281
1281
|
type: Component,
|
|
1282
1282
|
args: [{
|
|
1283
1283
|
selector: 'biggive-timeline',
|
|
@@ -1286,7 +1286,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1286
1286
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1287
1287
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'entryBackgroundColour', 'entryDateColour', 'entryHighlightColour', 'entryTextColour', 'entryTitleColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour'],
|
|
1288
1288
|
}]
|
|
1289
|
-
}], ctorParameters:
|
|
1289
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1290
1290
|
let BiggiveTimelineEntry = class BiggiveTimelineEntry {
|
|
1291
1291
|
z;
|
|
1292
1292
|
el;
|
|
@@ -1295,15 +1295,15 @@ let BiggiveTimelineEntry = class BiggiveTimelineEntry {
|
|
|
1295
1295
|
c.detach();
|
|
1296
1296
|
this.el = r.nativeElement;
|
|
1297
1297
|
}
|
|
1298
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1299
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTimelineEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1299
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BiggiveTimelineEntry, selector: "biggive-timeline-entry", inputs: { date: "date", heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1300
1300
|
};
|
|
1301
1301
|
BiggiveTimelineEntry = __decorate([
|
|
1302
1302
|
ProxyCmp({
|
|
1303
1303
|
inputs: ['date', 'heading']
|
|
1304
1304
|
})
|
|
1305
1305
|
], BiggiveTimelineEntry);
|
|
1306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTimelineEntry, decorators: [{
|
|
1307
1307
|
type: Component,
|
|
1308
1308
|
args: [{
|
|
1309
1309
|
selector: 'biggive-timeline-entry',
|
|
@@ -1312,7 +1312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1312
1312
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1313
1313
|
inputs: ['date', 'heading'],
|
|
1314
1314
|
}]
|
|
1315
|
-
}], ctorParameters:
|
|
1315
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1316
1316
|
let BiggiveTotalizer = class BiggiveTotalizer {
|
|
1317
1317
|
z;
|
|
1318
1318
|
el;
|
|
@@ -1321,15 +1321,15 @@ let BiggiveTotalizer = class BiggiveTotalizer {
|
|
|
1321
1321
|
c.detach();
|
|
1322
1322
|
this.el = r.nativeElement;
|
|
1323
1323
|
}
|
|
1324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1325
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTotalizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1325
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
1326
1326
|
};
|
|
1327
1327
|
BiggiveTotalizer = __decorate([
|
|
1328
1328
|
ProxyCmp({
|
|
1329
1329
|
inputs: ['mainMessage', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow']
|
|
1330
1330
|
})
|
|
1331
1331
|
], BiggiveTotalizer);
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTotalizer, decorators: [{
|
|
1333
1333
|
type: Component,
|
|
1334
1334
|
args: [{
|
|
1335
1335
|
selector: 'biggive-totalizer',
|
|
@@ -1338,7 +1338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1338
1338
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1339
1339
|
inputs: ['mainMessage', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow'],
|
|
1340
1340
|
}]
|
|
1341
|
-
}], ctorParameters:
|
|
1341
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1342
1342
|
let BiggiveTotalizerTickerItem = class BiggiveTotalizerTickerItem {
|
|
1343
1343
|
z;
|
|
1344
1344
|
el;
|
|
@@ -1347,15 +1347,15 @@ let BiggiveTotalizerTickerItem = class BiggiveTotalizerTickerItem {
|
|
|
1347
1347
|
c.detach();
|
|
1348
1348
|
this.el = r.nativeElement;
|
|
1349
1349
|
}
|
|
1350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1351
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTotalizerTickerItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1351
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
1352
1352
|
};
|
|
1353
1353
|
BiggiveTotalizerTickerItem = __decorate([
|
|
1354
1354
|
ProxyCmp({
|
|
1355
1355
|
inputs: ['figure', 'label']
|
|
1356
1356
|
})
|
|
1357
1357
|
], BiggiveTotalizerTickerItem);
|
|
1358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveTotalizerTickerItem, decorators: [{
|
|
1359
1359
|
type: Component,
|
|
1360
1360
|
args: [{
|
|
1361
1361
|
selector: 'biggive-totalizer-ticker-item',
|
|
@@ -1364,7 +1364,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1364
1364
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1365
1365
|
inputs: ['figure', 'label'],
|
|
1366
1366
|
}]
|
|
1367
|
-
}], ctorParameters:
|
|
1367
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1368
1368
|
let BiggiveVideo = class BiggiveVideo {
|
|
1369
1369
|
z;
|
|
1370
1370
|
el;
|
|
@@ -1373,15 +1373,15 @@ let BiggiveVideo = class BiggiveVideo {
|
|
|
1373
1373
|
c.detach();
|
|
1374
1374
|
this.el = r.nativeElement;
|
|
1375
1375
|
}
|
|
1376
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1377
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1376
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1377
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
1378
1378
|
};
|
|
1379
1379
|
BiggiveVideo = __decorate([
|
|
1380
1380
|
ProxyCmp({
|
|
1381
1381
|
inputs: ['spaceAbove', 'spaceBelow', 'videoUrl']
|
|
1382
1382
|
})
|
|
1383
1383
|
], BiggiveVideo);
|
|
1384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveVideo, decorators: [{
|
|
1385
1385
|
type: Component,
|
|
1386
1386
|
args: [{
|
|
1387
1387
|
selector: 'biggive-video',
|
|
@@ -1390,7 +1390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1390
1390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1391
1391
|
inputs: ['spaceAbove', 'spaceBelow', 'videoUrl'],
|
|
1392
1392
|
}]
|
|
1393
|
-
}], ctorParameters:
|
|
1393
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1394
1394
|
let BiggiveVideoFeature = class BiggiveVideoFeature {
|
|
1395
1395
|
z;
|
|
1396
1396
|
el;
|
|
@@ -1399,15 +1399,15 @@ let BiggiveVideoFeature = class BiggiveVideoFeature {
|
|
|
1399
1399
|
c.detach();
|
|
1400
1400
|
this.el = r.nativeElement;
|
|
1401
1401
|
}
|
|
1402
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1403
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1402
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveVideoFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1403
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", 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 });
|
|
1404
1404
|
};
|
|
1405
1405
|
BiggiveVideoFeature = __decorate([
|
|
1406
1406
|
ProxyCmp({
|
|
1407
1407
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
|
|
1408
1408
|
})
|
|
1409
1409
|
], BiggiveVideoFeature);
|
|
1410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BiggiveVideoFeature, decorators: [{
|
|
1411
1411
|
type: Component,
|
|
1412
1412
|
args: [{
|
|
1413
1413
|
selector: 'biggive-video-feature',
|
|
@@ -1416,7 +1416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1416
1416
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1417
1417
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl'],
|
|
1418
1418
|
}]
|
|
1419
|
-
}], ctorParameters:
|
|
1419
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1420
1420
|
|
|
1421
1421
|
const DIRECTIVES = [
|
|
1422
1422
|
BiggiveAccordion,
|
|
@@ -1474,9 +1474,9 @@ const DIRECTIVES = [
|
|
|
1474
1474
|
];
|
|
1475
1475
|
|
|
1476
1476
|
class ComponentsModule {
|
|
1477
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1478
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1479
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1477
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1478
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: ComponentsModule, declarations: [BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveCookieBanner, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGenericIcon, BiggiveGrid, BiggiveHeading, BiggiveHeroImage, BiggiveIconButton, BiggiveIconGroup, BiggiveImage, BiggiveImageButton, BiggiveImageCard, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSheet, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTable, BiggiveTextInput, BiggiveTimeline, BiggiveTimelineEntry, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveCookieBanner, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGenericIcon, BiggiveGrid, BiggiveHeading, BiggiveHeroImage, BiggiveIconButton, BiggiveIconGroup, BiggiveImage, BiggiveImageButton, BiggiveImageCard, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSheet, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTable, BiggiveTextInput, BiggiveTimeline, BiggiveTimelineEntry, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature] });
|
|
1479
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentsModule, providers: [
|
|
1480
1480
|
{
|
|
1481
1481
|
provide: APP_INITIALIZER,
|
|
1482
1482
|
useFactory: () => defineCustomElements,
|
|
@@ -1484,7 +1484,7 @@ class ComponentsModule {
|
|
|
1484
1484
|
},
|
|
1485
1485
|
], imports: [CommonModule] });
|
|
1486
1486
|
}
|
|
1487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
1488
1488
|
type: NgModule,
|
|
1489
1489
|
args: [{
|
|
1490
1490
|
imports: [CommonModule],
|