@biggive/components-angular 0.0.20 → 1.0.6

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 +1 @@
1
- {"version":3,"file":"biggive-components-angular.mjs","sources":["../../../projects/components/src/lib/stencil-generated/angular-component-lib/utils.ts","../../../projects/components/src/lib/stencil-generated/components.ts","../../../projects/components/src/lib/stencil-generated/index.ts","../../../projects/components/src/lib/components.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/biggive-components-angular.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach(item => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n }\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach(methodName => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() =>\n this.el[methodName].apply(this.el, args)\n );\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach(eventName => instance[eventName] = fromEvent(el, eventName));\n}\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (\n customElement !== undefined &&\n typeof customElements !== 'undefined' &&\n !customElements.get(tagName)\n ) {\n customElements.define(tagName, customElement);\n }\n}\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void, inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, NgZone } from '@angular/core';\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nimport type { Components } from '@biggive/components/dist/components';\n\nimport { defineCustomElement as defineBiggiveCampaignCard } from '@biggive/components/dist/components/biggive-campaign-card.js';\nimport { defineCustomElement as defineBiggiveGrid } from '@biggive/components/dist/components/biggive-grid.js';\nimport { defineCustomElement as defineDemoCampaignCards } from '@biggive/components/dist/components/demo-campaign-cards.js';\n\n\nexport declare interface BiggiveCampaignCard extends Components.BiggiveCampaignCard {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveCampaignCard,\n inputs: ['banner', 'beneficiaries', 'callToActionLabel', 'callToActionUrl', 'campaignTitle', 'campaignType', 'categories', 'currencyCode', 'daysRemaining', 'matchFundsRemaining', 'organisationName', 'target', 'totalFundsRaised']\n})\n@Component({\n selector: 'biggive-campaign-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['banner', 'beneficiaries', 'callToActionLabel', 'callToActionUrl', 'campaignTitle', 'campaignType', 'categories', 'currencyCode', 'daysRemaining', 'matchFundsRemaining', 'organisationName', 'target', 'totalFundsRaised']\n})\nexport class BiggiveCampaignCard {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveGrid extends Components.BiggiveGrid {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveGrid\n})\n@Component({\n selector: 'biggive-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggiveGrid {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DemoCampaignCards extends Components.DemoCampaignCards {}\n\n@ProxyCmp({\n defineCustomElementFn: defineDemoCampaignCards\n})\n@Component({\n selector: 'demo-campaign-cards',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class DemoCampaignCards {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n","\nimport * as d from './components';\n\nexport const DIRECTIVES = [\n d.BiggiveCampaignCard,\n d.BiggiveGrid,\n d.DemoCampaignCards\n];\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { DIRECTIVES } from './stencil-generated';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [...DIRECTIVES],\n exports: [...DIRECTIVES],\n})\nexport class ComponentsModule { }\n","/*\n * Public API Surface of components\n */\n\n// Directives\nexport * from './lib/stencil-generated/components';\n\n// Package module\nexport { ComponentsModule } from './lib/components.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["defineBiggiveCampaignCard","defineBiggiveGrid","defineDemoCampaignCards","d.BiggiveCampaignCard","d.BiggiveGrid","d.DemoCampaignCards","i1.BiggiveCampaignCard","i1.BiggiveGrid","i1.DemoCampaignCards"],"mappings":"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"}
1
+ {"version":3,"file":"biggive-components-angular.mjs","sources":["../../../projects/components/src/lib/stencil-generated/angular-component-lib/utils.ts","../../../projects/components/src/lib/stencil-generated/components.ts","../../../projects/components/src/lib/stencil-generated/index.ts","../../../projects/components/src/lib/components.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/biggive-components-angular.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach(item => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n }\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach(methodName => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() =>\n this.el[methodName].apply(this.el, args)\n );\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach(eventName => instance[eventName] = fromEvent(el, eventName));\n}\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (\n customElement !== undefined &&\n typeof customElements !== 'undefined' &&\n !customElements.get(tagName)\n ) {\n customElements.define(tagName, customElement);\n }\n}\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void, inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, NgZone } from '@angular/core';\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nimport type { Components } from '@biggive/components/dist/components';\n\nimport { defineCustomElement as defineBiggiveBackToTop } from '@biggive/components/dist/components/biggive-back-to-top.js';\nimport { defineCustomElement as defineBiggiveBasicCard } from '@biggive/components/dist/components/biggive-basic-card.js';\nimport { defineCustomElement as defineBiggiveBeneficiaryIcon } from '@biggive/components/dist/components/biggive-beneficiary-icon.js';\nimport { defineCustomElement as defineBiggiveBoxedContent } from '@biggive/components/dist/components/biggive-boxed-content.js';\nimport { defineCustomElement as defineBiggiveBrandedImage } from '@biggive/components/dist/components/biggive-branded-image.js';\nimport { defineCustomElement as defineBiggiveButton } from '@biggive/components/dist/components/biggive-button.js';\nimport { defineCustomElement as defineBiggiveCallToAction } from '@biggive/components/dist/components/biggive-call-to-action.js';\nimport { defineCustomElement as defineBiggiveCampaignCard } from '@biggive/components/dist/components/biggive-campaign-card.js';\nimport { defineCustomElement as defineBiggiveCampaignCardFilterGrid } from '@biggive/components/dist/components/biggive-campaign-card-filter-grid.js';\nimport { defineCustomElement as defineBiggiveCampaignHighlights } from '@biggive/components/dist/components/biggive-campaign-highlights.js';\nimport { defineCustomElement as defineBiggiveCategoryIcon } from '@biggive/components/dist/components/biggive-category-icon.js';\nimport { defineCustomElement as defineBiggiveFooter } from '@biggive/components/dist/components/biggive-footer.js';\nimport { defineCustomElement as defineBiggiveForm } from '@biggive/components/dist/components/biggive-form.js';\nimport { defineCustomElement as defineBiggiveFormFieldSelect } from '@biggive/components/dist/components/biggive-form-field-select.js';\nimport { defineCustomElement as defineBiggiveFormattedText } from '@biggive/components/dist/components/biggive-formatted-text.js';\nimport { defineCustomElement as defineBiggiveGrid } from '@biggive/components/dist/components/biggive-grid.js';\nimport { defineCustomElement as defineBiggiveHeader } from '@biggive/components/dist/components/biggive-header.js';\nimport { defineCustomElement as defineBiggiveHeading } from '@biggive/components/dist/components/biggive-heading.js';\nimport { defineCustomElement as defineBiggiveHeroImage } from '@biggive/components/dist/components/biggive-hero-image.js';\nimport { defineCustomElement as defineBiggiveIconGroup } from '@biggive/components/dist/components/biggive-icon-group.js';\nimport { defineCustomElement as defineBiggiveImage } from '@biggive/components/dist/components/biggive-image.js';\nimport { defineCustomElement as defineBiggiveImageFeature } from '@biggive/components/dist/components/biggive-image-feature.js';\nimport { defineCustomElement as defineBiggiveMiscIcon } from '@biggive/components/dist/components/biggive-misc-icon.js';\nimport { defineCustomElement as defineBiggivePageColumn } from '@biggive/components/dist/components/biggive-page-column.js';\nimport { defineCustomElement as defineBiggivePageColumns } from '@biggive/components/dist/components/biggive-page-columns.js';\nimport { defineCustomElement as defineBiggivePageSection } from '@biggive/components/dist/components/biggive-page-section.js';\nimport { defineCustomElement as defineBiggiveProgressBar } from '@biggive/components/dist/components/biggive-progress-bar.js';\nimport { defineCustomElement as defineBiggiveQuote } from '@biggive/components/dist/components/biggive-quote.js';\nimport { defineCustomElement as defineBiggiveSearch } from '@biggive/components/dist/components/biggive-search.js';\nimport { defineCustomElement as defineBiggiveSocialIcon } from '@biggive/components/dist/components/biggive-social-icon.js';\nimport { defineCustomElement as defineBiggiveTab } from '@biggive/components/dist/components/biggive-tab.js';\nimport { defineCustomElement as defineBiggiveTabbedContent } from '@biggive/components/dist/components/biggive-tabbed-content.js';\nimport { defineCustomElement as defineBiggiveTextInput } from '@biggive/components/dist/components/biggive-text-input.js';\nimport { defineCustomElement as defineBiggiveTotalizer } from '@biggive/components/dist/components/biggive-totalizer.js';\nimport { defineCustomElement as defineBiggiveVideo } from '@biggive/components/dist/components/biggive-video.js';\nimport { defineCustomElement as defineBiggiveVideoFeature } from '@biggive/components/dist/components/biggive-video-feature.js';\n\n\nexport declare interface BiggiveBackToTop extends Components.BiggiveBackToTop {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveBackToTop\n})\n@Component({\n selector: 'biggive-back-to-top',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggiveBackToTop {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveBasicCard extends Components.BiggiveBasicCard {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveBasicCard,\n inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle']\n})\n@Component({\n selector: 'biggive-basic-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['backgroundColour', 'backgroundImageUrl', 'buttonColourScheme', 'buttonLabel', 'buttonUrl', 'iconColour', 'mainTitle', 'spaceBelow', 'subtitle']\n})\nexport class BiggiveBasicCard {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveBeneficiaryIcon,\n inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']\n})\n@Component({\n selector: 'biggive-beneficiary-icon',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']\n})\nexport class BiggiveBeneficiaryIcon {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveBoxedContent extends Components.BiggiveBoxedContent {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveBoxedContent,\n inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']\n})\n@Component({\n selector: 'biggive-boxed-content',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['backgroundColour', 'horizontalPadding', 'shadow', 'spaceBelow', 'verticalPadding']\n})\nexport class BiggiveBoxedContent {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveBrandedImage extends Components.BiggiveBrandedImage {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveBrandedImage,\n inputs: ['imageUrl', 'logoUrl', 'slug', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-branded-image',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['imageUrl', 'logoUrl', 'slug', 'spaceBelow']\n})\nexport class BiggiveBrandedImage {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveButton extends Components.BiggiveButton {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveButton,\n inputs: ['colourScheme', 'fullWidth', 'label', 'spaceBelow', 'url']\n})\n@Component({\n selector: 'biggive-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['colourScheme', 'fullWidth', 'label', 'spaceBelow', 'url']\n})\nexport class BiggiveButton {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveCallToAction extends Components.BiggiveCallToAction {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveCallToAction,\n inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'spaceBelow', 'subtitle', 'subtitleColour', 'teaser', 'teaserColour']\n})\n@Component({\n selector: 'biggive-call-to-action',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['defaultTextColour', 'mainTitle', 'mainTitleColour', 'primaryButtonColourScheme', 'primaryButtonLabel', 'primaryButtonUrl', 'secondaryButtonColourScheme', 'secondaryButtonLabel', 'secondaryButtonUrl', 'slug', 'slugColour', 'spaceBelow', 'subtitle', 'subtitleColour', 'teaser', 'teaserColour']\n})\nexport class BiggiveCallToAction {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveCampaignCard extends Components.BiggiveCampaignCard {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveCampaignCard,\n inputs: ['banner', 'campaignTitle', 'campaignType', 'currencyCode', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-campaign-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['banner', 'campaignTitle', 'campaignType', 'currencyCode', 'donateButtonColourScheme', 'donateButtonLabel', 'donateButtonUrl', 'moreInfoButtonColourScheme', 'moreInfoButtonLabel', 'moreInfoButtonUrl', 'organisationName', 'primaryFigureAmount', 'primaryFigureLabel', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'spaceBelow']\n})\nexport class BiggiveCampaignCard {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveCampaignCardFilterGrid extends Components.BiggiveCampaignCardFilterGrid {\n /**\n * This event `doTextSearch` event is emitted and propogates to the parent\ncomponent which handles it \n */\n doTextSearch: EventEmitter<CustomEvent<string>>;\n\n}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveCampaignCardFilterGrid,\n inputs: ['buttonText', 'intro', 'placeholderText', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-campaign-card-filter-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['buttonText', 'intro', 'placeholderText', 'spaceBelow']\n})\nexport class BiggiveCampaignCardFilterGrid {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['doTextSearch']);\n }\n}\n\n\nexport declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveCampaignHighlights,\n inputs: ['banner', 'campaignTitle', 'currencyCode', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-campaign-highlights',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['banner', 'campaignTitle', 'currencyCode', 'primaryFigureAmount', 'primaryFigureLabel', 'primaryStatIcon', 'primaryStatText', 'progressBarCounter', 'secondaryFigureAmount', 'secondaryFigureLabel', 'secondaryStatIcon', 'secondaryStatText', 'spaceBelow']\n})\nexport class BiggiveCampaignHighlights {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveCategoryIcon,\n inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']\n})\n@Component({\n selector: 'biggive-category-icon',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['backgroundColour', 'icon', 'iconColour', 'label', 'url']\n})\nexport class BiggiveCategoryIcon {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveFooter extends Components.BiggiveFooter {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveFooter\n})\n@Component({\n selector: 'biggive-footer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggiveFooter {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveForm extends Components.BiggiveForm {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveForm\n})\n@Component({\n selector: 'biggive-form',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggiveForm {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveFormFieldSelect extends Components.BiggiveFormFieldSelect {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveFormFieldSelect\n})\n@Component({\n selector: 'biggive-form-field-select',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggiveFormFieldSelect {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveFormattedText extends Components.BiggiveFormattedText {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveFormattedText,\n inputs: ['defaultTextColour', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-formatted-text',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['defaultTextColour', 'spaceBelow']\n})\nexport class BiggiveFormattedText {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveGrid extends Components.BiggiveGrid {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveGrid,\n inputs: ['columnCount', 'columnGap', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['columnCount', 'columnGap', 'spaceBelow']\n})\nexport class BiggiveGrid {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveHeader extends Components.BiggiveHeader {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveHeader,\n inputs: ['spaceBelow']\n})\n@Component({\n selector: 'biggive-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['spaceBelow']\n})\nexport class BiggiveHeader {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveHeading extends Components.BiggiveHeading {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveHeading,\n inputs: ['colour', 'htmlElement', 'size', 'spaceBelow', 'text']\n})\n@Component({\n selector: 'biggive-heading',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['colour', 'htmlElement', 'size', 'spaceBelow', 'text']\n})\nexport class BiggiveHeading {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveHeroImage extends Components.BiggiveHeroImage {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveHeroImage,\n inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']\n})\n@Component({\n selector: 'biggive-hero-image',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'colourScheme', 'logo', 'mainImage', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']\n})\nexport class BiggiveHeroImage {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveIconGroup extends Components.BiggiveIconGroup {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveIconGroup,\n inputs: ['label', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-icon-group',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['label', 'spaceBelow']\n})\nexport class BiggiveIconGroup {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveImage extends Components.BiggiveImage {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveImage,\n inputs: ['imageUrl', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-image',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['imageUrl', 'spaceBelow']\n})\nexport class BiggiveImage {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveImageFeature extends Components.BiggiveImageFeature {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveImageFeature,\n inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']\n})\n@Component({\n selector: 'biggive-image-feature',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'imageUrl', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour']\n})\nexport class BiggiveImageFeature {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveMiscIcon extends Components.BiggiveMiscIcon {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveMiscIcon,\n inputs: ['backgroundColour', 'icon', 'iconColour', 'url']\n})\n@Component({\n selector: 'biggive-misc-icon',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['backgroundColour', 'icon', 'iconColour', 'url']\n})\nexport class BiggiveMiscIcon {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggivePageColumn extends Components.BiggivePageColumn {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggivePageColumn\n})\n@Component({\n selector: 'biggive-page-column',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggivePageColumn {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggivePageColumns extends Components.BiggivePageColumns {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggivePageColumns,\n inputs: ['spaceBelow']\n})\n@Component({\n selector: 'biggive-page-columns',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['spaceBelow']\n})\nexport class BiggivePageColumns {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggivePageSection extends Components.BiggivePageSection {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggivePageSection,\n inputs: ['colourScheme', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-page-section',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['colourScheme', 'sectionStyleBottom', 'sectionStyleTop', 'spaceBelow']\n})\nexport class BiggivePageSection {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveProgressBar extends Components.BiggiveProgressBar {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveProgressBar,\n inputs: ['colourScheme', 'counter', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-progress-bar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['colourScheme', 'counter', 'spaceBelow']\n})\nexport class BiggiveProgressBar {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveQuote extends Components.BiggiveQuote {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveQuote,\n inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-quote',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']\n})\nexport class BiggiveQuote {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveSearch extends Components.BiggiveSearch {\n /**\n * This event `doSearch` event is emitted and propogates to the parent\ncomponent which handles it \n */\n doSearch: EventEmitter<CustomEvent<string>>;\n\n}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveSearch,\n inputs: ['buttonText', 'placeholderText']\n})\n@Component({\n selector: 'biggive-search',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['buttonText', 'placeholderText']\n})\nexport class BiggiveSearch {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['doSearch']);\n }\n}\n\n\nexport declare interface BiggiveSocialIcon extends Components.BiggiveSocialIcon {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveSocialIcon,\n inputs: ['backgroundColour', 'iconColour', 'service', 'url']\n})\n@Component({\n selector: 'biggive-social-icon',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['backgroundColour', 'iconColour', 'service', 'url']\n})\nexport class BiggiveSocialIcon {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveTab extends Components.BiggiveTab {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveTab,\n inputs: ['tabTitle']\n})\n@Component({\n selector: 'biggive-tab',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['tabTitle']\n})\nexport class BiggiveTab {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveTabbedContent extends Components.BiggiveTabbedContent {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveTabbedContent,\n inputs: ['defaultTextColour', 'spaceBelow']\n})\n@Component({\n selector: 'biggive-tabbed-content',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['defaultTextColour', 'spaceBelow']\n})\nexport class BiggiveTabbedContent {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveTextInput extends Components.BiggiveTextInput {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveTextInput\n})\n@Component({\n selector: 'biggive-text-input',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>'\n})\nexport class BiggiveTextInput {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveTotalizer extends Components.BiggiveTotalizer {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveTotalizer,\n inputs: ['currencyCode', 'includingGiftAid', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow', 'totalMatchFunds', 'totalRaised']\n})\n@Component({\n selector: 'biggive-totalizer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['currencyCode', 'includingGiftAid', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow', 'totalMatchFunds', 'totalRaised']\n})\nexport class BiggiveTotalizer {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveVideo extends Components.BiggiveVideo {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveVideo,\n inputs: ['spaceBelow', 'videoUrl']\n})\n@Component({\n selector: 'biggive-video',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['spaceBelow', 'videoUrl']\n})\nexport class BiggiveVideo {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface BiggiveVideoFeature extends Components.BiggiveVideoFeature {}\n\n@ProxyCmp({\n defineCustomElementFn: defineBiggiveVideoFeature,\n inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']\n})\n@Component({\n selector: 'biggive-video-feature',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']\n})\nexport class BiggiveVideoFeature {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n","\nimport * as d from './components';\n\nexport const DIRECTIVES = [\n d.BiggiveBackToTop,\n d.BiggiveBasicCard,\n d.BiggiveBeneficiaryIcon,\n d.BiggiveBoxedContent,\n d.BiggiveBrandedImage,\n d.BiggiveButton,\n d.BiggiveCallToAction,\n d.BiggiveCampaignCard,\n d.BiggiveCampaignCardFilterGrid,\n d.BiggiveCampaignHighlights,\n d.BiggiveCategoryIcon,\n d.BiggiveFooter,\n d.BiggiveForm,\n d.BiggiveFormFieldSelect,\n d.BiggiveFormattedText,\n d.BiggiveGrid,\n d.BiggiveHeader,\n d.BiggiveHeading,\n d.BiggiveHeroImage,\n d.BiggiveIconGroup,\n d.BiggiveImage,\n d.BiggiveImageFeature,\n d.BiggiveMiscIcon,\n d.BiggivePageColumn,\n d.BiggivePageColumns,\n d.BiggivePageSection,\n d.BiggiveProgressBar,\n d.BiggiveQuote,\n d.BiggiveSearch,\n d.BiggiveSocialIcon,\n d.BiggiveTab,\n d.BiggiveTabbedContent,\n d.BiggiveTextInput,\n d.BiggiveTotalizer,\n d.BiggiveVideo,\n d.BiggiveVideoFeature\n];\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { DIRECTIVES } from './stencil-generated';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [...DIRECTIVES],\n exports: [...DIRECTIVES],\n})\nexport class ComponentsModule { }\n","/*\n * Public API Surface of components\n */\n\n// Directives\nexport * from './lib/stencil-generated/components';\n\n// Package module\nexport { ComponentsModule } from './lib/components.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["defineBiggiveBackToTop","defineBiggiveBasicCard","defineBiggiveBeneficiaryIcon","defineBiggiveBoxedContent","defineBiggiveBrandedImage","defineBiggiveButton","defineBiggiveCallToAction","defineBiggiveCampaignCard","defineBiggiveCampaignCardFilterGrid","defineBiggiveCampaignHighlights","defineBiggiveCategoryIcon","defineBiggiveFooter","defineBiggiveForm","defineBiggiveFormFieldSelect","defineBiggiveFormattedText","defineBiggiveGrid","defineBiggiveHeader","defineBiggiveHeading","defineBiggiveHeroImage","defineBiggiveIconGroup","defineBiggiveImage","defineBiggiveImageFeature","defineBiggiveMiscIcon","defineBiggivePageColumn","defineBiggivePageColumns","defineBiggivePageSection","defineBiggiveProgressBar","defineBiggiveQuote","defineBiggiveSearch","defineBiggiveSocialIcon","defineBiggiveTab","defineBiggiveTabbedContent","defineBiggiveTextInput","defineBiggiveTotalizer","defineBiggiveVideo","defineBiggiveVideoFeature","d.BiggiveBackToTop","d.BiggiveBasicCard","d.BiggiveBeneficiaryIcon","d.BiggiveBoxedContent","d.BiggiveBrandedImage","d.BiggiveButton","d.BiggiveCallToAction","d.BiggiveCampaignCard","d.BiggiveCampaignCardFilterGrid","d.BiggiveCampaignHighlights","d.BiggiveCategoryIcon","d.BiggiveFooter","d.BiggiveForm","d.BiggiveFormFieldSelect","d.BiggiveFormattedText","d.BiggiveGrid","d.BiggiveHeader","d.BiggiveHeading","d.BiggiveHeroImage","d.BiggiveIconGroup","d.BiggiveImage","d.BiggiveImageFeature","d.BiggiveMiscIcon","d.BiggivePageColumn","d.BiggivePageColumns","d.BiggivePageSection","d.BiggiveProgressBar","d.BiggiveQuote","d.BiggiveSearch","d.BiggiveSocialIcon","d.BiggiveTab","d.BiggiveTabbedContent","d.BiggiveTextInput","d.BiggiveTotalizer","d.BiggiveVideo","d.BiggiveVideoFeature","i1.BiggiveBackToTop","i1.BiggiveBasicCard","i1.BiggiveBeneficiaryIcon","i1.BiggiveBoxedContent","i1.BiggiveBrandedImage","i1.BiggiveButton","i1.BiggiveCallToAction","i1.BiggiveCampaignCard","i1.BiggiveCampaignCardFilterGrid","i1.BiggiveCampaignHighlights","i1.BiggiveCategoryIcon","i1.BiggiveFooter","i1.BiggiveForm","i1.BiggiveFormFieldSelect","i1.BiggiveFormattedText","i1.BiggiveGrid","i1.BiggiveHeader","i1.BiggiveHeading","i1.BiggiveHeroImage","i1.BiggiveIconGroup","i1.BiggiveImage","i1.BiggiveImageFeature","i1.BiggiveMiscIcon","i1.BiggivePageColumn","i1.BiggivePageColumns","i1.BiggivePageSection","i1.BiggiveProgressBar","i1.BiggiveQuote","i1.BiggiveSearch","i1.BiggiveSocialIcon","i1.BiggiveTab","i1.BiggiveTabbedContent","i1.BiggiveTextInput","i1.BiggiveTotalizer","i1.BiggiveVideo","i1.BiggiveVideoFeature"],"mappings":"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"}
@@ -3,6 +3,6 @@ import * as i1 from "./stencil-generated/components";
3
3
  import * as i2 from "@angular/common";
4
4
  export declare class ComponentsModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.BiggiveCampaignCard, typeof i1.BiggiveGrid, typeof i1.DemoCampaignCards], [typeof i2.CommonModule], [typeof i1.BiggiveCampaignCard, typeof i1.BiggiveGrid, typeof i1.DemoCampaignCards]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.BiggiveBackToTop, typeof i1.BiggiveBasicCard, typeof i1.BiggiveBeneficiaryIcon, typeof i1.BiggiveBoxedContent, typeof i1.BiggiveBrandedImage, typeof i1.BiggiveButton, typeof i1.BiggiveCallToAction, typeof i1.BiggiveCampaignCard, typeof i1.BiggiveCampaignCardFilterGrid, typeof i1.BiggiveCampaignHighlights, typeof i1.BiggiveCategoryIcon, typeof i1.BiggiveFooter, typeof i1.BiggiveForm, typeof i1.BiggiveFormFieldSelect, typeof i1.BiggiveFormattedText, typeof i1.BiggiveGrid, typeof i1.BiggiveHeader, typeof i1.BiggiveHeading, typeof i1.BiggiveHeroImage, typeof i1.BiggiveIconGroup, typeof i1.BiggiveImage, typeof i1.BiggiveImageFeature, typeof i1.BiggiveMiscIcon, typeof i1.BiggivePageColumn, typeof i1.BiggivePageColumns, typeof i1.BiggivePageSection, typeof i1.BiggiveProgressBar, typeof i1.BiggiveQuote, typeof i1.BiggiveSearch, typeof i1.BiggiveSocialIcon, typeof i1.BiggiveTab, typeof i1.BiggiveTabbedContent, typeof i1.BiggiveTextInput, typeof i1.BiggiveTotalizer, typeof i1.BiggiveVideo, typeof i1.BiggiveVideoFeature], [typeof i2.CommonModule], [typeof i1.BiggiveBackToTop, typeof i1.BiggiveBasicCard, typeof i1.BiggiveBeneficiaryIcon, typeof i1.BiggiveBoxedContent, typeof i1.BiggiveBrandedImage, typeof i1.BiggiveButton, typeof i1.BiggiveCallToAction, typeof i1.BiggiveCampaignCard, typeof i1.BiggiveCampaignCardFilterGrid, typeof i1.BiggiveCampaignHighlights, typeof i1.BiggiveCategoryIcon, typeof i1.BiggiveFooter, typeof i1.BiggiveForm, typeof i1.BiggiveFormFieldSelect, typeof i1.BiggiveFormattedText, typeof i1.BiggiveGrid, typeof i1.BiggiveHeader, typeof i1.BiggiveHeading, typeof i1.BiggiveHeroImage, typeof i1.BiggiveIconGroup, typeof i1.BiggiveImage, typeof i1.BiggiveImageFeature, typeof i1.BiggiveMiscIcon, typeof i1.BiggivePageColumn, typeof i1.BiggivePageColumns, typeof i1.BiggivePageSection, typeof i1.BiggiveProgressBar, typeof i1.BiggiveQuote, typeof i1.BiggiveSearch, typeof i1.BiggiveSocialIcon, typeof i1.BiggiveTab, typeof i1.BiggiveTabbedContent, typeof i1.BiggiveTextInput, typeof i1.BiggiveTotalizer, typeof i1.BiggiveVideo, typeof i1.BiggiveVideoFeature]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
8
8
  }
@@ -1,6 +1,69 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
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 BiggiveBackToTop extends Components.BiggiveBackToTop {
5
+ }
6
+ export declare class BiggiveBackToTop {
7
+ protected z: NgZone;
8
+ protected el: HTMLElement;
9
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBackToTop, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBackToTop, "biggive-back-to-top", never, {}, {}, never, ["*"], false>;
12
+ }
13
+ export declare interface BiggiveBasicCard extends Components.BiggiveBasicCard {
14
+ }
15
+ export declare class BiggiveBasicCard {
16
+ protected z: NgZone;
17
+ protected el: HTMLElement;
18
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBasicCard, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "backgroundColour": "backgroundColour"; "backgroundImageUrl": "backgroundImageUrl"; "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "iconColour": "iconColour"; "mainTitle": "mainTitle"; "spaceBelow": "spaceBelow"; "subtitle": "subtitle"; }, {}, never, ["*"], false>;
21
+ }
22
+ export declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {
23
+ }
24
+ export declare class BiggiveBeneficiaryIcon {
25
+ protected z: NgZone;
26
+ protected el: HTMLElement;
27
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBeneficiaryIcon, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBeneficiaryIcon, "biggive-beneficiary-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "label": "label"; "url": "url"; }, {}, never, ["*"], false>;
30
+ }
31
+ export declare interface BiggiveBoxedContent extends Components.BiggiveBoxedContent {
32
+ }
33
+ export declare class BiggiveBoxedContent {
34
+ protected z: NgZone;
35
+ protected el: HTMLElement;
36
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBoxedContent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBoxedContent, "biggive-boxed-content", never, { "backgroundColour": "backgroundColour"; "horizontalPadding": "horizontalPadding"; "shadow": "shadow"; "spaceBelow": "spaceBelow"; "verticalPadding": "verticalPadding"; }, {}, never, ["*"], false>;
39
+ }
40
+ export declare interface BiggiveBrandedImage extends Components.BiggiveBrandedImage {
41
+ }
42
+ export declare class BiggiveBrandedImage {
43
+ protected z: NgZone;
44
+ protected el: HTMLElement;
45
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBrandedImage, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBrandedImage, "biggive-branded-image", never, { "imageUrl": "imageUrl"; "logoUrl": "logoUrl"; "slug": "slug"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
48
+ }
49
+ export declare interface BiggiveButton extends Components.BiggiveButton {
50
+ }
51
+ export declare class BiggiveButton {
52
+ protected z: NgZone;
53
+ protected el: HTMLElement;
54
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveButton, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveButton, "biggive-button", never, { "colourScheme": "colourScheme"; "fullWidth": "fullWidth"; "label": "label"; "spaceBelow": "spaceBelow"; "url": "url"; }, {}, never, ["*"], false>;
57
+ }
58
+ export declare interface BiggiveCallToAction extends Components.BiggiveCallToAction {
59
+ }
60
+ export declare class BiggiveCallToAction {
61
+ protected z: NgZone;
62
+ protected el: HTMLElement;
63
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
64
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCallToAction, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCallToAction, "biggive-call-to-action", never, { "defaultTextColour": "defaultTextColour"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "primaryButtonColourScheme": "primaryButtonColourScheme"; "primaryButtonLabel": "primaryButtonLabel"; "primaryButtonUrl": "primaryButtonUrl"; "secondaryButtonColourScheme": "secondaryButtonColourScheme"; "secondaryButtonLabel": "secondaryButtonLabel"; "secondaryButtonUrl": "secondaryButtonUrl"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "subtitle": "subtitle"; "subtitleColour": "subtitleColour"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false>;
66
+ }
4
67
  export declare interface BiggiveCampaignCard extends Components.BiggiveCampaignCard {
5
68
  }
6
69
  export declare class BiggiveCampaignCard {
@@ -8,7 +71,75 @@ export declare class BiggiveCampaignCard {
8
71
  protected el: HTMLElement;
9
72
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
73
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCard, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCard, "biggive-campaign-card", never, { "banner": "banner"; "beneficiaries": "beneficiaries"; "callToActionLabel": "callToActionLabel"; "callToActionUrl": "callToActionUrl"; "campaignTitle": "campaignTitle"; "campaignType": "campaignType"; "categories": "categories"; "currencyCode": "currencyCode"; "daysRemaining": "daysRemaining"; "matchFundsRemaining": "matchFundsRemaining"; "organisationName": "organisationName"; "target": "target"; "totalFundsRaised": "totalFundsRaised"; }, {}, never, ["*"], false>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCard, "biggive-campaign-card", never, { "banner": "banner"; "campaignTitle": "campaignTitle"; "campaignType": "campaignType"; "currencyCode": "currencyCode"; "donateButtonColourScheme": "donateButtonColourScheme"; "donateButtonLabel": "donateButtonLabel"; "donateButtonUrl": "donateButtonUrl"; "moreInfoButtonColourScheme": "moreInfoButtonColourScheme"; "moreInfoButtonLabel": "moreInfoButtonLabel"; "moreInfoButtonUrl": "moreInfoButtonUrl"; "organisationName": "organisationName"; "primaryFigureAmount": "primaryFigureAmount"; "primaryFigureLabel": "primaryFigureLabel"; "progressBarCounter": "progressBarCounter"; "secondaryFigureAmount": "secondaryFigureAmount"; "secondaryFigureLabel": "secondaryFigureLabel"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
75
+ }
76
+ export declare interface BiggiveCampaignCardFilterGrid extends Components.BiggiveCampaignCardFilterGrid {
77
+ /**
78
+ * This event `doTextSearch` event is emitted and propogates to the parent
79
+ component which handles it
80
+ */
81
+ doTextSearch: EventEmitter<CustomEvent<string>>;
82
+ }
83
+ export declare class BiggiveCampaignCardFilterGrid {
84
+ protected z: NgZone;
85
+ protected el: HTMLElement;
86
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCardFilterGrid, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignCardFilterGrid, "biggive-campaign-card-filter-grid", never, { "buttonText": "buttonText"; "intro": "intro"; "placeholderText": "placeholderText"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
89
+ }
90
+ export declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {
91
+ }
92
+ export declare class BiggiveCampaignHighlights {
93
+ protected z: NgZone;
94
+ protected el: HTMLElement;
95
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignHighlights, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignHighlights, "biggive-campaign-highlights", never, { "banner": "banner"; "campaignTitle": "campaignTitle"; "currencyCode": "currencyCode"; "primaryFigureAmount": "primaryFigureAmount"; "primaryFigureLabel": "primaryFigureLabel"; "primaryStatIcon": "primaryStatIcon"; "primaryStatText": "primaryStatText"; "progressBarCounter": "progressBarCounter"; "secondaryFigureAmount": "secondaryFigureAmount"; "secondaryFigureLabel": "secondaryFigureLabel"; "secondaryStatIcon": "secondaryStatIcon"; "secondaryStatText": "secondaryStatText"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
98
+ }
99
+ export declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {
100
+ }
101
+ export declare class BiggiveCategoryIcon {
102
+ protected z: NgZone;
103
+ protected el: HTMLElement;
104
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
105
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCategoryIcon, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCategoryIcon, "biggive-category-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "label": "label"; "url": "url"; }, {}, never, ["*"], false>;
107
+ }
108
+ export declare interface BiggiveFooter extends Components.BiggiveFooter {
109
+ }
110
+ export declare class BiggiveFooter {
111
+ protected z: NgZone;
112
+ protected el: HTMLElement;
113
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
114
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFooter, never>;
115
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFooter, "biggive-footer", never, {}, {}, never, ["*"], false>;
116
+ }
117
+ export declare interface BiggiveForm extends Components.BiggiveForm {
118
+ }
119
+ export declare class BiggiveForm {
120
+ protected z: NgZone;
121
+ protected el: HTMLElement;
122
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
123
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveForm, never>;
124
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveForm, "biggive-form", never, {}, {}, never, ["*"], false>;
125
+ }
126
+ export declare interface BiggiveFormFieldSelect extends Components.BiggiveFormFieldSelect {
127
+ }
128
+ export declare class BiggiveFormFieldSelect {
129
+ protected z: NgZone;
130
+ protected el: HTMLElement;
131
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
132
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFormFieldSelect, never>;
133
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormFieldSelect, "biggive-form-field-select", never, {}, {}, never, ["*"], false>;
134
+ }
135
+ export declare interface BiggiveFormattedText extends Components.BiggiveFormattedText {
136
+ }
137
+ export declare class BiggiveFormattedText {
138
+ protected z: NgZone;
139
+ protected el: HTMLElement;
140
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
141
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFormattedText, never>;
142
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormattedText, "biggive-formatted-text", never, { "defaultTextColour": "defaultTextColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
12
143
  }
13
144
  export declare interface BiggiveGrid extends Components.BiggiveGrid {
14
145
  }
@@ -17,14 +148,190 @@ export declare class BiggiveGrid {
17
148
  protected el: HTMLElement;
18
149
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
19
150
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveGrid, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGrid, "biggive-grid", never, {}, {}, never, ["*"], false>;
151
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGrid, "biggive-grid", never, { "columnCount": "columnCount"; "columnGap": "columnGap"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
152
+ }
153
+ export declare interface BiggiveHeader extends Components.BiggiveHeader {
154
+ }
155
+ export declare class BiggiveHeader {
156
+ protected z: NgZone;
157
+ protected el: HTMLElement;
158
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
159
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeader, never>;
160
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeader, "biggive-header", never, { "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
161
+ }
162
+ export declare interface BiggiveHeading extends Components.BiggiveHeading {
163
+ }
164
+ export declare class BiggiveHeading {
165
+ protected z: NgZone;
166
+ protected el: HTMLElement;
167
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
168
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeading, never>;
169
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeading, "biggive-heading", never, { "colour": "colour"; "htmlElement": "htmlElement"; "size": "size"; "spaceBelow": "spaceBelow"; "text": "text"; }, {}, never, ["*"], false>;
170
+ }
171
+ export declare interface BiggiveHeroImage extends Components.BiggiveHeroImage {
172
+ }
173
+ export declare class BiggiveHeroImage {
174
+ protected z: NgZone;
175
+ protected el: HTMLElement;
176
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
177
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeroImage, never>;
178
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeroImage, "biggive-hero-image", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "colourScheme": "colourScheme"; "logo": "logo"; "mainImage": "mainImage"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false>;
179
+ }
180
+ export declare interface BiggiveIconGroup extends Components.BiggiveIconGroup {
181
+ }
182
+ export declare class BiggiveIconGroup {
183
+ protected z: NgZone;
184
+ protected el: HTMLElement;
185
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
186
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveIconGroup, never>;
187
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconGroup, "biggive-icon-group", never, { "label": "label"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
188
+ }
189
+ export declare interface BiggiveImage extends Components.BiggiveImage {
190
+ }
191
+ export declare class BiggiveImage {
192
+ protected z: NgZone;
193
+ protected el: HTMLElement;
194
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
195
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImage, never>;
196
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImage, "biggive-image", never, { "imageUrl": "imageUrl"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
197
+ }
198
+ export declare interface BiggiveImageFeature extends Components.BiggiveImageFeature {
199
+ }
200
+ export declare class BiggiveImageFeature {
201
+ protected z: NgZone;
202
+ protected el: HTMLElement;
203
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
204
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImageFeature, never>;
205
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageFeature, "biggive-image-feature", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "defaultTextColour": "defaultTextColour"; "imageUrl": "imageUrl"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false>;
206
+ }
207
+ export declare interface BiggiveMiscIcon extends Components.BiggiveMiscIcon {
208
+ }
209
+ export declare class BiggiveMiscIcon {
210
+ protected z: NgZone;
211
+ protected el: HTMLElement;
212
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
213
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveMiscIcon, never>;
214
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveMiscIcon, "biggive-misc-icon", never, { "backgroundColour": "backgroundColour"; "icon": "icon"; "iconColour": "iconColour"; "url": "url"; }, {}, never, ["*"], false>;
215
+ }
216
+ export declare interface BiggivePageColumn extends Components.BiggivePageColumn {
217
+ }
218
+ export declare class BiggivePageColumn {
219
+ protected z: NgZone;
220
+ protected el: HTMLElement;
221
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
222
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePageColumn, never>;
223
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageColumn, "biggive-page-column", never, {}, {}, never, ["*"], false>;
224
+ }
225
+ export declare interface BiggivePageColumns extends Components.BiggivePageColumns {
226
+ }
227
+ export declare class BiggivePageColumns {
228
+ protected z: NgZone;
229
+ protected el: HTMLElement;
230
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
231
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePageColumns, never>;
232
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageColumns, "biggive-page-columns", never, { "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
233
+ }
234
+ export declare interface BiggivePageSection extends Components.BiggivePageSection {
235
+ }
236
+ export declare class BiggivePageSection {
237
+ protected z: NgZone;
238
+ protected el: HTMLElement;
239
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
240
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggivePageSection, never>;
241
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggivePageSection, "biggive-page-section", never, { "colourScheme": "colourScheme"; "sectionStyleBottom": "sectionStyleBottom"; "sectionStyleTop": "sectionStyleTop"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
242
+ }
243
+ export declare interface BiggiveProgressBar extends Components.BiggiveProgressBar {
244
+ }
245
+ export declare class BiggiveProgressBar {
246
+ protected z: NgZone;
247
+ protected el: HTMLElement;
248
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
249
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveProgressBar, never>;
250
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveProgressBar, "biggive-progress-bar", never, { "colourScheme": "colourScheme"; "counter": "counter"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
251
+ }
252
+ export declare interface BiggiveQuote extends Components.BiggiveQuote {
253
+ }
254
+ export declare class BiggiveQuote {
255
+ protected z: NgZone;
256
+ protected el: HTMLElement;
257
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
258
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveQuote, never>;
259
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": "attribution"; "defaultTextColour": "defaultTextColour"; "quote": "quote"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
260
+ }
261
+ export declare interface BiggiveSearch extends Components.BiggiveSearch {
262
+ /**
263
+ * This event `doSearch` event is emitted and propogates to the parent
264
+ component which handles it
265
+ */
266
+ doSearch: EventEmitter<CustomEvent<string>>;
267
+ }
268
+ export declare class BiggiveSearch {
269
+ protected z: NgZone;
270
+ protected el: HTMLElement;
271
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
272
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveSearch, never>;
273
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSearch, "biggive-search", never, { "buttonText": "buttonText"; "placeholderText": "placeholderText"; }, {}, never, ["*"], false>;
274
+ }
275
+ export declare interface BiggiveSocialIcon extends Components.BiggiveSocialIcon {
276
+ }
277
+ export declare class BiggiveSocialIcon {
278
+ protected z: NgZone;
279
+ protected el: HTMLElement;
280
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
281
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveSocialIcon, never>;
282
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSocialIcon, "biggive-social-icon", never, { "backgroundColour": "backgroundColour"; "iconColour": "iconColour"; "service": "service"; "url": "url"; }, {}, never, ["*"], false>;
283
+ }
284
+ export declare interface BiggiveTab extends Components.BiggiveTab {
285
+ }
286
+ export declare class BiggiveTab {
287
+ protected z: NgZone;
288
+ protected el: HTMLElement;
289
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
290
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTab, never>;
291
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTab, "biggive-tab", never, { "tabTitle": "tabTitle"; }, {}, never, ["*"], false>;
292
+ }
293
+ export declare interface BiggiveTabbedContent extends Components.BiggiveTabbedContent {
294
+ }
295
+ export declare class BiggiveTabbedContent {
296
+ protected z: NgZone;
297
+ protected el: HTMLElement;
298
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
299
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTabbedContent, never>;
300
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTabbedContent, "biggive-tabbed-content", never, { "defaultTextColour": "defaultTextColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
301
+ }
302
+ export declare interface BiggiveTextInput extends Components.BiggiveTextInput {
303
+ }
304
+ export declare class BiggiveTextInput {
305
+ protected z: NgZone;
306
+ protected el: HTMLElement;
307
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
308
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTextInput, never>;
309
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, {}, {}, never, ["*"], false>;
310
+ }
311
+ export declare interface BiggiveTotalizer extends Components.BiggiveTotalizer {
312
+ }
313
+ export declare class BiggiveTotalizer {
314
+ protected z: NgZone;
315
+ protected el: HTMLElement;
316
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
317
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTotalizer, never>;
318
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTotalizer, "biggive-totalizer", never, { "currencyCode": "currencyCode"; "includingGiftAid": "includingGiftAid"; "primaryColour": "primaryColour"; "primaryTextColour": "primaryTextColour"; "secondaryColour": "secondaryColour"; "secondaryTextColour": "secondaryTextColour"; "spaceBelow": "spaceBelow"; "totalMatchFunds": "totalMatchFunds"; "totalRaised": "totalRaised"; }, {}, never, ["*"], false>;
319
+ }
320
+ export declare interface BiggiveVideo extends Components.BiggiveVideo {
321
+ }
322
+ export declare class BiggiveVideo {
323
+ protected z: NgZone;
324
+ protected el: HTMLElement;
325
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
326
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveVideo, never>;
327
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveVideo, "biggive-video", never, { "spaceBelow": "spaceBelow"; "videoUrl": "videoUrl"; }, {}, never, ["*"], false>;
21
328
  }
22
- export declare interface DemoCampaignCards extends Components.DemoCampaignCards {
329
+ export declare interface BiggiveVideoFeature extends Components.BiggiveVideoFeature {
23
330
  }
24
- export declare class DemoCampaignCards {
331
+ export declare class BiggiveVideoFeature {
25
332
  protected z: NgZone;
26
333
  protected el: HTMLElement;
27
334
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
28
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoCampaignCards, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<DemoCampaignCards, "demo-campaign-cards", never, {}, {}, never, ["*"], false>;
335
+ static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveVideoFeature, never>;
336
+ 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"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; "videoUrl": "videoUrl"; }, {}, never, ["*"], false>;
30
337
  }
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.BiggiveCampaignCard | typeof d.BiggiveGrid | typeof d.DemoCampaignCards)[];
2
+ export declare const DIRECTIVES: (typeof d.BiggiveBackToTop | typeof d.BiggiveBasicCard | typeof d.BiggiveBeneficiaryIcon | typeof d.BiggiveBoxedContent | typeof d.BiggiveBrandedImage | typeof d.BiggiveButton | typeof d.BiggiveCallToAction | typeof d.BiggiveCampaignCard | typeof d.BiggiveCampaignCardFilterGrid | typeof d.BiggiveCampaignHighlights | typeof d.BiggiveCategoryIcon | typeof d.BiggiveFooter | typeof d.BiggiveForm | typeof d.BiggiveFormFieldSelect | typeof d.BiggiveFormattedText | typeof d.BiggiveGrid | typeof d.BiggiveHeader | typeof d.BiggiveHeading | typeof d.BiggiveHeroImage | typeof d.BiggiveIconGroup | typeof d.BiggiveImage | typeof d.BiggiveImageFeature | typeof d.BiggiveMiscIcon | typeof d.BiggivePageColumn | typeof d.BiggivePageColumns | typeof d.BiggivePageSection | typeof d.BiggiveProgressBar | typeof d.BiggiveQuote | typeof d.BiggiveSearch | typeof d.BiggiveSocialIcon | typeof d.BiggiveTab | typeof d.BiggiveTabbedContent | typeof d.BiggiveTextInput | typeof d.BiggiveTotalizer | typeof d.BiggiveVideo | typeof d.BiggiveVideoFeature)[];
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@biggive/components-angular",
3
3
  "description": "Angular-packaged components for @biggive apps",
4
- "version": "0.0.20",
4
+ "version": "1.0.6",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^14.1.0",
7
7
  "@angular/core": "^14.1.0",
8
- "@biggive/components": "~0.0.20"
8
+ "@biggive/components": "^1.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"