@biggive/components-angular 202502121659.0.0 → 202502131758.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 +4 -85
- package/esm2022/lib/stencil-generated/index.mjs +1 -4
- package/fesm2022/biggive-components-angular.mjs +5 -86
- package/fesm2022/biggive-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +1 -28
- 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.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.BiggiveAccordion, typeof i1.BiggiveAccordionEntry, typeof i1.BiggiveArticleCard, typeof i1.BiggiveBackToTop, typeof i1.BiggiveBasicCard, 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.BiggiveContainerCard, typeof i1.BiggiveCookieBanner, typeof i1.BiggiveFooter, typeof i1.BiggiveForm, typeof i1.BiggiveFormFieldSelect, typeof i1.BiggiveFormattedText, 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.BiggiveBiographyCard, typeof i1.BiggiveBoxedContent, typeof i1.BiggiveBrandedImage, typeof i1.BiggiveButton, typeof i1.BiggiveCallToAction, typeof i1.BiggiveCampaignCard, typeof i1.BiggiveCampaignCardFilterGrid, typeof i1.BiggiveCampaignHighlights, typeof i1.BiggiveContainerCard, typeof i1.BiggiveCookieBanner, typeof i1.BiggiveFooter, typeof i1.BiggiveForm, typeof i1.BiggiveFormFieldSelect, typeof i1.BiggiveFormattedText, 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
|
}
|
|
@@ -46,15 +46,6 @@ export declare class BiggiveBasicCard {
|
|
|
46
46
|
}
|
|
47
47
|
export declare interface BiggiveBasicCard extends Components.BiggiveBasicCard {
|
|
48
48
|
}
|
|
49
|
-
export declare class BiggiveBeneficiaryIcon {
|
|
50
|
-
protected z: NgZone;
|
|
51
|
-
protected el: HTMLBiggiveBeneficiaryIconElement;
|
|
52
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBeneficiaryIcon, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBeneficiaryIcon, "biggive-beneficiary-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
55
|
-
}
|
|
56
|
-
export declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {
|
|
57
|
-
}
|
|
58
49
|
export declare class BiggiveBiographyCard {
|
|
59
50
|
protected z: NgZone;
|
|
60
51
|
protected el: HTMLBiggiveBiographyCardElement;
|
|
@@ -146,15 +137,6 @@ export declare class BiggiveCampaignHighlights {
|
|
|
146
137
|
}
|
|
147
138
|
export declare interface BiggiveCampaignHighlights extends Components.BiggiveCampaignHighlights {
|
|
148
139
|
}
|
|
149
|
-
export declare class BiggiveCategoryIcon {
|
|
150
|
-
protected z: NgZone;
|
|
151
|
-
protected el: HTMLBiggiveCategoryIconElement;
|
|
152
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
153
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCategoryIcon, never>;
|
|
154
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCategoryIcon, "biggive-category-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
155
|
-
}
|
|
156
|
-
export declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {
|
|
157
|
-
}
|
|
158
140
|
export declare class BiggiveContainerCard {
|
|
159
141
|
protected z: NgZone;
|
|
160
142
|
protected el: HTMLBiggiveContainerCardElement;
|
|
@@ -225,15 +207,6 @@ export declare class BiggiveFormattedText {
|
|
|
225
207
|
}
|
|
226
208
|
export declare interface BiggiveFormattedText extends Components.BiggiveFormattedText {
|
|
227
209
|
}
|
|
228
|
-
export declare class BiggiveGenericIcon {
|
|
229
|
-
protected z: NgZone;
|
|
230
|
-
protected el: HTMLBiggiveGenericIconElement;
|
|
231
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
232
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveGenericIcon, never>;
|
|
233
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveGenericIcon, "biggive-generic-icon", never, { "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "iconGroup": { "alias": "iconGroup"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
234
|
-
}
|
|
235
|
-
export declare interface BiggiveGenericIcon extends Components.BiggiveGenericIcon {
|
|
236
|
-
}
|
|
237
210
|
export declare class BiggiveGrid {
|
|
238
211
|
protected z: NgZone;
|
|
239
212
|
protected el: HTMLBiggiveGridElement;
|
|
@@ -266,7 +239,7 @@ export declare class BiggiveIconButton {
|
|
|
266
239
|
protected el: HTMLBiggiveIconButtonElement;
|
|
267
240
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
268
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveIconButton, never>;
|
|
269
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconButton, "biggive-icon-button", never, { "arrow": { "alias": "arrow"; "required": false; }; "arrowColour": { "alias": "arrowColour"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundPadding": { "alias": "backgroundPadding"; "required": false; }; "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "
|
|
242
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveIconButton, "biggive-icon-button", never, { "arrow": { "alias": "arrow"; "required": false; }; "arrowColour": { "alias": "arrowColour"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundPadding": { "alias": "backgroundPadding"; "required": false; }; "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "text": { "alias": "text"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
270
243
|
}
|
|
271
244
|
export declare interface BiggiveIconButton extends Components.BiggiveIconButton {
|
|
272
245
|
doButtonClick: EventEmitter<CustomEvent<{
|
|
@@ -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.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.BiggiveAccordion | typeof d.BiggiveAccordionEntry | typeof d.BiggiveArticleCard | typeof d.BiggiveBackToTop | typeof d.BiggiveBasicCard | 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.BiggiveContainerCard | typeof d.BiggiveCookieBanner | typeof d.BiggiveFooter | typeof d.BiggiveForm | typeof d.BiggiveFormFieldSelect | typeof d.BiggiveFormattedText | 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": "202502131758.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^18.0.0||^19.0.0",
|
|
8
8
|
"@angular/core": "^18.0.0||^19.0.0",
|