@rolatech/angular-property 20.0.6 → 20.0.8
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-C9rCCwyH.mjs → rolatech-angular-property-property-index.component-DJBmPB9Q.mjs} +2 -2
- package/fesm2022/{rolatech-angular-property-property-index.component-C9rCCwyH.mjs.map → rolatech-angular-property-property-index.component-DJBmPB9Q.mjs.map} +1 -1
- package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-vEBkQwKR.mjs → rolatech-angular-property-property-manage-viewings-index.component-jr3SLSQz.mjs} +2 -2
- package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-vEBkQwKR.mjs.map → rolatech-angular-property-property-manage-viewings-index.component-jr3SLSQz.mjs.map} +1 -1
- package/fesm2022/{rolatech-angular-property-rolatech-angular-property-BHc6mc1k.mjs → rolatech-angular-property-rolatech-angular-property-aX0sqci7.mjs} +76 -54
- package/fesm2022/rolatech-angular-property-rolatech-angular-property-aX0sqci7.mjs.map +1 -0
- package/fesm2022/rolatech-angular-property.mjs +1 -1
- package/package.json +5 -5
- package/fesm2022/rolatech-angular-property-rolatech-angular-property-BHc6mc1k.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { A as AdverseCreditStatus, E as EmploymentStatus, M as Market, h as PropertyActionsComponent, z as PropertyApplicantType, q as PropertyInventoryStatus, i as PropertyItemComponent, x as PropertyOfferStatus, v as PropertyOfferTimelineStatus, w as PropertyOfferType, k as PropertyPriceType, j as PropertyPricingComponent, r as PropertyScope, n as PropertyStatus, o as PropertyType, m as PropertyVideoProvider, u as PropertyViewerCategory, s as PropertyViewingStatus, R as RentFrequency, y as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, 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 { A as AdverseCreditStatus, E as EmploymentStatus, M as Market, h as PropertyActionsComponent, z as PropertyApplicantType, q as PropertyInventoryStatus, i as PropertyItemComponent, x as PropertyOfferStatus, v as PropertyOfferTimelineStatus, w as PropertyOfferType, k as PropertyPriceType, j as PropertyPricingComponent, r as PropertyScope, n as PropertyStatus, o as PropertyType, m as PropertyVideoProvider, u as PropertyViewerCategory, s as PropertyViewingStatus, R as RentFrequency, y as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, 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-aX0sqci7.mjs';
|
|
2
2
|
//# sourceMappingURL=rolatech-angular-property.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-property",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.8",
|
|
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.0.
|
|
13
|
-
"@rolatech/angular-components": "20.0.
|
|
14
|
-
"@rolatech/angular-services": "20.0.
|
|
15
|
-
"@rolatech/angular-auth": "20.0.
|
|
12
|
+
"@rolatech/angular-common": "20.0.8",
|
|
13
|
+
"@rolatech/angular-components": "20.0.8",
|
|
14
|
+
"@rolatech/angular-services": "20.0.8",
|
|
15
|
+
"@rolatech/angular-auth": "20.0.8",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|