pat-shared-components 0.5.0 → 0.9.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +26 -1
  2. package/dist/index.es.js +8932 -25824
  3. package/dist/index.umd.js +138 -81
  4. package/dist/style.css +1 -1
  5. package/dist/types/src/components/Public/TestResultViewer/Shared/TestExpansion.vue.d.ts +80 -0
  6. package/dist/types/src/components/Public/TestResultViewer/Templates/GXNT1/GXNT1.vue.d.ts +23 -0
  7. package/dist/types/src/components/Public/TestResultViewer/Templates/HPV/HPV.vue.d.ts +23 -0
  8. package/dist/types/{components/BookingDetail/SampleCollectionInfo.vue.d.ts → src/components/Public/TestResultViewer/Templates/HPV/WhatNext.vue.d.ts} +2 -2
  9. package/dist/types/{components/TestResult/BookAppointmentModal/BookAppointment/DateItem.vue.d.ts → src/components/Public/TestResultViewer/Templates/HPV/components/HPVResult.vue.d.ts} +2 -3
  10. package/dist/types/{components/BookingDetail/TotalPayment.vue.d.ts → src/components/Public/TestResultViewer/Templates/HPV/components/HighRiskDetail.vue.d.ts} +2 -1
  11. package/dist/types/{components/Shared/PatientName.vue.d.ts → src/components/Public/TestResultViewer/Templates/HPV/components/LowRiskDetail.vue.d.ts} +2 -1
  12. package/dist/types/src/components/Public/TestResultViewer/Templates/HPV/components/TestTooltipIcon.vue.d.ts +14 -0
  13. package/dist/types/src/components/Public/TestResultViewer/Templates/STD/STD.vue.d.ts +23 -0
  14. package/dist/types/{components/BookingDetail/BasicInfoSection.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/CategoryHeader.vue.d.ts} +13 -7
  15. package/dist/types/{components/BookingDetail/BookingStatusComponent.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/CategoryItem.vue.d.ts} +6 -3
  16. package/dist/types/{components/TestResult/BookAppointmentModal/BookAppointment/BookAppointment.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestExtraInfo.vue.d.ts} +13 -10
  17. package/dist/types/{components/BookingDetail/DiagLogo.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestHeader/DiagValue.vue.d.ts} +5 -4
  18. package/dist/types/{components/BookingDetail/BookingNote.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestHeader/ImagingValue.vue.d.ts} +4 -4
  19. package/dist/types/{components/TestResult/Mobile/ResultTab/TestResultListItem.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestHeader/TestHeader.vue.d.ts} +7 -5
  20. package/dist/types/{components/TestResult/Mobile/ResultTab/TestResultDetail/UpcomingAppointment.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestHistory.vue.d.ts} +2 -1
  21. package/dist/types/{components/BookingDetail/BookingNumber.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestItem.vue.d.ts} +6 -5
  22. package/dist/types/{components/BookingDetail/BasicInfo.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestValueLabelRow.vue.d.ts} +13 -6
  23. package/dist/types/{components/BookingDetail/BookingResultStatus.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestValueNumeric/RangeGroup.vue.d.ts} +24 -7
  24. package/dist/types/src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestValueNumeric/TestValueNumeric.vue.d.ts +48 -0
  25. package/dist/types/{components/BookingDetail/PaymentStatusComponent.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestValueText.vue.d.ts} +5 -2
  26. package/dist/types/{components/Shared/CtaButton.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestValueXML.vue.d.ts} +6 -7
  27. package/dist/types/src/components/Public/TestResultViewer/Templates/Shared/DigitalView.vue.d.ts +23 -0
  28. package/dist/types/{components/TestResult/BookAppointmentModal/BookAppointment/SuccessMessage.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/FAQList.vue.d.ts} +2 -1
  29. package/dist/types/{components/BookingDetail/BookingDetail.vue.d.ts → src/components/Public/TestResultViewer/TestResultViewer.vue.d.ts} +16 -10
  30. package/dist/types/src/components/Public/index.d.ts +1 -0
  31. package/dist/types/src/components/Shared/BButton.vue.d.ts +53 -0
  32. package/dist/types/src/components/Shared/BCollapse.vue.d.ts +35 -0
  33. package/dist/types/{components/TestResult/Mobile/ResultTab/TestResultDetail/TestResultDetail.vue.d.ts → src/components/Shared/BModal/BModal.vue.d.ts} +12 -10
  34. package/dist/types/{components/Shared/SectionTitle.vue.d.ts → src/components/Shared/BTooltips.vue.d.ts} +3 -0
  35. package/dist/types/src/components/Shared/index.d.ts +7 -0
  36. package/dist/types/src/composables/HPV.d.ts +7 -0
  37. package/dist/types/src/composables/TestResult.d.ts +4 -0
  38. package/dist/types/src/constants/Common.d.ts +2 -0
  39. package/dist/types/src/constants/Enums.d.ts +121 -0
  40. package/dist/types/src/helpers/ComponentHelper.d.ts +3 -0
  41. package/dist/types/{index.d.ts → src/index.d.ts} +2 -4
  42. package/dist/types/{types → src/types}/TestResult.d.ts +74 -29
  43. package/dist/types/src/types/index.d.ts +1 -0
  44. package/package.json +5 -8
  45. package/dist/types/components/BookingDetail/BookingCtaButtons.vue.d.ts +0 -34
  46. package/dist/types/components/BookingDetail/BookingDetailDesktop.vue.d.ts +0 -34
  47. package/dist/types/components/BookingDetail/BottomCurved.vue.d.ts +0 -29
  48. package/dist/types/components/BookingDetail/CtaButton.vue.d.ts +0 -40
  49. package/dist/types/components/BookingDetail/DiagSupport.vue.d.ts +0 -2
  50. package/dist/types/components/BookingDetail/TestList.vue.d.ts +0 -27
  51. package/dist/types/components/BookingDetail/index.d.ts +0 -2
  52. package/dist/types/components/Shared/CtaButtonSkeleton.vue.d.ts +0 -2
  53. package/dist/types/components/Shared/LoadingSkeleton.vue.d.ts +0 -2
  54. package/dist/types/components/Shared/NoItemsFound.vue.d.ts +0 -36
  55. package/dist/types/components/Shared/ResultStatus.vue.d.ts +0 -23
  56. package/dist/types/components/Shared/TitleIcon.vue.d.ts +0 -30
  57. package/dist/types/components/Shared/index.d.ts +0 -3
  58. package/dist/types/components/TestResult/BookAppointmentModal/BookAppointment/DayPartItem.vue.d.ts +0 -24
  59. package/dist/types/components/TestResult/BookAppointmentModal/BookAppointment/ErrorMessage.vue.d.ts +0 -2
  60. package/dist/types/components/TestResult/BookAppointmentModal/BookAppointment/TimeSlotItem.vue.d.ts +0 -30
  61. package/dist/types/components/TestResult/BookAppointmentModal/BookAppointmentModal.vue.d.ts +0 -39
  62. package/dist/types/components/TestResult/CallUsFilledButton.vue.d.ts +0 -2
  63. package/dist/types/components/TestResult/CheckOthersButton.vue.d.ts +0 -2
  64. package/dist/types/components/TestResult/Desktop/ResultReady.vue.d.ts +0 -15
  65. package/dist/types/components/TestResult/Mobile/BookingTab/BookingList.vue.d.ts +0 -36
  66. package/dist/types/components/TestResult/Mobile/BookingTab/BookingListItem.vue.d.ts +0 -23
  67. package/dist/types/components/TestResult/Mobile/MyProfile.vue.d.ts +0 -34
  68. package/dist/types/components/TestResult/Mobile/ResultTab/TestResultDetail/BookAppointmentButton.vue.d.ts +0 -4
  69. package/dist/types/components/TestResult/Mobile/ResultTab/TestResultDetail/DoctorNote.vue.d.ts +0 -28
  70. package/dist/types/components/TestResult/Mobile/ResultTab/TestResultDetail/ResultOverview.vue.d.ts +0 -23
  71. package/dist/types/components/TestResult/Mobile/ResultTab/TestResultDetail/TestResultDetailSkeleton/ResultViewerSkeleton.vue.d.ts +0 -2
  72. package/dist/types/components/TestResult/Mobile/ResultTab/TestResultDetail/TestResultDetailSkeleton/TestResultDetailSkeleton.vue.d.ts +0 -2
  73. package/dist/types/components/TestResult/Mobile/ResultTab/TestResultList.vue.d.ts +0 -40
  74. package/dist/types/components/TestResult/PatientFullInfo.vue.d.ts +0 -27
  75. package/dist/types/components/TestResult/RejectedResult.vue.d.ts +0 -10
  76. package/dist/types/components/TestResult/TabTitle.vue.d.ts +0 -9
  77. package/dist/types/components/TestResult/TestResultHistoryDetailModal/TestResultHistoryDetail.vue.d.ts +0 -34
  78. package/dist/types/components/TestResult/TestResultHistoryDetailModal/TestResultHistoryDetailModal.vue.d.ts +0 -27
  79. package/dist/types/components/TestResult/index.d.ts +0 -15
  80. package/dist/types/composables/Booking.d.ts +0 -5
  81. package/dist/types/composables/BookingDetail.d.ts +0 -6
  82. package/dist/types/composables/Patient.d.ts +0 -5
  83. package/dist/types/constants/Common.d.ts +0 -15
  84. package/dist/types/constants/Enums.d.ts +0 -103
  85. package/dist/types/helpers/ComponentHelper.d.ts +0 -2
  86. package/dist/types/helpers/DateHelper.d.ts +0 -1
  87. package/dist/types/types/Appointment.d.ts +0 -14
  88. package/dist/types/types/Booking.d.ts +0 -98
  89. package/dist/types/types/Common.d.ts +0 -5
  90. package/dist/types/types/TestResultHistory.d.ts +0 -23
  91. package/dist/types/types/index.d.ts +0 -5
  92. /package/dist/types/{components/TestResult/Desktop → src/components/Public/TestResultViewer/Shared}/CallUsTextButton.vue.d.ts +0 -0
  93. /package/dist/types/{components/TestResult/Mobile/ResultTab/TestResultDetail/ResultReadyV2.vue.d.ts → src/components/Public/TestResultViewer/Templates/Default/Default.vue.d.ts} +0 -0
  94. /package/dist/types/{components/BasePlayground.vue.d.ts → src/components/Public/TestResultViewer/Templates/Shared/CategoryItem/TestHeader/OutsourceValue.vue.d.ts} +0 -0
  95. /package/dist/types/{components/BookingDetail/BookingDetailDesktopSkeleton/BasicInfoSkeleton.vue.d.ts → src/components/Shared/BModal/BModalBody.vue.d.ts} +0 -0
  96. /package/dist/types/{components/BookingDetail/BookingDetailDesktopSkeleton/BookingDetailDesktopSkeleton.vue.d.ts → src/components/Shared/BModal/BModalFooter.vue.d.ts} +0 -0
  97. /package/dist/types/{components/BookingDetail/BookingDetailSkeleton/BasicInfoSkeleton.vue.d.ts → src/components/Shared/BModal/BModalHeader.vue.d.ts} +0 -0
  98. /package/dist/types/{components/BookingDetail/BookingDetailSkeleton/BookingDetailSkeleton.vue.d.ts → src/playground/PlaygroundView.vue.d.ts} +0 -0
  99. /package/dist/types/{plugin.d.ts → src/plugin.d.ts} +0 -0
