@agorapulse/ui-components 13.2.6 → 13.2.9

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 (43) hide show
  1. package/agorapulse-ui-components-13.2.9.tgz +0 -0
  2. package/esm2020/index.mjs +2 -12
  3. package/esm2020/src/lib/agorapulse-ui-components.module.mjs +8 -55
  4. package/esm2020/src/lib/image-carousel/image-carousel.component.mjs +12 -8
  5. package/esm2020/src/lib/labels/label-list.component.mjs +4 -4
  6. package/esm2020/src/lib/labels-selector/labels-selector.component.mjs +9 -6
  7. package/esm2020/src/lib/popmenu/index.mjs +5 -0
  8. package/esm2020/src/lib/users-tag/users-tag.component.mjs +96 -0
  9. package/fesm2015/agorapulse-ui-components.mjs +656 -1334
  10. package/fesm2015/agorapulse-ui-components.mjs.map +1 -1
  11. package/fesm2020/agorapulse-ui-components.mjs +656 -1331
  12. package/fesm2020/agorapulse-ui-components.mjs.map +1 -1
  13. package/index.d.ts +1 -12
  14. package/package.json +1 -1
  15. package/src/lib/agorapulse-ui-components.module.d.ts +48 -57
  16. package/src/lib/image-carousel/image-carousel.component.d.ts +4 -1
  17. package/src/lib/labels/label-list.component.d.ts +1 -1
  18. package/src/lib/labels-selector/labels-selector.component.d.ts +5 -1
  19. package/src/lib/popmenu/index.d.ts +4 -0
  20. package/src/lib/users-tag/users-tag.component.d.ts +32 -0
  21. package/agorapulse-ui-components-13.2.6.tgz +0 -0
  22. package/esm2020/src/lib/directives/loading-slider.directive.mjs +0 -122
  23. package/esm2020/src/lib/overlay/overlay-dialog-service.component.mjs +0 -61
  24. package/esm2020/src/lib/overlay/overlay-dialog.component.mjs +0 -33
  25. package/esm2020/src/lib/overlay-in-div/overlay-in-div.component.mjs +0 -27
  26. package/esm2020/src/lib/places/place-list.component.mjs +0 -11
  27. package/esm2020/src/lib/places/place.component.mjs +0 -14
  28. package/esm2020/src/lib/splashscreen/splashscreen.component.mjs +0 -43
  29. package/esm2020/src/lib/star-rating/star-rating.component.mjs +0 -43
  30. package/esm2020/src/lib/timepicker/timepicker.component.mjs +0 -383
  31. package/esm2020/src/lib/try-popup/try-popup-texts.model.mjs +0 -2
  32. package/esm2020/src/lib/try-popup/try-popup.component.mjs +0 -37
  33. package/src/lib/directives/loading-slider.directive.d.ts +0 -27
  34. package/src/lib/overlay/overlay-dialog-service.component.d.ts +0 -23
  35. package/src/lib/overlay/overlay-dialog.component.d.ts +0 -20
  36. package/src/lib/overlay-in-div/overlay-in-div.component.d.ts +0 -11
  37. package/src/lib/places/place-list.component.d.ts +0 -5
  38. package/src/lib/places/place.component.d.ts +0 -6
  39. package/src/lib/splashscreen/splashscreen.component.d.ts +0 -18
  40. package/src/lib/star-rating/star-rating.component.d.ts +0 -13
  41. package/src/lib/timepicker/timepicker.component.d.ts +0 -71
  42. package/src/lib/try-popup/try-popup-texts.model.d.ts +0 -4
  43. package/src/lib/try-popup/try-popup.component.d.ts +0 -15
