@propbinder/mobile-design 0.2.86 → 0.2.87
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/index.d.ts
CHANGED
|
@@ -3,11 +3,12 @@ import { OnDestroy, OnInit, ElementRef, EventEmitter, TemplateRef, OnChanges, Si
|
|
|
3
3
|
import { ModalController, IonContent, NavController, GestureController, ModalOptions as ModalOptions$1 } from '@ionic/angular/standalone';
|
|
4
4
|
import { Style } from '@capacitor/status-bar';
|
|
5
5
|
import { ImpactStyle } from '@capacitor/haptics';
|
|
6
|
+
import * as rxjs from 'rxjs';
|
|
7
|
+
import { Observable } from 'rxjs';
|
|
6
8
|
import { ControlValueAccessor } from '@angular/forms';
|
|
7
9
|
import { DsTextareaComponent } from '@propbinder/design-system';
|
|
8
10
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
9
11
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
10
|
-
import * as rxjs from 'rxjs';
|
|
11
12
|
import * as _propbinder_mobile_design from '@propbinder/mobile-design';
|
|
12
13
|
import { AppTrackingStatus } from 'capacitor-plugin-app-tracking-transparency';
|
|
13
14
|
import { Animation } from '@ionic/angular';
|
|
@@ -856,7 +857,7 @@ declare class DsMobilePageMainComponent extends MobilePageBase implements AfterV
|
|
|
856
857
|
headerSubtitle: _angular_core.InputSignal<string>;
|
|
857
858
|
/** When true, the header logo plays a slide-in-from-top animation on first reveal */
|
|
858
859
|
firstEntry: _angular_core.InputSignal<boolean>;
|
|
859
|
-
avatarType: _angular_core.InputSignal<"
|
|
860
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
860
861
|
avatarInitials: _angular_core.InputSignal<string>;
|
|
861
862
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
862
863
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
@@ -1036,7 +1037,7 @@ declare class WhitelabelService {
|
|
|
1036
1037
|
readonly logoUrl: _angular_core.Signal<string>;
|
|
1037
1038
|
readonly logoMarkUrl: _angular_core.Signal<string>;
|
|
1038
1039
|
readonly logoAlt: _angular_core.Signal<string>;
|
|
1039
|
-
readonly logoSize: _angular_core.Signal<"
|
|
1040
|
+
readonly logoSize: _angular_core.Signal<"md" | "sm" | "lg" | "xl">;
|
|
1040
1041
|
readonly logoHeight: _angular_core.Signal<number>;
|
|
1041
1042
|
readonly appIconSurface: _angular_core.Signal<string>;
|
|
1042
1043
|
readonly appIconContent: _angular_core.Signal<string>;
|
|
@@ -1715,7 +1716,7 @@ declare class DsMobileCommentComponent {
|
|
|
1715
1716
|
/**
|
|
1716
1717
|
* Avatar type
|
|
1717
1718
|
*/
|
|
1718
|
-
avatarType: _angular_core.InputSignal<"
|
|
1719
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
1719
1720
|
/**
|
|
1720
1721
|
* Whether the comment is clickable
|
|
1721
1722
|
*/
|
|
@@ -1850,7 +1851,7 @@ declare class DsMobilePostComposerComponent {
|
|
|
1850
1851
|
/**
|
|
1851
1852
|
* Avatar type
|
|
1852
1853
|
*/
|
|
1853
|
-
avatarType: _angular_core.InputSignal<"
|
|
1854
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
1854
1855
|
/**
|
|
1855
1856
|
* Avatar photo source (for photo type)
|
|
1856
1857
|
*/
|
|
@@ -2143,7 +2144,7 @@ declare class DsMobileMessageComposerComponent implements AfterViewInit, OnDestr
|
|
|
2143
2144
|
/**
|
|
2144
2145
|
* Avatar type
|
|
2145
2146
|
*/
|
|
2146
|
-
avatarType: _angular_core.InputSignal<"
|
|
2147
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
2147
2148
|
/**
|
|
2148
2149
|
* Avatar photo source (for photo type)
|
|
2149
2150
|
*/
|
|
@@ -2524,7 +2525,7 @@ declare class DsMobileMessageBubbleComponent {
|
|
|
2524
2525
|
/**
|
|
2525
2526
|
* Avatar type
|
|
2526
2527
|
*/
|
|
2527
|
-
avatarType: _angular_core.InputSignal<"
|
|
2528
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
2528
2529
|
/**
|
|
2529
2530
|
* Avatar photo source (for photo type)
|
|
2530
2531
|
*/
|
|
@@ -3064,7 +3065,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
3064
3065
|
/**
|
|
3065
3066
|
* Avatar type
|
|
3066
3067
|
*/
|
|
3067
|
-
avatarType: _angular_core.InputSignal<"
|
|
3068
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
3068
3069
|
/**
|
|
3069
3070
|
* Avatar photo source (for photo type)
|
|
3070
3071
|
*/
|
|
@@ -3390,6 +3391,26 @@ interface LightboxImage extends LightboxMediaFile {
|
|
|
3390
3391
|
/** Number of comments */
|
|
3391
3392
|
commentCount?: number;
|
|
3392
3393
|
}
|
|
3394
|
+
/**
|
|
3395
|
+
* Image data for lightbox display with lazy-loaded description support
|
|
3396
|
+
*/
|
|
3397
|
+
interface LightboxImageWithDescription extends LightboxMediaFile {
|
|
3398
|
+
type: 'image';
|
|
3399
|
+
/** File ID for fetching additional data if needed */
|
|
3400
|
+
fileId?: string;
|
|
3401
|
+
/** Alt text for accessibility */
|
|
3402
|
+
alt?: string;
|
|
3403
|
+
/** Thumbnail URL for faster loading (optional) */
|
|
3404
|
+
thumbnail?: string;
|
|
3405
|
+
/** Whether the image is liked */
|
|
3406
|
+
isLiked?: boolean;
|
|
3407
|
+
/** Number of likes */
|
|
3408
|
+
likeCount?: number;
|
|
3409
|
+
/** Number of comments */
|
|
3410
|
+
commentCount?: number;
|
|
3411
|
+
/** Function returning a Promise or Observable with the image description */
|
|
3412
|
+
lazyDescription?: () => Promise<string> | Observable<string>;
|
|
3413
|
+
}
|
|
3393
3414
|
/**
|
|
3394
3415
|
* PDF document data for lightbox display
|
|
3395
3416
|
*/
|
|
@@ -3444,6 +3465,33 @@ interface LightboxImageOptions {
|
|
|
3444
3465
|
/** Animation type for opening */
|
|
3445
3466
|
animation?: 'fade' | 'zoom' | 'slide';
|
|
3446
3467
|
}
|
|
3468
|
+
/**
|
|
3469
|
+
* Configuration options for image lightbox with descriptions
|
|
3470
|
+
*/
|
|
3471
|
+
interface LightboxImageWithDescriptionOptions {
|
|
3472
|
+
/** Array of images to display */
|
|
3473
|
+
images: LightboxImageWithDescription[];
|
|
3474
|
+
/** Author information to display in header */
|
|
3475
|
+
author?: LightboxAuthor;
|
|
3476
|
+
/** Initial image index to show (0-based) */
|
|
3477
|
+
initialIndex?: number;
|
|
3478
|
+
/** Enable pinch-to-zoom and double-tap zoom */
|
|
3479
|
+
enableZoom?: boolean;
|
|
3480
|
+
/** Show navigation controls (arrows, counter) */
|
|
3481
|
+
showControls?: boolean;
|
|
3482
|
+
/** Enable swipe gestures to navigate between images */
|
|
3483
|
+
enableSwipe?: boolean;
|
|
3484
|
+
/** Show image info (title, description) */
|
|
3485
|
+
showInfo?: boolean;
|
|
3486
|
+
/** Show like & comment action buttons */
|
|
3487
|
+
showActions?: boolean;
|
|
3488
|
+
/** Show download action button in header (overrides share if both are present or if share is removed) */
|
|
3489
|
+
showDownload?: boolean;
|
|
3490
|
+
/** Callback when download is clicked */
|
|
3491
|
+
onDownload?: (image: LightboxImageWithDescription) => void;
|
|
3492
|
+
/** Animation type for opening */
|
|
3493
|
+
animation?: 'fade' | 'zoom' | 'slide';
|
|
3494
|
+
}
|
|
3447
3495
|
/**
|
|
3448
3496
|
* Configuration options for PDF lightbox
|
|
3449
3497
|
*/
|
|
@@ -3527,6 +3575,13 @@ declare class DsMobileLightboxService {
|
|
|
3527
3575
|
* @returns Promise that resolves to a dismiss function
|
|
3528
3576
|
*/
|
|
3529
3577
|
openImages(options: LightboxImageOptions): Promise<() => void>;
|
|
3578
|
+
/**
|
|
3579
|
+
* Open the image lightbox with one or more images that support descriptions
|
|
3580
|
+
*
|
|
3581
|
+
* @param options Configuration options for the image lightbox with descriptions
|
|
3582
|
+
* @returns Promise that resolves to a dismiss function
|
|
3583
|
+
*/
|
|
3584
|
+
openImagesWithDescription(options: LightboxImageWithDescriptionOptions): Promise<() => void>;
|
|
3530
3585
|
/**
|
|
3531
3586
|
* Open the PDF lightbox (opens native PDF viewer)
|
|
3532
3587
|
*
|
|
@@ -3662,6 +3717,108 @@ declare class DsMobileLightboxImageComponent implements OnInit, AfterViewInit, O
|
|
|
3662
3717
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileLightboxImageComponent, "ds-mobile-lightbox-image", never, {}, {}, never, never, true, never>;
|
|
3663
3718
|
}
|
|
3664
3719
|
|
|
3720
|
+
/**
|
|
3721
|
+
* DsMobileLightboxImageWithDescriptionComponent
|
|
3722
|
+
*
|
|
3723
|
+
* Full-screen image lightbox component with Swiper.js navigation, pinch-zoom, and AI descriptions.
|
|
3724
|
+
*/
|
|
3725
|
+
declare class DsMobileLightboxImageWithDescriptionComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
3726
|
+
private gestureCtrl;
|
|
3727
|
+
images: LightboxImageWithDescription[];
|
|
3728
|
+
author?: LightboxAuthor;
|
|
3729
|
+
initialIndex: number;
|
|
3730
|
+
enableZoom: boolean;
|
|
3731
|
+
showControls: boolean;
|
|
3732
|
+
enableSwipe: boolean;
|
|
3733
|
+
showInfo: boolean;
|
|
3734
|
+
showActions: boolean;
|
|
3735
|
+
showDownload: boolean;
|
|
3736
|
+
onDownload?: (image: LightboxImageWithDescription) => void;
|
|
3737
|
+
animation: 'fade' | 'zoom' | 'slide';
|
|
3738
|
+
onCloseRequested?: () => void;
|
|
3739
|
+
swiperContainer: ElementRef<HTMLDivElement>;
|
|
3740
|
+
currentIndex: _angular_core.WritableSignal<number>;
|
|
3741
|
+
isLoading: _angular_core.WritableSignal<boolean>;
|
|
3742
|
+
isZoomed: _angular_core.WritableSignal<boolean>;
|
|
3743
|
+
isSwiping: _angular_core.WritableSignal<boolean>;
|
|
3744
|
+
isLiked: _angular_core.WritableSignal<boolean>;
|
|
3745
|
+
likeCount: _angular_core.WritableSignal<number>;
|
|
3746
|
+
commentCount: _angular_core.WritableSignal<number>;
|
|
3747
|
+
descriptionText: _angular_core.WritableSignal<string | null>;
|
|
3748
|
+
descriptionError: _angular_core.WritableSignal<boolean>;
|
|
3749
|
+
hasError: _angular_core.WritableSignal<boolean>;
|
|
3750
|
+
private descriptionSubscription?;
|
|
3751
|
+
currentImage: _angular_core.Signal<LightboxImageWithDescription>;
|
|
3752
|
+
private swiper?;
|
|
3753
|
+
private zoomData;
|
|
3754
|
+
constructor(gestureCtrl: GestureController);
|
|
3755
|
+
ngOnInit(): void;
|
|
3756
|
+
ngAfterViewInit(): void;
|
|
3757
|
+
ngOnDestroy(): void;
|
|
3758
|
+
/**
|
|
3759
|
+
* Initialize Swiper for image navigation
|
|
3760
|
+
*/
|
|
3761
|
+
private initializeSwiper;
|
|
3762
|
+
/**
|
|
3763
|
+
* Initialize pinch-zoom gestures for all slides
|
|
3764
|
+
*/
|
|
3765
|
+
private initializeZoomGestures;
|
|
3766
|
+
/**
|
|
3767
|
+
* Initialize zoom gestures for a specific slide
|
|
3768
|
+
*/
|
|
3769
|
+
private initializeZoomForSlide;
|
|
3770
|
+
/**
|
|
3771
|
+
* Toggle zoom on double-tap
|
|
3772
|
+
*/
|
|
3773
|
+
private toggleZoom;
|
|
3774
|
+
/**
|
|
3775
|
+
* Update action states (like, comments) when slide changes
|
|
3776
|
+
*/
|
|
3777
|
+
private updateActionStates;
|
|
3778
|
+
/**
|
|
3779
|
+
* Close the lightbox
|
|
3780
|
+
*/
|
|
3781
|
+
close(): void;
|
|
3782
|
+
/**
|
|
3783
|
+
* Load description for the current slide
|
|
3784
|
+
*/
|
|
3785
|
+
loadDescription(index: number): Promise<void>;
|
|
3786
|
+
/**
|
|
3787
|
+
* Handle share button click
|
|
3788
|
+
*/
|
|
3789
|
+
onShare(): Promise<void>;
|
|
3790
|
+
/**
|
|
3791
|
+
* Handle download action
|
|
3792
|
+
*/
|
|
3793
|
+
onDownloadAction(): void;
|
|
3794
|
+
/**
|
|
3795
|
+
* Handle like button toggle
|
|
3796
|
+
*/
|
|
3797
|
+
onLikeToggle(): void;
|
|
3798
|
+
/**
|
|
3799
|
+
* Handle reply/comment button click
|
|
3800
|
+
*/
|
|
3801
|
+
onReply(): void;
|
|
3802
|
+
/**
|
|
3803
|
+
* Navigate to the next image
|
|
3804
|
+
*/
|
|
3805
|
+
nextImage(): void;
|
|
3806
|
+
/**
|
|
3807
|
+
* Navigate to the previous image
|
|
3808
|
+
*/
|
|
3809
|
+
previousImage(): void;
|
|
3810
|
+
/**
|
|
3811
|
+
* Handle image load success
|
|
3812
|
+
*/
|
|
3813
|
+
onImageLoad(index: number): void;
|
|
3814
|
+
/**
|
|
3815
|
+
* Handle image load error
|
|
3816
|
+
*/
|
|
3817
|
+
onImageError(index: number): void;
|
|
3818
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileLightboxImageWithDescriptionComponent, never>;
|
|
3819
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileLightboxImageWithDescriptionComponent, "ds-mobile-lightbox-image-with-description", never, { "images": { "alias": "images"; "required": false; }; "author": { "alias": "author"; "required": false; }; "initialIndex": { "alias": "initialIndex"; "required": false; }; "enableZoom": { "alias": "enableZoom"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "enableSwipe": { "alias": "enableSwipe"; "required": false; }; "showInfo": { "alias": "showInfo"; "required": false; }; "showActions": { "alias": "showActions"; "required": false; }; "showDownload": { "alias": "showDownload"; "required": false; }; "onDownload": { "alias": "onDownload"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "onCloseRequested": { "alias": "onCloseRequested"; "required": false; }; }, {}, never, never, true, never>;
|
|
3820
|
+
}
|
|
3821
|
+
|
|
3665
3822
|
/**
|
|
3666
3823
|
* DsMobileLightboxPdfComponent
|
|
3667
3824
|
*
|
|
@@ -4200,7 +4357,7 @@ declare class DsMobileChatModalComponent implements OnInit, AfterViewInit {
|
|
|
4200
4357
|
participant: _angular_core.WritableSignal<ChatParticipant>;
|
|
4201
4358
|
messages: _angular_core.WritableSignal<ChatMessage[]>;
|
|
4202
4359
|
currentUserInitials: _angular_core.WritableSignal<string>;
|
|
4203
|
-
currentUserAvatarType: _angular_core.WritableSignal<"
|
|
4360
|
+
currentUserAvatarType: _angular_core.WritableSignal<"photo" | "initials" | "icon">;
|
|
4204
4361
|
currentUserAvatarSrc: _angular_core.WritableSignal<string>;
|
|
4205
4362
|
autoFocus: _angular_core.WritableSignal<boolean>;
|
|
4206
4363
|
/** Inquiry shows system takeover copy; peer chat does not. */
|
|
@@ -4573,7 +4730,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4573
4730
|
/**
|
|
4574
4731
|
* Avatar type
|
|
4575
4732
|
*/
|
|
4576
|
-
avatarType: _angular_core.InputSignal<"
|
|
4733
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
4577
4734
|
/**
|
|
4578
4735
|
* Avatar photo source (for photo type)
|
|
4579
4736
|
*/
|
|
@@ -4633,7 +4790,7 @@ declare class DsMobileContactListItemComponent {
|
|
|
4633
4790
|
initials: _angular_core.InputSignal<string>;
|
|
4634
4791
|
/** Optional photo */
|
|
4635
4792
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
4636
|
-
avatarType: _angular_core.InputSignal<"
|
|
4793
|
+
avatarType: _angular_core.InputSignal<"photo" | "initials" | "icon">;
|
|
4637
4794
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
4638
4795
|
/** Whitelabel corner badge (default off — same as community posts) */
|
|
4639
4796
|
showBadge: _angular_core.InputSignal<boolean>;
|
|
@@ -4828,7 +4985,7 @@ declare class DsMobileGroupAvatarStackComponent {
|
|
|
4828
4985
|
/** Full member list; {@link currentUserId} is removed for display when set. */
|
|
4829
4986
|
members: _angular_core.InputSignal<ChatParticipant[]>;
|
|
4830
4987
|
customAvatarUrl: _angular_core.InputSignal<string>;
|
|
4831
|
-
size: _angular_core.InputSignal<"
|
|
4988
|
+
size: _angular_core.InputSignal<"md" | "sm" | "lg" | "xl">;
|
|
4832
4989
|
/** Row avatar (32×32, diagonal **xs** faces) vs header / hero stack. */
|
|
4833
4990
|
layout: _angular_core.InputSignal<"stack" | "list">;
|
|
4834
4991
|
/** When set, this participant is omitted from the stack (e.g. current user id). */
|
|
@@ -4866,7 +5023,7 @@ declare class UserService {
|
|
|
4866
5023
|
readonly displayName: _angular_core.Signal<string>;
|
|
4867
5024
|
readonly address: _angular_core.Signal<string>;
|
|
4868
5025
|
readonly avatarInitials: _angular_core.Signal<string>;
|
|
4869
|
-
readonly avatarType: _angular_core.Signal<"
|
|
5026
|
+
readonly avatarType: _angular_core.Signal<"photo" | "initials" | "icon">;
|
|
4870
5027
|
readonly avatarSrc: _angular_core.Signal<string>;
|
|
4871
5028
|
readonly profileMenuItems: _angular_core.Signal<ActionGroup[] | undefined>;
|
|
4872
5029
|
private profileActionSelectedSubject;
|
|
@@ -5000,7 +5157,7 @@ declare class DsMobileCreateGroupModalComponent implements OnInit {
|
|
|
5000
5157
|
members: CreateGroupMember[];
|
|
5001
5158
|
defaultName: string;
|
|
5002
5159
|
allTenants: CreateGroupMember[];
|
|
5003
|
-
view: _angular_core.WritableSignal<"
|
|
5160
|
+
view: _angular_core.WritableSignal<"main" | "add-members">;
|
|
5004
5161
|
groupName: _angular_core.WritableSignal<string>;
|
|
5005
5162
|
customAvatarUrl: _angular_core.WritableSignal<string>;
|
|
5006
5163
|
localMembers: _angular_core.WritableSignal<CreateGroupMember[]>;
|
|
@@ -8355,7 +8512,7 @@ declare class DsMobileHandbookFolderMiniComponent {
|
|
|
8355
8512
|
* ```
|
|
8356
8513
|
*/
|
|
8357
8514
|
declare class DsTextInputComponent implements ControlValueAccessor {
|
|
8358
|
-
type: _angular_core.InputSignal<"search" | "text" | "
|
|
8515
|
+
type: _angular_core.InputSignal<"search" | "text" | "url" | "email" | "tel" | "password">;
|
|
8359
8516
|
label: _angular_core.InputSignal<string>;
|
|
8360
8517
|
placeholder: _angular_core.InputSignal<string>;
|
|
8361
8518
|
disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -8364,7 +8521,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
|
|
|
8364
8521
|
hasError: _angular_core.InputSignal<boolean>;
|
|
8365
8522
|
errorMessage: _angular_core.InputSignal<string>;
|
|
8366
8523
|
autocomplete: _angular_core.InputSignal<string>;
|
|
8367
|
-
inputmode: _angular_core.InputSignal<"search" | "text" | "
|
|
8524
|
+
inputmode: _angular_core.InputSignal<"search" | "text" | "url" | "email" | "tel" | "numeric" | undefined>;
|
|
8368
8525
|
autoClearError: _angular_core.InputSignal<boolean>;
|
|
8369
8526
|
validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
|
|
8370
8527
|
valueChange: _angular_core.OutputEmitterRef<string>;
|
|
@@ -8437,7 +8594,7 @@ declare class DsMobileFabComponent implements AfterViewInit, OnDestroy {
|
|
|
8437
8594
|
* Note: FAB is always 56px circular, but this affects the icon size
|
|
8438
8595
|
* @default 'md'
|
|
8439
8596
|
*/
|
|
8440
|
-
size: _angular_core.InputSignal<"
|
|
8597
|
+
size: _angular_core.InputSignal<"md" | "sm" | "lg">;
|
|
8441
8598
|
/**
|
|
8442
8599
|
* ARIA label for accessibility
|
|
8443
8600
|
* @required - Always provide a descriptive label
|
|
@@ -8672,7 +8829,7 @@ declare class DsMobileIllustrationComponent {
|
|
|
8672
8829
|
* Predefined illustration variant
|
|
8673
8830
|
* Available variants: 'post', 'inquiry', 'confirmation', 'family'
|
|
8674
8831
|
*/
|
|
8675
|
-
variant: _angular_core.InputSignal<"
|
|
8832
|
+
variant: _angular_core.InputSignal<"post" | "inquiry" | "confirmation" | "family" | "cancel-booking" | "delete-warning">;
|
|
8676
8833
|
/**
|
|
8677
8834
|
* Illustration size (width and height)
|
|
8678
8835
|
* @default '120px'
|
|
@@ -9018,6 +9175,7 @@ declare class MobileHomePageComponent implements OnInit {
|
|
|
9018
9175
|
familyAccessService: FamilyAccessService;
|
|
9019
9176
|
private peerMessaging;
|
|
9020
9177
|
peerChat: PeerChatLauncherService;
|
|
9178
|
+
private lightboxService;
|
|
9021
9179
|
pageComponent: DsMobilePageMainComponent;
|
|
9022
9180
|
readonly isPeerGroupConversation: typeof isPeerGroupConversation;
|
|
9023
9181
|
protected pageLoading: PageLoadingService;
|
|
@@ -9030,7 +9188,7 @@ declare class MobileHomePageComponent implements OnInit {
|
|
|
9030
9188
|
private modalCtrl;
|
|
9031
9189
|
private vendorModal;
|
|
9032
9190
|
private newInquiryModal;
|
|
9033
|
-
constructor(router: Router, navCtrl: NavController, userService: UserService, postsService: PostsService, postModal: DsMobilePostDetailModalService, trackingPermissionService: TrackingPermissionService, bottomSheet: DsMobileBottomSheetService, familyAccessService: FamilyAccessService, peerMessaging: PeerMessagingService, peerChat: PeerChatLauncherService);
|
|
9191
|
+
constructor(router: Router, navCtrl: NavController, userService: UserService, postsService: PostsService, postModal: DsMobilePostDetailModalService, trackingPermissionService: TrackingPermissionService, bottomSheet: DsMobileBottomSheetService, familyAccessService: FamilyAccessService, peerMessaging: PeerMessagingService, peerChat: PeerChatLauncherService, lightboxService: DsMobileLightboxService);
|
|
9034
9192
|
ngOnInit(): void;
|
|
9035
9193
|
private simulateLoad;
|
|
9036
9194
|
handleRefresh(event: any): void;
|
|
@@ -9652,5 +9810,5 @@ declare class MediaPickerService {
|
|
|
9652
9810
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<MediaPickerService>;
|
|
9653
9811
|
}
|
|
9654
9812
|
|
|
9655
|
-
export { AcceptInvitePageComponent, ActionCommentComponent, ActionLikeComponent, AvatarUploadPageComponent, BaseModalService, ContentRowComponent, CreateAccountPageComponent, DEFAULT_SERVICE_PAGE_LABELS, DsAppIconComponent, DsAvatarWithBadgeComponent, DsLogoComponent, DsMobileAccessSheetComponent, DsMobileActionListItemComponent, DsMobileActionsBottomSheetComponent, DsMobileAddGroupTenantsModalComponent, DsMobileAppLoadingComponent, DsMobileAttachmentPreviewComponent, DsMobileBookingConfirmationWrapperComponent, DsMobileBookingModalComponent, DsMobileBookingModalService, DsMobileBookingSummaryComponent, DsMobileBottomSheetHeaderComponent, DsMobileBottomSheetService, DsMobileBottomSheetWrapperComponent, DsMobileCapacitySheetComponent, DsMobileCardInlineBannerComponent, DsMobileCardInlineComponent, DsMobileCardInlineContactComponent, DsMobileCardInlineFileComponent, DsMobileChatModalComponent, DsMobileChatModalService, DsMobileActionsBottomSheetComponent as DsMobileCommentActionsBottomSheetComponent, DsMobileCommentComponent, DsMobileCommunityAdminPickerComponent, DsMobileCommunityAdminsModalComponent, DsMobileConfirmationSheetComponent, DsMobileContactListItemComponent, DsMobileContentComponent, DsMobileCreateGroupModalComponent, DsMobileDropdownComponent, DsMobileEditGroupModalComponent, DsMobileEmptyStateComponent, DsMobileFabComponent, DsMobileFacilityArchiveConfirmationComponent, DsMobileFacilityCreationConfirmationWrapperComponent, DsMobileFacilityCreationModalComponent, DsMobileFacilityCreationModalService, DsMobileFacilityDeleteConfirmationComponent, DsMobileFacilityDetailModalComponent, DsMobileFacilityDetailModalService, DsMobileFileAttachmentComponent, DsMobileGlassSpinnerComponent, DsMobileGroupAvatarStackComponent, DsMobileGroupMembersModalComponent, DsMobileHandbookDetailModalComponent, DsMobileHandbookDetailModalService, DsMobileHandbookFolderComponent, DsMobileHandbookFolderMiniComponent, DsMobileHeaderContentComponent, DsMobileHeaderContentTileComponent, DsMobileIllustrationComponent, DsMobileImagePlaceholderComponent, DsMobileInlinePhotoComponent, DsMobileInlineTabsComponent, DsMobileInteractiveListItemBookingComponent, DsMobileInteractiveListItemInquiryComponent, DsMobileInteractiveListItemMessageComponent, DsMobileInteractiveListItemPostComponent, DsMobileLightboxImageComponent as DsMobileLightboxComponent, DsMobileLightboxFooterComponent, DsMobileLightboxHeaderComponent, DsMobileLightboxImageComponent, DsMobileLightboxPdfComponent, DsMobileLightboxService, DsMobileListItemComponent, DsMobileListItemStaticComponent, DsMobileListSearchComponent, DsMobileLoaderOverlayComponent, DsMobileLongPressDirective, DsMobileMediaActionsPanelComponent, DsMobileMessageBubbleComponent, DsMobileMessageComposerComponent, DsMobileModalBaseComponent, DsMobileModalService, DsMobileNewInquiryModalComponent, DsMobileNewInquiryModalService, DsMobileOfflineBannerComponent, DsMobilePageDetailsComponent, DsMobilePageMainComponent, DsMobilePillComponent, DsMobileActionsBottomSheetComponent as DsMobilePostActionsBottomSheetComponent, DsMobilePostComposerComponent, DsMobilePostCreateBottomSheetComponent, DsMobilePostDetailModalComponent, DsMobilePostDetailModalService, DsMobilePriceSheetComponent, DsMobileProfileActionsSheetComponent, DsMobilePromptBottomSheetComponent, DsMobilePropertyBannerComponent, DsMobileRichTextEditorComponent, DsMobileSectionComponent, DsMobileServiceVendorModalService, DsMobileServiceVendorSheetComponent, DsMobileSwiperComponent, DsMobileSwiperWithNavComponent, DsMobileSystemMessageBannerComponent, DsMobileTabBarComponent, DsMobileTabsComponent, DsMobileTenantPickerModalComponent, DsMobileWhenCanBookSheetComponent, DsMobileWhoCanBookSheetComponent, DsTextInputComponent, FamilyAccessPageComponent, FamilyAccessService, InquiriesService, InviteSuccessPageComponent, MediaPickerService, MobileBookingPageComponent, MobileCommunityPageComponent, MobileHandbookPageComponent, MobileHomePageComponent, MobileInquiriesPageComponent, MobileInquiryDetailPageComponent, MobileModalBase, MobilePageBase, MobilePostDetailPageComponent, MobileTabsExampleComponent, PageLoadingService, PostActionsComponent, PostAttachmentsComponent, PostContentComponent, PostCreatePageComponent, PostMediaComponent, PostPdfAttachmentComponent, PostTextComponent, PostsService, SectionHeaderComponent, ServicesPageComponent, SignInPageComponent, SignInToAcceptPageComponent, TenantChatPageComponent, TileContentComponent, TileIconComponent, TileLabelComponent, TileValueComponent, TrackingPermissionService, UserService, WhitelabelDemoModalComponent, WhitelabelDemoModalService, WhitelabelService, customBackTransition, customPageTransition };
|
|
9656
|
-
export type { ActionGroup, ActionItem, ActionResult, AddGroupTenantPickerRow, AppIconSize, AttachmentData, AttachmentFileType, AttachmentItem, AvatarSize, AvatarType, BadgePosition, BookingModalExtras, BookingResult, BottomSheetOptions, ChatAttachment, ChatGroupPanelLabels, ChatMessage, ChatModalData, ChatModalGroupData, ChatModalLabels, ChatParticipant, Comment, ActionResult as CommentActionResult, CommentData, CommunityAdminRow, ContactItem, ContactType, ContentWidth, CreateGroupMember, CreateGroupResult, DateOption, DropdownAlign, DropdownPosition, DsMobileDropdownItem, EditGroupMember, EditGroupResult, FacilityCreationModalOptions, FacilityDetailData, FacilityDetailDisplayData, FacilityDetailEditContext, FamilyInvite, FamilyMember, FamilyMemberStatus, GroupMemberRow, HandbookDetailData, HandbookItem, InlineTabItem, Inquiry, InquiryPhoto, Language, LightboxAuthor, LightboxImage, LightboxImageOptions, LightboxMediaFile, LightboxMediaType, LightboxOptions, LightboxPdf, LightboxPdfOptions, LoadingPhase, LogoSize, LogoVariant, MediaPickerResult, ModalOptions, MoreMenuItem, NetworkStatus, NewFacilityData, NewInquiryData, NewInquiryModalOptions, Post, ActionResult as PostActionResult, PostDetailData, PromptBottomSheetResult, PromptGroupPreviewMember, ServicePageLabels, ServiceVendor, TabConfig, TimeSlot, WhitelabelConfig };
|
|
9813
|
+
export { AcceptInvitePageComponent, ActionCommentComponent, ActionLikeComponent, AvatarUploadPageComponent, BaseModalService, ContentRowComponent, CreateAccountPageComponent, DEFAULT_SERVICE_PAGE_LABELS, DsAppIconComponent, DsAvatarWithBadgeComponent, DsLogoComponent, DsMobileAccessSheetComponent, DsMobileActionListItemComponent, DsMobileActionsBottomSheetComponent, DsMobileAddGroupTenantsModalComponent, DsMobileAppLoadingComponent, DsMobileAttachmentPreviewComponent, DsMobileBookingConfirmationWrapperComponent, DsMobileBookingModalComponent, DsMobileBookingModalService, DsMobileBookingSummaryComponent, DsMobileBottomSheetHeaderComponent, DsMobileBottomSheetService, DsMobileBottomSheetWrapperComponent, DsMobileCapacitySheetComponent, DsMobileCardInlineBannerComponent, DsMobileCardInlineComponent, DsMobileCardInlineContactComponent, DsMobileCardInlineFileComponent, DsMobileChatModalComponent, DsMobileChatModalService, DsMobileActionsBottomSheetComponent as DsMobileCommentActionsBottomSheetComponent, DsMobileCommentComponent, DsMobileCommunityAdminPickerComponent, DsMobileCommunityAdminsModalComponent, DsMobileConfirmationSheetComponent, DsMobileContactListItemComponent, DsMobileContentComponent, DsMobileCreateGroupModalComponent, DsMobileDropdownComponent, DsMobileEditGroupModalComponent, DsMobileEmptyStateComponent, DsMobileFabComponent, DsMobileFacilityArchiveConfirmationComponent, DsMobileFacilityCreationConfirmationWrapperComponent, DsMobileFacilityCreationModalComponent, DsMobileFacilityCreationModalService, DsMobileFacilityDeleteConfirmationComponent, DsMobileFacilityDetailModalComponent, DsMobileFacilityDetailModalService, DsMobileFileAttachmentComponent, DsMobileGlassSpinnerComponent, DsMobileGroupAvatarStackComponent, DsMobileGroupMembersModalComponent, DsMobileHandbookDetailModalComponent, DsMobileHandbookDetailModalService, DsMobileHandbookFolderComponent, DsMobileHandbookFolderMiniComponent, DsMobileHeaderContentComponent, DsMobileHeaderContentTileComponent, DsMobileIllustrationComponent, DsMobileImagePlaceholderComponent, DsMobileInlinePhotoComponent, DsMobileInlineTabsComponent, DsMobileInteractiveListItemBookingComponent, DsMobileInteractiveListItemInquiryComponent, DsMobileInteractiveListItemMessageComponent, DsMobileInteractiveListItemPostComponent, DsMobileLightboxImageComponent as DsMobileLightboxComponent, DsMobileLightboxFooterComponent, DsMobileLightboxHeaderComponent, DsMobileLightboxImageComponent, DsMobileLightboxImageWithDescriptionComponent, DsMobileLightboxPdfComponent, DsMobileLightboxService, DsMobileListItemComponent, DsMobileListItemStaticComponent, DsMobileListSearchComponent, DsMobileLoaderOverlayComponent, DsMobileLongPressDirective, DsMobileMediaActionsPanelComponent, DsMobileMessageBubbleComponent, DsMobileMessageComposerComponent, DsMobileModalBaseComponent, DsMobileModalService, DsMobileNewInquiryModalComponent, DsMobileNewInquiryModalService, DsMobileOfflineBannerComponent, DsMobilePageDetailsComponent, DsMobilePageMainComponent, DsMobilePillComponent, DsMobileActionsBottomSheetComponent as DsMobilePostActionsBottomSheetComponent, DsMobilePostComposerComponent, DsMobilePostCreateBottomSheetComponent, DsMobilePostDetailModalComponent, DsMobilePostDetailModalService, DsMobilePriceSheetComponent, DsMobileProfileActionsSheetComponent, DsMobilePromptBottomSheetComponent, DsMobilePropertyBannerComponent, DsMobileRichTextEditorComponent, DsMobileSectionComponent, DsMobileServiceVendorModalService, DsMobileServiceVendorSheetComponent, DsMobileSwiperComponent, DsMobileSwiperWithNavComponent, DsMobileSystemMessageBannerComponent, DsMobileTabBarComponent, DsMobileTabsComponent, DsMobileTenantPickerModalComponent, DsMobileWhenCanBookSheetComponent, DsMobileWhoCanBookSheetComponent, DsTextInputComponent, FamilyAccessPageComponent, FamilyAccessService, InquiriesService, InviteSuccessPageComponent, MediaPickerService, MobileBookingPageComponent, MobileCommunityPageComponent, MobileHandbookPageComponent, MobileHomePageComponent, MobileInquiriesPageComponent, MobileInquiryDetailPageComponent, MobileModalBase, MobilePageBase, MobilePostDetailPageComponent, MobileTabsExampleComponent, PageLoadingService, PostActionsComponent, PostAttachmentsComponent, PostContentComponent, PostCreatePageComponent, PostMediaComponent, PostPdfAttachmentComponent, PostTextComponent, PostsService, SectionHeaderComponent, ServicesPageComponent, SignInPageComponent, SignInToAcceptPageComponent, TenantChatPageComponent, TileContentComponent, TileIconComponent, TileLabelComponent, TileValueComponent, TrackingPermissionService, UserService, WhitelabelDemoModalComponent, WhitelabelDemoModalService, WhitelabelService, customBackTransition, customPageTransition };
|
|
9814
|
+
export type { ActionGroup, ActionItem, ActionResult, AddGroupTenantPickerRow, AppIconSize, AttachmentData, AttachmentFileType, AttachmentItem, AvatarSize, AvatarType, BadgePosition, BookingModalExtras, BookingResult, BottomSheetOptions, ChatAttachment, ChatGroupPanelLabels, ChatMessage, ChatModalData, ChatModalGroupData, ChatModalLabels, ChatParticipant, Comment, ActionResult as CommentActionResult, CommentData, CommunityAdminRow, ContactItem, ContactType, ContentWidth, CreateGroupMember, CreateGroupResult, DateOption, DropdownAlign, DropdownPosition, DsMobileDropdownItem, EditGroupMember, EditGroupResult, FacilityCreationModalOptions, FacilityDetailData, FacilityDetailDisplayData, FacilityDetailEditContext, FamilyInvite, FamilyMember, FamilyMemberStatus, GroupMemberRow, HandbookDetailData, HandbookItem, InlineTabItem, Inquiry, InquiryPhoto, Language, LightboxAuthor, LightboxImage, LightboxImageOptions, LightboxImageWithDescription, LightboxImageWithDescriptionOptions, LightboxMediaFile, LightboxMediaType, LightboxOptions, LightboxPdf, LightboxPdfOptions, LoadingPhase, LogoSize, LogoVariant, MediaPickerResult, ModalOptions, MoreMenuItem, NetworkStatus, NewFacilityData, NewInquiryData, NewInquiryModalOptions, Post, ActionResult as PostActionResult, PostDetailData, PromptBottomSheetResult, PromptGroupPreviewMember, ServicePageLabels, ServiceVendor, TabConfig, TimeSlot, WhitelabelConfig };
|