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
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-6af0a03d.js';
|
|
2
|
+
import './global-e1089ffd.js';
|
|
3
|
+
|
|
4
|
+
/*
|
|
5
|
+
Stencil Client Patch Esm v2.9.0 | MIT Licensed | https://stenciljs.com
|
|
6
|
+
*/
|
|
7
|
+
const patchEsm = () => {
|
|
8
|
+
return promiseResolve();
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const defineCustomElements = (win, options) => {
|
|
12
|
+
if (typeof window === 'undefined') return Promise.resolve();
|
|
13
|
+
return patchEsm().then(() => {
|
|
14
|
+
return bootstrapLazy([["salon-latest-reviews",[[0,"salon-latest-reviews",{"salonId":[2,"salon-id"],"primaryColor":[1,"primary-color"],"salonReviews":[32],"isLoading":[32],"fetchData":[64]}]]],["salon-lookbook",[[0,"salon-lookbook",{"salonId":[2,"salon-id"],"isLoading":[32],"isLoadingMore":[32],"hideLoadMore":[32],"currentPage":[32],"totalLookbooks":[32],"salonCategories":[32],"salonLookbooks":[32],"sortBy":[32],"filterBy":[32],"isLayoutSetup":[32],"fetchData":[64],"fetchLookbooks":[64],"onChangeFiltering":[64],"onChangeSorting":[64],"onLoadMore":[64],"fetchCategories":[64]}]]],["salon-reviews",[[0,"salon-reviews",{"salonId":[2,"salon-id"],"primaryColor":[1,"primary-color"],"salonInfo":[32],"stats":[32],"totalReviews":[32],"allReviews":[32],"isLoading":[32],"isSorting":[32],"isFiltering":[32],"isLoadingMore":[32],"canLoadMore":[32],"page":[32],"filterBy":[32],"sortBy":[32]}]]],["style-detail",[[0,"style-detail",{"salonId":[2,"salon-id"],"salonLookbook":[1,"salon-lookbook"],"lookbookInfo":[32],"isModalOpen":[32],"currentMediaIdx":[32],"currentMedia":[32],"albumMedias":[32],"similarStyles":[32],"totalComments":[32],"lookbookComments":[32],"isLayoutSetup":[32],"fetchData":[64]}]]],["salon-booking",[[0,"salon-booking",{"salonId":[2,"salon-id"],"buttonClass":[1,"button-class"],"buttonText":[1,"button-text"],"primaryColor":[1,"primary-color"]}]]],["salon-booking-modal",[[0,"salon-booking-modal",{"salonId":[2,"salon-id"],"primaryColor":[1,"primary-color"],"redirectUrl":[1,"redirect-url"],"isModalOpen":[32]}]]],["salon-gift-card",[[0,"salon-gift-card",{"salonId":[2,"salon-id"],"buttonClass":[1,"button-class"],"buttonText":[1,"button-text"],"primaryColor":[1,"primary-color"]}]]],["salon-gift-card-modal",[[0,"salon-gift-card-modal",{"salonId":[2,"salon-id"],"primaryColor":[1,"primary-color"],"isModalOpen":[32]}]]],["salon-ranking",[[0,"salon-ranking",{"ranking":[2],"height":[2],"width":[2]}]]],["salon-services",[[0,"salon-services",{"salonId":[2,"salon-id"],"buttonClass":[1,"button-class"],"salonServices":[32],"isLoading":[32],"fetchData":[64]}]]],["salon-stylists",[[0,"salon-stylists",{"salonId":[2,"salon-id"],"salonStylists":[32],"totalStylists":[32],"page":[32],"isLoading":[32],"isLoadingMore":[32],"canLoadMore":[32],"fetchData":[64],"onLoadMore":[64]}]]],["user-avatar",[[0,"user-avatar",{"size":[2],"name":[1],"nameStyle":[16],"shortName":[1,"short-name"],"avatar":[1]}]]],["google-map_5",[[0,"salon-info",{"salonId":[2,"salon-id"],"salonInfo":[32],"fetchData":[64]}],[0,"salon-locations",{"salonId":[2,"salon-id"],"salonInfo":[1,"salon-info"],"isLoading":[4,"is-loading"],"withBorder":[4,"with-border"],"salonInfoState":[32]}],[0,"salon-latest-styles",{"salonId":[2,"salon-id"],"isLoading":[4,"is-loading"],"withBorder":[4,"with-border"],"isLoadingState":[32],"latestStyles":[32],"fetchData":[64]}],[0,"salon-schedules",{"salonId":[2,"salon-id"],"salonInfo":[1,"salon-info"],"isLoading":[4,"is-loading"],"withBorder":[4,"with-border"],"salonInfoState":[32]}],[0,"google-map",{"locationName":[1,"location-name"],"locationAddress":[1,"location-address"]}]]]], options);
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { defineCustomElements };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { C as Colors } from './colors-
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
3
3
|
|
|
4
|
-
const indexCss = ".salon-modal.salon-modal--booking:before{display:none}.salon-modal.salon-modal--booking .salon-modal--inner,.salon-modal.salon-modal--booking .salon-modal--content{max-width:none;width:100%;height:100%}.salon-modal.salon-modal--booking .salon-modal--close{width:
|
|
4
|
+
const indexCss = ".salon-modal.salon-modal--booking:before{display:none}.salon-modal.salon-modal--booking .salon-modal--inner,.salon-modal.salon-modal--booking .salon-modal--content{max-width:none;width:100%;height:100%}.salon-modal.salon-modal--booking .salon-modal--close{background-color:#EFEFEF;width:40px;height:40px;right:16px;top:16px;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px}@media (min-width: 768px){.salon-modal.salon-modal--booking .salon-modal--close{right:20px;top:20px}}";
|
|
5
5
|
|
|
6
6
|
let SalonBookingModal = class {
|
|
7
7
|
constructor(hostRef) {
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
|
-
this.primaryColor = Colors.
|
|
9
|
+
this.primaryColor = Colors.Primary;
|
|
10
10
|
this.redirectUrl = window.btoa(window.location.href);
|
|
11
11
|
this.isModalOpen = true;
|
|
12
12
|
}
|
|
@@ -17,7 +17,7 @@ let SalonBookingModal = class {
|
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
19
|
const primaryColor = this.primaryColor.split('#')[1] || 'd47b99';
|
|
20
|
-
return (h("div", { class: "salon-booking--modal" }, this.isModalOpen && (h("div", { class: "salon-modal salon-modal--booking" }, h("div", { class: "salon-modal--backdrop", onClick: () => this.closeModal() }), h("div", { class: "salon-modal--close", onClick: () => this.closeModal() }), h("div", { class: "salon-modal--inner" }, h("div", { class: "salon-modal--content" }, h("iframe", { height: "100%", width: "100%", style: { border: 'none', display: 'block', height: '100%' }, src: `https://www.favesalon.com/r/booking?salonId=${this.salonId}&primaryColor=${primaryColor}&
|
|
20
|
+
return (h("div", { class: "salon-booking--modal" }, this.isModalOpen && (h("div", { class: "salon-modal salon-modal--booking" }, h("div", { class: "salon-modal--backdrop", onClick: () => this.closeModal() }), h("div", { class: "salon-modal--close", onClick: () => this.closeModal() }), h("div", { class: "salon-modal--inner" }, h("div", { class: "salon-modal--content" }, h("iframe", { height: "100%", width: "100%", style: { border: 'none', display: 'block', height: '100%' }, src: `https://www.favesalon.com/r/booking?salonId=${this.salonId}&primaryColor=${primaryColor}&closeAble=false` })))))));
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
SalonBookingModal.style = indexCss;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { c as color } from './index-
|
|
3
|
-
import {
|
|
4
|
-
import { C as Colors } from './colors-1ec90c5f.js';
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { c as color, l as lib } from './index-80523fec.js';
|
|
3
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
5
4
|
import './_commonjsHelpers-098d5b27.js';
|
|
6
5
|
|
|
7
|
-
const indexCss = ".salon-modal.salon-modal--booking:before{display:none}.salon-modal.salon-modal--booking .salon-modal--inner,.salon-modal.salon-modal--booking .salon-modal--content{max-width:none;width:100%;height:100%}.salon-modal.salon-modal--booking .salon-modal--close{width:
|
|
6
|
+
const indexCss = ".salon-modal.salon-modal--booking:before{display:none}.salon-modal.salon-modal--booking .salon-modal--inner,.salon-modal.salon-modal--booking .salon-modal--content{max-width:none;width:100%;height:100%}.salon-modal.salon-modal--booking .salon-modal--close{background-color:#EFEFEF;width:40px;height:40px;right:16px;top:16px;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px}@media (min-width: 768px){.salon-modal.salon-modal--booking .salon-modal--close{right:20px;top:20px}}";
|
|
8
7
|
|
|
9
8
|
let SalonBooking = class {
|
|
10
9
|
constructor(hostRef) {
|
|
11
10
|
registerInstance(this, hostRef);
|
|
12
11
|
this.buttonClass = '';
|
|
13
12
|
this.buttonText = 'Book now';
|
|
14
|
-
this.primaryColor = Colors.
|
|
13
|
+
this.primaryColor = Colors.Primary;
|
|
15
14
|
}
|
|
16
15
|
openModal() {
|
|
17
16
|
const elBookingModal = document.createElement('div');
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
3
|
+
|
|
4
|
+
const indexCss = ".salon-modal.salon-modal--gift-card:before{display:none}.salon-modal.salon-modal--gift-card .salon-modal--inner,.salon-modal.salon-modal--gift-card .salon-modal--content{max-width:none;width:100%;height:100%}.salon-modal.salon-modal--gift-card .salon-modal--close{background-color:#EFEFEF;width:40px;height:40px;right:16px;top:16px;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px}@media (min-width: 768px){.salon-modal.salon-modal--gift-card .salon-modal--close{right:20px;top:20px}}";
|
|
5
|
+
|
|
6
|
+
let SalonGiftCardModal = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.primaryColor = Colors.Primary;
|
|
10
|
+
this.isModalOpen = true;
|
|
11
|
+
}
|
|
12
|
+
closeModal() {
|
|
13
|
+
this.isModalOpen = false;
|
|
14
|
+
const el = document.querySelector('salon-gift-card-modal');
|
|
15
|
+
el.remove();
|
|
16
|
+
}
|
|
17
|
+
render() {
|
|
18
|
+
const primaryColor = this.primaryColor.split('#')[1] || 'd47b99';
|
|
19
|
+
return (h("div", { class: "salon-gift-card--modal" }, this.isModalOpen && (h("div", { class: "salon-modal salon-modal--gift-card" }, h("div", { class: "salon-modal--backdrop", onClick: () => this.closeModal() }), h("div", { class: "salon-modal--close", onClick: () => this.closeModal() }), h("div", { class: "salon-modal--inner" }, h("div", { class: "salon-modal--content" }, h("iframe", { height: "100%", width: "100%", style: { border: 'none', display: 'block', height: '100%' }, src: `https://www.favesalon.com/r/buy-gift-card?salonId=${this.salonId}&primaryColor=${primaryColor}&closeAble=false` })))))));
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
SalonGiftCardModal.style = indexCss;
|
|
23
|
+
|
|
24
|
+
export { SalonGiftCardModal as salon_gift_card_modal };
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { c as color } from './index-
|
|
3
|
-
import {
|
|
4
|
-
import { C as Colors } from './colors-1ec90c5f.js';
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { c as color, l as lib } from './index-80523fec.js';
|
|
3
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
5
4
|
import './_commonjsHelpers-098d5b27.js';
|
|
6
5
|
|
|
7
|
-
const indexCss = ".salon-modal.salon-modal--gift-card
|
|
6
|
+
const indexCss = ".salon-modal.salon-modal--gift-card:before{display:none}.salon-modal.salon-modal--gift-card .salon-modal--inner,.salon-modal.salon-modal--gift-card .salon-modal--content{max-width:none;width:100%;height:100%}.salon-modal.salon-modal--gift-card .salon-modal--close{background-color:#EFEFEF;width:40px;height:40px;right:16px;top:16px;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px}@media (min-width: 768px){.salon-modal.salon-modal--gift-card .salon-modal--close{right:20px;top:20px}}";
|
|
8
7
|
|
|
9
8
|
let SalonGiftCard = class {
|
|
10
9
|
constructor(hostRef) {
|
|
11
10
|
registerInstance(this, hostRef);
|
|
12
11
|
this.buttonClass = '';
|
|
13
12
|
this.buttonText = 'Buy Gift card';
|
|
14
|
-
this.primaryColor = Colors.
|
|
13
|
+
this.primaryColor = Colors.Primary;
|
|
15
14
|
}
|
|
16
15
|
openModal() {
|
|
17
16
|
const elBookingModal = document.createElement('div');
|
|
18
17
|
elBookingModal.innerHTML = `
|
|
19
18
|
<salon-gift-card-modal
|
|
20
19
|
salon-id=${this.salonId}
|
|
20
|
+
primary-color=${this.primaryColor}
|
|
21
21
|
></salon-gift-card-modal>
|
|
22
22
|
`;
|
|
23
23
|
document.body.appendChild(elBookingModal);
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { H as HttpService, d as dayjs_min, s as shortDateYearFormat } from './services-295247b1.js';
|
|
3
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
4
|
+
import { g as getRatingText } from './utils-e97485e0.js';
|
|
5
|
+
import './_commonjsHelpers-098d5b27.js';
|
|
6
|
+
|
|
7
|
+
const indexCss = ".salon-latest-reviews .salon-review{min-width:280px}@media (min-width: 768px){.salon-latest-reviews .salon-review{min-width:300px}}";
|
|
8
|
+
|
|
9
|
+
let SalonLatestReviews = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
registerInstance(this, hostRef);
|
|
12
|
+
this.primaryColor = Colors.Primary;
|
|
13
|
+
this.salonReviews = [];
|
|
14
|
+
}
|
|
15
|
+
componentWillLoad() {
|
|
16
|
+
this.fetchData();
|
|
17
|
+
}
|
|
18
|
+
async fetchData() {
|
|
19
|
+
this.isLoading = true;
|
|
20
|
+
try {
|
|
21
|
+
const { data: allReviews } = await HttpService().fetchSalonReviews(this.salonId, { limit: 5 });
|
|
22
|
+
this.salonReviews = [...allReviews];
|
|
23
|
+
}
|
|
24
|
+
catch (e) { }
|
|
25
|
+
this.isLoading = false;
|
|
26
|
+
}
|
|
27
|
+
render() {
|
|
28
|
+
if (this.isLoading) {
|
|
29
|
+
return (h("div", { class: "salon-latest-reviews", style: { overflow: 'hidden' } }, h("div", { style: { display: 'flex', whiteSpace: 'nowrap' } }, [1, 2, 3, 4, 5].map((fakeId, index) => {
|
|
30
|
+
return (h("div", { key: `salon-latest-review--${fakeId}`, class: "salon-review", style: Object.assign({ border: `1px solid ${Colors.Gray02}`, background: Colors.White, borderRadius: '8px', overflow: 'hidden' }, index > 0 ? { marginLeft: '16px' } : {}) }, h("div", { class: "card", style: { border: 'none' } }, h("div", { class: "card-body" }, h("div", { class: "salon-review--user", style: { marginBottom: '16px', overflow: 'hidden' } }, h("div", { style: {
|
|
31
|
+
backgroundColor: Colors.Gray02,
|
|
32
|
+
borderRadius: '50px',
|
|
33
|
+
height: '48px',
|
|
34
|
+
width: '48px',
|
|
35
|
+
float: 'left',
|
|
36
|
+
} }), h("div", { style: {
|
|
37
|
+
backgroundColor: Colors.Gray01,
|
|
38
|
+
height: '16px',
|
|
39
|
+
width: '120px',
|
|
40
|
+
marginLeft: '16px',
|
|
41
|
+
marginTop: '14px',
|
|
42
|
+
float: 'left',
|
|
43
|
+
} })), h("div", { class: "salon-review--rating", style: { display: 'flex', flexDirection: 'row', marginBottom: '4px' } }, [1, 2, 3, 4, 5].map(() => (h("div", { style: {
|
|
44
|
+
backgroundColor: Colors.Gray01,
|
|
45
|
+
height: '20px',
|
|
46
|
+
width: '20px',
|
|
47
|
+
marginRight: '8px',
|
|
48
|
+
float: 'left',
|
|
49
|
+
} })))), h("div", { class: "salon-review--rating-text", style: { fontSize: '16px', fontWeight: 'bold', marginTop: '16px' } }, h("div", { style: {
|
|
50
|
+
backgroundColor: Colors.Gray01,
|
|
51
|
+
height: '16px',
|
|
52
|
+
width: '132px',
|
|
53
|
+
} })), h("div", { class: "salon-review--detail", style: { marginTop: '8px' } }, h("div", { class: "salon-review--description", style: {
|
|
54
|
+
fontSize: '16px',
|
|
55
|
+
lineHeight: '26px',
|
|
56
|
+
overflow: 'hidden',
|
|
57
|
+
} }, h("div", { style: {
|
|
58
|
+
backgroundColor: Colors.Gray01,
|
|
59
|
+
height: '16px',
|
|
60
|
+
width: '240px',
|
|
61
|
+
float: 'left',
|
|
62
|
+
} })))))));
|
|
63
|
+
}))));
|
|
64
|
+
}
|
|
65
|
+
const ratingTexts = getRatingText();
|
|
66
|
+
return (h("div", { class: "salon-latest-reviews", style: { overflowX: 'auto' } }, h("div", { style: { display: 'flex', whiteSpace: 'nowrap' } }, (this.salonReviews || []).map((review, index) => {
|
|
67
|
+
const { user } = review;
|
|
68
|
+
return (h("div", { class: "salon-review", style: Object.assign({ border: `1px solid ${Colors.Gray02}`, background: Colors.White, borderRadius: '8px', overflow: 'hidden' }, index > 0 ? { marginLeft: '16px' } : {}) }, h("div", { class: "card", style: { border: 'none' } }, h("div", { class: "card-body" }, h("div", { class: "salon-review--user", style: { marginBottom: '16px' } }, h("user-avatar", { size: 48, name: h("div", { style: { fontSize: '18px', fontWeight: '600' } }, user.fullName), shortName: `${(user.firstName || '').charAt(0)}${(user.lastName || '').charAt(0)}`, avatar: user.avatar, nameStyle: { fontWeight: 'bold' } })), h("div", { class: "salon-review--rating", style: { display: 'flex', flexDirection: 'row', marginBottom: '4px' } }, [1, 2, 3, 4, 5].map(score => (h("i", { class: score <= review.point ? 'ri-heart-fill' : 'ri-heart-line', style: Object.assign({ fontSize: '16px', marginRight: '4px' }, score <= review.point ? { color: this.primaryColor } : { color: Colors.Gray04 }) }))), h("div", { class: "salon-review--rating--date", style: { fontSize: '14px', color: Colors.Gray04, marginLeft: '16px', position: 'relative', top: '2px' } }, dayjs_min(review.createdDate).format(shortDateYearFormat))), h("div", { class: "salon-review--rating-text", style: { fontSize: '16px', fontWeight: 'bold' } }, ratingTexts[review.point]), (review.title || review.description) && (h("div", { class: "salon-review--detail", style: { marginTop: '16px' } }, h("div", { class: "salon-review--description", style: {
|
|
69
|
+
fontSize: '16px',
|
|
70
|
+
lineHeight: '26px',
|
|
71
|
+
overflow: 'hidden',
|
|
72
|
+
maxHeight: review.photos.length > 0 ? '52px' : '104px',
|
|
73
|
+
} }, review.title || review.description))), review.photos.length > 0 && (h("div", { style: {
|
|
74
|
+
display: 'flex',
|
|
75
|
+
flexDirection: 'row',
|
|
76
|
+
overflowX: 'auto',
|
|
77
|
+
} }, review.photos.map(photo => (h("div", { style: {
|
|
78
|
+
border: '1px solid #d9d9d9',
|
|
79
|
+
position: 'relative',
|
|
80
|
+
cursor: 'pointer',
|
|
81
|
+
borderRadius: '2px',
|
|
82
|
+
height: '66px',
|
|
83
|
+
marginTop: '12px',
|
|
84
|
+
marginRight: '12px',
|
|
85
|
+
} }, h("img", { alt: "", src: photo.imageUrlThumb, height: "64", style: { width: 'auto' } }))))))))));
|
|
86
|
+
}))));
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
SalonLatestReviews.style = indexCss;
|
|
90
|
+
|
|
91
|
+
export { SalonLatestReviews as salon_latest_reviews };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { C as Colors } from './colors-
|
|
3
|
-
import { H as HttpService } from './services-
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
3
|
+
import { H as HttpService } from './services-295247b1.js';
|
|
4
4
|
import './_commonjsHelpers-098d5b27.js';
|
|
5
5
|
|
|
6
|
-
const indexCss
|
|
6
|
+
const indexCss = "@media (max-width: 768px){salon-lookbook .view-header{display:block !important}salon-lookbook .salon-loobook--serch-result{margin-bottom:16px}salon-lookbook .salon-loobook--filter-wrapper>label,salon-lookbook .salon-loobook--sort-wrapper>label{display:none !important}}";
|
|
7
7
|
|
|
8
8
|
const lookbookSortOptions = [{
|
|
9
9
|
value: 'like',
|
|
@@ -54,19 +54,13 @@ let SalonLookbook = class {
|
|
|
54
54
|
var masonry = new Macy({
|
|
55
55
|
container: '#salon-loobooks--grid',
|
|
56
56
|
useContainerForBreakpoints: true,
|
|
57
|
-
margin:
|
|
58
|
-
columns:
|
|
57
|
+
margin: 16,
|
|
58
|
+
columns: 5,
|
|
59
59
|
breakAt: {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
columns: 6,
|
|
63
|
-
},
|
|
64
|
-
992: {
|
|
65
|
-
margin: 16,
|
|
66
|
-
columns: 5,
|
|
60
|
+
1024: {
|
|
61
|
+
columns: 4,
|
|
67
62
|
},
|
|
68
63
|
768: {
|
|
69
|
-
margin: 16,
|
|
70
64
|
columns: 3,
|
|
71
65
|
},
|
|
72
66
|
576: {
|
|
@@ -118,7 +112,7 @@ let SalonLookbook = class {
|
|
|
118
112
|
this.salonLookbooks = [];
|
|
119
113
|
this.hideLoadMore = true;
|
|
120
114
|
this.filterBy = filterBy;
|
|
121
|
-
await this.fetchLookbooks(Object.assign({ page: this.currentPage, sort: this.sortBy }, this.filterBy !== 'all' ? { services: [this.filterBy] } : {}));
|
|
115
|
+
await this.fetchLookbooks(Object.assign({ page: this.currentPage, sort: this.sortBy }, this.filterBy !== 'all' ? { services: [Number(this.filterBy)] } : {}));
|
|
122
116
|
if (window.masonry) {
|
|
123
117
|
this.isLayoutSetup = false;
|
|
124
118
|
}
|
|
@@ -158,10 +152,10 @@ let SalonLookbook = class {
|
|
|
158
152
|
onClickLookbook(style) {
|
|
159
153
|
const elLookbookModal = document.createElement('div');
|
|
160
154
|
elLookbookModal.innerHTML = `
|
|
161
|
-
<
|
|
155
|
+
<style-detail
|
|
162
156
|
salon-id=${this.salonId}
|
|
163
157
|
salon-lookbook='${JSON.stringify(style)}'
|
|
164
|
-
></
|
|
158
|
+
></style-detail>
|
|
165
159
|
`;
|
|
166
160
|
document.body.appendChild(elLookbookModal);
|
|
167
161
|
}
|
|
@@ -195,53 +189,26 @@ let SalonLookbook = class {
|
|
|
195
189
|
}
|
|
196
190
|
render() {
|
|
197
191
|
return (h("div", { class: "salon-loobooks" }, h("div", null, h("div", { class: "view-content" }, this.renderHeader(), this.salonLookbooks.length > 0 && (h("div", { class: "salon-loobooks--grid", id: "salon-loobooks--grid" }, this.salonLookbooks.map(style => {
|
|
198
|
-
const { caption,
|
|
192
|
+
const { caption, imageThumbMedium, owner } = style;
|
|
199
193
|
return (h("div", { class: "salon-lookbook salon-loobooks--grid-item", onClick: () => this.onClickLookbook(style) }, h("div", { class: "card", style: {
|
|
200
194
|
background: 'none',
|
|
201
195
|
border: 'none',
|
|
202
|
-
maxWidth: '200px',
|
|
196
|
+
// maxWidth: '200px',
|
|
203
197
|
} }, h("div", { class: "salon-lookbook--image", style: {
|
|
204
198
|
borderRadius: '8px',
|
|
205
199
|
overflow: 'hidden',
|
|
206
200
|
minHeight: '80px',
|
|
207
|
-
background: Colors.
|
|
208
|
-
} }, h("img", { src:
|
|
209
|
-
})))), this.salonLookbooks.length > 0 && !this.hideLoadMore && (h("div", { class: "view-footer", style: { paddingTop: '16px', textAlign: 'center' } }, h("button", { type: "button", class: "btn btn-light", onClick: () => this.onLoadMore()
|
|
210
|
-
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
let UserAvatar = class {
|
|
217
|
-
constructor(hostRef) {
|
|
218
|
-
registerInstance(this, hostRef);
|
|
219
|
-
this.size = 24;
|
|
220
|
-
}
|
|
221
|
-
render() {
|
|
222
|
-
return (h("div", { style: { display: "flex", alignItems: "center" } }, this.avatar && (h("div", { style: {
|
|
223
|
-
backgroundImage: `url("${this.avatar}")`,
|
|
224
|
-
backgroundColor: Colors.Gray06,
|
|
225
|
-
backgroundPosition: 'center center',
|
|
226
|
-
backgroundSize: 'cover',
|
|
227
|
-
borderRadius: '50%',
|
|
228
|
-
height: `${this.size}px`,
|
|
229
|
-
width: `${this.size}px`,
|
|
230
|
-
minWidth: `${this.size}px`,
|
|
231
|
-
} })), !this.avatar && (h("div", { style: {
|
|
232
|
-
backgroundColor: Colors.Gray06,
|
|
233
|
-
backgroundPosition: 'center center',
|
|
234
|
-
backgroundSize: 'cover',
|
|
235
|
-
borderRadius: '50%',
|
|
236
|
-
display: 'flex',
|
|
237
|
-
alignItems: 'center',
|
|
238
|
-
justifyContent: 'center',
|
|
239
|
-
height: `${this.size}px`,
|
|
240
|
-
width: `${this.size}px`,
|
|
241
|
-
minWidth: `${this.size}px`,
|
|
242
|
-
} }, this.shortName)), h("div", { style: Object.assign({ flexShrink: '1', flexGrow: '1', marginLeft: '12px', overflow: 'hidden', whiteSpace: 'nowrap', textOverflow: 'ellipsis' }, this.nameStyle) }, this.name)));
|
|
201
|
+
background: Colors.Gray01,
|
|
202
|
+
} }, h("img", { src: imageThumbMedium, alt: caption, style: { maxWidth: '100%' } })), owner && (h("div", { class: "card-body", style: { paddingLeft: '0' } }, h("user-avatar", { name: owner.fullName, shortName: `${(owner.firstName || '').charAt(0)}${(owner.lastName || '').charAt(0)}`, avatar: owner.avatar }))))));
|
|
203
|
+
})))), this.salonLookbooks.length > 0 && !this.hideLoadMore && (h("div", { class: "view-footer", style: { paddingTop: '16px', textAlign: 'center' } }, h("button", { type: "button", class: "btn btn-light btn-lg", onClick: () => this.onLoadMore(), style: {
|
|
204
|
+
background: Colors.White,
|
|
205
|
+
border: `1px solid ${Colors.Gray02}`,
|
|
206
|
+
borderRadius: '4px',
|
|
207
|
+
paddingLeft: '24px',
|
|
208
|
+
paddingRight: '24px',
|
|
209
|
+
} }, this.isLoadingMore ? 'Loading' : 'Load more'))))));
|
|
243
210
|
}
|
|
244
211
|
};
|
|
245
|
-
|
|
212
|
+
SalonLookbook.style = indexCss;
|
|
246
213
|
|
|
247
|
-
export { SalonLookbook as salon_lookbook
|
|
214
|
+
export { SalonLookbook as salon_lookbook };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { C as Colors } from './colors-
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
3
3
|
|
|
4
4
|
const indexCss = "salon-ranking{display:block}";
|
|
5
5
|
|
|
@@ -12,30 +12,30 @@ let SalonRanking = class {
|
|
|
12
12
|
getRankingData(ranking) {
|
|
13
13
|
if (ranking === 5) {
|
|
14
14
|
return {
|
|
15
|
-
color: Colors.
|
|
15
|
+
color: Colors.Primary,
|
|
16
16
|
text: 'Viral',
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
19
|
if (ranking === 4) {
|
|
20
20
|
return {
|
|
21
|
-
color: Colors.
|
|
21
|
+
color: Colors.Orange03,
|
|
22
22
|
text: 'Advancing',
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
25
|
if (ranking === 3) {
|
|
26
26
|
return {
|
|
27
|
-
color: Colors.
|
|
27
|
+
color: Colors.Lilac03,
|
|
28
28
|
text: 'Progressing',
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
if (ranking === 2) {
|
|
32
32
|
return {
|
|
33
|
-
color: Colors.
|
|
33
|
+
color: Colors.Blue03,
|
|
34
34
|
text: 'Building',
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
return {
|
|
38
|
-
color: Colors.
|
|
38
|
+
color: Colors.Gray05,
|
|
39
39
|
text: 'Starting',
|
|
40
40
|
};
|
|
41
41
|
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-6af0a03d.js';
|
|
2
|
+
import { H as HttpService, d as dayjs_min, s as shortDateYearFormat } from './services-295247b1.js';
|
|
3
|
+
import { C as Colors } from './colors-ea36347a.js';
|
|
4
|
+
import './_commonjsHelpers-098d5b27.js';
|
|
5
|
+
|
|
6
|
+
const indexCss = "@media (max-width: 768px){salon-reviews .salon-reviews{flex-direction:column !important}salon-reviews .salon-reviews--filters--options{display:none !important}salon-reviews .salon-reviews--list{padding-top:32px !important;padding-left:0px !important}salon-reviews .reviews-list--sorting>label{display:none !important}}";
|
|
7
|
+
|
|
8
|
+
const pageLimited = 10;
|
|
9
|
+
const sortOptions = [{
|
|
10
|
+
value: 'newest',
|
|
11
|
+
label: 'Newest first',
|
|
12
|
+
}, {
|
|
13
|
+
value: 'oldest',
|
|
14
|
+
label: 'Oldest first',
|
|
15
|
+
}, {
|
|
16
|
+
value: 'rating_desc',
|
|
17
|
+
label: 'High rating first',
|
|
18
|
+
}, {
|
|
19
|
+
value: 'rating_asc',
|
|
20
|
+
label: 'Low rating first',
|
|
21
|
+
}];
|
|
22
|
+
let SalonReviews = class {
|
|
23
|
+
constructor(hostRef) {
|
|
24
|
+
registerInstance(this, hostRef);
|
|
25
|
+
this.primaryColor = Colors.Primary;
|
|
26
|
+
this.stats = {};
|
|
27
|
+
this.totalReviews = 0;
|
|
28
|
+
this.allReviews = [];
|
|
29
|
+
this.page = 1;
|
|
30
|
+
this.filterBy = [];
|
|
31
|
+
this.sortBy = sortOptions[0].value;
|
|
32
|
+
}
|
|
33
|
+
componentWillLoad() {
|
|
34
|
+
this.fetchData();
|
|
35
|
+
}
|
|
36
|
+
fetchData() {
|
|
37
|
+
this.isLoading = true;
|
|
38
|
+
try {
|
|
39
|
+
HttpService().fetchSalonReviews(this.salonId, {
|
|
40
|
+
page: 1,
|
|
41
|
+
sort: this.sortBy,
|
|
42
|
+
limit: pageLimited,
|
|
43
|
+
}).then(response => {
|
|
44
|
+
const { total, stats, data: allReviews } = response;
|
|
45
|
+
this.stats = stats;
|
|
46
|
+
this.totalReviews = total;
|
|
47
|
+
this.allReviews = allReviews;
|
|
48
|
+
this.canLoadMore = total > pageLimited;
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
catch (e) { }
|
|
52
|
+
this.isLoading = false;
|
|
53
|
+
}
|
|
54
|
+
onLoadMore() {
|
|
55
|
+
this.isLoadingMore = true;
|
|
56
|
+
try {
|
|
57
|
+
HttpService().fetchSalonReviews(this.salonId, {
|
|
58
|
+
page: this.page + 1,
|
|
59
|
+
sort: this.sortBy,
|
|
60
|
+
limit: pageLimited,
|
|
61
|
+
}).then(response => {
|
|
62
|
+
const { total, data: allReviews } = response;
|
|
63
|
+
this.page = this.page + 1;
|
|
64
|
+
this.totalReviews = total;
|
|
65
|
+
this.allReviews = this.allReviews.concat(allReviews);
|
|
66
|
+
this.canLoadMore = (allReviews || []).length === pageLimited;
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
catch (e) { }
|
|
70
|
+
this.isLoadingMore = false;
|
|
71
|
+
}
|
|
72
|
+
onChangeFilter(filterBy) {
|
|
73
|
+
this.isFiltering = true;
|
|
74
|
+
try {
|
|
75
|
+
HttpService().fetchSalonReviews(this.salonId, Object.assign({ page: 1, sort: this.sortBy, limit: pageLimited }, filterBy.length > 0 ? { avg_point: filterBy } : {})).then(response => {
|
|
76
|
+
const { total, data: allReviews } = response;
|
|
77
|
+
this.page = 1;
|
|
78
|
+
this.totalReviews = total;
|
|
79
|
+
this.allReviews = allReviews;
|
|
80
|
+
this.canLoadMore = (allReviews || []).length === pageLimited;
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
catch (e) { }
|
|
84
|
+
this.isFiltering = false;
|
|
85
|
+
}
|
|
86
|
+
onChangeSorting(sortBy) {
|
|
87
|
+
this.isSorting = true;
|
|
88
|
+
try {
|
|
89
|
+
HttpService().fetchSalonReviews(this.salonId, Object.assign({ page: 1, sort: sortBy, limit: pageLimited }, this.filterBy.length > 0 ? { avg_point: this.filterBy } : {})).then(response => {
|
|
90
|
+
const { total, data: allReviews } = response;
|
|
91
|
+
this.page = 1;
|
|
92
|
+
this.totalReviews = total;
|
|
93
|
+
this.allReviews = allReviews;
|
|
94
|
+
this.canLoadMore = (allReviews || []).length === pageLimited;
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
catch (e) { }
|
|
98
|
+
this.isSorting = false;
|
|
99
|
+
}
|
|
100
|
+
render() {
|
|
101
|
+
const ratingTexts = ['', 'Poor', 'Sufficient', 'Average', 'Well', 'Very good'];
|
|
102
|
+
return (h("div", { class: "view view--salon-reviews" }, h("div", { class: "salon-reviews--filters" }, h("div", { class: "salon-reviews--score" }, h("div", { class: "salon-review--rating", style: { display: 'flex', flexDirection: 'row' } }, [1, 2, 3, 4, 5].map(score => {
|
|
103
|
+
return (h("i", { class: score <= this.stats.reviewPoint ? 'ri-heart-fill' : 'ri-heart-line', style: Object.assign({ fontSize: '32px', marginRight: '4px' }, score <= this.stats.reviewPoint ? { color: this.primaryColor } : { color: Colors.Gray04 }) }));
|
|
104
|
+
})), h("div", { class: "salon-review--rating--date", style: {
|
|
105
|
+
display: 'flex',
|
|
106
|
+
flexDirection: 'row',
|
|
107
|
+
alignItems: 'center',
|
|
108
|
+
marginTop: '-8px',
|
|
109
|
+
} }, h("span", { style: { fontSize: '24px' } }, this.stats.reviewPoint, "/5"), " ", h("span", { style: { color: Colors.Gray04, marginLeft: '8px' } }, "(", this.stats.totalReviews, " reviews)"))), h("div", { class: "salon-reviews--filters--options", style: { marginTop: '24px' } }, h("div", { style: {
|
|
110
|
+
background: Colors.Gray01,
|
|
111
|
+
display: 'flex',
|
|
112
|
+
alignItems: 'center',
|
|
113
|
+
borderRadius: '4px',
|
|
114
|
+
padding: '16px',
|
|
115
|
+
} }, h("div", null, h("input", { type: "checkbox", checked: this.filterBy.length === 0, onChange: () => {
|
|
116
|
+
this.filterBy = [];
|
|
117
|
+
this.onChangeFilter([]);
|
|
118
|
+
} }), " ", h("span", { style: { marginLeft: '4px' } }, "All reviews")), [5, 4, 3, 2, 1].map(score => {
|
|
119
|
+
const isChecked = this.filterBy.indexOf(score) > -1;
|
|
120
|
+
return (h("div", { key: `salon-reviews--filters-score--${score}`, style: { display: 'flex', alignItems: 'center', marginLeft: '16px' } }, h("input", { type: "checkbox", checked: isChecked, onChange: () => {
|
|
121
|
+
const newFilter = isChecked ? this.filterBy.filter(fs => fs !== score) : this.filterBy.concat([score]);
|
|
122
|
+
this.filterBy = newFilter;
|
|
123
|
+
this.onChangeFilter(newFilter);
|
|
124
|
+
} }), " ", h("span", { style: { display: 'flex', alignItems: 'center', marginLeft: '4px' } }, score, " ", h("i", { class: "ri-heart-line", style: {
|
|
125
|
+
fontSize: '16px',
|
|
126
|
+
marginLeft: '4px',
|
|
127
|
+
marginRight: '4px',
|
|
128
|
+
lineHeight: '1',
|
|
129
|
+
} }), " ", h("span", { style: { color: Colors.Gray04, fontSize: '12px' } }, "(", this.stats[String(score)] || 0, ")"))));
|
|
130
|
+
})))), h("div", { class: "salon-reviews--list-header", style: {
|
|
131
|
+
display: 'flex',
|
|
132
|
+
flexDirection: 'row',
|
|
133
|
+
justifyContent: 'space-between',
|
|
134
|
+
alignItems: 'center',
|
|
135
|
+
marginTop: '24px',
|
|
136
|
+
} }, h("div", { class: "view--salon-reviews--counter" }, this.totalReviews, " ", this.totalReviews === 1 ? `review` : `reviews`), h("div", { style: { display: 'flex', alignItems: 'center' } }, h("label", { style: { marginRight: '8px', color: Colors.Gray04 } }, "Sort by"), h("select", { class: "search-filter--select", "place-holder": "Most popular", disabled: this.isLoading, onChange: (evt) => {
|
|
137
|
+
this.sortBy = evt.target.value;
|
|
138
|
+
this.onChangeSorting(evt.target.value);
|
|
139
|
+
}, style: {
|
|
140
|
+
display: 'flex',
|
|
141
|
+
alignItems: 'center',
|
|
142
|
+
backgroundColor: Colors.Gray01,
|
|
143
|
+
borderColor: Colors.Gray01,
|
|
144
|
+
borderRadius: '4px',
|
|
145
|
+
height: '40px',
|
|
146
|
+
width: '130px',
|
|
147
|
+
} }, sortOptions.map(sortOption => (h("option", { value: sortOption.value, selected: sortOption.value === this.sortBy, key: `search-filter--select-option--${sortOption.value}` }, sortOption.label)))))), h("div", { class: "salon-reviews--list-content", style: { marginTop: '24px' } }, this.allReviews.map((review, idx) => {
|
|
148
|
+
const user = review.user || {};
|
|
149
|
+
return (h("div", { class: "salon-review", key: `salon-review--${idx}`, style: {
|
|
150
|
+
borderBottom: `1px solid ${Colors.Gray02}`,
|
|
151
|
+
marginBottom: '24px',
|
|
152
|
+
paddingBottom: '24px',
|
|
153
|
+
} }, h("div", { class: "salon-review--user", style: { marginBottom: '16px', overflow: 'hidden' } }, h("user-avatar", { size: 48, avatar: user.avatar, name: h("span", { style: { fontSize: '18px', fontWeight: '600', color: Colors.TextColor } }, (user.firstName || user.lastName) ? `${user.firstName || ''} ${user.lastName || ''}` : ''), shortName: `${(user.firstName || '').charAt(0)}${(user.lastName || '').charAt(0)}`, nameStyle: { fontWeight: 'bold' } })), h("div", { class: "salon-review--rating", style: { display: 'flex', flexDirection: 'row', marginBottom: '4px' } }, [1, 2, 3, 4, 5].map(score => (h("i", { key: `salon-review--rating--item--score--${score}`, class: score <= review.point ? 'ri-heart-fill' : 'ri-heart-line', style: {
|
|
154
|
+
color: score <= review.point ? this.primaryColor : Colors.Gray04,
|
|
155
|
+
fontSize: '16px',
|
|
156
|
+
marginRight: '4px',
|
|
157
|
+
} }))), review.createdDate && (h("div", { class: "salon-review--rating--date", style: { fontSize: '14px', color: Colors.Gray04, marginLeft: '16px', position: 'relative', top: '2px' } }, dayjs_min(review.createdDate).format(shortDateYearFormat)))), h("div", { class: "salon-review--rating-text", style: { fontSize: '16px', fontWeight: '600' } }, ratingTexts[review.point]), (review.title || review.description) && (h("div", { class: "salon-review--detail", style: { marginTop: '16px' } }, h("div", { class: "salon-review--title", style: { fontSize: '18px', fontWeight: 'bold' }, innerHTML: review.title }), h("div", { class: "salon-review--description", style: { fontSize: '16px' }, innerHTML: review.description }))), review.photos.length > 0 && (h("div", { style: {
|
|
158
|
+
display: 'flex',
|
|
159
|
+
flexDirection: 'row',
|
|
160
|
+
overflowX: 'auto',
|
|
161
|
+
} }, review.photos.map(fileObj => (h("div", { key: `upload-file--${fileObj.id}`, class: "review--photo", style: {
|
|
162
|
+
position: 'relative',
|
|
163
|
+
cursor: 'pointer',
|
|
164
|
+
marginTop: '16px',
|
|
165
|
+
marginRight: '12px',
|
|
166
|
+
} }, h("img", { width: 72, src: fileObj.imageUrlThumb, style: { display: 'block' } }))))))));
|
|
167
|
+
})), h("div", { class: "salon-reviews--list-footer", style: {
|
|
168
|
+
textAlign: 'center',
|
|
169
|
+
paddingTop: '16px',
|
|
170
|
+
paddingBottom: '16px',
|
|
171
|
+
} }, h("button", { class: "btn btn-light btn-lg", style: {
|
|
172
|
+
background: Colors.White,
|
|
173
|
+
border: `1px solid ${Colors.Gray02}`,
|
|
174
|
+
borderRadius: '4px',
|
|
175
|
+
paddingLeft: '24px',
|
|
176
|
+
paddingRight: '24px',
|
|
177
|
+
}, onClick: () => this.onLoadMore() }, "Load more"))));
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
SalonReviews.style = indexCss;
|
|
181
|
+
|
|
182
|
+
export { SalonReviews as salon_reviews };
|