@biggive/components-angular 1.0.96 → 1.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components.module.mjs +5 -5
- package/esm2020/lib/stencil-generated/components.mjs +226 -119
- package/esm2020/lib/stencil-generated/index.mjs +5 -1
- package/fesm2015/biggive-components-angular.mjs +274 -167
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +274 -167
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +51 -5
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -17,28 +17,32 @@ import { defineCustomElement as defineCustomElement$c } from '@biggive/component
|
|
|
17
17
|
import { defineCustomElement as defineCustomElement$d } from '@biggive/components/dist/components/biggive-footer.js';
|
|
18
18
|
import { defineCustomElement as defineCustomElement$e } from '@biggive/components/dist/components/biggive-form.js';
|
|
19
19
|
import { defineCustomElement as defineCustomElement$f } from '@biggive/components/dist/components/biggive-form-field-select.js';
|
|
20
|
-
import { defineCustomElement as defineCustomElement$g } from '@biggive/components/dist/components/biggive-
|
|
21
|
-
import { defineCustomElement as defineCustomElement$h } from '@biggive/components/dist/components/biggive-
|
|
22
|
-
import { defineCustomElement as defineCustomElement$i } from '@biggive/components/dist/components/biggive-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$j } from '@biggive/components/dist/components/biggive-
|
|
24
|
-
import { defineCustomElement as defineCustomElement$k } from '@biggive/components/dist/components/biggive-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$l } from '@biggive/components/dist/components/biggive-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$m } from '@biggive/components/dist/components/biggive-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$n } from '@biggive/components/dist/components/biggive-image
|
|
28
|
-
import { defineCustomElement as defineCustomElement$o } from '@biggive/components/dist/components/biggive-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$p } from '@biggive/components/dist/components/biggive-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$q } from '@biggive/components/dist/components/biggive-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$r } from '@biggive/components/dist/components/biggive-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$s } from '@biggive/components/dist/components/biggive-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$t } from '@biggive/components/dist/components/biggive-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$u } from '@biggive/components/dist/components/biggive-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$v } from '@biggive/components/dist/components/biggive-
|
|
36
|
-
import { defineCustomElement as defineCustomElement$w } from '@biggive/components/dist/components/biggive-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$x } from '@biggive/components/dist/components/biggive-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$y } from '@biggive/components/dist/components/biggive-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@biggive/components/dist/components/biggive-
|
|
20
|
+
import { defineCustomElement as defineCustomElement$g } from '@biggive/components/dist/components/biggive-form-field-select-option.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$h } from '@biggive/components/dist/components/biggive-formatted-text.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$i } from '@biggive/components/dist/components/biggive-grid.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$j } from '@biggive/components/dist/components/biggive-header.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$k } from '@biggive/components/dist/components/biggive-heading.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$l } from '@biggive/components/dist/components/biggive-hero-image.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$m } from '@biggive/components/dist/components/biggive-icon-group.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$n } from '@biggive/components/dist/components/biggive-image.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$o } from '@biggive/components/dist/components/biggive-image-feature.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$p } from '@biggive/components/dist/components/biggive-misc-icon.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$q } from '@biggive/components/dist/components/biggive-nav-group.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$r } from '@biggive/components/dist/components/biggive-nav-item.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$s } from '@biggive/components/dist/components/biggive-page-column.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$t } from '@biggive/components/dist/components/biggive-page-columns.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@biggive/components/dist/components/biggive-page-section.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$v } from '@biggive/components/dist/components/biggive-popup.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@biggive/components/dist/components/biggive-progress-bar.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@biggive/components/dist/components/biggive-quote.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@biggive/components/dist/components/biggive-search.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-social-icon.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-tab.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@biggive/components/dist/components/biggive-tabbed-content.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@biggive/components/dist/components/biggive-text-input.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@biggive/components/dist/components/biggive-totalizer.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@biggive/components/dist/components/biggive-video.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@biggive/components/dist/components/biggive-video-feature.js';
|
|
42
46
|
import { CommonModule } from '@angular/common';
|
|
43
47
|
|
|
44
48
|
/* eslint-disable */
|
|
@@ -99,15 +103,15 @@ let BiggiveArticleCard = class BiggiveArticleCard {
|
|
|
99
103
|
this.el = r.nativeElement;
|
|
100
104
|
}
|
|
101
105
|
};
|
|
102
|
-
BiggiveArticleCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
103
|
-
BiggiveArticleCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
106
|
+
BiggiveArticleCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveArticleCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
107
|
+
BiggiveArticleCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveArticleCard, selector: "biggive-article-card", inputs: { backgroundColour: "backgroundColour", backgroundColourHover: "backgroundColourHover", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", date: "date", imageLabel: "imageLabel", imageUrl: "imageUrl", mainTitle: "mainTitle", slug: "slug", spaceBelow: "spaceBelow", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
108
|
BiggiveArticleCard = __decorate([
|
|
105
109
|
ProxyCmp({
|
|
106
110
|
defineCustomElementFn: defineCustomElement$1,
|
|
107
111
|
inputs: ['backgroundColour', 'backgroundColourHover', 'buttonLabel', 'buttonUrl', 'date', 'imageLabel', 'imageUrl', 'mainTitle', 'slug', 'spaceBelow', 'textColour']
|
|
108
112
|
})
|
|
109
113
|
], BiggiveArticleCard);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveArticleCard, decorators: [{
|
|
111
115
|
type: Component,
|
|
112
116
|
args: [{
|
|
113
117
|
selector: 'biggive-article-card',
|
|
@@ -123,14 +127,14 @@ let BiggiveBackToTop = class BiggiveBackToTop {
|
|
|
123
127
|
this.el = r.nativeElement;
|
|
124
128
|
}
|
|
125
129
|
};
|
|
126
|
-
BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
127
|
-
BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
130
|
+
BiggiveBackToTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
131
|
+
BiggiveBackToTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveBackToTop, selector: "biggive-back-to-top", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
128
132
|
BiggiveBackToTop = __decorate([
|
|
129
133
|
ProxyCmp({
|
|
130
134
|
defineCustomElementFn: defineCustomElement$2
|
|
131
135
|
})
|
|
132
136
|
], BiggiveBackToTop);
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBackToTop, decorators: [{
|
|
134
138
|
type: Component,
|
|
135
139
|
args: [{
|
|
136
140
|
selector: 'biggive-back-to-top',
|
|
@@ -145,15 +149,15 @@ let BiggiveBasicCard = class BiggiveBasicCard {
|
|
|
145
149
|
this.el = r.nativeElement;
|
|
146
150
|
}
|
|
147
151
|
};
|
|
148
|
-
BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
149
|
-
BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
152
|
+
BiggiveBasicCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBasicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
153
|
+
BiggiveBasicCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveBasicCard, selector: "biggive-basic-card", inputs: { backgroundColour: "backgroundColour", backgroundImageUrl: "backgroundImageUrl", buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", cardColour: "cardColour", iconColour: "iconColour", mainTitle: "mainTitle", spaceBelow: "spaceBelow", subtitle: "subtitle", textColour: "textColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
150
154
|
BiggiveBasicCard = __decorate([
|
|
151
155
|
ProxyCmp({
|
|
152
156
|
defineCustomElementFn: defineCustomElement$3,
|
|
153
157
|
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'cardColour', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle', 'textColour']
|
|
154
158
|
})
|
|
155
159
|
], BiggiveBasicCard);
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBasicCard, decorators: [{
|
|
157
161
|
type: Component,
|
|
158
162
|
args: [{
|
|
159
163
|
selector: 'biggive-basic-card',
|
|
@@ -169,15 +173,15 @@ let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
|
|
|
169
173
|
this.el = r.nativeElement;
|
|
170
174
|
}
|
|
171
175
|
};
|
|
172
|
-
BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
173
|
-
BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
176
|
+
BiggiveBeneficiaryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBeneficiaryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
177
|
+
BiggiveBeneficiaryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveBeneficiaryIcon, selector: "biggive-beneficiary-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", label: "label", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
174
178
|
BiggiveBeneficiaryIcon = __decorate([
|
|
175
179
|
ProxyCmp({
|
|
176
180
|
defineCustomElementFn: defineCustomElement$4,
|
|
177
181
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
178
182
|
})
|
|
179
183
|
], BiggiveBeneficiaryIcon);
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBeneficiaryIcon, decorators: [{
|
|
181
185
|
type: Component,
|
|
182
186
|
args: [{
|
|
183
187
|
selector: 'biggive-beneficiary-icon',
|
|
@@ -193,15 +197,15 @@ let BiggiveBoxedContent = class BiggiveBoxedContent {
|
|
|
193
197
|
this.el = r.nativeElement;
|
|
194
198
|
}
|
|
195
199
|
};
|
|
196
|
-
BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
197
|
-
BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
200
|
+
BiggiveBoxedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBoxedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
201
|
+
BiggiveBoxedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveBoxedContent, selector: "biggive-boxed-content", inputs: { backgroundColour: "backgroundColour", horizontalPadding: "horizontalPadding", shadow: "shadow", spaceBelow: "spaceBelow", verticalPadding: "verticalPadding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
198
202
|
BiggiveBoxedContent = __decorate([
|
|
199
203
|
ProxyCmp({
|
|
200
204
|
defineCustomElementFn: defineCustomElement$5,
|
|
201
205
|
inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
|
|
202
206
|
})
|
|
203
207
|
], BiggiveBoxedContent);
|
|
204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBoxedContent, decorators: [{
|
|
205
209
|
type: Component,
|
|
206
210
|
args: [{
|
|
207
211
|
selector: 'biggive-boxed-content',
|
|
@@ -217,15 +221,15 @@ let BiggiveBrandedImage = class BiggiveBrandedImage {
|
|
|
217
221
|
this.el = r.nativeElement;
|
|
218
222
|
}
|
|
219
223
|
};
|
|
220
|
-
BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
221
|
-
BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
224
|
+
BiggiveBrandedImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBrandedImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
225
|
+
BiggiveBrandedImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveBrandedImage, selector: "biggive-branded-image", inputs: { imageUrl: "imageUrl", logoUrl: "logoUrl", slug: "slug", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
222
226
|
BiggiveBrandedImage = __decorate([
|
|
223
227
|
ProxyCmp({
|
|
224
228
|
defineCustomElementFn: defineCustomElement$6,
|
|
225
229
|
inputs: ['imageUrl', 'logoUrl', 'slug', 'spaceBelow']
|
|
226
230
|
})
|
|
227
231
|
], BiggiveBrandedImage);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveBrandedImage, decorators: [{
|
|
229
233
|
type: Component,
|
|
230
234
|
args: [{
|
|
231
235
|
selector: 'biggive-branded-image',
|
|
@@ -241,15 +245,15 @@ let BiggiveButton = class BiggiveButton {
|
|
|
241
245
|
this.el = r.nativeElement;
|
|
242
246
|
}
|
|
243
247
|
};
|
|
244
|
-
BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
245
|
-
BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
248
|
+
BiggiveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
249
|
+
BiggiveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveButton, selector: "biggive-button", inputs: { colourScheme: "colourScheme", fullWidth: "fullWidth", label: "label", rounded: "rounded", size: "size", spaceBelow: "spaceBelow", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
246
250
|
BiggiveButton = __decorate([
|
|
247
251
|
ProxyCmp({
|
|
248
252
|
defineCustomElementFn: defineCustomElement$7,
|
|
249
253
|
inputs: ['colourScheme', 'fullWidth', 'label', 'rounded', 'size', 'spaceBelow', 'url']
|
|
250
254
|
})
|
|
251
255
|
], BiggiveButton);
|
|
252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveButton, decorators: [{
|
|
253
257
|
type: Component,
|
|
254
258
|
args: [{
|
|
255
259
|
selector: 'biggive-button',
|
|
@@ -265,15 +269,15 @@ let BiggiveCallToAction = class BiggiveCallToAction {
|
|
|
265
269
|
this.el = r.nativeElement;
|
|
266
270
|
}
|
|
267
271
|
};
|
|
268
|
-
BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
269
|
-
BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
272
|
+
BiggiveCallToAction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCallToAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
273
|
+
BiggiveCallToAction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveCallToAction, selector: "biggive-call-to-action", inputs: { defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", mainTitleSize: "mainTitleSize", primaryButtonColourScheme: "primaryButtonColourScheme", primaryButtonLabel: "primaryButtonLabel", primaryButtonUrl: "primaryButtonUrl", secondaryButtonColourScheme: "secondaryButtonColourScheme", secondaryButtonLabel: "secondaryButtonLabel", secondaryButtonUrl: "secondaryButtonUrl", slug: "slug", slugColour: "slugColour", slugSize: "slugSize", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", subtitle: "subtitle", subtitleColour: "subtitleColour", subtitleSize: "subtitleSize", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
270
274
|
BiggiveCallToAction = __decorate([
|
|
271
275
|
ProxyCmp({
|
|
272
276
|
defineCustomElementFn: defineCustomElement$8,
|
|
273
277
|
inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'mainTitleSize', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'slugSize', 'spaceAbove', 'spaceBelow', 'subtitle', 'subtitleColour', 'subtitleSize', 'teaser', 'teaserColour']
|
|
274
278
|
})
|
|
275
279
|
], BiggiveCallToAction);
|
|
276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCallToAction, decorators: [{
|
|
277
281
|
type: Component,
|
|
278
282
|
args: [{
|
|
279
283
|
selector: 'biggive-call-to-action',
|
|
@@ -289,15 +293,15 @@ let BiggiveCampaignCard = class BiggiveCampaignCard {
|
|
|
289
293
|
this.el = r.nativeElement;
|
|
290
294
|
}
|
|
291
295
|
};
|
|
292
|
-
BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
293
|
-
BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
296
|
+
BiggiveCampaignCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCampaignCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
297
|
+
BiggiveCampaignCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveCampaignCard, selector: "biggive-campaign-card", inputs: { banner: "banner", campaignTitle: "campaignTitle", campaignType: "campaignType", currencyCode: "currencyCode", donateButtonColourScheme: "donateButtonColourScheme", donateButtonLabel: "donateButtonLabel", donateButtonUrl: "donateButtonUrl", moreInfoButtonColourScheme: "moreInfoButtonColourScheme", moreInfoButtonLabel: "moreInfoButtonLabel", moreInfoButtonUrl: "moreInfoButtonUrl", organisationName: "organisationName", primaryFigureAmount: "primaryFigureAmount", primaryFigureLabel: "primaryFigureLabel", progressBarCounter: "progressBarCounter", secondaryFigureAmount: "secondaryFigureAmount", secondaryFigureLabel: "secondaryFigureLabel", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
294
298
|
BiggiveCampaignCard = __decorate([
|
|
295
299
|
ProxyCmp({
|
|
296
300
|
defineCustomElementFn: defineCustomElement$9,
|
|
297
301
|
inputs: ['banner', 'campaignTitle', 'campaignType', 'currencyCode', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
|
|
298
302
|
})
|
|
299
303
|
], BiggiveCampaignCard);
|
|
300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCampaignCard, decorators: [{
|
|
301
305
|
type: Component,
|
|
302
306
|
args: [{
|
|
303
307
|
selector: 'biggive-campaign-card',
|
|
@@ -311,24 +315,24 @@ let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
|
|
|
311
315
|
this.z = z;
|
|
312
316
|
c.detach();
|
|
313
317
|
this.el = r.nativeElement;
|
|
314
|
-
proxyOutputs(this, this.el, ['
|
|
318
|
+
proxyOutputs(this, this.el, ['doSearchAndFilterUpdate']);
|
|
315
319
|
}
|
|
316
320
|
};
|
|
317
|
-
BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
318
|
-
BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
321
|
+
BiggiveCampaignCardFilterGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCampaignCardFilterGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
322
|
+
BiggiveCampaignCardFilterGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveCampaignCardFilterGrid, selector: "biggive-campaign-card-filter-grid", inputs: { beneficaryOptions: "beneficaryOptions", buttonText: "buttonText", categoryOptions: "categoryOptions", filterBeneficary: "filterBeneficary", filterCategory: "filterCategory", filterFunding: "filterFunding", filterLocation: "filterLocation", fundingOptions: "fundingOptions", intro: "intro", locationOptions: "locationOptions", placeholderText: "placeholderText", searchText: "searchText", sortBy: "sortBy", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
319
323
|
BiggiveCampaignCardFilterGrid = __decorate([
|
|
320
324
|
ProxyCmp({
|
|
321
325
|
defineCustomElementFn: defineCustomElement$a,
|
|
322
|
-
inputs: ['buttonText', 'intro', 'placeholderText', 'spaceBelow']
|
|
326
|
+
inputs: ['beneficaryOptions', 'buttonText', 'categoryOptions', 'filterBeneficary', 'filterCategory', 'filterFunding', 'filterLocation', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'sortBy', 'spaceBelow']
|
|
323
327
|
})
|
|
324
328
|
], BiggiveCampaignCardFilterGrid);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCampaignCardFilterGrid, decorators: [{
|
|
326
330
|
type: Component,
|
|
327
331
|
args: [{
|
|
328
332
|
selector: 'biggive-campaign-card-filter-grid',
|
|
329
333
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
334
|
template: '<ng-content></ng-content>',
|
|
331
|
-
inputs: ['buttonText', 'intro', 'placeholderText', 'spaceBelow']
|
|
335
|
+
inputs: ['beneficaryOptions', 'buttonText', 'categoryOptions', 'filterBeneficary', 'filterCategory', 'filterFunding', 'filterLocation', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'sortBy', 'spaceBelow']
|
|
332
336
|
}]
|
|
333
337
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
334
338
|
let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
@@ -338,15 +342,15 @@ let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
|
338
342
|
this.el = r.nativeElement;
|
|
339
343
|
}
|
|
340
344
|
};
|
|
341
|
-
BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
342
|
-
BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
345
|
+
BiggiveCampaignHighlights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCampaignHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
346
|
+
BiggiveCampaignHighlights.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveCampaignHighlights, selector: "biggive-campaign-highlights", inputs: { banner: "banner", campaignTitle: "campaignTitle", currencyCode: "currencyCode", primaryFigureAmount: "primaryFigureAmount", primaryFigureLabel: "primaryFigureLabel", primaryStatIcon: "primaryStatIcon", primaryStatText: "primaryStatText", progressBarCounter: "progressBarCounter", secondaryFigureAmount: "secondaryFigureAmount", secondaryFigureLabel: "secondaryFigureLabel", secondaryStatIcon: "secondaryStatIcon", secondaryStatText: "secondaryStatText", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
343
347
|
BiggiveCampaignHighlights = __decorate([
|
|
344
348
|
ProxyCmp({
|
|
345
349
|
defineCustomElementFn: defineCustomElement$b,
|
|
346
350
|
inputs: ['banner', 'campaignTitle', 'currencyCode', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
|
|
347
351
|
})
|
|
348
352
|
], BiggiveCampaignHighlights);
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCampaignHighlights, decorators: [{
|
|
350
354
|
type: Component,
|
|
351
355
|
args: [{
|
|
352
356
|
selector: 'biggive-campaign-highlights',
|
|
@@ -362,15 +366,15 @@ let BiggiveCategoryIcon = class BiggiveCategoryIcon {
|
|
|
362
366
|
this.el = r.nativeElement;
|
|
363
367
|
}
|
|
364
368
|
};
|
|
365
|
-
BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
366
|
-
BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
369
|
+
BiggiveCategoryIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCategoryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
370
|
+
BiggiveCategoryIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveCategoryIcon, selector: "biggive-category-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", label: "label", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
367
371
|
BiggiveCategoryIcon = __decorate([
|
|
368
372
|
ProxyCmp({
|
|
369
373
|
defineCustomElementFn: defineCustomElement$c,
|
|
370
374
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
371
375
|
})
|
|
372
376
|
], BiggiveCategoryIcon);
|
|
373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveCategoryIcon, decorators: [{
|
|
374
378
|
type: Component,
|
|
375
379
|
args: [{
|
|
376
380
|
selector: 'biggive-category-icon',
|
|
@@ -386,14 +390,14 @@ let BiggiveFooter = class BiggiveFooter {
|
|
|
386
390
|
this.el = r.nativeElement;
|
|
387
391
|
}
|
|
388
392
|
};
|
|
389
|
-
BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
390
|
-
BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
393
|
+
BiggiveFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
394
|
+
BiggiveFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveFooter, selector: "biggive-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
395
|
BiggiveFooter = __decorate([
|
|
392
396
|
ProxyCmp({
|
|
393
397
|
defineCustomElementFn: defineCustomElement$d
|
|
394
398
|
})
|
|
395
399
|
], BiggiveFooter);
|
|
396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFooter, decorators: [{
|
|
397
401
|
type: Component,
|
|
398
402
|
args: [{
|
|
399
403
|
selector: 'biggive-footer',
|
|
@@ -408,14 +412,14 @@ let BiggiveForm = class BiggiveForm {
|
|
|
408
412
|
this.el = r.nativeElement;
|
|
409
413
|
}
|
|
410
414
|
};
|
|
411
|
-
BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
412
|
-
BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
415
|
+
BiggiveForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
416
|
+
BiggiveForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveForm, selector: "biggive-form", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
413
417
|
BiggiveForm = __decorate([
|
|
414
418
|
ProxyCmp({
|
|
415
419
|
defineCustomElementFn: defineCustomElement$e
|
|
416
420
|
})
|
|
417
421
|
], BiggiveForm);
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveForm, decorators: [{
|
|
419
423
|
type: Component,
|
|
420
424
|
args: [{
|
|
421
425
|
selector: 'biggive-form',
|
|
@@ -428,21 +432,49 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
|
|
|
428
432
|
this.z = z;
|
|
429
433
|
c.detach();
|
|
430
434
|
this.el = r.nativeElement;
|
|
435
|
+
proxyOutputs(this, this.el, ['doSelectChange']);
|
|
431
436
|
}
|
|
432
437
|
};
|
|
433
|
-
BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
434
|
-
BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
438
|
+
BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
439
|
+
BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { placeholder: "placeholder", selectedLabel: "selectedLabel", selectedValue: "selectedValue", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
435
440
|
BiggiveFormFieldSelect = __decorate([
|
|
436
441
|
ProxyCmp({
|
|
437
|
-
defineCustomElementFn: defineCustomElement$f
|
|
442
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
443
|
+
inputs: ['placeholder', 'selectedLabel', 'selectedValue', 'spaceBelow']
|
|
438
444
|
})
|
|
439
445
|
], BiggiveFormFieldSelect);
|
|
440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
|
|
441
447
|
type: Component,
|
|
442
448
|
args: [{
|
|
443
449
|
selector: 'biggive-form-field-select',
|
|
444
450
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
445
|
-
template: '<ng-content></ng-content>'
|
|
451
|
+
template: '<ng-content></ng-content>',
|
|
452
|
+
inputs: ['placeholder', 'selectedLabel', 'selectedValue', 'spaceBelow']
|
|
453
|
+
}]
|
|
454
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
455
|
+
let BiggiveFormFieldSelectOption = class BiggiveFormFieldSelectOption {
|
|
456
|
+
constructor(c, r, z) {
|
|
457
|
+
this.z = z;
|
|
458
|
+
c.detach();
|
|
459
|
+
this.el = r.nativeElement;
|
|
460
|
+
proxyOutputs(this, this.el, ['doOptionSelect']);
|
|
461
|
+
}
|
|
462
|
+
};
|
|
463
|
+
BiggiveFormFieldSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFormFieldSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
464
|
+
BiggiveFormFieldSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveFormFieldSelectOption, selector: "biggive-form-field-select-option", inputs: { label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
465
|
+
BiggiveFormFieldSelectOption = __decorate([
|
|
466
|
+
ProxyCmp({
|
|
467
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
468
|
+
inputs: ['label', 'value']
|
|
469
|
+
})
|
|
470
|
+
], BiggiveFormFieldSelectOption);
|
|
471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFormFieldSelectOption, decorators: [{
|
|
472
|
+
type: Component,
|
|
473
|
+
args: [{
|
|
474
|
+
selector: 'biggive-form-field-select-option',
|
|
475
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
476
|
+
template: '<ng-content></ng-content>',
|
|
477
|
+
inputs: ['label', 'value']
|
|
446
478
|
}]
|
|
447
479
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
448
480
|
let BiggiveFormattedText = class BiggiveFormattedText {
|
|
@@ -452,15 +484,15 @@ let BiggiveFormattedText = class BiggiveFormattedText {
|
|
|
452
484
|
this.el = r.nativeElement;
|
|
453
485
|
}
|
|
454
486
|
};
|
|
455
|
-
BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
456
|
-
BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
487
|
+
BiggiveFormattedText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFormattedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
488
|
+
BiggiveFormattedText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveFormattedText, selector: "biggive-formatted-text", inputs: { defaultTextColour: "defaultTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
457
489
|
BiggiveFormattedText = __decorate([
|
|
458
490
|
ProxyCmp({
|
|
459
|
-
defineCustomElementFn: defineCustomElement$
|
|
491
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
460
492
|
inputs: ['defaultTextColour', 'spaceBelow']
|
|
461
493
|
})
|
|
462
494
|
], BiggiveFormattedText);
|
|
463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveFormattedText, decorators: [{
|
|
464
496
|
type: Component,
|
|
465
497
|
args: [{
|
|
466
498
|
selector: 'biggive-formatted-text',
|
|
@@ -476,15 +508,15 @@ let BiggiveGrid = class BiggiveGrid {
|
|
|
476
508
|
this.el = r.nativeElement;
|
|
477
509
|
}
|
|
478
510
|
};
|
|
479
|
-
BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
480
|
-
BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
511
|
+
BiggiveGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
512
|
+
BiggiveGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveGrid, selector: "biggive-grid", inputs: { columnCount: "columnCount", columnGap: "columnGap", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
481
513
|
BiggiveGrid = __decorate([
|
|
482
514
|
ProxyCmp({
|
|
483
|
-
defineCustomElementFn: defineCustomElement$
|
|
515
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
484
516
|
inputs: ['columnCount', 'columnGap', 'spaceBelow']
|
|
485
517
|
})
|
|
486
518
|
], BiggiveGrid);
|
|
487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveGrid, decorators: [{
|
|
488
520
|
type: Component,
|
|
489
521
|
args: [{
|
|
490
522
|
selector: 'biggive-grid',
|
|
@@ -500,15 +532,15 @@ let BiggiveHeader = class BiggiveHeader {
|
|
|
500
532
|
this.el = r.nativeElement;
|
|
501
533
|
}
|
|
502
534
|
};
|
|
503
|
-
BiggiveHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
504
|
-
BiggiveHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
535
|
+
BiggiveHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
536
|
+
BiggiveHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveHeader, selector: "biggive-header", inputs: { logoUrl: "logoUrl", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
505
537
|
BiggiveHeader = __decorate([
|
|
506
538
|
ProxyCmp({
|
|
507
|
-
defineCustomElementFn: defineCustomElement$
|
|
539
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
508
540
|
inputs: ['logoUrl', 'spaceBelow']
|
|
509
541
|
})
|
|
510
542
|
], BiggiveHeader);
|
|
511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveHeader, decorators: [{
|
|
512
544
|
type: Component,
|
|
513
545
|
args: [{
|
|
514
546
|
selector: 'biggive-header',
|
|
@@ -524,15 +556,15 @@ let BiggiveHeading = class BiggiveHeading {
|
|
|
524
556
|
this.el = r.nativeElement;
|
|
525
557
|
}
|
|
526
558
|
};
|
|
527
|
-
BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
528
|
-
BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
559
|
+
BiggiveHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
560
|
+
BiggiveHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveHeading, selector: "biggive-heading", inputs: { align: "align", colour: "colour", htmlElement: "htmlElement", size: "size", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
529
561
|
BiggiveHeading = __decorate([
|
|
530
562
|
ProxyCmp({
|
|
531
|
-
defineCustomElementFn: defineCustomElement$
|
|
563
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
532
564
|
inputs: ['align', 'colour', 'htmlElement', 'size', 'spaceAbove', 'spaceBelow', 'text']
|
|
533
565
|
})
|
|
534
566
|
], BiggiveHeading);
|
|
535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveHeading, decorators: [{
|
|
536
568
|
type: Component,
|
|
537
569
|
args: [{
|
|
538
570
|
selector: 'biggive-heading',
|
|
@@ -548,21 +580,21 @@ let BiggiveHeroImage = class BiggiveHeroImage {
|
|
|
548
580
|
this.el = r.nativeElement;
|
|
549
581
|
}
|
|
550
582
|
};
|
|
551
|
-
BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
552
|
-
BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
583
|
+
BiggiveHeroImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveHeroImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
584
|
+
BiggiveHeroImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveHeroImage, selector: "biggive-hero-image", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", colourScheme: "colourScheme", logo: "logo", 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 });
|
|
553
585
|
BiggiveHeroImage = __decorate([
|
|
554
586
|
ProxyCmp({
|
|
555
|
-
defineCustomElementFn: defineCustomElement$
|
|
556
|
-
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
587
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
588
|
+
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
557
589
|
})
|
|
558
590
|
], BiggiveHeroImage);
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveHeroImage, decorators: [{
|
|
560
592
|
type: Component,
|
|
561
593
|
args: [{
|
|
562
594
|
selector: 'biggive-hero-image',
|
|
563
595
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
564
596
|
template: '<ng-content></ng-content>',
|
|
565
|
-
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
597
|
+
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
566
598
|
}]
|
|
567
599
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
568
600
|
let BiggiveIconGroup = class BiggiveIconGroup {
|
|
@@ -572,15 +604,15 @@ let BiggiveIconGroup = class BiggiveIconGroup {
|
|
|
572
604
|
this.el = r.nativeElement;
|
|
573
605
|
}
|
|
574
606
|
};
|
|
575
|
-
BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
576
|
-
BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
607
|
+
BiggiveIconGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveIconGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
608
|
+
BiggiveIconGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveIconGroup, selector: "biggive-icon-group", inputs: { label: "label", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
577
609
|
BiggiveIconGroup = __decorate([
|
|
578
610
|
ProxyCmp({
|
|
579
|
-
defineCustomElementFn: defineCustomElement$
|
|
611
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
580
612
|
inputs: ['label', 'spaceBelow']
|
|
581
613
|
})
|
|
582
614
|
], BiggiveIconGroup);
|
|
583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveIconGroup, decorators: [{
|
|
584
616
|
type: Component,
|
|
585
617
|
args: [{
|
|
586
618
|
selector: 'biggive-icon-group',
|
|
@@ -596,15 +628,15 @@ let BiggiveImage = class BiggiveImage {
|
|
|
596
628
|
this.el = r.nativeElement;
|
|
597
629
|
}
|
|
598
630
|
};
|
|
599
|
-
BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
600
|
-
BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
631
|
+
BiggiveImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
632
|
+
BiggiveImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveImage, selector: "biggive-image", inputs: { height: "height", imageUrl: "imageUrl", sizeUnit: "sizeUnit", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
601
633
|
BiggiveImage = __decorate([
|
|
602
634
|
ProxyCmp({
|
|
603
|
-
defineCustomElementFn: defineCustomElement$
|
|
635
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
604
636
|
inputs: ['height', 'imageUrl', 'sizeUnit', 'spaceAbove', 'spaceBelow', 'width']
|
|
605
637
|
})
|
|
606
638
|
], BiggiveImage);
|
|
607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveImage, decorators: [{
|
|
608
640
|
type: Component,
|
|
609
641
|
args: [{
|
|
610
642
|
selector: 'biggive-image',
|
|
@@ -620,15 +652,15 @@ let BiggiveImageFeature = class BiggiveImageFeature {
|
|
|
620
652
|
this.el = r.nativeElement;
|
|
621
653
|
}
|
|
622
654
|
};
|
|
623
|
-
BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
624
|
-
BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
655
|
+
BiggiveImageFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveImageFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
656
|
+
BiggiveImageFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveImageFeature, selector: "biggive-image-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", imageUrl: "imageUrl", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
625
657
|
BiggiveImageFeature = __decorate([
|
|
626
658
|
ProxyCmp({
|
|
627
|
-
defineCustomElementFn: defineCustomElement$
|
|
659
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
628
660
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
629
661
|
})
|
|
630
662
|
], BiggiveImageFeature);
|
|
631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveImageFeature, decorators: [{
|
|
632
664
|
type: Component,
|
|
633
665
|
args: [{
|
|
634
666
|
selector: 'biggive-image-feature',
|
|
@@ -644,15 +676,15 @@ let BiggiveMiscIcon = class BiggiveMiscIcon {
|
|
|
644
676
|
this.el = r.nativeElement;
|
|
645
677
|
}
|
|
646
678
|
};
|
|
647
|
-
BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
648
|
-
BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
679
|
+
BiggiveMiscIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveMiscIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
680
|
+
BiggiveMiscIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveMiscIcon, selector: "biggive-misc-icon", inputs: { backgroundColour: "backgroundColour", icon: "icon", iconColour: "iconColour", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
649
681
|
BiggiveMiscIcon = __decorate([
|
|
650
682
|
ProxyCmp({
|
|
651
|
-
defineCustomElementFn: defineCustomElement$
|
|
683
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
652
684
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
|
|
653
685
|
})
|
|
654
686
|
], BiggiveMiscIcon);
|
|
655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveMiscIcon, decorators: [{
|
|
656
688
|
type: Component,
|
|
657
689
|
args: [{
|
|
658
690
|
selector: 'biggive-misc-icon',
|
|
@@ -661,6 +693,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
661
693
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
|
|
662
694
|
}]
|
|
663
695
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
696
|
+
let BiggiveNavGroup = class BiggiveNavGroup {
|
|
697
|
+
constructor(c, r, z) {
|
|
698
|
+
this.z = z;
|
|
699
|
+
c.detach();
|
|
700
|
+
this.el = r.nativeElement;
|
|
701
|
+
}
|
|
702
|
+
};
|
|
703
|
+
BiggiveNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveNavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
704
|
+
BiggiveNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveNavGroup, selector: "biggive-nav-group", inputs: { inline: "inline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
705
|
+
BiggiveNavGroup = __decorate([
|
|
706
|
+
ProxyCmp({
|
|
707
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
708
|
+
inputs: ['inline']
|
|
709
|
+
})
|
|
710
|
+
], BiggiveNavGroup);
|
|
711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveNavGroup, decorators: [{
|
|
712
|
+
type: Component,
|
|
713
|
+
args: [{
|
|
714
|
+
selector: 'biggive-nav-group',
|
|
715
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
716
|
+
template: '<ng-content></ng-content>',
|
|
717
|
+
inputs: ['inline']
|
|
718
|
+
}]
|
|
719
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
720
|
+
let BiggiveNavItem = class BiggiveNavItem {
|
|
721
|
+
constructor(c, r, z) {
|
|
722
|
+
this.z = z;
|
|
723
|
+
c.detach();
|
|
724
|
+
this.el = r.nativeElement;
|
|
725
|
+
}
|
|
726
|
+
};
|
|
727
|
+
BiggiveNavItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
728
|
+
BiggiveNavItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveNavItem, selector: "biggive-nav-item", inputs: { iconColour: "iconColour", label: "label", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
729
|
+
BiggiveNavItem = __decorate([
|
|
730
|
+
ProxyCmp({
|
|
731
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
732
|
+
inputs: ['iconColour', 'label', 'url']
|
|
733
|
+
})
|
|
734
|
+
], BiggiveNavItem);
|
|
735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveNavItem, decorators: [{
|
|
736
|
+
type: Component,
|
|
737
|
+
args: [{
|
|
738
|
+
selector: 'biggive-nav-item',
|
|
739
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
740
|
+
template: '<ng-content></ng-content>',
|
|
741
|
+
inputs: ['iconColour', 'label', 'url']
|
|
742
|
+
}]
|
|
743
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
664
744
|
let BiggivePageColumn = class BiggivePageColumn {
|
|
665
745
|
constructor(c, r, z) {
|
|
666
746
|
this.z = z;
|
|
@@ -668,14 +748,14 @@ let BiggivePageColumn = class BiggivePageColumn {
|
|
|
668
748
|
this.el = r.nativeElement;
|
|
669
749
|
}
|
|
670
750
|
};
|
|
671
|
-
BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
672
|
-
BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
751
|
+
BiggivePageColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePageColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
752
|
+
BiggivePageColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggivePageColumn, selector: "biggive-page-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
673
753
|
BiggivePageColumn = __decorate([
|
|
674
754
|
ProxyCmp({
|
|
675
|
-
defineCustomElementFn: defineCustomElement$
|
|
755
|
+
defineCustomElementFn: defineCustomElement$s
|
|
676
756
|
})
|
|
677
757
|
], BiggivePageColumn);
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePageColumn, decorators: [{
|
|
679
759
|
type: Component,
|
|
680
760
|
args: [{
|
|
681
761
|
selector: 'biggive-page-column',
|
|
@@ -690,15 +770,15 @@ let BiggivePageColumns = class BiggivePageColumns {
|
|
|
690
770
|
this.el = r.nativeElement;
|
|
691
771
|
}
|
|
692
772
|
};
|
|
693
|
-
BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
694
|
-
BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
773
|
+
BiggivePageColumns.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePageColumns, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
774
|
+
BiggivePageColumns.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggivePageColumns, selector: "biggive-page-columns", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
695
775
|
BiggivePageColumns = __decorate([
|
|
696
776
|
ProxyCmp({
|
|
697
|
-
defineCustomElementFn: defineCustomElement$
|
|
777
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
698
778
|
inputs: ['spaceBelow']
|
|
699
779
|
})
|
|
700
780
|
], BiggivePageColumns);
|
|
701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePageColumns, decorators: [{
|
|
702
782
|
type: Component,
|
|
703
783
|
args: [{
|
|
704
784
|
selector: 'biggive-page-columns',
|
|
@@ -714,15 +794,15 @@ let BiggivePageSection = class BiggivePageSection {
|
|
|
714
794
|
this.el = r.nativeElement;
|
|
715
795
|
}
|
|
716
796
|
};
|
|
717
|
-
BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
718
|
-
BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
797
|
+
BiggivePageSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePageSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
798
|
+
BiggivePageSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggivePageSection, selector: "biggive-page-section", inputs: { colourScheme: "colourScheme", sectionStyleBottom: "sectionStyleBottom", sectionStyleTop: "sectionStyleTop", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
719
799
|
BiggivePageSection = __decorate([
|
|
720
800
|
ProxyCmp({
|
|
721
|
-
defineCustomElementFn: defineCustomElement$
|
|
801
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
722
802
|
inputs: ['colourScheme', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
|
|
723
803
|
})
|
|
724
804
|
], BiggivePageSection);
|
|
725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePageSection, decorators: [{
|
|
726
806
|
type: Component,
|
|
727
807
|
args: [{
|
|
728
808
|
selector: 'biggive-page-section',
|
|
@@ -731,6 +811,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
731
811
|
inputs: ['colourScheme', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
|
|
732
812
|
}]
|
|
733
813
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
814
|
+
let BiggivePopup = class BiggivePopup {
|
|
815
|
+
constructor(c, r, z) {
|
|
816
|
+
this.z = z;
|
|
817
|
+
c.detach();
|
|
818
|
+
this.el = r.nativeElement;
|
|
819
|
+
}
|
|
820
|
+
};
|
|
821
|
+
BiggivePopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
822
|
+
BiggivePopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggivePopup, selector: "biggive-popup", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
823
|
+
BiggivePopup = __decorate([
|
|
824
|
+
ProxyCmp({
|
|
825
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
826
|
+
methods: ['open']
|
|
827
|
+
})
|
|
828
|
+
], BiggivePopup);
|
|
829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggivePopup, decorators: [{
|
|
830
|
+
type: Component,
|
|
831
|
+
args: [{
|
|
832
|
+
selector: 'biggive-popup',
|
|
833
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
834
|
+
template: '<ng-content></ng-content>'
|
|
835
|
+
}]
|
|
836
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
734
837
|
let BiggiveProgressBar = class BiggiveProgressBar {
|
|
735
838
|
constructor(c, r, z) {
|
|
736
839
|
this.z = z;
|
|
@@ -738,15 +841,15 @@ let BiggiveProgressBar = class BiggiveProgressBar {
|
|
|
738
841
|
this.el = r.nativeElement;
|
|
739
842
|
}
|
|
740
843
|
};
|
|
741
|
-
BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
742
|
-
BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
844
|
+
BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
845
|
+
BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveProgressBar, selector: "biggive-progress-bar", inputs: { colourScheme: "colourScheme", counter: "counter", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
743
846
|
BiggiveProgressBar = __decorate([
|
|
744
847
|
ProxyCmp({
|
|
745
|
-
defineCustomElementFn: defineCustomElement$
|
|
848
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
746
849
|
inputs: ['colourScheme', 'counter', 'spaceBelow']
|
|
747
850
|
})
|
|
748
851
|
], BiggiveProgressBar);
|
|
749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveProgressBar, decorators: [{
|
|
750
853
|
type: Component,
|
|
751
854
|
args: [{
|
|
752
855
|
selector: 'biggive-progress-bar',
|
|
@@ -762,15 +865,15 @@ let BiggiveQuote = class BiggiveQuote {
|
|
|
762
865
|
this.el = r.nativeElement;
|
|
763
866
|
}
|
|
764
867
|
};
|
|
765
|
-
BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
766
|
-
BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
868
|
+
BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
869
|
+
BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveQuote, selector: "biggive-quote", inputs: { attribution: "attribution", defaultTextColour: "defaultTextColour", quote: "quote", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
767
870
|
BiggiveQuote = __decorate([
|
|
768
871
|
ProxyCmp({
|
|
769
|
-
defineCustomElementFn: defineCustomElement$
|
|
872
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
770
873
|
inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']
|
|
771
874
|
})
|
|
772
875
|
], BiggiveQuote);
|
|
773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveQuote, decorators: [{
|
|
774
877
|
type: Component,
|
|
775
878
|
args: [{
|
|
776
879
|
selector: 'biggive-quote',
|
|
@@ -787,15 +890,15 @@ let BiggiveSearch = class BiggiveSearch {
|
|
|
787
890
|
proxyOutputs(this, this.el, ['doSearch']);
|
|
788
891
|
}
|
|
789
892
|
};
|
|
790
|
-
BiggiveSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
791
|
-
BiggiveSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
893
|
+
BiggiveSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
894
|
+
BiggiveSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveSearch, selector: "biggive-search", inputs: { buttonText: "buttonText", placeholderText: "placeholderText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
792
895
|
BiggiveSearch = __decorate([
|
|
793
896
|
ProxyCmp({
|
|
794
|
-
defineCustomElementFn: defineCustomElement$
|
|
897
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
795
898
|
inputs: ['buttonText', 'placeholderText']
|
|
796
899
|
})
|
|
797
900
|
], BiggiveSearch);
|
|
798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveSearch, decorators: [{
|
|
799
902
|
type: Component,
|
|
800
903
|
args: [{
|
|
801
904
|
selector: 'biggive-search',
|
|
@@ -811,15 +914,15 @@ let BiggiveSocialIcon = class BiggiveSocialIcon {
|
|
|
811
914
|
this.el = r.nativeElement;
|
|
812
915
|
}
|
|
813
916
|
};
|
|
814
|
-
BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
815
|
-
BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
917
|
+
BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
918
|
+
BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", service: "service", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
816
919
|
BiggiveSocialIcon = __decorate([
|
|
817
920
|
ProxyCmp({
|
|
818
|
-
defineCustomElementFn: defineCustomElement$
|
|
921
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
819
922
|
inputs: ['backgroundColour', 'iconColour', 'service', 'url']
|
|
820
923
|
})
|
|
821
924
|
], BiggiveSocialIcon);
|
|
822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
|
|
823
926
|
type: Component,
|
|
824
927
|
args: [{
|
|
825
928
|
selector: 'biggive-social-icon',
|
|
@@ -835,15 +938,15 @@ let BiggiveTab = class BiggiveTab {
|
|
|
835
938
|
this.el = r.nativeElement;
|
|
836
939
|
}
|
|
837
940
|
};
|
|
838
|
-
BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
839
|
-
BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
941
|
+
BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
942
|
+
BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
840
943
|
BiggiveTab = __decorate([
|
|
841
944
|
ProxyCmp({
|
|
842
|
-
defineCustomElementFn: defineCustomElement$
|
|
945
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
843
946
|
inputs: ['tabTitle']
|
|
844
947
|
})
|
|
845
948
|
], BiggiveTab);
|
|
846
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTab, decorators: [{
|
|
847
950
|
type: Component,
|
|
848
951
|
args: [{
|
|
849
952
|
selector: 'biggive-tab',
|
|
@@ -859,15 +962,15 @@ let BiggiveTabbedContent = class BiggiveTabbedContent {
|
|
|
859
962
|
this.el = r.nativeElement;
|
|
860
963
|
}
|
|
861
964
|
};
|
|
862
|
-
BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
863
|
-
BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
965
|
+
BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTabbedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
966
|
+
BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveTabbedContent, selector: "biggive-tabbed-content", inputs: { defaultTextColour: "defaultTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
864
967
|
BiggiveTabbedContent = __decorate([
|
|
865
968
|
ProxyCmp({
|
|
866
|
-
defineCustomElementFn: defineCustomElement$
|
|
969
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
867
970
|
inputs: ['defaultTextColour', 'spaceBelow']
|
|
868
971
|
})
|
|
869
972
|
], BiggiveTabbedContent);
|
|
870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTabbedContent, decorators: [{
|
|
871
974
|
type: Component,
|
|
872
975
|
args: [{
|
|
873
976
|
selector: 'biggive-tabbed-content',
|
|
@@ -883,14 +986,14 @@ let BiggiveTextInput = class BiggiveTextInput {
|
|
|
883
986
|
this.el = r.nativeElement;
|
|
884
987
|
}
|
|
885
988
|
};
|
|
886
|
-
BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
887
|
-
BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
989
|
+
BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
990
|
+
BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveTextInput, selector: "biggive-text-input", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
888
991
|
BiggiveTextInput = __decorate([
|
|
889
992
|
ProxyCmp({
|
|
890
|
-
defineCustomElementFn: defineCustomElement$
|
|
993
|
+
defineCustomElementFn: defineCustomElement$C
|
|
891
994
|
})
|
|
892
995
|
], BiggiveTextInput);
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTextInput, decorators: [{
|
|
894
997
|
type: Component,
|
|
895
998
|
args: [{
|
|
896
999
|
selector: 'biggive-text-input',
|
|
@@ -905,15 +1008,15 @@ let BiggiveTotalizer = class BiggiveTotalizer {
|
|
|
905
1008
|
this.el = r.nativeElement;
|
|
906
1009
|
}
|
|
907
1010
|
};
|
|
908
|
-
BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
909
|
-
BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1011
|
+
BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTotalizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1012
|
+
BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveTotalizer, selector: "biggive-totalizer", inputs: { currencyCode: "currencyCode", includingGiftAid: "includingGiftAid", primaryColour: "primaryColour", primaryTextColour: "primaryTextColour", secondaryColour: "secondaryColour", secondaryTextColour: "secondaryTextColour", spaceBelow: "spaceBelow", totalMatchFunds: "totalMatchFunds", totalRaised: "totalRaised" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
910
1013
|
BiggiveTotalizer = __decorate([
|
|
911
1014
|
ProxyCmp({
|
|
912
|
-
defineCustomElementFn: defineCustomElement$
|
|
1015
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
913
1016
|
inputs: ['currencyCode', 'includingGiftAid', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow', 'totalMatchFunds', 'totalRaised']
|
|
914
1017
|
})
|
|
915
1018
|
], BiggiveTotalizer);
|
|
916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveTotalizer, decorators: [{
|
|
917
1020
|
type: Component,
|
|
918
1021
|
args: [{
|
|
919
1022
|
selector: 'biggive-totalizer',
|
|
@@ -929,15 +1032,15 @@ let BiggiveVideo = class BiggiveVideo {
|
|
|
929
1032
|
this.el = r.nativeElement;
|
|
930
1033
|
}
|
|
931
1034
|
};
|
|
932
|
-
BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
933
|
-
BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1035
|
+
BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1036
|
+
BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveVideo, selector: "biggive-video", inputs: { spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
934
1037
|
BiggiveVideo = __decorate([
|
|
935
1038
|
ProxyCmp({
|
|
936
|
-
defineCustomElementFn: defineCustomElement$
|
|
1039
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
937
1040
|
inputs: ['spaceAbove', 'spaceBelow', 'videoUrl']
|
|
938
1041
|
})
|
|
939
1042
|
], BiggiveVideo);
|
|
940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveVideo, decorators: [{
|
|
941
1044
|
type: Component,
|
|
942
1045
|
args: [{
|
|
943
1046
|
selector: 'biggive-video',
|
|
@@ -953,15 +1056,15 @@ let BiggiveVideoFeature = class BiggiveVideoFeature {
|
|
|
953
1056
|
this.el = r.nativeElement;
|
|
954
1057
|
}
|
|
955
1058
|
};
|
|
956
|
-
BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
957
|
-
BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1059
|
+
BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveVideoFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1060
|
+
BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BiggiveVideoFeature, selector: "biggive-video-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
958
1061
|
BiggiveVideoFeature = __decorate([
|
|
959
1062
|
ProxyCmp({
|
|
960
|
-
defineCustomElementFn: defineCustomElement$
|
|
1063
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
961
1064
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
|
|
962
1065
|
})
|
|
963
1066
|
], BiggiveVideoFeature);
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BiggiveVideoFeature, decorators: [{
|
|
965
1068
|
type: Component,
|
|
966
1069
|
args: [{
|
|
967
1070
|
selector: 'biggive-video-feature',
|
|
@@ -987,6 +1090,7 @@ const DIRECTIVES = [
|
|
|
987
1090
|
BiggiveFooter,
|
|
988
1091
|
BiggiveForm,
|
|
989
1092
|
BiggiveFormFieldSelect,
|
|
1093
|
+
BiggiveFormFieldSelectOption,
|
|
990
1094
|
BiggiveFormattedText,
|
|
991
1095
|
BiggiveGrid,
|
|
992
1096
|
BiggiveHeader,
|
|
@@ -996,9 +1100,12 @@ const DIRECTIVES = [
|
|
|
996
1100
|
BiggiveImage,
|
|
997
1101
|
BiggiveImageFeature,
|
|
998
1102
|
BiggiveMiscIcon,
|
|
1103
|
+
BiggiveNavGroup,
|
|
1104
|
+
BiggiveNavItem,
|
|
999
1105
|
BiggivePageColumn,
|
|
1000
1106
|
BiggivePageColumns,
|
|
1001
1107
|
BiggivePageSection,
|
|
1108
|
+
BiggivePopup,
|
|
1002
1109
|
BiggiveProgressBar,
|
|
1003
1110
|
BiggiveQuote,
|
|
1004
1111
|
BiggiveSearch,
|
|
@@ -1013,10 +1120,10 @@ const DIRECTIVES = [
|
|
|
1013
1120
|
|
|
1014
1121
|
class ComponentsModule {
|
|
1015
1122
|
}
|
|
1016
|
-
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1017
|
-
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.
|
|
1018
|
-
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1123
|
+
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1124
|
+
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: ComponentsModule, declarations: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature] });
|
|
1125
|
+
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ComponentsModule, imports: [CommonModule] });
|
|
1126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
1020
1127
|
type: NgModule,
|
|
1021
1128
|
args: [{
|
|
1022
1129
|
imports: [CommonModule],
|
|
@@ -1033,5 +1140,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
1033
1140
|
* Generated bundle index. Do not edit.
|
|
1034
1141
|
*/
|
|
1035
1142
|
|
|
1036
|
-
export { BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature, ComponentsModule };
|
|
1143
|
+
export { BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveVideo, BiggiveVideoFeature, ComponentsModule };
|
|
1037
1144
|
//# sourceMappingURL=biggive-components-angular.mjs.map
|