pat-shared-components 0.1.0-beta.7 → 0.1.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1,42 +1,58 @@
1
- import { defineComponent as u, openBlock as s, createElementBlock as _, createElementVNode as e, toDisplayString as o, createCommentVNode as l } from "vue";
2
- const i = { class: "psc-w-full psc-flex psc-items-center psc-justify-center" }, a = { class: "psc-text-center psc-w-full psc-px-4 psc-max-w-lg psc-space-y-6" }, c = {
1
+ import { openBlock as o, createElementBlock as l, pushScopeId as c, popScopeId as d, createElementVNode as s, defineComponent as p, toDisplayString as r, createCommentVNode as n } from "vue";
2
+ const h = (t, e) => {
3
+ const _ = t.__vccOpts || t;
4
+ for (const [a, i] of e)
5
+ _[a] = i;
6
+ return _;
7
+ }, g = {}, u = (t) => (c("data-v-a6f13983"), t = t(), d(), t), b = { class: "loading-skeleton psc-p-3 psc-rounded-lg psc-space-y-3 hover:psc-bg-slate-100 psc-cursor-pointer psc-animate-pulse" }, m = /* @__PURE__ */ u(() => /* @__PURE__ */ s("div", { class: "psc-w-full" }, [
8
+ /* @__PURE__ */ s("div", { class: "psc-h-5 psc-w-64 psc-rounded-lg psc-bg-gray-200 dark:psc-bg-gray-400" })
9
+ ], -1)), k = /* @__PURE__ */ u(() => /* @__PURE__ */ s("div", { class: "psc-w-full" }, [
10
+ /* @__PURE__ */ s("div", { class: "psc-h-5 psc-w-32 psc-rounded-lg psc-bg-gray-100 dark:psc-bg-gray-300" })
11
+ ], -1)), y = [
12
+ m,
13
+ k
14
+ ];
15
+ function f(t, e) {
16
+ return o(), l("div", b, y);
17
+ }
18
+ const D = /* @__PURE__ */ h(g, [["render", f], ["__scopeId", "data-v-a6f13983"]]), v = { class: "psc-w-full psc-flex psc-items-center psc-justify-center" }, x = { class: "psc-text-center psc-w-full psc-px-4 psc-max-w-lg psc-space-y-6" }, w = {
3
19
  key: 0,
4
20
  class: "psc-text-primary psc-text-2xl psc-font-bold"
5
- }, d = {
21
+ }, S = {
6
22
  key: 1,
7
23
  class: "psc-text-[#0000]/[.6] psc-font-semibold"
8
- }, h = {
24
+ }, B = {
9
25
  key: 2,
10
26
  class: "psc-text-white psc-px-[16px] psc-py-[10px] psc-bg-primary psc-relative psc-rounded-[8px] psc-mb-[24px] psc-cursor-pointer"
11
- }, p = ["href"], g = { class: "psc-font-medium" }, m = { class: "psc-font-normal psc-text-sm" }, b = /* @__PURE__ */ e("i", { class: "dgic-chevron-right-thin psc-font-bold psc-text-[24px] psc-absolute psc-right-[16px] psc-top-[50%] -psc-translate-y-1/2" }, null, -1), x = /* @__PURE__ */ u({
27
+ }, C = ["href"], N = { class: "psc-font-medium" }, T = { class: "psc-font-normal psc-text-sm" }, q = /* @__PURE__ */ s("i", { class: "dgic-chevron-right-thin psc-font-bold psc-text-[24px] psc-absolute psc-right-[16px] psc-top-[50%] -psc-translate-y-1/2" }, null, -1), I = /* @__PURE__ */ p({
12
28
  __name: "NoItemsFound",
13
29
  props: {
14
30
  title: { default: "" },
15
31
  subtitle: { default: "" },
16
32
  bookingButtonUrl: { default: "" }
17
33
  },
18
- setup(n) {
19
- const t = n;
20
- return (r, f) => (s(), _("div", i, [
21
- e("div", a, [
22
- t.title ? (s(), _("div", c, o(t.title), 1)) : l("", !0),
23
- t.subtitle ? (s(), _("div", d, o(t.subtitle), 1)) : l("", !0),
24
- t.bookingButtonUrl ? (s(), _("div", h, [
25
- e("a", {
26
- href: t.bookingButtonUrl,
34
+ setup(t) {
35
+ const e = t;
36
+ return (_, a) => (o(), l("div", v, [
37
+ s("div", x, [
38
+ e.title ? (o(), l("div", w, r(e.title), 1)) : n("", !0),
39
+ e.subtitle ? (o(), l("div", S, r(e.subtitle), 1)) : n("", !0),
40
+ e.bookingButtonUrl ? (o(), l("div", B, [
41
+ s("a", {
42
+ href: e.bookingButtonUrl,
27
43
  target: "_blank",
28
44
  class: "psc-text-center"
29
45
  }, [
30
- e("div", g, o(r.$t("psc.test_result_booking_detail_get_started")), 1),
31
- e("div", m, o(r.$t("psc.test_result_booking_detail_book_first_test")), 1),
32
- b
33
- ], 8, p)
34
- ])) : l("", !0)
46
+ s("div", N, r(_.$t("psc.test_result_booking_detail_get_started")), 1),
47
+ s("div", T, r(_.$t("psc.test_result_booking_detail_book_first_test")), 1),
48
+ q
49
+ ], 8, C)
50
+ ])) : n("", !0)
35
51
  ])
36
52
  ]));
37
53
  }
38
54
  });
39
- const k = {
55
+ const H = {
40
56
  gender: "Gi\u1EDBi t\xEDnh",
41
57
  male: "Nam",
42
58
  female: "N\u1EEF",
@@ -97,9 +113,9 @@ const k = {
97
113
  test_result_booking_detail_get_to_diag: "Chi nh\xE1nh Diag",
98
114
  test_result_booking_detail_visit_diag_branch: "H\xE3y tham kh\u1EA3o chi nh\xE1nh Diag g\u1EA7n b\u1EA1n \u0111\u1EC3 \u0111\u1EBFn l\xE0m x\xE9t nghi\u1EC7m:",
99
115
  test_result_find_nearest_diag_branch: "T\xECm chi nh\xE1nh g\u1EA7n nh\u1EA5t"
100
- }, w = {
101
- psc: k
102
- }, y = {
116
+ }, Y = {
117
+ psc: H
118
+ }, X = {
103
119
  gender: "Gender",
104
120
  male: "Male",
105
121
  female: "Female",
@@ -160,11 +176,12 @@ const k = {
160
176
  test_result_booking_detail_get_to_diag: "Get to Diag",
161
177
  test_result_booking_detail_visit_diag_branch: "Please visit a Diag branch near you to process your test: ",
162
178
  test_result_find_nearest_diag_branch: "Find the nearest branch"
163
- }, B = {
164
- psc: y
179
+ }, L = {
180
+ psc: X
165
181
  };
166
182
  export {
167
- x as NoItemsFound,
168
- B as en,
169
- w as vi
183
+ D as LoadingSkeleton,
184
+ I as NoItemsFound,
185
+ L as en,
186
+ Y as vi
170
187
  };
package/dist/index.umd.js CHANGED
@@ -1 +1 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e["7PMLabsDesignSystem"]={},e.Vue))})(this,function(e,t){"use strict";const b="",k="",o={class:"psc-w-full psc-flex psc-items-center psc-justify-center"},l={class:"psc-text-center psc-w-full psc-px-4 psc-max-w-lg psc-space-y-6"},r={key:0,class:"psc-text-primary psc-text-2xl psc-font-bold"},n={key:1,class:"psc-text-[#0000]/[.6] psc-font-semibold"},i={key:2,class:"psc-text-white psc-px-[16px] psc-py-[10px] psc-bg-primary psc-relative psc-rounded-[8px] psc-mb-[24px] psc-cursor-pointer"},a=["href"],u={class:"psc-font-medium"},c={class:"psc-font-normal psc-text-sm"},d=t.createElementVNode("i",{class:"dgic-chevron-right-thin psc-font-bold psc-text-[24px] psc-absolute psc-right-[16px] psc-top-[50%] -psc-translate-y-1/2"},null,-1),p=t.defineComponent({__name:"NoItemsFound",props:{title:{default:""},subtitle:{default:""},bookingButtonUrl:{default:""}},setup(m){const s=m;return(_,B)=>(t.openBlock(),t.createElementBlock("div",o,[t.createElementVNode("div",l,[s.title?(t.openBlock(),t.createElementBlock("div",r,t.toDisplayString(s.title),1)):t.createCommentVNode("",!0),s.subtitle?(t.openBlock(),t.createElementBlock("div",n,t.toDisplayString(s.subtitle),1)):t.createCommentVNode("",!0),s.bookingButtonUrl?(t.openBlock(),t.createElementBlock("div",i,[t.createElementVNode("a",{href:s.bookingButtonUrl,target:"_blank",class:"psc-text-center"},[t.createElementVNode("div",u,t.toDisplayString(_.$t("psc.test_result_booking_detail_get_started")),1),t.createElementVNode("div",c,t.toDisplayString(_.$t("psc.test_result_booking_detail_book_first_test")),1),d],8,a)])):t.createCommentVNode("",!0)])]))}}),y="",f="",h={psc:{gender:"Gi\u1EDBi t\xEDnh",male:"Nam",female:"N\u1EEF",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'N\u1EBFu c\u1EA7n thay \u0111\u1ED5i th\xF4ng tin c\xE1 nh\xE2n, b\u1EA1n vui l\xF2ng <a href="tel:1900 1717" class="contact-support">li\xEAn h\u1EC7 h\u1ED7 tr\u1EE3</a>',test_result_view_my_bookings:"Xem l\u1ECBch h\u1EB9n c\u1EE7a t\xF4i",test_result_test_more_for_better_health:"\u0110\u1EC3 th\u1EA5u hi\u1EC3u v\xE0 duy tr\xEC s\u1EE9c kho\u1EBB",test_result_book_general_screening_panel_now:"\u0110\u1EB7t h\u1EB9n G\xF3i X\xE9t Nghi\u1EC7m T\u1ED5ng Qu\xE1t ngay",test_result_status_not_ready:"Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3",test_result_status_couldnt_process:"M\u1EABu kh\xF4ng th\u1EC3 x\u1EED l\xFD",test_result_status_ready:"S\u1EB5n s\xE0ng",test_result_status_partially_ready:"S\u1EB5n s\xE0ng m\u1ED9t ph\u1EA7n",test_result_order:"Ch\u1EC9 \u0111\u1ECBnh",test_result_all_results:"T\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_load_older_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 c\u0169 h\u01A1n",test_result_all_results_loaded:"\u0110\xE3 hi\u1EC3n th\u1ECB t\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_dont_see_my_results:"T\xF4i kh\xF4ng th\u1EA5y k\u1EBFt qu\u1EA3 c\u1EE7a m\xECnh",test_result_hi:"Xin ch\xE0o,",test_result_your_result_ready:"B\u1EA1n \u0111\xE3 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m.",test_result_result_partial_completed:"X\xE9t nghi\u1EC7m c\u1EE7a b\u1EA1n \u0111\xE3 ho\xE0n th\xE0nh m\u1ED9t ph\u1EA7n.",test_result_sample_collected_on:"M\u1EABu \u0111\xE3 \u0111\u01B0\u1EE3c l\u1EA5y v\xE0o ng\xE0y",test_result_result_released_on:"v\xE0 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m v\xE0o ng\xE0y",test_result_check_other_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 kh\xE1c",call_us:"Li\xEAn h\u1EC7 Diag",test_result_time_support:"06:00 - 21:00",test_result_sample_could_not_processed:"Xin l\u1ED7i, kh\xF4ng th\u1EC3 x\u1EED l\xFD m\u1EABu b\u1EA1n \u0111\xE3 g\u1EEDi.",test_result_contact_support:"Xin li\xEAn h\u1EC7 b\u1ED9 ph\u1EADn CSKH c\u1EE7a ch\xFAng t\xF4i \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 th\xEAm",test_result_being_prepared:"M\u1EABu c\u1EE7a b\u1EA1n \u0111ang \u0111\u01B0\u1EE3c x\xE9t nghi\u1EC7m.",test_result_receive_sms_2_days:"B\u1EA1n s\u1EBD nh\u1EADn \u0111\u01B0\u1EE3c tin nh\u1EAFn SMS ngay khi c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m.",test_result_note:"T\u01B0 v\u1EA5n t\u1EEB b\xE1c s\u0129",test_result_view_all_results:"Xem t\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_measured_in:"\u0111\u01A1n v\u1ECB t\xEDnh l\xE0",test_result_critical:"Nguy hi\u1EC3m",test_result_high:"Cao",test_result_low:"Th\u1EA5p",test_result_normal:"B\xECnh th\u01B0\u1EDDng",test_result_about:"\xDD ngh\u0129a c\u1EE7a",test_result_all_bookings:"T\u1EA5t c\u1EA3 l\u1ECBch h\u1EB9n",test_result_more_bookings:"L\u1ECBch h\u1EB9n kh\xE1c",test_result_no_booking_found:"Kh\xF4ng c\xF3 l\u1ECBch h\u1EB9n n\xE0o",test_result_message_no_booking_yet:"B\u1EA1n ch\u01B0a t\u1EA1o l\u1ECBch h\u1EB9n x\xE9t nghi\u1EC7m n\xE0o",test_result_booking_detail_get_started:"B\u1EAFt \u0111\u1EA7u",test_result_booking_detail_book_first_test:"\u0110\u1EB7t l\u1ECBch h\u1EB9n \u0111\u1EA7u ti\xEAn ngay",test_result_booking_created:"\u0110\xE3 t\u1EA1o",test_result_booking_unpaid:"Ch\u01B0a thanh to\xE1n",test_result_booking_refunded:"\u0110\xE3 ho\xE0n ti\u1EC1n",test_result_booking_canceled:"\u0110\xE3 hu\u1EF7",test_result_booking_completed:"Ho\xE0n t\u1EA5t",test_result_booking_paid:"\u0110\xE3 thanh to\xE1n",test_result_booking_detail:"Booking details",test_result_booking_detail_booking_number:"Your booking number",test_result_booking_detail_test_list:"Danh s\xE1ch x\xE9t nghi\u1EC7m",test_result_booking_detail_total_payment:"Total Payment",test_result_booking_detail_note:"L\u01B0u \xFD",test_result_support:"H\u1ED7 tr\u1EE3",test_result_booking_detail_support_hotline:"Hotline",test_result_booking_detail_support_email:"Email",test_result_booking_detail_get_to_diag:"Chi nh\xE1nh Diag",test_result_booking_detail_visit_diag_branch:"H\xE3y tham kh\u1EA3o chi nh\xE1nh Diag g\u1EA7n b\u1EA1n \u0111\u1EC3 \u0111\u1EBFn l\xE0m x\xE9t nghi\u1EC7m:",test_result_find_nearest_diag_branch:"T\xECm chi nh\xE1nh g\u1EA7n nh\u1EA5t"}},g={psc:{gender:"Gender",male:"Male",female:"Female",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'If you wish to edit your profile, please <a href="tel:1900 1717" class="contact-support">contact support</a>',test_result_view_my_bookings:"View my bookings",test_result_test_more_for_better_health:"Test more for better health",test_result_book_general_screening_panel_now:"Book General Screening Panel now",test_result_status_not_ready:"Not ready yet",test_result_status_couldnt_process:"Couldn't process",test_result_status_ready:"Ready",test_result_status_partially_ready:"Partially ready",test_result_order:"Order",test_result_all_results:"All results",test_result_load_older_results:"Load older results",test_result_all_results_loaded:"All results are loaded",test_result_dont_see_my_results:"I don't see my results",test_result_hi:"Hi,",test_result_your_result_ready:"Your results are ready.",test_result_result_partial_completed:"Your results are partially ready.",test_result_sample_collected_on:"Your sample was collected on",test_result_result_released_on:"and your results were released on ",test_result_check_other_results:"Check other results",call_us:"Call us",test_result_time_support:"06:00 - 21:00",test_result_sample_could_not_processed:"Sorry, your sample could not be processed.",test_result_contact_support:"Please contact our customer service for further support.",test_result_being_prepared:"Your results are being prepared.",test_result_receive_sms_2_days:"You will receive a SMS as soon as your results are ready.",test_result_note:"Doctor's comments",test_result_view_all_results:"View all results",test_result_measured_in:"measured in",test_result_critical:"Critical",test_result_high:"High",test_result_low:"Low",test_result_normal:"Normal",test_result_about:"About",test_result_all_bookings:"All bookings",test_result_more_bookings:"More Bookings",test_result_no_booking_found:"No booking found",test_result_message_no_booking_yet:"You haven't created any booking yet",test_result_booking_detail_get_started:"Get started",test_result_booking_detail_book_first_test:"Book your first test now",test_result_booking_created:"Created",test_result_booking_unpaid:"Unpaid",test_result_booking_refunded:"Refunded",test_result_booking_canceled:"Canceled",test_result_booking_completed:"Completed",test_result_booking_paid:"Paid",test_result_booking_detail:"Booking details",test_result_booking_detail_booking_number:"Your booking number",test_result_booking_detail_test_list:"Test list",test_result_booking_detail_total_payment:"Total Payment",test_result_booking_detail_note:"Note",test_result_support:"Support",test_result_booking_detail_support_hotline:"Hotline",test_result_booking_detail_support_email:"Email",test_result_booking_detail_get_to_diag:"Get to Diag",test_result_booking_detail_visit_diag_branch:"Please visit a Diag branch near you to process your test: ",test_result_find_nearest_diag_branch:"Find the nearest branch"}};e.NoItemsFound=p,e.en=g,e.vi=h,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e["7PMLabsDesignSystem"]={},e.Vue))})(this,function(e,t){"use strict";const v="",C="",E="",n=(s,_)=>{const o=s.__vccOpts||s;for(const[r,S]of _)o[r]=S;return o},i={},l=s=>(t.pushScopeId("data-v-a6f13983"),s=s(),t.popScopeId(),s),a={class:"loading-skeleton psc-p-3 psc-rounded-lg psc-space-y-3 hover:psc-bg-slate-100 psc-cursor-pointer psc-animate-pulse"},c=[l(()=>t.createElementVNode("div",{class:"psc-w-full"},[t.createElementVNode("div",{class:"psc-h-5 psc-w-64 psc-rounded-lg psc-bg-gray-200 dark:psc-bg-gray-400"})],-1)),l(()=>t.createElementVNode("div",{class:"psc-w-full"},[t.createElementVNode("div",{class:"psc-h-5 psc-w-32 psc-rounded-lg psc-bg-gray-100 dark:psc-bg-gray-300"})],-1))];function u(s,_){return t.openBlock(),t.createElementBlock("div",a,c)}const d=n(i,[["render",u],["__scopeId","data-v-a6f13983"]]),p={class:"psc-w-full psc-flex psc-items-center psc-justify-center"},h={class:"psc-text-center psc-w-full psc-px-4 psc-max-w-lg psc-space-y-6"},g={key:0,class:"psc-text-primary psc-text-2xl psc-font-bold"},m={key:1,class:"psc-text-[#0000]/[.6] psc-font-semibold"},k={key:2,class:"psc-text-white psc-px-[16px] psc-py-[10px] psc-bg-primary psc-relative psc-rounded-[8px] psc-mb-[24px] psc-cursor-pointer"},b=["href"],y={class:"psc-font-medium"},f={class:"psc-font-normal psc-text-sm"},x=t.createElementVNode("i",{class:"dgic-chevron-right-thin psc-font-bold psc-text-[24px] psc-absolute psc-right-[16px] psc-top-[50%] -psc-translate-y-1/2"},null,-1),w=t.defineComponent({__name:"NoItemsFound",props:{title:{default:""},subtitle:{default:""},bookingButtonUrl:{default:""}},setup(s){const _=s;return(o,r)=>(t.openBlock(),t.createElementBlock("div",p,[t.createElementVNode("div",h,[_.title?(t.openBlock(),t.createElementBlock("div",g,t.toDisplayString(_.title),1)):t.createCommentVNode("",!0),_.subtitle?(t.openBlock(),t.createElementBlock("div",m,t.toDisplayString(_.subtitle),1)):t.createCommentVNode("",!0),_.bookingButtonUrl?(t.openBlock(),t.createElementBlock("div",k,[t.createElementVNode("a",{href:_.bookingButtonUrl,target:"_blank",class:"psc-text-center"},[t.createElementVNode("div",y,t.toDisplayString(o.$t("psc.test_result_booking_detail_get_started")),1),t.createElementVNode("div",f,t.toDisplayString(o.$t("psc.test_result_booking_detail_book_first_test")),1),x],8,b)])):t.createCommentVNode("",!0)])]))}}),D="",$="",B={psc:{gender:"Gi\u1EDBi t\xEDnh",male:"Nam",female:"N\u1EEF",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'N\u1EBFu c\u1EA7n thay \u0111\u1ED5i th\xF4ng tin c\xE1 nh\xE2n, b\u1EA1n vui l\xF2ng <a href="tel:1900 1717" class="contact-support">li\xEAn h\u1EC7 h\u1ED7 tr\u1EE3</a>',test_result_view_my_bookings:"Xem l\u1ECBch h\u1EB9n c\u1EE7a t\xF4i",test_result_test_more_for_better_health:"\u0110\u1EC3 th\u1EA5u hi\u1EC3u v\xE0 duy tr\xEC s\u1EE9c kho\u1EBB",test_result_book_general_screening_panel_now:"\u0110\u1EB7t h\u1EB9n G\xF3i X\xE9t Nghi\u1EC7m T\u1ED5ng Qu\xE1t ngay",test_result_status_not_ready:"Ch\u01B0a c\xF3 k\u1EBFt qu\u1EA3",test_result_status_couldnt_process:"M\u1EABu kh\xF4ng th\u1EC3 x\u1EED l\xFD",test_result_status_ready:"S\u1EB5n s\xE0ng",test_result_status_partially_ready:"S\u1EB5n s\xE0ng m\u1ED9t ph\u1EA7n",test_result_order:"Ch\u1EC9 \u0111\u1ECBnh",test_result_all_results:"T\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_load_older_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 c\u0169 h\u01A1n",test_result_all_results_loaded:"\u0110\xE3 hi\u1EC3n th\u1ECB t\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_dont_see_my_results:"T\xF4i kh\xF4ng th\u1EA5y k\u1EBFt qu\u1EA3 c\u1EE7a m\xECnh",test_result_hi:"Xin ch\xE0o,",test_result_your_result_ready:"B\u1EA1n \u0111\xE3 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m.",test_result_result_partial_completed:"X\xE9t nghi\u1EC7m c\u1EE7a b\u1EA1n \u0111\xE3 ho\xE0n th\xE0nh m\u1ED9t ph\u1EA7n.",test_result_sample_collected_on:"M\u1EABu \u0111\xE3 \u0111\u01B0\u1EE3c l\u1EA5y v\xE0o ng\xE0y",test_result_result_released_on:"v\xE0 c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m v\xE0o ng\xE0y",test_result_check_other_results:"Xem c\xE1c k\u1EBFt qu\u1EA3 kh\xE1c",call_us:"Li\xEAn h\u1EC7 Diag",test_result_time_support:"06:00 - 21:00",test_result_sample_could_not_processed:"Xin l\u1ED7i, kh\xF4ng th\u1EC3 x\u1EED l\xFD m\u1EABu b\u1EA1n \u0111\xE3 g\u1EEDi.",test_result_contact_support:"Xin li\xEAn h\u1EC7 b\u1ED9 ph\u1EADn CSKH c\u1EE7a ch\xFAng t\xF4i \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 th\xEAm",test_result_being_prepared:"M\u1EABu c\u1EE7a b\u1EA1n \u0111ang \u0111\u01B0\u1EE3c x\xE9t nghi\u1EC7m.",test_result_receive_sms_2_days:"B\u1EA1n s\u1EBD nh\u1EADn \u0111\u01B0\u1EE3c tin nh\u1EAFn SMS ngay khi c\xF3 k\u1EBFt qu\u1EA3 x\xE9t nghi\u1EC7m.",test_result_note:"T\u01B0 v\u1EA5n t\u1EEB b\xE1c s\u0129",test_result_view_all_results:"Xem t\u1EA5t c\u1EA3 k\u1EBFt qu\u1EA3",test_result_measured_in:"\u0111\u01A1n v\u1ECB t\xEDnh l\xE0",test_result_critical:"Nguy hi\u1EC3m",test_result_high:"Cao",test_result_low:"Th\u1EA5p",test_result_normal:"B\xECnh th\u01B0\u1EDDng",test_result_about:"\xDD ngh\u0129a c\u1EE7a",test_result_all_bookings:"T\u1EA5t c\u1EA3 l\u1ECBch h\u1EB9n",test_result_more_bookings:"L\u1ECBch h\u1EB9n kh\xE1c",test_result_no_booking_found:"Kh\xF4ng c\xF3 l\u1ECBch h\u1EB9n n\xE0o",test_result_message_no_booking_yet:"B\u1EA1n ch\u01B0a t\u1EA1o l\u1ECBch h\u1EB9n x\xE9t nghi\u1EC7m n\xE0o",test_result_booking_detail_get_started:"B\u1EAFt \u0111\u1EA7u",test_result_booking_detail_book_first_test:"\u0110\u1EB7t l\u1ECBch h\u1EB9n \u0111\u1EA7u ti\xEAn ngay",test_result_booking_created:"\u0110\xE3 t\u1EA1o",test_result_booking_unpaid:"Ch\u01B0a thanh to\xE1n",test_result_booking_refunded:"\u0110\xE3 ho\xE0n ti\u1EC1n",test_result_booking_canceled:"\u0110\xE3 hu\u1EF7",test_result_booking_completed:"Ho\xE0n t\u1EA5t",test_result_booking_paid:"\u0110\xE3 thanh to\xE1n",test_result_booking_detail:"Booking details",test_result_booking_detail_booking_number:"Your booking number",test_result_booking_detail_test_list:"Danh s\xE1ch x\xE9t nghi\u1EC7m",test_result_booking_detail_total_payment:"Total Payment",test_result_booking_detail_note:"L\u01B0u \xFD",test_result_support:"H\u1ED7 tr\u1EE3",test_result_booking_detail_support_hotline:"Hotline",test_result_booking_detail_support_email:"Email",test_result_booking_detail_get_to_diag:"Chi nh\xE1nh Diag",test_result_booking_detail_visit_diag_branch:"H\xE3y tham kh\u1EA3o chi nh\xE1nh Diag g\u1EA7n b\u1EA1n \u0111\u1EC3 \u0111\u1EBFn l\xE0m x\xE9t nghi\u1EC7m:",test_result_find_nearest_diag_branch:"T\xECm chi nh\xE1nh g\u1EA7n nh\u1EA5t"}},N={psc:{gender:"Gender",male:"Male",female:"Female",test_result_my_profile:"H\u1ED3 s\u01A1 c\u1EE7a t\xF4i",test_result_if_you_wish_to_edit_your_profile:'If you wish to edit your profile, please <a href="tel:1900 1717" class="contact-support">contact support</a>',test_result_view_my_bookings:"View my bookings",test_result_test_more_for_better_health:"Test more for better health",test_result_book_general_screening_panel_now:"Book General Screening Panel now",test_result_status_not_ready:"Not ready yet",test_result_status_couldnt_process:"Couldn't process",test_result_status_ready:"Ready",test_result_status_partially_ready:"Partially ready",test_result_order:"Order",test_result_all_results:"All results",test_result_load_older_results:"Load older results",test_result_all_results_loaded:"All results are loaded",test_result_dont_see_my_results:"I don't see my results",test_result_hi:"Hi,",test_result_your_result_ready:"Your results are ready.",test_result_result_partial_completed:"Your results are partially ready.",test_result_sample_collected_on:"Your sample was collected on",test_result_result_released_on:"and your results were released on ",test_result_check_other_results:"Check other results",call_us:"Call us",test_result_time_support:"06:00 - 21:00",test_result_sample_could_not_processed:"Sorry, your sample could not be processed.",test_result_contact_support:"Please contact our customer service for further support.",test_result_being_prepared:"Your results are being prepared.",test_result_receive_sms_2_days:"You will receive a SMS as soon as your results are ready.",test_result_note:"Doctor's comments",test_result_view_all_results:"View all results",test_result_measured_in:"measured in",test_result_critical:"Critical",test_result_high:"High",test_result_low:"Low",test_result_normal:"Normal",test_result_about:"About",test_result_all_bookings:"All bookings",test_result_more_bookings:"More Bookings",test_result_no_booking_found:"No booking found",test_result_message_no_booking_yet:"You haven't created any booking yet",test_result_booking_detail_get_started:"Get started",test_result_booking_detail_book_first_test:"Book your first test now",test_result_booking_created:"Created",test_result_booking_unpaid:"Unpaid",test_result_booking_refunded:"Refunded",test_result_booking_canceled:"Canceled",test_result_booking_completed:"Completed",test_result_booking_paid:"Paid",test_result_booking_detail:"Booking details",test_result_booking_detail_booking_number:"Your booking number",test_result_booking_detail_test_list:"Test list",test_result_booking_detail_total_payment:"Total Payment",test_result_booking_detail_note:"Note",test_result_support:"Support",test_result_booking_detail_support_hotline:"Hotline",test_result_booking_detail_support_email:"Email",test_result_booking_detail_get_to_diag:"Get to Diag",test_result_booking_detail_visit_diag_branch:"Please visit a Diag branch near you to process your test: ",test_result_find_nearest_diag_branch:"Find the nearest branch"}};e.LoadingSkeleton=d,e.NoItemsFound=w,e.en=N,e.vi=B,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});