favesalon-embed 0.0.4 → 0.1.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/LICENSE +21 -0
- package/{cjs → dist/cjs}/_commonjsHelpers-5cfcba41.js +0 -0
- package/dist/cjs/colors-38421769.js +69 -0
- package/dist/cjs/favesalon-embed.cjs.js +20 -0
- package/{cjs → dist/cjs}/global-9073d10e.js +0 -0
- package/dist/cjs/google-map_5.cjs.entry.js +291 -0
- package/{cjs/index-48ac68d0.js → dist/cjs/index-7f190886.js} +1924 -0
- package/{cjs/index-d5de0b9d.js → dist/cjs/index-e6bea8f5.js} +10 -0
- package/{cjs → dist/cjs}/index.cjs.js +0 -0
- package/dist/cjs/loader.cjs.js +22 -0
- package/{cjs → dist/cjs}/salon-booking-modal.cjs.entry.js +5 -5
- package/{cjs → dist/cjs}/salon-booking.cjs.entry.js +6 -7
- package/dist/cjs/salon-gift-card-modal.cjs.entry.js +28 -0
- package/{cjs → dist/cjs}/salon-gift-card.cjs.entry.js +7 -7
- package/dist/cjs/salon-latest-reviews.cjs.entry.js +95 -0
- package/{cjs/salon-lookbook_2.cjs.entry.js → dist/cjs/salon-lookbook.cjs.entry.js} +23 -57
- package/{cjs → dist/cjs}/salon-ranking.cjs.entry.js +7 -7
- package/dist/cjs/salon-reviews.cjs.entry.js +186 -0
- package/dist/cjs/salon-services.cjs.entry.js +78 -0
- package/dist/cjs/salon-stylists.cjs.entry.js +112 -0
- package/{cjs/services-f1102d4a.js → dist/cjs/services-eee8f251.js} +265 -393
- package/dist/cjs/style-detail.cjs.entry.js +310 -0
- package/dist/cjs/user-avatar.cjs.entry.js +41 -0
- package/{cjs → dist/cjs}/utils-c5a33b3c.js +0 -0
- package/{collection → dist/collection}/collection-manifest.json +2 -3
- package/dist/collection/components/google-map/assets/map--placeholder.jpeg +0 -0
- package/{collection → dist/collection}/components/google-map/index.css +0 -1
- package/dist/collection/components/google-map/index.js +86 -0
- package/{collection → dist/collection}/components/salon-booking/index.css +10 -24
- package/{collection → dist/collection}/components/salon-booking/index.js +3 -3
- package/{collection → dist/collection}/components/salon-booking/salon-booking-modal.js +4 -4
- package/dist/collection/components/salon-gift-card/index.css +25 -0
- package/{collection → dist/collection}/components/salon-gift-card/index.js +4 -3
- package/{collection → dist/collection}/components/salon-gift-card/salon-gift-card-modal.js +24 -3
- package/{collection/components/salon-locations → dist/collection/components/salon-info}/index.css +0 -0
- package/{collection → dist/collection}/components/salon-info/index.js +6 -32
- package/{collection → dist/collection}/components/salon-latest-reviews/index.css +0 -3
- package/dist/collection/components/salon-latest-reviews/index.js +176 -0
- package/dist/collection/components/salon-latest-styles/index.css +10 -0
- package/dist/collection/components/salon-latest-styles/index.js +178 -0
- package/{collection/components/salon-contact → dist/collection/components/salon-locations}/index.css +6 -6
- package/dist/collection/components/salon-locations/index.js +151 -0
- package/{collection → dist/collection}/components/salon-lookbook/index.css +0 -9
- package/{collection → dist/collection}/components/salon-lookbook/index.js +19 -19
- package/{collection → dist/collection}/components/salon-ranking/index.css +0 -0
- package/{collection → dist/collection}/components/salon-ranking/index.js +5 -5
- package/{collection → dist/collection}/components/salon-reviews/index.css +0 -0
- package/dist/collection/components/salon-reviews/index.js +286 -0
- package/dist/collection/components/salon-schedules/index.css +15 -0
- package/dist/collection/components/salon-schedules/index.js +189 -0
- package/{collection → dist/collection}/components/salon-services/index.css +0 -0
- package/{collection → dist/collection}/components/salon-services/index.js +51 -8
- package/{collection → dist/collection}/components/salon-stylists/index.css +0 -8
- package/dist/collection/components/salon-stylists/index.js +183 -0
- package/dist/collection/components/style-detail/index.css +62 -0
- package/dist/collection/components/style-detail/index.js +461 -0
- package/{collection → dist/collection}/components/user-avatar/index.css +0 -0
- package/{collection → dist/collection}/components/user-avatar/index.js +2 -2
- package/dist/collection/constants/colors.js +65 -0
- package/{collection → dist/collection}/global/global.js +0 -0
- package/{collection → dist/collection}/index.js +0 -0
- package/dist/collection/services/services.js +174 -0
- package/dist/collection/types/common.js +11 -0
- package/{collection → dist/collection}/types/review.js +9 -5
- package/dist/collection/types/salon.js +58 -0
- package/{collection → dist/collection}/types/service.js +0 -0
- package/dist/collection/types/style.js +128 -0
- package/{collection → dist/collection}/types/stylist.js +12 -9
- package/{favesalon-embed/index.esm.js → dist/collection/types/tmp.js} +0 -0
- package/{collection → dist/collection}/types/user.js +2 -2
- package/{collection → dist/collection}/utils/utils.js +0 -0
- package/{custom-elements → dist/custom-elements}/index.d.ts +12 -18
- package/{custom-elements → dist/custom-elements}/index.js +1227 -1035
- package/{esm → dist/esm}/_commonjsHelpers-098d5b27.js +0 -0
- package/dist/esm/colors-ea36347a.js +67 -0
- package/dist/esm/favesalon-embed.js +18 -0
- package/{esm → dist/esm}/global-e1089ffd.js +0 -0
- package/dist/esm/google-map_5.entry.js +283 -0
- package/{esm/index-0f8eed73.js → dist/esm/index-6af0a03d.js} +10 -1
- package/{esm/index-67d677ba.js → dist/esm/index-80523fec.js} +1924 -1
- package/{esm → dist/esm}/index.js +0 -0
- package/dist/esm/loader.js +18 -0
- package/{esm → dist/esm}/polyfills/core-js.js +0 -0
- package/{esm → dist/esm}/polyfills/css-shim.js +0 -0
- package/{esm → dist/esm}/polyfills/dom.js +0 -0
- package/{esm → dist/esm}/polyfills/es5-html-element.js +0 -0
- package/{esm → dist/esm}/polyfills/index.js +0 -0
- package/{esm → dist/esm}/polyfills/system.js +0 -0
- package/{esm → dist/esm}/salon-booking-modal.entry.js +5 -5
- package/{esm → dist/esm}/salon-booking.entry.js +5 -6
- package/dist/esm/salon-gift-card-modal.entry.js +24 -0
- package/{esm → dist/esm}/salon-gift-card.entry.js +6 -6
- package/dist/esm/salon-latest-reviews.entry.js +91 -0
- package/{esm/salon-lookbook_2.entry.js → dist/esm/salon-lookbook.entry.js} +24 -57
- package/{esm → dist/esm}/salon-ranking.entry.js +7 -7
- package/dist/esm/salon-reviews.entry.js +182 -0
- package/dist/esm/salon-services.entry.js +74 -0
- package/dist/esm/salon-stylists.entry.js +108 -0
- package/{esm/services-74d84ca9.js → dist/esm/services-295247b1.js} +263 -392
- package/dist/esm/style-detail.entry.js +306 -0
- package/dist/esm/user-avatar.entry.js +37 -0
- package/{esm → dist/esm}/utils-e97485e0.js +0 -0
- package/dist/favesalon-embed/assets/map--placeholder.jpeg +0 -0
- package/{favesalon-embed → dist/favesalon-embed}/favesalon-embed.css +1 -1
- package/dist/favesalon-embed/favesalon-embed.esm.js +1 -0
- package/dist/favesalon-embed/index.esm.js +0 -0
- package/dist/favesalon-embed/p-292b97ba.entry.js +1 -0
- package/{favesalon-embed → dist/favesalon-embed}/p-47e646f8.js +0 -0
- package/dist/favesalon-embed/p-4869dfed.entry.js +1 -0
- package/{favesalon-embed → dist/favesalon-embed}/p-4a5eca9a.js +0 -0
- package/dist/favesalon-embed/p-4aee4fd9.entry.js +1 -0
- package/dist/favesalon-embed/p-5528c705.entry.js +1 -0
- package/dist/favesalon-embed/p-612ad685.entry.js +1 -0
- package/dist/favesalon-embed/p-75aef7e0.entry.js +1 -0
- package/dist/favesalon-embed/p-8c780874.entry.js +1 -0
- package/dist/favesalon-embed/p-8dbf04c5.js +1 -0
- package/dist/favesalon-embed/p-9f31061a.entry.js +1 -0
- package/dist/favesalon-embed/p-a33331cc.js +1 -0
- package/dist/favesalon-embed/p-a60d78e9.entry.js +1 -0
- package/dist/favesalon-embed/p-a6debdae.entry.js +1 -0
- package/dist/favesalon-embed/p-bad1e9a7.entry.js +1 -0
- package/dist/favesalon-embed/p-c2ecb365.js +1 -0
- package/dist/favesalon-embed/p-c7dea70c.entry.js +1 -0
- package/{favesalon-embed → dist/favesalon-embed}/p-d6083940.js +0 -0
- package/dist/favesalon-embed/p-f0e14641.entry.js +1 -0
- package/dist/favesalon-embed/p-fc9a5551.js +6 -0
- package/{index.cjs.js → dist/index.cjs.js} +0 -0
- package/{index.js → dist/index.js} +0 -0
- package/dist/types/components/google-map/index.d.ts +5 -0
- package/{types → dist/types}/components/salon-booking/index.d.ts +0 -0
- package/{types → dist/types}/components/salon-booking/salon-booking-modal.d.ts +0 -0
- package/{types → dist/types}/components/salon-gift-card/index.d.ts +0 -0
- package/{types → dist/types}/components/salon-gift-card/salon-gift-card-modal.d.ts +1 -0
- package/{types → dist/types}/components/salon-info/index.d.ts +0 -1
- package/{types → dist/types}/components/salon-latest-reviews/index.d.ts +2 -0
- package/dist/types/components/salon-latest-styles/index.d.ts +12 -0
- package/{types → dist/types}/components/salon-locations/index.d.ts +2 -0
- package/{types → dist/types}/components/salon-lookbook/index.d.ts +3 -3
- package/{types → dist/types}/components/salon-ranking/index.d.ts +0 -0
- package/dist/types/components/salon-reviews/index.d.ts +24 -0
- package/{types → dist/types}/components/salon-schedules/index.d.ts +2 -0
- package/{types → dist/types}/components/salon-services/index.d.ts +1 -0
- package/{types → dist/types}/components/salon-stylists/index.d.ts +6 -0
- package/dist/types/components/style-detail/index.d.ts +24 -0
- package/{types → dist/types}/components/user-avatar/index.d.ts +0 -0
- package/{types → dist/types}/components.d.ts +54 -59
- package/dist/types/constants/colors.d.ts +65 -0
- package/{types → dist/types}/index.d.ts +0 -0
- package/dist/types/services/services.d.ts +60 -0
- package/{types → dist/types}/stencil-public-runtime.d.ts +0 -0
- package/dist/types/types/common.d.ts +11 -0
- package/{types → dist/types}/types/review.d.ts +4 -0
- package/{types → dist/types}/types/salon.d.ts +3 -1
- package/{types → dist/types}/types/service.d.ts +0 -0
- package/dist/types/types/style.d.ts +88 -0
- package/{types → dist/types}/types/stylist.d.ts +1 -1
- package/dist/types/types/tmp.d.ts +0 -0
- package/{types → dist/types}/types/user.d.ts +2 -2
- package/{types → dist/types}/utils/utils.d.ts +0 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +18 -13
- package/readme.md +24 -7
- package/cjs/colors-7f354880.js +0 -95
- package/cjs/favesalon-embed.cjs.js +0 -20
- package/cjs/google-map.cjs.entry.js +0 -47
- package/cjs/index-95daad08.js +0 -1928
- package/cjs/loader.cjs.js +0 -22
- package/cjs/salon-contact_4.cjs.entry.js +0 -155
- package/cjs/salon-gift-card-modal.cjs.entry.js +0 -25
- package/cjs/salon-info.cjs.entry.js +0 -35
- package/cjs/salon-latest-reviews.cjs.entry.js +0 -58
- package/cjs/salon-lookbook-modal.cjs.entry.js +0 -141
- package/cjs/salon-reviews.cjs.entry.js +0 -205
- package/cjs/salon-services.cjs.entry.js +0 -47
- package/cjs/salon-stylists.cjs.entry.js +0 -54
- package/collection/components/google-map/index.js +0 -97
- package/collection/components/salon-contact/index.js +0 -88
- package/collection/components/salon-gift-card/index.css +0 -25
- package/collection/components/salon-info/index.css +0 -3
- package/collection/components/salon-latest-reviews/index.js +0 -108
- package/collection/components/salon-locations/index.js +0 -80
- package/collection/components/salon-lookbook/lookbook-modal.css +0 -72
- package/collection/components/salon-lookbook/salon-lookbook-modal.js +0 -248
- package/collection/components/salon-reviews/index.js +0 -317
- package/collection/components/salon-schedules/index.css +0 -14
- package/collection/components/salon-schedules/index.js +0 -103
- package/collection/components/salon-styles/index.css +0 -23
- package/collection/components/salon-styles/index.js +0 -100
- package/collection/components/salon-stylists/index.js +0 -96
- package/collection/constants/colors.js +0 -91
- package/collection/services/services.js +0 -225
- package/collection/types/common.js +0 -2
- package/collection/types/salon.js +0 -52
- package/collection/types/style.js +0 -103
- package/esm/colors-1ec90c5f.js +0 -93
- package/esm/favesalon-embed.js +0 -18
- package/esm/google-map.entry.js +0 -43
- package/esm/index-09d43e3e.js +0 -1926
- package/esm/loader.js +0 -18
- package/esm/salon-contact_4.entry.js +0 -148
- package/esm/salon-gift-card-modal.entry.js +0 -21
- package/esm/salon-info.entry.js +0 -31
- package/esm/salon-latest-reviews.entry.js +0 -54
- package/esm/salon-lookbook-modal.entry.js +0 -137
- package/esm/salon-reviews.entry.js +0 -201
- package/esm/salon-services.entry.js +0 -43
- package/esm/salon-stylists.entry.js +0 -50
- package/favesalon-embed/favesalon-embed.esm.js +0 -1
- package/favesalon-embed/p-0188d4dc.entry.js +0 -1
- package/favesalon-embed/p-0318501e.js +0 -1
- package/favesalon-embed/p-078f242d.entry.js +0 -1
- package/favesalon-embed/p-13e23c61.entry.js +0 -1
- package/favesalon-embed/p-17df13ad.js +0 -1
- package/favesalon-embed/p-1a3179c8.entry.js +0 -1
- package/favesalon-embed/p-20aa75de.js +0 -6
- package/favesalon-embed/p-2901a6d6.entry.js +0 -1
- package/favesalon-embed/p-2b861430.entry.js +0 -1
- package/favesalon-embed/p-44d810a0.js +0 -1
- package/favesalon-embed/p-4c68700f.entry.js +0 -1
- package/favesalon-embed/p-4e2d7b29.js +0 -1
- package/favesalon-embed/p-6b845bf1.entry.js +0 -1
- package/favesalon-embed/p-7350f6b5.entry.js +0 -1
- package/favesalon-embed/p-897c2b1c.entry.js +0 -1
- package/favesalon-embed/p-8e60f56f.entry.js +0 -1
- package/favesalon-embed/p-a49afdc1.entry.js +0 -1
- package/favesalon-embed/p-c93867c4.entry.js +0 -1
- package/favesalon-embed/p-ea6a097f.entry.js +0 -1
- package/types/components/google-map/index.d.ts +0 -10
- package/types/components/salon-contact/index.d.ts +0 -9
- package/types/components/salon-lookbook/salon-lookbook-modal.d.ts +0 -13
- package/types/components/salon-reviews/index.d.ts +0 -24
- package/types/components/salon-styles/index.d.ts +0 -9
- package/types/constants/colors.d.ts +0 -88
- package/types/services/services.d.ts +0 -26
- package/types/types/common.d.ts +0 -2
- package/types/types/style.d.ts +0 -59
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FavesalonLookbook, FaveStyleComent } from '../../types/style';
|
|
2
|
-
export declare class SalonBookingModal {
|
|
3
|
-
salonId: number;
|
|
4
|
-
salonLookbook: string;
|
|
5
|
-
lookbookInfo: FavesalonLookbook;
|
|
6
|
-
lookbookComments: FaveStyleComent[];
|
|
7
|
-
isModalOpen: boolean;
|
|
8
|
-
componentWillLoad(): void;
|
|
9
|
-
fetchData(): Promise<any[]>;
|
|
10
|
-
orderedStylePhotos(albumPhotos: any, activeId: number): any[];
|
|
11
|
-
closeModal(): void;
|
|
12
|
-
render(): any;
|
|
13
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Review } from '../../types/review';
|
|
2
|
-
import { Salon } from '../../types/salon';
|
|
3
|
-
export declare class SalonReviews {
|
|
4
|
-
salonId: number;
|
|
5
|
-
primaryColor: string;
|
|
6
|
-
salonInfo: Salon;
|
|
7
|
-
totalReviews: number;
|
|
8
|
-
salonReviews: Review[];
|
|
9
|
-
canLoadMore: boolean;
|
|
10
|
-
isLoadingMore: boolean;
|
|
11
|
-
pageOffset: number;
|
|
12
|
-
ratings: string[];
|
|
13
|
-
sorting: string;
|
|
14
|
-
componentWillLoad(): void;
|
|
15
|
-
fetchData(): Promise<any[]>;
|
|
16
|
-
sortReviews(filteredReviews: Review[]): any;
|
|
17
|
-
getFilteredReviews(pageOffset?: number): any;
|
|
18
|
-
onLoadMore(): void;
|
|
19
|
-
onChangeSorting(sorting: any): void;
|
|
20
|
-
onChangeFilterRating(rating: any): void;
|
|
21
|
-
renderReviewsFilters(): any;
|
|
22
|
-
renderReviewsList: () => any;
|
|
23
|
-
render(): any;
|
|
24
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
export declare const Colors: {
|
|
2
|
-
Black: string;
|
|
3
|
-
White: string;
|
|
4
|
-
Primary: string;
|
|
5
|
-
Danger: string;
|
|
6
|
-
Success: string;
|
|
7
|
-
Warning: string;
|
|
8
|
-
Info: string;
|
|
9
|
-
Black01: string;
|
|
10
|
-
Black02: string;
|
|
11
|
-
Black03: string;
|
|
12
|
-
Gray01: string;
|
|
13
|
-
Gray02: string;
|
|
14
|
-
Gray03: string;
|
|
15
|
-
Gray04: string;
|
|
16
|
-
Gray05: string;
|
|
17
|
-
Gray06: string;
|
|
18
|
-
DarkBlue01: string;
|
|
19
|
-
DarkBlue02: string;
|
|
20
|
-
DarkBlue03: string;
|
|
21
|
-
DarkBlue04: string;
|
|
22
|
-
DarkBlue05: string;
|
|
23
|
-
Violet01: string;
|
|
24
|
-
Violet02: string;
|
|
25
|
-
Violet03: string;
|
|
26
|
-
Violet04: string;
|
|
27
|
-
Violet05: string;
|
|
28
|
-
Pink01: string;
|
|
29
|
-
Pink02: string;
|
|
30
|
-
Pink03: string;
|
|
31
|
-
Pink04: string;
|
|
32
|
-
Pink05: string;
|
|
33
|
-
Blue01: string;
|
|
34
|
-
Blue02: string;
|
|
35
|
-
Blue03: string;
|
|
36
|
-
Blue04: string;
|
|
37
|
-
Blue05: string;
|
|
38
|
-
Green01: string;
|
|
39
|
-
Green02: string;
|
|
40
|
-
Green03: string;
|
|
41
|
-
Green04: string;
|
|
42
|
-
Green05: string;
|
|
43
|
-
Orange01: string;
|
|
44
|
-
Orange02: string;
|
|
45
|
-
Orange03: string;
|
|
46
|
-
Orange04: string;
|
|
47
|
-
Orange05: string;
|
|
48
|
-
Yellow01: string;
|
|
49
|
-
Yellow02: string;
|
|
50
|
-
Yellow03: string;
|
|
51
|
-
Yellow04: string;
|
|
52
|
-
Yellow05: string;
|
|
53
|
-
Red01: string;
|
|
54
|
-
Red02: string;
|
|
55
|
-
Red03: string;
|
|
56
|
-
Red04: string;
|
|
57
|
-
Red05: string;
|
|
58
|
-
BluePurple01: string;
|
|
59
|
-
BluePurple02: string;
|
|
60
|
-
BluePurple03: string;
|
|
61
|
-
BluePurple04: string;
|
|
62
|
-
BluePurple05: string;
|
|
63
|
-
Coral01: string;
|
|
64
|
-
Coral02: string;
|
|
65
|
-
Coral03: string;
|
|
66
|
-
Coral04: string;
|
|
67
|
-
Coral05: string;
|
|
68
|
-
YellowLight01: string;
|
|
69
|
-
YellowLight02: string;
|
|
70
|
-
YellowLight03: string;
|
|
71
|
-
YellowLight04: string;
|
|
72
|
-
YellowLight05: string;
|
|
73
|
-
YellowCyber01: string;
|
|
74
|
-
YellowCyber02: string;
|
|
75
|
-
YellowCyber03: string;
|
|
76
|
-
YellowCyber04: string;
|
|
77
|
-
YellowCyber05: string;
|
|
78
|
-
Turquoise01: string;
|
|
79
|
-
Turquoise02: string;
|
|
80
|
-
Turquoise03: string;
|
|
81
|
-
Turquoise04: string;
|
|
82
|
-
Turquoise05: string;
|
|
83
|
-
Purple01: string;
|
|
84
|
-
Purple02: string;
|
|
85
|
-
Purple03: string;
|
|
86
|
-
Purple04: string;
|
|
87
|
-
Purple05: string;
|
|
88
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { AxiosInstance } from 'axios';
|
|
2
|
-
declare class HttpService {
|
|
3
|
-
http: AxiosInstance;
|
|
4
|
-
constructor();
|
|
5
|
-
fetchSalonInfo(salonId: number): Promise<any>;
|
|
6
|
-
fetchReviews(url: string, options: any, allReviews: any[]): any;
|
|
7
|
-
fetchSalonReviews(salonId: number, options?: any): any;
|
|
8
|
-
decorateServiceGroups(groups: any): any;
|
|
9
|
-
fetchSalonServices(salonId: number): Promise<any>;
|
|
10
|
-
fetchSalonStylists(salonId: number): Promise<any[] | import("../types/stylist").Stylist[]>;
|
|
11
|
-
fetchSalonCategories(): Promise<any>;
|
|
12
|
-
fetchSalonLookbooks(salonId: number, options: any): Promise<{
|
|
13
|
-
total: number;
|
|
14
|
-
allLookbooks: any[];
|
|
15
|
-
} | {
|
|
16
|
-
total: any;
|
|
17
|
-
allLookbooks: any;
|
|
18
|
-
}>;
|
|
19
|
-
fetchSalonPhotos(salonId: number): Promise<any>;
|
|
20
|
-
fetchAllStyles(url: string, options: any, allStyles: any[]): any;
|
|
21
|
-
fetchAllSalonPhotos(salonId: number, options?: any): any;
|
|
22
|
-
fetchStyleDetail(styleId: number): Promise<any>;
|
|
23
|
-
fetchStyleComments(options: any): Promise<any>;
|
|
24
|
-
}
|
|
25
|
-
declare const _default: () => HttpService;
|
|
26
|
-
export default _default;
|
package/types/types/common.d.ts
DELETED
package/types/types/style.d.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Salon } from './salon';
|
|
2
|
-
import { Service } from './service';
|
|
3
|
-
import { Stylist } from './stylist';
|
|
4
|
-
import { User } from './user';
|
|
5
|
-
export declare class FaveStyleComent {
|
|
6
|
-
id: number;
|
|
7
|
-
type: number;
|
|
8
|
-
content: string;
|
|
9
|
-
createdDate: number;
|
|
10
|
-
updatedDate: number;
|
|
11
|
-
parentCommentId: number;
|
|
12
|
-
childComments: FaveStyleComent[];
|
|
13
|
-
owner: User;
|
|
14
|
-
constructor(fields: any);
|
|
15
|
-
}
|
|
16
|
-
export declare function createFaveStyleComent(blob: any): FaveStyleComent;
|
|
17
|
-
export declare class FavesalonAlbum {
|
|
18
|
-
id: number;
|
|
19
|
-
name: string;
|
|
20
|
-
caption: string;
|
|
21
|
-
description: string;
|
|
22
|
-
tags: string[];
|
|
23
|
-
salonId: number;
|
|
24
|
-
stylistId: number;
|
|
25
|
-
service: Service;
|
|
26
|
-
totalMedias: number;
|
|
27
|
-
isPublic: boolean;
|
|
28
|
-
constructor(fields: any);
|
|
29
|
-
}
|
|
30
|
-
export declare function createFavesalonAlbum(blob: any): FavesalonAlbum;
|
|
31
|
-
export interface FavesalonStyle {
|
|
32
|
-
id: number;
|
|
33
|
-
caption: string;
|
|
34
|
-
description: string;
|
|
35
|
-
createdDate: number;
|
|
36
|
-
updatedDate: number;
|
|
37
|
-
mediaType: number;
|
|
38
|
-
fullImageUrl: string;
|
|
39
|
-
fullImageUrlThumb: string;
|
|
40
|
-
fullImageUrlMedium: string;
|
|
41
|
-
imgWidth: number;
|
|
42
|
-
imgHeight: number;
|
|
43
|
-
s3ImgWidth: number;
|
|
44
|
-
s3ImgHeight: number;
|
|
45
|
-
totalLike: number;
|
|
46
|
-
totalDislike: number;
|
|
47
|
-
totalShare: number;
|
|
48
|
-
totalView: number;
|
|
49
|
-
totalBooking: number;
|
|
50
|
-
owner: User;
|
|
51
|
-
}
|
|
52
|
-
export declare function createFavesalonStyle(blob: any): FavesalonStyle;
|
|
53
|
-
export interface FavesalonLookbook extends FavesalonStyle {
|
|
54
|
-
salon: Salon;
|
|
55
|
-
stylist: Stylist;
|
|
56
|
-
album: FavesalonAlbum;
|
|
57
|
-
albumPhotos: FavesalonStyle[];
|
|
58
|
-
}
|
|
59
|
-
export declare function createFavesalonLookbook(blob: any): FavesalonLookbook;
|