@rolatech/angular-property 20.1.6-beta.8 → 20.1.7

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.
Files changed (14) hide show
  1. package/fesm2022/rolatech-angular-property-property-agent-overview-KJBDbj6R.mjs +14 -0
  2. package/fesm2022/rolatech-angular-property-property-agent-overview-KJBDbj6R.mjs.map +1 -0
  3. package/fesm2022/{rolatech-angular-property-property-index.component-hkW0jalI.mjs → rolatech-angular-property-property-index.component-BAqTr-ZQ.mjs} +5 -5
  4. package/fesm2022/{rolatech-angular-property-property-index.component-hkW0jalI.mjs.map → rolatech-angular-property-property-index.component-BAqTr-ZQ.mjs.map} +1 -1
  5. package/fesm2022/rolatech-angular-property-property-manage-overview-CSBctSyY.mjs +14 -0
  6. package/fesm2022/rolatech-angular-property-property-manage-overview-CSBctSyY.mjs.map +1 -0
  7. package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-DAuOdyR9.mjs → rolatech-angular-property-property-manage-viewings-index.component-B3ax0bl7.mjs} +5 -5
  8. package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-DAuOdyR9.mjs.map → rolatech-angular-property-property-manage-viewings-index.component-B3ax0bl7.mjs.map} +1 -1
  9. package/fesm2022/{rolatech-angular-property-rolatech-angular-property-B10XiLy1.mjs → rolatech-angular-property-rolatech-angular-property-vYwCrQfp.mjs} +388 -254
  10. package/fesm2022/rolatech-angular-property-rolatech-angular-property-vYwCrQfp.mjs.map +1 -0
  11. package/fesm2022/rolatech-angular-property.mjs +1 -1
  12. package/package.json +7 -7
  13. package/{index.d.ts → types/rolatech-angular-property.d.ts} +14 -2
  14. package/fesm2022/rolatech-angular-property-rolatech-angular-property-B10XiLy1.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-B10XiLy1.mjs';
