@propbinder/mobile-design 0.3.43 → 0.4.4
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/README.md +63 -63
- package/assets/fonts/brockmann-medium-webfont.woff2 +0 -0
- package/assets/fonts/brockmann-mediumitalic-webfont.woff2 +0 -0
- package/assets/fonts/brockmann-regular-webfont.woff2 +0 -0
- package/assets/fonts/brockmann-regularitalic-webfont.woff2 +0 -0
- package/assets/fonts/brockmann-semibold-webfont.woff2 +0 -0
- package/assets/fonts/brockmann-semibolditalic-webfont.woff2 +0 -0
- package/fesm2022/{propbinder-mobile-design-ds-mobile-days-sheet-CExYUoSe.mjs → propbinder-mobile-design-ds-mobile-days-sheet-Bf7hxhB6.mjs} +53 -53
- package/fesm2022/propbinder-mobile-design-ds-mobile-days-sheet-Bf7hxhB6.mjs.map +1 -0
- package/fesm2022/{propbinder-mobile-design-ds-mobile-duration-sheet-CjoEvphw.mjs → propbinder-mobile-design-ds-mobile-duration-sheet-BHTlCfU7.mjs} +175 -175
- package/fesm2022/propbinder-mobile-design-ds-mobile-duration-sheet-BHTlCfU7.mjs.map +1 -0
- package/fesm2022/{propbinder-mobile-design-ds-mobile-time-sheet-BEO6vuN0.mjs → propbinder-mobile-design-ds-mobile-time-sheet-CrUB7zl-.mjs} +71 -71
- package/fesm2022/propbinder-mobile-design-ds-mobile-time-sheet-CrUB7zl-.mjs.map +1 -0
- package/fesm2022/propbinder-mobile-design.mjs +15478 -15199
- package/fesm2022/propbinder-mobile-design.mjs.map +1 -1
- package/index.d.ts +144 -42
- package/package.json +1 -1
- package/styles/ionic.css +989 -989
- package/styles/mobile-common.css +155 -155
- package/styles/mobile-page-base.css +338 -338
- package/fesm2022/propbinder-mobile-design-ds-mobile-days-sheet-CExYUoSe.mjs.map +0 -1
- package/fesm2022/propbinder-mobile-design-ds-mobile-duration-sheet-CjoEvphw.mjs.map +0 -1
- package/fesm2022/propbinder-mobile-design-ds-mobile-time-sheet-BEO6vuN0.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { Router, ActivatedRoute } from '@angular/router';
|
|
|
12
12
|
import * as _propbinder_mobile_design from '@propbinder/mobile-design';
|
|
13
13
|
import { AppTrackingStatus } from 'capacitor-plugin-app-tracking-transparency';
|
|
14
14
|
import { Animation } from '@ionic/angular';
|
|
15
|
+
import { PushNotificationSchema } from '@capacitor/push-notifications';
|
|
15
16
|
|
|
16
17
|
/**
|
|
17
18
|
* Content width preset values
|
|
@@ -60,7 +61,7 @@ declare abstract class MobilePageBase implements OnDestroy {
|
|
|
60
61
|
*
|
|
61
62
|
* @default 'list'
|
|
62
63
|
*/
|
|
63
|
-
contentLoadingVariant: _angular_core.InputSignal<"
|
|
64
|
+
contentLoadingVariant: _angular_core.InputSignal<"details" | "list" | "card" | "handbook">;
|
|
64
65
|
/**
|
|
65
66
|
* Maximum content width (desktop only)
|
|
66
67
|
*
|
|
@@ -747,7 +748,7 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
|
|
|
747
748
|
/**
|
|
748
749
|
* Current view state
|
|
749
750
|
*/
|
|
750
|
-
currentView: _angular_core.WritableSignal<"
|
|
751
|
+
currentView: _angular_core.WritableSignal<"main" | "language">;
|
|
751
752
|
/**
|
|
752
753
|
* Reference to the view container for height calculations
|
|
753
754
|
*/
|
|
@@ -4410,10 +4411,10 @@ declare class DsMobileChatModalComponent implements OnInit, AfterViewInit {
|
|
|
4410
4411
|
currentUserAvatarSrc: _angular_core.WritableSignal<string>;
|
|
4411
4412
|
autoFocus: _angular_core.WritableSignal<boolean>;
|
|
4412
4413
|
/** Inquiry shows system takeover copy; peer chat does not. */
|
|
4413
|
-
threadContext: _angular_core.WritableSignal<"
|
|
4414
|
+
threadContext: _angular_core.WritableSignal<"inquiry" | "peer">;
|
|
4414
4415
|
/** Resolved i18n labels — merged with Danish defaults. */
|
|
4415
4416
|
lbl: ChatModalLabels;
|
|
4416
|
-
threadKind: _angular_core.WritableSignal<"
|
|
4417
|
+
threadKind: _angular_core.WritableSignal<"direct" | "group">;
|
|
4417
4418
|
group: _angular_core.WritableSignal<ChatModalGroupData | null>;
|
|
4418
4419
|
groupMembersForStack: _angular_core.Signal<ChatParticipant[]>;
|
|
4419
4420
|
isGroupAdmin: _angular_core.Signal<boolean>;
|
|
@@ -5389,7 +5390,7 @@ declare class DsMobileInteractiveListItemBookingComponent {
|
|
|
5389
5390
|
/**
|
|
5390
5391
|
* Get status indicator variant based on availability status
|
|
5391
5392
|
*/
|
|
5392
|
-
getStatusVariant(): '
|
|
5393
|
+
getStatusVariant(): 'success' | 'warning' | 'grey';
|
|
5393
5394
|
handleBookingClick(): void;
|
|
5394
5395
|
handleLongPress(): void;
|
|
5395
5396
|
handleMoreButtonClick(event: Event): void;
|
|
@@ -9020,7 +9021,7 @@ declare class DsMobileIllustrationComponent {
|
|
|
9020
9021
|
* Predefined illustration variant
|
|
9021
9022
|
* Available variants: 'post', 'inquiry', 'confirmation', 'family'
|
|
9022
9023
|
*/
|
|
9023
|
-
variant: _angular_core.InputSignal<"
|
|
9024
|
+
variant: _angular_core.InputSignal<"post" | "inquiry" | "confirmation" | "family" | "cancel-booking" | "delete-warning">;
|
|
9024
9025
|
/**
|
|
9025
9026
|
* Illustration size (width and height)
|
|
9026
9027
|
* @default '120px'
|
|
@@ -9069,15 +9070,20 @@ declare class DsMobilePropertyBannerComponent {
|
|
|
9069
9070
|
declare class DsMobileNotificationPromptComponent {
|
|
9070
9071
|
protected readonly whitelabel: WhitelabelService;
|
|
9071
9072
|
protected readonly dismissing: _angular_core.WritableSignal<boolean>;
|
|
9073
|
+
protected readonly awaitingNativePermission: _angular_core.WritableSignal<boolean>;
|
|
9072
9074
|
heading: _angular_core.InputSignal<string>;
|
|
9073
9075
|
subtitle: _angular_core.InputSignal<string>;
|
|
9074
9076
|
allowLabel: _angular_core.InputSignal<string>;
|
|
9075
9077
|
dismissLabel: _angular_core.InputSignal<string>;
|
|
9078
|
+
/** Fired when the user taps Allow — parent should request native permission, then call `dismissWithAnimation()`. */
|
|
9076
9079
|
allow: _angular_core.OutputEmitterRef<void>;
|
|
9077
9080
|
dismiss: _angular_core.OutputEmitterRef<void>;
|
|
9078
9081
|
private static readonly EXIT_DURATION;
|
|
9079
9082
|
handleAllow(): void;
|
|
9080
9083
|
handleDismiss(): void;
|
|
9084
|
+
/** Play exit animation — call after native permission dialog resolves. */
|
|
9085
|
+
dismissWithAnimation(): Promise<void>;
|
|
9086
|
+
private startDismissAnimation;
|
|
9081
9087
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileNotificationPromptComponent, never>;
|
|
9082
9088
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileNotificationPromptComponent, "ds-mobile-notification-prompt", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "allowLabel": { "alias": "allowLabel"; "required": false; "isSignal": true; }; "dismissLabel": { "alias": "dismissLabel"; "required": false; "isSignal": true; }; }, { "allow": "allow"; "dismiss": "dismiss"; }, never, never, true, never>;
|
|
9083
9089
|
}
|
|
@@ -9200,6 +9206,58 @@ declare class DsMobileToggleComponent {
|
|
|
9200
9206
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileToggleComponent, "ds-mobile-toggle", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "changed": "changed"; }, never, never, true, never>;
|
|
9201
9207
|
}
|
|
9202
9208
|
|
|
9209
|
+
type NotificationCategory = 'messages' | 'bookings' | 'community' | 'inquiries' | 'services' | 'handbook' | 'system';
|
|
9210
|
+
declare class NotificationService {
|
|
9211
|
+
readonly notifications: _angular_core.WritableSignal<NotificationItem[]>;
|
|
9212
|
+
readonly unreadCount: _angular_core.Signal<number>;
|
|
9213
|
+
/**
|
|
9214
|
+
* Push notification delivery preferences per category.
|
|
9215
|
+
* Controls which types of push notifications the device receives —
|
|
9216
|
+
* does NOT filter the in-app notification list.
|
|
9217
|
+
*/
|
|
9218
|
+
readonly disabledPushCategories: _angular_core.WritableSignal<Set<NotificationCategory>>;
|
|
9219
|
+
isPushEnabled(category: NotificationCategory): boolean;
|
|
9220
|
+
setPushEnabled(category: NotificationCategory, enabled: boolean): void;
|
|
9221
|
+
categoryForType(type: NotificationType): NotificationCategory;
|
|
9222
|
+
isPushEnabledForType(type: NotificationType): boolean;
|
|
9223
|
+
enabledCategories(): NotificationCategory[];
|
|
9224
|
+
/**
|
|
9225
|
+
* Add a new notification to the top of the list.
|
|
9226
|
+
* Intended for downstream push integration — call this when a
|
|
9227
|
+
* real push payload arrives via Capacitor's `pushNotificationReceived` listener.
|
|
9228
|
+
*/
|
|
9229
|
+
addNotification(item: NotificationItem): void;
|
|
9230
|
+
markAsRead(id: string): void;
|
|
9231
|
+
markAllAsRead(): void;
|
|
9232
|
+
/**
|
|
9233
|
+
* Remove a single notification from the list permanently.
|
|
9234
|
+
*/
|
|
9235
|
+
removeNotification(id: string): void;
|
|
9236
|
+
/**
|
|
9237
|
+
* Remove all notifications from the list permanently.
|
|
9238
|
+
*/
|
|
9239
|
+
clearAll(): void;
|
|
9240
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotificationService, never>;
|
|
9241
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<NotificationService>;
|
|
9242
|
+
}
|
|
9243
|
+
|
|
9244
|
+
interface NotificationPref {
|
|
9245
|
+
key: NotificationCategory;
|
|
9246
|
+
label: string;
|
|
9247
|
+
description: string;
|
|
9248
|
+
}
|
|
9249
|
+
declare const DEFAULT_NOTIFICATION_PREFS: NotificationPref[];
|
|
9250
|
+
declare class SettingsModalComponent {
|
|
9251
|
+
private notificationService;
|
|
9252
|
+
private pushBackend;
|
|
9253
|
+
readonly title: _angular_core.InputSignal<string>;
|
|
9254
|
+
readonly prefs: _angular_core.InputSignal<NotificationPref[]>;
|
|
9255
|
+
isPushEnabled(key: NotificationCategory): boolean;
|
|
9256
|
+
toggle(key: NotificationCategory): void;
|
|
9257
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SettingsModalComponent, never>;
|
|
9258
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SettingsModalComponent, "app-settings-modal", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "prefs": { "alias": "prefs"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9259
|
+
}
|
|
9260
|
+
|
|
9203
9261
|
/**
|
|
9204
9262
|
* Post and Comment Models
|
|
9205
9263
|
* Unified data structures for community posts
|
|
@@ -9300,38 +9358,6 @@ declare class PostsService {
|
|
|
9300
9358
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<PostsService>;
|
|
9301
9359
|
}
|
|
9302
9360
|
|
|
9303
|
-
type NotificationCategory = 'messages' | 'bookings' | 'community' | 'inquiries' | 'services' | 'handbook' | 'system';
|
|
9304
|
-
declare class NotificationService {
|
|
9305
|
-
readonly notifications: _angular_core.WritableSignal<NotificationItem[]>;
|
|
9306
|
-
readonly unreadCount: _angular_core.Signal<number>;
|
|
9307
|
-
/**
|
|
9308
|
-
* Push notification delivery preferences per category.
|
|
9309
|
-
* Controls which types of push notifications the device receives —
|
|
9310
|
-
* does NOT filter the in-app notification list.
|
|
9311
|
-
*/
|
|
9312
|
-
readonly disabledPushCategories: _angular_core.WritableSignal<Set<NotificationCategory>>;
|
|
9313
|
-
isPushEnabled(category: NotificationCategory): boolean;
|
|
9314
|
-
setPushEnabled(category: NotificationCategory, enabled: boolean): void;
|
|
9315
|
-
/**
|
|
9316
|
-
* Add a new notification to the top of the list.
|
|
9317
|
-
* Intended for downstream push integration — call this when a
|
|
9318
|
-
* real push payload arrives via Capacitor's `pushNotificationReceived` listener.
|
|
9319
|
-
*/
|
|
9320
|
-
addNotification(item: NotificationItem): void;
|
|
9321
|
-
markAsRead(id: string): void;
|
|
9322
|
-
markAllAsRead(): void;
|
|
9323
|
-
/**
|
|
9324
|
-
* Remove a single notification from the list permanently.
|
|
9325
|
-
*/
|
|
9326
|
-
removeNotification(id: string): void;
|
|
9327
|
-
/**
|
|
9328
|
-
* Remove all notifications from the list permanently.
|
|
9329
|
-
*/
|
|
9330
|
-
clearAll(): void;
|
|
9331
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotificationService, never>;
|
|
9332
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<NotificationService>;
|
|
9333
|
-
}
|
|
9334
|
-
|
|
9335
9361
|
declare class MobileCommunityPageComponent {
|
|
9336
9362
|
private router;
|
|
9337
9363
|
private route;
|
|
@@ -9605,7 +9631,7 @@ declare class MobileInquiriesPageComponent {
|
|
|
9605
9631
|
readonly notificationService: NotificationService;
|
|
9606
9632
|
constructor(userService: UserService, navCtrl: NavController, newInquiryModal: DsMobileNewInquiryModalService);
|
|
9607
9633
|
isLoading: _angular_core.WritableSignal<boolean>;
|
|
9608
|
-
filterStatus: _angular_core.WritableSignal<"
|
|
9634
|
+
filterStatus: _angular_core.WritableSignal<"open" | "closed" | "all">;
|
|
9609
9635
|
tabItems: InlineTabItem[];
|
|
9610
9636
|
filteredInquiries: _angular_core.Signal<Inquiry[]>;
|
|
9611
9637
|
setFilter(status: 'all' | 'open' | 'closed'): void;
|
|
@@ -9678,11 +9704,13 @@ declare class MobileTabsExampleComponent implements OnInit {
|
|
|
9678
9704
|
userService: UserService;
|
|
9679
9705
|
private router;
|
|
9680
9706
|
private navCtrl;
|
|
9707
|
+
private notificationPromptComponent?;
|
|
9681
9708
|
private whitelabelDemoModal;
|
|
9682
9709
|
private trackingPermissionService;
|
|
9683
9710
|
private notificationModal;
|
|
9684
9711
|
readonly notificationService: NotificationService;
|
|
9685
9712
|
private notificationPrompt;
|
|
9713
|
+
private pushNotificationService;
|
|
9686
9714
|
readonly pageLoading: PageLoadingService;
|
|
9687
9715
|
readonly showNotificationPrompt: _angular_core.WritableSignal<boolean>;
|
|
9688
9716
|
private trackedProfileMenuItems;
|
|
@@ -10204,14 +10232,88 @@ declare class NotificationPromptService {
|
|
|
10204
10232
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<NotificationPromptService>;
|
|
10205
10233
|
}
|
|
10206
10234
|
|
|
10235
|
+
interface SettingsModalOptions {
|
|
10236
|
+
title?: string;
|
|
10237
|
+
prefs?: NotificationPref[];
|
|
10238
|
+
}
|
|
10207
10239
|
declare class SettingsModalService {
|
|
10208
10240
|
private modalController;
|
|
10209
10241
|
constructor(modalController: ModalController);
|
|
10210
|
-
open(): Promise<void>;
|
|
10242
|
+
open(options?: SettingsModalOptions): Promise<void>;
|
|
10211
10243
|
close(data?: any): Promise<boolean>;
|
|
10212
10244
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SettingsModalService, never>;
|
|
10213
10245
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SettingsModalService>;
|
|
10214
10246
|
}
|
|
10215
10247
|
|
|
10216
|
-
|
|
10217
|
-
|
|
10248
|
+
type PushTokenType = 'fcm' | 'apns';
|
|
10249
|
+
type PushPlatform = 'ios' | 'android';
|
|
10250
|
+
type PushPermissionStatus = 'granted' | 'denied' | 'prompt' | 'unknown';
|
|
10251
|
+
interface DeviceRegistration {
|
|
10252
|
+
token: string;
|
|
10253
|
+
tokenType: PushTokenType;
|
|
10254
|
+
platform: PushPlatform;
|
|
10255
|
+
bundleId?: string;
|
|
10256
|
+
appVersion?: string;
|
|
10257
|
+
locale?: string;
|
|
10258
|
+
}
|
|
10259
|
+
/** Normalized push payload — matches the contract the backend will send later. */
|
|
10260
|
+
interface PushPayload {
|
|
10261
|
+
type: NotificationType;
|
|
10262
|
+
title: string;
|
|
10263
|
+
message: string;
|
|
10264
|
+
notificationId: string;
|
|
10265
|
+
targetId?: string;
|
|
10266
|
+
createdAt?: string;
|
|
10267
|
+
}
|
|
10268
|
+
interface PushBackendAdapter {
|
|
10269
|
+
registerDevice(device: DeviceRegistration): Promise<void>;
|
|
10270
|
+
unregisterDevice(token: string): Promise<void>;
|
|
10271
|
+
syncPushPreferences(enabledCategories: NotificationCategory[]): Promise<void>;
|
|
10272
|
+
}
|
|
10273
|
+
declare const PUSH_BACKEND_ADAPTER: InjectionToken<PushBackendAdapter>;
|
|
10274
|
+
|
|
10275
|
+
/** Parse a Capacitor push notification into a normalized PushPayload. */
|
|
10276
|
+
declare function extractPushPayload(notification: PushNotificationSchema): PushPayload | null;
|
|
10277
|
+
declare function pushPayloadToNotificationItem(payload: PushPayload): NotificationItem;
|
|
10278
|
+
declare function notificationItemFromPush(notification: PushNotificationSchema): NotificationItem | null;
|
|
10279
|
+
|
|
10280
|
+
declare class PushNotificationService {
|
|
10281
|
+
private readonly backend;
|
|
10282
|
+
private readonly notificationService;
|
|
10283
|
+
private readonly notificationModal;
|
|
10284
|
+
private readonly notificationPrompt;
|
|
10285
|
+
/** FCM registration token for backend registration. */
|
|
10286
|
+
readonly token: _angular_core.WritableSignal<string | null>;
|
|
10287
|
+
readonly permissionStatus: _angular_core.WritableSignal<PushPermissionStatus>;
|
|
10288
|
+
private initialized;
|
|
10289
|
+
private listenerHandles;
|
|
10290
|
+
/** Call once on app bootstrap. No-ops on web. */
|
|
10291
|
+
initialize(): Promise<void>;
|
|
10292
|
+
/** Called from the permission prompt "Allow" button. */
|
|
10293
|
+
requestPermissionAndRegister(): Promise<boolean>;
|
|
10294
|
+
/**
|
|
10295
|
+
* Whether the backend should send OS push notifications for this type.
|
|
10296
|
+
* Category toggles do not filter the in-app notification bell — see NotificationService.
|
|
10297
|
+
*/
|
|
10298
|
+
shouldDeliverPush(type: NotificationType): boolean;
|
|
10299
|
+
unregister(): Promise<void>;
|
|
10300
|
+
private attachListeners;
|
|
10301
|
+
private handleRegistration;
|
|
10302
|
+
private applyFcmToken;
|
|
10303
|
+
private registerDeviceWithBackend;
|
|
10304
|
+
private handleReceived;
|
|
10305
|
+
private handleActionPerformed;
|
|
10306
|
+
private registerNativePush;
|
|
10307
|
+
private refreshPermissionStatus;
|
|
10308
|
+
/**
|
|
10309
|
+
* FCM token via @capacitor-community/fcm. On iOS, call only after Capacitor
|
|
10310
|
+
* `registration` (APNs token must be set first).
|
|
10311
|
+
*/
|
|
10312
|
+
private resolveFcmToken;
|
|
10313
|
+
private readBundleId;
|
|
10314
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PushNotificationService, never>;
|
|
10315
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<PushNotificationService>;
|
|
10316
|
+
}
|
|
10317
|
+
|
|
10318
|
+
export { AcceptInvitePageComponent, ActionCommentComponent, ActionLikeComponent, AvatarUploadPageComponent, BaseModalService, ContentRowComponent, CreateAccountPageComponent, DEFAULT_NOTIFICATION_PREFS, DEFAULT_SERVICE_PAGE_LABELS, DsAppIconComponent, DsAvatarWithBadgeComponent, DsLogoComponent, DsMobileAccessSheetComponent, DsMobileActionListItemComponent, DsMobileActionsBottomSheetComponent, DsMobileAddGroupTenantsModalComponent, DsMobileAppLoadingComponent, DsMobileAttachmentPreviewComponent, DsMobileBookingCancelConfirmationComponent, DsMobileBookingConfirmationWrapperComponent, DsMobileBookingDetailSheetComponent, DsMobileBookingDetailSheetService, DsMobileBookingModalComponent, DsMobileBookingModalService, DsMobileBookingSummaryComponent, DsMobileBottomSheetHeaderComponent, DsMobileBottomSheetService, DsMobileBottomSheetWrapperComponent, DsMobileCapacitySheetComponent, DsMobileCardInlineBannerComponent, DsMobileCardInlineComponent, DsMobileCardInlineContactComponent, DsMobileCardInlineFileComponent, DsMobileChatModalComponent, DsMobileChatModalService, DsMobileActionsBottomSheetComponent as DsMobileCommentActionsBottomSheetComponent, DsMobileCommentComponent, DsMobileCommunityAdminPickerComponent, DsMobileCommunityAdminsModalComponent, DsMobileConfirmationSheetComponent, DsMobileContactListItemComponent, DsMobileContentComponent, DsMobileCountBadgeComponent, 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, DsMobileNotificationButtonComponent, DsMobileNotificationModalComponent, DsMobileNotificationModalService, DsMobileNotificationPromptComponent, 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, DsMobileToggleComponent, DsMobileWhenCanBookSheetComponent, DsMobileWhoCanBookSheetComponent, DsTextInputComponent, FamilyAccessPageComponent, FamilyAccessService, InquiriesService, InviteSuccessPageComponent, MediaPickerService, MobileBookingPageComponent, MobileCommunityPageComponent, MobileHandbookPageComponent, MobileHomePageComponent, MobileInquiriesPageComponent, MobileInquiryDetailPageComponent, MobileModalBase, MobilePageBase, MobilePostDetailPageComponent, MobileTabsExampleComponent, NOTIFICATION_ICON_MAP, NotificationPromptService, NotificationService, PUSH_BACKEND_ADAPTER, PageLoadingService, PeerChatLauncherService, PeerMessagingService, PostActionsComponent, PostAttachmentsComponent, PostContentComponent, PostCreatePageComponent, PostMediaComponent, PostPdfAttachmentComponent, PostTextComponent, PostsService, PushNotificationService, RelativeTimePipe, SAMPLE_NOTIFICATIONS, SectionHeaderComponent, ServicesPageComponent, SettingsModalComponent, SettingsModalService, SignInPageComponent, SignInToAcceptPageComponent, TenantChatPageComponent, TileContentComponent, TileIconComponent, TileLabelComponent, TileValueComponent, TrackingPermissionService, UserService, VENDOR_MODAL_SERVICE, WhitelabelDemoModalComponent, WhitelabelDemoModalService, WhitelabelService, customBackTransition, customPageTransition, dateBucket, extractPushPayload, isPeerDirectConversation, isPeerGroupConversation, notificationItemFromPush, peerTenantToParticipant, pushPayloadToNotificationItem };
|
|
10319
|
+
export type { ActionGroup, ActionItem, ActionResult, AddGroupTenantPickerRow, AppIconSize, AttachmentData, AttachmentFileType, AttachmentItem, AvatarSize, AvatarType, BadgePosition, BookingDetailData, BookingModalExtras, BookingResult, BottomSheetOptions, ChatAttachment, ChatGroupPanelLabels, ChatMessage, ChatModalData, ChatModalGroupData, ChatModalLabels, ChatParticipant, Comment, ActionResult as CommentActionResult, CommentData, CommunityAdminRow, ContactItem, ContactType, ContentWidth, CreateGroupMember, CreateGroupResult, DateOption, DeviceRegistration, 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, NotificationCategory, NotificationItem, NotificationLeading, NotificationPref, NotificationType, PeerConversation, PeerDirectConversation, PeerGroupConversation, PeerTenantContact, Post, ActionResult as PostActionResult, PostDetailData, PromptBottomSheetResult, PromptGroupPreviewMember, PushBackendAdapter, PushPayload, PushPermissionStatus, PushPlatform, PushTokenType, ServicePageLabels, ServiceVendor, SettingsModalOptions, TabConfig, TimeSlot, VendorModalOpener, WhitelabelConfig };
|