@rolatech/angular-property 20.0.2-beta.2 → 20.0.2-beta.3

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.
@@ -1,2 +1,2 @@
1
- export { A as AdverseCreditStatus, E as EmploymentStatus, e as PropertyActionsComponent, w as PropertyApplicantType, n as PropertyInventoryStatus, g as PropertyItemComponent, v as PropertyOfferStatus, s as PropertyOfferTimelineStatus, u as PropertyOfferType, i as PropertyPriceType, h as PropertyPricingComponent, o as PropertyScope, k as PropertyStatus, m as PropertyType, j as PropertyVideoTourType, r as PropertyViewerCategory, q as PropertyViewingStatus, R as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, a as propertyManageOffersRoutes, c as propertyManageRoutes, d as propertyManageViewingsRoutes, p as propertyReviewRoutes, b as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-B4w7sAFv.mjs';
1
+ export { A as AdverseCreditStatus, E as EmploymentStatus, e as PropertyActionsComponent, w as PropertyApplicantType, n as PropertyInventoryStatus, g as PropertyItemComponent, v as PropertyOfferStatus, s as PropertyOfferTimelineStatus, u as PropertyOfferType, i as PropertyPriceType, h as PropertyPricingComponent, o as PropertyScope, k as PropertyStatus, m as PropertyType, j as PropertyVideoProvider, r as PropertyViewerCategory, q as PropertyViewingStatus, R as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, a as propertyManageOffersRoutes, c as propertyManageRoutes, d as propertyManageViewingsRoutes, p as propertyReviewRoutes, b as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-CQG71H-d.mjs';
2
2
  //# sourceMappingURL=rolatech-angular-property.mjs.map
package/index.d.ts CHANGED
@@ -65,7 +65,19 @@ interface Property {
65
65
  landlordId: string;
66
66
  createdAt: string;
67
67
  updatedAt: string;
68
- videoTours: PropertyVideoTour[];
68
+ videos: PropertyVideo[];
69
+ highlights: string[];
70
+ }
71
+ interface PropertyEpcModel {
72
+ name: string;
73
+ rating: string;
74
+ score: string;
75
+ assessmentDate: string;
76
+ expiryDate: string;
77
+ certificateUrl: string;
78
+ }
79
+ interface PropertyHighlight {
80
+ text: string;
69
81
  }
70
82
  interface PropertyFeatureOption {
71
83
  property: Property;
@@ -117,23 +129,19 @@ interface PropertyLocation {
117
129
  longitude: string;
118
130
  latitude: string;
119
131
  }
120
- interface PropertyVideoTour {
121
- id: string;
122
- title: string;
123
- description: string;
124
- videoId: string;
125
- videoUrl: string;
132
+ interface PropertyVideo {
133
+ id?: string;
134
+ title?: string;
135
+ description?: string;
126
136
  url: string;
127
- thumbnailUrl: string;
128
- type: PropertyVideoTourType;
129
- uploading: boolean;
137
+ provider?: PropertyVideoProvider;
138
+ uploading?: boolean;
130
139
  progress: number | 0;
131
- duration: number;
132
- thumbnail: string;
133
- canBePreviewed: boolean;
140
+ duration: number | 0;
141
+ thumbnail?: string;
134
142
  }
135
- declare enum PropertyVideoTourType {
136
- YOUTUBE = "Youtube",
143
+ declare enum PropertyVideoProvider {
144
+ YOUTUBE = "YOUTUBE",
137
145
  S3 = "AWS S3",
138
146
  LOCAL = "Local server",
139
147
  COS = "COS"
@@ -420,5 +428,5 @@ declare class PropertyPricingComponent implements OnInit {
420
428
  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>;
421
429
  }
422
430
 
423
- export { AdverseCreditStatus, EmploymentStatus, PropertyActionsComponent, PropertyApplicantType, PropertyInventoryStatus, PropertyItemComponent, PropertyOfferStatus, PropertyOfferTimelineStatus, PropertyOfferType, PropertyPriceType, PropertyPricingComponent, PropertyScope, PropertyStatus, PropertyType, PropertyVideoTourType, PropertyViewerCategory, PropertyViewingStatus, ResidencyStatus, ViewingTime, featureManageRoutes, lettingManageRoutes, propertyManageOffersRoutes, propertyManageRoutes, propertyManageViewingsRoutes, propertyReviewRoutes, propertyRoutes, tenantManageRoutes };
424
- export type { Property, PropertyDepositResult, PropertyFeatureOption, PropertyLocation, PropertyMedia, PropertyOffer, PropertyOfferItem, PropertyOfferItemMedia, PropertyOfferRequest, PropertyOption, PropertyOptionValue, PropertySection, PropertyTag, PropertyVariant, PropertyVariantMedia, PropertyVariantOption, PropertyVideoTour, PropertyViewing, PropertyViewingRequest, Tenant, ViewingProposedSlot };
431
+ export { AdverseCreditStatus, EmploymentStatus, PropertyActionsComponent, PropertyApplicantType, PropertyInventoryStatus, PropertyItemComponent, PropertyOfferStatus, PropertyOfferTimelineStatus, PropertyOfferType, PropertyPriceType, PropertyPricingComponent, PropertyScope, PropertyStatus, PropertyType, PropertyVideoProvider, PropertyViewerCategory, PropertyViewingStatus, ResidencyStatus, ViewingTime, featureManageRoutes, lettingManageRoutes, propertyManageOffersRoutes, propertyManageRoutes, propertyManageViewingsRoutes, propertyReviewRoutes, propertyRoutes, tenantManageRoutes };
432
+ export type { Property, PropertyDepositResult, PropertyEpcModel, PropertyFeatureOption, PropertyHighlight, PropertyLocation, PropertyMedia, PropertyOffer, PropertyOfferItem, PropertyOfferItemMedia, PropertyOfferRequest, PropertyOption, PropertyOptionValue, PropertySection, PropertyTag, PropertyVariant, PropertyVariantMedia, PropertyVariantOption, PropertyVideo, PropertyViewing, PropertyViewingRequest, Tenant, ViewingProposedSlot };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-property",
3
- "version": "20.0.2-beta.2",
3
+ "version": "20.0.2-beta.3",
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.2-beta.2",
13
- "@rolatech/angular-components": "20.0.2-beta.2",
14
- "@rolatech/angular-services": "20.0.2-beta.2",
15
- "@rolatech/angular-auth": "20.0.2-beta.2",
12
+ "@rolatech/angular-common": "20.0.2-beta.3",
13
+ "@rolatech/angular-components": "20.0.2-beta.3",
14
+ "@rolatech/angular-services": "20.0.2-beta.3",
15
+ "@rolatech/angular-auth": "20.0.2-beta.3",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "sideEffects": false,
@@ -1 +0,0 @@
1
- {"version":3,"file":"rolatech-angular-property-property-index.component-Birv1xyB.mjs","sources":["../tmp-esm2022/lib/pages/property/property-index/property-index.component.js"],"sourcesContent":["import { Component, inject, signal, ViewEncapsulation } from '@angular/core';\nimport { AngularCommonModule } from '@rolatech/angular-common';\nimport { AngularComponentsModule, RichViewComponent, RichItemComponent } from '@rolatech/angular-components';\nimport { PropertyService } from '@rolatech/angular-services';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/router\";\nexport class PropertyIndexComponent {\n propertyService = inject(PropertyService);\n properties = signal([], ...(ngDevMode ? [{ debugName: \"properties\" }] : []));\n meta;\n loading = false;\n constructor() { }\n ngOnInit() {\n this.findProperties();\n }\n findProperties() {\n this.loading = true;\n const options = {\n sort: 'updatedAt desc',\n // filter: 'published:true',\n };\n this.propertyService.find(options, false).subscribe({\n next: (res) => {\n this.properties.set(res.data);\n this.meta = res.meta;\n this.loading = false;\n },\n error: (error) => {\n this.loading = false;\n },\n });\n }\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.2.0\", ngImport: i0, type: PropertyIndexComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });\n static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.2.0\", type: PropertyIndexComponent, isStandalone: true, selector: \"rolatech-property-index\", ngImport: i0, template: \"<div class=\\\"min-w-[320px] m-auto\\\">\\n @if (loading) {\\n @for (number of [0, 1, 2, 3, 4, 5]; track number) {\\n <div class=\\\"flex flex-row animate-pulse mt-3 mr-4 cursor-pointer w-full\\\">\\n <div class=\\\"h-fit w-2/5 md:w-1/4 aspect-video hover:bg-[--rt-base-background] rounded-lg\\\"></div>\\n <div class=\\\"w-3/5 md:w-3/4 ml-3 py-1 flex flex-col justify-between\\\">\\n <div class=\\\"space-y-3\\\">\\n <div class=\\\"h-4 bg-[--rt-base-background] rounded col-span-2\\\"></div>\\n <div class=\\\"h-2 bg-[--rt-base-background] rounded col-span-1\\\"></div>\\n <div class=\\\"h-2 bg-[--rt-base-background] rounded col-span-1 py-1\\\"></div>\\n </div>\\n <div>\\n <div class=\\\"h-2 bg-[--rt-base-background] rounded col-span-2 py-1\\\"></div>\\n </div>\\n </div>\\n </div>\\n }\\n } @else {\\n <rolatech-rich-view wrap>\\n @for (item of properties(); track item) {\\n @defer {\\n <rolatech-rich-item\\n [routerLink]=\\\"['./', item.id]\\\"\\n [thumbnail]=\\\"item.media ? item.media[0].url : ''\\\"\\n [title]=\\\"item.title\\\"\\n thumbnailRatio=\\\"full\\\"\\n [price]=\\\"(item.price / 100).toFixed(2)\\\"\\n currencySymbol=\\\"\\u00A3\\\"\\n ></rolatech-rich-item>\\n }\\n }\\n </rolatech-rich-view>\\n }\\n</div>\\n\", styles: [\"\"], dependencies: [{ kind: \"ngmodule\", type: AngularCommonModule }, { kind: \"ngmodule\", type: AngularComponentsModule }, { kind: \"component\", type: RichViewComponent, selector: \"rolatech-rich-view\", inputs: [\"list\", \"wrap\"] }], encapsulation: i0.ViewEncapsulation.None, deferBlockDependencies: [() => [i1.RouterLink, RichItemComponent]] });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.2.0\", ngImport: i0, type: PropertyIndexComponent, decorators: [{\n type: Component,\n args: [{ selector: 'rolatech-property-index', imports: [AngularCommonModule, AngularComponentsModule, RichViewComponent, RichItemComponent], encapsulation: ViewEncapsulation.None, template: \"<div class=\\\"min-w-[320px] m-auto\\\">\\n @if (loading) {\\n @for (number of [0, 1, 2, 3, 4, 5]; track number) {\\n <div class=\\\"flex flex-row animate-pulse mt-3 mr-4 cursor-pointer w-full\\\">\\n <div class=\\\"h-fit w-2/5 md:w-1/4 aspect-video hover:bg-[--rt-base-background] rounded-lg\\\"></div>\\n <div class=\\\"w-3/5 md:w-3/4 ml-3 py-1 flex flex-col justify-between\\\">\\n <div class=\\\"space-y-3\\\">\\n <div class=\\\"h-4 bg-[--rt-base-background] rounded col-span-2\\\"></div>\\n <div class=\\\"h-2 bg-[--rt-base-background] rounded col-span-1\\\"></div>\\n <div class=\\\"h-2 bg-[--rt-base-background] rounded col-span-1 py-1\\\"></div>\\n </div>\\n <div>\\n <div class=\\\"h-2 bg-[--rt-base-background] rounded col-span-2 py-1\\\"></div>\\n </div>\\n </div>\\n </div>\\n }\\n } @else {\\n <rolatech-rich-view wrap>\\n @for (item of properties(); track item) {\\n @defer {\\n <rolatech-rich-item\\n [routerLink]=\\\"['./', item.id]\\\"\\n [thumbnail]=\\\"item.media ? item.media[0].url : ''\\\"\\n [title]=\\\"item.title\\\"\\n thumbnailRatio=\\\"full\\\"\\n [price]=\\\"(item.price / 100).toFixed(2)\\\"\\n currencySymbol=\\\"\\u00A3\\\"\\n ></rolatech-rich-item>\\n }\\n }\\n </rolatech-rich-view>\\n }\\n</div>\\n\" }]\n }], ctorParameters: () => [] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvcGVydHktaW5kZXguY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci1wcm9wZXJ0eS9zcmMvbGliL3BhZ2VzL3Byb3BlcnR5L3Byb3BlcnR5LWluZGV4L3Byb3BlcnR5LWluZGV4LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItcHJvcGVydHkvc3JjL2xpYi9wYWdlcy9wcm9wZXJ0eS9wcm9wZXJ0eS1pbmRleC9wcm9wZXJ0eS1pbmRleC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBVSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDL0QsT0FBTyxFQUFFLHVCQUF1QixFQUFFLGlCQUFpQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0csT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRCQUE0QixDQUFDOzs7QUFXN0QsTUFBTSxPQUFPLHNCQUFzQjtJQUNqQyxlQUFlLEdBQUcsTUFBTSxDQUFDLGVBQWUsQ0FBQyxDQUFDO0lBQzFDLFVBQVUsR0FBRyxNQUFNLENBQWEsRUFBRSxzREFBQyxDQUFDO0lBQ3BDLElBQUksQ0FBTTtJQUNWLE9BQU8sR0FBRyxLQUFLLENBQUM7SUFFaEIsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtRQUNOLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBQ0QsY0FBYztRQUNaLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLE1BQU0sT0FBTyxHQUFHO1lBQ2QsSUFBSSxFQUFFLGdCQUFnQjtZQUN0Qiw0QkFBNEI7U0FDN0IsQ0FBQztRQUNGLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxLQUFLLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEQsSUFBSSxFQUFFLENBQUMsR0FBUSxFQUFFLEVBQUU7Z0JBQ2pCLElBQUksQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztnQkFDOUIsSUFBSSxDQUFDLElBQUksR0FBRyxHQUFHLENBQUMsSUFBSSxDQUFDO2dCQUNyQixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUN2QixDQUFDO1lBQ0QsS0FBSyxFQUFFLENBQUMsS0FBSyxFQUFFLEVBQUU7Z0JBQ2YsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7WUFDdkIsQ0FBQztTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7dUdBM0JVLHNCQUFzQjsyRkFBdEIsc0JBQXNCLG1GQ2RuQyw4MUNBa0NBLHlERHpCWSxtQkFBbUIsOEJBQUUsdUJBQXVCLCtCQUFFLGlCQUFpQix3SkFBRSxpQkFBaUI7OzJGQUtqRixzQkFBc0I7a0JBUGxDLFNBQVM7K0JBQ0UseUJBQXlCLFdBQzFCLENBQUMsbUJBQW1CLEVBQUUsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsaUJBQWlCLENBQUMsaUJBRzlFLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGluamVjdCwgT25Jbml0LCBzaWduYWwsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBbmd1bGFyQ29tbW9uTW9kdWxlIH0gZnJvbSAnQHJvbGF0ZWNoL2FuZ3VsYXItY29tbW9uJztcbmltcG9ydCB7IEFuZ3VsYXJDb21wb25lbnRzTW9kdWxlLCBSaWNoVmlld0NvbXBvbmVudCwgUmljaEl0ZW1Db21wb25lbnQgfSBmcm9tICdAcm9sYXRlY2gvYW5ndWxhci1jb21wb25lbnRzJztcbmltcG9ydCB7IFByb3BlcnR5U2VydmljZSB9IGZyb20gJ0Byb2xhdGVjaC9hbmd1bGFyLXNlcnZpY2VzJztcbmltcG9ydCB7IFByb3BlcnR5IH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBkZWZlciB9IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdyb2xhdGVjaC1wcm9wZXJ0eS1pbmRleCcsXG4gIGltcG9ydHM6IFtBbmd1bGFyQ29tbW9uTW9kdWxlLCBBbmd1bGFyQ29tcG9uZW50c01vZHVsZSwgUmljaFZpZXdDb21wb25lbnQsIFJpY2hJdGVtQ29tcG9uZW50XSxcbiAgdGVtcGxhdGVVcmw6ICcuL3Byb3BlcnR5LWluZGV4LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL3Byb3BlcnR5LWluZGV4LmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgUHJvcGVydHlJbmRleENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIHByb3BlcnR5U2VydmljZSA9IGluamVjdChQcm9wZXJ0eVNlcnZpY2UpO1xuICBwcm9wZXJ0aWVzID0gc2lnbmFsPFByb3BlcnR5W10+KFtdKTtcbiAgbWV0YTogYW55O1xuICBsb2FkaW5nID0gZmFsc2U7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmZpbmRQcm9wZXJ0aWVzKCk7XG4gIH1cbiAgZmluZFByb3BlcnRpZXMoKSB7XG4gICAgdGhpcy5sb2FkaW5nID0gdHJ1ZTtcbiAgICBjb25zdCBvcHRpb25zID0ge1xuICAgICAgc29ydDogJ3VwZGF0ZWRBdCBkZXNjJyxcbiAgICAgIC8vIGZpbHRlcjogJ3B1Ymxpc2hlZDp0cnVlJyxcbiAgICB9O1xuICAgIHRoaXMucHJvcGVydHlTZXJ2aWNlLmZpbmQob3B0aW9ucywgZmFsc2UpLnN1YnNjcmliZSh7XG4gICAgICBuZXh0OiAocmVzOiBhbnkpID0+IHtcbiAgICAgICAgdGhpcy5wcm9wZXJ0aWVzLnNldChyZXMuZGF0YSk7XG4gICAgICAgIHRoaXMubWV0YSA9IHJlcy5tZXRhO1xuICAgICAgICB0aGlzLmxvYWRpbmcgPSBmYWxzZTtcbiAgICAgIH0sXG4gICAgICBlcnJvcjogKGVycm9yKSA9PiB7XG4gICAgICAgIHRoaXMubG9hZGluZyA9IGZhbHNlO1xuICAgICAgfSxcbiAgICB9KTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cIm1pbi13LVszMjBweF0gbS1hdXRvXCI+XG4gIEBpZiAobG9hZGluZykge1xuICAgIEBmb3IgKG51bWJlciBvZiBbMCwgMSwgMiwgMywgNCwgNV07IHRyYWNrIG51bWJlcikge1xuICAgICAgPGRpdiBjbGFzcz1cImZsZXggZmxleC1yb3cgYW5pbWF0ZS1wdWxzZSBtdC0zIG1yLTQgY3Vyc29yLXBvaW50ZXIgdy1mdWxsXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJoLWZpdCB3LTIvNSBtZDp3LTEvNCBhc3BlY3QtdmlkZW8gaG92ZXI6YmctWy0tcnQtYmFzZS1iYWNrZ3JvdW5kXSByb3VuZGVkLWxnXCI+PC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ3LTMvNSBtZDp3LTMvNCBtbC0zIHB5LTEgZmxleCBmbGV4LWNvbCBqdXN0aWZ5LWJldHdlZW5cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic3BhY2UteS0zXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaC00IGJnLVstLXJ0LWJhc2UtYmFja2dyb3VuZF0gcm91bmRlZCBjb2wtc3Bhbi0yXCI+PC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaC0yIGJnLVstLXJ0LWJhc2UtYmFja2dyb3VuZF0gcm91bmRlZCBjb2wtc3Bhbi0xXCI+PC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaC0yIGJnLVstLXJ0LWJhc2UtYmFja2dyb3VuZF0gcm91bmRlZCBjb2wtc3Bhbi0xIHB5LTFcIj48L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImgtMiBiZy1bLS1ydC1iYXNlLWJhY2tncm91bmRdIHJvdW5kZWQgY29sLXNwYW4tMiBweS0xXCI+PC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgfVxuICB9IEBlbHNlIHtcbiAgICA8cm9sYXRlY2gtcmljaC12aWV3IHdyYXA+XG4gICAgICBAZm9yIChpdGVtIG9mIHByb3BlcnRpZXMoKTsgdHJhY2sgaXRlbSkge1xuICAgICAgICBAZGVmZXIge1xuICAgICAgICAgIDxyb2xhdGVjaC1yaWNoLWl0ZW1cbiAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cIlsnLi8nLCBpdGVtLmlkXVwiXG4gICAgICAgICAgICBbdGh1bWJuYWlsXT1cIml0ZW0ubWVkaWEgPyBpdGVtLm1lZGlhWzBdLnVybCA6ICcnXCJcbiAgICAgICAgICAgIFt0aXRsZV09XCJpdGVtLnRpdGxlXCJcbiAgICAgICAgICAgIHRodW1ibmFpbFJhdGlvPVwiZnVsbFwiXG4gICAgICAgICAgICBbcHJpY2VdPVwiKGl0ZW0ucHJpY2UgLyAxMDApLnRvRml4ZWQoMilcIlxuICAgICAgICAgICAgY3VycmVuY3lTeW1ib2w9XCLCo1wiXG4gICAgICAgICAgPjwvcm9sYXRlY2gtcmljaC1pdGVtPlxuICAgICAgICB9XG4gICAgICB9XG4gICAgPC9yb2xhdGVjaC1yaWNoLXZpZXc+XG4gIH1cbjwvZGl2PlxuIl19"],"names":[],"mappings":";;;;;;;AAMO,MAAM,sBAAsB,CAAC;AACpC,IAAI,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;AAC7C,IAAI,UAAU,GAAG,MAAM,CAAC,EAAE,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAChF,IAAI,IAAI;AACR,IAAI,OAAO,GAAG,KAAK;AACnB,IAAI,WAAW,GAAG;AAClB,IAAI,QAAQ,GAAG;AACf,QAAQ,IAAI,CAAC,cAAc,EAAE;AAC7B;AACA,IAAI,cAAc,GAAG;AACrB,QAAQ,IAAI,CAAC,OAAO,GAAG,IAAI;AAC3B,QAAQ,MAAM,OAAO,GAAG;AACxB,YAAY,IAAI,EAAE,gBAAgB;AAClC;AACA,SAAS;AACT,QAAQ,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,SAAS,CAAC;AAC5D,YAAY,IAAI,EAAE,CAAC,GAAG,KAAK;AAC3B,gBAAgB,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC;AAC7C,gBAAgB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI;AACpC,gBAAgB,IAAI,CAAC,OAAO,GAAG,KAAK;AACpC,aAAa;AACb,YAAY,KAAK,EAAE,CAAC,KAAK,KAAK;AAC9B,gBAAgB,IAAI,CAAC,OAAO,GAAG,KAAK;AACpC,aAAa;AACb,SAAS,CAAC;AACV;AACA,IAAI,OAAO,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC;AAChL,IAAI,OAAO,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,sBAAsB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,yBAAyB,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,81CAA81C,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,mBAAmB,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,uBAAuB,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,iBAAiB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC,EAAE,aAAa,EAAE,EAAE,CAAC,iBAAiB,CAAC,IAAI,EAAE,sBAAsB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,EAAE,CAAC;AACj4D;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,UAAU,EAAE,CAAC;AAChI,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,yBAAyB,EAAE,OAAO,EAAE,CAAC,mBAAmB,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,iBAAiB,CAAC,EAAE,aAAa,EAAE,iBAAiB,CAAC,IAAI,EAAE,QAAQ,EAAE,81CAA81C,EAAE;AAC1iD,SAAS,CAAC,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE,CAAC;;;;"}