1
+ export { F as AdverseCreditStatus, G as BedroomRange, E as EmploymentStatus, M as Market, H as PriceRange, m as PropertyActionsComponent, D as PropertyApplicantType, v as PropertyInventoryStatus, n as PropertyItemComponent, B as PropertyOfferStatus, z as PropertyOfferTimelineStatus, A as PropertyOfferType, q as PropertyPriceType, o as PropertyPricingComponent, w as PropertyScope, s as PropertyStatus, u as PropertyType, r as PropertyVideoProvider, y as PropertyViewerCategory, x as PropertyViewingStatus, R as RentFrequency, C as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, i as propertyAgentOfferRoutes, j as propertyAgentOverviewRoutes, h as propertyAgentViewingRoutes, c as propertyManageOffersRoutes, k as propertyManageOverviewRoutes, e as propertyManageRoutes, g as propertyManageViewingsRoutes, p as propertyReviewRoutes, d as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-vYwCrQfp.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.1.6-beta.8",
3
+ "version": "20.1.7",
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.6-beta.8",
13
- "@rolatech/angular-components": "20.1.6-beta.8",
14
- "@rolatech/angular-services": "20.1.6-beta.8",
15
- "@rolatech/angular-auth": "20.1.6-beta.8",
12
+ "@rolatech/angular-common": "20.1.7",
13
+ "@rolatech/angular-components": "20.1.7",
14
+ "@rolatech/angular-services": "20.1.7",
15
+ "@rolatech/angular-auth": "20.1.7",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "sideEffects": false,
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "MIT",
27
27
  "module": "fesm2022/rolatech-angular-property.mjs",
28
- "typings": "index.d.ts",
28
+ "typings": "types/rolatech-angular-property.d.ts",
29
29
  "exports": {
30
30
  "./package.json": {
31
31
  "default": "./package.json"
32
32
  },
33
33
  ".": {
34
- "types": "./index.d.ts",
34
+ "types": "./types/rolatech-angular-property.d.ts",
35
35
  "default": "./fesm2022/rolatech-angular-property.mjs"
36
36
  }
37
37
  }
@@ -22,6 +22,10 @@ declare const propertyAgentViewingRoutes: Routes;
22
22
 
23
23
  declare const propertyAgentOfferRoutes: Routes;
24
24
 
25
+ declare const propertyAgentOverviewRoutes: Routes;
26
+
27
+ declare const propertyManageOverviewRoutes: Routes;
28
+
25
29
  interface Feature {
26
30
  id: string;
27
31
  name: string;
@@ -158,6 +162,14 @@ interface PropertyLocation {
158
162
  longitude: string;
159
163
  latitude: string;
160
164
  }
165
+ interface Floorplan {
166
+ id: string;
167
+ title: string;
168
+ url: string;
169
+ contentType: string;
170
+ sortOrder: number;
171
+ propertyId: string;
172
+ }
161
173
  interface PropertyVideo {
162
174
  id?: string;
163
175
  title?: string;
@@ -515,5 +527,5 @@ declare class PropertyPricingComponent implements OnInit {
515
527
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<PropertyPricingComponent, "rolatech-property-pricing", never, { "property": { "alias": "property"; "required": true; "isSignal": true; }; "price": { "alias": "price"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
516
528
  }
517
529
 
518
- export { AdverseCreditStatus, BedroomRange, EmploymentStatus, Market, PriceRange, PropertyActionsComponent, PropertyApplicantType, PropertyInventoryStatus, PropertyItemComponent, PropertyOfferStatus, PropertyOfferTimelineStatus, PropertyOfferType, PropertyPriceType, PropertyPricingComponent, PropertyScope, PropertyStatus, PropertyType, PropertyVideoProvider, PropertyViewerCategory, PropertyViewingStatus, RentFrequency, ResidencyStatus, ViewingTime, featureManageRoutes, lettingManageRoutes, propertyAgentOfferRoutes, propertyAgentViewingRoutes, propertyManageOffersRoutes, propertyManageRoutes, propertyManageViewingsRoutes, propertyReviewRoutes, propertyRoutes, tenantManageRoutes };
519
- export type { Property, PropertyDepositResult, PropertyEpcModel, PropertyFeature, PropertyFeatureOption, PropertyHighlight, PropertyLocation, PropertyMedia, PropertyOffer, PropertyOfferItem, PropertyOfferItemMedia, PropertyOfferRequest, PropertyOption, PropertyOptionValue, PropertySearchOptions, PropertySection, PropertyTag, PropertyVariant, PropertyVariantMedia, PropertyVariantOption, PropertyVideo, PropertyViewing, PropertyViewingItem, PropertyViewingItemMedia, PropertyViewingRequest, Tenant, ViewingProposedSlot };
530
+ export { AdverseCreditStatus, BedroomRange, EmploymentStatus, Market, PriceRange, PropertyActionsComponent, PropertyApplicantType, PropertyInventoryStatus, PropertyItemComponent, PropertyOfferStatus, PropertyOfferTimelineStatus, PropertyOfferType, PropertyPriceType, PropertyPricingComponent, PropertyScope, PropertyStatus, PropertyType, PropertyVideoProvider, PropertyViewerCategory, PropertyViewingStatus, RentFrequency, ResidencyStatus, ViewingTime, featureManageRoutes, lettingManageRoutes, propertyAgentOfferRoutes, propertyAgentOverviewRoutes, propertyAgentViewingRoutes, propertyManageOffersRoutes, propertyManageOverviewRoutes, propertyManageRoutes, propertyManageViewingsRoutes, propertyReviewRoutes, propertyRoutes, tenantManageRoutes };
531
+ export type { Floorplan, Property, PropertyDepositResult, PropertyEpcModel, PropertyFeature, PropertyFeatureOption, PropertyHighlight, PropertyLocation, PropertyMedia, PropertyOffer, PropertyOfferItem, PropertyOfferItemMedia, PropertyOfferRequest, PropertyOption, PropertyOptionValue, PropertySearchOptions, PropertySection, PropertyTag, PropertyVariant, PropertyVariantMedia, PropertyVariantOption, PropertyVideo, PropertyViewing, PropertyViewingItem, PropertyViewingItemMedia, PropertyViewingRequest, Tenant, ViewingProposedSlot };