@tipp/ui 2.10.2 → 2.10.4
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 +385 -359
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +40 -38
- package/dist/app/platform/coach-question-list.cjs +58 -35
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +3 -2
- package/dist/app/platform/contents-card.cjs +120 -97
- package/dist/app/platform/contents-card.cjs.map +1 -1
- package/dist/app/platform/contents-card.js +3 -2
- package/dist/app/platform/curriculum-card.cjs +39 -16
- package/dist/app/platform/curriculum-card.cjs.map +1 -1
- package/dist/app/platform/curriculum-card.js +3 -2
- package/dist/app/platform/edit-coaching-time.cjs +160 -134
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +30 -28
- package/dist/app/platform/edit-service-type.cjs +152 -126
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +30 -28
- package/dist/app/platform/goal-manage-card-edit.cjs +162 -136
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +30 -28
- package/dist/app/platform/goal-manage-card-read.cjs +88 -65
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +3 -2
- package/dist/app/platform/on-offline-radio-card.cjs +303 -277
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +30 -28
- package/dist/app/platform/report-card.cjs +61 -38
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +3 -2
- package/dist/app/platform/reservation-card.cjs +176 -150
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +30 -28
- package/dist/app/platform/session-card.cjs +205 -179
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +30 -28
- package/dist/app/platform/session-review-simple-read.cjs +59 -36
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +92 -69
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +7 -6
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +69 -46
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +72 -49
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +58 -35
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +3 -2
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +68 -45
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +3 -2
- package/dist/app/platform/userInfos/utils.cjs +60 -37
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +3 -2
- package/dist/app/roleplay/index.cjs +460 -389
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +38 -36
- package/dist/app/roleplay/parts/analysis-section.cjs +64 -41
- package/dist/app/roleplay/parts/analysis-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/analysis-section.js +3 -2
- package/dist/app/roleplay/parts/coaching-panel.cjs +65 -42
- package/dist/app/roleplay/parts/coaching-panel.cjs.map +1 -1
- package/dist/app/roleplay/parts/coaching-panel.js +3 -2
- package/dist/app/roleplay/parts/content.cjs +385 -314
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +34 -32
- package/dist/app/roleplay/parts/header.cjs +83 -60
- package/dist/app/roleplay/parts/header.cjs.map +1 -1
- package/dist/app/roleplay/parts/header.js +4 -3
- package/dist/app/roleplay/parts/score-summary.cjs +77 -54
- package/dist/app/roleplay/parts/score-summary.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-summary.js +3 -2
- package/dist/app/roleplay/parts/score-trend-section.cjs +228 -157
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +31 -29
- package/dist/app/roleplay/parts/script-transcript.cjs +73 -50
- package/dist/app/roleplay/parts/script-transcript.cjs.map +1 -1
- package/dist/app/roleplay/parts/script-transcript.js +3 -2
- package/dist/app/roleplay/parts/section-nav.cjs +94 -71
- package/dist/app/roleplay/parts/section-nav.cjs.map +1 -1
- package/dist/app/roleplay/parts/section-nav.js +3 -2
- package/dist/app/roleplay/parts/session-replay-dialog.cjs +83 -60
- package/dist/app/roleplay/parts/session-replay-dialog.cjs.map +1 -1
- package/dist/app/roleplay/parts/session-replay-dialog.js +3 -2
- package/dist/app/roleplay/parts/speech-share-bar.cjs +60 -37
- package/dist/app/roleplay/parts/speech-share-bar.cjs.map +1 -1
- package/dist/app/roleplay/parts/speech-share-bar.js +3 -2
- package/dist/app/roleplay/parts/step-detail.cjs +78 -55
- package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-detail.js +3 -2
- package/dist/app/roleplay/parts/step-summary.cjs +78 -55
- package/dist/app/roleplay/parts/step-summary.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-summary.js +3 -2
- package/dist/app/roleplay/rp-session-detail.cjs +460 -389
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +38 -36
- package/dist/atoms/index.cjs +82 -59
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +3 -2
- package/dist/atoms/pagination.cjs +38 -15
- package/dist/atoms/pagination.cjs.map +1 -1
- package/dist/atoms/pagination.js +3 -2
- package/dist/chunk-2EPKY2VT.js +70 -0
- package/dist/chunk-2EPKY2VT.js.map +1 -0
- package/dist/chunk-2PPLSZ4P.js +1 -0
- package/dist/chunk-5DRITHNR.js +1 -0
- package/dist/{chunk-5RIAIE2J.js → chunk-73PHGHPI.js} +5 -2
- package/dist/chunk-73PHGHPI.js.map +1 -0
- package/dist/{chunk-IIZ7I7NS.js → chunk-AYWCLLQ2.js} +7 -7
- package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
- package/dist/{chunk-P2H3VCIB.js → chunk-HL3MGRAC.js} +4 -4
- package/dist/chunk-IAKMJR72.js +33 -0
- package/dist/chunk-IAKMJR72.js.map +1 -0
- package/dist/{chunk-YFR3HXSV.js → chunk-IHLFOJD5.js} +2 -2
- package/dist/{chunk-A32HLL53.js → chunk-KQ3ME6XY.js} +7 -7
- package/dist/{chunk-SZAU7YP3.js → chunk-L7ZHSQES.js} +5 -5
- package/dist/{chunk-MD64AUR6.js → chunk-LGILQRJM.js} +8 -8
- package/dist/{chunk-FJEDSUGU.js → chunk-NEJCZABQ.js} +7 -7
- package/dist/{chunk-NSDVLCCW.js → chunk-RJ62VZ6O.js} +2 -2
- package/dist/{chunk-UK3LP7VH.js → chunk-TYM6T7JT.js} +2 -2
- package/dist/{chunk-RZW6FVML.js → chunk-UCTSCSQR.js} +2 -2
- package/dist/{chunk-JCZXPONS.js → chunk-VBYXXISC.js} +4 -4
- package/dist/{chunk-VM2PEQLQ.js → chunk-VJREZH2Z.js} +2 -2
- package/dist/chunk-VJREZH2Z.js.map +1 -0
- package/dist/icon.cjs +25 -0
- package/dist/icon.cjs.map +1 -1
- package/dist/icon.d.cts +1 -0
- package/dist/icon.d.ts +1 -0
- package/dist/icon.js +7 -3
- package/dist/icons/empty-box.cjs +90 -0
- package/dist/icons/empty-box.cjs.map +1 -0
- package/dist/icons/empty-box.d.cts +13 -0
- package/dist/icons/empty-box.d.ts +13 -0
- package/dist/icons/empty-box.js +8 -0
- package/dist/icons/empty-box.js.map +1 -0
- package/dist/icons/index.cjs +25 -0
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.d.cts +1 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +7 -3
- package/dist/index.cjs +959 -884
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +62 -54
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +95 -72
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +8 -7
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +29 -6
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +71 -48
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +6 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +32 -9
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +41 -18
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +42 -19
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +37 -14
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +153 -130
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +9 -8
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +45 -22
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +30 -7
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +171 -148
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +10 -9
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +220 -197
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/index.js +13 -12
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +52 -29
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +7 -6
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +44 -21
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +6 -5
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +36 -13
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
- package/dist/molecules/curriculumV2/curriculum-sub-nav.js +3 -2
- package/dist/molecules/curriculumV2/index.cjs +264 -241
- package/dist/molecules/curriculumV2/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/index.js +21 -20
- package/dist/molecules/date-picker/date-picker-button.cjs +52 -29
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.js +3 -2
- package/dist/molecules/date-picker/index.cjs +40 -17
- package/dist/molecules/date-picker/index.cjs.map +1 -1
- package/dist/molecules/date-picker/index.js +3 -2
- package/dist/molecules/description-json-render.cjs +31 -8
- package/dist/molecules/description-json-render.cjs.map +1 -1
- package/dist/molecules/description-json-render.js +3 -2
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +138 -115
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-field-editor-panel.js +3 -2
- package/dist/molecules/dynamic-form-editor.cjs +223 -200
- package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor.js +5 -4
- package/dist/molecules/empty-state.cjs +328 -0
- package/dist/molecules/empty-state.cjs.map +1 -0
- package/dist/molecules/empty-state.d.cts +21 -0
- package/dist/molecules/empty-state.d.ts +21 -0
- package/dist/molecules/empty-state.js +16 -0
- package/dist/molecules/empty-state.js.map +1 -0
- package/dist/molecules/expand-table/index.cjs +193 -58
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +6 -3
- package/dist/molecules/index.cjs +862 -789
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.d.cts +2 -1
- package/dist/molecules/index.d.ts +2 -1
- package/dist/molecules/index.js +43 -38
- package/dist/molecules/stepper.cjs +43 -20
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +3 -2
- package/dist/molecules/tag-selector.cjs +43 -20
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +3 -2
- package/dist/molecules/time-select.cjs +28 -5
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +4 -3
- package/dist/utils/curriculum.utils.cjs +23 -0
- package/dist/utils/curriculum.utils.cjs.map +1 -1
- package/dist/utils/curriculum.utils.js +3 -2
- package/dist/utils/get-callout-icon-component.cjs +23 -0
- package/dist/utils/get-callout-icon-component.cjs.map +1 -1
- package/dist/utils/get-callout-icon-component.js +3 -2
- package/dist/utils/index.cjs +23 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +6 -5
- package/package.json +1 -1
- package/src/app/roleplay/parts/header.tsx +2 -1
- package/src/icons/empty-box.tsx +29 -0
- package/src/icons/index.ts +2 -1
- package/src/molecules/empty-state.tsx +79 -0
- package/src/molecules/expand-table/index.tsx +2 -3
- package/src/molecules/index.ts +1 -0
- package/dist/chunk-5RIAIE2J.js.map +0 -1
- package/dist/chunk-JVXATVAC.js +0 -1
- package/dist/chunk-SYMOHU2B.js +0 -1
- package/dist/chunk-VM2PEQLQ.js.map +0 -1
- /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
- /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
- /package/dist/{chunk-IIZ7I7NS.js.map → chunk-AYWCLLQ2.js.map} +0 -0
- /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
- /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
- /package/dist/{chunk-YFR3HXSV.js.map → chunk-IHLFOJD5.js.map} +0 -0
- /package/dist/{chunk-A32HLL53.js.map → chunk-KQ3ME6XY.js.map} +0 -0
- /package/dist/{chunk-SZAU7YP3.js.map → chunk-L7ZHSQES.js.map} +0 -0
- /package/dist/{chunk-MD64AUR6.js.map → chunk-LGILQRJM.js.map} +0 -0
- /package/dist/{chunk-FJEDSUGU.js.map → chunk-NEJCZABQ.js.map} +0 -0
- /package/dist/{chunk-NSDVLCCW.js.map → chunk-RJ62VZ6O.js.map} +0 -0
- /package/dist/{chunk-UK3LP7VH.js.map → chunk-TYM6T7JT.js.map} +0 -0
- /package/dist/{chunk-RZW6FVML.js.map → chunk-UCTSCSQR.js.map} +0 -0
- /package/dist/{chunk-JCZXPONS.js.map → chunk-VBYXXISC.js.map} +0 -0
|
@@ -1,41 +1,43 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GoalManageCardEdit
|
|
3
3
|
} from "../../chunk-4GH4R4VJ.js";
|
|
4
|
-
import "../../chunk-
|
|
4
|
+
import "../../chunk-5DRITHNR.js";
|
|
5
|
+
import "../../chunk-73PHGHPI.js";
|
|
6
|
+
import "../../chunk-JCG2AUFJ.js";
|
|
5
7
|
import "../../chunk-AS7ID74X.js";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-KFUBWOCN.js";
|
|
8
|
-
import "../../chunk-RRC4WFG3.js";
|
|
9
|
-
import "../../chunk-P2H3VCIB.js";
|
|
10
|
-
import "../../chunk-WS7IOHVK.js";
|
|
11
|
-
import "../../chunk-47QYYEMG.js";
|
|
12
|
-
import "../../chunk-QLOYGKKM.js";
|
|
13
|
-
import "../../chunk-S4MEMFKG.js";
|
|
14
|
-
import "../../chunk-K4RZTENM.js";
|
|
8
|
+
import "../../chunk-AYWCLLQ2.js";
|
|
15
9
|
import "../../chunk-UXH2XIB2.js";
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-TYM6T7JT.js";
|
|
11
|
+
import "../../chunk-RJ62VZ6O.js";
|
|
12
|
+
import "../../chunk-IHLFOJD5.js";
|
|
13
|
+
import "../../chunk-KQ3ME6XY.js";
|
|
14
|
+
import "../../chunk-CGLDFUOY.js";
|
|
15
|
+
import "../../chunk-OUDDTPEN.js";
|
|
20
16
|
import "../../chunk-ZGTGEBQX.js";
|
|
21
17
|
import "../../chunk-WLKK5L3P.js";
|
|
18
|
+
import "../../chunk-SINRU2A6.js";
|
|
22
19
|
import "../../chunk-GE4M5GOQ.js";
|
|
23
20
|
import "../../chunk-G3KQN32M.js";
|
|
24
21
|
import "../../chunk-VK6INFSB.js";
|
|
25
|
-
import "../../chunk-CGLDFUOY.js";
|
|
26
|
-
import "../../chunk-OUDDTPEN.js";
|
|
27
|
-
import "../../chunk-SINRU2A6.js";
|
|
28
22
|
import "../../chunk-NVRVOTWZ.js";
|
|
29
23
|
import "../../chunk-LK2H4QTJ.js";
|
|
30
24
|
import "../../chunk-GMKRNFH5.js";
|
|
25
|
+
import "../../chunk-KFUBWOCN.js";
|
|
26
|
+
import "../../chunk-DIFGHMGI.js";
|
|
27
|
+
import "../../chunk-HL3MGRAC.js";
|
|
28
|
+
import "../../chunk-47QYYEMG.js";
|
|
29
|
+
import "../../chunk-S4MEMFKG.js";
|
|
30
|
+
import "../../chunk-QLOYGKKM.js";
|
|
31
|
+
import "../../chunk-WS7IOHVK.js";
|
|
32
|
+
import "../../chunk-K4RZTENM.js";
|
|
31
33
|
import "../../chunk-XWHBJY5V.js";
|
|
32
34
|
import "../../chunk-WA5A2GB4.js";
|
|
33
35
|
import "../../chunk-K3Q4XLCN.js";
|
|
34
36
|
import "../../chunk-AT5PAJLW.js";
|
|
35
37
|
import "../../chunk-VVWQZK5L.js";
|
|
36
|
-
import "../../chunk-5RIAIE2J.js";
|
|
37
|
-
import "../../chunk-JCG2AUFJ.js";
|
|
38
38
|
import "../../chunk-2ISIAPFS.js";
|
|
39
|
+
import "../../chunk-CUS3ORMD.js";
|
|
40
|
+
import "../../chunk-6OT5OYGM.js";
|
|
39
41
|
import "../../chunk-P4DJ5F6Z.js";
|
|
40
42
|
import "../../chunk-EZN5PMTC.js";
|
|
41
43
|
import "../../chunk-VBXZIIUA.js";
|
|
@@ -44,28 +46,27 @@ import "../../chunk-GRDRXD53.js";
|
|
|
44
46
|
import "../../chunk-WTS75RUC.js";
|
|
45
47
|
import "../../chunk-BXX3B3E4.js";
|
|
46
48
|
import "../../chunk-NRPDVI76.js";
|
|
47
|
-
import "../../chunk-NWJSLIQ3.js";
|
|
48
49
|
import "../../chunk-2BPFXK4L.js";
|
|
50
|
+
import "../../chunk-NWJSLIQ3.js";
|
|
49
51
|
import "../../chunk-AHYOAFOU.js";
|
|
50
|
-
import "../../chunk-
|
|
52
|
+
import "../../chunk-NEJCZABQ.js";
|
|
51
53
|
import "../../chunk-77H5BUYO.js";
|
|
52
54
|
import "../../chunk-K7LTEKQS.js";
|
|
55
|
+
import "../../chunk-2EPKY2VT.js";
|
|
53
56
|
import "../../chunk-QLNAAZJX.js";
|
|
54
57
|
import "../../chunk-PAUEQXYG.js";
|
|
55
|
-
import "../../chunk-
|
|
56
|
-
import "../../chunk-
|
|
58
|
+
import "../../chunk-N3FMP27I.js";
|
|
59
|
+
import "../../chunk-BEKSO5JG.js";
|
|
57
60
|
import "../../chunk-IJOOKMKQ.js";
|
|
58
61
|
import "../../chunk-C6HO3IGE.js";
|
|
59
62
|
import "../../chunk-3DZIX4CE.js";
|
|
60
63
|
import "../../chunk-CBYIPRND.js";
|
|
64
|
+
import "../../chunk-Z7WNKARH.js";
|
|
61
65
|
import "../../chunk-D4U2ZV2A.js";
|
|
62
66
|
import "../../chunk-V7KAHLW2.js";
|
|
63
67
|
import "../../chunk-SQ3FYBJT.js";
|
|
64
68
|
import "../../chunk-NK6S7ZMB.js";
|
|
65
|
-
import "../../chunk-Z7WNKARH.js";
|
|
66
69
|
import "../../chunk-OOM522XP.js";
|
|
67
|
-
import "../../chunk-N3FMP27I.js";
|
|
68
|
-
import "../../chunk-BEKSO5JG.js";
|
|
69
70
|
import "../../chunk-FAL6S2XK.js";
|
|
70
71
|
import "../../chunk-HBF6IIVZ.js";
|
|
71
72
|
import "../../chunk-AELKCD6B.js";
|
|
@@ -130,7 +131,8 @@ import "../../chunk-EIKFXUNC.js";
|
|
|
130
131
|
import "../../chunk-RP2RGCAW.js";
|
|
131
132
|
import "../../chunk-JETG3WEI.js";
|
|
132
133
|
import "../../chunk-VOME2TE7.js";
|
|
133
|
-
import "../../chunk-
|
|
134
|
+
import "../../chunk-2PPLSZ4P.js";
|
|
135
|
+
import "../../chunk-2FJ4LW7E.js";
|
|
134
136
|
import "../../chunk-B3VSXNTH.js";
|
|
135
137
|
import "../../chunk-ZQE7SP6P.js";
|
|
136
138
|
import "../../chunk-R6ARPREO.js";
|
|
@@ -141,7 +143,7 @@ import "../../chunk-QO6KO6MN.js";
|
|
|
141
143
|
import "../../chunk-5KNRHIIF.js";
|
|
142
144
|
import "../../chunk-6JRAI4G5.js";
|
|
143
145
|
import "../../chunk-776WBOKL.js";
|
|
144
|
-
import "../../chunk-
|
|
146
|
+
import "../../chunk-IAKMJR72.js";
|
|
145
147
|
import "../../chunk-YSYJCYHY.js";
|
|
146
148
|
import "../../chunk-5OM2H6RI.js";
|
|
147
149
|
import "../../chunk-ZUYCXCPW.js";
|
|
@@ -1824,27 +1824,50 @@ var HeadsetIcon = React34.forwardRef(
|
|
|
1824
1824
|
);
|
|
1825
1825
|
HeadsetIcon.displayName = "HeadsetIcon";
|
|
1826
1826
|
|
|
1827
|
-
// src/
|
|
1827
|
+
// src/icons/empty-box.tsx
|
|
1828
|
+
var React35 = __toESM(require("react"), 1);
|
|
1828
1829
|
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1830
|
+
var EmptyBoxIcon = React35.forwardRef(
|
|
1831
|
+
(_a, forwardedRef) => {
|
|
1832
|
+
var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
|
|
1833
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1834
|
+
"svg",
|
|
1835
|
+
__spreadProps(__spreadValues({
|
|
1836
|
+
fill: color,
|
|
1837
|
+
height,
|
|
1838
|
+
viewBox: "0 0 462.035 462.035",
|
|
1839
|
+
width,
|
|
1840
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1841
|
+
}, props), {
|
|
1842
|
+
ref: forwardedRef,
|
|
1843
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M457.83,158.441c-0.021-0.028-0.033-0.058-0.057-0.087l-50.184-62.48c-0.564-0.701-1.201-1.305-1.879-1.845c-2.16-2.562-5.355-4.225-8.967-4.225H65.292c-3.615,0-6.804,1.661-8.965,4.225c-0.678,0.54-1.316,1.138-1.885,1.845l-50.178,62.48c-0.023,0.029-0.034,0.059-0.057,0.087C1.655,160.602,0,163.787,0,167.39v193.07c0,6.5,5.27,11.771,11.77,11.771h438.496c6.5,0,11.77-5.271,11.77-11.771V167.39C462.037,163.787,460.381,160.602,457.83,158.441z M408.516,134.615l16.873,21.005h-16.873V134.615z M384.975,113.345v42.274H296.84c-2.514,0-4.955,0.805-6.979,2.293l-58.837,43.299l-58.849-43.305c-2.023-1.482-4.466-2.287-6.978-2.287H77.061v-42.274H384.975z M53.523,155.62H36.65l16.873-21.005V155.62z M438.498,348.69H23.54V179.16h137.796l62.711,46.148c4.15,3.046,9.805,3.052,13.954-0.005l62.698-46.144h137.799V348.69L438.498,348.69z" })
|
|
1844
|
+
})
|
|
1845
|
+
);
|
|
1846
|
+
}
|
|
1847
|
+
);
|
|
1848
|
+
EmptyBoxIcon.displayName = "EmptyBoxIcon";
|
|
1829
1849
|
|
|
1830
|
-
// src/atoms/
|
|
1850
|
+
// src/atoms/pagination.tsx
|
|
1831
1851
|
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1832
1852
|
|
|
1853
|
+
// src/atoms/field-error-wrapper.tsx
|
|
1854
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1855
|
+
|
|
1833
1856
|
// src/atoms/ellipsis-tooltip.tsx
|
|
1834
1857
|
var import_react37 = require("react");
|
|
1835
|
-
var
|
|
1858
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1836
1859
|
|
|
1837
1860
|
// src/atoms/drawer.tsx
|
|
1838
1861
|
var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
1839
1862
|
var import_themes51 = require("@radix-ui/themes");
|
|
1840
1863
|
|
|
1841
1864
|
// src/icons/close-panel-arrow.tsx
|
|
1842
|
-
var
|
|
1843
|
-
var
|
|
1844
|
-
var ClosePanelArrowIcon =
|
|
1865
|
+
var React38 = __toESM(require("react"), 1);
|
|
1866
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1867
|
+
var ClosePanelArrowIcon = React38.forwardRef(
|
|
1845
1868
|
(_a, forwardedRef) => {
|
|
1846
1869
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1847
|
-
return /* @__PURE__ */ (0,
|
|
1870
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1848
1871
|
"svg",
|
|
1849
1872
|
__spreadProps(__spreadValues({
|
|
1850
1873
|
fill: "none",
|
|
@@ -1855,7 +1878,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1855
1878
|
}, props), {
|
|
1856
1879
|
ref: forwardedRef,
|
|
1857
1880
|
children: [
|
|
1858
|
-
/* @__PURE__ */ (0,
|
|
1881
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1859
1882
|
"path",
|
|
1860
1883
|
{
|
|
1861
1884
|
clipRule: "evenodd",
|
|
@@ -1864,7 +1887,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1864
1887
|
fillRule: "evenodd"
|
|
1865
1888
|
}
|
|
1866
1889
|
),
|
|
1867
|
-
/* @__PURE__ */ (0,
|
|
1890
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1868
1891
|
"path",
|
|
1869
1892
|
{
|
|
1870
1893
|
clipRule: "evenodd",
|
|
@@ -1881,11 +1904,11 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1881
1904
|
ClosePanelArrowIcon.displayName = "ArrowDownIcon";
|
|
1882
1905
|
|
|
1883
1906
|
// src/atoms/drawer.tsx
|
|
1884
|
-
var
|
|
1907
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1885
1908
|
|
|
1886
1909
|
// src/atoms/toast.tsx
|
|
1887
1910
|
var import_sonner = require("sonner");
|
|
1888
|
-
var
|
|
1911
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1889
1912
|
var toast = Object.assign(import_sonner.toast, {
|
|
1890
1913
|
warn: import_sonner.toast.warning
|
|
1891
1914
|
});
|
|
@@ -1893,11 +1916,11 @@ var toast = Object.assign(import_sonner.toast, {
|
|
|
1893
1916
|
// src/molecules/form/form.tsx
|
|
1894
1917
|
var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
|
|
1895
1918
|
var import_react38 = require("react");
|
|
1896
|
-
var
|
|
1919
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1897
1920
|
var Root14 = (0, import_react38.forwardRef)(
|
|
1898
1921
|
(_a, ref) => {
|
|
1899
1922
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1900
|
-
return /* @__PURE__ */ (0,
|
|
1923
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1901
1924
|
RadixForm.Root,
|
|
1902
1925
|
__spreadProps(__spreadValues({}, rest), {
|
|
1903
1926
|
className: `FormRoot ${className || ""}`,
|
|
@@ -1914,25 +1937,25 @@ var FieldContext = (0, import_react38.createContext)({
|
|
|
1914
1937
|
var Field2 = (0, import_react38.forwardRef)(
|
|
1915
1938
|
(_a, ref) => {
|
|
1916
1939
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1917
|
-
return /* @__PURE__ */ (0,
|
|
1940
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1918
1941
|
RadixForm.Field,
|
|
1919
1942
|
__spreadProps(__spreadValues({}, rest), {
|
|
1920
1943
|
className: `FormField ${className || ""}`,
|
|
1921
1944
|
ref,
|
|
1922
|
-
children: /* @__PURE__ */ (0,
|
|
1945
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FieldContext.Provider, { value: rest, children })
|
|
1923
1946
|
})
|
|
1924
1947
|
);
|
|
1925
1948
|
}
|
|
1926
1949
|
);
|
|
1927
1950
|
Field2.displayName = "FORM_FIELD";
|
|
1928
1951
|
function HeadingLabel(props) {
|
|
1929
|
-
return /* @__PURE__ */ (0,
|
|
1952
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
|
|
1930
1953
|
}
|
|
1931
1954
|
function CaptionLabel(props) {
|
|
1932
|
-
return /* @__PURE__ */ (0,
|
|
1955
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
|
|
1933
1956
|
}
|
|
1934
1957
|
function BodyLabel(props) {
|
|
1935
|
-
return /* @__PURE__ */ (0,
|
|
1958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
|
|
1936
1959
|
}
|
|
1937
1960
|
var Label3 = (0, import_react38.forwardRef)(
|
|
1938
1961
|
(_a, ref) => {
|
|
@@ -1949,15 +1972,15 @@ var Label3 = (0, import_react38.forwardRef)(
|
|
|
1949
1972
|
}
|
|
1950
1973
|
}, [variant]);
|
|
1951
1974
|
const fieldProps = (0, import_react38.useContext)(FieldContext);
|
|
1952
|
-
return /* @__PURE__ */ (0,
|
|
1975
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1953
1976
|
RadixForm.Label,
|
|
1954
1977
|
__spreadProps(__spreadValues({}, rest), {
|
|
1955
1978
|
asChild: true,
|
|
1956
1979
|
className: `FormLabel ${className || ""}`,
|
|
1957
1980
|
ref,
|
|
1958
|
-
children: /* @__PURE__ */ (0,
|
|
1981
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Comp, { children: [
|
|
1959
1982
|
children,
|
|
1960
|
-
fieldProps.required ? /* @__PURE__ */ (0,
|
|
1983
|
+
fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
|
|
1961
1984
|
] })
|
|
1962
1985
|
})
|
|
1963
1986
|
);
|
|
@@ -1967,13 +1990,13 @@ Label3.displayName = "FORM_Label";
|
|
|
1967
1990
|
var Message2 = (0, import_react38.forwardRef)(
|
|
1968
1991
|
(_a, ref) => {
|
|
1969
1992
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1970
|
-
return /* @__PURE__ */ (0,
|
|
1993
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1971
1994
|
RadixForm.Message,
|
|
1972
1995
|
__spreadProps(__spreadValues({}, rest), {
|
|
1973
1996
|
asChild: true,
|
|
1974
1997
|
className: `FormMessage ${className || ""}`,
|
|
1975
1998
|
ref,
|
|
1976
|
-
children: /* @__PURE__ */ (0,
|
|
1999
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { color: "red", children })
|
|
1977
2000
|
})
|
|
1978
2001
|
);
|
|
1979
2002
|
}
|
|
@@ -1983,7 +2006,7 @@ var Control2 = (0, import_react38.forwardRef)(
|
|
|
1983
2006
|
(_a, ref) => {
|
|
1984
2007
|
var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
|
|
1985
2008
|
const fieldProps = (0, import_react38.useContext)(FieldContext);
|
|
1986
|
-
return /* @__PURE__ */ (0,
|
|
2009
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1987
2010
|
RadixForm.Control,
|
|
1988
2011
|
__spreadProps(__spreadValues({}, rest), {
|
|
1989
2012
|
className: `FormControl ${className || ""}`,
|
|
@@ -1998,7 +2021,7 @@ Control2.displayName = "FORM_Control";
|
|
|
1998
2021
|
// src/atoms/auto-sizing-input.tsx
|
|
1999
2022
|
var import_themes52 = require("@radix-ui/themes");
|
|
2000
2023
|
var import_react39 = require("react");
|
|
2001
|
-
var
|
|
2024
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
2002
2025
|
var useTextWidth = (text, font) => {
|
|
2003
2026
|
const [textWidth, setTextWidth] = (0, import_react39.useState)(0);
|
|
2004
2027
|
(0, import_react39.useEffect)(() => {
|
|
@@ -2098,7 +2121,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2098
2121
|
(_a2 = inputRef.current) == null ? void 0 : _a2.focus();
|
|
2099
2122
|
}
|
|
2100
2123
|
}, [inputRef]);
|
|
2101
|
-
return /* @__PURE__ */ (0,
|
|
2124
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2102
2125
|
import_themes52.Box,
|
|
2103
2126
|
{
|
|
2104
2127
|
className: "auto-sizing-input wrapper",
|
|
@@ -2106,7 +2129,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2106
2129
|
minWidth,
|
|
2107
2130
|
onClick,
|
|
2108
2131
|
style: { width: dynamicWidth },
|
|
2109
|
-
children: /* @__PURE__ */ (0,
|
|
2132
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
|
|
2110
2133
|
}
|
|
2111
2134
|
);
|
|
2112
2135
|
}
|
|
@@ -2114,18 +2137,18 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2114
2137
|
AutoSizingInput.displayName = "AutoSizingInput";
|
|
2115
2138
|
|
|
2116
2139
|
// src/atoms/bullet-text.tsx
|
|
2117
|
-
var
|
|
2140
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
2118
2141
|
|
|
2119
2142
|
// src/atoms/list.tsx
|
|
2120
2143
|
var import_react40 = require("react");
|
|
2121
2144
|
var import_clsx28 = require("clsx");
|
|
2122
|
-
var
|
|
2145
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
2123
2146
|
var ListContext = (0, import_react40.createContext)({
|
|
2124
2147
|
size: "large"
|
|
2125
2148
|
});
|
|
2126
2149
|
|
|
2127
2150
|
// src/app/platform/goal-manage-card-read.tsx
|
|
2128
|
-
var
|
|
2151
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
2129
2152
|
function GoalManageCardRead(props) {
|
|
2130
2153
|
const {
|
|
2131
2154
|
title,
|
|
@@ -2143,7 +2166,7 @@ function GoalManageCardRead(props) {
|
|
|
2143
2166
|
const onClickOpen = (0, import_react41.useCallback)(() => {
|
|
2144
2167
|
setOpen((p) => !p);
|
|
2145
2168
|
}, []);
|
|
2146
|
-
const icon = open ? /* @__PURE__ */ (0,
|
|
2169
|
+
const icon = open ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons2.ChevronUpIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons2.ChevronDownIcon, {});
|
|
2147
2170
|
const badgeMeta = (0, import_react41.useMemo)(() => {
|
|
2148
2171
|
if (!completed && dueDate) {
|
|
2149
2172
|
if (dueDate >= (0, import_date_fns.startOfDay)(/* @__PURE__ */ new Date()))
|
|
@@ -2156,40 +2179,40 @@ function GoalManageCardRead(props) {
|
|
|
2156
2179
|
return null;
|
|
2157
2180
|
}, [completed, dueDate]);
|
|
2158
2181
|
const renderSubTitle = (0, import_react41.useCallback)((subTitle) => {
|
|
2159
|
-
return /* @__PURE__ */ (0,
|
|
2182
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Heading2, { mb: "2", variant: "heading5", children: subTitle });
|
|
2160
2183
|
}, []);
|
|
2161
2184
|
const renderSubContent = (0, import_react41.useCallback)((content) => {
|
|
2162
|
-
return /* @__PURE__ */ (0,
|
|
2185
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", color: "gray", children: content });
|
|
2163
2186
|
}, []);
|
|
2164
2187
|
const renderCompleteButton = (0, import_react41.useCallback)(() => {
|
|
2165
2188
|
if (completed) {
|
|
2166
|
-
return /* @__PURE__ */ (0,
|
|
2189
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { onClick: onClickIncomplete, size: "small", variant: "surface", children: "\uC9C4\uD589\uC911\uC778 \uACFC\uC81C\uB85C \uB3CC\uB824\uB193\uAE30" });
|
|
2167
2190
|
}
|
|
2168
|
-
return /* @__PURE__ */ (0,
|
|
2169
|
-
/* @__PURE__ */ (0,
|
|
2170
|
-
/* @__PURE__ */ (0,
|
|
2191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Popover.Root, { children: [
|
|
2192
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Button, { size: "small", children: [
|
|
2193
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons2.RocketIcon, {}),
|
|
2171
2194
|
"\uB2EC\uC131\uD558\uAE30"
|
|
2172
2195
|
] }) }),
|
|
2173
|
-
/* @__PURE__ */ (0,
|
|
2174
|
-
/* @__PURE__ */ (0,
|
|
2175
|
-
/* @__PURE__ */ (0,
|
|
2176
|
-
/* @__PURE__ */ (0,
|
|
2177
|
-
/* @__PURE__ */ (0,
|
|
2196
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Popover.Content, { children: [
|
|
2197
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
|
|
2198
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { gap: "3", justify: "end", mt: "3", children: [
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
|
|
2200
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { onClick: onClickComplete, size: "small", children: "\uC608" }) })
|
|
2178
2201
|
] })
|
|
2179
2202
|
] })
|
|
2180
2203
|
] });
|
|
2181
2204
|
}, [completed, onClickIncomplete, onClickComplete]);
|
|
2182
|
-
return /* @__PURE__ */ (0,
|
|
2183
|
-
/* @__PURE__ */ (0,
|
|
2184
|
-
/* @__PURE__ */ (0,
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2187
|
-
badgeMeta ? /* @__PURE__ */ (0,
|
|
2188
|
-
/* @__PURE__ */ (0,
|
|
2205
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes24.Grid, { align: "center", columns: "auto 1fr", gapX: "3", children: [
|
|
2206
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(IconButton, { onClick: onClickOpen, variant: "ghost", children: icon }),
|
|
2207
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Heading2, { variant: "heading4", children: title }),
|
|
2208
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", gridColumnStart: "2", justify: "between", mt: "2", children: [
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", gap: "3", children: [
|
|
2210
|
+
badgeMeta ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Badge, __spreadValues({}, badgeMeta)) : null,
|
|
2211
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { color: "gray", children: dueDate ? (0, import_date_fns.format)(dueDate, "yyyy\uB144 MM\uC6D4 dd\uC77C") : null })
|
|
2189
2212
|
] }),
|
|
2190
2213
|
renderCompleteButton()
|
|
2191
2214
|
] }),
|
|
2192
|
-
open ? /* @__PURE__ */ (0,
|
|
2215
|
+
open ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2193
2216
|
import_themes40.Separator,
|
|
2194
2217
|
{
|
|
2195
2218
|
mb: "4",
|
|
@@ -2198,37 +2221,37 @@ function GoalManageCardRead(props) {
|
|
|
2198
2221
|
style: { gridColumnStart: "span 2" }
|
|
2199
2222
|
}
|
|
2200
2223
|
) : null,
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2202
|
-
/* @__PURE__ */ (0,
|
|
2203
|
-
/* @__PURE__ */ (0,
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { gridColumnStart: "2", p: "0", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Collapse, { open, children: [
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { direction: "column", gap: "5", children: [
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { children: [
|
|
2204
2227
|
renderSubTitle(
|
|
2205
2228
|
"\uD574\uB2F9 \uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uBA74, \uC544\uB798\uC640 \uAC19\uC740 \uACB0\uACFC\uB97C \uC5BB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4"
|
|
2206
2229
|
),
|
|
2207
2230
|
renderSubContent(expectedEffect)
|
|
2208
2231
|
] }),
|
|
2209
|
-
/* @__PURE__ */ (0,
|
|
2232
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { children: [
|
|
2210
2233
|
renderSubTitle(
|
|
2211
2234
|
"\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"
|
|
2212
2235
|
),
|
|
2213
2236
|
renderSubContent(huddle)
|
|
2214
2237
|
] })
|
|
2215
2238
|
] }),
|
|
2216
|
-
/* @__PURE__ */ (0,
|
|
2217
|
-
/* @__PURE__ */ (0,
|
|
2218
|
-
/* @__PURE__ */ (0,
|
|
2219
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", gap: "3", justify: "end", mt: "3", children: [
|
|
2240
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Popover.Root, { children: [
|
|
2241
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Button, { color: "gray", size: "small", variant: "ghost", children: [
|
|
2242
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons2.TrashIcon, {}),
|
|
2220
2243
|
"\uC0AD\uC81C\uD558\uAE30"
|
|
2221
2244
|
] }) }),
|
|
2222
|
-
/* @__PURE__ */ (0,
|
|
2223
|
-
/* @__PURE__ */ (0,
|
|
2224
|
-
/* @__PURE__ */ (0,
|
|
2225
|
-
/* @__PURE__ */ (0,
|
|
2226
|
-
/* @__PURE__ */ (0,
|
|
2245
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Popover.Content, { children: [
|
|
2246
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
|
|
2247
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { gap: "3", justify: "end", mt: "3", children: [
|
|
2248
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
|
|
2249
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { onClick: onClickDelete, size: "small", children: "\uC608" }) })
|
|
2227
2250
|
] })
|
|
2228
2251
|
] })
|
|
2229
2252
|
] }),
|
|
2230
|
-
/* @__PURE__ */ (0,
|
|
2231
|
-
/* @__PURE__ */ (0,
|
|
2253
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Button, { onClick: onClickEdit, size: "small", variant: "surface", children: [
|
|
2254
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons2.Pencil1Icon, {}),
|
|
2232
2255
|
"\uC218\uC815\uD558\uAE30"
|
|
2233
2256
|
] })
|
|
2234
2257
|
] })
|