@biggive/components-angular 1.0.140 → 1.0.142

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.
@@ -53,7 +53,7 @@ export declare class BiggiveBrandedImage {
53
53
  protected el: HTMLElement;
54
54
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBrandedImage, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBrandedImage, "biggive-branded-image", never, { "championName": "championName"; "charityLocation": "charityLocation"; "charityName": "charityName"; "charityUrl": "charityUrl"; "imageUrl": "imageUrl"; "logoUrl": "logoUrl"; "slug": "slug"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
56
+ 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>;
57
57
  }
58
58
  export declare interface BiggiveButton extends Components.BiggiveButton {
59
59
  }
@@ -95,13 +95,18 @@ export declare interface BiggiveCampaignCardFilterGrid extends Components.Biggiv
95
95
  filterLocation: string;
96
96
  filterFunding: string;
97
97
  }>>;
98
+ /**
99
+ * This event `doSearchAndFilterUpdate` event is emitted and propogates to the parent
100
+ component which handles it
101
+ */
102
+ doClearFilters: EventEmitter<CustomEvent<boolean>>;
98
103
  }
99
104
  export declare class BiggiveCampaignCardFilterGrid {
100
105
  protected z: NgZone;
101
106
  protected el: HTMLElement;
102
107
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
103
108
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCardFilterGrid, never>;
104
- 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"; "selectedLabel": "selectedLabel"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
109
+ 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"; "selectedLabel": "selectedLabel"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
105
110
  }
106
111
  export declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {
107
112
  }
@@ -110,7 +115,7 @@ export declare class BiggiveCampaignHighlights {
110
115
  protected el: HTMLElement;
111
116
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
112
117
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignHighlights, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCampaignHighlights, "biggive-campaign-highlights", never, { "banner": "banner"; "campaignTitle": "campaignTitle"; "primaryFigureAmount": "primaryFigureAmount"; "primaryFigureLabel": "primaryFigureLabel"; "primaryStatIcon": "primaryStatIcon"; "primaryStatText": "primaryStatText"; "progressBarCounter": "progressBarCounter"; "secondaryFigureAmount": "secondaryFigureAmount"; "secondaryFigureLabel": "secondaryFigureLabel"; "secondaryStatIcon": "secondaryStatIcon"; "secondaryStatText": "secondaryStatText"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
118
+ 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>;
114
119
  }
115
120
  export declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {
116
121
  }
@@ -341,7 +346,7 @@ export declare class BiggiveSearch {
341
346
  protected el: HTMLElement;
342
347
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
343
348
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveSearch, never>;
344
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSearch, "biggive-search", never, { "buttonText": "buttonText"; "placeholderText": "placeholderText"; }, {}, never, ["*"], false>;
349
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSearch, "biggive-search", never, { "buttonText": "buttonText"; "placeholderText": "placeholderText"; "searchText": "searchText"; }, {}, never, ["*"], false>;
345
350
  }
346
351
  export declare interface BiggiveSocialIcon extends Components.BiggiveSocialIcon {
347
352
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@biggive/components-angular",
3
3
  "description": "Angular-packaged components for @biggive apps",
4
- "version": "1.0.140",
4
+ "version": "1.0.142",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^14.1.0",
7
7
  "@angular/core": "^14.1.0",