@biggive/components-angular 202307201413.0.0 → 202307271559.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 +5 -5
- package/esm2022/lib/stencil-generated/components.mjs +188 -159
- package/esm2022/lib/stencil-generated/index.mjs +2 -1
- package/fesm2022/biggive-components-angular.mjs +238 -209
- package/fesm2022/biggive-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +10 -1
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -31,29 +31,30 @@ import { defineCustomElement as defineCustomElement$q } from '@biggive/component
|
|
|
31
31
|
import { defineCustomElement as defineCustomElement$r } from '@biggive/components/dist/components/biggive-icon-group.js';
|
|
32
32
|
import { defineCustomElement as defineCustomElement$s } from '@biggive/components/dist/components/biggive-image.js';
|
|
33
33
|
import { defineCustomElement as defineCustomElement$t } from '@biggive/components/dist/components/biggive-image-button.js';
|
|
34
|
-
import { defineCustomElement as defineCustomElement$u } from '@biggive/components/dist/components/biggive-image-
|
|
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-nav-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-page-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@biggive/components/dist/components/biggive-page-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@biggive/components/dist/components/biggive-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$D } from '@biggive/components/dist/components/biggive-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$E } from '@biggive/components/dist/components/biggive-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$F } from '@biggive/components/dist/components/biggive-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$G } from '@biggive/components/dist/components/biggive-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$H } from '@biggive/components/dist/components/biggive-
|
|
48
|
-
import { defineCustomElement as defineCustomElement$I } from '@biggive/components/dist/components/biggive-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$J } from '@biggive/components/dist/components/biggive-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$K } from '@biggive/components/dist/components/biggive-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$L } from '@biggive/components/dist/components/biggive-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$M } from '@biggive/components/dist/components/biggive-timeline
|
|
53
|
-
import { defineCustomElement as defineCustomElement$N } from '@biggive/components/dist/components/biggive-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$O } from '@biggive/components/dist/components/biggive-totalizer
|
|
55
|
-
import { defineCustomElement as defineCustomElement$P } from '@biggive/components/dist/components/biggive-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$Q } from '@biggive/components/dist/components/biggive-video
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@biggive/components/dist/components/biggive-image-card.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$v } from '@biggive/components/dist/components/biggive-image-feature.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@biggive/components/dist/components/biggive-main-menu.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@biggive/components/dist/components/biggive-misc-icon.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@biggive/components/dist/components/biggive-nav-group.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-nav-item.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-page-column.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@biggive/components/dist/components/biggive-page-columns.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@biggive/components/dist/components/biggive-page-section.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@biggive/components/dist/components/biggive-popup.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@biggive/components/dist/components/biggive-progress-bar.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@biggive/components/dist/components/biggive-quote.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$G } from '@biggive/components/dist/components/biggive-sheet.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$H } from '@biggive/components/dist/components/biggive-social-icon.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$I } from '@biggive/components/dist/components/biggive-tab.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$J } from '@biggive/components/dist/components/biggive-tabbed-content.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$K } from '@biggive/components/dist/components/biggive-table.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$L } from '@biggive/components/dist/components/biggive-text-input.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M } from '@biggive/components/dist/components/biggive-timeline.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$N } from '@biggive/components/dist/components/biggive-timeline-entry.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$O } from '@biggive/components/dist/components/biggive-totalizer.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$P } from '@biggive/components/dist/components/biggive-totalizer-ticker-item.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$Q } from '@biggive/components/dist/components/biggive-video.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$R } from '@biggive/components/dist/components/biggive-video-feature.js';
|
|
57
58
|
import { CommonModule } from '@angular/common';
|
|
58
59
|
|
|
59
60
|
/* eslint-disable */
|
|
@@ -114,8 +115,8 @@ let BiggiveAccordion = class BiggiveAccordion {
|
|
|
114
115
|
c.detach();
|
|
115
116
|
this.el = r.nativeElement;
|
|
116
117
|
}
|
|
117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
118
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
118
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
119
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
119
120
|
};
|
|
120
121
|
BiggiveAccordion = __decorate([
|
|
121
122
|
ProxyCmp({
|
|
@@ -123,7 +124,7 @@ BiggiveAccordion = __decorate([
|
|
|
123
124
|
inputs: ['headingColour', 'spaceBelow', 'textColour']
|
|
124
125
|
})
|
|
125
126
|
], BiggiveAccordion);
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveAccordion, decorators: [{
|
|
127
128
|
type: Component,
|
|
128
129
|
args: [{
|
|
129
130
|
selector: 'biggive-accordion',
|
|
@@ -141,8 +142,8 @@ let BiggiveAccordionEntry = class BiggiveAccordionEntry {
|
|
|
141
142
|
c.detach();
|
|
142
143
|
this.el = r.nativeElement;
|
|
143
144
|
}
|
|
144
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
145
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
145
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveAccordionEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
146
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveAccordionEntry, selector: "biggive-accordion-entry", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
146
147
|
};
|
|
147
148
|
BiggiveAccordionEntry = __decorate([
|
|
148
149
|
ProxyCmp({
|
|
@@ -150,7 +151,7 @@ BiggiveAccordionEntry = __decorate([
|
|
|
150
151
|
inputs: ['heading']
|
|
151
152
|
})
|
|
152
153
|
], BiggiveAccordionEntry);
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveAccordionEntry, decorators: [{
|
|
154
155
|
type: Component,
|
|
155
156
|
args: [{
|
|
156
157
|
selector: 'biggive-accordion-entry',
|
|
@@ -168,8 +169,8 @@ let BiggiveArticleCard = class BiggiveArticleCard {
|
|
|
168
169
|
c.detach();
|
|
169
170
|
this.el = r.nativeElement;
|
|
170
171
|
}
|
|
171
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
172
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
172
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveArticleCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
173
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
173
174
|
};
|
|
174
175
|
BiggiveArticleCard = __decorate([
|
|
175
176
|
ProxyCmp({
|
|
@@ -177,7 +178,7 @@ BiggiveArticleCard = __decorate([
|
|
|
177
178
|
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColour', 'buttonLabel', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'date', 'dateColour', 'image1AltText', 'image1Url', 'image2AltText', 'image2Url', 'imageLabel', 'imageLabelColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow']
|
|
178
179
|
})
|
|
179
180
|
], BiggiveArticleCard);
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveArticleCard, decorators: [{
|
|
181
182
|
type: Component,
|
|
182
183
|
args: [{
|
|
183
184
|
selector: 'biggive-article-card',
|
|
@@ -195,15 +196,15 @@ let BiggiveBackToTop = class BiggiveBackToTop {
|
|
|
195
196
|
c.detach();
|
|
196
197
|
this.el = r.nativeElement;
|
|
197
198
|
}
|
|
198
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
199
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
199
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
200
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveBackToTop, selector: "biggive-back-to-top", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
200
201
|
};
|
|
201
202
|
BiggiveBackToTop = __decorate([
|
|
202
203
|
ProxyCmp({
|
|
203
204
|
defineCustomElementFn: defineCustomElement$4
|
|
204
205
|
})
|
|
205
206
|
], BiggiveBackToTop);
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBackToTop, decorators: [{
|
|
207
208
|
type: Component,
|
|
208
209
|
args: [{
|
|
209
210
|
selector: 'biggive-back-to-top',
|
|
@@ -221,8 +222,8 @@ let BiggiveBasicCard = class BiggiveBasicCard {
|
|
|
221
222
|
c.detach();
|
|
222
223
|
this.el = r.nativeElement;
|
|
223
224
|
}
|
|
224
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
225
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
225
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBasicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
226
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
226
227
|
};
|
|
227
228
|
BiggiveBasicCard = __decorate([
|
|
228
229
|
ProxyCmp({
|
|
@@ -230,7 +231,7 @@ BiggiveBasicCard = __decorate([
|
|
|
230
231
|
inputs: ['addAnimation', 'backgroundColour', 'backgroundImageUrl', 'buttonAlign', 'buttonColourScheme', 'buttonLabel', 'buttonStyle', 'buttonUrl', 'cardColour', 'clipBottomLeftCorner', 'clipTopRightCorner', 'headingLevel', 'icon', 'iconColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'spaceBelow', 'subtitle', 'teaser', 'textColour']
|
|
231
232
|
})
|
|
232
233
|
], BiggiveBasicCard);
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBasicCard, decorators: [{
|
|
234
235
|
type: Component,
|
|
235
236
|
args: [{
|
|
236
237
|
selector: 'biggive-basic-card',
|
|
@@ -248,8 +249,8 @@ let BiggiveBeneficiaryIcon = class BiggiveBeneficiaryIcon {
|
|
|
248
249
|
c.detach();
|
|
249
250
|
this.el = r.nativeElement;
|
|
250
251
|
}
|
|
251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
252
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBeneficiaryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
253
254
|
};
|
|
254
255
|
BiggiveBeneficiaryIcon = __decorate([
|
|
255
256
|
ProxyCmp({
|
|
@@ -257,7 +258,7 @@ BiggiveBeneficiaryIcon = __decorate([
|
|
|
257
258
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
258
259
|
})
|
|
259
260
|
], BiggiveBeneficiaryIcon);
|
|
260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBeneficiaryIcon, decorators: [{
|
|
261
262
|
type: Component,
|
|
262
263
|
args: [{
|
|
263
264
|
selector: 'biggive-beneficiary-icon',
|
|
@@ -275,8 +276,8 @@ let BiggiveBiographyCard = class BiggiveBiographyCard {
|
|
|
275
276
|
c.detach();
|
|
276
277
|
this.el = r.nativeElement;
|
|
277
278
|
}
|
|
278
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
279
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
279
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBiographyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
280
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
280
281
|
};
|
|
281
282
|
BiggiveBiographyCard = __decorate([
|
|
282
283
|
ProxyCmp({
|
|
@@ -284,7 +285,7 @@ BiggiveBiographyCard = __decorate([
|
|
|
284
285
|
inputs: ['backgroundColour', 'borderWidth', 'circle', 'circleColour', 'fullName', 'imageStyle', 'imageUrl', 'jobTitle', 'ratio', 'rounded', 'spaceBelow', 'textAlign', 'textColour', 'url']
|
|
285
286
|
})
|
|
286
287
|
], BiggiveBiographyCard);
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBiographyCard, decorators: [{
|
|
288
289
|
type: Component,
|
|
289
290
|
args: [{
|
|
290
291
|
selector: 'biggive-biography-card',
|
|
@@ -302,8 +303,8 @@ let BiggiveBoxedContent = class BiggiveBoxedContent {
|
|
|
302
303
|
c.detach();
|
|
303
304
|
this.el = r.nativeElement;
|
|
304
305
|
}
|
|
305
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
306
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
306
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBoxedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
307
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
307
308
|
};
|
|
308
309
|
BiggiveBoxedContent = __decorate([
|
|
309
310
|
ProxyCmp({
|
|
@@ -311,7 +312,7 @@ BiggiveBoxedContent = __decorate([
|
|
|
311
312
|
inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']
|
|
312
313
|
})
|
|
313
314
|
], BiggiveBoxedContent);
|
|
314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBoxedContent, decorators: [{
|
|
315
316
|
type: Component,
|
|
316
317
|
args: [{
|
|
317
318
|
selector: 'biggive-boxed-content',
|
|
@@ -329,8 +330,8 @@ let BiggiveBrandedImage = class BiggiveBrandedImage {
|
|
|
329
330
|
c.detach();
|
|
330
331
|
this.el = r.nativeElement;
|
|
331
332
|
}
|
|
332
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
333
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
333
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBrandedImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
334
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
334
335
|
};
|
|
335
336
|
BiggiveBrandedImage = __decorate([
|
|
336
337
|
ProxyCmp({
|
|
@@ -338,7 +339,7 @@ BiggiveBrandedImage = __decorate([
|
|
|
338
339
|
inputs: ['charityLocation', 'charityName', 'charityUrl', 'imageUrl', 'logoUrl', 'slug', 'spaceBelow']
|
|
339
340
|
})
|
|
340
341
|
], BiggiveBrandedImage);
|
|
341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveBrandedImage, decorators: [{
|
|
342
343
|
type: Component,
|
|
343
344
|
args: [{
|
|
344
345
|
selector: 'biggive-branded-image',
|
|
@@ -357,8 +358,8 @@ let BiggiveButton = class BiggiveButton {
|
|
|
357
358
|
this.el = r.nativeElement;
|
|
358
359
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
359
360
|
}
|
|
360
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
361
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
362
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
362
363
|
};
|
|
363
364
|
BiggiveButton = __decorate([
|
|
364
365
|
ProxyCmp({
|
|
@@ -366,7 +367,7 @@ BiggiveButton = __decorate([
|
|
|
366
367
|
inputs: ['buttonId', 'centered', 'colourScheme', 'fullWidth', 'label', 'openInNewTab', 'rounded', 'size', 'spaceBelow', 'url']
|
|
367
368
|
})
|
|
368
369
|
], BiggiveButton);
|
|
369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveButton, decorators: [{
|
|
370
371
|
type: Component,
|
|
371
372
|
args: [{
|
|
372
373
|
selector: 'biggive-button',
|
|
@@ -384,8 +385,8 @@ let BiggiveCallToAction = class BiggiveCallToAction {
|
|
|
384
385
|
c.detach();
|
|
385
386
|
this.el = r.nativeElement;
|
|
386
387
|
}
|
|
387
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
388
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
388
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCallToAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
389
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
389
390
|
};
|
|
390
391
|
BiggiveCallToAction = __decorate([
|
|
391
392
|
ProxyCmp({
|
|
@@ -393,7 +394,7 @@ BiggiveCallToAction = __decorate([
|
|
|
393
394
|
inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'mainTitleSize', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'slugSize', 'spaceAbove', 'spaceBelow', 'subtitle', 'subtitleColour', 'subtitleSize', 'teaser', 'teaserColour']
|
|
394
395
|
})
|
|
395
396
|
], BiggiveCallToAction);
|
|
396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCallToAction, decorators: [{
|
|
397
398
|
type: Component,
|
|
398
399
|
args: [{
|
|
399
400
|
selector: 'biggive-call-to-action',
|
|
@@ -412,8 +413,8 @@ let BiggiveCampaignCard = class BiggiveCampaignCard {
|
|
|
412
413
|
this.el = r.nativeElement;
|
|
413
414
|
proxyOutputs(this, this.el, ['doCardGeneralClick']);
|
|
414
415
|
}
|
|
415
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
416
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCampaignCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
417
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
417
418
|
};
|
|
418
419
|
BiggiveCampaignCard = __decorate([
|
|
419
420
|
ProxyCmp({
|
|
@@ -421,7 +422,7 @@ BiggiveCampaignCard = __decorate([
|
|
|
421
422
|
inputs: ['banner', 'campaignTitle', 'campaignType', 'datetime', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'isFutureCampaign', 'isPastCampaign', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']
|
|
422
423
|
})
|
|
423
424
|
], BiggiveCampaignCard);
|
|
424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCampaignCard, decorators: [{
|
|
425
426
|
type: Component,
|
|
426
427
|
args: [{
|
|
427
428
|
selector: 'biggive-campaign-card',
|
|
@@ -440,8 +441,8 @@ let BiggiveCampaignCardFilterGrid = class BiggiveCampaignCardFilterGrid {
|
|
|
440
441
|
this.el = r.nativeElement;
|
|
441
442
|
proxyOutputs(this, this.el, ['doSearchAndFilterUpdate']);
|
|
442
443
|
}
|
|
443
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
444
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
444
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCampaignCardFilterGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
445
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
445
446
|
};
|
|
446
447
|
BiggiveCampaignCardFilterGrid = __decorate([
|
|
447
448
|
ProxyCmp({
|
|
@@ -449,7 +450,7 @@ BiggiveCampaignCardFilterGrid = __decorate([
|
|
|
449
450
|
inputs: ['beneficiaryOptions', 'buttonText', 'categoryOptions', 'fundingOptions', 'intro', 'locationOptions', 'placeholderText', 'searchText', 'selectedFilterBeneficiary', 'selectedFilterCategory', 'selectedFilterFunding', 'selectedFilterLocation', 'selectedSortByOption', 'spaceBelow']
|
|
450
451
|
})
|
|
451
452
|
], BiggiveCampaignCardFilterGrid);
|
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCampaignCardFilterGrid, decorators: [{
|
|
453
454
|
type: Component,
|
|
454
455
|
args: [{
|
|
455
456
|
selector: 'biggive-campaign-card-filter-grid',
|
|
@@ -467,8 +468,8 @@ let BiggiveCampaignHighlights = class BiggiveCampaignHighlights {
|
|
|
467
468
|
c.detach();
|
|
468
469
|
this.el = r.nativeElement;
|
|
469
470
|
}
|
|
470
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
471
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
471
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCampaignHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
472
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
472
473
|
};
|
|
473
474
|
BiggiveCampaignHighlights = __decorate([
|
|
474
475
|
ProxyCmp({
|
|
@@ -476,7 +477,7 @@ BiggiveCampaignHighlights = __decorate([
|
|
|
476
477
|
inputs: ['banner', 'campaignTitle', 'championName', 'championUrl', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']
|
|
477
478
|
})
|
|
478
479
|
], BiggiveCampaignHighlights);
|
|
479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCampaignHighlights, decorators: [{
|
|
480
481
|
type: Component,
|
|
481
482
|
args: [{
|
|
482
483
|
selector: 'biggive-campaign-highlights',
|
|
@@ -494,8 +495,8 @@ let BiggiveCarousel = class BiggiveCarousel {
|
|
|
494
495
|
c.detach();
|
|
495
496
|
this.el = r.nativeElement;
|
|
496
497
|
}
|
|
497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
498
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
498
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
499
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveCarousel, selector: "biggive-carousel", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", columnCount: "columnCount", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
499
500
|
};
|
|
500
501
|
BiggiveCarousel = __decorate([
|
|
501
502
|
ProxyCmp({
|
|
@@ -504,7 +505,7 @@ BiggiveCarousel = __decorate([
|
|
|
504
505
|
methods: ['resizeToFitContent']
|
|
505
506
|
})
|
|
506
507
|
], BiggiveCarousel);
|
|
507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCarousel, decorators: [{
|
|
508
509
|
type: Component,
|
|
509
510
|
args: [{
|
|
510
511
|
selector: 'biggive-carousel',
|
|
@@ -522,8 +523,8 @@ let BiggiveCategoryIcon = class BiggiveCategoryIcon {
|
|
|
522
523
|
c.detach();
|
|
523
524
|
this.el = r.nativeElement;
|
|
524
525
|
}
|
|
525
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
526
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCategoryIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
527
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
527
528
|
};
|
|
528
529
|
BiggiveCategoryIcon = __decorate([
|
|
529
530
|
ProxyCmp({
|
|
@@ -531,7 +532,7 @@ BiggiveCategoryIcon = __decorate([
|
|
|
531
532
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']
|
|
532
533
|
})
|
|
533
534
|
], BiggiveCategoryIcon);
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveCategoryIcon, decorators: [{
|
|
535
536
|
type: Component,
|
|
536
537
|
args: [{
|
|
537
538
|
selector: 'biggive-category-icon',
|
|
@@ -549,8 +550,8 @@ let BiggiveFilteredCarousel = class BiggiveFilteredCarousel {
|
|
|
549
550
|
c.detach();
|
|
550
551
|
this.el = r.nativeElement;
|
|
551
552
|
}
|
|
552
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
553
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
553
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFilteredCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
554
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveFilteredCarousel, selector: "biggive-filtered-carousel", inputs: { buttonBackgroundColour: "buttonBackgroundColour", buttonIconColour: "buttonIconColour", columnCount: "columnCount", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
554
555
|
};
|
|
555
556
|
BiggiveFilteredCarousel = __decorate([
|
|
556
557
|
ProxyCmp({
|
|
@@ -558,7 +559,7 @@ BiggiveFilteredCarousel = __decorate([
|
|
|
558
559
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'columnCount', 'spaceBelow']
|
|
559
560
|
})
|
|
560
561
|
], BiggiveFilteredCarousel);
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFilteredCarousel, decorators: [{
|
|
562
563
|
type: Component,
|
|
563
564
|
args: [{
|
|
564
565
|
selector: 'biggive-filtered-carousel',
|
|
@@ -576,8 +577,8 @@ let BiggiveFooter = class BiggiveFooter {
|
|
|
576
577
|
c.detach();
|
|
577
578
|
this.el = r.nativeElement;
|
|
578
579
|
}
|
|
579
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
580
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
580
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
581
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveFooter, selector: "biggive-footer", inputs: { blogUrlPrefix: "blogUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", headingLevel: "headingLevel", usePresetFooter: "usePresetFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
581
582
|
};
|
|
582
583
|
BiggiveFooter = __decorate([
|
|
583
584
|
ProxyCmp({
|
|
@@ -585,7 +586,7 @@ BiggiveFooter = __decorate([
|
|
|
585
586
|
inputs: ['blogUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter']
|
|
586
587
|
})
|
|
587
588
|
], BiggiveFooter);
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFooter, decorators: [{
|
|
589
590
|
type: Component,
|
|
590
591
|
args: [{
|
|
591
592
|
selector: 'biggive-footer',
|
|
@@ -603,15 +604,15 @@ let BiggiveForm = class BiggiveForm {
|
|
|
603
604
|
c.detach();
|
|
604
605
|
this.el = r.nativeElement;
|
|
605
606
|
}
|
|
606
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
607
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
607
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
608
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveForm, selector: "biggive-form", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
608
609
|
};
|
|
609
610
|
BiggiveForm = __decorate([
|
|
610
611
|
ProxyCmp({
|
|
611
612
|
defineCustomElementFn: defineCustomElement$j
|
|
612
613
|
})
|
|
613
614
|
], BiggiveForm);
|
|
614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveForm, decorators: [{
|
|
615
616
|
type: Component,
|
|
616
617
|
args: [{
|
|
617
618
|
selector: 'biggive-form',
|
|
@@ -629,8 +630,8 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
|
|
|
629
630
|
c.detach();
|
|
630
631
|
this.el = r.nativeElement;
|
|
631
632
|
}
|
|
632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
633
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
633
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
634
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
634
635
|
};
|
|
635
636
|
BiggiveFormFieldSelect = __decorate([
|
|
636
637
|
ProxyCmp({
|
|
@@ -638,7 +639,7 @@ BiggiveFormFieldSelect = __decorate([
|
|
|
638
639
|
inputs: ['backgroundColour', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedOptionColour', 'selectedValue', 'selectionChanged', 'spaceBelow']
|
|
639
640
|
})
|
|
640
641
|
], BiggiveFormFieldSelect);
|
|
641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
|
|
642
643
|
type: Component,
|
|
643
644
|
args: [{
|
|
644
645
|
selector: 'biggive-form-field-select',
|
|
@@ -656,8 +657,8 @@ let BiggiveFormattedText = class BiggiveFormattedText {
|
|
|
656
657
|
c.detach();
|
|
657
658
|
this.el = r.nativeElement;
|
|
658
659
|
}
|
|
659
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
660
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
660
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFormattedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
661
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
661
662
|
};
|
|
662
663
|
BiggiveFormattedText = __decorate([
|
|
663
664
|
ProxyCmp({
|
|
@@ -665,7 +666,7 @@ BiggiveFormattedText = __decorate([
|
|
|
665
666
|
inputs: ['defaultTextColour', 'maxWidth', 'spaceBelow']
|
|
666
667
|
})
|
|
667
668
|
], BiggiveFormattedText);
|
|
668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveFormattedText, decorators: [{
|
|
669
670
|
type: Component,
|
|
670
671
|
args: [{
|
|
671
672
|
selector: 'biggive-formatted-text',
|
|
@@ -683,8 +684,8 @@ let BiggiveGenericIcon = class BiggiveGenericIcon {
|
|
|
683
684
|
c.detach();
|
|
684
685
|
this.el = r.nativeElement;
|
|
685
686
|
}
|
|
686
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
687
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
687
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveGenericIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
688
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
688
689
|
};
|
|
689
690
|
BiggiveGenericIcon = __decorate([
|
|
690
691
|
ProxyCmp({
|
|
@@ -692,7 +693,7 @@ BiggiveGenericIcon = __decorate([
|
|
|
692
693
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'iconGroup', 'url']
|
|
693
694
|
})
|
|
694
695
|
], BiggiveGenericIcon);
|
|
695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveGenericIcon, decorators: [{
|
|
696
697
|
type: Component,
|
|
697
698
|
args: [{
|
|
698
699
|
selector: 'biggive-generic-icon',
|
|
@@ -710,8 +711,8 @@ let BiggiveGrid = class BiggiveGrid {
|
|
|
710
711
|
c.detach();
|
|
711
712
|
this.el = r.nativeElement;
|
|
712
713
|
}
|
|
713
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
714
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
714
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
715
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
715
716
|
};
|
|
716
717
|
BiggiveGrid = __decorate([
|
|
717
718
|
ProxyCmp({
|
|
@@ -719,7 +720,7 @@ BiggiveGrid = __decorate([
|
|
|
719
720
|
inputs: ['columnCount', 'columnGap', 'spaceBelow', 'spaceBetween']
|
|
720
721
|
})
|
|
721
722
|
], BiggiveGrid);
|
|
722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveGrid, decorators: [{
|
|
723
724
|
type: Component,
|
|
724
725
|
args: [{
|
|
725
726
|
selector: 'biggive-grid',
|
|
@@ -737,8 +738,8 @@ let BiggiveHeading = class BiggiveHeading {
|
|
|
737
738
|
c.detach();
|
|
738
739
|
this.el = r.nativeElement;
|
|
739
740
|
}
|
|
740
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
741
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
742
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
742
743
|
};
|
|
743
744
|
BiggiveHeading = __decorate([
|
|
744
745
|
ProxyCmp({
|
|
@@ -746,7 +747,7 @@ BiggiveHeading = __decorate([
|
|
|
746
747
|
inputs: ['align', 'colour', 'htmlElement', 'icon', 'iconColour', 'size', 'spaceAbove', 'spaceBelow', 'text']
|
|
747
748
|
})
|
|
748
749
|
], BiggiveHeading);
|
|
749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveHeading, decorators: [{
|
|
750
751
|
type: Component,
|
|
751
752
|
args: [{
|
|
752
753
|
selector: 'biggive-heading',
|
|
@@ -764,8 +765,8 @@ let BiggiveHeroImage = class BiggiveHeroImage {
|
|
|
764
765
|
c.detach();
|
|
765
766
|
this.el = r.nativeElement;
|
|
766
767
|
}
|
|
767
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
768
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveHeroImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
769
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
769
770
|
};
|
|
770
771
|
BiggiveHeroImage = __decorate([
|
|
771
772
|
ProxyCmp({
|
|
@@ -773,7 +774,7 @@ BiggiveHeroImage = __decorate([
|
|
|
773
774
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'logoAltText', 'logoHeight', 'mainImage', 'mainImageAlignHorizontal', 'mainImageAlignVertical', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
774
775
|
})
|
|
775
776
|
], BiggiveHeroImage);
|
|
776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveHeroImage, decorators: [{
|
|
777
778
|
type: Component,
|
|
778
779
|
args: [{
|
|
779
780
|
selector: 'biggive-hero-image',
|
|
@@ -792,8 +793,8 @@ let BiggiveIconButton = class BiggiveIconButton {
|
|
|
792
793
|
this.el = r.nativeElement;
|
|
793
794
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
794
795
|
}
|
|
795
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
796
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
796
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
797
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
797
798
|
};
|
|
798
799
|
BiggiveIconButton = __decorate([
|
|
799
800
|
ProxyCmp({
|
|
@@ -801,7 +802,7 @@ BiggiveIconButton = __decorate([
|
|
|
801
802
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'icon', 'iconGroup', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url']
|
|
802
803
|
})
|
|
803
804
|
], BiggiveIconButton);
|
|
804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveIconButton, decorators: [{
|
|
805
806
|
type: Component,
|
|
806
807
|
args: [{
|
|
807
808
|
selector: 'biggive-icon-button',
|
|
@@ -819,8 +820,8 @@ let BiggiveIconGroup = class BiggiveIconGroup {
|
|
|
819
820
|
c.detach();
|
|
820
821
|
this.el = r.nativeElement;
|
|
821
822
|
}
|
|
822
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
823
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
823
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveIconGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
824
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveIconGroup, selector: "biggive-icon-group", inputs: { label: "label", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
824
825
|
};
|
|
825
826
|
BiggiveIconGroup = __decorate([
|
|
826
827
|
ProxyCmp({
|
|
@@ -828,7 +829,7 @@ BiggiveIconGroup = __decorate([
|
|
|
828
829
|
inputs: ['label', 'spaceBelow']
|
|
829
830
|
})
|
|
830
831
|
], BiggiveIconGroup);
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveIconGroup, decorators: [{
|
|
832
833
|
type: Component,
|
|
833
834
|
args: [{
|
|
834
835
|
selector: 'biggive-icon-group',
|
|
@@ -846,8 +847,8 @@ let BiggiveImage = class BiggiveImage {
|
|
|
846
847
|
c.detach();
|
|
847
848
|
this.el = r.nativeElement;
|
|
848
849
|
}
|
|
849
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
850
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
850
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
851
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
851
852
|
};
|
|
852
853
|
BiggiveImage = __decorate([
|
|
853
854
|
ProxyCmp({
|
|
@@ -855,7 +856,7 @@ BiggiveImage = __decorate([
|
|
|
855
856
|
inputs: ['height', 'imageAltText', 'imageUrl', 'sizeUnit', 'spaceAbove', 'spaceBelow', 'width']
|
|
856
857
|
})
|
|
857
858
|
], BiggiveImage);
|
|
858
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImage, decorators: [{
|
|
859
860
|
type: Component,
|
|
860
861
|
args: [{
|
|
861
862
|
selector: 'biggive-image',
|
|
@@ -874,8 +875,8 @@ let BiggiveImageButton = class BiggiveImageButton {
|
|
|
874
875
|
this.el = r.nativeElement;
|
|
875
876
|
proxyOutputs(this, this.el, ['doButtonClick']);
|
|
876
877
|
}
|
|
877
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
878
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
878
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImageButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
879
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
879
880
|
};
|
|
880
881
|
BiggiveImageButton = __decorate([
|
|
881
882
|
ProxyCmp({
|
|
@@ -883,7 +884,7 @@ BiggiveImageButton = __decorate([
|
|
|
883
884
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'imageStyle', 'imageUrl', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url']
|
|
884
885
|
})
|
|
885
886
|
], BiggiveImageButton);
|
|
886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImageButton, decorators: [{
|
|
887
888
|
type: Component,
|
|
888
889
|
args: [{
|
|
889
890
|
selector: 'biggive-image-button',
|
|
@@ -893,6 +894,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImpor
|
|
|
893
894
|
inputs: ['arrow', 'arrowColour', 'backgroundColour', 'backgroundPadding', 'buttonId', 'centered', 'circle', 'imageStyle', 'imageUrl', 'openInNewTab', 'rounded', 'shadow', 'size', 'spaceBelow', 'text', 'textColour', 'url'],
|
|
894
895
|
}]
|
|
895
896
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
897
|
+
let BiggiveImageCard = class BiggiveImageCard {
|
|
898
|
+
z;
|
|
899
|
+
el;
|
|
900
|
+
constructor(c, r, z) {
|
|
901
|
+
this.z = z;
|
|
902
|
+
c.detach();
|
|
903
|
+
this.el = r.nativeElement;
|
|
904
|
+
}
|
|
905
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImageCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
906
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveImageCard, selector: "biggive-image-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 });
|
|
907
|
+
};
|
|
908
|
+
BiggiveImageCard = __decorate([
|
|
909
|
+
ProxyCmp({
|
|
910
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
911
|
+
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColour', 'buttonLabel', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'date', 'dateColour', 'image1AltText', 'image1Url', 'image2AltText', 'image2Url', 'imageLabel', 'imageLabelColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow']
|
|
912
|
+
})
|
|
913
|
+
], BiggiveImageCard);
|
|
914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImageCard, decorators: [{
|
|
915
|
+
type: Component,
|
|
916
|
+
args: [{
|
|
917
|
+
selector: 'biggive-image-card',
|
|
918
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
919
|
+
template: '<ng-content></ng-content>',
|
|
920
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
921
|
+
inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColour', 'buttonLabel', 'buttonUrl', 'clipBottomLeftCorner', 'clipTopRightCorner', 'date', 'dateColour', 'image1AltText', 'image1Url', 'image2AltText', 'image2Url', 'imageLabel', 'imageLabelColour', 'mainImageAltText', 'mainImageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow'],
|
|
922
|
+
}]
|
|
923
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
896
924
|
let BiggiveImageFeature = class BiggiveImageFeature {
|
|
897
925
|
z;
|
|
898
926
|
el;
|
|
@@ -901,16 +929,16 @@ let BiggiveImageFeature = class BiggiveImageFeature {
|
|
|
901
929
|
c.detach();
|
|
902
930
|
this.el = r.nativeElement;
|
|
903
931
|
}
|
|
904
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
905
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
932
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImageFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
933
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
906
934
|
};
|
|
907
935
|
BiggiveImageFeature = __decorate([
|
|
908
936
|
ProxyCmp({
|
|
909
|
-
defineCustomElementFn: defineCustomElement$
|
|
937
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
910
938
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageAltText', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']
|
|
911
939
|
})
|
|
912
940
|
], BiggiveImageFeature);
|
|
913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveImageFeature, decorators: [{
|
|
914
942
|
type: Component,
|
|
915
943
|
args: [{
|
|
916
944
|
selector: 'biggive-image-feature',
|
|
@@ -928,17 +956,17 @@ let BiggiveMainMenu = class BiggiveMainMenu {
|
|
|
928
956
|
c.detach();
|
|
929
957
|
this.el = r.nativeElement;
|
|
930
958
|
}
|
|
931
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
932
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
959
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveMainMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
960
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", isLoggedIn: "isLoggedIn", logoUrl: "logoUrl", usePresetMenuContent: "usePresetMenuContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
933
961
|
};
|
|
934
962
|
BiggiveMainMenu = __decorate([
|
|
935
963
|
ProxyCmp({
|
|
936
|
-
defineCustomElementFn: defineCustomElement$
|
|
964
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
937
965
|
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'isLoggedIn', 'logoUrl', 'usePresetMenuContent'],
|
|
938
966
|
methods: ['closeMobileMenuFromOutside']
|
|
939
967
|
})
|
|
940
968
|
], BiggiveMainMenu);
|
|
941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveMainMenu, decorators: [{
|
|
942
970
|
type: Component,
|
|
943
971
|
args: [{
|
|
944
972
|
selector: 'biggive-main-menu',
|
|
@@ -956,16 +984,16 @@ let BiggiveMiscIcon = class BiggiveMiscIcon {
|
|
|
956
984
|
c.detach();
|
|
957
985
|
this.el = r.nativeElement;
|
|
958
986
|
}
|
|
959
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
960
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
987
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveMiscIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
988
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
961
989
|
};
|
|
962
990
|
BiggiveMiscIcon = __decorate([
|
|
963
991
|
ProxyCmp({
|
|
964
|
-
defineCustomElementFn: defineCustomElement$
|
|
992
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
965
993
|
inputs: ['backgroundColour', 'icon', 'iconColour', 'url']
|
|
966
994
|
})
|
|
967
995
|
], BiggiveMiscIcon);
|
|
968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveMiscIcon, decorators: [{
|
|
969
997
|
type: Component,
|
|
970
998
|
args: [{
|
|
971
999
|
selector: 'biggive-misc-icon',
|
|
@@ -983,16 +1011,16 @@ let BiggiveNavGroup = class BiggiveNavGroup {
|
|
|
983
1011
|
c.detach();
|
|
984
1012
|
this.el = r.nativeElement;
|
|
985
1013
|
}
|
|
986
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
987
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1014
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveNavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1015
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveNavGroup, selector: "biggive-nav-group", inputs: { inline: "inline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
988
1016
|
};
|
|
989
1017
|
BiggiveNavGroup = __decorate([
|
|
990
1018
|
ProxyCmp({
|
|
991
|
-
defineCustomElementFn: defineCustomElement$
|
|
1019
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
992
1020
|
inputs: ['inline']
|
|
993
1021
|
})
|
|
994
1022
|
], BiggiveNavGroup);
|
|
995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveNavGroup, decorators: [{
|
|
996
1024
|
type: Component,
|
|
997
1025
|
args: [{
|
|
998
1026
|
selector: 'biggive-nav-group',
|
|
@@ -1010,16 +1038,16 @@ let BiggiveNavItem = class BiggiveNavItem {
|
|
|
1010
1038
|
c.detach();
|
|
1011
1039
|
this.el = r.nativeElement;
|
|
1012
1040
|
}
|
|
1013
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1014
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1041
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1042
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1015
1043
|
};
|
|
1016
1044
|
BiggiveNavItem = __decorate([
|
|
1017
1045
|
ProxyCmp({
|
|
1018
|
-
defineCustomElementFn: defineCustomElement$
|
|
1046
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1019
1047
|
inputs: ['iconColour', 'label', 'url']
|
|
1020
1048
|
})
|
|
1021
1049
|
], BiggiveNavItem);
|
|
1022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveNavItem, decorators: [{
|
|
1023
1051
|
type: Component,
|
|
1024
1052
|
args: [{
|
|
1025
1053
|
selector: 'biggive-nav-item',
|
|
@@ -1037,15 +1065,15 @@ let BiggivePageColumn = class BiggivePageColumn {
|
|
|
1037
1065
|
c.detach();
|
|
1038
1066
|
this.el = r.nativeElement;
|
|
1039
1067
|
}
|
|
1040
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1041
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1068
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePageColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1069
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggivePageColumn, selector: "biggive-page-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1042
1070
|
};
|
|
1043
1071
|
BiggivePageColumn = __decorate([
|
|
1044
1072
|
ProxyCmp({
|
|
1045
|
-
defineCustomElementFn: defineCustomElement$
|
|
1073
|
+
defineCustomElementFn: defineCustomElement$A
|
|
1046
1074
|
})
|
|
1047
1075
|
], BiggivePageColumn);
|
|
1048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePageColumn, decorators: [{
|
|
1049
1077
|
type: Component,
|
|
1050
1078
|
args: [{
|
|
1051
1079
|
selector: 'biggive-page-column',
|
|
@@ -1063,16 +1091,16 @@ let BiggivePageColumns = class BiggivePageColumns {
|
|
|
1063
1091
|
c.detach();
|
|
1064
1092
|
this.el = r.nativeElement;
|
|
1065
1093
|
}
|
|
1066
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1067
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1094
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePageColumns, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1095
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggivePageColumns, selector: "biggive-page-columns", inputs: { spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1068
1096
|
};
|
|
1069
1097
|
BiggivePageColumns = __decorate([
|
|
1070
1098
|
ProxyCmp({
|
|
1071
|
-
defineCustomElementFn: defineCustomElement$
|
|
1099
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1072
1100
|
inputs: ['spaceBelow']
|
|
1073
1101
|
})
|
|
1074
1102
|
], BiggivePageColumns);
|
|
1075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePageColumns, decorators: [{
|
|
1076
1104
|
type: Component,
|
|
1077
1105
|
args: [{
|
|
1078
1106
|
selector: 'biggive-page-columns',
|
|
@@ -1090,16 +1118,16 @@ let BiggivePageSection = class BiggivePageSection {
|
|
|
1090
1118
|
c.detach();
|
|
1091
1119
|
this.el = r.nativeElement;
|
|
1092
1120
|
}
|
|
1093
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1094
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1121
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePageSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1122
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1095
1123
|
};
|
|
1096
1124
|
BiggivePageSection = __decorate([
|
|
1097
1125
|
ProxyCmp({
|
|
1098
|
-
defineCustomElementFn: defineCustomElement$
|
|
1126
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1099
1127
|
inputs: ['colourScheme', 'maxWidth', 'primaryFullBleed', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']
|
|
1100
1128
|
})
|
|
1101
1129
|
], BiggivePageSection);
|
|
1102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePageSection, decorators: [{
|
|
1103
1131
|
type: Component,
|
|
1104
1132
|
args: [{
|
|
1105
1133
|
selector: 'biggive-page-section',
|
|
@@ -1117,16 +1145,16 @@ let BiggivePopup = class BiggivePopup {
|
|
|
1117
1145
|
c.detach();
|
|
1118
1146
|
this.el = r.nativeElement;
|
|
1119
1147
|
}
|
|
1120
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1121
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1148
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1149
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggivePopup, selector: "biggive-popup", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1122
1150
|
};
|
|
1123
1151
|
BiggivePopup = __decorate([
|
|
1124
1152
|
ProxyCmp({
|
|
1125
|
-
defineCustomElementFn: defineCustomElement$
|
|
1153
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1126
1154
|
methods: ['openFromOutside', 'closeFromOutside']
|
|
1127
1155
|
})
|
|
1128
1156
|
], BiggivePopup);
|
|
1129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggivePopup, decorators: [{
|
|
1130
1158
|
type: Component,
|
|
1131
1159
|
args: [{
|
|
1132
1160
|
selector: 'biggive-popup',
|
|
@@ -1144,16 +1172,16 @@ let BiggiveProgressBar = class BiggiveProgressBar {
|
|
|
1144
1172
|
c.detach();
|
|
1145
1173
|
this.el = r.nativeElement;
|
|
1146
1174
|
}
|
|
1147
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1148
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1175
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1176
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1149
1177
|
};
|
|
1150
1178
|
BiggiveProgressBar = __decorate([
|
|
1151
1179
|
ProxyCmp({
|
|
1152
|
-
defineCustomElementFn: defineCustomElement$
|
|
1180
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1153
1181
|
inputs: ['colourScheme', 'counter', 'spaceBelow']
|
|
1154
1182
|
})
|
|
1155
1183
|
], BiggiveProgressBar);
|
|
1156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveProgressBar, decorators: [{
|
|
1157
1185
|
type: Component,
|
|
1158
1186
|
args: [{
|
|
1159
1187
|
selector: 'biggive-progress-bar',
|
|
@@ -1171,16 +1199,16 @@ let BiggiveQuote = class BiggiveQuote {
|
|
|
1171
1199
|
c.detach();
|
|
1172
1200
|
this.el = r.nativeElement;
|
|
1173
1201
|
}
|
|
1174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1175
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1202
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1203
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1176
1204
|
};
|
|
1177
1205
|
BiggiveQuote = __decorate([
|
|
1178
1206
|
ProxyCmp({
|
|
1179
|
-
defineCustomElementFn: defineCustomElement$
|
|
1207
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1180
1208
|
inputs: ['attribution', 'defaultTextColour', 'quote', 'quoteIconColour', 'spaceBelow']
|
|
1181
1209
|
})
|
|
1182
1210
|
], BiggiveQuote);
|
|
1183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveQuote, decorators: [{
|
|
1184
1212
|
type: Component,
|
|
1185
1213
|
args: [{
|
|
1186
1214
|
selector: 'biggive-quote',
|
|
@@ -1198,16 +1226,16 @@ let BiggiveSheet = class BiggiveSheet {
|
|
|
1198
1226
|
c.detach();
|
|
1199
1227
|
this.el = r.nativeElement;
|
|
1200
1228
|
}
|
|
1201
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1202
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1229
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1230
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1203
1231
|
};
|
|
1204
1232
|
BiggiveSheet = __decorate([
|
|
1205
1233
|
ProxyCmp({
|
|
1206
|
-
defineCustomElementFn: defineCustomElement$
|
|
1234
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1207
1235
|
inputs: ['backgroundColour', 'sheetId', 'textColour']
|
|
1208
1236
|
})
|
|
1209
1237
|
], BiggiveSheet);
|
|
1210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveSheet, decorators: [{
|
|
1211
1239
|
type: Component,
|
|
1212
1240
|
args: [{
|
|
1213
1241
|
selector: 'biggive-sheet',
|
|
@@ -1225,16 +1253,16 @@ let BiggiveSocialIcon = class BiggiveSocialIcon {
|
|
|
1225
1253
|
c.detach();
|
|
1226
1254
|
this.el = r.nativeElement;
|
|
1227
1255
|
}
|
|
1228
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1229
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1257
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1230
1258
|
};
|
|
1231
1259
|
BiggiveSocialIcon = __decorate([
|
|
1232
1260
|
ProxyCmp({
|
|
1233
|
-
defineCustomElementFn: defineCustomElement$
|
|
1261
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1234
1262
|
inputs: ['backgroundColour', 'iconColour', 'labelPrefix', 'service', 'url', 'wide']
|
|
1235
1263
|
})
|
|
1236
1264
|
], BiggiveSocialIcon);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
|
|
1238
1266
|
type: Component,
|
|
1239
1267
|
args: [{
|
|
1240
1268
|
selector: 'biggive-social-icon',
|
|
@@ -1252,16 +1280,16 @@ let BiggiveTab = class BiggiveTab {
|
|
|
1252
1280
|
c.detach();
|
|
1253
1281
|
this.el = r.nativeElement;
|
|
1254
1282
|
}
|
|
1255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1256
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1283
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1284
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1257
1285
|
};
|
|
1258
1286
|
BiggiveTab = __decorate([
|
|
1259
1287
|
ProxyCmp({
|
|
1260
|
-
defineCustomElementFn: defineCustomElement$
|
|
1288
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1261
1289
|
inputs: ['tabTitle']
|
|
1262
1290
|
})
|
|
1263
1291
|
], BiggiveTab);
|
|
1264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTab, decorators: [{
|
|
1265
1293
|
type: Component,
|
|
1266
1294
|
args: [{
|
|
1267
1295
|
selector: 'biggive-tab',
|
|
@@ -1279,16 +1307,16 @@ let BiggiveTabbedContent = class BiggiveTabbedContent {
|
|
|
1279
1307
|
c.detach();
|
|
1280
1308
|
this.el = r.nativeElement;
|
|
1281
1309
|
}
|
|
1282
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1283
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1310
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTabbedContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1311
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1284
1312
|
};
|
|
1285
1313
|
BiggiveTabbedContent = __decorate([
|
|
1286
1314
|
ProxyCmp({
|
|
1287
|
-
defineCustomElementFn: defineCustomElement$
|
|
1315
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1288
1316
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour']
|
|
1289
1317
|
})
|
|
1290
1318
|
], BiggiveTabbedContent);
|
|
1291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTabbedContent, decorators: [{
|
|
1292
1320
|
type: Component,
|
|
1293
1321
|
args: [{
|
|
1294
1322
|
selector: 'biggive-tabbed-content',
|
|
@@ -1306,16 +1334,16 @@ let BiggiveTable = class BiggiveTable {
|
|
|
1306
1334
|
c.detach();
|
|
1307
1335
|
this.el = r.nativeElement;
|
|
1308
1336
|
}
|
|
1309
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1310
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1337
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1338
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1311
1339
|
};
|
|
1312
1340
|
BiggiveTable = __decorate([
|
|
1313
1341
|
ProxyCmp({
|
|
1314
|
-
defineCustomElementFn: defineCustomElement$
|
|
1342
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1315
1343
|
inputs: ['bodyBackgroundColour', 'bodyTextColour', 'headerBackgroundColour', 'headerTextColour', 'spaceBelow']
|
|
1316
1344
|
})
|
|
1317
1345
|
], BiggiveTable);
|
|
1318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTable, decorators: [{
|
|
1319
1347
|
type: Component,
|
|
1320
1348
|
args: [{
|
|
1321
1349
|
selector: 'biggive-table',
|
|
@@ -1333,23 +1361,23 @@ let BiggiveTextInput = class BiggiveTextInput {
|
|
|
1333
1361
|
c.detach();
|
|
1334
1362
|
this.el = r.nativeElement;
|
|
1335
1363
|
}
|
|
1336
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1337
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1365
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1338
1366
|
};
|
|
1339
1367
|
BiggiveTextInput = __decorate([
|
|
1340
1368
|
ProxyCmp({
|
|
1341
|
-
defineCustomElementFn: defineCustomElement$
|
|
1342
|
-
inputs: ['currency', '
|
|
1369
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1370
|
+
inputs: ['currency', 'selectStyle', 'spaceBelow', 'value']
|
|
1343
1371
|
})
|
|
1344
1372
|
], BiggiveTextInput);
|
|
1345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTextInput, decorators: [{
|
|
1346
1374
|
type: Component,
|
|
1347
1375
|
args: [{
|
|
1348
1376
|
selector: 'biggive-text-input',
|
|
1349
1377
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1350
1378
|
template: '<ng-content></ng-content>',
|
|
1351
1379
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1352
|
-
inputs: ['currency', '
|
|
1380
|
+
inputs: ['currency', 'selectStyle', 'spaceBelow', 'value'],
|
|
1353
1381
|
}]
|
|
1354
1382
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1355
1383
|
let BiggiveTimeline = class BiggiveTimeline {
|
|
@@ -1360,16 +1388,16 @@ let BiggiveTimeline = class BiggiveTimeline {
|
|
|
1360
1388
|
c.detach();
|
|
1361
1389
|
this.el = r.nativeElement;
|
|
1362
1390
|
}
|
|
1363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1364
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTimeline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1392
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1365
1393
|
};
|
|
1366
1394
|
BiggiveTimeline = __decorate([
|
|
1367
1395
|
ProxyCmp({
|
|
1368
|
-
defineCustomElementFn: defineCustomElement$
|
|
1396
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1369
1397
|
inputs: ['buttonBackgroundColour', 'buttonIconColour', 'entryBackgroundColour', 'entryDateColour', 'entryHighlightColour', 'entryTextColour', 'entryTitleColour', 'navigationHighlightColour', 'selectedNavigationHighlightColour', 'selectedTextColour', 'spaceBelow', 'textColour']
|
|
1370
1398
|
})
|
|
1371
1399
|
], BiggiveTimeline);
|
|
1372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTimeline, decorators: [{
|
|
1373
1401
|
type: Component,
|
|
1374
1402
|
args: [{
|
|
1375
1403
|
selector: 'biggive-timeline',
|
|
@@ -1387,16 +1415,16 @@ let BiggiveTimelineEntry = class BiggiveTimelineEntry {
|
|
|
1387
1415
|
c.detach();
|
|
1388
1416
|
this.el = r.nativeElement;
|
|
1389
1417
|
}
|
|
1390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1391
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTimelineEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1419
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BiggiveTimelineEntry, selector: "biggive-timeline-entry", inputs: { date: "date", heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1392
1420
|
};
|
|
1393
1421
|
BiggiveTimelineEntry = __decorate([
|
|
1394
1422
|
ProxyCmp({
|
|
1395
|
-
defineCustomElementFn: defineCustomElement$
|
|
1423
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1396
1424
|
inputs: ['date', 'heading']
|
|
1397
1425
|
})
|
|
1398
1426
|
], BiggiveTimelineEntry);
|
|
1399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTimelineEntry, decorators: [{
|
|
1400
1428
|
type: Component,
|
|
1401
1429
|
args: [{
|
|
1402
1430
|
selector: 'biggive-timeline-entry',
|
|
@@ -1414,16 +1442,16 @@ let BiggiveTotalizer = class BiggiveTotalizer {
|
|
|
1414
1442
|
c.detach();
|
|
1415
1443
|
this.el = r.nativeElement;
|
|
1416
1444
|
}
|
|
1417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1418
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTotalizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1446
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1419
1447
|
};
|
|
1420
1448
|
BiggiveTotalizer = __decorate([
|
|
1421
1449
|
ProxyCmp({
|
|
1422
|
-
defineCustomElementFn: defineCustomElement$
|
|
1450
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1423
1451
|
inputs: ['mainMessage', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow']
|
|
1424
1452
|
})
|
|
1425
1453
|
], BiggiveTotalizer);
|
|
1426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTotalizer, decorators: [{
|
|
1427
1455
|
type: Component,
|
|
1428
1456
|
args: [{
|
|
1429
1457
|
selector: 'biggive-totalizer',
|
|
@@ -1441,16 +1469,16 @@ let BiggiveTotalizerTickerItem = class BiggiveTotalizerTickerItem {
|
|
|
1441
1469
|
c.detach();
|
|
1442
1470
|
this.el = r.nativeElement;
|
|
1443
1471
|
}
|
|
1444
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1445
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1472
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTotalizerTickerItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1473
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1446
1474
|
};
|
|
1447
1475
|
BiggiveTotalizerTickerItem = __decorate([
|
|
1448
1476
|
ProxyCmp({
|
|
1449
|
-
defineCustomElementFn: defineCustomElement$
|
|
1477
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1450
1478
|
inputs: ['figure', 'label']
|
|
1451
1479
|
})
|
|
1452
1480
|
], BiggiveTotalizerTickerItem);
|
|
1453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveTotalizerTickerItem, decorators: [{
|
|
1454
1482
|
type: Component,
|
|
1455
1483
|
args: [{
|
|
1456
1484
|
selector: 'biggive-totalizer-ticker-item',
|
|
@@ -1468,16 +1496,16 @@ let BiggiveVideo = class BiggiveVideo {
|
|
|
1468
1496
|
c.detach();
|
|
1469
1497
|
this.el = r.nativeElement;
|
|
1470
1498
|
}
|
|
1471
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1472
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1499
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1500
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1473
1501
|
};
|
|
1474
1502
|
BiggiveVideo = __decorate([
|
|
1475
1503
|
ProxyCmp({
|
|
1476
|
-
defineCustomElementFn: defineCustomElement$
|
|
1504
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1477
1505
|
inputs: ['spaceAbove', 'spaceBelow', 'videoUrl']
|
|
1478
1506
|
})
|
|
1479
1507
|
], BiggiveVideo);
|
|
1480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveVideo, decorators: [{
|
|
1481
1509
|
type: Component,
|
|
1482
1510
|
args: [{
|
|
1483
1511
|
selector: 'biggive-video',
|
|
@@ -1495,16 +1523,16 @@ let BiggiveVideoFeature = class BiggiveVideoFeature {
|
|
|
1495
1523
|
c.detach();
|
|
1496
1524
|
this.el = r.nativeElement;
|
|
1497
1525
|
}
|
|
1498
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1499
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.
|
|
1526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveVideoFeature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1527
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", 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 });
|
|
1500
1528
|
};
|
|
1501
1529
|
BiggiveVideoFeature = __decorate([
|
|
1502
1530
|
ProxyCmp({
|
|
1503
|
-
defineCustomElementFn: defineCustomElement$
|
|
1531
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1504
1532
|
inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
|
|
1505
1533
|
})
|
|
1506
1534
|
], BiggiveVideoFeature);
|
|
1507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BiggiveVideoFeature, decorators: [{
|
|
1508
1536
|
type: Component,
|
|
1509
1537
|
args: [{
|
|
1510
1538
|
selector: 'biggive-video-feature',
|
|
@@ -1545,6 +1573,7 @@ const DIRECTIVES = [
|
|
|
1545
1573
|
BiggiveIconGroup,
|
|
1546
1574
|
BiggiveImage,
|
|
1547
1575
|
BiggiveImageButton,
|
|
1576
|
+
BiggiveImageCard,
|
|
1548
1577
|
BiggiveImageFeature,
|
|
1549
1578
|
BiggiveMainMenu,
|
|
1550
1579
|
BiggiveMiscIcon,
|
|
@@ -1571,11 +1600,11 @@ const DIRECTIVES = [
|
|
|
1571
1600
|
];
|
|
1572
1601
|
|
|
1573
1602
|
class ComponentsModule {
|
|
1574
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.
|
|
1575
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.
|
|
1576
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.
|
|
1603
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1604
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: ComponentsModule, declarations: [BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCarousel, BiggiveCategoryIcon, BiggiveFilteredCarousel, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, 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, BiggiveCarousel, BiggiveCategoryIcon, BiggiveFilteredCarousel, 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] });
|
|
1605
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: ComponentsModule, imports: [CommonModule] });
|
|
1577
1606
|
}
|
|
1578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.
|
|
1607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
1579
1608
|
type: NgModule,
|
|
1580
1609
|
args: [{
|
|
1581
1610
|
imports: [CommonModule],
|
|
@@ -1593,5 +1622,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImpor
|
|
|
1593
1622
|
* Generated bundle index. Do not edit.
|
|
1594
1623
|
*/
|
|
1595
1624
|
|
|
1596
|
-
export { BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCarousel, BiggiveCategoryIcon, BiggiveFilteredCarousel, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGenericIcon, BiggiveGrid, BiggiveHeading, BiggiveHeroImage, BiggiveIconButton, BiggiveIconGroup, BiggiveImage, BiggiveImageButton, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSheet, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTable, BiggiveTextInput, BiggiveTimeline, BiggiveTimelineEntry, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature, ComponentsModule };
|
|
1625
|
+
export { BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCarousel, BiggiveCategoryIcon, BiggiveFilteredCarousel, 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, ComponentsModule };
|
|
1597
1626
|
//# sourceMappingURL=biggive-components-angular.mjs.map
|