@biggive/components-angular 202606300841.0.0 → 202607231148.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@biggive/components-angular",
|
|
3
3
|
"description": "Angular-packaged components for @biggive apps",
|
|
4
4
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "202607231148.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^20.0.0||^21.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0||^21.0.0",
|
|
@@ -118,39 +118,6 @@ declare interface BiggiveCampaignCard extends Components.BiggiveCampaignCard {
|
|
|
118
118
|
url: string;
|
|
119
119
|
}>>;
|
|
120
120
|
}
|
|
121
|
-
declare class BiggiveCampaignCardFilterGrid {
|
|
122
|
-
protected z: NgZone;
|
|
123
|
-
protected el: HTMLBiggiveCampaignCardFilterGridElement;
|
|
124
|
-
doSearchAndFilterUpdate: EventEmitter<CustomEvent<{
|
|
125
|
-
searchText: string | null;
|
|
126
|
-
sortBy: string | null;
|
|
127
|
-
filterCategory: string | null;
|
|
128
|
-
filterBeneficiary: string | null;
|
|
129
|
-
filterLocation: string | null;
|
|
130
|
-
}>>;
|
|
131
|
-
doGetLocationFromBrowser: EventEmitter<CustomEvent<void>>;
|
|
132
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
133
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignCardFilterGrid, never>;
|
|
134
|
-
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; }; "enableSearchByLocation": { "alias": "enableSearchByLocation"; "required": false; }; "fetchingLocation": { "alias": "fetchingLocation"; "required": false; }; "intro": { "alias": "intro"; "required": false; }; "location": { "alias": "location"; "required": false; }; "locationOptions": { "alias": "locationOptions"; "required": false; }; "offerNearMeOption": { "alias": "offerNearMeOption"; "required": false; }; "placeholderText": { "alias": "placeholderText"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "selectedFilterBeneficiary": { "alias": "selectedFilterBeneficiary"; "required": false; }; "selectedFilterCategory": { "alias": "selectedFilterCategory"; "required": false; }; "selectedFilterLocation": { "alias": "selectedFilterLocation"; "required": false; }; "selectedSortByOption": { "alias": "selectedSortByOption"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, { "doSearchAndFilterUpdate": "doSearchAndFilterUpdate"; "doGetLocationFromBrowser": "doGetLocationFromBrowser"; }, never, ["*"], true, never>;
|
|
135
|
-
}
|
|
136
|
-
declare interface BiggiveCampaignCardFilterGrid extends Components.BiggiveCampaignCardFilterGrid {
|
|
137
|
-
/**
|
|
138
|
-
* This event `doSearchAndFilterUpdate` event is emitted and propogates to the parent
|
|
139
|
-
component which handles it
|
|
140
|
-
*/
|
|
141
|
-
doSearchAndFilterUpdate: EventEmitter<CustomEvent<{
|
|
142
|
-
searchText: string | null;
|
|
143
|
-
sortBy: string | null;
|
|
144
|
-
filterCategory: string | null;
|
|
145
|
-
filterBeneficiary: string | null;
|
|
146
|
-
filterLocation: string | null;
|
|
147
|
-
}>>;
|
|
148
|
-
/**
|
|
149
|
-
* This event `doSearchAndFilterUpdate` event is emitted and propogates to the parent
|
|
150
|
-
component which handles it
|
|
151
|
-
*/
|
|
152
|
-
doGetLocationFromBrowser: EventEmitter<CustomEvent<void>>;
|
|
153
|
-
}
|
|
154
121
|
declare class BiggiveCampaignHighlights {
|
|
155
122
|
protected z: NgZone;
|
|
156
123
|
protected el: HTMLBiggiveCampaignHighlightsElement;
|
|
@@ -556,8 +523,8 @@ declare interface PhilcoMainMenu extends Components.PhilcoMainMenu {
|
|
|
556
523
|
|
|
557
524
|
declare class ComponentsModule {
|
|
558
525
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
|
559
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, never, [typeof i1.CommonModule, typeof BiggiveAccordion, typeof BiggiveAccordionEntry, typeof BiggiveArticleCard, typeof BiggiveBackToTop, typeof BiggiveBasicCard, typeof BiggiveBiographyCard, typeof BiggiveBoxedContent, typeof BiggiveBrandedImage, typeof BiggiveButton, typeof BiggiveCallToAction, typeof BiggiveCampaignCard, typeof
|
|
526
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, never, [typeof i1.CommonModule, typeof BiggiveAccordion, typeof BiggiveAccordionEntry, typeof BiggiveArticleCard, typeof BiggiveBackToTop, typeof BiggiveBasicCard, typeof BiggiveBiographyCard, typeof BiggiveBoxedContent, typeof BiggiveBrandedImage, typeof BiggiveButton, typeof BiggiveCallToAction, typeof BiggiveCampaignCard, typeof BiggiveCampaignHighlights, typeof BiggiveContainerCard, typeof BiggiveCookieBanner, typeof BiggiveFooter, typeof BiggiveForm, typeof BiggiveFormFieldSelect, typeof BiggiveFormattedText, typeof BiggiveGrid, typeof BiggiveHeading, typeof BiggiveHeadingBanner, typeof BiggiveHeroImage, typeof BiggiveIconButton, typeof BiggiveImage, typeof BiggiveImageButton, typeof BiggiveImageCard, typeof BiggiveImageFeature, typeof BiggiveMainMenu, typeof BiggiveMiscIcon, typeof BiggiveNavGroup, typeof BiggiveNavItem, typeof BiggivePageColumn, typeof BiggivePageColumns, typeof BiggivePageSection, typeof BiggivePopup, typeof BiggiveProgressBar, typeof BiggiveQuote, typeof BiggiveSheet, typeof BiggiveSocialIcon, typeof BiggiveTab, typeof BiggiveTabbedContent, typeof BiggiveTable, typeof BiggiveTextInput, typeof BiggiveTimeline, typeof BiggiveTimelineEntry, typeof BiggiveTotalizer, typeof BiggiveTotalizerTickerItem, typeof BiggiveVideo, typeof BiggiveVideoFeature, typeof PhilcoFooter, typeof PhilcoMainMenu], [typeof BiggiveAccordion, typeof BiggiveAccordionEntry, typeof BiggiveArticleCard, typeof BiggiveBackToTop, typeof BiggiveBasicCard, typeof BiggiveBiographyCard, typeof BiggiveBoxedContent, typeof BiggiveBrandedImage, typeof BiggiveButton, typeof BiggiveCallToAction, typeof BiggiveCampaignCard, typeof BiggiveCampaignHighlights, typeof BiggiveContainerCard, typeof BiggiveCookieBanner, typeof BiggiveFooter, typeof BiggiveForm, typeof BiggiveFormFieldSelect, typeof BiggiveFormattedText, typeof BiggiveGrid, typeof BiggiveHeading, typeof BiggiveHeadingBanner, typeof BiggiveHeroImage, typeof BiggiveIconButton, typeof BiggiveImage, typeof BiggiveImageButton, typeof BiggiveImageCard, typeof BiggiveImageFeature, typeof BiggiveMainMenu, typeof BiggiveMiscIcon, typeof BiggiveNavGroup, typeof BiggiveNavItem, typeof BiggivePageColumn, typeof BiggivePageColumns, typeof BiggivePageSection, typeof BiggivePopup, typeof BiggiveProgressBar, typeof BiggiveQuote, typeof BiggiveSheet, typeof BiggiveSocialIcon, typeof BiggiveTab, typeof BiggiveTabbedContent, typeof BiggiveTable, typeof BiggiveTextInput, typeof BiggiveTimeline, typeof BiggiveTimelineEntry, typeof BiggiveTotalizer, typeof BiggiveTotalizerTickerItem, typeof BiggiveVideo, typeof BiggiveVideoFeature, typeof PhilcoFooter, typeof PhilcoMainMenu]>;
|
|
560
527
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
|
561
528
|
}
|
|
562
529
|
|
|
563
|
-
export { BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard,
|
|
530
|
+
export { BiggiveAccordion, BiggiveAccordionEntry, BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBiographyCard, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignHighlights, BiggiveContainerCard, BiggiveCookieBanner, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormattedText, BiggiveGrid, BiggiveHeading, BiggiveHeadingBanner, BiggiveHeroImage, BiggiveIconButton, BiggiveImage, BiggiveImageButton, BiggiveImageCard, BiggiveImageFeature, BiggiveMainMenu, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSheet, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTable, BiggiveTextInput, BiggiveTimeline, BiggiveTimelineEntry, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature, ComponentsModule, PhilcoFooter, PhilcoMainMenu };
|