@propbinder/mobile-design 0.2.34 → 0.2.35
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.
|
@@ -16119,15 +16119,7 @@ class DsMobileNewInquiryModalComponent {
|
|
|
16119
16119
|
}
|
|
16120
16120
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DsMobileNewInquiryModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16121
16121
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: DsMobileNewInquiryModalComponent, isStandalone: true, selector: "ds-mobile-new-inquiry-modal", inputs: { loading: "loading", error: "error", onSubmit: "onSubmit", titlePlaceholder: "titlePlaceholder", descriptionPlaceholder: "descriptionPlaceholder", submitButtonLabel: "submitButtonLabel" }, viewQueries: [{ propertyName: "titleInputRef", first: true, predicate: ["titleInput"], descendants: true, read: ElementRef }, { propertyName: "titleInput", first: true, predicate: ["titleInput"], descendants: true }, { propertyName: "fileInput", first: true, predicate: ["fileInput"], descendants: true }], ngImport: i0, template: `
|
|
16122
|
-
<ds-mobile-modal-base
|
|
16123
|
-
[loading]="loading"
|
|
16124
|
-
[error]="error"
|
|
16125
|
-
[showHeader]="false"
|
|
16126
|
-
[hasFixedBottom]="true"
|
|
16127
|
-
[enableKeyboardHandling]="true"
|
|
16128
|
-
[isAutoHeight]="true"
|
|
16129
|
-
closeButtonLabel="Close"
|
|
16130
|
-
>
|
|
16122
|
+
<ds-mobile-modal-base [loading]="loading" [error]="error" [showHeader]="false" [hasFixedBottom]="true" [enableKeyboardHandling]="true" closeButtonLabel="Close">
|
|
16131
16123
|
<!-- Form Content -->
|
|
16132
16124
|
<ds-mobile-section>
|
|
16133
16125
|
<!-- Title Field (Large Ghost Textarea) -->
|
|
@@ -16207,15 +16199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
16207
16199
|
DsMobileAttachmentPreviewComponent,
|
|
16208
16200
|
DsMobileSectionComponent,
|
|
16209
16201
|
], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: `
|
|
16210
|
-
<ds-mobile-modal-base
|
|
16211
|
-
[loading]="loading"
|
|
16212
|
-
[error]="error"
|
|
16213
|
-
[showHeader]="false"
|
|
16214
|
-
[hasFixedBottom]="true"
|
|
16215
|
-
[enableKeyboardHandling]="true"
|
|
16216
|
-
[isAutoHeight]="true"
|
|
16217
|
-
closeButtonLabel="Close"
|
|
16218
|
-
>
|
|
16202
|
+
<ds-mobile-modal-base [loading]="loading" [error]="error" [showHeader]="false" [hasFixedBottom]="true" [enableKeyboardHandling]="true" closeButtonLabel="Close">
|
|
16219
16203
|
<!-- Form Content -->
|
|
16220
16204
|
<ds-mobile-section>
|
|
16221
16205
|
<!-- Title Field (Large Ghost Textarea) -->
|
|
@@ -16359,11 +16343,6 @@ class DsMobileNewInquiryModalService extends BaseModalService {
|
|
|
16359
16343
|
...(options?.submitButtonLabel && { submitButtonLabel: options.submitButtonLabel }),
|
|
16360
16344
|
}, {
|
|
16361
16345
|
keyboardClose: false, // Don't close on keyboard hide for this modal
|
|
16362
|
-
cssClass: ['ds-modal-base', 'auto-height'],
|
|
16363
|
-
breakpoints: [0, 1],
|
|
16364
|
-
initialBreakpoint: 1,
|
|
16365
|
-
handle: false,
|
|
16366
|
-
presentingElement: undefined,
|
|
16367
16346
|
});
|
|
16368
16347
|
console.log('[NewInquiryModal] Modal created, presenting...');
|
|
16369
16348
|
await modal.present();
|