@@ -1,34 +0,0 @@
1
- import type { Booking } from '@/types';
2
- export interface CtaButtonType {
3
- icon?: string;
4
- title?: string;
5
- subtitile?: string;
6
- visible: boolean;
7
- buttonText?: string;
8
- buttonDisabled?: boolean;
9
- }
10
- /**
11
- * Props
12
- */
13
- export interface Props {
14
- booking: Booking;
15
- }
16
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:view-results" | "click:find-location")[], "click:view-results" | "click:find-location", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>> & {
17
- "onClick:view-results"?: (...args: any[]) => any;
18
- "onClick:find-location"?: (...args: any[]) => any;
19
- }, {}>;
20
- export default _default;
21
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- declare type __VLS_TypePropsToRuntimeProps<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
- declare type __VLS_WithDefaults<P, D> = {
31
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
32
- default: D[K];
33
- } : P[K];
34
- };
@@ -1,34 +0,0 @@
1
- import type { Booking } from '@/types';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- booking: Booking;
7
- loading: boolean;
8
- hideSupport?: boolean;
9
- }
10
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- hideSupport: boolean;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:view-results" | "click:find-location")[], "click:view-results" | "click:find-location", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
- hideSupport: boolean;
14
- }>>> & {
15
- "onClick:view-results"?: (...args: any[]) => any;
16
- "onClick:find-location"?: (...args: any[]) => any;
17
- }, {
18
- hideSupport: boolean;
19
- }>;
20
- export default _default;
21
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- declare type __VLS_TypePropsToRuntimeProps<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
- declare type __VLS_WithDefaults<P, D> = {
31
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
32
- default: D[K];
33
- } : P[K];
34
- };
@@ -1,29 +0,0 @@
1
- import { BottomCursedType } from '@/constants/Enums';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- type?: `${BottomCursedType}`;
7
- }
8
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
- type: BottomCursedType;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- type: BottomCursedType;
12
- }>>>, {
13
- type: "md" | "lg";
14
- }>;
15
- export default _default;
16
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- declare type __VLS_TypePropsToRuntimeProps<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
25
- declare type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
27
- default: D[K];
28
- } : P[K];
29
- };
@@ -1,40 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- icon: string;
6
- title: string;
7
- subtitle?: string;
8
- buttonText?: string;
9
- buttonDisabled?: boolean;
10
- }
11
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- subtitle: string;
13
- buttonText: string;
14
- buttonDisabled: boolean;
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click:button"[], "click:button", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
- subtitle: string;
17
- buttonText: string;
18
- buttonDisabled: boolean;
19
- }>>> & {
20
- "onClick:button"?: (...args: any[]) => any;
21
- }, {
22
- subtitle: string;
23
- buttonText: string;
24
- buttonDisabled: boolean;
25
- }>;
26
- export default _default;
27
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- declare type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
- declare type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
38
- default: D[K];
39
- } : P[K];
40
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,27 +0,0 @@
1
- import type { BookingService, BookingServiceDetail } from '@/types';
2
- export interface ServiceDataItem {
3
- title: string;
4
- items: BookingServiceDetail[];
5
- }
6
- /**
7
- * Props
8
- */
9
- export interface Props {
10
- services: BookingService[];
11
- }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}>;
13
- export default _default;
14
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- declare type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- declare type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
25
- default: D[K];
26
- } : P[K];
27
- };
@@ -1,2 +0,0 @@
1
- export { default as BookingDetail } from './BookingDetail.vue';
2
- export { default as BookingDetailDesktop } from './BookingDetailDesktop.vue';
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,36 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- title?: string;
6
- subtitle?: string;
7
- bookingButtonUrl?: string;
8
- }
9
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- title: string;
11
- subtitle: string;
12
- bookingButtonUrl: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
- title: string;
15
- subtitle: string;
16
- bookingButtonUrl: string;
17
- }>>>, {
18
- title: string;
19
- subtitle: string;
20
- bookingButtonUrl: string;
21
- }>;
22
- export default _default;
23
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- declare type __VLS_TypePropsToRuntimeProps<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };
32
- declare type __VLS_WithDefaults<P, D> = {
33
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
34
- default: D[K];
35
- } : P[K];
36
- };
@@ -1,23 +0,0 @@
1
- import { TestResultStatus } from '@/constants/Enums';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- status: `${TestResultStatus}`;
7
- }
8
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}>;
9
- export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
- declare type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
21
- default: D[K];
22
- } : P[K];
23
- };
@@ -1,30 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- icon: string;
6
- title: string;
7
- subtitle?: string;
8
- }
9
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- subtitle: string;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- subtitle: string;
13
- }>>>, {
14
- subtitle: string;
15
- }>;
16
- export default _default;
17
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- declare type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
- declare type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
28
- default: D[K];
29
- } : P[K];
30
- };
@@ -1,3 +0,0 @@
1
- export { default as LoadingSkeleton } from './LoadingSkeleton.vue';
2
- export { default as NoItemsFound } from './NoItemsFound.vue';
3
- export { default as CtaButton } from './CtaButton.vue';
@@ -1,24 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- text: string;
6
- disabled: boolean;
7
- selected: boolean;
8
- }
9
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}>;
10
- export default _default;
11
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- declare type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
20
- declare type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
22
- default: D[K];
23
- } : P[K];
24
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,30 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- timeSlot: Date;
6
- selected: boolean;
7
- icon?: string;
8
- }
9
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- icon: string;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- icon: string;
13
- }>>>, {
14
- icon: string;
15
- }>;
16
- export default _default;
17
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- declare type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
- declare type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
28
- default: D[K];
29
- } : P[K];
30
- };
@@ -1,39 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- modelValue: boolean;
6
- timeSlots: string[];
7
- loading: boolean;
8
- disabled: boolean;
9
- showSuccess?: boolean;
10
- showError?: boolean;
11
- }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
- showSuccess: boolean;
14
- showError: boolean;
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "book")[], "update:modelValue" | "book", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
- showSuccess: boolean;
17
- showError: boolean;
18
- }>>> & {
19
- "onUpdate:modelValue"?: (...args: any[]) => any;
20
- onBook?: (...args: any[]) => any;
21
- }, {
22
- showSuccess: boolean;
23
- showError: boolean;
24
- }>;
25
- export default _default;
26
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- declare type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
33
- };
34
- };
35
- declare type __VLS_WithDefaults<P, D> = {
36
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
37
- default: D[K];
38
- } : P[K];
39
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,15 +0,0 @@
1
- import type { TestResult } from '@/types';
2
- export interface Props {
3
- testResult: TestResult;
4
- }
5
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}>;
6
- export default _default;
7
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- declare type __VLS_TypePropsToRuntimeProps<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
- };
@@ -1,36 +0,0 @@
1
- import type { BookingCompact } from '@/types';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- items: BookingCompact[];
7
- loading: boolean;
8
- skeletonCount: number;
9
- hideLoadMore: boolean;
10
- bookingButtonUrl?: string;
11
- }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
- bookingButtonUrl: string;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("switch-to-detail" | "click:load-more")[], "switch-to-detail" | "click:load-more", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
- bookingButtonUrl: string;
16
- }>>> & {
17
- "onSwitch-to-detail"?: (...args: any[]) => any;
18
- "onClick:load-more"?: (...args: any[]) => any;
19
- }, {
20
- bookingButtonUrl: string;
21
- }>;
22
- export default _default;
23
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- declare type __VLS_TypePropsToRuntimeProps<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };
32
- declare type __VLS_WithDefaults<P, D> = {
33
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
34
- default: D[K];
35
- } : P[K];
36
- };
@@ -1,23 +0,0 @@
1
- import type { BookingCompact } from '@/types';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- item: BookingCompact;
7
- }
8
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}>;
9
- export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
- declare type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
21
- default: D[K];
22
- } : P[K];
23
- };
@@ -1,34 +0,0 @@
1
- import { Gender } from '@/constants/Enums';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- fullName: string;
7
- dob: string;
8
- gender: Gender;
9
- phoneNumber: string;
10
- loading: boolean;
11
- ctaButtonUrl?: string;
12
- }
13
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
- ctaButtonUrl: string;
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
- ctaButtonUrl: string;
17
- }>>>, {
18
- ctaButtonUrl: string;
19
- }>;
20
- export default _default;
21
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- declare type __VLS_TypePropsToRuntimeProps<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
- declare type __VLS_WithDefaults<P, D> = {
31
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
32
- default: D[K];
33
- } : P[K];
34
- };
@@ -1,4 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "book"[], "book", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
2
- onBook?: (...args: any[]) => any;
3
- }, {}>;
4
- export default _default;
@@ -1,28 +0,0 @@
1
- /**
2
- * Props
3
- */
4
- export interface Props {
5
- doctorNote?: string;
6
- }
7
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
- doctorNote: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- doctorNote: string;
11
- }>>>, {
12
- doctorNote: string;
13
- }>;
14
- export default _default;
15
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- declare type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
- declare type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
26
- default: D[K];
27
- } : P[K];
28
- };
@@ -1,23 +0,0 @@
1
- import type { TestResultOverview } from '@/types';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- overview: TestResultOverview[];
7
- }
8
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}>;
9
- export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
- declare type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
21
- default: D[K];
22
- } : P[K];
23
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,40 +0,0 @@
1
- import type { TestResultCompact } from '@/types';
2
- /**
3
- * Props
4
- */
5
- export interface Props {
6
- items: TestResultCompact[];
7
- loading: boolean;
8
- skeletonCount: number;
9
- ctaButtonUrl?: string;
10
- hideLoadMore: boolean;
11
- bookingButtonUrl?: string;
12
- }
13
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
- ctaButtonUrl: string;
15
- bookingButtonUrl: string;
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("switch-to-detail" | "click:load-more")[], "switch-to-detail" | "click:load-more", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
- ctaButtonUrl: string;
18
- bookingButtonUrl: string;
19
- }>>> & {
20
- "onSwitch-to-detail"?: (...args: any[]) => any;
21
- "onClick:load-more"?: (...args: any[]) => any;
22
- }, {
23
- bookingButtonUrl: string;
24
- ctaButtonUrl: string;
25
- }>;
26
- export default _default;
27
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- declare type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
- declare type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
38
- default: D[K];
39
- } : P[K];
40
- };
@@ -1,27 +0,0 @@
1
- import type { TestResult } from '@/types';
2
- export interface Props {
3
- isGreeting?: boolean;
4
- testResult: TestResult;
5
- }
6
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
- isGreeting: boolean;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
- isGreeting: boolean;
10
- }>>>, {
11
- isGreeting: boolean;
12
- }>;
13
- export default _default;
14
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- declare type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- declare type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
25
- default: D[K];
26
- } : P[K];
27
- };