@@ -1,23 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { Overlay } from '@angular/cdk/overlay';
3
- import { OverlayDialogRef } from './overlay-dialog.component';
4
- import * as i0 from "@angular/core";
5
- interface OverlaywDialogConfig {
6
- panelClass?: string;
7
- hasBackdrop?: boolean;
8
- backdropClass?: string;
9
- template?: any;
10
- }
11
- export declare class OverlayDialogService {
12
- private injector;
13
- private overlay;
14
- constructor(injector: Injector, overlay: Overlay);
15
- open(config?: OverlaywDialogConfig): OverlayDialogRef;
16
- private createOverlay;
17
- private attachDialogContainer;
18
- private createInjector;
19
- private getOverlayConfig;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayDialogService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<OverlayDialogService>;
22
- }
23
- export {};
@@ -1,20 +0,0 @@
1
- import { OverlayRef } from '@angular/cdk/overlay';
2
- import { InjectionToken } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export interface OverlayData {
5
- template: string;
6
- }
7
- export declare class OverlayDialogRef {
8
- private overlayRef;
9
- constructor(overlayRef: OverlayRef);
10
- close(): void;
11
- }
12
- export declare const OVERLAY_DATA: InjectionToken<OverlayData>;
13
- export declare class OverlayDialogComponent {
14
- dialogRef: OverlayDialogRef;
15
- data: any;
16
- constructor(dialogRef: OverlayDialogRef, data: any);
17
- close(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayDialogComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<OverlayDialogComponent, "ap-overlay", never, {}, {}, never, never>;
20
- }
@@ -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,71 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, Renderer2 } from '@angular/core';
2
- import { OverlayContainer } from "@angular/cdk/overlay";
3
- import { CdkVirtualScrollViewport } from "@angular/cdk/scrolling";
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Time in 24h format
7
- */
8
- export interface Time {
9
- hours: number;
10
- minutes: number;
11
- best?: boolean;
12
- }
13
- export declare enum TimeFormat {
14
- Meridian = "Meridian",
15
- Default = "Default"
16
- }
17
- export declare class TimepickerComponent implements OnInit, OnChanges {
18
- changeDetectorRef: ChangeDetectorRef;
19
- private overlayContainer;
20
- private renderer;
21
- inputBox: ElementRef;
22
- inputTime: ElementRef;
23
- viewPort: CdkVirtualScrollViewport;
24
- disabled: boolean;
25
- format: TimeFormat;
26
- invalid: boolean;
27
- invalidationMessage: string;
28
- period: number;
29
- placement: string;
30
- timeModel: string;
31
- timeModelChange: EventEmitter<Time>;
32
- closeMenu: boolean;
33
- openedMenu: boolean;
34
- position: {
35
- top: number;
36
- left: number;
37
- };
38
- previousTime: string;
39
- timeActive: any;
40
- TimeFormat: typeof TimeFormat;
41
- timeFormat12: RegExp;
42
- timeFormat12anySeparator: RegExp;
43
- timeFormat12WithoutMinute: RegExp;
44
- timeFormat24: RegExp;
45
- timeFormat24anySeparator: RegExp;
46
- times: string[];
47
- validated: boolean;
48
- listFocus: boolean;
49
- validationStarted: boolean;
50
- constructor(changeDetectorRef: ChangeDetectorRef, overlayContainer: OverlayContainer, renderer: Renderer2);
51
- ngOnInit(): void;
52
- ngOnChanges(changes: any): void;
53
- emitChanges(): void;
54
- getHoursFrom24(time24Format: string): number;
55
- getMinutesFrom24(time24Format: string): number;
56
- generateTimeSlots(): void;
57
- focusOnList(focusEnabled: boolean): void;
58
- onMenuClosed(): void;
59
- onModelChange(time: any): void;
60
- openTimePicker(): boolean;
61
- selectTime(time: any): void;
62
- validate(time: any): void;
63
- scrollToIndex(i: number): void;
64
- static formatTime(time: Time, format: TimeFormat): string;
65
- private checkTime;
66
- private static convert12To24;
67
- private static convert24To12;
68
- private static toFixed;
69
- static ɵfac: i0.ɵɵFactoryDeclaration<TimepickerComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<TimepickerComponent, "ap-timepicker", never, { "disabled": "disabled"; "format": "format"; "invalid": "invalid"; "invalidationMessage": "invalidationMessage"; "period": "period"; "placement": "placement"; "timeModel": "timeModel"; }, { "timeModelChange": "timeModelChange"; }, never, never>;
71
- }
@@ -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
- }