@rolatech/angular-property 20.1.5 → 20.1.6-beta.0
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/{rolatech-angular-property-property-index.component-BdBG4cDL.mjs → rolatech-angular-property-property-index.component-Ds8sfDlb.mjs} +2 -2
- package/fesm2022/{rolatech-angular-property-property-index.component-BdBG4cDL.mjs.map → rolatech-angular-property-property-index.component-Ds8sfDlb.mjs.map} +1 -1
- package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-BocKj8CB.mjs → rolatech-angular-property-property-manage-viewings-index.component-DIuEypO5.mjs} +2 -2
- package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-BocKj8CB.mjs.map → rolatech-angular-property-property-manage-viewings-index.component-DIuEypO5.mjs.map} +1 -1
- package/fesm2022/{rolatech-angular-property-rolatech-angular-property-BNhZQ5K0.mjs → rolatech-angular-property-rolatech-angular-property-7gddEPVu.mjs} +91 -17
- package/fesm2022/rolatech-angular-property-rolatech-angular-property-7gddEPVu.mjs.map +1 -0
- package/fesm2022/rolatech-angular-property.mjs +1 -1
- package/index.d.ts +3 -1
- package/package.json +5 -5
- package/fesm2022/rolatech-angular-property-rolatech-angular-property-BNhZQ5K0.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as AdverseCreditStatus, D as BedroomRange, E as EmploymentStatus, M as Market, F as PriceRange, j as PropertyActionsComponent, B as PropertyApplicantType, s as PropertyInventoryStatus, k as PropertyItemComponent, z as PropertyOfferStatus, x as PropertyOfferTimelineStatus, y as PropertyOfferType, n as PropertyPriceType, m as PropertyPricingComponent, u as PropertyScope, q as PropertyStatus, r as PropertyType, o as PropertyVideoProvider, w as PropertyViewerCategory, v as PropertyViewingStatus, R as RentFrequency, A as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, i as propertyAgentOfferRoutes, h as propertyAgentViewingRoutes, c as propertyManageOffersRoutes, e as propertyManageRoutes, g as propertyManageViewingsRoutes, p as propertyReviewRoutes, d as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-
|
|
1
|
+
export { C as AdverseCreditStatus, D as BedroomRange, E as EmploymentStatus, M as Market, F as PriceRange, j as PropertyActionsComponent, B as PropertyApplicantType, s as PropertyInventoryStatus, k as PropertyItemComponent, z as PropertyOfferStatus, x as PropertyOfferTimelineStatus, y as PropertyOfferType, n as PropertyPriceType, m as PropertyPricingComponent, u as PropertyScope, q as PropertyStatus, r as PropertyType, o as PropertyVideoProvider, w as PropertyViewerCategory, v as PropertyViewingStatus, R as RentFrequency, A as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, i as propertyAgentOfferRoutes, h as propertyAgentViewingRoutes, c as propertyManageOffersRoutes, e as propertyManageRoutes, g as propertyManageViewingsRoutes, p as propertyReviewRoutes, d as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-7gddEPVu.mjs';
|
|
2
2
|
//# sourceMappingURL=rolatech-angular-property.mjs.map
|
package/index.d.ts
CHANGED
|
@@ -403,7 +403,9 @@ declare enum PropertyOfferStatus {
|
|
|
403
403
|
HOLDING_DEPOSIT_PAID = "Holding deposit paid",
|
|
404
404
|
SECURITY_DEPOSIT_PAID = "Security deposit paid",
|
|
405
405
|
CANCELLED = "Cancelled",
|
|
406
|
-
TENANCY_FINALIZED = "Finalized"
|
|
406
|
+
TENANCY_FINALIZED = "Finalized",
|
|
407
|
+
REFERENCES_PASSED = "References passed",
|
|
408
|
+
REFERENCES_FAILED = "References failed"
|
|
407
409
|
}
|
|
408
410
|
declare enum EmploymentStatus {
|
|
409
411
|
EMPLOYED = "Employed",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-property",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.6-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"@angular/material": "^20.0.0"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@rolatech/angular-common": "20.1.
|
|
13
|
-
"@rolatech/angular-components": "20.1.
|
|
14
|
-
"@rolatech/angular-services": "20.1.
|
|
15
|
-
"@rolatech/angular-auth": "20.1.
|
|
12
|
+
"@rolatech/angular-common": "20.1.6-beta.0",
|
|
13
|
+
"@rolatech/angular-components": "20.1.6-beta.0",
|
|
14
|
+
"@rolatech/angular-services": "20.1.6-beta.0",
|
|
15
|
+
"@rolatech/angular-auth": "20.1.6-beta.0",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|