@biggive/components-angular 1.0.143 → 1.0.145
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 +14 -13
- package/fesm2015/biggive-components-angular.mjs +13 -12
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +13 -12
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +11 -4
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ export declare class BiggiveArticleCard {
|
|
|
8
8
|
protected el: HTMLElement;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveArticleCard, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveArticleCard, "biggive-article-card", never, { "backgroundColour": "backgroundColour"; "backgroundColourHover": "backgroundColourHover"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "date": "date"; "imageLabel": "imageLabel"; "imageUrl": "imageUrl"; "mainTitle": "mainTitle"; "slug": "slug"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveArticleCard, "biggive-article-card", never, { "backgroundColour": "backgroundColour"; "backgroundColourHover": "backgroundColourHover"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "date": "date"; "imageAltText": "imageAltText"; "imageLabel": "imageLabel"; "imageUrl": "imageUrl"; "mainTitle": "mainTitle"; "slug": "slug"; "spaceBelow": "spaceBelow"; "textColour": "textColour"; }, {}, never, ["*"], false>;
|
|
12
12
|
}
|
|
13
13
|
export declare interface BiggiveBackToTop extends Components.BiggiveBackToTop {
|
|
14
14
|
}
|
|
@@ -56,6 +56,13 @@ export declare class BiggiveBrandedImage {
|
|
|
56
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
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
doButtonClick: EventEmitter<CustomEvent<{
|
|
63
|
+
event: object;
|
|
64
|
+
url: string;
|
|
65
|
+
}>>;
|
|
59
66
|
}
|
|
60
67
|
export declare class BiggiveButton {
|
|
61
68
|
protected z: NgZone;
|
|
@@ -215,7 +222,7 @@ export declare class BiggiveHeroImage {
|
|
|
215
222
|
protected el: HTMLElement;
|
|
216
223
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
217
224
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeroImage, never>;
|
|
218
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeroImage, "biggive-hero-image", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "colourScheme": "colourScheme"; "logo": "logo"; "mainImage": "mainImage"; "mainImageAlignHorizontal": "mainImageAlignHorizontal"; "mainImageAlignVertical": "mainImageAlignVertical"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false>;
|
|
225
|
+
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>;
|
|
219
226
|
}
|
|
220
227
|
export declare interface BiggiveIconGroup extends Components.BiggiveIconGroup {
|
|
221
228
|
}
|
|
@@ -233,7 +240,7 @@ export declare class BiggiveImage {
|
|
|
233
240
|
protected el: HTMLElement;
|
|
234
241
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
235
242
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImage, never>;
|
|
236
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImage, "biggive-image", never, { "height": "height"; "imageUrl": "imageUrl"; "sizeUnit": "sizeUnit"; "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "width": "width"; }, {}, never, ["*"], false>;
|
|
243
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImage, "biggive-image", never, { "height": "height"; "imageAltText": "imageAltText"; "imageUrl": "imageUrl"; "sizeUnit": "sizeUnit"; "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "width": "width"; }, {}, never, ["*"], false>;
|
|
237
244
|
}
|
|
238
245
|
export declare interface BiggiveImageFeature extends Components.BiggiveImageFeature {
|
|
239
246
|
}
|
|
@@ -242,7 +249,7 @@ export declare class BiggiveImageFeature {
|
|
|
242
249
|
protected el: HTMLElement;
|
|
243
250
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
244
251
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImageFeature, never>;
|
|
245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageFeature, "biggive-image-feature", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "defaultTextColour": "defaultTextColour"; "imageUrl": "imageUrl"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false>;
|
|
252
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageFeature, "biggive-image-feature", never, { "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "defaultTextColour": "defaultTextColour"; "imageAltText": "imageAltText"; "imageUrl": "imageUrl"; "mainTitle": "mainTitle"; "mainTitleColour": "mainTitleColour"; "slug": "slug"; "slugColour": "slugColour"; "spaceBelow": "spaceBelow"; "teaser": "teaser"; "teaserColour": "teaserColour"; }, {}, never, ["*"], false>;
|
|
246
253
|
}
|
|
247
254
|
export declare interface BiggiveMiscIcon extends Components.BiggiveMiscIcon {
|
|
248
255
|
}
|
package/package.json
CHANGED