@propbinder/mobile-design 0.2.92 → 0.2.98
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/fesm2022/propbinder-mobile-design.mjs +699 -465
- package/fesm2022/propbinder-mobile-design.mjs.map +1 -1
- package/index.d.ts +59 -18
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -737,7 +737,7 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
|
|
|
737
737
|
/**
|
|
738
738
|
* Current view state
|
|
739
739
|
*/
|
|
740
|
-
currentView: _angular_core.WritableSignal<"
|
|
740
|
+
currentView: _angular_core.WritableSignal<"main" | "language">;
|
|
741
741
|
/**
|
|
742
742
|
* Reference to the view container for height calculations
|
|
743
743
|
*/
|
|
@@ -861,6 +861,7 @@ declare class DsMobilePageMainComponent extends MobilePageBase implements AfterV
|
|
|
861
861
|
avatarInitials: _angular_core.InputSignal<string>;
|
|
862
862
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
863
863
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
864
|
+
showNotification: _angular_core.InputSignal<boolean>;
|
|
864
865
|
notificationCount: _angular_core.InputSignal<number>;
|
|
865
866
|
showRefresh: _angular_core.InputSignal<boolean>;
|
|
866
867
|
showCondensedHeader: _angular_core.InputSignal<boolean>;
|
|
@@ -898,7 +899,7 @@ declare class DsMobilePageMainComponent extends MobilePageBase implements AfterV
|
|
|
898
899
|
* {
|
|
899
900
|
* actions: [
|
|
900
901
|
* { action: 'profile', title: 'Min profil', icon: 'remixUser3Line' },
|
|
901
|
-
* { action: 'settings', title: '
|
|
902
|
+
* { action: 'settings', title: 'Notifikationer', icon: 'remixNotificationLine' }
|
|
902
903
|
* ]
|
|
903
904
|
* },
|
|
904
905
|
* {
|
|
@@ -938,7 +939,7 @@ declare class DsMobilePageMainComponent extends MobilePageBase implements AfterV
|
|
|
938
939
|
*/
|
|
939
940
|
handleRefresh(event: any): Promise<void>;
|
|
940
941
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobilePageMainComponent, never>;
|
|
941
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobilePageMainComponent, "ds-mobile-page-main", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "headerTitle": { "alias": "headerTitle"; "required": false; "isSignal": true; }; "headerSubtitle": { "alias": "headerSubtitle"; "required": false; "isSignal": true; }; "firstEntry": { "alias": "firstEntry"; "required": false; "isSignal": true; }; "avatarType": { "alias": "avatarType"; "required": false; "isSignal": true; }; "avatarInitials": { "alias": "avatarInitials"; "required": false; "isSignal": true; }; "avatarSrc": { "alias": "avatarSrc"; "required": false; "isSignal": true; }; "avatarIconName": { "alias": "avatarIconName"; "required": false; "isSignal": true; }; "notificationCount": { "alias": "notificationCount"; "required": false; "isSignal": true; }; "showRefresh": { "alias": "showRefresh"; "required": false; "isSignal": true; }; "showCondensedHeader": { "alias": "showCondensedHeader"; "required": false; "isSignal": true; }; "scrollThreshold": { "alias": "scrollThreshold"; "required": false; "isSignal": true; }; "headerFadeDistance": { "alias": "headerFadeDistance"; "required": false; "isSignal": true; }; "contentPadding": { "alias": "contentPadding"; "required": false; "isSignal": true; }; "profileMenuItems": { "alias": "profileMenuItems"; "required": false; "isSignal": true; }; }, { "notificationClick": "notificationClick"; "avatarClick": "avatarClick"; "profileActionSelected": "profileActionSelected"; "refresh": "refresh"; "scroll": "scroll"; }, never, ["[header-content]", "[offline-indicator]", "*"], true, never>;
|
|
942
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobilePageMainComponent, "ds-mobile-page-main", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "headerTitle": { "alias": "headerTitle"; "required": false; "isSignal": true; }; "headerSubtitle": { "alias": "headerSubtitle"; "required": false; "isSignal": true; }; "firstEntry": { "alias": "firstEntry"; "required": false; "isSignal": true; }; "avatarType": { "alias": "avatarType"; "required": false; "isSignal": true; }; "avatarInitials": { "alias": "avatarInitials"; "required": false; "isSignal": true; }; "avatarSrc": { "alias": "avatarSrc"; "required": false; "isSignal": true; }; "avatarIconName": { "alias": "avatarIconName"; "required": false; "isSignal": true; }; "showNotification": { "alias": "showNotification"; "required": false; "isSignal": true; }; "notificationCount": { "alias": "notificationCount"; "required": false; "isSignal": true; }; "showRefresh": { "alias": "showRefresh"; "required": false; "isSignal": true; }; "showCondensedHeader": { "alias": "showCondensedHeader"; "required": false; "isSignal": true; }; "scrollThreshold": { "alias": "scrollThreshold"; "required": false; "isSignal": true; }; "headerFadeDistance": { "alias": "headerFadeDistance"; "required": false; "isSignal": true; }; "contentPadding": { "alias": "contentPadding"; "required": false; "isSignal": true; }; "profileMenuItems": { "alias": "profileMenuItems"; "required": false; "isSignal": true; }; }, { "notificationClick": "notificationClick"; "avatarClick": "avatarClick"; "profileActionSelected": "profileActionSelected"; "refresh": "refresh"; "scroll": "scroll"; }, never, ["[header-content]", "[offline-indicator]", "*"], true, never>;
|
|
942
943
|
}
|
|
943
944
|
|
|
944
945
|
interface InlineTabItem {
|
|
@@ -1040,7 +1041,7 @@ declare class WhitelabelService {
|
|
|
1040
1041
|
readonly logoUrl: _angular_core.Signal<string>;
|
|
1041
1042
|
readonly logoMarkUrl: _angular_core.Signal<string>;
|
|
1042
1043
|
readonly logoAlt: _angular_core.Signal<string>;
|
|
1043
|
-
readonly logoSize: _angular_core.Signal<"
|
|
1044
|
+
readonly logoSize: _angular_core.Signal<"sm" | "md" | "lg" | "xl">;
|
|
1044
1045
|
readonly logoHeight: _angular_core.Signal<number>;
|
|
1045
1046
|
readonly appIconSurface: _angular_core.Signal<string>;
|
|
1046
1047
|
readonly appIconContent: _angular_core.Signal<string>;
|
|
@@ -2805,7 +2806,7 @@ declare class DsMobileListItemComponent implements AfterViewInit {
|
|
|
2805
2806
|
* - 'center' - Align to center
|
|
2806
2807
|
* - 'bottom' - Align to bottom
|
|
2807
2808
|
*/
|
|
2808
|
-
align: _angular_core.InputSignal<"
|
|
2809
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
2809
2810
|
/**
|
|
2810
2811
|
* Remove top padding — use on the first item in a section when there is
|
|
2811
2812
|
* no preceding content, to avoid unnecessary whitespace.
|
|
@@ -3093,7 +3094,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
3093
3094
|
* - 'center' - Align to center
|
|
3094
3095
|
* - 'bottom' - Align to bottom
|
|
3095
3096
|
*/
|
|
3096
|
-
align: _angular_core.InputSignal<"
|
|
3097
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
3097
3098
|
/**
|
|
3098
3099
|
* Whether the post card is clickable
|
|
3099
3100
|
*/
|
|
@@ -3321,7 +3322,7 @@ declare class DsMobileInteractiveListItemInquiryComponent {
|
|
|
3321
3322
|
* - 'center' - Align to center
|
|
3322
3323
|
* - 'bottom' - Align to bottom
|
|
3323
3324
|
*/
|
|
3324
|
-
align: _angular_core.InputSignal<"
|
|
3325
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
3325
3326
|
/**
|
|
3326
3327
|
* Whether the inquiry item is clickable
|
|
3327
3328
|
*/
|
|
@@ -4757,7 +4758,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4757
4758
|
* - 'center' - Align to center
|
|
4758
4759
|
* - 'bottom' - Align to bottom
|
|
4759
4760
|
*/
|
|
4760
|
-
align: _angular_core.InputSignal<"
|
|
4761
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
4761
4762
|
/**
|
|
4762
4763
|
* Whitelabel logomark on the avatar corner (e.g. org branding for staff).
|
|
4763
4764
|
* Default true — preserves backward compatibility with inquiry assignee rows.
|
|
@@ -4819,7 +4820,7 @@ declare class DsMobileContactListItemComponent {
|
|
|
4819
4820
|
/** Show a trailing trash-bin icon; emits {@link deleteClick} on tap. */
|
|
4820
4821
|
showDeleteAction: _angular_core.InputSignal<boolean>;
|
|
4821
4822
|
variant: _angular_core.InputSignal<"compact" | undefined>;
|
|
4822
|
-
align: _angular_core.InputSignal<"
|
|
4823
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
4823
4824
|
contactClick: _angular_core.OutputEmitterRef<void>;
|
|
4824
4825
|
selectionToggle: _angular_core.OutputEmitterRef<void>;
|
|
4825
4826
|
moreClick: _angular_core.OutputEmitterRef<void>;
|
|
@@ -4993,7 +4994,7 @@ declare class DsMobileGroupAvatarStackComponent {
|
|
|
4993
4994
|
/** Full member list; {@link currentUserId} is removed for display when set. */
|
|
4994
4995
|
members: _angular_core.InputSignal<ChatParticipant[]>;
|
|
4995
4996
|
customAvatarUrl: _angular_core.InputSignal<string>;
|
|
4996
|
-
size: _angular_core.InputSignal<"
|
|
4997
|
+
size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl">;
|
|
4997
4998
|
/** Row avatar (32×32, diagonal **xs** faces) vs header / hero stack. */
|
|
4998
4999
|
layout: _angular_core.InputSignal<"stack" | "list">;
|
|
4999
5000
|
/** When set, this participant is omitted from the stack (e.g. current user id). */
|
|
@@ -5306,7 +5307,7 @@ declare class DsMobileInteractiveListItemBookingComponent {
|
|
|
5306
5307
|
* - 'center' - Align to center
|
|
5307
5308
|
* - 'bottom' - Align to bottom
|
|
5308
5309
|
*/
|
|
5309
|
-
align: _angular_core.InputSignal<"
|
|
5310
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
5310
5311
|
/**
|
|
5311
5312
|
* Whether the booking item is clickable
|
|
5312
5313
|
*/
|
|
@@ -6942,6 +6943,10 @@ declare class DsMobileCardInlineContactComponent {
|
|
|
6942
6943
|
* Phone number (optional)
|
|
6943
6944
|
*/
|
|
6944
6945
|
phoneNumber: _angular_core.InputSignal<string>;
|
|
6946
|
+
/**
|
|
6947
|
+
* Email address (optional)
|
|
6948
|
+
*/
|
|
6949
|
+
email: _angular_core.InputSignal<string>;
|
|
6945
6950
|
/**
|
|
6946
6951
|
* Layout variant
|
|
6947
6952
|
* - 'default' - Standard padding and column layout
|
|
@@ -6970,7 +6975,7 @@ declare class DsMobileCardInlineContactComponent {
|
|
|
6970
6975
|
editClick: _angular_core.OutputEmitterRef<void>;
|
|
6971
6976
|
handleContactClick(): void;
|
|
6972
6977
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileCardInlineContactComponent, never>;
|
|
6973
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileCardInlineContactComponent, "ds-mobile-card-inline-contact", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "imageUrl": { "alias": "imageUrl"; "required": false; "isSignal": true; }; "contactPerson": { "alias": "contactPerson"; "required": false; "isSignal": true; }; "phoneNumber": { "alias": "phoneNumber"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "showChevron": { "alias": "showChevron"; "required": false; "isSignal": true; }; "showEditButton": { "alias": "showEditButton"; "required": false; "isSignal": true; }; }, { "contactClick": "contactClick"; "editClick": "editClick"; }, never, never, true, never>;
|
|
6978
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileCardInlineContactComponent, "ds-mobile-card-inline-contact", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "imageUrl": { "alias": "imageUrl"; "required": false; "isSignal": true; }; "contactPerson": { "alias": "contactPerson"; "required": false; "isSignal": true; }; "phoneNumber": { "alias": "phoneNumber"; "required": false; "isSignal": true; }; "email": { "alias": "email"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "showChevron": { "alias": "showChevron"; "required": false; "isSignal": true; }; "showEditButton": { "alias": "showEditButton"; "required": false; "isSignal": true; }; }, { "contactClick": "contactClick"; "editClick": "editClick"; }, never, never, true, never>;
|
|
6974
6979
|
}
|
|
6975
6980
|
|
|
6976
6981
|
/**
|
|
@@ -8240,6 +8245,14 @@ declare class DsMobileHandbookDetailModalComponent implements OnInit {
|
|
|
8240
8245
|
* Error state - when set, shows error message
|
|
8241
8246
|
*/
|
|
8242
8247
|
error?: string;
|
|
8248
|
+
textItems: string;
|
|
8249
|
+
textClose: string;
|
|
8250
|
+
textEmptyTitle: string;
|
|
8251
|
+
textEmptyDescription: string;
|
|
8252
|
+
textCall: string;
|
|
8253
|
+
textCopyPhone: string;
|
|
8254
|
+
textEmail: string;
|
|
8255
|
+
textCopyEmail: string;
|
|
8243
8256
|
handbook: _angular_core.WritableSignal<HandbookDetailData>;
|
|
8244
8257
|
constructor(modalController: ModalController);
|
|
8245
8258
|
ngOnInit(): void;
|
|
@@ -8273,7 +8286,7 @@ declare class DsMobileHandbookDetailModalComponent implements OnInit {
|
|
|
8273
8286
|
*/
|
|
8274
8287
|
handleAttachmentClick(attachment: AttachmentItem): void;
|
|
8275
8288
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileHandbookDetailModalComponent, never>;
|
|
8276
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileHandbookDetailModalComponent, "ds-mobile-handbook-detail-modal", never, { "handbookData": { "alias": "handbookData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, true, never>;
|
|
8289
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileHandbookDetailModalComponent, "ds-mobile-handbook-detail-modal", never, { "handbookData": { "alias": "handbookData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "textItems": { "alias": "textItems"; "required": false; }; "textClose": { "alias": "textClose"; "required": false; }; "textEmptyTitle": { "alias": "textEmptyTitle"; "required": false; }; "textEmptyDescription": { "alias": "textEmptyDescription"; "required": false; }; "textCall": { "alias": "textCall"; "required": false; }; "textCopyPhone": { "alias": "textCopyPhone"; "required": false; }; "textEmail": { "alias": "textEmail"; "required": false; }; "textCopyEmail": { "alias": "textCopyEmail"; "required": false; }; }, {}, never, never, true, never>;
|
|
8277
8290
|
}
|
|
8278
8291
|
|
|
8279
8292
|
/**
|
|
@@ -8523,7 +8536,7 @@ declare class DsMobileHandbookFolderMiniComponent {
|
|
|
8523
8536
|
* ```
|
|
8524
8537
|
*/
|
|
8525
8538
|
declare class DsTextInputComponent implements ControlValueAccessor {
|
|
8526
|
-
type: _angular_core.InputSignal<"
|
|
8539
|
+
type: _angular_core.InputSignal<"email" | "search" | "text" | "tel" | "password" | "url">;
|
|
8527
8540
|
label: _angular_core.InputSignal<string>;
|
|
8528
8541
|
placeholder: _angular_core.InputSignal<string>;
|
|
8529
8542
|
disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -8532,7 +8545,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
|
|
|
8532
8545
|
hasError: _angular_core.InputSignal<boolean>;
|
|
8533
8546
|
errorMessage: _angular_core.InputSignal<string>;
|
|
8534
8547
|
autocomplete: _angular_core.InputSignal<string>;
|
|
8535
|
-
inputmode: _angular_core.InputSignal<"
|
|
8548
|
+
inputmode: _angular_core.InputSignal<"email" | "search" | "text" | "tel" | "url" | "numeric" | undefined>;
|
|
8536
8549
|
autoClearError: _angular_core.InputSignal<boolean>;
|
|
8537
8550
|
validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
|
|
8538
8551
|
valueChange: _angular_core.OutputEmitterRef<string>;
|
|
@@ -8605,7 +8618,7 @@ declare class DsMobileFabComponent implements AfterViewInit, OnDestroy {
|
|
|
8605
8618
|
* Note: FAB is always 56px circular, but this affects the icon size
|
|
8606
8619
|
* @default 'md'
|
|
8607
8620
|
*/
|
|
8608
|
-
size: _angular_core.InputSignal<"
|
|
8621
|
+
size: _angular_core.InputSignal<"sm" | "md" | "lg">;
|
|
8609
8622
|
/**
|
|
8610
8623
|
* ARIA label for accessibility
|
|
8611
8624
|
* @required - Always provide a descriptive label
|
|
@@ -9010,6 +9023,16 @@ declare class DsMobileCountBadgeComponent {
|
|
|
9010
9023
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileCountBadgeComponent, "ds-mobile-count-badge", never, { "count": { "alias": "count"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9011
9024
|
}
|
|
9012
9025
|
|
|
9026
|
+
declare class DsMobileToggleComponent {
|
|
9027
|
+
checked: _angular_core.ModelSignal<boolean>;
|
|
9028
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
9029
|
+
changed: _angular_core.OutputEmitterRef<boolean>;
|
|
9030
|
+
handleClick(event: Event): void;
|
|
9031
|
+
toggle(): void;
|
|
9032
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileToggleComponent, never>;
|
|
9033
|
+
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>;
|
|
9034
|
+
}
|
|
9035
|
+
|
|
9013
9036
|
/**
|
|
9014
9037
|
* Post and Comment Models
|
|
9015
9038
|
* Unified data structures for community posts
|
|
@@ -9110,9 +9133,18 @@ declare class PostsService {
|
|
|
9110
9133
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<PostsService>;
|
|
9111
9134
|
}
|
|
9112
9135
|
|
|
9136
|
+
type NotificationCategory = 'messages' | 'bookings' | 'community' | 'inquiries' | 'services' | 'handbook' | 'system';
|
|
9113
9137
|
declare class NotificationService {
|
|
9114
9138
|
readonly notifications: _angular_core.WritableSignal<NotificationItem[]>;
|
|
9115
9139
|
readonly unreadCount: _angular_core.Signal<number>;
|
|
9140
|
+
/**
|
|
9141
|
+
* Push notification delivery preferences per category.
|
|
9142
|
+
* Controls which types of push notifications the device receives —
|
|
9143
|
+
* does NOT filter the in-app notification list.
|
|
9144
|
+
*/
|
|
9145
|
+
readonly disabledPushCategories: _angular_core.WritableSignal<Set<NotificationCategory>>;
|
|
9146
|
+
isPushEnabled(category: NotificationCategory): boolean;
|
|
9147
|
+
setPushEnabled(category: NotificationCategory, enabled: boolean): void;
|
|
9116
9148
|
/**
|
|
9117
9149
|
* Add a new notification to the top of the list.
|
|
9118
9150
|
* Intended for downstream push integration — call this when a
|
|
@@ -10034,5 +10066,14 @@ declare class NotificationPromptService {
|
|
|
10034
10066
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<NotificationPromptService>;
|
|
10035
10067
|
}
|
|
10036
10068
|
|
|
10037
|
-
|
|
10038
|
-
|
|
10069
|
+
declare class SettingsModalService {
|
|
10070
|
+
private modalController;
|
|
10071
|
+
constructor(modalController: ModalController);
|
|
10072
|
+
open(): Promise<void>;
|
|
10073
|
+
close(data?: any): Promise<boolean>;
|
|
10074
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SettingsModalService, never>;
|
|
10075
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SettingsModalService>;
|
|
10076
|
+
}
|
|
10077
|
+
|
|
10078
|
+
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, 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, PageLoadingService, PostActionsComponent, PostAttachmentsComponent, PostContentComponent, PostCreatePageComponent, PostMediaComponent, PostPdfAttachmentComponent, PostTextComponent, PostsService, RelativeTimePipe, SAMPLE_NOTIFICATIONS, SectionHeaderComponent, ServicesPageComponent, SettingsModalService, SignInPageComponent, SignInToAcceptPageComponent, TenantChatPageComponent, TileContentComponent, TileIconComponent, TileLabelComponent, TileValueComponent, TrackingPermissionService, UserService, VENDOR_MODAL_SERVICE, WhitelabelDemoModalComponent, WhitelabelDemoModalService, WhitelabelService, customBackTransition, customPageTransition, dateBucket };
|
|
10079
|
+
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, NotificationCategory, NotificationItem, NotificationLeading, NotificationType, Post, ActionResult as PostActionResult, PostDetailData, PromptBottomSheetResult, PromptGroupPreviewMember, ServicePageLabels, ServiceVendor, TabConfig, TimeSlot, VendorModalOpener, WhitelabelConfig };
|