@biggive/components-angular 202307091949.0.0 → 202307100721.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.
@@ -1,34 +1,32 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
2
  import type { Components } from '@biggive/components/dist/components';
3
3
  import * as i0 from "@angular/core";
4
- export declare interface BiggiveAccordion extends Components.BiggiveAccordion {
5
- }
6
4
  export declare class BiggiveAccordion {
7
5
  protected z: NgZone;
8
6
  protected el: HTMLElement;
9
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveAccordion, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveAccordion, "biggive-accordion", never, { "headingColour": "headingColour"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveAccordion, "biggive-accordion", never, { "headingColour": { "alias": "headingColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; }, {}, never, ["*"], false, never>;
12
10
  }
13
- export declare interface BiggiveAccordionEntry extends Components.BiggiveAccordionEntry {
11
+ export declare interface BiggiveAccordion extends Components.BiggiveAccordion {
14
12
  }
15
13
  export declare class BiggiveAccordionEntry {
16
14
  protected z: NgZone;
17
15
  protected el: HTMLElement;
18
16
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
19
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveAccordionEntry, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveAccordionEntry, "biggive-accordion-entry", never, { "heading": "heading"; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveAccordionEntry, "biggive-accordion-entry", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], false, never>;
21
19
  }
22
- export declare interface BiggiveArticleCard extends Components.BiggiveArticleCard {
20
+ export declare interface BiggiveAccordionEntry extends Components.BiggiveAccordionEntry {
23
21
  }
24
22
  export declare class BiggiveArticleCard {
25
23
  protected z: NgZone;
26
24
  protected el: HTMLElement;
27
25
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
28
26
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveArticleCard, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveArticleCard, "biggive-article-card", never, { "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"; }, {}, never, ["*"], false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveArticleCard, "biggive-article-card", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; "buttonColour": { "alias": "buttonColour"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonUrl": { "alias": "buttonUrl"; "required": false; }; "clipBottomLeftCorner": { "alias": "clipBottomLeftCorner"; "required": false; }; "clipTopRightCorner": { "alias": "clipTopRightCorner"; "required": false; }; "date": { "alias": "date"; "required": false; }; "dateColour": { "alias": "dateColour"; "required": false; }; "image1AltText": { "alias": "image1AltText"; "required": false; }; "image1Url": { "alias": "image1Url"; "required": false; }; "image2AltText": { "alias": "image2AltText"; "required": false; }; "image2Url": { "alias": "image2Url"; "required": false; }; "imageLabel": { "alias": "imageLabel"; "required": false; }; "imageLabelColour": { "alias": "imageLabelColour"; "required": false; }; "mainImageAltText": { "alias": "mainImageAltText"; "required": false; }; "mainImageUrl": { "alias": "mainImageUrl"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "mainTitleColour": { "alias": "mainTitleColour"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "slugColour": { "alias": "slugColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
30
28
  }
31
- export declare interface BiggiveBackToTop extends Components.BiggiveBackToTop {
29
+ export declare interface BiggiveArticleCard extends Components.BiggiveArticleCard {
32
30
  }
33
31
  export declare class BiggiveBackToTop {
34
32
  protected z: NgZone;
@@ -37,91 +35,94 @@ export declare class BiggiveBackToTop {
37
35
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBackToTop, never>;
38
36
  static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBackToTop, "biggive-back-to-top", never, {}, {}, never, ["*"], false, never>;
39
37
  }
40
- export declare interface BiggiveBasicCard extends Components.BiggiveBasicCard {
38
+ export declare interface BiggiveBackToTop extends Components.BiggiveBackToTop {
41
39
  }
42
40
  export declare class BiggiveBasicCard {
43
41
  protected z: NgZone;
44
42
  protected el: HTMLElement;
45
43
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
46
44
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBasicCard, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "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"; }, {}, never, ["*"], false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "addAnimation": { "alias": "addAnimation"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; "buttonAlign": { "alias": "buttonAlign"; "required": false; }; "buttonColourScheme": { "alias": "buttonColourScheme"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "buttonUrl": { "alias": "buttonUrl"; "required": false; }; "cardColour": { "alias": "cardColour"; "required": false; }; "clipBottomLeftCorner": { "alias": "clipBottomLeftCorner"; "required": false; }; "clipTopRightCorner": { "alias": "clipTopRightCorner"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "mainImageAltText": { "alias": "mainImageAltText"; "required": false; }; "mainImageUrl": { "alias": "mainImageUrl"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; }, {}, never, ["*"], false, never>;
48
46
  }
49
- export declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {
47
+ export declare interface BiggiveBasicCard extends Components.BiggiveBasicCard {
50
48
  }
51
49
  export declare class BiggiveBeneficiaryIcon {
52
50
  protected z: NgZone;
53
51
  protected el: HTMLElement;
54
52
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
55
53
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBeneficiaryIcon, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBeneficiaryIcon, "biggive-beneficiary-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "label": "label"; "url": "url"; }, {}, never, ["*"], false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBeneficiaryIcon, "biggive-beneficiary-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
57
55
  }
58
- export declare interface BiggiveBiographyCard extends Components.BiggiveBiographyCard {
56
+ export declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {
59
57
  }
60
58
  export declare class BiggiveBiographyCard {
61
59
  protected z: NgZone;
62
60
  protected el: HTMLElement;
63
61
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
64
62
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBiographyCard, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBiographyCard, "biggive-biography-card", never, { "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"; }, {}, never, ["*"], false, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBiographyCard, "biggive-biography-card", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "circleColour": { "alias": "circleColour"; "required": false; }; "fullName": { "alias": "fullName"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "jobTitle": { "alias": "jobTitle"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
66
64
  }
67
- export declare interface BiggiveBoxedContent extends Components.BiggiveBoxedContent {
65
+ export declare interface BiggiveBiographyCard extends Components.BiggiveBiographyCard {
68
66
  }
69
67
  export declare class BiggiveBoxedContent {
70
68
  protected z: NgZone;
71
69
  protected el: HTMLElement;
72
70
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
73
71
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBoxedContent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBoxedContent, "biggive-boxed-content", never, { "backgroundColour": "backgroundColour"; "horizontalPadding": "horizontalPadding"; "shadow": "shadow"; "spaceBelow": "spaceBelow"; "verticalPadding": "verticalPadding"; }, {}, never, ["*"], false, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBoxedContent, "biggive-boxed-content", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "horizontalPadding": { "alias": "horizontalPadding"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "verticalPadding": { "alias": "verticalPadding"; "required": false; }; }, {}, never, ["*"], false, never>;
75
73
  }
76
- export declare interface BiggiveBrandedImage extends Components.BiggiveBrandedImage {
74
+ export declare interface BiggiveBoxedContent extends Components.BiggiveBoxedContent {
77
75
  }
78
76
  export declare class BiggiveBrandedImage {
79
77
  protected z: NgZone;
80
78
  protected el: HTMLElement;
81
79
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
82
80
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBrandedImage, never>;
83
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBrandedImage, "biggive-branded-image", never, { "charityLocation": "charityLocation"; "charityName": "charityName"; "charityUrl": "charityUrl"; "imageUrl": "imageUrl"; "logoUrl": "logoUrl"; "slug": "slug"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBrandedImage, "biggive-branded-image", never, { "charityLocation": { "alias": "charityLocation"; "required": false; }; "charityName": { "alias": "charityName"; "required": false; }; "charityUrl": { "alias": "charityUrl"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
82
+ }
83
+ export declare interface BiggiveBrandedImage extends Components.BiggiveBrandedImage {
84
+ }
85
+ export declare class BiggiveButton {
86
+ protected z: NgZone;
87
+ protected el: HTMLElement;
88
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
89
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveButton, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveButton, "biggive-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "colourScheme": { "alias": "colourScheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "label": { "alias": "label"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
84
91
  }
85
92
  export declare interface BiggiveButton extends Components.BiggiveButton {
86
- /**
87
- *
88
- */
89
93
  doButtonClick: EventEmitter<CustomEvent<{
90
94
  event: object;
91
95
  url: string;
92
96
  }>>;
93
97
  }
94
- export declare class BiggiveButton {
98
+ export declare class BiggiveCallToAction {
95
99
  protected z: NgZone;
96
100
  protected el: HTMLElement;
97
101
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
98
- static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveButton, never>;
99
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveButton, "biggive-button", never, { "buttonId": "buttonId"; "centered": "centered"; "colourScheme": "colourScheme"; "fullWidth": "fullWidth"; "label": "label"; "openInNewTab": "openInNewTab"; "rounded": "rounded"; "size": "size"; "spaceBelow": "spaceBelow"; "url": "url"; }, {}, never, ["*"], false, never>;
102
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCallToAction, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCallToAction, "biggive-call-to-action", never, { "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "mainTitleColour": { "alias": "mainTitleColour"; "required": false; }; "mainTitleSize": { "alias": "mainTitleSize"; "required": false; }; "primaryButtonColourScheme": { "alias": "primaryButtonColourScheme"; "required": false; }; "primaryButtonLabel": { "alias": "primaryButtonLabel"; "required": false; }; "primaryButtonUrl": { "alias": "primaryButtonUrl"; "required": false; }; "secondaryButtonColourScheme": { "alias": "secondaryButtonColourScheme"; "required": false; }; "secondaryButtonLabel": { "alias": "secondaryButtonLabel"; "required": false; }; "secondaryButtonUrl": { "alias": "secondaryButtonUrl"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "slugColour": { "alias": "slugColour"; "required": false; }; "slugSize": { "alias": "slugSize"; "required": false; }; "spaceAbove": { "alias": "spaceAbove"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "subtitleColour": { "alias": "subtitleColour"; "required": false; }; "subtitleSize": { "alias": "subtitleSize"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "teaserColour": { "alias": "teaserColour"; "required": false; }; }, {}, never, ["*"], false, never>;
100
104
  }
101
105
  export declare interface BiggiveCallToAction extends Components.BiggiveCallToAction {
102
106
  }
103
- export declare class BiggiveCallToAction {
107
+ export declare class BiggiveCampaignCard {
104
108
  protected z: NgZone;
105
109
  protected el: HTMLElement;
106
110
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
107
- static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCallToAction, never>;
108
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCallToAction, "biggive-call-to-action", never, { "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"; }, {}, never, ["*"], false, never>;
111
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCard, never>;
112
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCard, "biggive-campaign-card", never, { "banner": { "alias": "banner"; "required": false; }; "campaignTitle": { "alias": "campaignTitle"; "required": false; }; "campaignType": { "alias": "campaignType"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "donateButtonColourScheme": { "alias": "donateButtonColourScheme"; "required": false; }; "donateButtonLabel": { "alias": "donateButtonLabel"; "required": false; }; "donateButtonUrl": { "alias": "donateButtonUrl"; "required": false; }; "isFutureCampaign": { "alias": "isFutureCampaign"; "required": false; }; "isPastCampaign": { "alias": "isPastCampaign"; "required": false; }; "moreInfoButtonColourScheme": { "alias": "moreInfoButtonColourScheme"; "required": false; }; "moreInfoButtonLabel": { "alias": "moreInfoButtonLabel"; "required": false; }; "moreInfoButtonUrl": { "alias": "moreInfoButtonUrl"; "required": false; }; "organisationName": { "alias": "organisationName"; "required": false; }; "primaryFigureAmount": { "alias": "primaryFigureAmount"; "required": false; }; "primaryFigureLabel": { "alias": "primaryFigureLabel"; "required": false; }; "progressBarCounter": { "alias": "progressBarCounter"; "required": false; }; "secondaryFigureAmount": { "alias": "secondaryFigureAmount"; "required": false; }; "secondaryFigureLabel": { "alias": "secondaryFigureLabel"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
109
113
  }
110
114
  export declare interface BiggiveCampaignCard extends Components.BiggiveCampaignCard {
111
- /**
112
- *
113
- */
114
115
  doCardGeneralClick: EventEmitter<CustomEvent<{
115
116
  event: object;
116
117
  url: string;
117
118
  }>>;
118
119
  }
119
- export declare class BiggiveCampaignCard {
120
+ export declare class BiggiveCampaignCardFilterGrid {
120
121
  protected z: NgZone;
121
122
  protected el: HTMLElement;
122
123
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
123
- static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCard, never>;
124
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCard, "biggive-campaign-card", never, { "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"; }, {}, never, ["*"], false, never>;
124
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCardFilterGrid, never>;
125
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCardFilterGrid, "biggive-campaign-card-filter-grid", never, { "beneficiaryOptions": { "alias": "beneficiaryOptions"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "categoryOptions": { "alias": "categoryOptions"; "required": false; }; "fundingOptions": { "alias": "fundingOptions"; "required": false; }; "intro": { "alias": "intro"; "required": false; }; "locationOptions": { "alias": "locationOptions"; "required": false; }; "placeholderText": { "alias": "placeholderText"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "selectedFilterBeneficiary": { "alias": "selectedFilterBeneficiary"; "required": false; }; "selectedFilterCategory": { "alias": "selectedFilterCategory"; "required": false; }; "selectedFilterFunding": { "alias": "selectedFilterFunding"; "required": false; }; "selectedFilterLocation": { "alias": "selectedFilterLocation"; "required": false; }; "selectedSortByOption": { "alias": "selectedSortByOption"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
125
126
  }
126
127
  export declare interface BiggiveCampaignCardFilterGrid extends Components.BiggiveCampaignCardFilterGrid {
127
128
  /**
@@ -137,59 +138,50 @@ export declare interface BiggiveCampaignCardFilterGrid extends Components.Biggiv
137
138
  filterFunding: string | null;
138
139
  }>>;
139
140
  }
140
- export declare class BiggiveCampaignCardFilterGrid {
141
- protected z: NgZone;
142
- protected el: HTMLElement;
143
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
144
- static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCardFilterGrid, never>;
145
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCardFilterGrid, "biggive-campaign-card-filter-grid", never, { "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"; }, {}, never, ["*"], false, never>;
146
- }
147
- export declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {
148
- }
149
141
  export declare class BiggiveCampaignHighlights {
150
142
  protected z: NgZone;
151
143
  protected el: HTMLElement;
152
144
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
153
145
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignHighlights, never>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignHighlights, "biggive-campaign-highlights", never, { "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"; }, {}, never, ["*"], false, never>;
146
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignHighlights, "biggive-campaign-highlights", never, { "banner": { "alias": "banner"; "required": false; }; "campaignTitle": { "alias": "campaignTitle"; "required": false; }; "championName": { "alias": "championName"; "required": false; }; "championUrl": { "alias": "championUrl"; "required": false; }; "primaryFigureAmount": { "alias": "primaryFigureAmount"; "required": false; }; "primaryFigureLabel": { "alias": "primaryFigureLabel"; "required": false; }; "primaryStatIcon": { "alias": "primaryStatIcon"; "required": false; }; "primaryStatText": { "alias": "primaryStatText"; "required": false; }; "progressBarCounter": { "alias": "progressBarCounter"; "required": false; }; "secondaryFigureAmount": { "alias": "secondaryFigureAmount"; "required": false; }; "secondaryFigureLabel": { "alias": "secondaryFigureLabel"; "required": false; }; "secondaryStatIcon": { "alias": "secondaryStatIcon"; "required": false; }; "secondaryStatText": { "alias": "secondaryStatText"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
155
147
  }
156
- export declare interface BiggiveCarousel extends Components.BiggiveCarousel {
148
+ export declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {
157
149
  }
158
150
  export declare class BiggiveCarousel {
159
151
  protected z: NgZone;
160
152
  protected el: HTMLElement;
161
153
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
162
154
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCarousel, never>;
163
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCarousel, "biggive-carousel", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "columnCount": "columnCount"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
155
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCarousel, "biggive-carousel", never, { "buttonBackgroundColour": { "alias": "buttonBackgroundColour"; "required": false; }; "buttonIconColour": { "alias": "buttonIconColour"; "required": false; }; "columnCount": { "alias": "columnCount"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
164
156
  }
165
- export declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {
157
+ export declare interface BiggiveCarousel extends Components.BiggiveCarousel {
166
158
  }
167
159
  export declare class BiggiveCategoryIcon {
168
160
  protected z: NgZone;
169
161
  protected el: HTMLElement;
170
162
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
171
163
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCategoryIcon, never>;
172
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCategoryIcon, "biggive-category-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "label": "label"; "url": "url"; }, {}, never, ["*"], false, never>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCategoryIcon, "biggive-category-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
173
165
  }
174
- export declare interface BiggiveFilteredCarousel extends Components.BiggiveFilteredCarousel {
166
+ export declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {
175
167
  }
176
168
  export declare class BiggiveFilteredCarousel {
177
169
  protected z: NgZone;
178
170
  protected el: HTMLElement;
179
171
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
180
172
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFilteredCarousel, never>;
181
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFilteredCarousel, "biggive-filtered-carousel", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "columnCount": "columnCount"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
173
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFilteredCarousel, "biggive-filtered-carousel", never, { "buttonBackgroundColour": { "alias": "buttonBackgroundColour"; "required": false; }; "buttonIconColour": { "alias": "buttonIconColour"; "required": false; }; "columnCount": { "alias": "columnCount"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
182
174
  }
183
- export declare interface BiggiveFooter extends Components.BiggiveFooter {
175
+ export declare interface BiggiveFilteredCarousel extends Components.BiggiveFilteredCarousel {
184
176
  }
185
177
  export declare class BiggiveFooter {
186
178
  protected z: NgZone;
187
179
  protected el: HTMLElement;
188
180
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
189
181
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFooter, never>;
190
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFooter, "biggive-footer", never, { "blogUrlPrefix": "blogUrlPrefix"; "experienceUrlPrefix": "experienceUrlPrefix"; "headingLevel": "headingLevel"; "usePresetFooter": "usePresetFooter"; }, {}, never, ["*"], false, never>;
182
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFooter, "biggive-footer", never, { "blogUrlPrefix": { "alias": "blogUrlPrefix"; "required": false; }; "experienceUrlPrefix": { "alias": "experienceUrlPrefix"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "usePresetFooter": { "alias": "usePresetFooter"; "required": false; }; }, {}, never, ["*"], false, never>;
191
183
  }
192
- export declare interface BiggiveForm extends Components.BiggiveForm {
184
+ export declare interface BiggiveFooter extends Components.BiggiveFooter {
193
185
  }
194
186
  export declare class BiggiveForm {
195
187
  protected z: NgZone;
@@ -198,156 +190,150 @@ export declare class BiggiveForm {
198
190
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveForm, never>;
199
191
  static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveForm, "biggive-form", never, {}, {}, never, ["*"], false, never>;
200
192
  }
201
- export declare interface BiggiveFormFieldSelect extends Components.BiggiveFormFieldSelect {
193
+ export declare interface BiggiveForm extends Components.BiggiveForm {
202
194
  }
203
195
  export declare class BiggiveFormFieldSelect {
204
196
  protected z: NgZone;
205
197
  protected el: HTMLElement;
206
198
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
207
199
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFormFieldSelect, never>;
208
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormFieldSelect, "biggive-form-field-select", never, { "backgroundColour": "backgroundColour"; "options": "options"; "placeholder": "placeholder"; "prompt": "prompt"; "selectStyle": "selectStyle"; "selectedLabel": "selectedLabel"; "selectedValue": "selectedValue"; "selectionChanged": "selectionChanged"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
200
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormFieldSelect, "biggive-form-field-select", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prompt": { "alias": "prompt"; "required": false; }; "selectStyle": { "alias": "selectStyle"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "selectionChanged": { "alias": "selectionChanged"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
209
201
  }
210
- export declare interface BiggiveFormattedText extends Components.BiggiveFormattedText {
202
+ export declare interface BiggiveFormFieldSelect extends Components.BiggiveFormFieldSelect {
211
203
  }
212
204
  export declare class BiggiveFormattedText {
213
205
  protected z: NgZone;
214
206
  protected el: HTMLElement;
215
207
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
216
208
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFormattedText, never>;
217
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormattedText, "biggive-formatted-text", never, { "defaultTextColour": "defaultTextColour"; "maxWidth": "maxWidth"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
209
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormattedText, "biggive-formatted-text", never, { "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
218
210
  }
219
- export declare interface BiggiveGenericIcon extends Components.BiggiveGenericIcon {
211
+ export declare interface BiggiveFormattedText extends Components.BiggiveFormattedText {
220
212
  }
221
213
  export declare class BiggiveGenericIcon {
222
214
  protected z: NgZone;
223
215
  protected el: HTMLElement;
224
216
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
225
217
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveGenericIcon, never>;
226
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGenericIcon, "biggive-generic-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "iconGroup": "iconGroup"; "url": "url"; }, {}, never, ["*"], false, never>;
218
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGenericIcon, "biggive-generic-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "iconGroup": { "alias": "iconGroup"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
227
219
  }
228
- export declare interface BiggiveGrid extends Components.BiggiveGrid {
220
+ export declare interface BiggiveGenericIcon extends Components.BiggiveGenericIcon {
229
221
  }
230
222
  export declare class BiggiveGrid {
231
223
  protected z: NgZone;
232
224
  protected el: HTMLElement;
233
225
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
234
226
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveGrid, never>;
235
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGrid, "biggive-grid", never, { "columnCount": "columnCount"; "columnGap": "columnGap"; "spaceBelow": "spaceBelow"; "spaceBetween": "spaceBetween"; }, {}, never, ["*"], false, never>;
227
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGrid, "biggive-grid", never, { "columnCount": { "alias": "columnCount"; "required": false; }; "columnGap": { "alias": "columnGap"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "spaceBetween": { "alias": "spaceBetween"; "required": false; }; }, {}, never, ["*"], false, never>;
236
228
  }
237
- export declare interface BiggiveHeading extends Components.BiggiveHeading {
229
+ export declare interface BiggiveGrid extends Components.BiggiveGrid {
238
230
  }
239
231
  export declare class BiggiveHeading {
240
232
  protected z: NgZone;
241
233
  protected el: HTMLElement;
242
234
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
243
235
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeading, never>;
244
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeading, "biggive-heading", never, { "align": "align"; "colour": "colour"; "htmlElement": "htmlElement"; "icon": "icon"; "iconColour": "iconColour"; "size": "size"; "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "text": "text"; }, {}, never, ["*"], false, never>;
236
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeading, "biggive-heading", never, { "align": { "alias": "align"; "required": false; }; "colour": { "alias": "colour"; "required": false; }; "htmlElement": { "alias": "htmlElement"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceAbove": { "alias": "spaceAbove"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
245
237
  }
246
- export declare interface BiggiveHeroImage extends Components.BiggiveHeroImage {
238
+ export declare interface BiggiveHeading extends Components.BiggiveHeading {
247
239
  }
248
240
  export declare class BiggiveHeroImage {
249
241
  protected z: NgZone;
250
242
  protected el: HTMLElement;
251
243
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
252
244
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeroImage, never>;
253
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeroImage, "biggive-hero-image", never, { "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"; }, {}, never, ["*"], false, never>;
245
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeroImage, "biggive-hero-image", never, { "buttonColourScheme": { "alias": "buttonColourScheme"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonUrl": { "alias": "buttonUrl"; "required": false; }; "colourScheme": { "alias": "colourScheme"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "logoAltText": { "alias": "logoAltText"; "required": false; }; "logoHeight": { "alias": "logoHeight"; "required": false; }; "mainImage": { "alias": "mainImage"; "required": false; }; "mainImageAlignHorizontal": { "alias": "mainImageAlignHorizontal"; "required": false; }; "mainImageAlignVertical": { "alias": "mainImageAlignVertical"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "mainTitleColour": { "alias": "mainTitleColour"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "slugColour": { "alias": "slugColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "teaserColour": { "alias": "teaserColour"; "required": false; }; }, {}, never, ["*"], false, never>;
254
246
  }
255
- export declare interface BiggiveIconButton extends Components.BiggiveIconButton {
256
- /**
257
- *
258
- */
259
- doButtonClick: EventEmitter<CustomEvent<{
260
- event: object;
261
- url: string;
262
- }>>;
247
+ export declare interface BiggiveHeroImage extends Components.BiggiveHeroImage {
263
248
  }
264
249
  export declare class BiggiveIconButton {
265
250
  protected z: NgZone;
266
251
  protected el: HTMLElement;
267
252
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
268
253
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveIconButton, never>;
269
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconButton, "biggive-icon-button", never, { "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"; }, {}, never, ["*"], false, never>;
254
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconButton, "biggive-icon-button", never, { "arrow": { "alias": "arrow"; "required": false; }; "arrowColour": { "alias": "arrowColour"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundPadding": { "alias": "backgroundPadding"; "required": false; }; "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconGroup": { "alias": "iconGroup"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "text": { "alias": "text"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
270
255
  }
271
- export declare interface BiggiveIconGroup extends Components.BiggiveIconGroup {
256
+ export declare interface BiggiveIconButton extends Components.BiggiveIconButton {
257
+ doButtonClick: EventEmitter<CustomEvent<{
258
+ event: object;
259
+ url: string;
260
+ }>>;
272
261
  }
273
262
  export declare class BiggiveIconGroup {
274
263
  protected z: NgZone;
275
264
  protected el: HTMLElement;
276
265
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
277
266
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveIconGroup, never>;
278
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconGroup, "biggive-icon-group", never, { "label": "label"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
267
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconGroup, "biggive-icon-group", never, { "label": { "alias": "label"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
279
268
  }
280
- export declare interface BiggiveImage extends Components.BiggiveImage {
269
+ export declare interface BiggiveIconGroup extends Components.BiggiveIconGroup {
281
270
  }
282
271
  export declare class BiggiveImage {
283
272
  protected z: NgZone;
284
273
  protected el: HTMLElement;
285
274
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
286
275
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImage, never>;
287
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImage, "biggive-image", never, { "height": "height"; "imageAltText": "imageAltText"; "imageUrl": "imageUrl"; "sizeUnit": "sizeUnit"; "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "width": "width"; }, {}, never, ["*"], false, never>;
276
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImage, "biggive-image", never, { "height": { "alias": "height"; "required": false; }; "imageAltText": { "alias": "imageAltText"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "sizeUnit": { "alias": "sizeUnit"; "required": false; }; "spaceAbove": { "alias": "spaceAbove"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
288
277
  }
289
- export declare interface BiggiveImageButton extends Components.BiggiveImageButton {
290
- /**
291
- *
292
- */
293
- doButtonClick: EventEmitter<CustomEvent<{
294
- event: object;
295
- url: string;
296
- }>>;
278
+ export declare interface BiggiveImage extends Components.BiggiveImage {
297
279
  }
298
280
  export declare class BiggiveImageButton {
299
281
  protected z: NgZone;
300
282
  protected el: HTMLElement;
301
283
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
302
284
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImageButton, never>;
303
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageButton, "biggive-image-button", never, { "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"; }, {}, never, ["*"], false, never>;
285
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageButton, "biggive-image-button", never, { "arrow": { "alias": "arrow"; "required": false; }; "arrowColour": { "alias": "arrowColour"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundPadding": { "alias": "backgroundPadding"; "required": false; }; "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "text": { "alias": "text"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
304
286
  }
305
- export declare interface BiggiveImageFeature extends Components.BiggiveImageFeature {
287
+ export declare interface BiggiveImageButton extends Components.BiggiveImageButton {
288
+ doButtonClick: EventEmitter<CustomEvent<{
289
+ event: object;
290
+ url: string;
291
+ }>>;
306
292
  }
307
293
  export declare class BiggiveImageFeature {
308
294
  protected z: NgZone;
309
295
  protected el: HTMLElement;
310
296
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
311
297
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImageFeature, never>;
312
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageFeature, "biggive-image-feature", never, { "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"; }, {}, never, ["*"], false, never>;
298
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageFeature, "biggive-image-feature", never, { "buttonColourScheme": { "alias": "buttonColourScheme"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonUrl": { "alias": "buttonUrl"; "required": false; }; "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "imageAltText": { "alias": "imageAltText"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "mainTitleColour": { "alias": "mainTitleColour"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "slugColour": { "alias": "slugColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "teaserColour": { "alias": "teaserColour"; "required": false; }; }, {}, never, ["*"], false, never>;
313
299
  }
314
- export declare interface BiggiveMainMenu extends Components.BiggiveMainMenu {
300
+ export declare interface BiggiveImageFeature extends Components.BiggiveImageFeature {
315
301
  }
316
302
  export declare class BiggiveMainMenu {
317
303
  protected z: NgZone;
318
304
  protected el: HTMLElement;
319
305
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
320
306
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveMainMenu, never>;
321
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveMainMenu, "biggive-main-menu", never, { "blogUrlPrefix": "blogUrlPrefix"; "donateUrlPrefix": "donateUrlPrefix"; "experienceUrlPrefix": "experienceUrlPrefix"; "isLoggedIn": "isLoggedIn"; "logoUrl": "logoUrl"; "usePresetMenuContent": "usePresetMenuContent"; }, {}, never, ["*"], false, never>;
307
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveMainMenu, "biggive-main-menu", never, { "blogUrlPrefix": { "alias": "blogUrlPrefix"; "required": false; }; "donateUrlPrefix": { "alias": "donateUrlPrefix"; "required": false; }; "experienceUrlPrefix": { "alias": "experienceUrlPrefix"; "required": false; }; "isLoggedIn": { "alias": "isLoggedIn"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "usePresetMenuContent": { "alias": "usePresetMenuContent"; "required": false; }; }, {}, never, ["*"], false, never>;
322
308
  }
323
- export declare interface BiggiveMiscIcon extends Components.BiggiveMiscIcon {
309
+ export declare interface BiggiveMainMenu extends Components.BiggiveMainMenu {
324
310
  }
325
311
  export declare class BiggiveMiscIcon {
326
312
  protected z: NgZone;
327
313
  protected el: HTMLElement;
328
314
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
329
315
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveMiscIcon, never>;
330
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveMiscIcon, "biggive-misc-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "url": "url"; }, {}, never, ["*"], false, never>;
316
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveMiscIcon, "biggive-misc-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
331
317
  }
332
- export declare interface BiggiveNavGroup extends Components.BiggiveNavGroup {
318
+ export declare interface BiggiveMiscIcon extends Components.BiggiveMiscIcon {
333
319
  }
334
320
  export declare class BiggiveNavGroup {
335
321
  protected z: NgZone;
336
322
  protected el: HTMLElement;
337
323
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
338
324
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveNavGroup, never>;
339
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveNavGroup, "biggive-nav-group", never, { "inline": "inline"; }, {}, never, ["*"], false, never>;
325
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveNavGroup, "biggive-nav-group", never, { "inline": { "alias": "inline"; "required": false; }; }, {}, never, ["*"], false, never>;
340
326
  }
341
- export declare interface BiggiveNavItem extends Components.BiggiveNavItem {
327
+ export declare interface BiggiveNavGroup extends Components.BiggiveNavGroup {
342
328
  }
343
329
  export declare class BiggiveNavItem {
344
330
  protected z: NgZone;
345
331
  protected el: HTMLElement;
346
332
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
347
333
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveNavItem, never>;
348
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveNavItem, "biggive-nav-item", never, { "iconColour": "iconColour"; "label": "label"; "url": "url"; }, {}, never, ["*"], false, never>;
334
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveNavItem, "biggive-nav-item", never, { "iconColour": { "alias": "iconColour"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
349
335
  }
350
- export declare interface BiggivePageColumn extends Components.BiggivePageColumn {
336
+ export declare interface BiggiveNavItem extends Components.BiggiveNavItem {
351
337
  }
352
338
  export declare class BiggivePageColumn {
353
339
  protected z: NgZone;
@@ -356,25 +342,25 @@ export declare class BiggivePageColumn {
356
342
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePageColumn, never>;
357
343
  static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageColumn, "biggive-page-column", never, {}, {}, never, ["*"], false, never>;
358
344
  }
359
- export declare interface BiggivePageColumns extends Components.BiggivePageColumns {
345
+ export declare interface BiggivePageColumn extends Components.BiggivePageColumn {
360
346
  }
361
347
  export declare class BiggivePageColumns {
362
348
  protected z: NgZone;
363
349
  protected el: HTMLElement;
364
350
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
365
351
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePageColumns, never>;
366
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageColumns, "biggive-page-columns", never, { "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
352
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageColumns, "biggive-page-columns", never, { "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
367
353
  }
368
- export declare interface BiggivePageSection extends Components.BiggivePageSection {
354
+ export declare interface BiggivePageColumns extends Components.BiggivePageColumns {
369
355
  }
370
356
  export declare class BiggivePageSection {
371
357
  protected z: NgZone;
372
358
  protected el: HTMLElement;
373
359
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
374
360
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePageSection, never>;
375
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageSection, "biggive-page-section", never, { "colourScheme": "colourScheme"; "maxWidth": "maxWidth"; "primaryFullBleed": "primaryFullBleed"; "sectionStyleBottom": "sectionStyleBottom"; "sectionStyleTop": "sectionStyleTop"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
361
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageSection, "biggive-page-section", never, { "colourScheme": { "alias": "colourScheme"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "primaryFullBleed": { "alias": "primaryFullBleed"; "required": false; }; "sectionStyleBottom": { "alias": "sectionStyleBottom"; "required": false; }; "sectionStyleTop": { "alias": "sectionStyleTop"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
376
362
  }
377
- export declare interface BiggivePopup extends Components.BiggivePopup {
363
+ export declare interface BiggivePageSection extends Components.BiggivePageSection {
378
364
  }
379
365
  export declare class BiggivePopup {
380
366
  protected z: NgZone;
@@ -383,129 +369,131 @@ export declare class BiggivePopup {
383
369
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePopup, never>;
384
370
  static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePopup, "biggive-popup", never, {}, {}, never, ["*"], false, never>;
385
371
  }
386
- export declare interface BiggiveProgressBar extends Components.BiggiveProgressBar {
372
+ export declare interface BiggivePopup extends Components.BiggivePopup {
387
373
  }
388
374
  export declare class BiggiveProgressBar {
389
375
  protected z: NgZone;
390
376
  protected el: HTMLElement;
391
377
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
392
378
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveProgressBar, never>;
393
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveProgressBar, "biggive-progress-bar", never, { "colourScheme": "colourScheme"; "counter": "counter"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
379
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveProgressBar, "biggive-progress-bar", never, { "colourScheme": { "alias": "colourScheme"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
394
380
  }
395
- export declare interface BiggiveQuote extends Components.BiggiveQuote {
381
+ export declare interface BiggiveProgressBar extends Components.BiggiveProgressBar {
396
382
  }
397
383
  export declare class BiggiveQuote {
398
384
  protected z: NgZone;
399
385
  protected el: HTMLElement;
400
386
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
401
387
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveQuote, never>;
402
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": "attribution"; "defaultTextColour": "defaultTextColour"; "quote": "quote"; "quoteIconColour": "quoteIconColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
388
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": { "alias": "attribution"; "required": false; }; "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "quote": { "alias": "quote"; "required": false; }; "quoteIconColour": { "alias": "quoteIconColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
403
389
  }
404
- export declare interface BiggiveSheet extends Components.BiggiveSheet {
390
+ export declare interface BiggiveQuote extends Components.BiggiveQuote {
405
391
  }
406
392
  export declare class BiggiveSheet {
407
393
  protected z: NgZone;
408
394
  protected el: HTMLElement;
409
395
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
410
396
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveSheet, never>;
411
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSheet, "biggive-sheet", never, { "backgroundColour": "backgroundColour"; "sheetId": "sheetId"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
397
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSheet, "biggive-sheet", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "sheetId": { "alias": "sheetId"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; }, {}, never, ["*"], false, never>;
412
398
  }
413
- export declare interface BiggiveSocialIcon extends Components.BiggiveSocialIcon {
399
+ export declare interface BiggiveSheet extends Components.BiggiveSheet {
414
400
  }
415
401
  export declare class BiggiveSocialIcon {
416
402
  protected z: NgZone;
417
403
  protected el: HTMLElement;
418
404
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
419
405
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveSocialIcon, never>;
420
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSocialIcon, "biggive-social-icon", never, { "backgroundColour": "backgroundColour"; "iconColour": "iconColour"; "labelPrefix": "labelPrefix"; "service": "service"; "url": "url"; "wide": "wide"; }, {}, never, ["*"], false, never>;
406
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSocialIcon, "biggive-social-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "labelPrefix": { "alias": "labelPrefix"; "required": false; }; "service": { "alias": "service"; "required": false; }; "url": { "alias": "url"; "required": false; }; "wide": { "alias": "wide"; "required": false; }; }, {}, never, ["*"], false, never>;
421
407
  }
422
- export declare interface BiggiveTab extends Components.BiggiveTab {
408
+ export declare interface BiggiveSocialIcon extends Components.BiggiveSocialIcon {
423
409
  }
424
410
  export declare class BiggiveTab {
425
411
  protected z: NgZone;
426
412
  protected el: HTMLElement;
427
413
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
428
414
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTab, never>;
429
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTab, "biggive-tab", never, { "tabTitle": "tabTitle"; }, {}, never, ["*"], false, never>;
415
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTab, "biggive-tab", never, { "tabTitle": { "alias": "tabTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
430
416
  }
431
- export declare interface BiggiveTabbedContent extends Components.BiggiveTabbedContent {
417
+ export declare interface BiggiveTab extends Components.BiggiveTab {
432
418
  }
433
419
  export declare class BiggiveTabbedContent {
434
420
  protected z: NgZone;
435
421
  protected el: HTMLElement;
436
422
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
437
423
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTabbedContent, never>;
438
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTabbedContent, "biggive-tabbed-content", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "navigationHighlightColour": "navigationHighlightColour"; "selectedNavigationHighlightColour": "selectedNavigationHighlightColour"; "selectedTextColour": "selectedTextColour"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
424
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTabbedContent, "biggive-tabbed-content", never, { "buttonBackgroundColour": { "alias": "buttonBackgroundColour"; "required": false; }; "buttonIconColour": { "alias": "buttonIconColour"; "required": false; }; "navigationHighlightColour": { "alias": "navigationHighlightColour"; "required": false; }; "selectedNavigationHighlightColour": { "alias": "selectedNavigationHighlightColour"; "required": false; }; "selectedTextColour": { "alias": "selectedTextColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; }, {}, never, ["*"], false, never>;
439
425
  }
440
- export declare interface BiggiveTable extends Components.BiggiveTable {
426
+ export declare interface BiggiveTabbedContent extends Components.BiggiveTabbedContent {
441
427
  }
442
428
  export declare class BiggiveTable {
443
429
  protected z: NgZone;
444
430
  protected el: HTMLElement;
445
431
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
446
432
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTable, never>;
447
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTable, "biggive-table", never, { "bodyBackgroundColour": "bodyBackgroundColour"; "bodyTextColour": "bodyTextColour"; "headerBackgroundColour": "headerBackgroundColour"; "headerTextColour": "headerTextColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
433
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTable, "biggive-table", never, { "bodyBackgroundColour": { "alias": "bodyBackgroundColour"; "required": false; }; "bodyTextColour": { "alias": "bodyTextColour"; "required": false; }; "headerBackgroundColour": { "alias": "headerBackgroundColour"; "required": false; }; "headerTextColour": { "alias": "headerTextColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
448
434
  }
449
- export declare interface BiggiveTextInput extends Components.BiggiveTextInput {
435
+ export declare interface BiggiveTable extends Components.BiggiveTable {
450
436
  }
451
437
  export declare class BiggiveTextInput {
452
438
  protected z: NgZone;
453
439
  protected el: HTMLElement;
454
440
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
455
441
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTextInput, never>;
456
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": "currency"; "prompt": "prompt"; "selectStyle": "selectStyle"; "spaceBelow": "spaceBelow"; "value": "value"; }, {}, never, ["*"], false, never>;
442
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": { "alias": "currency"; "required": false; }; "prompt": { "alias": "prompt"; "required": false; }; "selectStyle": { "alias": "selectStyle"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
457
443
  }
458
- export declare interface BiggiveTimeline extends Components.BiggiveTimeline {
444
+ export declare interface BiggiveTextInput extends Components.BiggiveTextInput {
459
445
  }
460
446
  export declare class BiggiveTimeline {
461
447
  protected z: NgZone;
462
448
  protected el: HTMLElement;
463
449
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
464
450
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTimeline, never>;
465
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTimeline, "biggive-timeline", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "entryBackgroundColour": "entryBackgroundColour"; "entryDateColour": "entryDateColour"; "entryHighlightColour": "entryHighlightColour"; "entryTextColour": "entryTextColour"; "entryTitleColour": "entryTitleColour"; "navigationHighlightColour": "navigationHighlightColour"; "selectedNavigationHighlightColour": "selectedNavigationHighlightColour"; "selectedTextColour": "selectedTextColour"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
451
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTimeline, "biggive-timeline", never, { "buttonBackgroundColour": { "alias": "buttonBackgroundColour"; "required": false; }; "buttonIconColour": { "alias": "buttonIconColour"; "required": false; }; "entryBackgroundColour": { "alias": "entryBackgroundColour"; "required": false; }; "entryDateColour": { "alias": "entryDateColour"; "required": false; }; "entryHighlightColour": { "alias": "entryHighlightColour"; "required": false; }; "entryTextColour": { "alias": "entryTextColour"; "required": false; }; "entryTitleColour": { "alias": "entryTitleColour"; "required": false; }; "navigationHighlightColour": { "alias": "navigationHighlightColour"; "required": false; }; "selectedNavigationHighlightColour": { "alias": "selectedNavigationHighlightColour"; "required": false; }; "selectedTextColour": { "alias": "selectedTextColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; }, {}, never, ["*"], false, never>;
466
452
  }
467
- export declare interface BiggiveTimelineEntry extends Components.BiggiveTimelineEntry {
453
+ export declare interface BiggiveTimeline extends Components.BiggiveTimeline {
468
454
  }
469
455
  export declare class BiggiveTimelineEntry {
470
456
  protected z: NgZone;
471
457
  protected el: HTMLElement;
472
458
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
473
459
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTimelineEntry, never>;
474
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTimelineEntry, "biggive-timeline-entry", never, { "date": "date"; "heading": "heading"; }, {}, never, ["*"], false, never>;
460
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTimelineEntry, "biggive-timeline-entry", never, { "date": { "alias": "date"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], false, never>;
475
461
  }
476
- export declare interface BiggiveTotalizer extends Components.BiggiveTotalizer {
462
+ export declare interface BiggiveTimelineEntry extends Components.BiggiveTimelineEntry {
477
463
  }
478
464
  export declare class BiggiveTotalizer {
479
465
  protected z: NgZone;
480
466
  protected el: HTMLElement;
481
467
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
482
468
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTotalizer, never>;
483
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTotalizer, "biggive-totalizer", never, { "mainMessage": "mainMessage"; "primaryColour": "primaryColour"; "primaryTextColour": "primaryTextColour"; "secondaryColour": "secondaryColour"; "secondaryTextColour": "secondaryTextColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
469
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTotalizer, "biggive-totalizer", never, { "mainMessage": { "alias": "mainMessage"; "required": false; }; "primaryColour": { "alias": "primaryColour"; "required": false; }; "primaryTextColour": { "alias": "primaryTextColour"; "required": false; }; "secondaryColour": { "alias": "secondaryColour"; "required": false; }; "secondaryTextColour": { "alias": "secondaryTextColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
484
470
  }
485
- export declare interface BiggiveTotalizerTickerItem extends Components.BiggiveTotalizerTickerItem {
471
+ export declare interface BiggiveTotalizer extends Components.BiggiveTotalizer {
486
472
  }
487
473
  export declare class BiggiveTotalizerTickerItem {
488
474
  protected z: NgZone;
489
475
  protected el: HTMLElement;
490
476
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
491
477
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTotalizerTickerItem, never>;
492
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTotalizerTickerItem, "biggive-totalizer-ticker-item", never, { "figure": "figure"; "label": "label"; }, {}, never, ["*"], false, never>;
478
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTotalizerTickerItem, "biggive-totalizer-ticker-item", never, { "figure": { "alias": "figure"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
493
479
  }
494
- export declare interface BiggiveVideo extends Components.BiggiveVideo {
480
+ export declare interface BiggiveTotalizerTickerItem extends Components.BiggiveTotalizerTickerItem {
495
481
  }
496
482
  export declare class BiggiveVideo {
497
483
  protected z: NgZone;
498
484
  protected el: HTMLElement;
499
485
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
500
486
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveVideo, never>;
501
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveVideo, "biggive-video", never, { "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "videoUrl": "videoUrl"; }, {}, never, ["*"], false, never>;
487
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveVideo, "biggive-video", never, { "spaceAbove": { "alias": "spaceAbove"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "videoUrl": { "alias": "videoUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
502
488
  }
503
- export declare interface BiggiveVideoFeature extends Components.BiggiveVideoFeature {
489
+ export declare interface BiggiveVideo extends Components.BiggiveVideo {
504
490
  }
505
491
  export declare class BiggiveVideoFeature {
506
492
  protected z: NgZone;
507
493
  protected el: HTMLElement;
508
494
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
509
495
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveVideoFeature, never>;
510
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveVideoFeature, "biggive-video-feature", never, { "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"; }, {}, never, ["*"], false, never>;
496
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveVideoFeature, "biggive-video-feature", never, { "buttonColourScheme": { "alias": "buttonColourScheme"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonUrl": { "alias": "buttonUrl"; "required": false; }; "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "mainTitleColour": { "alias": "mainTitleColour"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "slugColour": { "alias": "slugColour"; "required": false; }; "spaceAbove": { "alias": "spaceAbove"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "teaserColour": { "alias": "teaserColour"; "required": false; }; "videoUrl": { "alias": "videoUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
497
+ }
498
+ export declare interface BiggiveVideoFeature extends Components.BiggiveVideoFeature {
511
499
  }