@tipp/ui 1.6.11 → 1.6.13
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/app/index.cjs +418 -276
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +7 -3
- package/dist/app/platform/coach-question-list.cjs +175 -33
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +6 -2
- package/dist/app/platform/edit-coaching-time.cjs +218 -76
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +7 -3
- package/dist/app/platform/edit-service-type.cjs +211 -69
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +7 -3
- package/dist/app/platform/goal-manage-card-edit.cjs +220 -78
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +7 -3
- package/dist/app/platform/goal-manage-card-read.cjs +205 -63
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +6 -2
- package/dist/app/platform/on-offline-radio-card.cjs +204 -62
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +7 -3
- package/dist/app/platform/report-card.cjs +176 -34
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +6 -2
- package/dist/app/platform/reservation-card.cjs +246 -104
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +7 -3
- package/dist/app/platform/session-card.cjs +263 -121
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +7 -3
- package/dist/app/platform/session-review-simple-read.cjs +176 -34
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +6 -2
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +209 -67
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +6 -2
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +186 -44
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +6 -2
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +189 -47
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +6 -2
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +175 -33
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +6 -2
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +185 -43
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +6 -2
- package/dist/app/platform/userInfos/utils.cjs +177 -35
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +6 -2
- package/dist/atoms/index.cjs +197 -55
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +6 -2
- package/dist/atoms/pagination.cjs +155 -13
- package/dist/atoms/pagination.cjs.map +1 -1
- package/dist/atoms/pagination.js +6 -2
- package/dist/chunk-36JWMSRI.js +39 -0
- package/dist/chunk-36JWMSRI.js.map +1 -0
- package/dist/chunk-3WSZRTAF.js +50 -0
- package/dist/chunk-3WSZRTAF.js.map +1 -0
- package/dist/chunk-7WVKYXIG.js +1 -0
- package/dist/chunk-7WVKYXIG.js.map +1 -0
- package/dist/chunk-A75U32HT.js +39 -0
- package/dist/chunk-A75U32HT.js.map +1 -0
- package/dist/chunk-CG4LCYFW.js +192 -0
- package/dist/chunk-CG4LCYFW.js.map +1 -0
- package/dist/chunk-MZAO3VEU.js +41 -0
- package/dist/chunk-MZAO3VEU.js.map +1 -0
- package/dist/chunk-T6CF4F7J.js +41 -0
- package/dist/chunk-T6CF4F7J.js.map +1 -0
- package/dist/chunk-UZMOWHC3.js +52 -0
- package/dist/chunk-UZMOWHC3.js.map +1 -0
- package/dist/icon.cjs +150 -0
- package/dist/icon.cjs.map +1 -1
- package/dist/icon.d.cts +4 -0
- package/dist/icon.d.ts +4 -0
- package/dist/icon.js +20 -4
- package/dist/icons/camera-disabled.cjs +98 -0
- package/dist/icons/camera-disabled.cjs.map +1 -0
- package/dist/icons/camera-disabled.d.cts +6 -0
- package/dist/icons/camera-disabled.d.ts +6 -0
- package/dist/icons/camera-disabled.js +8 -0
- package/dist/icons/camera-disabled.js.map +1 -0
- package/dist/icons/camera.cjs +96 -0
- package/dist/icons/camera.cjs.map +1 -0
- package/dist/icons/camera.d.cts +6 -0
- package/dist/icons/camera.d.ts +6 -0
- package/dist/icons/camera.js +8 -0
- package/dist/icons/camera.js.map +1 -0
- package/dist/icons/end-call.js +3 -44
- package/dist/icons/end-call.js.map +1 -1
- package/dist/icons/index.cjs +150 -0
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.d.cts +4 -0
- package/dist/icons/index.d.ts +4 -0
- package/dist/icons/index.js +20 -4
- package/dist/icons/mic.js +3 -46
- package/dist/icons/mic.js.map +1 -1
- package/dist/icons/video-disabled.cjs +4 -4
- package/dist/icons/video-disabled.cjs.map +1 -1
- package/dist/icons/video-disabled.d.cts +2 -2
- package/dist/icons/video-disabled.d.ts +2 -2
- package/dist/icons/video-disabled.js +4 -36
- package/dist/icons/video-disabled.js.map +1 -1
- package/dist/icons/video.cjs +4 -4
- package/dist/icons/video.cjs.map +1 -1
- package/dist/icons/video.d.cts +2 -2
- package/dist/icons/video.d.ts +2 -2
- package/dist/icons/video.js +4 -34
- package/dist/icons/video.js.map +1 -1
- package/dist/index.cjs +556 -406
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +21 -5
- package/dist/molecules/date-picker/date-picker-button.cjs +183 -41
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.js +6 -2
- package/dist/molecules/date-picker/index.cjs +154 -12
- package/dist/molecules/date-picker/index.cjs.map +1 -1
- package/dist/molecules/date-picker/index.js +6 -2
- package/dist/molecules/expand-table/index.cjs +199 -57
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +7 -3
- package/dist/molecules/expand-table/row.cjs +175 -33
- package/dist/molecules/expand-table/row.cjs.map +1 -1
- package/dist/molecules/expand-table/row.js +6 -2
- package/dist/molecules/index.cjs +316 -174
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +7 -3
- package/dist/molecules/navigation.cjs +175 -33
- package/dist/molecules/navigation.cjs.map +1 -1
- package/dist/molecules/navigation.js +6 -2
- package/dist/molecules/radio-button-card.cjs +173 -31
- package/dist/molecules/radio-button-card.cjs.map +1 -1
- package/dist/molecules/radio-button-card.js +6 -2
- package/dist/molecules/stepper.cjs +162 -20
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +6 -2
- package/dist/molecules/tag-selector.cjs +215 -73
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +6 -2
- package/dist/molecules/time-select.cjs +174 -32
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +6 -2
- package/package.json +1 -1
- package/src/icons/{video-disabled.tsx → camera-disabled.tsx} +2 -2
- package/src/icons/{video.tsx → camera.tsx} +2 -2
- package/src/icons/index.ts +4 -0
package/dist/index.cjs
CHANGED
|
@@ -78,6 +78,8 @@ __export(src_exports, {
|
|
|
78
78
|
Button: () => Button,
|
|
79
79
|
CalendarIcon: () => import_react_icons3.CalendarIcon,
|
|
80
80
|
Callout: () => import_themes8.Callout,
|
|
81
|
+
CameraDisabledIcon: () => CameraDisabledIcon,
|
|
82
|
+
CameraIcon: () => CameraIcon,
|
|
81
83
|
Card: () => Card,
|
|
82
84
|
ChatBubbleIcon: () => import_react_icons3.ChatBubbleIcon,
|
|
83
85
|
CheckCircledIcon: () => import_react_icons3.CheckCircledIcon,
|
|
@@ -120,6 +122,7 @@ __export(src_exports, {
|
|
|
120
122
|
EditServiceType: () => EditServiceType,
|
|
121
123
|
EllipsisTooltip: () => EllipsisTooltip,
|
|
122
124
|
Em: () => import_themes21.Em,
|
|
125
|
+
EndCallIcon: () => EndCallIcon,
|
|
123
126
|
ExclamationTriangleIcon: () => import_react_icons3.ExclamationTriangleIcon,
|
|
124
127
|
ExitIcon: () => import_react_icons3.ExitIcon,
|
|
125
128
|
ExpandTable: () => ExpandTable,
|
|
@@ -145,6 +148,7 @@ __export(src_exports, {
|
|
|
145
148
|
Link: () => Link,
|
|
146
149
|
Link2Icon: () => import_react_icons3.Link2Icon,
|
|
147
150
|
MagnifyingGlassIcon: () => import_react_icons3.MagnifyingGlassIcon,
|
|
151
|
+
MicIcon: () => MicIcon,
|
|
148
152
|
MixerHorizontalIcon: () => import_react_icons3.MixerHorizontalIcon,
|
|
149
153
|
Navigation: () => Navigation,
|
|
150
154
|
OnOfflineRadioCard: () => OnOfflineRadioCard,
|
|
@@ -987,8 +991,150 @@ var TriangleArrowDownIcon = React7.forwardRef(
|
|
|
987
991
|
);
|
|
988
992
|
TriangleArrowDownIcon.displayName = "ArrowDownIcon";
|
|
989
993
|
|
|
990
|
-
// src/
|
|
994
|
+
// src/icons/mic.tsx
|
|
995
|
+
var React8 = __toESM(require("react"), 1);
|
|
991
996
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
997
|
+
var MicIcon = React8.forwardRef(
|
|
998
|
+
(_a, forwardedRef) => {
|
|
999
|
+
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1000
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
1001
|
+
"svg",
|
|
1002
|
+
__spreadProps(__spreadValues({
|
|
1003
|
+
fill: "none",
|
|
1004
|
+
height: "16",
|
|
1005
|
+
viewBox: "0 0 12 16",
|
|
1006
|
+
width: "12",
|
|
1007
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1008
|
+
}, props), {
|
|
1009
|
+
ref: forwardedRef,
|
|
1010
|
+
children: [
|
|
1011
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1012
|
+
"path",
|
|
1013
|
+
{
|
|
1014
|
+
clipRule: "evenodd",
|
|
1015
|
+
d: "M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z",
|
|
1016
|
+
fill: color,
|
|
1017
|
+
fillRule: "evenodd"
|
|
1018
|
+
}
|
|
1019
|
+
),
|
|
1020
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1021
|
+
"path",
|
|
1022
|
+
{
|
|
1023
|
+
d: "M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056",
|
|
1024
|
+
stroke: color,
|
|
1025
|
+
strokeLinecap: "round",
|
|
1026
|
+
strokeWidth: "1.2"
|
|
1027
|
+
}
|
|
1028
|
+
)
|
|
1029
|
+
]
|
|
1030
|
+
})
|
|
1031
|
+
);
|
|
1032
|
+
}
|
|
1033
|
+
);
|
|
1034
|
+
MicIcon.displayName = "MicIcon";
|
|
1035
|
+
|
|
1036
|
+
// src/icons/camera.tsx
|
|
1037
|
+
var React9 = __toESM(require("react"), 1);
|
|
1038
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1039
|
+
var CameraIcon = React9.forwardRef(
|
|
1040
|
+
(_a, forwardedRef) => {
|
|
1041
|
+
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1042
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1043
|
+
"svg",
|
|
1044
|
+
__spreadProps(__spreadValues({
|
|
1045
|
+
fill: "none",
|
|
1046
|
+
height: "16",
|
|
1047
|
+
ref: forwardedRef,
|
|
1048
|
+
viewBox: "0 0 16 16",
|
|
1049
|
+
width: "16",
|
|
1050
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1051
|
+
}, props), {
|
|
1052
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1053
|
+
"path",
|
|
1054
|
+
{
|
|
1055
|
+
d: "M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z",
|
|
1056
|
+
fill: color
|
|
1057
|
+
}
|
|
1058
|
+
)
|
|
1059
|
+
})
|
|
1060
|
+
);
|
|
1061
|
+
}
|
|
1062
|
+
);
|
|
1063
|
+
CameraIcon.displayName = "CameraIcon";
|
|
1064
|
+
|
|
1065
|
+
// src/icons/camera-disabled.tsx
|
|
1066
|
+
var React10 = __toESM(require("react"), 1);
|
|
1067
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1068
|
+
var CameraDisabledIcon = React10.forwardRef(
|
|
1069
|
+
(_a, forwardedRef) => {
|
|
1070
|
+
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1071
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1072
|
+
"svg",
|
|
1073
|
+
__spreadProps(__spreadValues({
|
|
1074
|
+
fill: "none",
|
|
1075
|
+
height: "16",
|
|
1076
|
+
ref: forwardedRef,
|
|
1077
|
+
viewBox: "0 0 16 16",
|
|
1078
|
+
width: "16",
|
|
1079
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1080
|
+
}, props), {
|
|
1081
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1082
|
+
"path",
|
|
1083
|
+
{
|
|
1084
|
+
clipRule: "evenodd",
|
|
1085
|
+
d: "M0 3.3872C0 2.4624 0.470588 2 1.41176 2H10.3529C11.2941 2 11.7647 2.9248 11.7647 3.3872V4.95122C11.7647 5.10908 11.8924 5.2368 12.0502 5.2368H12.2353C12.5222 5.2368 14.6546 4.11005 15.577 3.61542C15.768 3.51296 16 3.65133 16 3.86817V11.714C16 11.9256 15.7782 12.0638 15.5883 11.9706L12.2949 10.3525C12.2557 10.3332 12.2126 10.3232 12.1689 10.3232H12.0504C11.8926 10.3232 11.7647 10.451 11.7647 10.6089V12.1728C11.7647 13.0976 11.7647 13.56 10.8235 13.56H0.941176C0.470588 13.56 0 13.0976 0 12.1728V3.3872ZM8.67719 6.41215C8.8854 6.20379 8.8854 5.86598 8.67719 5.65762C8.46887 5.44925 8.13116 5.44925 7.92284 5.65762L6.16668 7.4145L4.41052 5.65762C4.2022 5.44925 3.8645 5.44925 3.65618 5.65762C3.44794 5.86598 3.44794 6.20379 3.65618 6.41215L5.41244 8.16904L3.65618 9.92593C3.44794 10.1343 3.44794 10.4721 3.65618 10.6805C3.8645 10.8888 4.2022 10.8888 4.41052 10.6805L6.16668 8.92358L7.92284 10.6805C8.13116 10.8888 8.46887 10.8888 8.67719 10.6805C8.8854 10.4721 8.8854 10.1343 8.67719 9.92593L6.92092 8.16904L8.67719 6.41215Z",
|
|
1086
|
+
fill: color,
|
|
1087
|
+
fillRule: "evenodd"
|
|
1088
|
+
}
|
|
1089
|
+
)
|
|
1090
|
+
})
|
|
1091
|
+
);
|
|
1092
|
+
}
|
|
1093
|
+
);
|
|
1094
|
+
CameraDisabledIcon.displayName = "VideoDisabledIcon";
|
|
1095
|
+
|
|
1096
|
+
// src/icons/end-call.tsx
|
|
1097
|
+
var React11 = __toESM(require("react"), 1);
|
|
1098
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
1099
|
+
var EndCallIcon = React11.forwardRef(
|
|
1100
|
+
(_a, forwardedRef) => {
|
|
1101
|
+
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1102
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
1103
|
+
"svg",
|
|
1104
|
+
__spreadProps(__spreadValues({
|
|
1105
|
+
fill: "none",
|
|
1106
|
+
height: "16",
|
|
1107
|
+
ref: forwardedRef,
|
|
1108
|
+
viewBox: "0 0 16 16",
|
|
1109
|
+
width: "16",
|
|
1110
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1111
|
+
}, props), {
|
|
1112
|
+
children: [
|
|
1113
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1114
|
+
"path",
|
|
1115
|
+
{
|
|
1116
|
+
d: "M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
|
|
1117
|
+
fill: color
|
|
1118
|
+
}
|
|
1119
|
+
),
|
|
1120
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1121
|
+
"path",
|
|
1122
|
+
{
|
|
1123
|
+
d: "M2 12H14M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
|
|
1124
|
+
stroke: color,
|
|
1125
|
+
strokeLinecap: "round",
|
|
1126
|
+
strokeWidth: "1.5"
|
|
1127
|
+
}
|
|
1128
|
+
)
|
|
1129
|
+
]
|
|
1130
|
+
})
|
|
1131
|
+
);
|
|
1132
|
+
}
|
|
1133
|
+
);
|
|
1134
|
+
EndCallIcon.displayName = "EndCallIcon";
|
|
1135
|
+
|
|
1136
|
+
// src/atoms/pagination.tsx
|
|
1137
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
992
1138
|
function Pagination(props) {
|
|
993
1139
|
const { onChange, count = 0, siblingCount = 2 } = props;
|
|
994
1140
|
const [page, setPage] = (0, import_react15.useState)(() => props.page || props.defaultPage || 1);
|
|
@@ -1052,19 +1198,19 @@ function Pagination(props) {
|
|
|
1052
1198
|
size: "3",
|
|
1053
1199
|
style: { borderRadius: "50%" }
|
|
1054
1200
|
};
|
|
1055
|
-
return /* @__PURE__ */ (0,
|
|
1056
|
-
/* @__PURE__ */ (0,
|
|
1201
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes22.Flex, { align: "center", className: "tipp-pagination", gap: "4", children: [
|
|
1202
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1057
1203
|
import_themes18.IconButton,
|
|
1058
1204
|
__spreadProps(__spreadValues({
|
|
1059
1205
|
disabled: !doublePrev,
|
|
1060
1206
|
onClick: onClickDoublePrev
|
|
1061
1207
|
}, moveButtonProps), {
|
|
1062
|
-
children: /* @__PURE__ */ (0,
|
|
1208
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons3.DoubleArrowLeftIcon, __spreadValues({}, iconSize))
|
|
1063
1209
|
})
|
|
1064
1210
|
),
|
|
1065
|
-
/* @__PURE__ */ (0,
|
|
1066
|
-
/* @__PURE__ */ (0,
|
|
1067
|
-
return /* @__PURE__ */ (0,
|
|
1211
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes18.IconButton, __spreadProps(__spreadValues({ disabled: !prev, onClick: onClickPrev }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons3.ChevronLeftIcon, __spreadValues({}, iconSize)) })),
|
|
1212
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes22.Flex, { gap: "1", children: visibleItems.map((item) => {
|
|
1213
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1068
1214
|
"button",
|
|
1069
1215
|
{
|
|
1070
1216
|
className: `page-button ${item === page ? "active" : ""}`,
|
|
@@ -1072,39 +1218,39 @@ function Pagination(props) {
|
|
|
1072
1218
|
setPage(item);
|
|
1073
1219
|
},
|
|
1074
1220
|
type: "button",
|
|
1075
|
-
children: /* @__PURE__ */ (0,
|
|
1221
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "body", children: item })
|
|
1076
1222
|
},
|
|
1077
1223
|
item
|
|
1078
1224
|
);
|
|
1079
1225
|
}) }),
|
|
1080
|
-
/* @__PURE__ */ (0,
|
|
1081
|
-
/* @__PURE__ */ (0,
|
|
1226
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes18.IconButton, __spreadProps(__spreadValues({ disabled: !next, onClick: onClickNext }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons3.ChevronRightIcon, __spreadValues({}, iconSize)) })),
|
|
1227
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1082
1228
|
import_themes18.IconButton,
|
|
1083
1229
|
__spreadProps(__spreadValues({
|
|
1084
1230
|
disabled: !doubleNext,
|
|
1085
1231
|
onClick: onClickDoubleNext
|
|
1086
1232
|
}, moveButtonProps), {
|
|
1087
|
-
children: /* @__PURE__ */ (0,
|
|
1233
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons3.DoubleArrowRightIcon, __spreadValues({}, iconSize))
|
|
1088
1234
|
})
|
|
1089
1235
|
)
|
|
1090
1236
|
] });
|
|
1091
1237
|
}
|
|
1092
1238
|
|
|
1093
1239
|
// src/atoms/field-error-wrapper.tsx
|
|
1094
|
-
var
|
|
1240
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1095
1241
|
function FieldErrorWrapper({
|
|
1096
1242
|
children,
|
|
1097
1243
|
error
|
|
1098
1244
|
}) {
|
|
1099
|
-
return /* @__PURE__ */ (0,
|
|
1245
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes22.Flex, { direction: "column", gap: "1", children: [
|
|
1100
1246
|
children,
|
|
1101
|
-
error ? /* @__PURE__ */ (0,
|
|
1247
|
+
error ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { color: "red", variant: "caption", children: error }) : null
|
|
1102
1248
|
] });
|
|
1103
1249
|
}
|
|
1104
1250
|
|
|
1105
1251
|
// src/atoms/ellipsis-tooltip.tsx
|
|
1106
1252
|
var import_react16 = require("react");
|
|
1107
|
-
var
|
|
1253
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
1108
1254
|
function EllipsisTooltip(props) {
|
|
1109
1255
|
const _a = props, { children, style, lineClamp = 2 } = _a, rest = __objRest(_a, ["children", "style", "lineClamp"]);
|
|
1110
1256
|
const ref = (0, import_react16.useRef)(null);
|
|
@@ -1126,7 +1272,7 @@ function EllipsisTooltip(props) {
|
|
|
1126
1272
|
ref.current.addEventListener("mouseleave", mouseOut);
|
|
1127
1273
|
}
|
|
1128
1274
|
}, [children]);
|
|
1129
|
-
return /* @__PURE__ */ (0,
|
|
1275
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_themes48.Tooltip, { content: children, style: { display: tooltipDisplay }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1130
1276
|
Typo,
|
|
1131
1277
|
__spreadProps(__spreadValues({}, rest), {
|
|
1132
1278
|
ref,
|
|
@@ -1150,12 +1296,12 @@ var Dialog2 = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
|
1150
1296
|
var import_themes50 = require("@radix-ui/themes");
|
|
1151
1297
|
|
|
1152
1298
|
// src/icons/close-panel-arrow.tsx
|
|
1153
|
-
var
|
|
1154
|
-
var
|
|
1155
|
-
var ClosePanelArrowIcon =
|
|
1299
|
+
var React14 = __toESM(require("react"), 1);
|
|
1300
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
1301
|
+
var ClosePanelArrowIcon = React14.forwardRef(
|
|
1156
1302
|
(_a, forwardedRef) => {
|
|
1157
1303
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1158
|
-
return /* @__PURE__ */ (0,
|
|
1304
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
1159
1305
|
"svg",
|
|
1160
1306
|
__spreadProps(__spreadValues({
|
|
1161
1307
|
fill: "none",
|
|
@@ -1166,7 +1312,7 @@ var ClosePanelArrowIcon = React10.forwardRef(
|
|
|
1166
1312
|
}, props), {
|
|
1167
1313
|
ref: forwardedRef,
|
|
1168
1314
|
children: [
|
|
1169
|
-
/* @__PURE__ */ (0,
|
|
1315
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1170
1316
|
"path",
|
|
1171
1317
|
{
|
|
1172
1318
|
clipRule: "evenodd",
|
|
@@ -1175,7 +1321,7 @@ var ClosePanelArrowIcon = React10.forwardRef(
|
|
|
1175
1321
|
fillRule: "evenodd"
|
|
1176
1322
|
}
|
|
1177
1323
|
),
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1324
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1179
1325
|
"path",
|
|
1180
1326
|
{
|
|
1181
1327
|
clipRule: "evenodd",
|
|
@@ -1192,9 +1338,9 @@ var ClosePanelArrowIcon = React10.forwardRef(
|
|
|
1192
1338
|
ClosePanelArrowIcon.displayName = "ArrowDownIcon";
|
|
1193
1339
|
|
|
1194
1340
|
// src/atoms/drawer.tsx
|
|
1195
|
-
var
|
|
1341
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
1196
1342
|
function Root6(props) {
|
|
1197
|
-
return /* @__PURE__ */ (0,
|
|
1343
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Dialog2.Root, __spreadValues({}, props));
|
|
1198
1344
|
}
|
|
1199
1345
|
var preventDefault2 = (e) => {
|
|
1200
1346
|
e.preventDefault();
|
|
@@ -1208,16 +1354,16 @@ function Content6(props) {
|
|
|
1208
1354
|
const mobileHeaderSize = 48;
|
|
1209
1355
|
const desktopHeaderSize = 64;
|
|
1210
1356
|
const separatorSize = 1;
|
|
1211
|
-
return /* @__PURE__ */ (0,
|
|
1212
|
-
/* @__PURE__ */ (0,
|
|
1213
|
-
/* @__PURE__ */ (0,
|
|
1214
|
-
/* @__PURE__ */ (0,
|
|
1357
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Dialog2.Portal, { container: containerRef.current, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes50.Theme, { children: [
|
|
1358
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Dialog2.Overlay, { className: "DrawerOverlay" }),
|
|
1359
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ToastContainer, {}),
|
|
1360
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1215
1361
|
Dialog2.Content,
|
|
1216
1362
|
__spreadProps(__spreadValues({
|
|
1217
1363
|
className: `DrawerContent ${position} ${className || ""}`,
|
|
1218
1364
|
onPointerDownOutside: preventDefault2
|
|
1219
1365
|
}, rest), {
|
|
1220
|
-
children: /* @__PURE__ */ (0,
|
|
1366
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
1221
1367
|
import_themes50.Grid,
|
|
1222
1368
|
{
|
|
1223
1369
|
height: "100%",
|
|
@@ -1227,8 +1373,8 @@ function Content6(props) {
|
|
|
1227
1373
|
sm: `${desktopHeaderSize}px ${separatorSize}px calc(100% - ${desktopHeaderSize + separatorSize}px)`
|
|
1228
1374
|
},
|
|
1229
1375
|
children: [
|
|
1230
|
-
/* @__PURE__ */ (0,
|
|
1231
|
-
/* @__PURE__ */ (0,
|
|
1376
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes22.Flex, { align: "center", px: { initial: "4", md: "6" }, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Dialog2.Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes18.IconButton, { color: "gray", variant: "outline", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ClosePanelArrowIcon, {}) }) }) }),
|
|
1377
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes39.Separator, { orientation: "horizontal", size: "4" }),
|
|
1232
1378
|
children
|
|
1233
1379
|
]
|
|
1234
1380
|
}
|
|
@@ -1238,7 +1384,7 @@ function Content6(props) {
|
|
|
1238
1384
|
] }) });
|
|
1239
1385
|
}
|
|
1240
1386
|
function Trigger5(props) {
|
|
1241
|
-
return /* @__PURE__ */ (0,
|
|
1387
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Dialog2.Trigger, __spreadValues({ asChild: true }, props));
|
|
1242
1388
|
}
|
|
1243
1389
|
var Drawer = {
|
|
1244
1390
|
Root: Dialog2.Root,
|
|
@@ -1252,11 +1398,11 @@ var Drawer = {
|
|
|
1252
1398
|
// src/molecules/form/form.tsx
|
|
1253
1399
|
var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
|
|
1254
1400
|
var import_react18 = require("react");
|
|
1255
|
-
var
|
|
1401
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1256
1402
|
var Root8 = (0, import_react18.forwardRef)(
|
|
1257
1403
|
(_a, ref) => {
|
|
1258
1404
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1259
|
-
return /* @__PURE__ */ (0,
|
|
1405
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1260
1406
|
RadixForm.Root,
|
|
1261
1407
|
__spreadProps(__spreadValues({}, rest), {
|
|
1262
1408
|
className: `FormRoot ${className || ""}`,
|
|
@@ -1273,22 +1419,22 @@ var FieldContext = (0, import_react18.createContext)({
|
|
|
1273
1419
|
var Field2 = (0, import_react18.forwardRef)(
|
|
1274
1420
|
(_a, ref) => {
|
|
1275
1421
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1276
|
-
return /* @__PURE__ */ (0,
|
|
1422
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1277
1423
|
RadixForm.Field,
|
|
1278
1424
|
__spreadProps(__spreadValues({}, rest), {
|
|
1279
1425
|
className: `FormField ${className || ""}`,
|
|
1280
1426
|
ref,
|
|
1281
|
-
children: /* @__PURE__ */ (0,
|
|
1427
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(FieldContext.Provider, { value: rest, children })
|
|
1282
1428
|
})
|
|
1283
1429
|
);
|
|
1284
1430
|
}
|
|
1285
1431
|
);
|
|
1286
1432
|
Field2.displayName = "FORM_FIELD";
|
|
1287
1433
|
function HeadingLabel(props) {
|
|
1288
|
-
return /* @__PURE__ */ (0,
|
|
1434
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
|
|
1289
1435
|
}
|
|
1290
1436
|
function CaptionLabel(props) {
|
|
1291
|
-
return /* @__PURE__ */ (0,
|
|
1437
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
|
|
1292
1438
|
}
|
|
1293
1439
|
var Label2 = (0, import_react18.forwardRef)(
|
|
1294
1440
|
(_a, ref) => {
|
|
@@ -1305,15 +1451,15 @@ var Label2 = (0, import_react18.forwardRef)(
|
|
|
1305
1451
|
}
|
|
1306
1452
|
}, [variant]);
|
|
1307
1453
|
const fieldProps = (0, import_react18.useContext)(FieldContext);
|
|
1308
|
-
return /* @__PURE__ */ (0,
|
|
1454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1309
1455
|
RadixForm.Label,
|
|
1310
1456
|
__spreadProps(__spreadValues({}, rest), {
|
|
1311
1457
|
asChild: true,
|
|
1312
1458
|
className: `FormLabel ${className || ""}`,
|
|
1313
1459
|
ref,
|
|
1314
|
-
children: /* @__PURE__ */ (0,
|
|
1460
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(Comp, { children: [
|
|
1315
1461
|
children,
|
|
1316
|
-
fieldProps.required ? /* @__PURE__ */ (0,
|
|
1462
|
+
fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
|
|
1317
1463
|
] })
|
|
1318
1464
|
})
|
|
1319
1465
|
);
|
|
@@ -1323,13 +1469,13 @@ Label2.displayName = "FORM_Label";
|
|
|
1323
1469
|
var Message2 = (0, import_react18.forwardRef)(
|
|
1324
1470
|
(_a, ref) => {
|
|
1325
1471
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1326
|
-
return /* @__PURE__ */ (0,
|
|
1472
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1327
1473
|
RadixForm.Message,
|
|
1328
1474
|
__spreadProps(__spreadValues({}, rest), {
|
|
1329
1475
|
asChild: true,
|
|
1330
1476
|
className: `FormMessage ${className || ""}`,
|
|
1331
1477
|
ref,
|
|
1332
|
-
children: /* @__PURE__ */ (0,
|
|
1478
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, { color: "red", children })
|
|
1333
1479
|
})
|
|
1334
1480
|
);
|
|
1335
1481
|
}
|
|
@@ -1339,7 +1485,7 @@ var Control2 = (0, import_react18.forwardRef)(
|
|
|
1339
1485
|
(_a, ref) => {
|
|
1340
1486
|
var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
|
|
1341
1487
|
const fieldProps = (0, import_react18.useContext)(FieldContext);
|
|
1342
|
-
return /* @__PURE__ */ (0,
|
|
1488
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1343
1489
|
RadixForm.Control,
|
|
1344
1490
|
__spreadProps(__spreadValues({}, rest), {
|
|
1345
1491
|
className: `FormControl ${className || ""}`,
|
|
@@ -1362,10 +1508,10 @@ function FormItem(_a) {
|
|
|
1362
1508
|
"children",
|
|
1363
1509
|
"errorMessage"
|
|
1364
1510
|
]);
|
|
1365
|
-
return /* @__PURE__ */ (0,
|
|
1366
|
-
/* @__PURE__ */ (0,
|
|
1511
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(Form.Field, __spreadProps(__spreadValues({}, fieldProps), { children: [
|
|
1512
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Form.Label, { variant: labelVariant, children: label }),
|
|
1367
1513
|
children,
|
|
1368
|
-
/* @__PURE__ */ (0,
|
|
1514
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Form.Message, { forceMatch: Boolean(errorMessage), children: errorMessage })
|
|
1369
1515
|
] }));
|
|
1370
1516
|
}
|
|
1371
1517
|
var Form = {
|
|
@@ -1380,7 +1526,7 @@ var Form = {
|
|
|
1380
1526
|
|
|
1381
1527
|
// src/atoms/auto-sizing-input.tsx
|
|
1382
1528
|
var import_react19 = require("react");
|
|
1383
|
-
var
|
|
1529
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1384
1530
|
var AutoSizingInput = (0, import_react19.forwardRef)(
|
|
1385
1531
|
(_a, ref) => {
|
|
1386
1532
|
var _b = _a, { value: _value, onChangeValue, onChange } = _b, rest = __objRest(_b, ["value", "onChangeValue", "onChange"]);
|
|
@@ -1403,25 +1549,25 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
|
|
|
1403
1549
|
(0, import_react19.useEffect)(() => {
|
|
1404
1550
|
onChangeValue == null ? void 0 : onChangeValue(value || "");
|
|
1405
1551
|
}, [value, onChangeValue]);
|
|
1406
|
-
return /* @__PURE__ */ (0,
|
|
1407
|
-
/* @__PURE__ */ (0,
|
|
1408
|
-
/* @__PURE__ */ (0,
|
|
1552
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "auto-sizing-input wrapper", style: { width: width + 24 }, children: [
|
|
1553
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("input", __spreadValues({ onChange: changeHandler, ref, value }, rest)),
|
|
1554
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { "aria-hidden": "true", ref: span, children: value })
|
|
1409
1555
|
] });
|
|
1410
1556
|
}
|
|
1411
1557
|
);
|
|
1412
1558
|
AutoSizingInput.displayName = "AutoSizingInput";
|
|
1413
1559
|
|
|
1414
1560
|
// src/atoms/bullet-text.tsx
|
|
1415
|
-
var
|
|
1561
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
1416
1562
|
function BulletText(_a) {
|
|
1417
1563
|
var _b = _a, {
|
|
1418
1564
|
children
|
|
1419
1565
|
} = _b, rest = __objRest(_b, [
|
|
1420
1566
|
"children"
|
|
1421
1567
|
]);
|
|
1422
|
-
return /* @__PURE__ */ (0,
|
|
1423
|
-
/* @__PURE__ */ (0,
|
|
1424
|
-
/* @__PURE__ */ (0,
|
|
1568
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes22.Flex, { gap: "1", ml: "2", children: [
|
|
1569
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Typo, __spreadProps(__spreadValues({}, rest), { children: "\u2022" })),
|
|
1570
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Typo, __spreadProps(__spreadValues({}, rest), { children }))
|
|
1425
1571
|
] });
|
|
1426
1572
|
}
|
|
1427
1573
|
|
|
@@ -1432,7 +1578,7 @@ var import_react21 = require("react");
|
|
|
1432
1578
|
// src/molecules/expand-table/row.tsx
|
|
1433
1579
|
var import_react_table = require("@tanstack/react-table");
|
|
1434
1580
|
var import_react20 = require("react");
|
|
1435
|
-
var
|
|
1581
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
1436
1582
|
function Row(props) {
|
|
1437
1583
|
const { row, ExpandComp, gridTemplateColumns, getRowStyle, getCellStyle } = props;
|
|
1438
1584
|
const [open, setOpen] = (0, import_react20.useState)(false);
|
|
@@ -1451,8 +1597,8 @@ function Row(props) {
|
|
|
1451
1597
|
}
|
|
1452
1598
|
return baseCls.join(" ");
|
|
1453
1599
|
}, [ExpandComp, props.onRowClick]);
|
|
1454
|
-
return /* @__PURE__ */ (0,
|
|
1455
|
-
/* @__PURE__ */ (0,
|
|
1600
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: rowClassName, children: [
|
|
1601
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1456
1602
|
"button",
|
|
1457
1603
|
{
|
|
1458
1604
|
className: "tr",
|
|
@@ -1465,7 +1611,7 @@ function Row(props) {
|
|
|
1465
1611
|
var _a, _b, _c;
|
|
1466
1612
|
const autoSize = (_a = cell.column.columnDef.meta) == null ? void 0 : _a.autoSize;
|
|
1467
1613
|
const justifyContent = ((_b = cell.column.columnDef.meta) == null ? void 0 : _b.align) || props.defaultAlign;
|
|
1468
|
-
return /* @__PURE__ */ (0,
|
|
1614
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
1469
1615
|
"div",
|
|
1470
1616
|
{
|
|
1471
1617
|
className: "td",
|
|
@@ -1476,7 +1622,7 @@ function Row(props) {
|
|
|
1476
1622
|
}, (getCellStyle == null ? void 0 : getCellStyle(row.original)) || {}),
|
|
1477
1623
|
children: [
|
|
1478
1624
|
(0, import_react_table.flexRender)(cell.column.columnDef.cell, cell.getContext()),
|
|
1479
|
-
((_c = cell.column.columnDef.meta) == null ? void 0 : _c.OpenBtn) ? /* @__PURE__ */ (0,
|
|
1625
|
+
((_c = cell.column.columnDef.meta) == null ? void 0 : _c.OpenBtn) ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1480
1626
|
cell.column.columnDef.meta.OpenBtn,
|
|
1481
1627
|
{
|
|
1482
1628
|
data: row.original,
|
|
@@ -1492,12 +1638,12 @@ function Row(props) {
|
|
|
1492
1638
|
},
|
|
1493
1639
|
`tr_${row.id}`
|
|
1494
1640
|
),
|
|
1495
|
-
ExpandComp ? /* @__PURE__ */ (0,
|
|
1641
|
+
ExpandComp ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Collapse, { open, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "expand-comp-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ExpandComp, { row }) }) }) : null
|
|
1496
1642
|
] }, `tr-wrapper_${row.id}`);
|
|
1497
1643
|
}
|
|
1498
1644
|
|
|
1499
1645
|
// src/molecules/expand-table/index.tsx
|
|
1500
|
-
var
|
|
1646
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
1501
1647
|
function ExpandTable(props) {
|
|
1502
1648
|
const {
|
|
1503
1649
|
data,
|
|
@@ -1551,7 +1697,7 @@ function ExpandTable(props) {
|
|
|
1551
1697
|
const helpCompRender = (0, import_react21.useCallback)(
|
|
1552
1698
|
(rowLength) => {
|
|
1553
1699
|
if (isLoading) {
|
|
1554
|
-
return /* @__PURE__ */ (0,
|
|
1700
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1555
1701
|
import_themes22.Flex,
|
|
1556
1702
|
{
|
|
1557
1703
|
align: "center",
|
|
@@ -1559,12 +1705,12 @@ function ExpandTable(props) {
|
|
|
1559
1705
|
justify: "center",
|
|
1560
1706
|
p: "5",
|
|
1561
1707
|
width: "100%",
|
|
1562
|
-
children: /* @__PURE__ */ (0,
|
|
1708
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes49.Spinner, {})
|
|
1563
1709
|
}
|
|
1564
1710
|
);
|
|
1565
1711
|
}
|
|
1566
1712
|
if (rowLength === 0) {
|
|
1567
|
-
return /* @__PURE__ */ (0,
|
|
1713
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "tr", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes22.Flex, { align: "center", justify: "center", children: placeholder || /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { color: "gray", mb: "6", mt: "6", variant: "body", children: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4" }) }) }, "expand_placeholder");
|
|
1568
1714
|
}
|
|
1569
1715
|
return null;
|
|
1570
1716
|
},
|
|
@@ -1575,8 +1721,8 @@ function ExpandTable(props) {
|
|
|
1575
1721
|
return 0;
|
|
1576
1722
|
return Math.ceil(data.length / pageSize);
|
|
1577
1723
|
}, [data, pageSize]);
|
|
1578
|
-
return /* @__PURE__ */ (0,
|
|
1579
|
-
/* @__PURE__ */ (0,
|
|
1724
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { className: "expand-table", style: tableStyle, children: [
|
|
1725
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "thead", children: getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1580
1726
|
"div",
|
|
1581
1727
|
{
|
|
1582
1728
|
className: "tr",
|
|
@@ -1586,30 +1732,30 @@ function ExpandTable(props) {
|
|
|
1586
1732
|
const sortable = header.column.getCanSort();
|
|
1587
1733
|
const sortedState = header.column.getIsSorted();
|
|
1588
1734
|
const justifyContent = ((_a = header.column.columnDef.meta) == null ? void 0 : _a.align) || defaultAlign;
|
|
1589
|
-
return /* @__PURE__ */ (0,
|
|
1735
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: `${justifyContent} th`, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
1590
1736
|
"button",
|
|
1591
1737
|
{
|
|
1592
1738
|
onClick: header.column.getToggleSortingHandler(),
|
|
1593
1739
|
style: sortable ? { cursor: "pointer" } : { cursor: "default" },
|
|
1594
1740
|
type: "button",
|
|
1595
1741
|
children: [
|
|
1596
|
-
/* @__PURE__ */ (0,
|
|
1742
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { as: "div", variant: "body", children: (0, import_react_table2.flexRender)(
|
|
1597
1743
|
header.column.columnDef.header,
|
|
1598
1744
|
header.getContext()
|
|
1599
1745
|
) }),
|
|
1600
|
-
sortable ? /* @__PURE__ */ (0,
|
|
1746
|
+
sortable ? /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
1601
1747
|
import_themes22.Flex,
|
|
1602
1748
|
{
|
|
1603
1749
|
direction: "column",
|
|
1604
1750
|
style: { marginLeft: "var(--space-2)" },
|
|
1605
1751
|
children: [
|
|
1606
|
-
/* @__PURE__ */ (0,
|
|
1752
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1607
1753
|
TriangleArrowUpIcon,
|
|
1608
1754
|
{
|
|
1609
1755
|
color: sortedState === "asc" ? "var(--iris-10)" : "var(--iris-6)"
|
|
1610
1756
|
}
|
|
1611
1757
|
),
|
|
1612
|
-
/* @__PURE__ */ (0,
|
|
1758
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1613
1759
|
TriangleArrowDownIcon,
|
|
1614
1760
|
{
|
|
1615
1761
|
color: sortedState === "desc" ? "var(--iris-10)" : "var(--iris-6)"
|
|
@@ -1625,8 +1771,8 @@ function ExpandTable(props) {
|
|
|
1625
1771
|
},
|
|
1626
1772
|
headerGroup.id
|
|
1627
1773
|
)) }),
|
|
1628
|
-
/* @__PURE__ */ (0,
|
|
1629
|
-
return /* @__PURE__ */ (0,
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "tbody", children: helpCompRender(rowModels.rows.length) || rowModels.rows.map((row) => {
|
|
1775
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1630
1776
|
Row,
|
|
1631
1777
|
{
|
|
1632
1778
|
ExpandComp,
|
|
@@ -1640,7 +1786,7 @@ function ExpandTable(props) {
|
|
|
1640
1786
|
`row_${row.id}`
|
|
1641
1787
|
);
|
|
1642
1788
|
}) }),
|
|
1643
|
-
showPagination ? /* @__PURE__ */ (0,
|
|
1789
|
+
showPagination ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes22.Flex, { justify: "end", pt: "3", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1644
1790
|
Pagination,
|
|
1645
1791
|
{
|
|
1646
1792
|
count: pageCount,
|
|
@@ -1653,14 +1799,14 @@ function ExpandTable(props) {
|
|
|
1653
1799
|
}
|
|
1654
1800
|
|
|
1655
1801
|
// src/molecules/navigation.tsx
|
|
1656
|
-
var
|
|
1802
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
1657
1803
|
function Navigation({
|
|
1658
1804
|
items,
|
|
1659
1805
|
fontColor,
|
|
1660
1806
|
backgroundColor,
|
|
1661
1807
|
activeKey
|
|
1662
1808
|
}) {
|
|
1663
|
-
return /* @__PURE__ */ (0,
|
|
1809
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1664
1810
|
import_themes22.Flex,
|
|
1665
1811
|
{
|
|
1666
1812
|
direction: "column",
|
|
@@ -1672,13 +1818,13 @@ function Navigation({
|
|
|
1672
1818
|
},
|
|
1673
1819
|
children: items == null ? void 0 : items.map((item) => {
|
|
1674
1820
|
const { key, title, icon, itemRender, onClick, children } = item;
|
|
1675
|
-
return /* @__PURE__ */ (0,
|
|
1676
|
-
itemRender ? itemRender(item) : /* @__PURE__ */ (0,
|
|
1821
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_themes22.Flex, { direction: "column", onClick, children: [
|
|
1822
|
+
itemRender ? itemRender(item) : /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_themes22.Flex, { align: "center", gap: "3", height: "36px", pl: "4", pr: "4", children: [
|
|
1677
1823
|
icon,
|
|
1678
|
-
/* @__PURE__ */ (0,
|
|
1824
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Typo, { variant: "subtitle", children: title })
|
|
1679
1825
|
] }),
|
|
1680
1826
|
children == null ? void 0 : children.map((menu) => {
|
|
1681
|
-
return menu.itemRender ? menu.itemRender(menu) : /* @__PURE__ */ (0,
|
|
1827
|
+
return menu.itemRender ? menu.itemRender(menu) : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1682
1828
|
Button,
|
|
1683
1829
|
{
|
|
1684
1830
|
className: `tipp-navigation-button ${activeKey === menu.key ? "active" : ""}`,
|
|
@@ -1706,7 +1852,7 @@ var import_react22 = require("react");
|
|
|
1706
1852
|
var RDP = __toESM(require("react-datepicker"), 1);
|
|
1707
1853
|
var import_react_datepicker = require("react-datepicker");
|
|
1708
1854
|
var import_locale = require("date-fns/locale");
|
|
1709
|
-
var
|
|
1855
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
1710
1856
|
(0, import_react_datepicker.registerLocale)("ko", import_locale.ko);
|
|
1711
1857
|
(0, import_react_datepicker.setDefaultLocale)("ko");
|
|
1712
1858
|
var ReactDatePicker = RDP.default.default || RDP.default || RDP;
|
|
@@ -1714,7 +1860,7 @@ var DatePicker = (0, import_react22.forwardRef)(
|
|
|
1714
1860
|
(props, ref) => {
|
|
1715
1861
|
const _a = props, { fullWidth } = _a, rest = __objRest(_a, ["fullWidth"]);
|
|
1716
1862
|
const fullWidthClassName = fullWidth ? "full-width" : "";
|
|
1717
|
-
return /* @__PURE__ */ (0,
|
|
1863
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_themes22.Flex, { p: "0", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1718
1864
|
ReactDatePicker,
|
|
1719
1865
|
__spreadProps(__spreadValues({
|
|
1720
1866
|
dateFormat: "YYYY/MM/dd",
|
|
@@ -1745,35 +1891,35 @@ var renderCustomHeader = (props) => {
|
|
|
1745
1891
|
} = props;
|
|
1746
1892
|
const year = date ? new Date(date).getFullYear() : "-";
|
|
1747
1893
|
const month = date ? new Date(date).getMonth() + 1 : "-";
|
|
1748
|
-
return /* @__PURE__ */ (0,
|
|
1749
|
-
/* @__PURE__ */ (0,
|
|
1894
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_themes22.Flex, { align: "center", justify: "between", pb: "2", pl: "2", pr: "2", children: [
|
|
1895
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1750
1896
|
import_themes18.IconButton,
|
|
1751
1897
|
{
|
|
1752
1898
|
disabled: prevMonthButtonDisabled,
|
|
1753
1899
|
onClick: decreaseMonth,
|
|
1754
1900
|
type: "button",
|
|
1755
1901
|
variant: "ghost",
|
|
1756
|
-
children: /* @__PURE__ */ (0,
|
|
1902
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react_icons3.ChevronLeftIcon, {})
|
|
1757
1903
|
}
|
|
1758
1904
|
),
|
|
1759
|
-
/* @__PURE__ */ (0,
|
|
1760
|
-
/* @__PURE__ */ (0,
|
|
1905
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_themes22.Flex, { gap: "3", children: [
|
|
1906
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(Heading2, { variant: "heading4", weight: "regular", children: [
|
|
1761
1907
|
year,
|
|
1762
1908
|
"\uB144"
|
|
1763
1909
|
] }),
|
|
1764
|
-
/* @__PURE__ */ (0,
|
|
1910
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(Heading2, { variant: "heading4", weight: "regular", children: [
|
|
1765
1911
|
month,
|
|
1766
1912
|
"\uC6D4"
|
|
1767
1913
|
] })
|
|
1768
1914
|
] }),
|
|
1769
|
-
/* @__PURE__ */ (0,
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1770
1916
|
import_themes18.IconButton,
|
|
1771
1917
|
{
|
|
1772
1918
|
disabled: nextMonthButtonDisabled,
|
|
1773
1919
|
onClick: increaseMonth,
|
|
1774
1920
|
type: "button",
|
|
1775
1921
|
variant: "ghost",
|
|
1776
|
-
children: /* @__PURE__ */ (0,
|
|
1922
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react_icons3.ChevronRightIcon, {})
|
|
1777
1923
|
}
|
|
1778
1924
|
)
|
|
1779
1925
|
] });
|
|
@@ -1782,7 +1928,7 @@ var renderCustomHeader = (props) => {
|
|
|
1782
1928
|
// src/molecules/dot-navigation.tsx
|
|
1783
1929
|
var import_react23 = require("react");
|
|
1784
1930
|
var import_react_icons4 = require("@radix-ui/react-icons");
|
|
1785
|
-
var
|
|
1931
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1786
1932
|
function DotNavigation(props) {
|
|
1787
1933
|
const { dotCount, onClick, dotIndex, defaultDotIndex, onChangeDotIndex } = props;
|
|
1788
1934
|
const [currentDot, setCurrentDot] = (0, import_react23.useState)(
|
|
@@ -1809,9 +1955,9 @@ function DotNavigation(props) {
|
|
|
1809
1955
|
return;
|
|
1810
1956
|
setCurrentDot(dotIndex);
|
|
1811
1957
|
}, [dotIndex]);
|
|
1812
|
-
return /* @__PURE__ */ (0,
|
|
1958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_themes22.Flex, { children: dotCount ? Array.from({ length: dotCount }, (_, i) => i).map((_, index) => {
|
|
1813
1959
|
const isSelected = currentDot === index;
|
|
1814
|
-
return /* @__PURE__ */ (0,
|
|
1960
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1815
1961
|
import_react_icons4.DotFilledIcon,
|
|
1816
1962
|
{
|
|
1817
1963
|
height: "24px",
|
|
@@ -1832,7 +1978,7 @@ function DotNavigation(props) {
|
|
|
1832
1978
|
// src/molecules/stepper.tsx
|
|
1833
1979
|
var import_react24 = require("react");
|
|
1834
1980
|
var import_themes51 = require("@radix-ui/themes");
|
|
1835
|
-
var
|
|
1981
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1836
1982
|
var StepContext = (0, import_react24.createContext)({
|
|
1837
1983
|
active: false,
|
|
1838
1984
|
completed: false,
|
|
@@ -1847,7 +1993,7 @@ function Root9(props) {
|
|
|
1847
1993
|
maxWidth,
|
|
1848
1994
|
direction = "vertical"
|
|
1849
1995
|
} = props;
|
|
1850
|
-
return /* @__PURE__ */ (0,
|
|
1996
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1851
1997
|
import_themes22.Flex,
|
|
1852
1998
|
{
|
|
1853
1999
|
gap: "3",
|
|
@@ -1857,7 +2003,7 @@ function Root9(props) {
|
|
|
1857
2003
|
maxWidth
|
|
1858
2004
|
},
|
|
1859
2005
|
children: import_react24.Children.map(children, (child, index) => {
|
|
1860
|
-
return /* @__PURE__ */ (0,
|
|
2006
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1861
2007
|
StepContext.Provider,
|
|
1862
2008
|
{
|
|
1863
2009
|
value: {
|
|
@@ -1881,7 +2027,7 @@ function Step(props) {
|
|
|
1881
2027
|
index,
|
|
1882
2028
|
direction = "vertical"
|
|
1883
2029
|
} = (0, import_react24.useContext)(StepContext);
|
|
1884
|
-
const connector = index > 0 ? /* @__PURE__ */ (0,
|
|
2030
|
+
const connector = index > 0 ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1885
2031
|
import_themes51.Separator,
|
|
1886
2032
|
{
|
|
1887
2033
|
style: {
|
|
@@ -1901,7 +2047,7 @@ function Step(props) {
|
|
|
1901
2047
|
}
|
|
1902
2048
|
return IncompleteStep;
|
|
1903
2049
|
}, [completed, active]);
|
|
1904
|
-
return /* @__PURE__ */ (0,
|
|
2050
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1905
2051
|
import_themes22.Flex,
|
|
1906
2052
|
{
|
|
1907
2053
|
align: "center",
|
|
@@ -1911,7 +2057,7 @@ function Step(props) {
|
|
|
1911
2057
|
style: { flex: 1 },
|
|
1912
2058
|
children: [
|
|
1913
2059
|
connector,
|
|
1914
|
-
/* @__PURE__ */ (0,
|
|
2060
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InnerStep, { Icon, children })
|
|
1915
2061
|
]
|
|
1916
2062
|
}
|
|
1917
2063
|
);
|
|
@@ -1922,11 +2068,11 @@ function CompleteStep(props) {
|
|
|
1922
2068
|
const background = "var(--accent-a4)";
|
|
1923
2069
|
const border = "1px solid var(--accent-7)";
|
|
1924
2070
|
const color = "var(--accent-contrast)";
|
|
1925
|
-
return /* @__PURE__ */ (0,
|
|
1926
|
-
Icon ? /* @__PURE__ */ (0,
|
|
2071
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
|
|
2072
|
+
Icon ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { active, completed }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1927
2073
|
Avatar,
|
|
1928
2074
|
{
|
|
1929
|
-
fallback: /* @__PURE__ */ (0,
|
|
2075
|
+
fallback: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react_icons3.CheckIcon, { fill: color, height: 16, width: 16 }),
|
|
1930
2076
|
radius: "full",
|
|
1931
2077
|
size: "medium",
|
|
1932
2078
|
style: {
|
|
@@ -1935,7 +2081,7 @@ function CompleteStep(props) {
|
|
|
1935
2081
|
}
|
|
1936
2082
|
}
|
|
1937
2083
|
),
|
|
1938
|
-
/* @__PURE__ */ (0,
|
|
2084
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { align: "center", variant: "caption", children })
|
|
1939
2085
|
] });
|
|
1940
2086
|
}
|
|
1941
2087
|
function IncompleteStep(props) {
|
|
@@ -1943,11 +2089,11 @@ function IncompleteStep(props) {
|
|
|
1943
2089
|
const { completed, active, index } = (0, import_react24.useContext)(StepContext);
|
|
1944
2090
|
const background = "var(--gray-5)";
|
|
1945
2091
|
const color = "var(--gray-a11)";
|
|
1946
|
-
return /* @__PURE__ */ (0,
|
|
1947
|
-
Icon ? /* @__PURE__ */ (0,
|
|
2092
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
|
|
2093
|
+
Icon ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { active, completed }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1948
2094
|
Avatar,
|
|
1949
2095
|
{
|
|
1950
|
-
fallback: /* @__PURE__ */ (0,
|
|
2096
|
+
fallback: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { style: { color }, children: index + 1 }),
|
|
1951
2097
|
radius: "full",
|
|
1952
2098
|
size: "medium",
|
|
1953
2099
|
style: {
|
|
@@ -1955,7 +2101,7 @@ function IncompleteStep(props) {
|
|
|
1955
2101
|
}
|
|
1956
2102
|
}
|
|
1957
2103
|
),
|
|
1958
|
-
/* @__PURE__ */ (0,
|
|
2104
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { align: "center", style: { color }, variant: "caption", children })
|
|
1959
2105
|
] });
|
|
1960
2106
|
}
|
|
1961
2107
|
function ActiveStep(props) {
|
|
@@ -1963,17 +2109,17 @@ function ActiveStep(props) {
|
|
|
1963
2109
|
const { completed, active, index } = (0, import_react24.useContext)(StepContext);
|
|
1964
2110
|
const background = "var(--accent-10)";
|
|
1965
2111
|
const color = "var(--accent-contrast)";
|
|
1966
|
-
return /* @__PURE__ */ (0,
|
|
1967
|
-
Icon ? /* @__PURE__ */ (0,
|
|
2112
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
|
|
2113
|
+
Icon ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { active, completed }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1968
2114
|
Avatar,
|
|
1969
2115
|
{
|
|
1970
|
-
fallback: /* @__PURE__ */ (0,
|
|
2116
|
+
fallback: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { style: { color }, weight: "bold", children: index + 1 }),
|
|
1971
2117
|
radius: "full",
|
|
1972
2118
|
size: "medium",
|
|
1973
2119
|
style: { background }
|
|
1974
2120
|
}
|
|
1975
2121
|
),
|
|
1976
|
-
/* @__PURE__ */ (0,
|
|
2122
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { align: "center", variant: "caption", weight: "bold", children })
|
|
1977
2123
|
] });
|
|
1978
2124
|
}
|
|
1979
2125
|
var Stepper = {
|
|
@@ -1984,7 +2130,7 @@ var Stepper = {
|
|
|
1984
2130
|
// src/molecules/tag-selector.tsx
|
|
1985
2131
|
var import_react25 = require("react");
|
|
1986
2132
|
var import_react_icons5 = require("@radix-ui/react-icons");
|
|
1987
|
-
var
|
|
2133
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1988
2134
|
var OPTION_HEIGHT = 32;
|
|
1989
2135
|
var DefaultDropdownContainer = (props) => {
|
|
1990
2136
|
return props.children;
|
|
@@ -2169,11 +2315,11 @@ function TagSelector(props) {
|
|
|
2169
2315
|
const focusClassName = focus ? " focused" : "";
|
|
2170
2316
|
const readOnlyClassName = readOnly ? " read-only" : "";
|
|
2171
2317
|
const errorClassName = error ? " error" : "";
|
|
2172
|
-
const readonlyContent = /* @__PURE__ */ (0,
|
|
2173
|
-
return tagRender ? tagRender(item) : /* @__PURE__ */ (0,
|
|
2318
|
+
const readonlyContent = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes22.Flex, { gap: "1", children: selectedItem.map((item) => {
|
|
2319
|
+
return tagRender ? tagRender(item) : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Badge, { size: badgeSize, children: item.name }, item.id);
|
|
2174
2320
|
}) });
|
|
2175
|
-
const editContent = /* @__PURE__ */ (0,
|
|
2176
|
-
/* @__PURE__ */ (0,
|
|
2321
|
+
const editContent = /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
|
|
2322
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
2177
2323
|
import_themes22.Flex,
|
|
2178
2324
|
{
|
|
2179
2325
|
align: "center",
|
|
@@ -2183,22 +2329,22 @@ function TagSelector(props) {
|
|
|
2183
2329
|
wrap: "wrap",
|
|
2184
2330
|
children: [
|
|
2185
2331
|
selectedItem.map((item) => {
|
|
2186
|
-
return tagRender ? tagRender(item) : /* @__PURE__ */ (0,
|
|
2332
|
+
return tagRender ? tagRender(item) : /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(Badge, { size: badgeSize, children: [
|
|
2187
2333
|
item.name,
|
|
2188
|
-
/* @__PURE__ */ (0,
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2189
2335
|
Button,
|
|
2190
2336
|
{
|
|
2191
2337
|
onClick: () => {
|
|
2192
2338
|
onDelete(item.id);
|
|
2193
2339
|
},
|
|
2194
2340
|
variant: "transparent",
|
|
2195
|
-
children: /* @__PURE__ */ (0,
|
|
2341
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons5.Cross1Icon, {})
|
|
2196
2342
|
}
|
|
2197
2343
|
)
|
|
2198
2344
|
] }, item.id);
|
|
2199
2345
|
}),
|
|
2200
|
-
placeholderVisible ? /* @__PURE__ */ (0,
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2346
|
+
placeholderVisible ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "gray", variant: placeholderVariant, children: placeholder }) : null,
|
|
2347
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2202
2348
|
AutoSizingInput,
|
|
2203
2349
|
{
|
|
2204
2350
|
onBlur,
|
|
@@ -2212,10 +2358,10 @@ function TagSelector(props) {
|
|
|
2212
2358
|
]
|
|
2213
2359
|
}
|
|
2214
2360
|
),
|
|
2215
|
-
focus ? /* @__PURE__ */ (0,
|
|
2361
|
+
focus ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons5.MagnifyingGlassIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons5.ChevronRightIcon, {})
|
|
2216
2362
|
] });
|
|
2217
|
-
return /* @__PURE__ */ (0,
|
|
2218
|
-
/* @__PURE__ */ (0,
|
|
2363
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes29.Popover.Root, { open: Boolean(filteredOptions.length) && open, children: [
|
|
2364
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Trigger, { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2219
2365
|
import_themes23.Grid,
|
|
2220
2366
|
{
|
|
2221
2367
|
align: "center",
|
|
@@ -2229,30 +2375,30 @@ function TagSelector(props) {
|
|
|
2229
2375
|
children: readOnly ? readonlyContent : editContent
|
|
2230
2376
|
}
|
|
2231
2377
|
) }),
|
|
2232
|
-
/* @__PURE__ */ (0,
|
|
2378
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2233
2379
|
import_themes29.Popover.Content,
|
|
2234
2380
|
{
|
|
2235
2381
|
onOpenAutoFocus: (e) => {
|
|
2236
2382
|
e.preventDefault();
|
|
2237
2383
|
},
|
|
2238
|
-
children: /* @__PURE__ */ (0,
|
|
2384
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2239
2385
|
DropdownContainer,
|
|
2240
2386
|
{
|
|
2241
2387
|
currentItem: filteredOptions[focusIndex || 0],
|
|
2242
2388
|
items: filteredOptions,
|
|
2243
|
-
children: /* @__PURE__ */ (0,
|
|
2389
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2244
2390
|
import_themes35.ScrollArea,
|
|
2245
2391
|
{
|
|
2246
2392
|
ref: scrollRef,
|
|
2247
2393
|
scrollbars: "vertical",
|
|
2248
2394
|
style: { height: OPTION_HEIGHT * 8 },
|
|
2249
2395
|
type: "auto",
|
|
2250
|
-
children: /* @__PURE__ */ (0,
|
|
2396
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes22.Flex, { direction: "column", children: filteredOptions.map((item, i) => {
|
|
2251
2397
|
const isSelected = Boolean(
|
|
2252
2398
|
selected.find((el) => el === item.id)
|
|
2253
2399
|
);
|
|
2254
2400
|
const isFocus = i === focusIndex;
|
|
2255
|
-
return /* @__PURE__ */ (0,
|
|
2401
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2256
2402
|
Button,
|
|
2257
2403
|
{
|
|
2258
2404
|
className: `tag-selector-button ${isFocus ? "focus" : ""}`,
|
|
@@ -2272,9 +2418,9 @@ function TagSelector(props) {
|
|
|
2272
2418
|
boxShadow: "none"
|
|
2273
2419
|
},
|
|
2274
2420
|
variant: isSelected ? "soft" : "outline",
|
|
2275
|
-
children: /* @__PURE__ */ (0,
|
|
2421
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { justify: "between", width: "100%", children: [
|
|
2276
2422
|
item.name,
|
|
2277
|
-
isSelected ? /* @__PURE__ */ (0,
|
|
2423
|
+
isSelected ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons3.CheckIcon, {}) : null
|
|
2278
2424
|
] })
|
|
2279
2425
|
},
|
|
2280
2426
|
item.id
|
|
@@ -2291,13 +2437,13 @@ function TagSelector(props) {
|
|
|
2291
2437
|
|
|
2292
2438
|
// src/theme/theme-provider.tsx
|
|
2293
2439
|
var import_themes52 = require("@radix-ui/themes");
|
|
2294
|
-
var
|
|
2440
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
2295
2441
|
function ThemeProvider(props) {
|
|
2296
|
-
return /* @__PURE__ */ (0,
|
|
2442
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_themes52.Theme, __spreadValues({ accentColor: "iris", radius: "medium" }, props));
|
|
2297
2443
|
}
|
|
2298
2444
|
|
|
2299
2445
|
// src/molecules/learning-post.tsx
|
|
2300
|
-
var
|
|
2446
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
2301
2447
|
function LearningPost(props) {
|
|
2302
2448
|
const {
|
|
2303
2449
|
defaultThemeProps,
|
|
@@ -2309,13 +2455,13 @@ function LearningPost(props) {
|
|
|
2309
2455
|
onPageBack,
|
|
2310
2456
|
children
|
|
2311
2457
|
} = props;
|
|
2312
|
-
return /* @__PURE__ */ (0,
|
|
2458
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2313
2459
|
ThemeProvider,
|
|
2314
2460
|
__spreadProps(__spreadValues({}, defaultThemeProps), {
|
|
2315
2461
|
accentColor: "iris",
|
|
2316
2462
|
scaling: "110%",
|
|
2317
2463
|
style: {},
|
|
2318
|
-
children: html ? /* @__PURE__ */ (0,
|
|
2464
|
+
children: html ? /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
2319
2465
|
import_themes23.Grid,
|
|
2320
2466
|
{
|
|
2321
2467
|
columns: { initial: "1", md: "130px 1fr 130px" },
|
|
@@ -2327,8 +2473,8 @@ function LearningPost(props) {
|
|
|
2327
2473
|
px: "4",
|
|
2328
2474
|
width: "100%",
|
|
2329
2475
|
children: [
|
|
2330
|
-
/* @__PURE__ */ (0,
|
|
2331
|
-
/* @__PURE__ */ (0,
|
|
2476
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", {}),
|
|
2477
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
2332
2478
|
import_themes22.Flex,
|
|
2333
2479
|
{
|
|
2334
2480
|
align: "center",
|
|
@@ -2338,15 +2484,15 @@ function LearningPost(props) {
|
|
|
2338
2484
|
overflow: "hidden",
|
|
2339
2485
|
width: "100%",
|
|
2340
2486
|
children: [
|
|
2341
|
-
/* @__PURE__ */ (0,
|
|
2342
|
-
/* @__PURE__ */ (0,
|
|
2487
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_themes23.Grid, { align: "start", columns: { initial: "1", sm: "2" }, gap: "2", children: [
|
|
2488
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
2343
2489
|
import_themes23.Grid,
|
|
2344
2490
|
{
|
|
2345
2491
|
gap: "3",
|
|
2346
2492
|
mb: { initial: "4", sm: "0" },
|
|
2347
2493
|
style: { alignSelf: "flex-start" },
|
|
2348
2494
|
children: [
|
|
2349
|
-
/* @__PURE__ */ (0,
|
|
2495
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2350
2496
|
Heading2,
|
|
2351
2497
|
{
|
|
2352
2498
|
style: {
|
|
@@ -2358,17 +2504,17 @@ function LearningPost(props) {
|
|
|
2358
2504
|
children: title
|
|
2359
2505
|
}
|
|
2360
2506
|
),
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2362
|
-
/* @__PURE__ */ (0,
|
|
2507
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Typo, { children: metaDescription }),
|
|
2508
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_themes22.Flex, { gap: "1", wrap: "wrap", children: tags == null ? void 0 : tags.map((el) => {
|
|
2363
2509
|
var _a;
|
|
2364
2510
|
if ((_a = el.name) == null ? void 0 : _a.startsWith("filter"))
|
|
2365
2511
|
return;
|
|
2366
|
-
return /* @__PURE__ */ (0,
|
|
2512
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Badge, { size: "large", variant: "solid", children: el.name }, el.id);
|
|
2367
2513
|
}) })
|
|
2368
2514
|
]
|
|
2369
2515
|
}
|
|
2370
2516
|
),
|
|
2371
|
-
/* @__PURE__ */ (0,
|
|
2517
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2372
2518
|
import_themes2.AspectRatio,
|
|
2373
2519
|
{
|
|
2374
2520
|
ratio: 5 / 3,
|
|
@@ -2381,7 +2527,7 @@ function LearningPost(props) {
|
|
|
2381
2527
|
}
|
|
2382
2528
|
)
|
|
2383
2529
|
] }),
|
|
2384
|
-
/* @__PURE__ */ (0,
|
|
2530
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_themes6.Box, { mt: "5", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2385
2531
|
"div",
|
|
2386
2532
|
{
|
|
2387
2533
|
className: "gh-content",
|
|
@@ -2394,7 +2540,7 @@ function LearningPost(props) {
|
|
|
2394
2540
|
children
|
|
2395
2541
|
]
|
|
2396
2542
|
}
|
|
2397
|
-
) : /* @__PURE__ */ (0,
|
|
2543
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
2398
2544
|
import_themes22.Flex,
|
|
2399
2545
|
{
|
|
2400
2546
|
align: "center",
|
|
@@ -2404,8 +2550,8 @@ function LearningPost(props) {
|
|
|
2404
2550
|
justify: "center",
|
|
2405
2551
|
width: "100%",
|
|
2406
2552
|
children: [
|
|
2407
|
-
/* @__PURE__ */ (0,
|
|
2408
|
-
/* @__PURE__ */ (0,
|
|
2553
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Heading2, { variant: "heading1", children: "\uCF58\uD150\uCE20\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4." }),
|
|
2554
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2409
2555
|
Heading2,
|
|
2410
2556
|
{
|
|
2411
2557
|
align: "center",
|
|
@@ -2416,7 +2562,7 @@ function LearningPost(props) {
|
|
|
2416
2562
|
\uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694.`
|
|
2417
2563
|
}
|
|
2418
2564
|
),
|
|
2419
|
-
/* @__PURE__ */ (0,
|
|
2565
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { onClick: onPageBack, size: "large", children: "\uB4A4\uB85C\uAC00\uAE30" })
|
|
2420
2566
|
]
|
|
2421
2567
|
}
|
|
2422
2568
|
)
|
|
@@ -2426,9 +2572,9 @@ function LearningPost(props) {
|
|
|
2426
2572
|
|
|
2427
2573
|
// src/molecules/force-refresh.tsx
|
|
2428
2574
|
var import_react_icons6 = require("@radix-ui/react-icons");
|
|
2429
|
-
var
|
|
2575
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
2430
2576
|
function CodeSize3(props) {
|
|
2431
|
-
return /* @__PURE__ */ (0,
|
|
2577
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2432
2578
|
import_themes13.Code,
|
|
2433
2579
|
{
|
|
2434
2580
|
style: {
|
|
@@ -2441,51 +2587,51 @@ function CodeSize3(props) {
|
|
|
2441
2587
|
);
|
|
2442
2588
|
}
|
|
2443
2589
|
function ForceRefresh() {
|
|
2444
|
-
return /* @__PURE__ */ (0,
|
|
2445
|
-
/* @__PURE__ */ (0,
|
|
2590
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_themes22.Flex, { direction: "column", gap: "2", children: [
|
|
2591
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Typo, { children: [
|
|
2446
2592
|
"1. \uD06C\uB86C \uBE0C\uB77C\uC6B0\uC800 \uC624\uB978\uCABD \uC0C1\uB2E8\uC758",
|
|
2447
2593
|
" ",
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2449
|
-
/* @__PURE__ */ (0,
|
|
2594
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(CodeSize3, { children: [
|
|
2595
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_react_icons6.DotsVerticalIcon, { height: "13px" }),
|
|
2450
2596
|
"\uB354\uBCF4\uAE30"
|
|
2451
2597
|
] }),
|
|
2452
2598
|
"\uC544\uC774\uCF58\uC744 \uD074\uB9AD\uD569\uB2C8\uB2E4."
|
|
2453
2599
|
] }),
|
|
2454
|
-
/* @__PURE__ */ (0,
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Typo, { children: [
|
|
2455
2601
|
"2. ",
|
|
2456
|
-
/* @__PURE__ */ (0,
|
|
2602
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CodeSize3, { children: "\uB3C4\uAD6C \uB354\uBCF4\uAE30" }),
|
|
2457
2603
|
" ",
|
|
2458
2604
|
">",
|
|
2459
2605
|
" ",
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2606
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CodeSize3, { children: "\uAC1C\uBC1C\uC790 \uB3C4\uAD6C" }),
|
|
2461
2607
|
" \uBA54\uB274\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4. (\uB610\uB294 \uC544\uB798\uC758 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.)"
|
|
2462
2608
|
] }),
|
|
2463
|
-
/* @__PURE__ */ (0,
|
|
2464
|
-
/* @__PURE__ */ (0,
|
|
2609
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_themes22.Flex, { direction: "column", gap: "3", p: "0", pl: "3", children: [
|
|
2610
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Typo, { children: [
|
|
2465
2611
|
"a. \uC708\uB3C4\uC6B0 \uB2E8\uCD95\uD0A4: ",
|
|
2466
|
-
/* @__PURE__ */ (0,
|
|
2612
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_themes26.Kbd, { children: "F12" })
|
|
2467
2613
|
] }),
|
|
2468
|
-
/* @__PURE__ */ (0,
|
|
2614
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Typo, { children: [
|
|
2469
2615
|
"b. \uB9E5 \uB2E8\uCD95\uD0A4: ",
|
|
2470
|
-
/* @__PURE__ */ (0,
|
|
2616
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_themes26.Kbd, { children: "Option" }),
|
|
2471
2617
|
" + ",
|
|
2472
|
-
/* @__PURE__ */ (0,
|
|
2618
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_themes26.Kbd, { children: "Command" }),
|
|
2473
2619
|
" + ",
|
|
2474
|
-
/* @__PURE__ */ (0,
|
|
2620
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_themes26.Kbd, { children: "I" })
|
|
2475
2621
|
] })
|
|
2476
2622
|
] }),
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2623
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Typo, { children: [
|
|
2478
2624
|
"3. \uAC1C\uBC1C\uC790 \uB3C4\uAD6C\uAC00 \uC5F4\uB9AC\uBA74, \uBE0C\uB77C\uC6B0\uC800 \uC0C1\uB2E8\uC5D0 \uC788\uB294",
|
|
2479
2625
|
" ",
|
|
2480
|
-
/* @__PURE__ */ (0,
|
|
2481
|
-
/* @__PURE__ */ (0,
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(CodeSize3, { children: [
|
|
2627
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_react_icons6.ReloadIcon, { style: { paddingRight: "5px" } }),
|
|
2482
2628
|
"\uC0C8\uB85C\uACE0\uCE68 \uBC84\uD2BC"
|
|
2483
2629
|
] }),
|
|
2484
2630
|
"\uC744 \uC6B0\uD074\uB9AD\uD569\uB2C8\uB2E4."
|
|
2485
2631
|
] }),
|
|
2486
|
-
/* @__PURE__ */ (0,
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Typo, { children: [
|
|
2487
2633
|
"4. \uC0C8\uB85C\uACE0\uCE68 \uBA54\uB274\uC5D0\uC11C ",
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2634
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CodeSize3, { children: "\uCE90\uC2DC \uBE44\uC6B0\uAE30 \uBC0F \uAC15\uB825 \uC0C8\uB85C\uACE0\uCE68" }),
|
|
2489
2635
|
"\uC744 \uD074\uB9AD\uD569\uB2C8\uB2E4."
|
|
2490
2636
|
] })
|
|
2491
2637
|
] });
|
|
@@ -2495,7 +2641,7 @@ function ForceRefresh() {
|
|
|
2495
2641
|
var import_react26 = require("react");
|
|
2496
2642
|
var import_date_fns = require("date-fns");
|
|
2497
2643
|
var import_clsx = require("clsx");
|
|
2498
|
-
var
|
|
2644
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
2499
2645
|
function DatePickerButton(props) {
|
|
2500
2646
|
const _a = props, { size, placeholder, format: formatProps, disabled } = _a, rest = __objRest(_a, ["size", "placeholder", "format", "disabled"]);
|
|
2501
2647
|
const buttonProps = (0, import_react26.useMemo)(() => {
|
|
@@ -2514,12 +2660,12 @@ function DatePickerButton(props) {
|
|
|
2514
2660
|
(disabled || props.readOnly) && "disabled"
|
|
2515
2661
|
);
|
|
2516
2662
|
}, [disabled, props.readOnly]);
|
|
2517
|
-
return /* @__PURE__ */ (0,
|
|
2663
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_themes6.Box, { p: "0", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2518
2664
|
DatePicker,
|
|
2519
2665
|
__spreadProps(__spreadValues({
|
|
2520
|
-
customInput: /* @__PURE__ */ (0,
|
|
2666
|
+
customInput: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, __spreadProps(__spreadValues({ className, type: "button" }, buttonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "between", width: "100%", children: [
|
|
2521
2667
|
rest.selected ? selectFormat(rest.selected) : placeholder,
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2668
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react_icons3.CalendarIcon, {})
|
|
2523
2669
|
] }) })),
|
|
2524
2670
|
wrapperClassName: "full-width"
|
|
2525
2671
|
}, rest), {
|
|
@@ -2602,7 +2748,7 @@ var getTimeOption = (time) => {
|
|
|
2602
2748
|
};
|
|
2603
2749
|
|
|
2604
2750
|
// src/molecules/time-select.tsx
|
|
2605
|
-
var
|
|
2751
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
2606
2752
|
var getOptionValue = (date, timeValue) => {
|
|
2607
2753
|
if (date && timeValue) {
|
|
2608
2754
|
if ((0, import_date_fns2.format)(date, "yyyyMMdd") === (0, import_date_fns2.format)(timeValue, "yyyyMMdd")) {
|
|
@@ -2628,21 +2774,21 @@ function TimeSelect(_a) {
|
|
|
2628
2774
|
const [minOption, maxOption] = (0, import_react27.useMemo)(() => {
|
|
2629
2775
|
return [getOptionValue(minTime, time), getOptionValue(maxTime, time)];
|
|
2630
2776
|
}, [maxTime, minTime, time]);
|
|
2631
|
-
return /* @__PURE__ */ (0,
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2633
|
-
/* @__PURE__ */ (0,
|
|
2777
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(Select.Root, __spreadProps(__spreadValues({ value }, rest), { children: [
|
|
2778
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_themes22.Flex, { direction: "column", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Select.Trigger, { placeholder: "- ", style: { minWidth: "100px" }, children: value }) }),
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Select.Content, { children: timeOptions.map((option) => {
|
|
2634
2780
|
const visible = (!minOption || option >= minOption) && (!maxOption || option <= maxOption);
|
|
2635
2781
|
if (!visible) {
|
|
2636
2782
|
return null;
|
|
2637
2783
|
}
|
|
2638
|
-
return /* @__PURE__ */ (0,
|
|
2784
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Select.Item, { value: option, children: option }, option);
|
|
2639
2785
|
}) })
|
|
2640
2786
|
] }));
|
|
2641
2787
|
}
|
|
2642
2788
|
|
|
2643
2789
|
// src/molecules/radio-button-card.tsx
|
|
2644
2790
|
var import_react28 = require("react");
|
|
2645
|
-
var
|
|
2791
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
2646
2792
|
var RadioCardContext = (0, import_react28.createContext)({});
|
|
2647
2793
|
function Root10(props) {
|
|
2648
2794
|
const [value, setValue] = (0, import_react28.useState)(props.value || props.defaultValue);
|
|
@@ -2654,7 +2800,7 @@ function Root10(props) {
|
|
|
2654
2800
|
},
|
|
2655
2801
|
[props]
|
|
2656
2802
|
);
|
|
2657
|
-
return /* @__PURE__ */ (0,
|
|
2803
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(RadioCardContext.Provider, { value: __spreadProps(__spreadValues({}, props), { value }), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_themes33.RadioCards.Root, __spreadProps(__spreadValues({}, props), { onValueChange })) });
|
|
2658
2804
|
}
|
|
2659
2805
|
function Item(_a) {
|
|
2660
2806
|
var _b = _a, {
|
|
@@ -2671,9 +2817,9 @@ function Item(_a) {
|
|
|
2671
2817
|
"justify",
|
|
2672
2818
|
"RadioWrapper"
|
|
2673
2819
|
]);
|
|
2674
|
-
return /* @__PURE__ */ (0,
|
|
2820
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_themes33.RadioCards.Item, __spreadProps(__spreadValues({}, itemRest), { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_themes22.Flex, { align: "center", justify: justify || "between", width: "100%", children: [
|
|
2675
2821
|
children,
|
|
2676
|
-
/* @__PURE__ */ (0,
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(RadioWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2677
2823
|
import_themes32.Radio,
|
|
2678
2824
|
{
|
|
2679
2825
|
checked: itemRest.value === value,
|
|
@@ -2690,24 +2836,24 @@ var RadioButtonCard = {
|
|
|
2690
2836
|
|
|
2691
2837
|
// src/molecules/download-card.tsx
|
|
2692
2838
|
var import_react_icons7 = require("@radix-ui/react-icons");
|
|
2693
|
-
var
|
|
2839
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
2694
2840
|
function DownloadCard({
|
|
2695
2841
|
fileName,
|
|
2696
2842
|
url,
|
|
2697
2843
|
createdAt,
|
|
2698
2844
|
size
|
|
2699
2845
|
}) {
|
|
2700
|
-
return /* @__PURE__ */ (0,
|
|
2846
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Link, { download: fileName, href: url, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2701
2847
|
import_themes18.IconButton,
|
|
2702
2848
|
{
|
|
2703
2849
|
mt: "3",
|
|
2704
2850
|
size: "4",
|
|
2705
2851
|
style: { width: "100%", height: 56 },
|
|
2706
2852
|
variant: "soft",
|
|
2707
|
-
children: /* @__PURE__ */ (0,
|
|
2708
|
-
/* @__PURE__ */ (0,
|
|
2709
|
-
/* @__PURE__ */ (0,
|
|
2710
|
-
/* @__PURE__ */ (0,
|
|
2853
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_themes22.Flex, { align: "center", gap: "3", pl: "4", width: "100%", children: [
|
|
2854
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Typo, { color: "gray", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_react_icons7.DownloadIcon, { height: 20, width: 20 }) }),
|
|
2855
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_themes22.Flex, { align: "start", direction: "column", gap: "1", children: [
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2711
2857
|
Typo,
|
|
2712
2858
|
{
|
|
2713
2859
|
style: {
|
|
@@ -2717,7 +2863,7 @@ function DownloadCard({
|
|
|
2717
2863
|
children: fileName
|
|
2718
2864
|
}
|
|
2719
2865
|
),
|
|
2720
|
-
/* @__PURE__ */ (0,
|
|
2866
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Typo, { color: "gray", variant: "caption", children: size })
|
|
2721
2867
|
] })
|
|
2722
2868
|
] })
|
|
2723
2869
|
}
|
|
@@ -2731,22 +2877,22 @@ var import_themes53 = require("@radix-ui/themes");
|
|
|
2731
2877
|
var uiProps = __toESM(require("@radix-ui/themes/dist/cjs/props/index.js"), 1);
|
|
2732
2878
|
|
|
2733
2879
|
// src/charts/horizontal-bar-chart.tsx
|
|
2734
|
-
var
|
|
2880
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
2735
2881
|
function HorizontalBarChart(props) {
|
|
2736
2882
|
const { total, value, backgroundColor, barColor, height } = props;
|
|
2737
|
-
return /* @__PURE__ */ (0,
|
|
2883
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2738
2884
|
"div",
|
|
2739
2885
|
{
|
|
2740
2886
|
className: "tipp_horizontal-bar-chart bar-wrapper",
|
|
2741
2887
|
style: { height, backgroundColor },
|
|
2742
|
-
children: /* @__PURE__ */ (0,
|
|
2888
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2743
2889
|
"div",
|
|
2744
2890
|
{
|
|
2745
2891
|
style: {
|
|
2746
2892
|
width: `${Math.round(value / total * 100)}%`,
|
|
2747
2893
|
height: "100%"
|
|
2748
2894
|
},
|
|
2749
|
-
children: /* @__PURE__ */ (0,
|
|
2895
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "bar", style: { backgroundColor: barColor } })
|
|
2750
2896
|
}
|
|
2751
2897
|
)
|
|
2752
2898
|
}
|
|
@@ -2902,23 +3048,23 @@ var EchartDefaultProps = {
|
|
|
2902
3048
|
};
|
|
2903
3049
|
|
|
2904
3050
|
// src/app/platform/userInfos/coaching-customer-info/small.tsx
|
|
2905
|
-
var
|
|
3051
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
2906
3052
|
function CoachingCustomerInfoSmall({
|
|
2907
3053
|
customer,
|
|
2908
3054
|
children,
|
|
2909
3055
|
badge
|
|
2910
3056
|
}) {
|
|
2911
|
-
return /* @__PURE__ */ (0,
|
|
3057
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
2912
3058
|
import_themes22.Flex,
|
|
2913
3059
|
{
|
|
2914
3060
|
direction: { initial: "column", xs: "row" },
|
|
2915
3061
|
gap: "3",
|
|
2916
3062
|
justify: "between",
|
|
2917
3063
|
children: [
|
|
2918
|
-
/* @__PURE__ */ (0,
|
|
2919
|
-
/* @__PURE__ */ (0,
|
|
2920
|
-
/* @__PURE__ */ (0,
|
|
2921
|
-
/* @__PURE__ */ (0,
|
|
3064
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_themes23.Grid, { align: "center", columns: "auto auto 1fr", gapX: "3", children: [
|
|
3065
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Heading2, { variant: "heading3", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
|
|
3066
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Typo, { color: "gray", truncate: true, variant: "body", children: customer == null ? void 0 : customer.company }),
|
|
3067
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_themes6.Box, { style: { justifySelf: "end" }, children: badge })
|
|
2922
3068
|
] }) }),
|
|
2923
3069
|
children
|
|
2924
3070
|
]
|
|
@@ -2929,7 +3075,7 @@ function CoachingCustomerInfoSmall({
|
|
|
2929
3075
|
// src/app/platform/userInfos/utils.tsx
|
|
2930
3076
|
var import_date_fns3 = require("date-fns");
|
|
2931
3077
|
var import_react_icons8 = require("@radix-ui/react-icons");
|
|
2932
|
-
var
|
|
3078
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
2933
3079
|
var infoList = [
|
|
2934
3080
|
{ label: "\uC774\uB984", getValue: (customer) => customer == null ? void 0 : customer.username },
|
|
2935
3081
|
{ label: "\uC131\uBCC4", getValue: (customer) => customer == null ? void 0 : customer.gender },
|
|
@@ -2985,21 +3131,21 @@ var sessionList = [
|
|
|
2985
3131
|
var renderItem = (args) => {
|
|
2986
3132
|
const { info, data, onClickCopy } = args;
|
|
2987
3133
|
const value = info.getValue(data);
|
|
2988
|
-
return /* @__PURE__ */ (0,
|
|
3134
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
|
|
2989
3135
|
info.render ? info.render(value) : value || "-",
|
|
2990
|
-
info.copyable && value ? /* @__PURE__ */ (0,
|
|
3136
|
+
info.copyable && value ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(CopyButton, { onClickCopy, value }) : null
|
|
2991
3137
|
] });
|
|
2992
3138
|
};
|
|
2993
3139
|
var renderDataListItem = (args) => {
|
|
2994
3140
|
const { info, data, onClickCopy } = args;
|
|
2995
|
-
return /* @__PURE__ */ (0,
|
|
2996
|
-
/* @__PURE__ */ (0,
|
|
2997
|
-
/* @__PURE__ */ (0,
|
|
3141
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_themes15.DataList.Item, { children: [
|
|
3142
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_themes15.DataList.Label, { children: info.label }),
|
|
3143
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_themes15.DataList.Value, { children: renderItem({ info, data, onClickCopy }) })
|
|
2998
3144
|
] }, info.label);
|
|
2999
3145
|
};
|
|
3000
3146
|
function CopyButton(props) {
|
|
3001
3147
|
const { value, onClickCopy } = props;
|
|
3002
|
-
return /* @__PURE__ */ (0,
|
|
3148
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
3003
3149
|
Button,
|
|
3004
3150
|
{
|
|
3005
3151
|
color: "gray",
|
|
@@ -3008,13 +3154,13 @@ function CopyButton(props) {
|
|
|
3008
3154
|
},
|
|
3009
3155
|
style: { marginLeft: "0", marginTop: "0" },
|
|
3010
3156
|
variant: "transparent",
|
|
3011
|
-
children: /* @__PURE__ */ (0,
|
|
3157
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react_icons8.CopyIcon, {})
|
|
3012
3158
|
}
|
|
3013
3159
|
);
|
|
3014
3160
|
}
|
|
3015
3161
|
|
|
3016
3162
|
// src/app/platform/userInfos/coaching-customer-info/medium.tsx
|
|
3017
|
-
var
|
|
3163
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
3018
3164
|
function CoachingCustomerInfoMedium({
|
|
3019
3165
|
customer,
|
|
3020
3166
|
session,
|
|
@@ -3022,28 +3168,28 @@ function CoachingCustomerInfoMedium({
|
|
|
3022
3168
|
badge,
|
|
3023
3169
|
onClickCopy
|
|
3024
3170
|
}) {
|
|
3025
|
-
return /* @__PURE__ */ (0,
|
|
3026
|
-
/* @__PURE__ */ (0,
|
|
3027
|
-
/* @__PURE__ */ (0,
|
|
3028
|
-
/* @__PURE__ */ (0,
|
|
3171
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
|
|
3172
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_themes6.Box, { children: [
|
|
3173
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_themes22.Flex, { align: "center", justify: "between", mb: "1", width: "100%", children: [
|
|
3174
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Heading2, { variant: "heading2", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
|
|
3029
3175
|
badge
|
|
3030
3176
|
] }),
|
|
3031
|
-
/* @__PURE__ */ (0,
|
|
3177
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Heading2, { truncate: true, variant: "heading4", weight: "regular", children: customer == null ? void 0 : customer.company })
|
|
3032
3178
|
] }),
|
|
3033
3179
|
children,
|
|
3034
|
-
/* @__PURE__ */ (0,
|
|
3180
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_themes15.DataList.Root, { orientation: "vertical", children: sessionList.map(
|
|
3035
3181
|
(el) => renderDataListItem({
|
|
3036
3182
|
info: el,
|
|
3037
3183
|
data: session,
|
|
3038
3184
|
onClickCopy
|
|
3039
3185
|
})
|
|
3040
3186
|
) }) }),
|
|
3041
|
-
/* @__PURE__ */ (0,
|
|
3042
|
-
/* @__PURE__ */ (0,
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3187
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gap: "3", children: [
|
|
3188
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Heading2, { variant: "heading5", children: "\uACE0\uAC1D \uC815\uBCF4" }),
|
|
3189
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_themes39.Separator, { size: "4" })
|
|
3044
3190
|
] }),
|
|
3045
|
-
/* @__PURE__ */ (0,
|
|
3046
|
-
return /* @__PURE__ */ (0,
|
|
3191
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_themes22.Flex, { direction: "column", gap: "4", children: infoList.map((el) => {
|
|
3192
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { children: renderItem({
|
|
3047
3193
|
info: el,
|
|
3048
3194
|
data: customer,
|
|
3049
3195
|
onClickCopy
|
|
@@ -3053,7 +3199,7 @@ function CoachingCustomerInfoMedium({
|
|
|
3053
3199
|
}
|
|
3054
3200
|
|
|
3055
3201
|
// src/app/platform/userInfos/coaching-customer-info/large.tsx
|
|
3056
|
-
var
|
|
3202
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
3057
3203
|
function CoachingCustomerInfoLarge({
|
|
3058
3204
|
customer,
|
|
3059
3205
|
session,
|
|
@@ -3061,24 +3207,24 @@ function CoachingCustomerInfoLarge({
|
|
|
3061
3207
|
badge,
|
|
3062
3208
|
onClickCopy
|
|
3063
3209
|
}) {
|
|
3064
|
-
return /* @__PURE__ */ (0,
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3066
|
-
/* @__PURE__ */ (0,
|
|
3067
|
-
/* @__PURE__ */ (0,
|
|
3210
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
|
|
3211
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_themes6.Box, { children: [
|
|
3212
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_themes22.Flex, { align: "center", justify: "between", mb: "1", width: "100%", children: [
|
|
3213
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Heading2, { variant: "heading2", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
|
|
3068
3214
|
badge
|
|
3069
3215
|
] }),
|
|
3070
|
-
/* @__PURE__ */ (0,
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Heading2, { truncate: true, variant: "heading4", weight: "regular", children: customer == null ? void 0 : customer.company })
|
|
3071
3217
|
] }),
|
|
3072
3218
|
children,
|
|
3073
|
-
/* @__PURE__ */ (0,
|
|
3219
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_themes15.DataList.Root, { children: sessionList.map(
|
|
3074
3220
|
(el) => renderDataListItem({
|
|
3075
3221
|
info: el,
|
|
3076
3222
|
data: session,
|
|
3077
3223
|
onClickCopy
|
|
3078
3224
|
})
|
|
3079
3225
|
) }) }),
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3081
|
-
/* @__PURE__ */ (0,
|
|
3226
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_themes39.Separator, { size: "4" }),
|
|
3227
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_themes15.DataList.Root, { children: infoList.map(
|
|
3082
3228
|
(info) => renderDataListItem({
|
|
3083
3229
|
info,
|
|
3084
3230
|
data: customer,
|
|
@@ -3089,19 +3235,19 @@ function CoachingCustomerInfoLarge({
|
|
|
3089
3235
|
}
|
|
3090
3236
|
|
|
3091
3237
|
// src/app/platform/userInfos/coaching-customer-info/index.tsx
|
|
3092
|
-
var
|
|
3238
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
3093
3239
|
function CoachingCustomerInfo(props) {
|
|
3094
|
-
return /* @__PURE__ */ (0,
|
|
3095
|
-
/* @__PURE__ */ (0,
|
|
3096
|
-
/* @__PURE__ */ (0,
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3240
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
|
|
3241
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_themes6.Box, { display: { initial: "block", sm: "none", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(CoachingCustomerInfoSmall, __spreadValues({}, props)) }),
|
|
3242
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_themes6.Box, { display: { initial: "none", sm: "block", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(CoachingCustomerInfoMedium, __spreadValues({}, props)) }),
|
|
3243
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_themes6.Box, { display: { initial: "none", sm: "none", md: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(CoachingCustomerInfoLarge, __spreadValues({}, props)) })
|
|
3098
3244
|
] });
|
|
3099
3245
|
}
|
|
3100
3246
|
|
|
3101
3247
|
// src/app/platform/goal-manage-card-read.tsx
|
|
3102
3248
|
var import_react29 = require("react");
|
|
3103
3249
|
var import_date_fns4 = require("date-fns");
|
|
3104
|
-
var
|
|
3250
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
3105
3251
|
function GoalManageCardRead(props) {
|
|
3106
3252
|
const {
|
|
3107
3253
|
title,
|
|
@@ -3119,7 +3265,7 @@ function GoalManageCardRead(props) {
|
|
|
3119
3265
|
const onClickOpen = (0, import_react29.useCallback)(() => {
|
|
3120
3266
|
setOpen((p) => !p);
|
|
3121
3267
|
}, []);
|
|
3122
|
-
const icon = open ? /* @__PURE__ */ (0,
|
|
3268
|
+
const icon = open ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons3.ChevronUpIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons3.ChevronDownIcon, {});
|
|
3123
3269
|
const badgeMeta = (0, import_react29.useMemo)(() => {
|
|
3124
3270
|
if (!completed && dueDate) {
|
|
3125
3271
|
if (dueDate >= (0, import_date_fns4.startOfDay)(/* @__PURE__ */ new Date()))
|
|
@@ -3132,40 +3278,40 @@ function GoalManageCardRead(props) {
|
|
|
3132
3278
|
return null;
|
|
3133
3279
|
}, [completed, dueDate]);
|
|
3134
3280
|
const renderSubTitle = (0, import_react29.useCallback)((subTitle) => {
|
|
3135
|
-
return /* @__PURE__ */ (0,
|
|
3281
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Heading2, { mb: "2", variant: "heading5", children: subTitle });
|
|
3136
3282
|
}, []);
|
|
3137
3283
|
const renderSubContent = (0, import_react29.useCallback)((content) => {
|
|
3138
|
-
return /* @__PURE__ */ (0,
|
|
3284
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Typo, { as: "p", color: "gray", children: content });
|
|
3139
3285
|
}, []);
|
|
3140
3286
|
const renderCompleteButton = (0, import_react29.useCallback)(() => {
|
|
3141
3287
|
if (completed) {
|
|
3142
|
-
return /* @__PURE__ */ (0,
|
|
3288
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { onClick: onClickIncomplete, size: "small", variant: "surface", children: "\uC9C4\uD589\uC911\uC778 \uACFC\uC81C\uB85C \uB3CC\uB824\uB193\uAE30" });
|
|
3143
3289
|
}
|
|
3144
|
-
return /* @__PURE__ */ (0,
|
|
3145
|
-
/* @__PURE__ */ (0,
|
|
3146
|
-
/* @__PURE__ */ (0,
|
|
3290
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes29.Popover.Root, { children: [
|
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Button, { size: "small", children: [
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons3.RocketIcon, {}),
|
|
3147
3293
|
"\uB2EC\uC131\uD558\uAE30"
|
|
3148
3294
|
] }) }),
|
|
3149
|
-
/* @__PURE__ */ (0,
|
|
3150
|
-
/* @__PURE__ */ (0,
|
|
3151
|
-
/* @__PURE__ */ (0,
|
|
3152
|
-
/* @__PURE__ */ (0,
|
|
3153
|
-
/* @__PURE__ */ (0,
|
|
3295
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes29.Popover.Content, { children: [
|
|
3296
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
|
|
3297
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
|
|
3298
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
|
|
3299
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { onClick: onClickComplete, size: "small", children: "\uC608" }) })
|
|
3154
3300
|
] })
|
|
3155
3301
|
] })
|
|
3156
3302
|
] });
|
|
3157
3303
|
}, [completed, onClickIncomplete, onClickComplete]);
|
|
3158
|
-
return /* @__PURE__ */ (0,
|
|
3159
|
-
/* @__PURE__ */ (0,
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3161
|
-
/* @__PURE__ */ (0,
|
|
3162
|
-
/* @__PURE__ */ (0,
|
|
3163
|
-
badgeMeta ? /* @__PURE__ */ (0,
|
|
3164
|
-
/* @__PURE__ */ (0,
|
|
3304
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gapX: "3", children: [
|
|
3305
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes18.IconButton, { onClick: onClickOpen, variant: "ghost", children: icon }),
|
|
3306
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Heading2, { variant: "heading4", children: title }),
|
|
3307
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes22.Flex, { align: "center", gridColumnStart: "2", justify: "between", mt: "2", children: [
|
|
3308
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes22.Flex, { align: "center", gap: "3", children: [
|
|
3309
|
+
badgeMeta ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Badge, __spreadValues({}, badgeMeta)) : null,
|
|
3310
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Typo, { color: "gray", children: dueDate ? (0, import_date_fns4.format)(dueDate, "yyyy\uB144 MM\uC6D4 dd\uC77C") : null })
|
|
3165
3311
|
] }),
|
|
3166
3312
|
renderCompleteButton()
|
|
3167
3313
|
] }),
|
|
3168
|
-
open ? /* @__PURE__ */ (0,
|
|
3314
|
+
open ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
3169
3315
|
import_themes39.Separator,
|
|
3170
3316
|
{
|
|
3171
3317
|
mb: "4",
|
|
@@ -3174,37 +3320,37 @@ function GoalManageCardRead(props) {
|
|
|
3174
3320
|
style: { gridColumnStart: "span 2" }
|
|
3175
3321
|
}
|
|
3176
3322
|
) : null,
|
|
3177
|
-
/* @__PURE__ */ (0,
|
|
3178
|
-
/* @__PURE__ */ (0,
|
|
3179
|
-
/* @__PURE__ */ (0,
|
|
3323
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes6.Box, { gridColumnStart: "2", p: "0", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Collapse, { open, children: [
|
|
3324
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
|
|
3325
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes6.Box, { children: [
|
|
3180
3326
|
renderSubTitle(
|
|
3181
3327
|
"\uD574\uB2F9 \uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uBA74, \uC544\uB798\uC640 \uAC19\uC740 \uACB0\uACFC\uB97C \uC5BB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4"
|
|
3182
3328
|
),
|
|
3183
3329
|
renderSubContent(expectedEffect)
|
|
3184
3330
|
] }),
|
|
3185
|
-
/* @__PURE__ */ (0,
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes6.Box, { children: [
|
|
3186
3332
|
renderSubTitle(
|
|
3187
3333
|
"\uBAA9\uD45C\uB97C \uC774\uB8E8\uAE30\uAE4C\uC9C0 \uBC29\uD574\uAC00 \uB420 \uC218 \uC788\uB294 \uC694\uC18C\uB4E4\uC740 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4"
|
|
3188
3334
|
),
|
|
3189
3335
|
renderSubContent(huddle)
|
|
3190
3336
|
] })
|
|
3191
3337
|
] }),
|
|
3192
|
-
/* @__PURE__ */ (0,
|
|
3193
|
-
/* @__PURE__ */ (0,
|
|
3194
|
-
/* @__PURE__ */ (0,
|
|
3195
|
-
/* @__PURE__ */ (0,
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "end", mt: "3", children: [
|
|
3339
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes29.Popover.Root, { children: [
|
|
3340
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Button, { color: "gray", size: "small", variant: "ghost", children: [
|
|
3341
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons3.TrashIcon, {}),
|
|
3196
3342
|
"\uC0AD\uC81C\uD558\uAE30"
|
|
3197
3343
|
] }) }),
|
|
3198
|
-
/* @__PURE__ */ (0,
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3200
|
-
/* @__PURE__ */ (0,
|
|
3201
|
-
/* @__PURE__ */ (0,
|
|
3202
|
-
/* @__PURE__ */ (0,
|
|
3344
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes29.Popover.Content, { children: [
|
|
3345
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
|
|
3346
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
|
|
3348
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { onClick: onClickDelete, size: "small", children: "\uC608" }) })
|
|
3203
3349
|
] })
|
|
3204
3350
|
] })
|
|
3205
3351
|
] }),
|
|
3206
|
-
/* @__PURE__ */ (0,
|
|
3207
|
-
/* @__PURE__ */ (0,
|
|
3352
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Button, { onClick: onClickEdit, size: "small", variant: "surface", children: [
|
|
3353
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons3.Pencil1Icon, {}),
|
|
3208
3354
|
"\uC218\uC815\uD558\uAE30"
|
|
3209
3355
|
] })
|
|
3210
3356
|
] })
|
|
@@ -3215,7 +3361,7 @@ function GoalManageCardRead(props) {
|
|
|
3215
3361
|
// src/app/platform/goal-manage-card-edit.tsx
|
|
3216
3362
|
var import_react30 = require("react");
|
|
3217
3363
|
var import_date_fns5 = require("date-fns");
|
|
3218
|
-
var
|
|
3364
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
3219
3365
|
var initialValues = {
|
|
3220
3366
|
goal: "",
|
|
3221
3367
|
effect: "",
|
|
@@ -3244,11 +3390,11 @@ function GoalManageCardEdit(props) {
|
|
|
3244
3390
|
var _a;
|
|
3245
3391
|
(_a = props.onSubmit) == null ? void 0 : _a.call(props, values);
|
|
3246
3392
|
}, [props, values]);
|
|
3247
|
-
return /* @__PURE__ */ (0,
|
|
3248
|
-
/* @__PURE__ */ (0,
|
|
3249
|
-
/* @__PURE__ */ (0,
|
|
3250
|
-
/* @__PURE__ */ (0,
|
|
3251
|
-
/* @__PURE__ */ (0,
|
|
3393
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Card, { style: { width: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Form.Root, { onSubmit: dummyFn, children: [
|
|
3394
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
|
|
3395
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Form.Field, { name: "title", children: [
|
|
3396
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Label, { children: "\uC774\uBC88 \uCF54\uCE6D\uC758 \uBAA9\uD45C\uB294 \uC544\uB798\uC640 \uAC19\uC2B5\uB2C8\uB2E4" }),
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3252
3398
|
TextField.Root,
|
|
3253
3399
|
{
|
|
3254
3400
|
error: Boolean(errors == null ? void 0 : errors.goal),
|
|
@@ -3259,11 +3405,11 @@ function GoalManageCardEdit(props) {
|
|
|
3259
3405
|
value: values.goal
|
|
3260
3406
|
}
|
|
3261
3407
|
),
|
|
3262
|
-
/* @__PURE__ */ (0,
|
|
3408
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Message, { forceMatch: Boolean(errors == null ? void 0 : errors.goal), children: errors == null ? void 0 : errors.goal })
|
|
3263
3409
|
] }),
|
|
3264
|
-
/* @__PURE__ */ (0,
|
|
3265
|
-
/* @__PURE__ */ (0,
|
|
3266
|
-
/* @__PURE__ */ (0,
|
|
3410
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Form.Field, { name: "effect", children: [
|
|
3411
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Label, { children: "\uAE30\uB300\uD6A8\uACFC" }),
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3267
3413
|
TextArea,
|
|
3268
3414
|
{
|
|
3269
3415
|
error: Boolean(errors == null ? void 0 : errors.effect),
|
|
@@ -3275,11 +3421,11 @@ function GoalManageCardEdit(props) {
|
|
|
3275
3421
|
value: values.effect
|
|
3276
3422
|
}
|
|
3277
3423
|
),
|
|
3278
|
-
/* @__PURE__ */ (0,
|
|
3424
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Message, { forceMatch: Boolean(errors == null ? void 0 : errors.effect), children: errors == null ? void 0 : errors.effect })
|
|
3279
3425
|
] }),
|
|
3280
|
-
/* @__PURE__ */ (0,
|
|
3281
|
-
/* @__PURE__ */ (0,
|
|
3282
|
-
/* @__PURE__ */ (0,
|
|
3426
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Form.Field, { name: "huddle", children: [
|
|
3427
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Label, { children: "\uBC29\uD574\uC694\uC18C" }),
|
|
3428
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3283
3429
|
TextArea,
|
|
3284
3430
|
{
|
|
3285
3431
|
error: Boolean(errors == null ? void 0 : errors.huddle),
|
|
@@ -3293,11 +3439,11 @@ function GoalManageCardEdit(props) {
|
|
|
3293
3439
|
value: values.huddle
|
|
3294
3440
|
}
|
|
3295
3441
|
),
|
|
3296
|
-
/* @__PURE__ */ (0,
|
|
3442
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Message, { forceMatch: Boolean(errors == null ? void 0 : errors.huddle), children: errors == null ? void 0 : errors.huddle })
|
|
3297
3443
|
] }),
|
|
3298
|
-
/* @__PURE__ */ (0,
|
|
3299
|
-
/* @__PURE__ */ (0,
|
|
3300
|
-
/* @__PURE__ */ (0,
|
|
3444
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Form.Field, { name: "dueDate", children: [
|
|
3445
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Label, { children: "\uBAA9\uD45C \uB2EC\uC131 \uAE30\uD55C\uC740 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4" }),
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3301
3447
|
DatePickerButton,
|
|
3302
3448
|
{
|
|
3303
3449
|
format: (v) => (0, import_date_fns5.format)(v, "yyyy\uB144 MM\uC6D4 dd\uC77C"),
|
|
@@ -3308,11 +3454,11 @@ function GoalManageCardEdit(props) {
|
|
|
3308
3454
|
selected: values.dueDate
|
|
3309
3455
|
}
|
|
3310
3456
|
),
|
|
3311
|
-
/* @__PURE__ */ (0,
|
|
3457
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Form.Message, { forceMatch: Boolean(errors == null ? void 0 : errors.dueDate), children: errors == null ? void 0 : errors.dueDate })
|
|
3312
3458
|
] })
|
|
3313
3459
|
] }),
|
|
3314
|
-
/* @__PURE__ */ (0,
|
|
3315
|
-
/* @__PURE__ */ (0,
|
|
3460
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", width: "100%", children: [
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3316
3462
|
Button,
|
|
3317
3463
|
{
|
|
3318
3464
|
color: "gray",
|
|
@@ -3323,7 +3469,7 @@ function GoalManageCardEdit(props) {
|
|
|
3323
3469
|
children: "\uCD08\uAE30\uD654\uD558\uAE30"
|
|
3324
3470
|
}
|
|
3325
3471
|
),
|
|
3326
|
-
/* @__PURE__ */ (0,
|
|
3472
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { onClick: onClickSubmit, size: "small", type: "button", children: "\uC800\uC7A5\uD558\uAE30" })
|
|
3327
3473
|
] })
|
|
3328
3474
|
] }) });
|
|
3329
3475
|
}
|
|
@@ -3334,7 +3480,7 @@ var import_date_fns6 = require("date-fns");
|
|
|
3334
3480
|
|
|
3335
3481
|
// src/app/platform/edit-coaching-time.tsx
|
|
3336
3482
|
var import_react31 = require("react");
|
|
3337
|
-
var
|
|
3483
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
3338
3484
|
var getValueFromDefaultValue = (args) => {
|
|
3339
3485
|
return {
|
|
3340
3486
|
startTime: args.startAt ? getTimeOption(args.startAt) : "00:00",
|
|
@@ -3404,10 +3550,10 @@ function EditCoachingTime(props) {
|
|
|
3404
3550
|
import_react_toastify2.toast.error("\uC785\uB825 \uAC12\uC774 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.");
|
|
3405
3551
|
}
|
|
3406
3552
|
}, [checkTimeError, props, values.date, values.endTime, values.startTime]);
|
|
3407
|
-
return /* @__PURE__ */ (0,
|
|
3408
|
-
/* @__PURE__ */ (0,
|
|
3409
|
-
/* @__PURE__ */ (0,
|
|
3410
|
-
/* @__PURE__ */ (0,
|
|
3553
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_themes6.Box, { width: { initial: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Form.Root, { children: [
|
|
3554
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Form.Field, { name: "date", children: [
|
|
3555
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Label, { variant: "caption", children: "\uB0A0\uC9DC" }),
|
|
3556
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3411
3557
|
DatePickerButton,
|
|
3412
3558
|
{
|
|
3413
3559
|
maxDate: /* @__PURE__ */ new Date(),
|
|
@@ -3417,7 +3563,7 @@ function EditCoachingTime(props) {
|
|
|
3417
3563
|
}
|
|
3418
3564
|
)
|
|
3419
3565
|
] }),
|
|
3420
|
-
/* @__PURE__ */ (0,
|
|
3566
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
3421
3567
|
import_themes23.Grid,
|
|
3422
3568
|
{
|
|
3423
3569
|
align: "center",
|
|
@@ -3432,10 +3578,10 @@ function EditCoachingTime(props) {
|
|
|
3432
3578
|
mt: "5",
|
|
3433
3579
|
width: "100%",
|
|
3434
3580
|
children: [
|
|
3435
|
-
/* @__PURE__ */ (0,
|
|
3436
|
-
/* @__PURE__ */ (0,
|
|
3437
|
-
/* @__PURE__ */ (0,
|
|
3438
|
-
/* @__PURE__ */ (0,
|
|
3581
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Field, { name: "startTime", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Label, { variant: "caption", children: "\uC2DC\uC791 \uC2DC\uAC04" }) }),
|
|
3582
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", {}),
|
|
3583
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Field, { name: "endTime", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Label, { variant: "caption", children: "\uC885\uB8CC \uC2DC\uAC04" }) }),
|
|
3584
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3439
3585
|
TimeSelect,
|
|
3440
3586
|
{
|
|
3441
3587
|
onValueChange: onChangeStartTime,
|
|
@@ -3443,8 +3589,8 @@ function EditCoachingTime(props) {
|
|
|
3443
3589
|
value: values.startTime
|
|
3444
3590
|
}
|
|
3445
3591
|
),
|
|
3446
|
-
/* @__PURE__ */ (0,
|
|
3447
|
-
/* @__PURE__ */ (0,
|
|
3592
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_themes6.Box, { overflow: "hidden", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_themes39.Separator, {}) }),
|
|
3593
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3448
3594
|
TimeSelect,
|
|
3449
3595
|
{
|
|
3450
3596
|
onValueChange: onChangeEndTime,
|
|
@@ -3452,13 +3598,13 @@ function EditCoachingTime(props) {
|
|
|
3452
3598
|
value: values.endTime
|
|
3453
3599
|
}
|
|
3454
3600
|
),
|
|
3455
|
-
/* @__PURE__ */ (0,
|
|
3601
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Field, { name: "startEndTime", style: { gridColumn: "1/span 3" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Form.Message, { forceMatch: Boolean(timeError), children: timeError }) })
|
|
3456
3602
|
]
|
|
3457
3603
|
}
|
|
3458
3604
|
),
|
|
3459
|
-
/* @__PURE__ */ (0,
|
|
3460
|
-
/* @__PURE__ */ (0,
|
|
3461
|
-
/* @__PURE__ */ (0,
|
|
3605
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", children: [
|
|
3606
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Dialog.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { onClick: onClickCancel, type: "button", variant: "outline", children: "\uCDE8\uC18C\uD558\uAE30" }) }),
|
|
3607
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Dialog.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { onClick: onClickSave, type: "button", children: "\uC800\uC7A5\uD558\uAE30" }) })
|
|
3462
3608
|
] })
|
|
3463
3609
|
] }) });
|
|
3464
3610
|
}
|
|
@@ -3468,20 +3614,20 @@ var import_react32 = require("react");
|
|
|
3468
3614
|
|
|
3469
3615
|
// src/app/platform/on-offline-radio-card.tsx
|
|
3470
3616
|
var import_react_icons9 = require("@radix-ui/react-icons");
|
|
3471
|
-
var
|
|
3617
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
3472
3618
|
var SERVICE_TYPE = {
|
|
3473
3619
|
onlineCoaching: "onlineCoaching",
|
|
3474
3620
|
offlineCoaching: "offlineCoaching"
|
|
3475
3621
|
};
|
|
3476
3622
|
var breakpoint = "sm";
|
|
3477
3623
|
function HideSmallBox(props) {
|
|
3478
|
-
return /* @__PURE__ */ (0,
|
|
3624
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_themes6.Box, { display: { initial: "none", [breakpoint]: "block" }, children: props.children });
|
|
3479
3625
|
}
|
|
3480
3626
|
function OnOfflineRadioCard(props) {
|
|
3481
3627
|
const Wrapper = props.response ? HideSmallBox : (p) => p.children;
|
|
3482
3628
|
const columns = props.response ? { initial: "2", [breakpoint]: "1" } : "1";
|
|
3483
3629
|
const justify = props.response ? { initial: "center", [breakpoint]: "between" } : "between";
|
|
3484
|
-
return /* @__PURE__ */ (0,
|
|
3630
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
3485
3631
|
RadioButtonCard.Root,
|
|
3486
3632
|
__spreadProps(__spreadValues({
|
|
3487
3633
|
RadioWrapper: Wrapper,
|
|
@@ -3490,13 +3636,13 @@ function OnOfflineRadioCard(props) {
|
|
|
3490
3636
|
justify
|
|
3491
3637
|
}, props), {
|
|
3492
3638
|
children: [
|
|
3493
|
-
/* @__PURE__ */ (0,
|
|
3494
|
-
/* @__PURE__ */ (0,
|
|
3495
|
-
/* @__PURE__ */ (0,
|
|
3639
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(RadioButtonCard.Item, { value: SERVICE_TYPE.onlineCoaching, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_themes22.Flex, { align: "center", gap: "2", children: [
|
|
3640
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Wrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_icons9.GlobeIcon, {}) }),
|
|
3641
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Typo, { children: "\uC628\uB77C\uC778" })
|
|
3496
3642
|
] }) }),
|
|
3497
|
-
/* @__PURE__ */ (0,
|
|
3498
|
-
/* @__PURE__ */ (0,
|
|
3499
|
-
/* @__PURE__ */ (0,
|
|
3643
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(RadioButtonCard.Item, { value: SERVICE_TYPE.offlineCoaching, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_themes22.Flex, { align: "center", gap: "2", children: [
|
|
3644
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Wrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_icons9.BackpackIcon, {}) }),
|
|
3645
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Typo, { children: "\uC624\uD504\uB77C\uC778" })
|
|
3500
3646
|
] }) })
|
|
3501
3647
|
]
|
|
3502
3648
|
})
|
|
@@ -3504,7 +3650,7 @@ function OnOfflineRadioCard(props) {
|
|
|
3504
3650
|
}
|
|
3505
3651
|
|
|
3506
3652
|
// src/app/platform/edit-service-type.tsx
|
|
3507
|
-
var
|
|
3653
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
3508
3654
|
function EditServiceType(props) {
|
|
3509
3655
|
const { defaultServiceType, onClickCancel } = props;
|
|
3510
3656
|
const [sessionType, setSessionType] = (0, import_react32.useState)(
|
|
@@ -3514,8 +3660,8 @@ function EditServiceType(props) {
|
|
|
3514
3660
|
var _a;
|
|
3515
3661
|
(_a = props.onClickSave) == null ? void 0 : _a.call(props, sessionType);
|
|
3516
3662
|
}, [props, sessionType]);
|
|
3517
|
-
return /* @__PURE__ */ (0,
|
|
3518
|
-
/* @__PURE__ */ (0,
|
|
3663
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_themes6.Box, { children: [
|
|
3664
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
3519
3665
|
Typo,
|
|
3520
3666
|
{
|
|
3521
3667
|
as: "p",
|
|
@@ -3525,16 +3671,16 @@ function EditServiceType(props) {
|
|
|
3525
3671
|
children: "\uC138\uC158 \uC720\uD615\uC5D0 \uB530\uB77C \uCC45\uC815\uB418\uB294 \uCF54\uCE6D \uAE08\uC561\uC774 \uB2EC\uB77C\uC9C0\uBBC0\uB85C, \uC815\uD655\uD558\uAC8C \uC120\uD0DD\uD574\uC8FC\uC138\uC694"
|
|
3526
3672
|
}
|
|
3527
3673
|
),
|
|
3528
|
-
/* @__PURE__ */ (0,
|
|
3529
|
-
/* @__PURE__ */ (0,
|
|
3530
|
-
/* @__PURE__ */ (0,
|
|
3531
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(OnOfflineRadioCard, { onValueChange: setSessionType, value: sessionType }),
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: { initial: "6", xs: "3" }, children: [
|
|
3676
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Dialog.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { color: "gray", onClick: onClickCancel, variant: "outline", children: "\uCDE8\uC18C\uD558\uAE30" }) }),
|
|
3677
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Dialog.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { onClick: onClickSave, children: "\uC800\uC7A5\uD558\uAE30" }) })
|
|
3532
3678
|
] })
|
|
3533
3679
|
] });
|
|
3534
3680
|
}
|
|
3535
3681
|
|
|
3536
3682
|
// src/app/platform/session-card.tsx
|
|
3537
|
-
var
|
|
3683
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
3538
3684
|
var preventDefault3 = (e) => {
|
|
3539
3685
|
e.preventDefault();
|
|
3540
3686
|
};
|
|
@@ -3565,33 +3711,33 @@ function SessionCard(props) {
|
|
|
3565
3711
|
"sessionType"
|
|
3566
3712
|
]);
|
|
3567
3713
|
const renderEditButton = (0, import_react33.useCallback)(() => {
|
|
3568
|
-
return /* @__PURE__ */ (0,
|
|
3714
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { color: "gray", ml: "2", variant: "transparent", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_react_icons3.Pencil1Icon, {}) });
|
|
3569
3715
|
}, []);
|
|
3570
3716
|
const sessionTimeStr = (0, import_react33.useMemo)(() => {
|
|
3571
3717
|
if (!startAt || !endAt)
|
|
3572
3718
|
return "\uC54C \uC218 \uC5C6\uC74C";
|
|
3573
3719
|
return `${(0, import_date_fns6.format)(startAt, "yyyy\uB144 MM\uC6D4 dd\uC77C HH\uC2DC mm\uBD84")} ~ ${(0, import_date_fns6.format)(endAt, "HH\uC2DC mm\uBD84")}`;
|
|
3574
3720
|
}, [startAt, endAt]);
|
|
3575
|
-
return /* @__PURE__ */ (0,
|
|
3576
|
-
/* @__PURE__ */ (0,
|
|
3577
|
-
/* @__PURE__ */ (0,
|
|
3721
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Card, __spreadProps(__spreadValues({ error: Boolean(error) }, rest), { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes22.Flex, { direction: "column", gap: "3", children: [
|
|
3722
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes22.Flex, { align: "center", width: "100%", children: [
|
|
3723
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Heading2, { variant: "heading4", children: `${userName || "\uC54C \uC218 \uC5C6\uC74C"}\uB2D8 ${sessionNumber || "-"}\uD68C\uCC28` }),
|
|
3578
3724
|
TitleExtra,
|
|
3579
|
-
error ? /* @__PURE__ */ (0,
|
|
3725
|
+
error ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(BulletText, { as: "p", color: "red", variant: "caption", children: error }) : null
|
|
3580
3726
|
] }),
|
|
3581
|
-
/* @__PURE__ */ (0,
|
|
3582
|
-
/* @__PURE__ */ (0,
|
|
3583
|
-
/* @__PURE__ */ (0,
|
|
3584
|
-
/* @__PURE__ */ (0,
|
|
3727
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes15.DataList.Root, { children: [
|
|
3728
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes15.DataList.Item, { children: [
|
|
3729
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_themes15.DataList.Label, { children: "\uCF54\uCE6D \uC77C\uC2DC" }),
|
|
3730
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes15.DataList.Value, { children: [
|
|
3585
3731
|
sessionTimeStr,
|
|
3586
|
-
editable ? /* @__PURE__ */ (0,
|
|
3587
|
-
/* @__PURE__ */ (0,
|
|
3588
|
-
/* @__PURE__ */ (0,
|
|
3732
|
+
editable ? /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Dialog.Root, { children: [
|
|
3733
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Dialog.Trigger, { children: renderEditButton() }),
|
|
3734
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
3589
3735
|
Dialog.Content,
|
|
3590
3736
|
{
|
|
3591
3737
|
onOpenAutoFocus: preventDefault3,
|
|
3592
3738
|
style: { overflow: "visible" },
|
|
3593
3739
|
title: `${sessionNumber}\uD68C\uCC28 \uC138\uC158 \uC77C\uC2DC \uBCC0\uACBD\uD558\uAE30`,
|
|
3594
|
-
children: /* @__PURE__ */ (0,
|
|
3740
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
3595
3741
|
EditCoachingTime,
|
|
3596
3742
|
{
|
|
3597
3743
|
defaultEndAt: endAt,
|
|
@@ -3604,18 +3750,18 @@ function SessionCard(props) {
|
|
|
3604
3750
|
] }) : null
|
|
3605
3751
|
] })
|
|
3606
3752
|
] }),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
3608
|
-
/* @__PURE__ */ (0,
|
|
3609
|
-
/* @__PURE__ */ (0,
|
|
3610
|
-
/* @__PURE__ */ (0,
|
|
3753
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes23.Grid, { columns: { initial: "1", xs: "2" }, style: { gap: "inherit" }, children: [
|
|
3754
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes15.DataList.Item, { children: [
|
|
3755
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_themes15.DataList.Label, { children: "\uC138\uC158 \uCC38\uC5EC \uBC29\uC2DD" }),
|
|
3756
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_themes15.DataList.Value, { children: [
|
|
3611
3757
|
sessionType === "offlineCoaching" ? "\uC624\uD504\uB77C\uC778" : "\uC628\uB77C\uC778",
|
|
3612
|
-
editable ? /* @__PURE__ */ (0,
|
|
3613
|
-
/* @__PURE__ */ (0,
|
|
3614
|
-
/* @__PURE__ */ (0,
|
|
3758
|
+
editable ? /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Dialog.Root, { children: [
|
|
3759
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Dialog.Trigger, { children: renderEditButton() }),
|
|
3760
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
3615
3761
|
Dialog.Content,
|
|
3616
3762
|
{
|
|
3617
3763
|
title: `${sessionNumber}\uD68C\uCC28 \uC138\uC158 \uC9C4\uD589 \uBC29\uC2DD \uBCC0\uACBD\uD558\uAE30`,
|
|
3618
|
-
children: /* @__PURE__ */ (0,
|
|
3764
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
3619
3765
|
EditServiceType,
|
|
3620
3766
|
{
|
|
3621
3767
|
defaultServiceType: sessionType,
|
|
@@ -3627,32 +3773,32 @@ function SessionCard(props) {
|
|
|
3627
3773
|
] }) : null
|
|
3628
3774
|
] })
|
|
3629
3775
|
] }),
|
|
3630
|
-
/* @__PURE__ */ (0,
|
|
3776
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_themes22.Flex, { gap: "2", justify: "end", children: ExtraButtons })
|
|
3631
3777
|
] })
|
|
3632
3778
|
] })
|
|
3633
3779
|
] }) }));
|
|
3634
3780
|
}
|
|
3635
3781
|
|
|
3636
3782
|
// src/app/platform/coach-question-list.tsx
|
|
3637
|
-
var
|
|
3783
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
3638
3784
|
function QuestionItem({ question, answer }) {
|
|
3639
|
-
return /* @__PURE__ */ (0,
|
|
3640
|
-
/* @__PURE__ */ (0,
|
|
3641
|
-
/* @__PURE__ */ (0,
|
|
3785
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_themes6.Box, { children: [
|
|
3786
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Heading2, { mb: "2", variant: "heading5", children: question }),
|
|
3787
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Card, { children: answer ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { as: "p", children: answer }) : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { color: "gray", children: "\uB4F1\uB85D\uB41C \uB2F5\uBCC0\uC774 \uC5C6\uC2B5\uB2C8\uB2E4." }) })
|
|
3642
3788
|
] }, question);
|
|
3643
3789
|
}
|
|
3644
3790
|
function CoachQuestionList({
|
|
3645
3791
|
questions
|
|
3646
3792
|
}) {
|
|
3647
|
-
return /* @__PURE__ */ (0,
|
|
3648
|
-
return /* @__PURE__ */ (0,
|
|
3793
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_themes22.Flex, { direction: "column", gap: "8", children: questions.map((question) => {
|
|
3794
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(QuestionItem, __spreadValues({}, question), question.question);
|
|
3649
3795
|
}) });
|
|
3650
3796
|
}
|
|
3651
3797
|
|
|
3652
3798
|
// src/app/platform/reservation-card.tsx
|
|
3653
3799
|
var import_react34 = require("react");
|
|
3654
3800
|
var import_date_fns7 = require("date-fns");
|
|
3655
|
-
var
|
|
3801
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
3656
3802
|
function ReservationCard(props) {
|
|
3657
3803
|
const {
|
|
3658
3804
|
sessionNumber,
|
|
@@ -3686,9 +3832,9 @@ function ReservationCard(props) {
|
|
|
3686
3832
|
}, [defaultTime, defaultType]);
|
|
3687
3833
|
const ActionButtons = (0, import_react34.useMemo)(() => {
|
|
3688
3834
|
if (readonly) {
|
|
3689
|
-
return /* @__PURE__ */ (0,
|
|
3835
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { onClick: onClickReserve, size: "small", variant: "surface", children: defaultTime && defaultType ? "\uC608\uC57D \uC218\uC815\uD558\uAE30" : "\uC608\uC57D\uD558\uAE30" });
|
|
3690
3836
|
}
|
|
3691
|
-
return /* @__PURE__ */ (0,
|
|
3837
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { color: "gray", onClick: onClickCancel, variant: "transparent", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_icons3.Cross1Icon, {}) });
|
|
3692
3838
|
}, [defaultTime, defaultType, onClickCancel, onClickReserve, readonly]);
|
|
3693
3839
|
const onChangeDate = (0, import_react34.useCallback)(
|
|
3694
3840
|
(newDate) => {
|
|
@@ -3745,47 +3891,47 @@ function ReservationCard(props) {
|
|
|
3745
3891
|
});
|
|
3746
3892
|
}
|
|
3747
3893
|
}, [editValues, maxTime, readonly]);
|
|
3748
|
-
return /* @__PURE__ */ (0,
|
|
3894
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
3749
3895
|
Card,
|
|
3750
3896
|
{
|
|
3751
3897
|
error: Boolean(error),
|
|
3752
3898
|
size: "3",
|
|
3753
3899
|
style: { overflow: "visible", contain: "initial" },
|
|
3754
3900
|
children: [
|
|
3755
|
-
/* @__PURE__ */ (0,
|
|
3756
|
-
/* @__PURE__ */ (0,
|
|
3901
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "between", mb: "5", children: [
|
|
3902
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
3757
3903
|
import_themes23.Grid,
|
|
3758
3904
|
{
|
|
3759
3905
|
align: "center",
|
|
3760
3906
|
columns: { initial: "1", xs: "auto 1fr" },
|
|
3761
3907
|
gapY: "2",
|
|
3762
3908
|
children: [
|
|
3763
|
-
/* @__PURE__ */ (0,
|
|
3764
|
-
/* @__PURE__ */ (0,
|
|
3909
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_themes22.Flex, { align: "center", children: [
|
|
3910
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Heading2, { variant: "heading4", children: [
|
|
3765
3911
|
customerName || "-",
|
|
3766
3912
|
"\uB2D8 ",
|
|
3767
3913
|
sessionNumber || "-",
|
|
3768
3914
|
"\uD68C\uCC28 \uC138\uC158"
|
|
3769
3915
|
] }),
|
|
3770
|
-
/* @__PURE__ */ (0,
|
|
3916
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Badge, { ml: "2", children: "\uB2E4\uC74C \uC138\uC158" })
|
|
3771
3917
|
] }),
|
|
3772
|
-
error ? /* @__PURE__ */ (0,
|
|
3918
|
+
error ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(BulletText, { color: "red", variant: "caption", children: error }) : null
|
|
3773
3919
|
]
|
|
3774
3920
|
}
|
|
3775
3921
|
),
|
|
3776
|
-
/* @__PURE__ */ (0,
|
|
3922
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_themes22.Flex, { children: ActionButtons })
|
|
3777
3923
|
] }),
|
|
3778
|
-
/* @__PURE__ */ (0,
|
|
3924
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3779
3925
|
Form.Root,
|
|
3780
3926
|
{
|
|
3781
3927
|
onSubmit: (e) => {
|
|
3782
3928
|
e.preventDefault();
|
|
3783
3929
|
},
|
|
3784
|
-
children: /* @__PURE__ */ (0,
|
|
3785
|
-
/* @__PURE__ */ (0,
|
|
3786
|
-
/* @__PURE__ */ (0,
|
|
3787
|
-
/* @__PURE__ */ (0,
|
|
3788
|
-
/* @__PURE__ */ (0,
|
|
3930
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
|
|
3931
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Form.Field, { name: "date", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Form.Label, { asChild: true, children: [
|
|
3932
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Heading2, { mb: "2", variant: "heading5", weight: "regular", children: "\uC138\uC158 \uC77C\uC790\uC640 \uC2DC\uAC01" }),
|
|
3933
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_themes23.Grid, { columns: "1fr auto", gap: "4", children: [
|
|
3934
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3789
3935
|
DatePickerButton,
|
|
3790
3936
|
{
|
|
3791
3937
|
disabled: readonly,
|
|
@@ -3797,7 +3943,7 @@ function ReservationCard(props) {
|
|
|
3797
3943
|
size: "large"
|
|
3798
3944
|
}
|
|
3799
3945
|
),
|
|
3800
|
-
/* @__PURE__ */ (0,
|
|
3946
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3801
3947
|
TimeSelect,
|
|
3802
3948
|
{
|
|
3803
3949
|
disabled: readonly,
|
|
@@ -3811,9 +3957,9 @@ function ReservationCard(props) {
|
|
|
3811
3957
|
)
|
|
3812
3958
|
] })
|
|
3813
3959
|
] }) }),
|
|
3814
|
-
/* @__PURE__ */ (0,
|
|
3815
|
-
/* @__PURE__ */ (0,
|
|
3816
|
-
/* @__PURE__ */ (0,
|
|
3960
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Form.Field, { name: "type", children: [
|
|
3961
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Form.Label, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Heading2, { mb: "2", variant: "heading5", weight: "regular", children: "\uC628/\uC624\uD504\uB77C\uC778 \uC9C4\uD589 \uC5EC\uBD80" }) }),
|
|
3962
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Form.Control, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3817
3963
|
OnOfflineRadioCard,
|
|
3818
3964
|
{
|
|
3819
3965
|
disabled: readonly,
|
|
@@ -3823,8 +3969,8 @@ function ReservationCard(props) {
|
|
|
3823
3969
|
}
|
|
3824
3970
|
) })
|
|
3825
3971
|
] }),
|
|
3826
|
-
readonly ? null : /* @__PURE__ */ (0,
|
|
3827
|
-
/* @__PURE__ */ (0,
|
|
3972
|
+
readonly ? null : /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "end", children: [
|
|
3973
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3828
3974
|
Button,
|
|
3829
3975
|
{
|
|
3830
3976
|
color: "gray",
|
|
@@ -3834,12 +3980,12 @@ function ReservationCard(props) {
|
|
|
3834
3980
|
children: "\uCD08\uAE30\uD654\uD558\uAE30"
|
|
3835
3981
|
}
|
|
3836
3982
|
),
|
|
3837
|
-
/* @__PURE__ */ (0,
|
|
3983
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { onClick: onClickSave, size: "small", children: "\uC800\uC7A5\uD558\uAE30" })
|
|
3838
3984
|
] })
|
|
3839
3985
|
] })
|
|
3840
3986
|
}
|
|
3841
3987
|
) }),
|
|
3842
|
-
readonly ? /* @__PURE__ */ (0,
|
|
3988
|
+
readonly ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_themes25.Inset, { clip: "border-box", side: "bottom", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3843
3989
|
import_themes6.Box,
|
|
3844
3990
|
{
|
|
3845
3991
|
mt: "5",
|
|
@@ -3847,14 +3993,14 @@ function ReservationCard(props) {
|
|
|
3847
3993
|
py: "4",
|
|
3848
3994
|
style: { backgroundColor: "var(--accent-a3)" },
|
|
3849
3995
|
width: "100%",
|
|
3850
|
-
children: /* @__PURE__ */ (0,
|
|
3851
|
-
/* @__PURE__ */ (0,
|
|
3996
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_themes22.Flex, { align: "center", gap: "4", justify: "center", children: [
|
|
3997
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Typo, { children: [
|
|
3852
3998
|
sessionNumber || "-",
|
|
3853
3999
|
"\uD68C\uCC28 \uC138\uC158\uC744 \uC644\uB8CC\uD558\uC168\uB098\uC694?"
|
|
3854
4000
|
] }),
|
|
3855
|
-
/* @__PURE__ */ (0,
|
|
4001
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Button, { onClick: onClickCompleteSession, size: "small", children: [
|
|
3856
4002
|
"\uC138\uC158 \uC885\uB8CC\uD558\uAE30",
|
|
3857
|
-
/* @__PURE__ */ (0,
|
|
4003
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_icons3.ArrowRightIcon, {})
|
|
3858
4004
|
] })
|
|
3859
4005
|
] })
|
|
3860
4006
|
}
|
|
@@ -3866,14 +4012,14 @@ function ReservationCard(props) {
|
|
|
3866
4012
|
|
|
3867
4013
|
// src/app/platform/session-review-simple-read.tsx
|
|
3868
4014
|
var import_react35 = require("react");
|
|
3869
|
-
var
|
|
4015
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
3870
4016
|
function SubTitleWrapper({
|
|
3871
4017
|
children,
|
|
3872
4018
|
title
|
|
3873
4019
|
}) {
|
|
3874
|
-
return /* @__PURE__ */ (0,
|
|
3875
|
-
/* @__PURE__ */ (0,
|
|
3876
|
-
/* @__PURE__ */ (0,
|
|
4020
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_themes22.Flex, { direction: "column", gap: "2", children: [
|
|
4021
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Heading2, { mb: "2", variant: "heading5", weight: "regular", children: title }),
|
|
4022
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_themes6.Box, { children })
|
|
3877
4023
|
] });
|
|
3878
4024
|
}
|
|
3879
4025
|
function SessionReviewSimpleRead({
|
|
@@ -3898,22 +4044,22 @@ function SessionReviewSimpleRead({
|
|
|
3898
4044
|
color: "error"
|
|
3899
4045
|
};
|
|
3900
4046
|
}, [helpfulness]);
|
|
3901
|
-
return /* @__PURE__ */ (0,
|
|
3902
|
-
/* @__PURE__ */ (0,
|
|
3903
|
-
/* @__PURE__ */ (0,
|
|
4047
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
|
|
4048
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(SubTitleWrapper, { title: "\uC774\uBC88 \uCF54\uCE6D\uC774 \uBAA9\uD45C \uB2EC\uC131\uC5D0 \uB3C4\uC6C0\uC774 \uB418\uC5C8\uB098\uC694?", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Badge, { color: helpfulnessMeta.color, children: helpfulnessMeta.text }) }),
|
|
4049
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(SubTitleWrapper, { title: "\uC138\uC158 \uD6C4\uAE30", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Card, { children: review ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Typo, { as: "p", children: review }) : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Typo, { color: "gray", children: "\uC785\uB825\uB41C \uD6C4\uAE30\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }) }) })
|
|
3904
4050
|
] }) });
|
|
3905
4051
|
}
|
|
3906
4052
|
|
|
3907
4053
|
// src/app/platform/userInfos/session-user-info-detail.tsx
|
|
3908
|
-
var
|
|
4054
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
3909
4055
|
function SectionWrapper({
|
|
3910
4056
|
title,
|
|
3911
4057
|
children
|
|
3912
4058
|
}) {
|
|
3913
|
-
return /* @__PURE__ */ (0,
|
|
3914
|
-
/* @__PURE__ */ (0,
|
|
3915
|
-
/* @__PURE__ */ (0,
|
|
3916
|
-
/* @__PURE__ */ (0,
|
|
4059
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes6.Box, { children: [
|
|
4060
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gap: "3", mb: "5", children: [
|
|
4061
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Heading2, { variant: "heading5", children: title }),
|
|
4062
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes39.Separator, { size: "4" })
|
|
3917
4063
|
] }),
|
|
3918
4064
|
children
|
|
3919
4065
|
] });
|
|
@@ -3923,11 +4069,11 @@ function SessionUserInfoDetail({
|
|
|
3923
4069
|
session,
|
|
3924
4070
|
onClickCopy
|
|
3925
4071
|
}) {
|
|
3926
|
-
return /* @__PURE__ */ (0,
|
|
3927
|
-
/* @__PURE__ */ (0,
|
|
4072
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes22.Flex, { direction: "column", gap: "6", children: [
|
|
4073
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(SectionWrapper, { title: "\uC138\uC158 \uC815\uBCF4", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes15.DataList.Root, { children: sessionList.map(
|
|
3928
4074
|
(info) => renderDataListItem({ info, data: session, onClickCopy })
|
|
3929
4075
|
) }) }),
|
|
3930
|
-
/* @__PURE__ */ (0,
|
|
4076
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(SectionWrapper, { title: "\uD68C\uC6D0 \uC815\uBCF4", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes15.DataList.Root, { children: infoList.map(
|
|
3931
4077
|
(info) => renderDataListItem({ info, data: customer, onClickCopy })
|
|
3932
4078
|
) }) })
|
|
3933
4079
|
] });
|
|
@@ -3935,7 +4081,7 @@ function SessionUserInfoDetail({
|
|
|
3935
4081
|
|
|
3936
4082
|
// src/app/platform/report-card.tsx
|
|
3937
4083
|
var import_react36 = require("react");
|
|
3938
|
-
var
|
|
4084
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
3939
4085
|
function ReportCard(props) {
|
|
3940
4086
|
const { title, file, status } = props;
|
|
3941
4087
|
const onClickDownload = (0, import_react36.useCallback)(() => {
|
|
@@ -3951,21 +4097,21 @@ function ReportCard(props) {
|
|
|
3951
4097
|
document.body.removeChild(link);
|
|
3952
4098
|
}, [file]);
|
|
3953
4099
|
if (status) {
|
|
3954
|
-
return /* @__PURE__ */ (0,
|
|
3955
|
-
/* @__PURE__ */ (0,
|
|
4100
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes22.Flex, { align: "center", justify: "between", children: [
|
|
4101
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Heading2, { variant: "heading4", children: title }),
|
|
3956
4102
|
status
|
|
3957
4103
|
] }) });
|
|
3958
4104
|
}
|
|
3959
|
-
return /* @__PURE__ */ (0,
|
|
4105
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
3960
4106
|
import_themes22.Flex,
|
|
3961
4107
|
{
|
|
3962
4108
|
direction: { initial: "column", xs: "row" },
|
|
3963
4109
|
gapY: "2",
|
|
3964
4110
|
justify: "between",
|
|
3965
4111
|
children: [
|
|
3966
|
-
/* @__PURE__ */ (0,
|
|
3967
|
-
/* @__PURE__ */ (0,
|
|
3968
|
-
/* @__PURE__ */ (0,
|
|
4112
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Heading2, { variant: "heading4", children: title }),
|
|
4113
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { onClick: onClickDownload, variant: "surface", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes22.Flex, { gap: "2", width: "100%", children: [
|
|
4114
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons3.DownloadIcon, {}),
|
|
3969
4115
|
file == null ? void 0 : file.buttonName
|
|
3970
4116
|
] }) }, file == null ? void 0 : file.url)
|
|
3971
4117
|
]
|
|
@@ -3993,6 +4139,8 @@ function ReportCard(props) {
|
|
|
3993
4139
|
Button,
|
|
3994
4140
|
CalendarIcon,
|
|
3995
4141
|
Callout,
|
|
4142
|
+
CameraDisabledIcon,
|
|
4143
|
+
CameraIcon,
|
|
3996
4144
|
Card,
|
|
3997
4145
|
ChatBubbleIcon,
|
|
3998
4146
|
CheckCircledIcon,
|
|
@@ -4035,6 +4183,7 @@ function ReportCard(props) {
|
|
|
4035
4183
|
EditServiceType,
|
|
4036
4184
|
EllipsisTooltip,
|
|
4037
4185
|
Em,
|
|
4186
|
+
EndCallIcon,
|
|
4038
4187
|
ExclamationTriangleIcon,
|
|
4039
4188
|
ExitIcon,
|
|
4040
4189
|
ExpandTable,
|
|
@@ -4060,6 +4209,7 @@ function ReportCard(props) {
|
|
|
4060
4209
|
Link,
|
|
4061
4210
|
Link2Icon,
|
|
4062
4211
|
MagnifyingGlassIcon,
|
|
4212
|
+
MicIcon,
|
|
4063
4213
|
MixerHorizontalIcon,
|
|
4064
4214
|
Navigation,
|
|
4065
4215
|
OnOfflineRadioCard,
|