@agorapulse/ui-components 13.2.8 → 13.2.11

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.
Files changed (38) hide show
  1. package/agorapulse-ui-components-13.2.11.tgz +0 -0
  2. package/esm2020/index.mjs +1 -11
  3. package/esm2020/src/lib/agorapulse-ui-components.module.mjs +2 -47
  4. package/esm2020/src/lib/avatar/avatar.component.mjs +7 -3
  5. package/esm2020/src/lib/labels/label-list.component.mjs +1 -2
  6. package/esm2020/src/lib/popmenu/index.mjs +5 -0
  7. package/fesm2015/agorapulse-ui-components.mjs +181 -635
  8. package/fesm2015/agorapulse-ui-components.mjs.map +1 -1
  9. package/fesm2020/agorapulse-ui-components.mjs +181 -632
  10. package/fesm2020/agorapulse-ui-components.mjs.map +1 -1
  11. package/index.d.ts +0 -11
  12. package/package.json +1 -1
  13. package/src/lib/agorapulse-ui-components.module.d.ts +51 -60
  14. package/src/lib/avatar/avatar.component.d.ts +2 -2
  15. package/src/lib/popmenu/index.d.ts +4 -0
  16. package/agorapulse-ui-components-13.2.8.tgz +0 -0
  17. package/esm2020/src/lib/feature-onboarding/feature-onboarding.component.mjs +0 -35
  18. package/esm2020/src/lib/image-carousel/image-carousel.component.mjs +0 -161
  19. package/esm2020/src/lib/overlay/overlay-dialog-service.component.mjs +0 -61
  20. package/esm2020/src/lib/overlay/overlay-dialog.component.mjs +0 -33
  21. package/esm2020/src/lib/overlay-in-div/overlay-in-div.component.mjs +0 -27
  22. package/esm2020/src/lib/places/place-list.component.mjs +0 -11
  23. package/esm2020/src/lib/places/place.component.mjs +0 -14
  24. package/esm2020/src/lib/splashscreen/splashscreen.component.mjs +0 -43
  25. package/esm2020/src/lib/star-rating/star-rating.component.mjs +0 -43
  26. package/esm2020/src/lib/try-popup/try-popup-texts.model.mjs +0 -2
  27. package/esm2020/src/lib/try-popup/try-popup.component.mjs +0 -37
  28. package/src/lib/feature-onboarding/feature-onboarding.component.d.ts +0 -18
  29. package/src/lib/image-carousel/image-carousel.component.d.ts +0 -49
  30. package/src/lib/overlay/overlay-dialog-service.component.d.ts +0 -23
  31. package/src/lib/overlay/overlay-dialog.component.d.ts +0 -20
  32. package/src/lib/overlay-in-div/overlay-in-div.component.d.ts +0 -11
  33. package/src/lib/places/place-list.component.d.ts +0 -5
  34. package/src/lib/places/place.component.d.ts +0 -6
  35. package/src/lib/splashscreen/splashscreen.component.d.ts +0 -18
  36. package/src/lib/star-rating/star-rating.component.d.ts +0 -13
  37. package/src/lib/try-popup/try-popup-texts.model.d.ts +0 -4
  38. package/src/lib/try-popup/try-popup.component.d.ts +0 -15
@@ -1,11 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class OverlayInDivComponent {
4
- title: string;
5
- subtitle: string;
6
- imgPath: string;
7
- closable: boolean;
8
- close: EventEmitter<any>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayInDivComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<OverlayInDivComponent, "ap-overlay-in-div", never, { "title": "title"; "subtitle": "subtitle"; "imgPath": "imgPath"; "closable": "closable"; }, { "close": "close"; }, never, never>;
11
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class PlaceListComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<PlaceListComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<PlaceListComponent, "ap-place-list", never, {}, {}, never, ["*"]>;
5
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class PlaceComponent {
3
- service: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<PlaceComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<PlaceComponent, "ap-place", never, { "service": "service"; }, {}, never, ["*"]>;
6
- }
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SplashscreenComponent {
3
- cardLabels: string[];
4
- cardDirection: 'vertical' | 'horizontal';
5
- disposition: string;
6
- imgHeight: number;
7
- imgPaths: string[];
8
- imgWidth: number;
9
- title: string;
10
- /**
11
- * The container and the cards width. All:
12
- * - 100% of parent width
13
- * - default: 750px for the container and 50% of the container for each card
14
- */
15
- width: 'all' | 'default';
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SplashscreenComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SplashscreenComponent, "ap-splashscreen", never, { "cardLabels": "cardLabels"; "cardDirection": "cardDirection"; "disposition": "disposition"; "imgHeight": "imgHeight"; "imgPaths": "imgPaths"; "imgWidth": "imgWidth"; "title": "title"; "width": "width"; }, {}, never, ["ap-button.first", "ap-button.second", "footer"]>;
18
- }
@@ -1,13 +0,0 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class StarRatingComponent implements OnChanges {
4
- score: number;
5
- maxScore: number;
6
- size: 'medium' | 'small' | 'mini' | 'micro' | 'nano';
7
- colorOn: string;
8
- colorOff: string;
9
- filledStars: boolean[];
10
- ngOnChanges(changes: SimpleChanges): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<StarRatingComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingComponent, "ap-star-rating", never, { "score": "score"; "maxScore": "maxScore"; "size": "size"; "colorOn": "colorOn"; "colorOff": "colorOff"; }, {}, never, never>;
13
- }
@@ -1,4 +0,0 @@
1
- export interface TryPopupTexts {
2
- description: string;
3
- tryButtonLabel: string;
4
- }
@@ -1,15 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { TryPopupTexts } from './try-popup-texts.model';
3
- import * as i0 from "@angular/core";
4
- export declare class TryPopupComponent {
5
- texts: TryPopupTexts;
6
- trialUrl: string;
7
- trialClicked: EventEmitter<any>;
8
- closeClicked: EventEmitter<any>;
9
- tryAgorapulsePopupVisible: boolean;
10
- logoUrl: string;
11
- onClose(): void;
12
- onButtonClick(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<TryPopupComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TryPopupComponent, "ap-try-popup", never, { "texts": "texts"; "trialUrl": "trialUrl"; }, { "trialClicked": "trialClicked"; "closeClicked": "closeClicked"; }, never, never>;
15
- }