@biggive/components-angular 202303031447.0.0 → 202303061752.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/esm2020/lib/components.module.mjs +2 -2
- package/esm2020/lib/stencil-generated/components.mjs +169 -13
- package/esm2020/lib/stencil-generated/index.mjs +7 -1
- package/fesm2015/biggive-components-angular.mjs +262 -106
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +262 -106
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +58 -4
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import type { Components } from '@biggive/components/dist/components';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
export declare interface BiggiveAccordion extends Components.BiggiveAccordion {
|
|
5
|
+
}
|
|
6
|
+
export declare class BiggiveAccordion {
|
|
7
|
+
protected z: NgZone;
|
|
8
|
+
protected el: HTMLElement;
|
|
9
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveAccordion, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveAccordion, "biggive-accordion", never, { "headingColour": "headingColour"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
}
|
|
13
|
+
export declare interface BiggiveAccordionEntry extends Components.BiggiveAccordionEntry {
|
|
14
|
+
}
|
|
15
|
+
export declare class BiggiveAccordionEntry {
|
|
16
|
+
protected z: NgZone;
|
|
17
|
+
protected el: HTMLElement;
|
|
18
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveAccordionEntry, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveAccordionEntry, "biggive-accordion-entry", never, { "heading": "heading"; }, {}, never, ["*"], false, never>;
|
|
21
|
+
}
|
|
4
22
|
export declare interface BiggiveArticleCard extends Components.BiggiveArticleCard {
|
|
5
23
|
}
|
|
6
24
|
export declare class BiggiveArticleCard {
|
|
@@ -26,7 +44,7 @@ export declare class BiggiveBasicCard {
|
|
|
26
44
|
protected el: HTMLElement;
|
|
27
45
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
28
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBasicCard, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "backgroundColour": "backgroundColour"; "backgroundImageUrl": "backgroundImageUrl"; "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "cardColour": "cardColour"; "clipBottomLeftCorner": "clipBottomLeftCorner"; "clipTopRightCorner": "clipTopRightCorner"; "headingLevel": "headingLevel"; "icon": "icon"; "iconColour": "iconColour"; "mainTitle": "mainTitle"; "spaceBelow": "spaceBelow"; "subtitle": "subtitle"; "teaser": "teaser"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "addAnimation": "addAnimation"; "backgroundColour": "backgroundColour"; "backgroundImageUrl": "backgroundImageUrl"; "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "cardColour": "cardColour"; "clipBottomLeftCorner": "clipBottomLeftCorner"; "clipTopRightCorner": "clipTopRightCorner"; "headingLevel": "headingLevel"; "icon": "icon"; "iconColour": "iconColour"; "mainTitle": "mainTitle"; "spaceBelow": "spaceBelow"; "subtitle": "subtitle"; "teaser": "teaser"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
|
|
30
48
|
}
|
|
31
49
|
export declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {
|
|
32
50
|
}
|
|
@@ -135,6 +153,15 @@ export declare class BiggiveCampaignHighlights {
|
|
|
135
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCampaignHighlights, never>;
|
|
136
154
|
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, never>;
|
|
137
155
|
}
|
|
156
|
+
export declare interface BiggiveCarousel extends Components.BiggiveCarousel {
|
|
157
|
+
}
|
|
158
|
+
export declare class BiggiveCarousel {
|
|
159
|
+
protected z: NgZone;
|
|
160
|
+
protected el: HTMLElement;
|
|
161
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveCarousel, never>;
|
|
163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveCarousel, "biggive-carousel", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "columnCount": "columnCount"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
|
|
164
|
+
}
|
|
138
165
|
export declare interface BiggiveCategoryIcon extends Components.BiggiveCategoryIcon {
|
|
139
166
|
}
|
|
140
167
|
export declare class BiggiveCategoryIcon {
|
|
@@ -233,7 +260,7 @@ export declare class BiggiveHeroImage {
|
|
|
233
260
|
protected el: HTMLElement;
|
|
234
261
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
235
262
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeroImage, never>;
|
|
236
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeroImage, "biggive-hero-image", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "colourScheme": "colourScheme"; "logo": "logo"; "logoAltText": "logoAltText"; "mainImage": "mainImage"; "mainImageAlignHorizontal": "mainImageAlignHorizontal"; "mainImageAlignVertical": "mainImageAlignVertical"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false, never>;
|
|
263
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeroImage, "biggive-hero-image", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "colourScheme": "colourScheme"; "logo": "logo"; "logoAltText": "logoAltText"; "logoHeight": "logoHeight"; "mainImage": "mainImage"; "mainImageAlignHorizontal": "mainImageAlignHorizontal"; "mainImageAlignVertical": "mainImageAlignVertical"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false, never>;
|
|
237
264
|
}
|
|
238
265
|
export declare interface BiggiveIconGroup extends Components.BiggiveIconGroup {
|
|
239
266
|
}
|
|
@@ -359,7 +386,7 @@ export declare class BiggiveQuote {
|
|
|
359
386
|
protected el: HTMLElement;
|
|
360
387
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
361
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveQuote, never>;
|
|
362
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": "attribution"; "defaultTextColour": "defaultTextColour"; "quote": "quote"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
|
|
389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": "attribution"; "defaultTextColour": "defaultTextColour"; "quote": "quote"; "quoteIconColour": "quoteIconColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
|
|
363
390
|
}
|
|
364
391
|
export declare interface BiggiveSearch extends Components.BiggiveSearch {
|
|
365
392
|
/**
|
|
@@ -400,7 +427,7 @@ export declare class BiggiveTabbedContent {
|
|
|
400
427
|
protected el: HTMLElement;
|
|
401
428
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
402
429
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTabbedContent, never>;
|
|
403
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTabbedContent, "biggive-tabbed-content", never, { "
|
|
430
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTabbedContent, "biggive-tabbed-content", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "navigationHighlightColour": "navigationHighlightColour"; "selectedNavigationHighlightColour": "selectedNavigationHighlightColour"; "selectedTextColour": "selectedTextColour"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
|
|
404
431
|
}
|
|
405
432
|
export declare interface BiggiveTable extends Components.BiggiveTable {
|
|
406
433
|
}
|
|
@@ -420,6 +447,33 @@ export declare class BiggiveTextInput {
|
|
|
420
447
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTextInput, never>;
|
|
421
448
|
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, {}, {}, never, ["*"], false, never>;
|
|
422
449
|
}
|
|
450
|
+
export declare interface BiggiveTimeline extends Components.BiggiveTimeline {
|
|
451
|
+
}
|
|
452
|
+
export declare class BiggiveTimeline {
|
|
453
|
+
protected z: NgZone;
|
|
454
|
+
protected el: HTMLElement;
|
|
455
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
456
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTimeline, never>;
|
|
457
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTimeline, "biggive-timeline", never, { "buttonBackgroundColour": "buttonBackgroundColour"; "buttonIconColour": "buttonIconColour"; "entryBackgroundColour": "entryBackgroundColour"; "entryDateColour": "entryDateColour"; "entryHighlightColour": "entryHighlightColour"; "entryTextColour": "entryTextColour"; "entryTitleColour": "entryTitleColour"; "navigationHighlightColour": "navigationHighlightColour"; "selectedNavigationHighlightColour": "selectedNavigationHighlightColour"; "selectedTextColour": "selectedTextColour"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false, never>;
|
|
458
|
+
}
|
|
459
|
+
export declare interface BiggiveTimelineEntry extends Components.BiggiveTimelineEntry {
|
|
460
|
+
}
|
|
461
|
+
export declare class BiggiveTimelineEntry {
|
|
462
|
+
protected z: NgZone;
|
|
463
|
+
protected el: HTMLElement;
|
|
464
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
465
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTimelineEntry, never>;
|
|
466
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTimelineEntry, "biggive-timeline-entry", never, { "date": "date"; "heading": "heading"; }, {}, never, ["*"], false, never>;
|
|
467
|
+
}
|
|
468
|
+
export declare interface BiggiveTippingSlider extends Components.BiggiveTippingSlider {
|
|
469
|
+
}
|
|
470
|
+
export declare class BiggiveTippingSlider {
|
|
471
|
+
protected z: NgZone;
|
|
472
|
+
protected el: HTMLElement;
|
|
473
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
474
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTippingSlider, never>;
|
|
475
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTippingSlider, "biggive-tipping-slider", never, { "colourScheme": "colourScheme"; "donationAmount": "donationAmount"; "donationCurrency": "donationCurrency"; "percentageEnd": "percentageEnd"; "percentageStart": "percentageStart"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
|
|
476
|
+
}
|
|
423
477
|
export declare interface BiggiveTotalizer extends Components.BiggiveTotalizer {
|
|
424
478
|
}
|
|
425
479
|
export declare class BiggiveTotalizer {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (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.BiggiveFooter | typeof d.BiggiveForm | typeof d.BiggiveFormFieldSelect | typeof d.BiggiveFormFieldSelectOption | typeof d.BiggiveFormattedText | typeof d.BiggiveGrid | typeof d.BiggiveHeader | typeof d.BiggiveHeading | typeof d.BiggiveHeroImage | typeof d.BiggiveIconGroup | typeof d.BiggiveImage | 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.BiggivePopupStandalone | typeof d.BiggiveProgressBar | typeof d.BiggiveQuote | typeof d.BiggiveSearch | typeof d.BiggiveSocialIcon | typeof d.BiggiveTab | typeof d.BiggiveTabbedContent | typeof d.BiggiveTable | typeof d.BiggiveTextInput | typeof d.BiggiveTotalizer | typeof d.BiggiveTotalizerTickerItem | typeof d.BiggiveVideo | typeof d.BiggiveVideoFeature)[];
|
|
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.BiggiveCarousel | typeof d.BiggiveCategoryIcon | typeof d.BiggiveFooter | typeof d.BiggiveForm | typeof d.BiggiveFormFieldSelect | typeof d.BiggiveFormFieldSelectOption | typeof d.BiggiveFormattedText | typeof d.BiggiveGrid | typeof d.BiggiveHeader | typeof d.BiggiveHeading | typeof d.BiggiveHeroImage | typeof d.BiggiveIconGroup | typeof d.BiggiveImage | 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.BiggivePopupStandalone | typeof d.BiggiveProgressBar | typeof d.BiggiveQuote | typeof d.BiggiveSearch | typeof d.BiggiveSocialIcon | typeof d.BiggiveTab | typeof d.BiggiveTabbedContent | typeof d.BiggiveTable | typeof d.BiggiveTextInput | typeof d.BiggiveTimeline | typeof d.BiggiveTimelineEntry | typeof d.BiggiveTippingSlider | 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": "202303061752.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^14.1.0||^15.0.4",
|
|
8
8
|
"@angular/core": "^14.1.0||^15.0.4",
|