@biggive/components-angular 202403261241.0.0 → 202404111349.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/esm2022/lib/components.module.mjs +2 -2
- package/esm2022/lib/stencil-generated/components.mjs +1 -56
- package/esm2022/lib/stencil-generated/index.mjs +1 -3
- package/fesm2022/biggive-components-angular.mjs +2 -57
- package/fesm2022/biggive-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +0 -18
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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.BiggiveAccordion, typeof i1.BiggiveAccordionEntry, typeof i1.BiggiveArticleCard, typeof i1.BiggiveBackToTop, typeof i1.BiggiveBasicCard, typeof i1.BiggiveBeneficiaryIcon, typeof i1.BiggiveBiographyCard, typeof i1.BiggiveBoxedContent, typeof i1.BiggiveBrandedImage, typeof i1.BiggiveButton, typeof i1.BiggiveCallToAction, typeof i1.BiggiveCampaignCard, typeof i1.BiggiveCampaignCardFilterGrid, typeof i1.BiggiveCampaignHighlights, typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.BiggiveAccordion, typeof i1.BiggiveAccordionEntry, typeof i1.BiggiveArticleCard, typeof i1.BiggiveBackToTop, typeof i1.BiggiveBasicCard, typeof i1.BiggiveBeneficiaryIcon, typeof i1.BiggiveBiographyCard, 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.BiggiveCookieBanner, typeof i1.BiggiveFooter, typeof i1.BiggiveForm, typeof i1.BiggiveFormFieldSelect, typeof i1.BiggiveFormattedText, typeof i1.BiggiveGenericIcon, typeof i1.BiggiveGrid, typeof i1.BiggiveHeading, typeof i1.BiggiveHeroImage, typeof i1.BiggiveIconButton, typeof i1.BiggiveIconGroup, typeof i1.BiggiveImage, typeof i1.BiggiveImageButton, typeof i1.BiggiveImageCard, typeof i1.BiggiveImageFeature, typeof i1.BiggiveMainMenu, typeof i1.BiggiveMiscIcon, typeof i1.BiggiveNavGroup, typeof i1.BiggiveNavItem, typeof i1.BiggivePageColumn, typeof i1.BiggivePageColumns, typeof i1.BiggivePageSection, typeof i1.BiggivePopup, typeof i1.BiggiveProgressBar, typeof i1.BiggiveQuote, typeof i1.BiggiveSheet, typeof i1.BiggiveSocialIcon, typeof i1.BiggiveTab, typeof i1.BiggiveTabbedContent, typeof i1.BiggiveTable, typeof i1.BiggiveTextInput, typeof i1.BiggiveTimeline, typeof i1.BiggiveTimelineEntry, typeof i1.BiggiveTotalizer, typeof i1.BiggiveTotalizerTickerItem, typeof i1.BiggiveVideo, typeof i1.BiggiveVideoFeature], [typeof i2.CommonModule], [typeof i1.BiggiveAccordion, typeof i1.BiggiveAccordionEntry, typeof i1.BiggiveArticleCard, typeof i1.BiggiveBackToTop, typeof i1.BiggiveBasicCard, typeof i1.BiggiveBeneficiaryIcon, typeof i1.BiggiveBiographyCard, 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.BiggiveCookieBanner, typeof i1.BiggiveFooter, typeof i1.BiggiveForm, typeof i1.BiggiveFormFieldSelect, typeof i1.BiggiveFormattedText, typeof i1.BiggiveGenericIcon, typeof i1.BiggiveGrid, typeof i1.BiggiveHeading, typeof i1.BiggiveHeroImage, typeof i1.BiggiveIconButton, typeof i1.BiggiveIconGroup, typeof i1.BiggiveImage, typeof i1.BiggiveImageButton, typeof i1.BiggiveImageCard, typeof i1.BiggiveImageFeature, typeof i1.BiggiveMainMenu, typeof i1.BiggiveMiscIcon, typeof i1.BiggiveNavGroup, typeof i1.BiggiveNavItem, typeof i1.BiggivePageColumn, typeof i1.BiggivePageColumns, typeof i1.BiggivePageSection, typeof i1.BiggivePopup, typeof i1.BiggiveProgressBar, typeof i1.BiggiveQuote, typeof i1.BiggiveSheet, typeof i1.BiggiveSocialIcon, typeof i1.BiggiveTab, typeof i1.BiggiveTabbedContent, typeof i1.BiggiveTable, typeof i1.BiggiveTextInput, typeof i1.BiggiveTimeline, typeof i1.BiggiveTimelineEntry, typeof i1.BiggiveTotalizer, typeof i1.BiggiveTotalizerTickerItem, typeof i1.BiggiveVideo, typeof i1.BiggiveVideoFeature]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
|
8
8
|
}
|
|
@@ -147,15 +147,6 @@ export declare class BiggiveCampaignHighlights {
|
|
|
147
147
|
}
|
|
148
148
|
export declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {
|
|
149
149
|
}
|
|
150
|
-
export declare class BiggiveCarousel {
|
|
151
|
-
protected z: NgZone;
|
|
152
|
-
protected el: HTMLElement;
|
|
153
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
154
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCarousel, 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>;
|
|
156
|
-
}
|
|
157
|
-
export declare interface BiggiveCarousel extends Components.BiggiveCarousel {
|
|
158
|
-
}
|
|
159
150
|
export declare class BiggiveCategoryIcon {
|
|
160
151
|
protected z: NgZone;
|
|
161
152
|
protected el: HTMLElement;
|
|
@@ -187,15 +178,6 @@ export declare interface BiggiveCookieBanner extends Components.BiggiveCookieBan
|
|
|
187
178
|
thirdParty: boolean;
|
|
188
179
|
}>>;
|
|
189
180
|
}
|
|
190
|
-
export declare class BiggiveFilteredCarousel {
|
|
191
|
-
protected z: NgZone;
|
|
192
|
-
protected el: HTMLElement;
|
|
193
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
194
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFilteredCarousel, never>;
|
|
195
|
-
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>;
|
|
196
|
-
}
|
|
197
|
-
export declare interface BiggiveFilteredCarousel extends Components.BiggiveFilteredCarousel {
|
|
198
|
-
}
|
|
199
181
|
export declare class BiggiveFooter {
|
|
200
182
|
protected z: NgZone;
|
|
201
183
|
protected el: HTMLElement;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.BiggiveAccordion | typeof d.BiggiveAccordionEntry | typeof d.BiggiveArticleCard | typeof d.BiggiveBackToTop | typeof d.BiggiveBasicCard | typeof d.BiggiveBeneficiaryIcon | typeof d.BiggiveBiographyCard | typeof d.BiggiveBoxedContent | typeof d.BiggiveBrandedImage | typeof d.BiggiveButton | typeof d.BiggiveCallToAction | typeof d.BiggiveCampaignCard | typeof d.BiggiveCampaignCardFilterGrid | typeof d.BiggiveCampaignHighlights | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.BiggiveAccordion | typeof d.BiggiveAccordionEntry | typeof d.BiggiveArticleCard | typeof d.BiggiveBackToTop | typeof d.BiggiveBasicCard | typeof d.BiggiveBeneficiaryIcon | typeof d.BiggiveBiographyCard | 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.BiggiveCookieBanner | typeof d.BiggiveFooter | typeof d.BiggiveForm | typeof d.BiggiveFormFieldSelect | typeof d.BiggiveFormattedText | typeof d.BiggiveGenericIcon | typeof d.BiggiveGrid | typeof d.BiggiveHeading | typeof d.BiggiveHeroImage | typeof d.BiggiveIconButton | typeof d.BiggiveIconGroup | typeof d.BiggiveImage | typeof d.BiggiveImageButton | typeof d.BiggiveImageCard | typeof d.BiggiveImageFeature | typeof d.BiggiveMainMenu | typeof d.BiggiveMiscIcon | typeof d.BiggiveNavGroup | typeof d.BiggiveNavItem | typeof d.BiggivePageColumn | typeof d.BiggivePageColumns | typeof d.BiggivePageSection | typeof d.BiggivePopup | typeof d.BiggiveProgressBar | typeof d.BiggiveQuote | typeof d.BiggiveSheet | typeof d.BiggiveSocialIcon | typeof d.BiggiveTab | typeof d.BiggiveTabbedContent | typeof d.BiggiveTable | typeof d.BiggiveTextInput | typeof d.BiggiveTimeline | typeof d.BiggiveTimelineEntry | typeof d.BiggiveTotalizer | typeof d.BiggiveTotalizerTickerItem | typeof d.BiggiveVideo | typeof d.BiggiveVideoFeature)[];
|
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": "202404111349.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^16.2.0||^17.0.0",
|
|
8
8
|
"@angular/core": "^16.2.0||^17.0.0",
|