@propbinder/mobile-design 0.2.47 → 0.2.50
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/ng-package.json +24 -0
- package/package.json +3 -39
- package/src/animations/page-transitions.ts +165 -0
- package/src/assets/fonts/brockmann-mediumitalic-webfont.woff2 +0 -0
- package/src/assets/fonts/brockmann-regularitalic-webfont.woff2 +0 -0
- package/src/assets/fonts/brockmann-semibolditalic-webfont.woff2 +0 -0
- package/src/components/action-list-item/ds-mobile-action-list-item.ts +102 -0
- package/src/components/action-list-item/index.ts +2 -0
- package/src/components/app-icon/ds-app-icon.ts +133 -0
- package/src/components/app-icon/index.ts +2 -0
- package/src/components/attachment-preview/ds-mobile-attachment-preview.css +139 -0
- package/src/components/attachment-preview/ds-mobile-attachment-preview.ts +164 -0
- package/src/components/attachment-preview/index.ts +1 -0
- package/src/components/avatar-with-badge/ds-avatar-with-badge.ts +142 -0
- package/src/components/avatar-with-badge/index.ts +2 -0
- package/src/components/booking-modal/ds-mobile-booking-confirmation-wrapper.ts +71 -0
- package/src/components/booking-modal/ds-mobile-booking-modal.service.ts +121 -0
- package/src/components/booking-modal/ds-mobile-booking-modal.ts +598 -0
- package/src/components/booking-modal/ds-mobile-booking-summary.ts +161 -0
- package/src/components/booking-modal/index.ts +4 -0
- package/src/components/bottom-sheet/ds-mobile-actions-bottom-sheet.ts +266 -0
- package/src/components/bottom-sheet/ds-mobile-bottom-sheet-header.ts +146 -0
- package/src/components/bottom-sheet/ds-mobile-bottom-sheet-wrapper.ts +156 -0
- package/src/components/bottom-sheet/ds-mobile-bottom-sheet.css +101 -0
- package/src/components/bottom-sheet/ds-mobile-bottom-sheet.service.ts +169 -0
- package/src/components/bottom-sheet/ds-mobile-confirmation-sheet.ts +211 -0
- package/src/components/bottom-sheet/ds-mobile-post-create-bottom-sheet.ts +578 -0
- package/src/components/bottom-sheet/ds-mobile-profile-actions-sheet.ts +614 -0
- package/src/components/bottom-sheet/index.ts +8 -0
- package/src/components/bottom-sheet/modal-shadow-fix.ts +42 -0
- package/src/components/card-inline/ds-mobile-card-inline.ts +301 -0
- package/src/components/card-inline/index.ts +2 -0
- package/src/components/card-inline-banner/ds-mobile-card-inline-banner.ts +118 -0
- package/src/components/card-inline-banner/index.ts +1 -0
- package/src/components/card-inline-contact/ds-mobile-card-inline-contact.ts +120 -0
- package/src/components/card-inline-contact/index.ts +1 -0
- package/src/components/card-inline-file/ds-mobile-card-inline-file.ts +141 -0
- package/src/components/card-inline-file/index.ts +1 -0
- package/src/components/chat-modal/ds-mobile-chat-modal.css +159 -0
- package/src/components/chat-modal/ds-mobile-chat-modal.service.ts +105 -0
- package/src/components/chat-modal/ds-mobile-chat-modal.ts +918 -0
- package/src/components/chat-modal/index.ts +8 -0
- package/src/components/comment/ds-mobile-comment.ts +568 -0
- package/src/components/comment/index.ts +2 -0
- package/src/components/contact-list-item/ds-mobile-contact-list-item.ts +182 -0
- package/src/components/contact-list-item/index.ts +2 -0
- package/src/components/content/ds-mobile-content.ts +139 -0
- package/src/components/content/index.ts +2 -0
- package/src/components/dropdown/ds-mobile-dropdown.css +199 -0
- package/src/components/dropdown/ds-mobile-dropdown.ts +340 -0
- package/src/components/dropdown/index.ts +2 -0
- package/src/components/ds-mobile-tabs.css +407 -0
- package/src/components/ds-mobile-tabs.ts +216 -0
- package/src/components/empty-state/ds-mobile-empty-state.ts +120 -0
- package/src/components/empty-state/index.ts +2 -0
- package/src/components/fab/ds-mobile-fab.ts +315 -0
- package/src/components/fab/index.ts +1 -0
- package/src/components/facility-creation-modal/ds-mobile-facility-creation-confirmation-wrapper.ts +121 -0
- package/src/components/facility-creation-modal/ds-mobile-facility-creation-modal.css +189 -0
- package/src/components/facility-creation-modal/ds-mobile-facility-creation-modal.service.ts +135 -0
- package/src/components/facility-creation-modal/ds-mobile-facility-creation-modal.ts +656 -0
- package/src/components/facility-creation-modal/index.ts +9 -0
- package/src/components/facility-creation-modal/sheets/ds-mobile-access-sheet.ts +105 -0
- package/src/components/facility-creation-modal/sheets/ds-mobile-price-sheet.ts +188 -0
- package/src/components/facility-creation-modal/sheets/ds-mobile-when-can-book-sheet.ts +460 -0
- package/src/components/facility-creation-modal/sheets/ds-mobile-who-can-book-sheet.ts +134 -0
- package/src/components/facility-detail-modal/ds-mobile-facility-detail-modal.service.ts +69 -0
- package/src/components/facility-detail-modal/ds-mobile-facility-detail-modal.ts +379 -0
- package/src/components/facility-detail-modal/index.ts +2 -0
- package/src/components/file-attachment/ds-mobile-file-attachment.ts +164 -0
- package/src/components/file-attachment/index.ts +2 -0
- package/src/components/handbook-detail-modal/ds-mobile-handbook-detail-modal.css +214 -0
- package/src/components/handbook-detail-modal/ds-mobile-handbook-detail-modal.service.ts +84 -0
- package/src/components/handbook-detail-modal/ds-mobile-handbook-detail-modal.ts +424 -0
- package/src/components/handbook-detail-modal/index.ts +3 -0
- package/src/components/handbook-folder/ds-mobile-handbook-folder-mini.ts +175 -0
- package/src/components/handbook-folder/ds-mobile-handbook-folder.ts +533 -0
- package/src/components/handbook-folder/index.ts +4 -0
- package/src/components/header-content/ds-mobile-header-content.ts +222 -0
- package/src/components/header-content/index.ts +2 -0
- package/src/components/illustration/ds-mobile-illustration.ts +124 -0
- package/src/components/illustration/index.ts +2 -0
- package/src/components/index.ts +124 -0
- package/src/components/inline-photo/ds-mobile-inline-photo.ts +361 -0
- package/src/components/inline-photo/index.ts +1 -0
- package/src/components/inline-tabs/ds-mobile-inline-tabs.ts +132 -0
- package/src/components/inline-tabs/index.ts +2 -0
- package/src/components/interactive-list-item-booking/ds-mobile-interactive-list-item-booking.ts +350 -0
- package/src/components/interactive-list-item-booking/index.ts +1 -0
- package/src/components/interactive-list-item-inquiry/ds-mobile-interactive-list-item-inquiry.ts +321 -0
- package/src/components/interactive-list-item-inquiry/index.ts +2 -0
- package/src/components/interactive-list-item-message/ds-mobile-interactive-list-item-message.ts +237 -0
- package/src/components/interactive-list-item-message/index.ts +2 -0
- package/src/components/interactive-list-item-post/ds-mobile-interactive-list-item-post.ts +549 -0
- package/src/components/interactive-list-item-post/ds-mobile-post-pdf-attachment.ts +124 -0
- package/src/components/interactive-list-item-post/index.ts +13 -0
- package/src/components/lightbox/ds-mobile-lightbox-footer.ts +315 -0
- package/src/components/lightbox/ds-mobile-lightbox-header.ts +202 -0
- package/src/components/lightbox/ds-mobile-lightbox-image.ts +484 -0
- package/src/components/lightbox/ds-mobile-lightbox-pdf.css +377 -0
- package/src/components/lightbox/ds-mobile-lightbox-pdf.ts +374 -0
- package/src/components/lightbox/ds-mobile-lightbox.css +587 -0
- package/src/components/lightbox/ds-mobile-lightbox.service.ts +296 -0
- package/src/components/lightbox/ds-mobile-lightbox.ts +529 -0
- package/src/components/lightbox/index.ts +22 -0
- package/src/components/list-item/ds-mobile-list-item.ts +603 -0
- package/src/components/list-item/index.ts +2 -0
- package/src/components/list-item-static/ds-mobile-list-item-static.ts +133 -0
- package/src/components/list-item-static/index.ts +2 -0
- package/src/components/loader-overlay/ds-mobile-loader-overlay.css +49 -0
- package/src/components/loader-overlay/ds-mobile-loader-overlay.ts +77 -0
- package/src/components/loader-overlay/index.ts +1 -0
- package/src/components/logo/ds-logo.ts +95 -0
- package/src/components/logo/index.ts +2 -0
- package/src/components/message-bubble/ds-mobile-message-bubble.ts +633 -0
- package/src/components/message-bubble/index.ts +7 -0
- package/src/components/message-composer/ds-mobile-message-composer.ts +1146 -0
- package/src/components/message-composer/index.ts +7 -0
- package/src/components/modal/ds-mobile-modal.css +163 -0
- package/src/components/modal/ds-mobile-modal.service.ts +329 -0
- package/src/components/modal/index.ts +8 -0
- package/src/components/modal-base/ds-mobile-modal-base.css +378 -0
- package/src/components/modal-base/ds-mobile-modal-base.ts +261 -0
- package/src/components/modal-base/index.ts +2 -0
- package/src/components/new-inquiry-modal/ds-mobile-new-inquiry-modal.css +112 -0
- package/src/components/new-inquiry-modal/ds-mobile-new-inquiry-modal.service.ts +93 -0
- package/src/components/new-inquiry-modal/ds-mobile-new-inquiry-modal.ts +442 -0
- package/src/components/new-inquiry-modal/index.ts +4 -0
- package/src/components/offline-banner/ds-mobile-offline-banner.ts +135 -0
- package/src/components/offline-banner/index.ts +1 -0
- package/src/components/page-details/ds-mobile-page-details.css +83 -0
- package/src/components/page-details/ds-mobile-page-details.ts +282 -0
- package/src/components/page-details/index.ts +2 -0
- package/src/components/page-main/ds-mobile-page-main.css +68 -0
- package/src/components/page-main/ds-mobile-page-main.ts +421 -0
- package/src/components/page-main/index.ts +2 -0
- package/src/components/post-composer/ds-mobile-post-composer.ts +140 -0
- package/src/components/post-composer/index.ts +2 -0
- package/src/components/post-detail-modal/ds-mobile-post-detail-modal.css +390 -0
- package/src/components/post-detail-modal/ds-mobile-post-detail-modal.service.ts +108 -0
- package/src/components/post-detail-modal/ds-mobile-post-detail-modal.ts +722 -0
- package/src/components/post-detail-modal/index.ts +9 -0
- package/src/components/property-banner/ds-mobile-property-banner.ts +95 -0
- package/src/components/property-banner/index.ts +2 -0
- package/src/components/section/ds-mobile-section.ts +263 -0
- package/src/components/section/index.ts +2 -0
- package/src/components/shared/directives/index.ts +2 -0
- package/src/components/shared/directives/long-press.directive.ts +212 -0
- package/src/components/shared/index.ts +3 -0
- package/src/components/shared/mobile-modal-base.ts +457 -0
- package/src/components/shared/mobile-page-base.ts +204 -0
- package/src/components/swiper/ds-mobile-swiper-with-nav.ts +160 -0
- package/src/components/swiper/ds-mobile-swiper.ts +327 -0
- package/src/components/swiper/index.ts +3 -0
- package/src/components/system-message-banner/ds-mobile-system-message-banner.ts +129 -0
- package/src/components/system-message-banner/index.ts +2 -0
- package/src/components/tab-bar/ds-mobile-tab-bar.css +533 -0
- package/src/components/tab-bar/ds-mobile-tab-bar.ts +735 -0
- package/src/components/tab-bar/index.ts +2 -0
- package/src/components/tabs/ds-mobile-tabs.css +25 -0
- package/src/components/tabs/ds-mobile-tabs.ts +89 -0
- package/src/components/tabs/index.ts +2 -0
- package/src/components/text-input/ds-text-input.ts +287 -0
- package/src/components/text-input/index.ts +2 -0
- package/src/examples/booking.page.ts +434 -0
- package/src/examples/community.page.ts +776 -0
- package/src/examples/handbook.page.ts +324 -0
- package/src/examples/home.page.ts +347 -0
- package/src/examples/index.ts +12 -0
- package/src/examples/inquiries.example.ts +273 -0
- package/src/examples/inquiry-detail.example.css +189 -0
- package/src/examples/inquiry-detail.example.ts +415 -0
- package/src/examples/mobile-tabs-example.component.ts +208 -0
- package/src/examples/post-create.page.ts +311 -0
- package/src/examples/post-detail.page.ts +296 -0
- package/src/examples/sign-in.page.ts +291 -0
- package/src/examples/whitelabel-demo-modal.component.ts +1094 -0
- package/src/examples/whitelabel-demo-modal.service.ts +77 -0
- package/src/models/index.ts +7 -0
- package/src/models/post.model.ts +41 -0
- package/src/pages/community.page.ts +769 -0
- package/src/pages/handbook.page.ts +388 -0
- package/src/pages/home.page.ts +303 -0
- package/src/pages/index.ts +11 -0
- package/src/pages/inquiries.example.ts +273 -0
- package/src/pages/inquiry-detail.example.css +189 -0
- package/src/pages/inquiry-detail.example.ts +415 -0
- package/src/pages/mobile-tabs-example.component.ts +179 -0
- package/src/pages/post-create.page.ts +311 -0
- package/src/pages/post-detail.page.ts +296 -0
- package/src/pages/sign-in.page.ts +291 -0
- package/src/pages/whitelabel-demo-modal.component.ts +1094 -0
- package/src/pages/whitelabel-demo-modal.service.ts +77 -0
- package/src/public-api.ts +6 -0
- package/src/services/base-modal.service.ts +101 -0
- package/src/services/index.ts +11 -0
- package/src/services/posts.service.ts +542 -0
- package/src/services/tracking-permission.service.ts +88 -0
- package/src/services/user.service.ts +60 -0
- package/src/services/whitelabel.service.ts +675 -0
- package/{styles → src/styles}/ionic.css +25 -0
- package/tsconfig.lib.json +17 -0
- package/tsconfig.lib.prod.json +9 -0
- package/tsconfig.spec.json +13 -0
- package/fesm2022/propbinder-mobile-design.mjs +0 -26136
- package/fesm2022/propbinder-mobile-design.mjs.map +0 -1
- package/index.d.ts +0 -8154
- /package/{assets → src/assets}/fonts/Brockmann-Bold.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-BoldItalic.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-Medium.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-MediumItalic.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-Regular.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-RegularItalic.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-SemiBold.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann-SemiBoldItalic.otf +0 -0
- /package/{assets → src/assets}/fonts/Brockmann_desktop_license.pdf +0 -0
- /package/{assets → src/assets}/fonts/brockmann-medium-webfont.woff2 +0 -0
- /package/{assets → src/assets}/fonts/brockmann-regular-webfont.woff2 +0 -0
- /package/{assets → src/assets}/fonts/brockmann-semibold-webfont.woff2 +0 -0
- /package/{styles → src/components/shared}/mobile-common.css +0 -0
- /package/{styles → src/components/shared}/mobile-page-base.css +0 -0
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { Component, signal, computed, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { ModalController } from '@ionic/angular/standalone';
|
|
4
|
+
import { DsCheckboxComponent } from '@propbinder/design-system';
|
|
5
|
+
import { DsMobileActionListItemComponent } from '../../action-list-item/ds-mobile-action-list-item';
|
|
6
|
+
import { DsMobileBottomSheetWrapperComponent } from '../../bottom-sheet/ds-mobile-bottom-sheet-wrapper';
|
|
7
|
+
import { DsMobileBottomSheetHeaderComponent } from '../../bottom-sheet/ds-mobile-bottom-sheet-header';
|
|
8
|
+
|
|
9
|
+
export interface AccessRequirementOption {
|
|
10
|
+
value: string;
|
|
11
|
+
label: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* DsMobileAccessSheetComponent
|
|
16
|
+
*
|
|
17
|
+
* Bottom sheet for selecting facility access requirements (multi-select with checkboxes).
|
|
18
|
+
*/
|
|
19
|
+
@Component({
|
|
20
|
+
selector: 'ds-mobile-access-sheet',
|
|
21
|
+
standalone: true,
|
|
22
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
23
|
+
imports: [
|
|
24
|
+
CommonModule,
|
|
25
|
+
DsCheckboxComponent,
|
|
26
|
+
DsMobileActionListItemComponent,
|
|
27
|
+
DsMobileBottomSheetWrapperComponent,
|
|
28
|
+
DsMobileBottomSheetHeaderComponent
|
|
29
|
+
],
|
|
30
|
+
template: `
|
|
31
|
+
<ds-mobile-bottom-sheet-wrapper>
|
|
32
|
+
<!-- Header with back and done buttons -->
|
|
33
|
+
<ds-mobile-bottom-sheet-header
|
|
34
|
+
title="Adgangskrav"
|
|
35
|
+
leftButtonLabel="Tilbage"
|
|
36
|
+
rightButtonLabel="Gem"
|
|
37
|
+
(leftButtonClick)="dismiss()"
|
|
38
|
+
(rightButtonClick)="confirmSelection()">
|
|
39
|
+
</ds-mobile-bottom-sheet-header>
|
|
40
|
+
|
|
41
|
+
<!-- Options list -->
|
|
42
|
+
<div class="options-list">
|
|
43
|
+
@for (option of options; track option.value; let isLast = $last) {
|
|
44
|
+
<ds-mobile-action-list-item
|
|
45
|
+
[title]="option.label"
|
|
46
|
+
[showDivider]="!isLast"
|
|
47
|
+
(itemClick)="toggleOption(option.value)">
|
|
48
|
+
<div content-trailing>
|
|
49
|
+
<ds-checkbox
|
|
50
|
+
[checked]="selectedRestrictions().has(option.value)"
|
|
51
|
+
[showLabel]="false"
|
|
52
|
+
size="md"
|
|
53
|
+
(click)="$event.stopPropagation()"
|
|
54
|
+
(checkedChange)="toggleOption(option.value)">
|
|
55
|
+
</ds-checkbox>
|
|
56
|
+
</div>
|
|
57
|
+
</ds-mobile-action-list-item>
|
|
58
|
+
}
|
|
59
|
+
</div>
|
|
60
|
+
</ds-mobile-bottom-sheet-wrapper>
|
|
61
|
+
`,
|
|
62
|
+
styles: [`
|
|
63
|
+
.options-list {
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
padding: 0 16px;
|
|
67
|
+
}
|
|
68
|
+
`]
|
|
69
|
+
})
|
|
70
|
+
export class DsMobileAccessSheetComponent {
|
|
71
|
+
options: AccessRequirementOption[] = [
|
|
72
|
+
{ value: 'digital-adgangskode', label: 'Digital adgangskode' },
|
|
73
|
+
{ value: 'depositum', label: 'Depositum' },
|
|
74
|
+
{ value: 'nøglekort', label: 'Nøglekort' }
|
|
75
|
+
];
|
|
76
|
+
|
|
77
|
+
// State - no default selection
|
|
78
|
+
selectedRestrictions = signal<Set<string>>(new Set());
|
|
79
|
+
|
|
80
|
+
constructor(private modalController: ModalController) {}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Toggle an option on/off
|
|
84
|
+
*/
|
|
85
|
+
toggleOption(value: string): void {
|
|
86
|
+
const current = new Set(this.selectedRestrictions());
|
|
87
|
+
current.has(value) ? current.delete(value) : current.add(value);
|
|
88
|
+
this.selectedRestrictions.set(current);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Confirm selection and dismiss with selected restrictions
|
|
93
|
+
*/
|
|
94
|
+
confirmSelection(): void {
|
|
95
|
+
const selected = Array.from(this.selectedRestrictions());
|
|
96
|
+
this.modalController.dismiss({ value: selected }, 'select');
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Dismiss without saving
|
|
101
|
+
*/
|
|
102
|
+
dismiss(): void {
|
|
103
|
+
this.modalController.dismiss(null, 'cancel');
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { Component, signal, computed, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { FormsModule } from '@angular/forms';
|
|
4
|
+
import { ModalController } from '@ionic/angular/standalone';
|
|
5
|
+
import { DsInputComponent, DsLabelComponent } from '@propbinder/design-system';
|
|
6
|
+
import { DsMobileBottomSheetWrapperComponent } from '../../bottom-sheet/ds-mobile-bottom-sheet-wrapper';
|
|
7
|
+
import { DsMobileBottomSheetHeaderComponent } from '../../bottom-sheet/ds-mobile-bottom-sheet-header';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* DsMobilePriceSheetComponent
|
|
11
|
+
*
|
|
12
|
+
* Bottom sheet for setting facility booking price with toggle for free and custom price input.
|
|
13
|
+
*/
|
|
14
|
+
@Component({
|
|
15
|
+
selector: 'ds-mobile-price-sheet',
|
|
16
|
+
standalone: true,
|
|
17
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
18
|
+
imports: [
|
|
19
|
+
CommonModule,
|
|
20
|
+
FormsModule,
|
|
21
|
+
DsInputComponent,
|
|
22
|
+
DsLabelComponent,
|
|
23
|
+
DsMobileBottomSheetWrapperComponent,
|
|
24
|
+
DsMobileBottomSheetHeaderComponent
|
|
25
|
+
],
|
|
26
|
+
template: `
|
|
27
|
+
<ds-mobile-bottom-sheet-wrapper>
|
|
28
|
+
<!-- Header with back and done buttons -->
|
|
29
|
+
<ds-mobile-bottom-sheet-header
|
|
30
|
+
title="Pris"
|
|
31
|
+
leftButtonLabel="Annuller"
|
|
32
|
+
rightButtonLabel="Gem"
|
|
33
|
+
[rightButtonDisabled]="!isValid()"
|
|
34
|
+
(leftButtonClick)="dismiss()"
|
|
35
|
+
(rightButtonClick)="confirmSelection()">
|
|
36
|
+
</ds-mobile-bottom-sheet-header>
|
|
37
|
+
|
|
38
|
+
<div class="form-content">
|
|
39
|
+
<div class="price-toggle-container">
|
|
40
|
+
<!-- Toggle for Gratis -->
|
|
41
|
+
<div class="toggle-row" (click)="toggleFree()">
|
|
42
|
+
<ds-label size="md" className="form-section-label">Gratis</ds-label>
|
|
43
|
+
<div class="toggle-switch" [class.active]="isFree()">
|
|
44
|
+
<div class="toggle-knob"></div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<!-- Custom price input inside same container -->
|
|
49
|
+
@if (!isFree()) {
|
|
50
|
+
<div class="price-input-row" (click)="$event.stopPropagation()">
|
|
51
|
+
<ds-label size="md" className="form-section-label">Hvad skal det koste?</ds-label>
|
|
52
|
+
<ds-input
|
|
53
|
+
type="number"
|
|
54
|
+
size="lg"
|
|
55
|
+
[(ngModel)]="customPrice"
|
|
56
|
+
placeholder="75"
|
|
57
|
+
[suffix]="'kr. per booking'"
|
|
58
|
+
class="price-input">
|
|
59
|
+
</ds-input>
|
|
60
|
+
</div>
|
|
61
|
+
}
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</ds-mobile-bottom-sheet-wrapper>
|
|
65
|
+
`,
|
|
66
|
+
styles: [`
|
|
67
|
+
.form-content {
|
|
68
|
+
padding: 16px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.price-toggle-container {
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-direction: column;
|
|
74
|
+
background: var(--color-background-neutral-primary, #f5f5f5);
|
|
75
|
+
border: 1px solid var(--border-color-default);
|
|
76
|
+
border-radius: 12px;
|
|
77
|
+
margin-bottom: 24px;
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* Toggle row */
|
|
82
|
+
.toggle-row {
|
|
83
|
+
display: flex;
|
|
84
|
+
justify-content: space-between;
|
|
85
|
+
align-items: center;
|
|
86
|
+
padding: 16px;
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
transition: background 0.2s ease;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.toggle-row:hover {
|
|
92
|
+
background: var(--color-background-neutral-primary-hover, #ebebeb);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* Label spacing */
|
|
96
|
+
::ng-deep ds-label.form-section-label {
|
|
97
|
+
display: block;
|
|
98
|
+
margin-bottom: 8px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
::ng-deep .form-section-label {
|
|
102
|
+
font-weight: 500;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.toggle-switch {
|
|
106
|
+
width: 51px;
|
|
107
|
+
height: 32px;
|
|
108
|
+
background: var(--color-background-neutral-tertiary);
|
|
109
|
+
border-radius: 16px;
|
|
110
|
+
position: relative;
|
|
111
|
+
transition: background 0.3s ease;
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.toggle-switch.active {
|
|
116
|
+
background: var(--color-accent);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.toggle-knob {
|
|
120
|
+
width: 27px;
|
|
121
|
+
height: 27px;
|
|
122
|
+
background: white;
|
|
123
|
+
border-radius: 50%;
|
|
124
|
+
position: absolute;
|
|
125
|
+
top: 2px;
|
|
126
|
+
left: 2px;
|
|
127
|
+
transition: transform 0.3s ease;
|
|
128
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.toggle-switch.active .toggle-knob {
|
|
132
|
+
transform: translateX(20px);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.price-input-row {
|
|
136
|
+
display: flex;
|
|
137
|
+
flex-direction: column;
|
|
138
|
+
gap: 8px;
|
|
139
|
+
padding: 16px;
|
|
140
|
+
border-top: 1px solid var(--border-color-default);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/* Increase input height to 48px */
|
|
144
|
+
::ng-deep .price-input .ds-input__field {
|
|
145
|
+
height: 48px !important;
|
|
146
|
+
min-height: 48px !important;
|
|
147
|
+
}
|
|
148
|
+
`]
|
|
149
|
+
})
|
|
150
|
+
export class DsMobilePriceSheetComponent {
|
|
151
|
+
// State
|
|
152
|
+
isFree = signal(false);
|
|
153
|
+
customPrice = signal('0');
|
|
154
|
+
|
|
155
|
+
// Validation: if not free, price must be > 0
|
|
156
|
+
isValid = computed(() => {
|
|
157
|
+
if (this.isFree()) return true;
|
|
158
|
+
const price = parseFloat(this.customPrice());
|
|
159
|
+
return !isNaN(price) && price > 0;
|
|
160
|
+
});
|
|
161
|
+
|
|
162
|
+
constructor(private modalController: ModalController) {}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Toggle the "Gratis" (free) option
|
|
166
|
+
*/
|
|
167
|
+
toggleFree(): void {
|
|
168
|
+
this.isFree.set(!this.isFree());
|
|
169
|
+
if (this.isFree()) this.customPrice.set('');
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Confirm selection and dismiss with price value
|
|
174
|
+
*/
|
|
175
|
+
confirmSelection(): void {
|
|
176
|
+
const value = this.isFree()
|
|
177
|
+
? 'Gratis'
|
|
178
|
+
: `${this.customPrice()} kr. per booking`;
|
|
179
|
+
this.modalController.dismiss({ value }, 'select');
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Dismiss without saving
|
|
184
|
+
*/
|
|
185
|
+
dismiss(): void {
|
|
186
|
+
this.modalController.dismiss(null, 'cancel');
|
|
187
|
+
}
|
|
188
|
+
}
|