simpo-component-library 2.2.3 → 2.2.31
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/esm2022/lib/elements/index.mjs +6 -6
- package/esm2022/lib/elements/my-documents/my-documents.component.mjs +11 -0
- package/esm2022/lib/elements/my-orders/my-orders.component.mjs +64 -0
- package/esm2022/lib/elements/my-statement/my-statement.component.mjs +26 -0
- package/esm2022/lib/elements/need-help/need-help.component.mjs +11 -0
- package/esm2022/lib/elements/payment-confirmation/payment-confirmation.component.mjs +90 -0
- package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
- package/esm2022/lib/elements/properties/properties.component.mjs +70 -0
- package/esm2022/lib/elements/property-view/property-view.component.mjs +42 -0
- package/esm2022/lib/sections/kyc-details/kyc-details.component.mjs +163 -0
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +41 -12
- package/esm2022/lib/sections/profile-section/profile-section.component.mjs +52 -0
- package/esm2022/lib/sections/profile-section/profile-section.modal.mjs +2 -0
- package/esm2022/lib/sections/property-component/property-component.component.mjs +78 -7
- package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
- package/esm2022/lib/sections/property-detail/property-detail.component.mjs +121 -0
- package/esm2022/lib/sections/property-detail/property-detail.model.mjs +2 -0
- package/esm2022/lib/sections/property-list/property-list.component.mjs +101 -48
- package/esm2022/lib/sections/signup-signin/signup-signin.component.mjs +278 -0
- package/esm2022/lib/sections/signup-signin/signup-signin.model.mjs +2 -0
- package/esm2022/lib/sections/verify-property-payment/verify-property-payment.component.mjs +55 -0
- package/esm2022/lib/services/events.service.mjs +2 -1
- package/esm2022/lib/services/rest.service.mjs +73 -5
- package/esm2022/lib/styles/index.mjs +6 -1
- package/esm2022/public-api.mjs +5 -1
- package/fesm2022/simpo-component-library.mjs +3027 -1993
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/elements/index.d.ts +3 -3
- package/lib/elements/my-documents/my-documents.component.d.ts +5 -0
- package/lib/elements/my-orders/my-orders.component.d.ts +10 -0
- package/lib/elements/my-statement/my-statement.component.d.ts +8 -0
- package/lib/elements/need-help/need-help.component.d.ts +5 -0
- package/lib/elements/payment-confirmation/payment-confirmation.component.d.ts +25 -0
- package/lib/elements/properties/properties.component.d.ts +12 -0
- package/lib/elements/property-view/property-view.component.d.ts +8 -0
- package/lib/sections/kyc-details/kyc-details.component.d.ts +38 -0
- package/lib/sections/navbar-section/navbar-section.component.d.ts +9 -1
- package/lib/sections/profile-section/profile-section.component.d.ts +16 -0
- package/lib/sections/profile-section/profile-section.modal.d.ts +5 -0
- package/lib/sections/property-component/property-component.component.d.ts +24 -4
- package/lib/sections/property-component/property-component.modal.d.ts +11 -18
- package/lib/sections/property-detail/property-detail.component.d.ts +32 -0
- package/lib/sections/property-detail/property-detail.model.d.ts +5 -0
- package/lib/sections/property-list/property-list.component.d.ts +7 -1
- package/lib/sections/signup-signin/signup-signin.component.d.ts +49 -0
- package/lib/sections/signup-signin/signup-signin.model.d.ts +10 -0
- package/lib/sections/verify-property-payment/verify-property-payment.component.d.ts +16 -0
- package/lib/services/events.service.d.ts +1 -0
- package/lib/services/rest.service.d.ts +18 -0
- package/lib/styles/index.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +4 -0
- package/simpo-component-library-2.2.31.tgz +0 -0
- package/esm2022/lib/elements/property/property.component.mjs +0 -41
- package/lib/elements/property/property.component.d.ts +0 -8
- package/simpo-component-library-2.2.3.tgz +0 -0
package/lib/elements/index.d.ts
CHANGED
@@ -9,10 +9,10 @@ import * as i7 from "./simpo-button/simpo-button.component";
|
|
9
9
|
import * as i8 from "./socia-icons/socia-icons.component";
|
10
10
|
import * as i9 from "./card-skeleton-loader/card-skeleton-loader.component";
|
11
11
|
import * as i10 from "./svg-divider/svg-divider.component";
|
12
|
-
import * as i11 from "./
|
13
|
-
import * as i12 from "./
|
12
|
+
import * as i11 from "./portfolio/portfolio.component";
|
13
|
+
import * as i12 from "./payment-confirmation/payment-confirmation.component";
|
14
14
|
export declare class SimpoElementsModule {
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoElementsModule, never>;
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PortfolioComponent, typeof i12.PaymentConfirmationComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PortfolioComponent, typeof i12.PaymentConfirmationComponent]>;
|
17
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<SimpoElementsModule>;
|
18
18
|
}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class MyDocumentsComponent {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyDocumentsComponent, never>;
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MyDocumentsComponent, "simpo-my-documents", never, {}, {}, never, never, true, never>;
|
5
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class MyOrdersComponent {
|
3
|
+
constructor();
|
4
|
+
ngOnInit(): void;
|
5
|
+
activeTab: any;
|
6
|
+
tabs: any;
|
7
|
+
properties: any;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyOrdersComponent, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MyOrdersComponent, "simpo-my-orders", never, {}, {}, never, never, true, never>;
|
10
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class MyStatementComponent {
|
3
|
+
constructor();
|
4
|
+
tableHeaders: any;
|
5
|
+
tableData: any;
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyStatementComponent, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MyStatementComponent, "simpo-my-statement", never, {}, {}, never, never, true, never>;
|
8
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
2
|
+
import { RestService } from '../../services/rest.service';
|
3
|
+
import { EventsService } from '../../services/events.service';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class PaymentConfirmationComponent {
|
6
|
+
dialogRef: MatDialogRef<PaymentConfirmationComponent>;
|
7
|
+
data: any;
|
8
|
+
private restService;
|
9
|
+
private _eventService;
|
10
|
+
constructor(dialogRef: MatDialogRef<PaymentConfirmationComponent>, data: any, restService: RestService, _eventService: EventsService);
|
11
|
+
propertyDetails: any;
|
12
|
+
sqFeetArea: number;
|
13
|
+
payload: any;
|
14
|
+
investorDetails: any;
|
15
|
+
tokenRequest: any;
|
16
|
+
ngOnInit(): void;
|
17
|
+
close(): void;
|
18
|
+
addOrRemoveProperty(): void;
|
19
|
+
addSqFeet(): void;
|
20
|
+
removeSqFeet(): void;
|
21
|
+
purchaseProperty(): void;
|
22
|
+
getInvestorDetails(): void;
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentConfirmationComponent, never>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaymentConfirmationComponent, "simpo-payment-confirmation", never, {}, {}, never, never, true, never>;
|
25
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class PropertiesComponent {
|
3
|
+
constructor();
|
4
|
+
ngOnInit(): void;
|
5
|
+
investments: any;
|
6
|
+
activeTab: any;
|
7
|
+
tabs: any;
|
8
|
+
propertyDetails: any;
|
9
|
+
viewTab: boolean;
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesComponent, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesComponent, "simpo-properties", never, {}, {}, never, never, true, never>;
|
12
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class PropertyViewComponent {
|
3
|
+
text: string;
|
4
|
+
ngOnInit(): void;
|
5
|
+
propertyDetails: any;
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyViewComponent, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyViewComponent, "simpo-property-view", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
|
8
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { RestService } from '../../services/rest.service';
|
2
|
+
import { MessageService } from 'primeng/api';
|
3
|
+
import { Subscription } from 'rxjs';
|
4
|
+
import { Router } from '@angular/router';
|
5
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class KycDetailsComponent {
|
8
|
+
private restService;
|
9
|
+
private readonly messageService;
|
10
|
+
private router;
|
11
|
+
private readonly dialogRef;
|
12
|
+
constructor(restService: RestService, messageService: MessageService, router: Router, dialogRef: MatDialogRef<KycDetailsComponent>);
|
13
|
+
panRequest: any;
|
14
|
+
aadharRequest: any;
|
15
|
+
verifyAadharRequest: any;
|
16
|
+
aadharOtpArray: any[];
|
17
|
+
isPanVerified: boolean;
|
18
|
+
isAadharverified: boolean;
|
19
|
+
aadharOtpSent: boolean;
|
20
|
+
panVerifyLoader: boolean;
|
21
|
+
aadharVerifyLoader: boolean;
|
22
|
+
kycDetailsSubscription?: Subscription;
|
23
|
+
ngOnInit(): void;
|
24
|
+
ngOnDestroy(): void;
|
25
|
+
getKycDetails(): void;
|
26
|
+
verifyPanNumber(): void;
|
27
|
+
validatePan(): boolean;
|
28
|
+
sendAadharOtp(): void;
|
29
|
+
verifyAadharOtp(): void;
|
30
|
+
validateAadhaar(): boolean;
|
31
|
+
moveAadharOtpCursor(event: any, idx: number): void;
|
32
|
+
checkKycVerification(): void;
|
33
|
+
closeDialog(): void;
|
34
|
+
redirectToProductList(): void;
|
35
|
+
get isMobile(): boolean;
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KycDetailsComponent, [null, null, null, { optional: true; }]>;
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KycDetailsComponent, "simpo-kyc-details", never, {}, {}, never, never, true, never>;
|
38
|
+
}
|
@@ -9,6 +9,7 @@ import { StorageServiceService } from '../../services/storage.service';
|
|
9
9
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
10
10
|
import { HEADER_STYLING, ProductCardTheme } from '../../styles/index';
|
11
11
|
import { RestService } from '../../services/rest.service';
|
12
|
+
import { MessageService } from 'primeng/api';
|
12
13
|
import * as i0 from "@angular/core";
|
13
14
|
export declare class NavbarSectionComponent implements OnInit {
|
14
15
|
private readonly _eventService;
|
@@ -19,6 +20,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
19
20
|
private readonly cookieService;
|
20
21
|
private readonly storageService;
|
21
22
|
private readonly restService;
|
23
|
+
private readonly messageService;
|
22
24
|
data?: HeaderSectionModel;
|
23
25
|
nextComponent: any;
|
24
26
|
index?: number;
|
@@ -33,7 +35,8 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
33
35
|
searchText: string;
|
34
36
|
theme: typeof ProductCardTheme;
|
35
37
|
HeaderStyling: typeof HEADER_STYLING;
|
36
|
-
|
38
|
+
realEstateMobileMenu: boolean;
|
39
|
+
constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService, messageService: MessageService);
|
37
40
|
searchProducts(): void;
|
38
41
|
goToFav(): void;
|
39
42
|
get stylesLayout(): LayOutModel;
|
@@ -49,6 +52,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
49
52
|
get getParentHeight(): any;
|
50
53
|
get getDropdownLinks(): string[];
|
51
54
|
get isEcommerceWebsite(): boolean;
|
55
|
+
get isRealEstateWebsite(): boolean;
|
52
56
|
close(): void;
|
53
57
|
showEditors: boolean;
|
54
58
|
showEditTabs(isShow: boolean): void;
|
@@ -68,9 +72,13 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
68
72
|
get getHeaderStyling(): HEADER_STYLING | undefined;
|
69
73
|
get isMobile(): boolean;
|
70
74
|
getKeys(object: any): string[];
|
75
|
+
get isLoggedIn(): boolean;
|
71
76
|
getValues(object: any): unknown[];
|
72
77
|
get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
|
73
78
|
get getNavbarButton(): any[];
|
79
|
+
redirectToProfile(): void;
|
80
|
+
logout(): void;
|
81
|
+
closeMobileMenu(): void;
|
74
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
|
75
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
76
84
|
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { ProfileSectionModel } from './profile-section.modal';
|
2
|
+
import { RestService } from '../../services/rest.service';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class ProfileSectionComponent {
|
5
|
+
private restService;
|
6
|
+
data?: ProfileSectionModel;
|
7
|
+
constructor(restService: RestService);
|
8
|
+
ngOnInit(): void;
|
9
|
+
selectedPanel: string;
|
10
|
+
sidePanelTabs: any[];
|
11
|
+
investorDetails: any;
|
12
|
+
getInvestorDetails(): void;
|
13
|
+
getInitials(): string;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileSectionComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileSectionComponent, "simpo-profile-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
16
|
+
}
|
@@ -1,10 +1,30 @@
|
|
1
|
-
import { PropertyContentModel, PropertySectionModel } from './property-component.modal';
|
1
|
+
import { PropertyContentModel, PropertySectionModel, PropertyStylesModel } from './property-component.modal';
|
2
|
+
import BaseSection from '../BaseSection';
|
3
|
+
import { BackgroundModel, LayOutModel } from '../../styles/style.model';
|
4
|
+
import { RestService } from '../../services/rest.service';
|
5
|
+
import { Router } from '@angular/router';
|
6
|
+
import { EventsService } from '../../services/events.service';
|
7
|
+
import { Subscription } from 'rxjs';
|
2
8
|
import * as i0 from "@angular/core";
|
3
|
-
export declare class PropertyComponentComponent {
|
9
|
+
export declare class PropertyComponentComponent extends BaseSection {
|
10
|
+
private restService;
|
11
|
+
private router;
|
12
|
+
private eventsService;
|
13
|
+
constructor(restService: RestService, router: Router, eventsService: EventsService);
|
4
14
|
data?: PropertySectionModel;
|
5
|
-
content?: PropertyContentModel;
|
6
15
|
index?: number;
|
16
|
+
edit?: boolean;
|
17
|
+
delete?: boolean;
|
18
|
+
nextComponentColor?: BackgroundModel;
|
19
|
+
content?: PropertyContentModel;
|
20
|
+
styles?: PropertyStylesModel;
|
21
|
+
propertyListEventSubscription?: Subscription;
|
7
22
|
ngOnInit(): void;
|
23
|
+
ngOnDestroy(): void;
|
24
|
+
getPropertyList(): void;
|
25
|
+
propertyList: any[];
|
26
|
+
get stylesLayout(): LayOutModel;
|
27
|
+
redirectToPropertyDetails(propertyId: string): void;
|
8
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponentComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponentComponent, "simpo-property-component", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponentComponent, "simpo-property-component", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
10
30
|
}
|
@@ -1,28 +1,21 @@
|
|
1
|
-
import {
|
1
|
+
import { Corners } from './../../styles/index';
|
2
|
+
import { AnimationModel, BackgroundModel, BorderModel, DeviderModel, InputTextModel, LayOutModel } from './../../styles/style.model';
|
2
3
|
export interface PropertySectionModel {
|
3
4
|
id: string;
|
4
5
|
sectionType: string;
|
5
6
|
sectionName: string;
|
6
7
|
content: PropertyContentModel;
|
8
|
+
styles: PropertyStylesModel;
|
7
9
|
}
|
8
10
|
export interface PropertyContentModel {
|
9
11
|
inputText: InputTextModel[];
|
10
|
-
|
12
|
+
propertyIds: number[];
|
11
13
|
}
|
12
|
-
export interface
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
}
|
20
|
-
export interface Property {
|
21
|
-
heading: string;
|
22
|
-
location: Location;
|
23
|
-
latitude: string;
|
24
|
-
longitude: string;
|
25
|
-
minInvestment: string;
|
26
|
-
features: Feature[];
|
27
|
-
backgroundImageUrl: string;
|
14
|
+
export interface PropertyStylesModel {
|
15
|
+
layout: LayOutModel;
|
16
|
+
background: BackgroundModel;
|
17
|
+
animation: AnimationModel;
|
18
|
+
border: BorderModel;
|
19
|
+
devider: DeviderModel;
|
20
|
+
corners: Corners;
|
28
21
|
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { PropertyDetailModel } from './property-detail.model';
|
2
|
+
import { RestService } from '../../services/rest.service';
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
4
|
+
import { MatDialog } from '@angular/material/dialog';
|
5
|
+
import { Subscription } from 'rxjs';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class PropertyDetailComponent {
|
8
|
+
private restService;
|
9
|
+
private activatedRoute;
|
10
|
+
private router;
|
11
|
+
private readonly matDialog;
|
12
|
+
data?: PropertyDetailModel;
|
13
|
+
constructor(restService: RestService, activatedRoute: ActivatedRoute, router: Router, matDialog: MatDialog);
|
14
|
+
propertyId: string;
|
15
|
+
propertyDetails: any;
|
16
|
+
kycDetailsSubscription?: Subscription;
|
17
|
+
ngOnInit(): void;
|
18
|
+
ngOnDestroy(): void;
|
19
|
+
getPropertyDetails(): void;
|
20
|
+
index: number;
|
21
|
+
propertyNumbers: any;
|
22
|
+
aboutText: string;
|
23
|
+
keyValue: any;
|
24
|
+
investmentCards: any;
|
25
|
+
pdfCards: any;
|
26
|
+
sqft: number;
|
27
|
+
noOfSqft: number;
|
28
|
+
purchaseProperty(): void;
|
29
|
+
getKycDetails(): void;
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyDetailComponent, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyDetailComponent, "simpo-property-detail", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
32
|
+
}
|
@@ -3,20 +3,26 @@ import { PropertyListContentModal, PropertyListModal, PropertyListStylesModal }
|
|
3
3
|
import { LayOutModel } from '../../styles/style.model';
|
4
4
|
import BaseSection from '../BaseSection';
|
5
5
|
import { SPACING } from '../../styles/index';
|
6
|
+
import { RestService } from '../../services/rest.service';
|
7
|
+
import { Router } from '@angular/router';
|
6
8
|
import * as i0 from "@angular/core";
|
7
9
|
export declare class PropertyListComponent extends BaseSection implements OnInit {
|
10
|
+
private restService;
|
11
|
+
private router;
|
8
12
|
data?: PropertyListModal;
|
9
13
|
index?: number;
|
10
14
|
edit?: boolean;
|
11
15
|
delete?: boolean;
|
12
16
|
customClass?: string;
|
13
|
-
constructor();
|
17
|
+
constructor(restService: RestService, router: Router);
|
14
18
|
styles?: PropertyListStylesModal;
|
15
19
|
content?: PropertyListContentModal;
|
16
20
|
ngOnInit(): void;
|
21
|
+
getPropertyList(): void;
|
17
22
|
propertyList: any[];
|
18
23
|
get stylesLayout(): LayOutModel;
|
19
24
|
get headingSpace(): SPACING;
|
25
|
+
redirectToPropertyDetails(propertyId: string): void;
|
20
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyListComponent, never>;
|
21
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyListComponent, "simpo-property-list", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
22
28
|
}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import { SignUpSignInModel } from './signup-signin.model';
|
2
|
+
import BaseSection from '../BaseSection';
|
3
|
+
import { EventsService } from './../../services/events.service';
|
4
|
+
import { RestService } from '../../services/rest.service';
|
5
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
6
|
+
import { MessageService } from 'primeng/api';
|
7
|
+
import { MatDialog } from '@angular/material/dialog';
|
8
|
+
import { Subscription } from 'rxjs';
|
9
|
+
import * as i0 from "@angular/core";
|
10
|
+
export declare class SignupSigninComponent extends BaseSection {
|
11
|
+
private _eventService;
|
12
|
+
private restService;
|
13
|
+
private router;
|
14
|
+
private activatedRoute;
|
15
|
+
private readonly messageService;
|
16
|
+
private matDialog;
|
17
|
+
data?: SignUpSignInModel;
|
18
|
+
index?: number;
|
19
|
+
edit?: boolean;
|
20
|
+
delete?: boolean;
|
21
|
+
constructor(_eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, messageService: MessageService, matDialog: MatDialog);
|
22
|
+
propertyId?: number;
|
23
|
+
buttonLoader: boolean;
|
24
|
+
kycDetailsSubscription?: Subscription;
|
25
|
+
ngOnInit(): void;
|
26
|
+
ngOnDestroy(): void;
|
27
|
+
currentPage: 'LOGIN' | 'SIGN_UP' | 'OTP' | 'FORGOT_PASSWORD' | 'OTP_VERIFY';
|
28
|
+
kycDetailsSubscripition?: Subscription;
|
29
|
+
backgroundImage: any;
|
30
|
+
editSection(): void;
|
31
|
+
otpArray: any[];
|
32
|
+
move(event: any, idx: number): void;
|
33
|
+
loginOtpArray: any[];
|
34
|
+
moveLoginOtpCursor(event: any, idx: number): void;
|
35
|
+
loginEmail: string;
|
36
|
+
investor: any;
|
37
|
+
otpSent: boolean;
|
38
|
+
buttonClickedEvent(): void;
|
39
|
+
signUp(): void;
|
40
|
+
sendOtp(): void;
|
41
|
+
loginWithPassword(): void;
|
42
|
+
sendOtpForLogin(): void;
|
43
|
+
verifyOtp(): void;
|
44
|
+
isValidEmail(email: string): boolean;
|
45
|
+
getKycDetails(): void;
|
46
|
+
get isMobile(): boolean;
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SignupSigninComponent, never>;
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignupSigninComponent, "simpo-signup-signin", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
49
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { CardStyles, StylesModel } from "./../../styles/style.model";
|
2
|
+
export interface SignUpSignInModel {
|
3
|
+
id: string;
|
4
|
+
sectionType: string;
|
5
|
+
sectionName: string;
|
6
|
+
content: {};
|
7
|
+
styles: SignInSignUpStylesModel;
|
8
|
+
}
|
9
|
+
export interface SignInSignUpStylesModel extends StylesModel, CardStyles {
|
10
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { RestService } from '../../services/rest.service';
|
2
|
+
import { Router } from '@angular/router';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class VerifyPropertyPaymentComponent {
|
5
|
+
private restService;
|
6
|
+
private router;
|
7
|
+
paymentStatus: 'ONGOING' | 'SUCCESS' | 'FAILED';
|
8
|
+
private API_COUNT;
|
9
|
+
private MAX_API_COUNT;
|
10
|
+
constructor(restService: RestService, router: Router);
|
11
|
+
ngOnInit(): void;
|
12
|
+
checkPaymentStatus(): void;
|
13
|
+
redirectToPage(pageUrl: string): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerifyPropertyPaymentComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerifyPropertyPaymentComponent, "simpo-verify-property-payment", never, {}, {}, never, never, true, never>;
|
16
|
+
}
|
@@ -43,6 +43,7 @@ export declare class EventsService implements OnInit {
|
|
43
43
|
environmentType: EventEmitter<string>;
|
44
44
|
categoryProductList: EventEmitter<string>;
|
45
45
|
collectionsListEvent: EventEmitter<string[]>;
|
46
|
+
propertyListEvent: EventEmitter<string>;
|
46
47
|
categoryListEvent: EventEmitter<string>;
|
47
48
|
showLoadingScreen: EventEmitter<boolean>;
|
48
49
|
cashFreeEvent: EventEmitter<unknown>;
|
@@ -11,8 +11,11 @@ export declare class RestService implements OnDestroy {
|
|
11
11
|
private readonly eventService;
|
12
12
|
private BASE_URL;
|
13
13
|
private ECOMMERCE_URL;
|
14
|
+
private PAYMENT_URL;
|
14
15
|
private CMIS_URL;
|
15
16
|
private environmentTypeSubscriber;
|
17
|
+
kycDetails: any;
|
18
|
+
investorDetail: any;
|
16
19
|
constructor(http: HttpClient, eventService: EventsService);
|
17
20
|
ngOnDestroy(): void;
|
18
21
|
getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
|
@@ -79,6 +82,21 @@ export declare class RestService implements OnDestroy {
|
|
79
82
|
getAllDocument(payload: any): Observable<Object>;
|
80
83
|
getLeadById(leadId: any): Observable<Object>;
|
81
84
|
getRegistrationList(payload: any): Observable<Object>;
|
85
|
+
getFeaturedProperty(propertyIds: number[]): Observable<Object>;
|
86
|
+
getPropertyList(): Observable<Object>;
|
87
|
+
getPropertyDetails(propertyId: string): Observable<Object>;
|
88
|
+
signUp(investor: any): Observable<Object>;
|
89
|
+
sendOtp(email: any): Observable<Object>;
|
90
|
+
login(payload: any): Observable<Object>;
|
91
|
+
verifyOtp(email: string, otp: string): Observable<Object>;
|
92
|
+
logout(): Observable<Object>;
|
93
|
+
verifyPan(request: any): Observable<Object>;
|
94
|
+
sendAadharOtp(request: any): Observable<Object>;
|
95
|
+
verifyAadharOtp(request: any): Observable<Object>;
|
96
|
+
getInvesterById(): Observable<any>;
|
97
|
+
createPropertyPaymentToken(payload: any): Observable<Object>;
|
98
|
+
verifyPropertyPaymentStatus(): Observable<Object>;
|
99
|
+
getKycDetails(): Observable<any>;
|
82
100
|
getFieldsToDisplay(fieldsList: any[]): any;
|
83
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
|
84
102
|
static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
|
package/lib/styles/index.d.ts
CHANGED
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -36,6 +36,10 @@ export * from './lib/sections/registration-form/registration-form.component';
|
|
36
36
|
export * from './lib/sections/property-component/property-component.component';
|
37
37
|
export * from './lib/sections/usp-video-section/usp-video-section.component';
|
38
38
|
export * from './lib/sections/property-list/property-list.component';
|
39
|
+
export * from './lib/sections/property-detail/property-detail.component';
|
40
|
+
export * from './lib/sections/signup-signin/signup-signin.component';
|
41
|
+
export * from './lib/sections/profile-section/profile-section.component';
|
42
|
+
export * from './lib/sections/verify-property-payment/verify-property-payment.component';
|
39
43
|
export * from './lib/ecommerce/sections/featured-products/featured-products.component';
|
40
44
|
export * from './lib/ecommerce/sections/featured-category/featured-category.component';
|
41
45
|
export * from './lib/ecommerce/sections/product-desc/product-desc.component';
|
Binary file
|
@@ -1,41 +0,0 @@
|
|
1
|
-
import { CommonModule, NgFor, NgStyle } from '@angular/common';
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export class PropertyComponent {
|
5
|
-
constructor() {
|
6
|
-
this.obj = {
|
7
|
-
heading: "Anata One",
|
8
|
-
location: {
|
9
|
-
city: "Hyderabad",
|
10
|
-
state: "Telangana"
|
11
|
-
},
|
12
|
-
latitude: "",
|
13
|
-
longitude: "",
|
14
|
-
minInvestment: "5 Lac",
|
15
|
-
features: [
|
16
|
-
{
|
17
|
-
key: "Annual Returns",
|
18
|
-
value: "10%"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
key: "IRR",
|
22
|
-
value: "18%"
|
23
|
-
},
|
24
|
-
{
|
25
|
-
key: "Guaranteed capital growth",
|
26
|
-
value: "5%"
|
27
|
-
}
|
28
|
-
],
|
29
|
-
backgroundImageUrl: "https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/607923c1737627077005image%20%284%29.png"
|
30
|
-
};
|
31
|
-
}
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: PropertyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: PropertyComponent, isStandalone: true, selector: "simpo-property", inputs: { element: "element" }, ngImport: i0, template: "<div class=\"main-container w-100\" [ngStyle]=\"{ 'background-image': 'url(' + obj.backgroundImageUrl + ')' }\">\r\n <div class=\"data p-3 w-100\">\r\n <div class=\"top-data d-flex justify-content-between\">\r\n <div class=\"top-left d-flex g-10\">\r\n <img src=\"https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/697059c1737627380633Rectangle%2034625906.png\"\r\n alt=\"logo-text\">\r\n <div class=\"top-left-text text-left d-flex flex-column justify-content-center\">\r\n <div class=\"text-heading clr-white\">{{obj.heading}}</div>\r\n <div class=\"d-flex sub-text\"><img\r\n src=\"https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/384275c1737629729545location_on.png\">{{obj.location.city\r\n + \", \" + obj.location.state}}</div>\r\n </div>\r\n </div>\r\n <div class=\"top-right text-right\">\r\n <div class=\"xl-text mb-10\">{{obj.minInvestment}}</div>\r\n <div class=\"nrml-text\">Min.Investment</div>\r\n </div>\r\n </div>\r\n <div class=\"bottom-data d-flex justify-content-between align-items-center\">\r\n <div class=\"key-value d-flex flex-column\" *ngFor=\"let ele of obj.features\">\r\n <div class=\"text-heading clr-grey\">{{ele.value}}</div>\r\n <div class=\"text-heading clr-grey\">{{ele.key}}</div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: [".main-container{background-repeat:no-repeat;background-size:cover;height:40vh;position:relative}.data{position:absolute;bottom:0}.g-10{gap:10px}.mb-10{margin-bottom:10px}.text-heading{font-weight:700;font-size:18px}.clr-white{color:#fff}.clr-grey{color:#000000b3}.sub-text{font-weight:600;font-size:17px;color:#ffffffb3}.xl-text{font-size:28px;line-height:17px;font-weight:700;color:#f09819}.nrml-text{font-size:16px;font-weight:500;color:#fff6}.bottom-data{background:#fff;padding:10px;border-radius:8px;margin-top:10px}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: CommonModule }] }); }
|
34
|
-
}
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: PropertyComponent, decorators: [{
|
36
|
-
type: Component,
|
37
|
-
args: [{ selector: 'simpo-property', standalone: true, imports: [NgStyle, NgFor, CommonModule], template: "<div class=\"main-container w-100\" [ngStyle]=\"{ 'background-image': 'url(' + obj.backgroundImageUrl + ')' }\">\r\n <div class=\"data p-3 w-100\">\r\n <div class=\"top-data d-flex justify-content-between\">\r\n <div class=\"top-left d-flex g-10\">\r\n <img src=\"https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/697059c1737627380633Rectangle%2034625906.png\"\r\n alt=\"logo-text\">\r\n <div class=\"top-left-text text-left d-flex flex-column justify-content-center\">\r\n <div class=\"text-heading clr-white\">{{obj.heading}}</div>\r\n <div class=\"d-flex sub-text\"><img\r\n src=\"https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/384275c1737629729545location_on.png\">{{obj.location.city\r\n + \", \" + obj.location.state}}</div>\r\n </div>\r\n </div>\r\n <div class=\"top-right text-right\">\r\n <div class=\"xl-text mb-10\">{{obj.minInvestment}}</div>\r\n <div class=\"nrml-text\">Min.Investment</div>\r\n </div>\r\n </div>\r\n <div class=\"bottom-data d-flex justify-content-between align-items-center\">\r\n <div class=\"key-value d-flex flex-column\" *ngFor=\"let ele of obj.features\">\r\n <div class=\"text-heading clr-grey\">{{ele.value}}</div>\r\n <div class=\"text-heading clr-grey\">{{ele.key}}</div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: [".main-container{background-repeat:no-repeat;background-size:cover;height:40vh;position:relative}.data{position:absolute;bottom:0}.g-10{gap:10px}.mb-10{margin-bottom:10px}.text-heading{font-weight:700;font-size:18px}.clr-white{color:#fff}.clr-grey{color:#000000b3}.sub-text{font-weight:600;font-size:17px;color:#ffffffb3}.xl-text{font-size:28px;line-height:17px;font-weight:700;color:#f09819}.nrml-text{font-size:16px;font-weight:500;color:#fff6}.bottom-data{background:#fff;padding:10px;border-radius:8px;margin-top:10px}\n"] }]
|
38
|
-
}], propDecorators: { element: [{
|
39
|
-
type: Input
|
40
|
-
}] } });
|
41
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvcGVydHkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lbGVtZW50cy9wcm9wZXJ0eS9wcm9wZXJ0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL3Byb3BlcnR5L3Byb3BlcnR5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9ELE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVdqRCxNQUFNLE9BQU8saUJBQWlCO0lBUDlCO1FBYUUsUUFBRyxHQUFTO1lBQ1YsT0FBTyxFQUFHLFdBQVc7WUFDckIsUUFBUSxFQUFHO2dCQUNULElBQUksRUFBRyxXQUFXO2dCQUNsQixLQUFLLEVBQUcsV0FBVzthQUNwQjtZQUNELFFBQVEsRUFBRyxFQUFFO1lBQ2IsU0FBUyxFQUFFLEVBQUU7WUFDYixhQUFhLEVBQUcsT0FBTztZQUN2QixRQUFRLEVBQUc7Z0JBQ1Q7b0JBQ0UsR0FBRyxFQUFHLGdCQUFnQjtvQkFDdEIsS0FBSyxFQUFHLEtBQUs7aUJBQ2Q7Z0JBQ0Q7b0JBQ0UsR0FBRyxFQUFHLEtBQUs7b0JBQ1gsS0FBSyxFQUFHLEtBQUs7aUJBQ2Q7Z0JBQ0Q7b0JBQ0UsR0FBRyxFQUFHLDJCQUEyQjtvQkFDakMsS0FBSyxFQUFHLElBQUk7aUJBQ2I7YUFDRjtZQUNELGtCQUFrQixFQUFHLG9HQUFvRztTQUMxSCxDQUFBO0tBRUY7OEdBaENZLGlCQUFpQjtrR0FBakIsaUJBQWlCLDBHQ1o5QixzakRBeUJNLHFrQkRqQk0sT0FBTywyRUFBQyxLQUFLLGtIQUFDLFlBQVk7OzJGQUl6QixpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0UsZ0JBQWdCLGNBQ2QsSUFBSSxXQUNQLENBQUMsT0FBTyxFQUFDLEtBQUssRUFBQyxZQUFZLENBQUM7OEJBTzVCLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgTmdGb3IsIE5nU3R5bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFByb3BlcnR5IH0gZnJvbSAnQHNpbXBvLXVpL3NlY3Rpb25zL3Byb3BlcnR5LWNvbXBvbmVudC9wcm9wZXJ0eS1jb21wb25lbnQubW9kYWwnO1xyXG5pbXBvcnQgeyBmZWF0dXJlcyB9IGZyb20gJ3Byb2Nlc3MnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdzaW1wby1wcm9wZXJ0eScsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbTmdTdHlsZSxOZ0ZvcixDb21tb25Nb2R1bGVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9wcm9wZXJ0eS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3Byb3BlcnR5LmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQcm9wZXJ0eUNvbXBvbmVudCBcclxue1xyXG5cclxuICBASW5wdXQoKSBlbGVtZW50PzogUHJvcGVydHk7XHJcbiAgXHJcblxyXG4gIG9iaiA6IGFueSA9IHtcclxuICAgIGhlYWRpbmcgOiBcIkFuYXRhIE9uZVwiLFxyXG4gICAgbG9jYXRpb24gOiB7XHJcbiAgICAgIGNpdHkgOiBcIkh5ZGVyYWJhZFwiLFxyXG4gICAgICBzdGF0ZSA6IFwiVGVsYW5nYW5hXCJcclxuICAgIH0sXHJcbiAgICBsYXRpdHVkZSA6IFwiXCIsXHJcbiAgICBsb25naXR1ZGU6IFwiXCIsXHJcbiAgICBtaW5JbnZlc3RtZW50IDogXCI1IExhY1wiLFxyXG4gICAgZmVhdHVyZXMgOiBbXHJcbiAgICAgIHtcclxuICAgICAgICBrZXkgOiBcIkFubnVhbCBSZXR1cm5zXCIsXHJcbiAgICAgICAgdmFsdWUgOiBcIjEwJVwiXHJcbiAgICAgIH0sXHJcbiAgICAgIHtcclxuICAgICAgICBrZXkgOiBcIklSUlwiLFxyXG4gICAgICAgIHZhbHVlIDogXCIxOCVcIlxyXG4gICAgICB9LFxyXG4gICAgICB7XHJcbiAgICAgICAga2V5IDogXCJHdWFyYW50ZWVkIGNhcGl0YWwgZ3Jvd3RoXCIsXHJcbiAgICAgICAgdmFsdWUgOiBcIjUlXCJcclxuICAgICAgfVxyXG4gICAgXSxcclxuICAgIGJhY2tncm91bmRJbWFnZVVybCA6IFwiaHR0cHM6Ly9wcm9kLXNpbXBvLnMzLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbS9wcm9kLWltYWdlcy82MDc5MjNjMTczNzYyNzA3NzAwNWltYWdlJTIwJTI4NCUyOS5wbmdcIlxyXG4gIH1cclxuXHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cIm1haW4tY29udGFpbmVyIHctMTAwXCIgW25nU3R5bGVdPVwieyAnYmFja2dyb3VuZC1pbWFnZSc6ICd1cmwoJyArIG9iai5iYWNrZ3JvdW5kSW1hZ2VVcmwgKyAnKScgfVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImRhdGEgcC0zIHctMTAwXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1kYXRhIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLWxlZnQgZC1mbGV4IGctMTBcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wcm9kLXNpbXBvLnMzLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbS9wcm9kLWltYWdlcy82OTcwNTljMTczNzYyNzM4MDYzM1JlY3RhbmdsZSUyMDM0NjI1OTA2LnBuZ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgYWx0PVwibG9nby10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLWxlZnQtdGV4dCB0ZXh0LWxlZnQgZC1mbGV4IGZsZXgtY29sdW1uIGp1c3RpZnktY29udGVudC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1oZWFkaW5nIGNsci13aGl0ZVwiPnt7b2JqLmhlYWRpbmd9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkLWZsZXggc3ViLXRleHRcIj48aW1nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzcmM9XCJodHRwczovL3Byb2Qtc2ltcG8uczMuYXAtc291dGgtMS5hbWF6b25hd3MuY29tL3Byb2QtaW1hZ2VzLzM4NDI3NWMxNzM3NjI5NzI5NTQ1bG9jYXRpb25fb24ucG5nXCI+e3tvYmoubG9jYXRpb24uY2l0eVxyXG4gICAgICAgICAgICAgICAgICAgICAgICArIFwiLCBcIiArIG9iai5sb2NhdGlvbi5zdGF0ZX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b3AtcmlnaHQgdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInhsLXRleHQgbWItMTBcIj57e29iai5taW5JbnZlc3RtZW50fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJucm1sLXRleHRcIj5NaW4uSW52ZXN0bWVudDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYm90dG9tLWRhdGEgZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwia2V5LXZhbHVlIGQtZmxleCBmbGV4LWNvbHVtblwiICpuZ0Zvcj1cImxldCBlbGUgb2Ygb2JqLmZlYXR1cmVzXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1oZWFkaW5nIGNsci1ncmV5XCI+e3tlbGUudmFsdWV9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRleHQtaGVhZGluZyBjbHItZ3JleVwiPnt7ZWxlLmtleX19PC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Property } from '@simpo-ui/sections/property-component/property-component.modal';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class PropertyComponent {
|
4
|
-
element?: Property;
|
5
|
-
obj: any;
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponent, "simpo-property", never, { "element": { "alias": "element"; "required": false; }; }, {}, never, never, true, never>;
|
8
|
-
}
|
Binary file
|