@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.
- package/esm2020/lib/stencil-generated/components.mjs +15 -15
- package/fesm2015/biggive-components-angular.mjs +14 -14
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +14 -14
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +9 -4
- package/package.json +1 -1
|
@@ -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, { "
|
|
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