@tipp/ui 2.3.32 → 2.3.34
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 +456 -198
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +102 -101
- package/dist/app/platform/coach-question-list.cjs +12 -4
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +32 -32
- package/dist/app/platform/contents-card.cjs +12 -4
- package/dist/app/platform/contents-card.cjs.map +1 -1
- package/dist/app/platform/contents-card.js +32 -32
- package/dist/app/platform/curriculum-card.js +5 -5
- package/dist/app/platform/edit-coaching-time.cjs +286 -28
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +82 -81
- package/dist/app/platform/edit-service-type.cjs +281 -23
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +83 -82
- package/dist/app/platform/goal-manage-card-edit.cjs +289 -31
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +82 -81
- package/dist/app/platform/goal-manage-card-read.cjs +12 -4
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +32 -32
- package/dist/app/platform/on-offline-radio-card.cjs +314 -54
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +82 -81
- package/dist/app/platform/report-card.cjs +12 -4
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +32 -32
- package/dist/app/platform/reservation-card.cjs +305 -47
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +83 -82
- package/dist/app/platform/session-card.cjs +331 -73
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +85 -84
- package/dist/app/platform/session-review-simple-read.cjs +12 -4
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +32 -32
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +12 -4
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +35 -35
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +12 -4
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +32 -32
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +12 -4
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +32 -32
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +12 -4
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +32 -32
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +12 -4
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +32 -32
- package/dist/app/platform/userInfos/utils.cjs +12 -4
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +31 -31
- package/dist/atoms/bullet-text.js +2 -2
- package/dist/atoms/dialog.js +2 -2
- package/dist/atoms/dropdown-menu.cjs +9 -1
- package/dist/atoms/dropdown-menu.cjs.map +1 -1
- package/dist/atoms/dropdown-menu.d.cts +4 -1
- package/dist/atoms/dropdown-menu.d.ts +4 -1
- package/dist/atoms/dropdown-menu.js +1 -1
- package/dist/atoms/field-error-wrapper.js +2 -2
- package/dist/atoms/index.cjs +15 -7
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +63 -63
- package/dist/atoms/list.js +2 -2
- package/dist/atoms/pagination.js +3 -3
- package/dist/{chunk-U3FBMFRL.js → chunk-24PLAIMJ.js} +15 -15
- package/dist/{chunk-5TZNUXBT.js → chunk-3GGJWSFK.js} +6 -6
- package/dist/{chunk-M2PVHXOE.js → chunk-3GQQQBJN.js} +4 -4
- package/dist/{chunk-DWBYAHIR.js → chunk-446FD3VT.js} +12 -12
- package/dist/{chunk-62HSZXVT.js → chunk-44VLRAHW.js} +6 -6
- package/dist/{chunk-YPEB36YK.js → chunk-4N2R7MWQ.js} +5 -5
- package/dist/{chunk-5J4YHHVX.js → chunk-52VTWFM6.js} +22 -8
- package/dist/chunk-52VTWFM6.js.map +1 -0
- package/dist/{chunk-W7TBPRHG.js → chunk-5V6MQUTB.js} +2 -2
- package/dist/{chunk-AHXS2MBK.js → chunk-5ZEQ33PC.js} +5 -5
- package/dist/{chunk-NTJLECYY.js → chunk-7I7PZF5L.js} +5 -5
- package/dist/{chunk-HTNDVNLQ.js → chunk-7ITDAUWI.js} +12 -12
- package/dist/{chunk-YADSNPMG.js → chunk-A7LYIUE7.js} +6 -6
- package/dist/{chunk-VK6INFSB.js → chunk-AQVIQODP.js} +4 -4
- package/dist/{chunk-VH37R5IH.js → chunk-BEIM5PNA.js} +4 -4
- package/dist/{chunk-HWK3UPZ3.js → chunk-BRNYILVO.js} +5 -5
- package/dist/{chunk-K3Q4XLCN.js → chunk-CQSM6JCO.js} +4 -4
- package/dist/{chunk-B5CKZFDM.js → chunk-D3KCPM4O.js} +4 -4
- package/dist/{chunk-QKZTZUWP.js → chunk-DZSRS37B.js} +7 -7
- package/dist/{chunk-6MQMVYEP.js → chunk-EGT45N6F.js} +4 -4
- package/dist/{chunk-GHRDK4GY.js → chunk-FBFKBV5Y.js} +16 -16
- package/dist/{chunk-OHNBVT52.js → chunk-G7NEBNHU.js} +4 -4
- package/dist/{chunk-ZFTQ2XBH.js → chunk-GFURX6GB.js} +4 -4
- package/dist/{chunk-EWFZXCMV.js → chunk-GGLDVUYU.js} +4 -4
- package/dist/{chunk-RM5CQ77X.js → chunk-GMNJ7FMU.js} +6 -6
- package/dist/{chunk-NIMLBANB.js → chunk-GTXHAZSU.js} +7 -7
- package/dist/{chunk-6HMQEUHX.js → chunk-GZNELGHF.js} +9 -9
- package/dist/{chunk-76PNGKCB.js → chunk-HAZBA3RU.js} +4 -4
- package/dist/{chunk-5WX7CODZ.js → chunk-HOMPMIZJ.js} +10 -10
- package/dist/{chunk-F7JSPN5P.js → chunk-IEYBSZA3.js} +12 -12
- package/dist/{chunk-SF2V5ZKJ.js → chunk-IK6FGLFU.js} +10 -10
- package/dist/{chunk-LFYQFYWO.js → chunk-ILCRQ36E.js} +10 -10
- package/dist/{chunk-ZA4NYPSW.js → chunk-JZVK4NDF.js} +5 -5
- package/dist/{chunk-AA6OYHCE.js → chunk-KCCYHT23.js} +4 -4
- package/dist/{chunk-2U7C7J5P.js → chunk-KMQIN5PA.js} +8 -8
- package/dist/{chunk-OILH5J7Q.js → chunk-KMVSJT6Y.js} +8 -8
- package/dist/chunk-LSDD4TAP.js +276 -0
- package/dist/chunk-LSDD4TAP.js.map +1 -0
- package/dist/{chunk-LIV5LHHZ.js → chunk-LT5C6QT7.js} +2 -2
- package/dist/{chunk-MFIOT62L.js → chunk-N4Y3QSUQ.js} +4 -4
- package/dist/{chunk-RDKURMDJ.js → chunk-NCNYKQU7.js} +7 -7
- package/dist/{chunk-QEDJOAP6.js → chunk-NHCUQ25T.js} +2 -2
- package/dist/{chunk-FVNXDLRU.js → chunk-O5MYSBA3.js} +2 -2
- package/dist/{chunk-TCFXG4AX.js → chunk-OHXP63A5.js} +5 -5
- package/dist/{chunk-M6C7IXCB.js → chunk-OXZXUPSB.js} +7 -7
- package/dist/{chunk-GTO7GG2K.js → chunk-P4KO43AP.js} +2 -2
- package/dist/{chunk-TJO4XDI2.js → chunk-P6C6KRXM.js} +5 -5
- package/dist/{chunk-7R65MUL6.js → chunk-PXPGCDNA.js} +4 -4
- package/dist/{chunk-64XYTE54.js → chunk-QFEZIPWJ.js} +5 -5
- package/dist/{chunk-5OLJJUMC.js → chunk-QIAMX2NR.js} +10 -10
- package/dist/{chunk-Z34HR7RE.js → chunk-QRI6ARS6.js} +4 -4
- package/dist/{chunk-CNW3YEAK.js → chunk-R3WM6HV6.js} +4 -4
- package/dist/{chunk-MJMHPIYX.js → chunk-SDEDXT7A.js} +4 -4
- package/dist/{chunk-D4U2MCJG.js → chunk-SMLC2O3V.js} +10 -2
- package/dist/chunk-SMLC2O3V.js.map +1 -0
- package/dist/{chunk-SO5HZSGJ.js → chunk-STBTV3GY.js} +9 -9
- package/dist/chunk-SYMOHU2B.js +1 -0
- package/dist/{chunk-6TQGX5ZU.js → chunk-TP7DOXLP.js} +2 -2
- package/dist/{chunk-WH6QD4SY.js → chunk-UGYH6IXU.js} +19 -19
- package/dist/{chunk-5JQOU3IR.js → chunk-UH6Q3TEK.js} +7 -7
- package/dist/{chunk-MTGKF6SO.js → chunk-UKV2WNLS.js} +9 -9
- package/dist/{chunk-CQL6FYW4.js → chunk-V4XCZSRN.js} +13 -13
- package/dist/{chunk-4PYFMD24.js → chunk-VKH2GRVW.js} +2 -2
- package/dist/{chunk-SAEPW5JF.js → chunk-VREM33BW.js} +6 -6
- package/dist/{chunk-ZOPYFDLO.js → chunk-VRJR534I.js} +4 -4
- package/dist/{chunk-JRT6KTBG.js → chunk-WMWXF44S.js} +4 -4
- package/dist/{chunk-JIJLOKVN.js → chunk-WV2HN6H4.js} +4 -4
- package/dist/{chunk-SLJLEPD2.js → chunk-YDHBTQX4.js} +11 -11
- package/dist/{chunk-CIQ7ELE6.js → chunk-YE3UDMTZ.js} +9 -9
- package/dist/{chunk-AYWPBD4T.js → chunk-YP3H5H4D.js} +9 -9
- package/dist/{chunk-652H6CLP.js → chunk-Z7SS2DHW.js} +6 -6
- package/dist/context/index.js +5 -5
- package/dist/index.cjs +562 -292
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +154 -150
- package/dist/molecules/autocomplete-textfield.cjs +417 -0
- package/dist/molecules/autocomplete-textfield.cjs.map +1 -0
- package/dist/molecules/autocomplete-textfield.d.cts +26 -0
- package/dist/molecules/autocomplete-textfield.d.ts +26 -0
- package/dist/molecules/autocomplete-textfield.js +12 -0
- package/dist/molecules/autocomplete-textfield.js.map +1 -0
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +18 -18
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +4 -4
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +11 -11
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +2 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.js +3 -3
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-layout.js +2 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +6 -6
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +5 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +5 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +5 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +4 -4
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +21 -21
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +6 -6
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +3 -3
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.js +3 -3
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +23 -23
- package/dist/molecules/curriculumV2/CurriculumContents/index.js +28 -28
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.js +2 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +4 -4
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +7 -7
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +5 -5
- package/dist/molecules/curriculumV2/curriculum-sub-nav.js +4 -4
- package/dist/molecules/curriculumV2/curriculum-v2-layout.js +2 -2
- package/dist/molecules/curriculumV2/index.js +35 -35
- package/dist/molecules/date-picker/date-picker-button.js +6 -6
- package/dist/molecules/date-picker/index.js +5 -5
- package/dist/molecules/description-json-render.js +5 -5
- package/dist/molecules/download-card.js +2 -2
- package/dist/molecules/dynamic-field.js +7 -7
- package/dist/molecules/dynamic-form-editor-field-editor-panel.js +5 -5
- package/dist/molecules/dynamic-form-editor-field-list-panel.js +2 -2
- package/dist/molecules/dynamic-form-editor-issues-panel.js +2 -2
- package/dist/molecules/dynamic-form-editor-preview-panel.js +9 -9
- package/dist/molecules/dynamic-form-editor.js +17 -17
- package/dist/molecules/dynamic-form.js +8 -8
- package/dist/molecules/expand-table/index.cjs +12 -2
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.d.cts +2 -0
- package/dist/molecules/expand-table/index.d.ts +2 -0
- package/dist/molecules/expand-table/index.js +5 -5
- package/dist/molecules/force-refresh.js +2 -2
- package/dist/molecules/ghost-post.js +4 -4
- package/dist/molecules/index.cjs +298 -2
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.d.cts +2 -0
- package/dist/molecules/index.d.ts +2 -0
- package/dist/molecules/index.js +78 -73
- package/dist/molecules/learning-post.js +6 -6
- package/dist/molecules/navigation.js +3 -3
- package/dist/molecules/one-on-one-guide-list.js +3 -3
- package/dist/molecules/stepper.js +4 -4
- package/dist/molecules/tag-selector.js +5 -5
- package/dist/molecules/training-info-guideline.js +7 -7
- package/package.json +1 -1
- package/src/atoms/dropdown-menu.tsx +13 -0
- package/src/molecules/autocomplete-textfield.tsx +302 -0
- package/src/molecules/expand-table/index.tsx +16 -3
- package/src/molecules/index.ts +2 -1
- package/dist/chunk-5J4YHHVX.js.map +0 -1
- package/dist/chunk-D4U2MCJG.js.map +0 -1
- package/dist/chunk-YWYYPYBK.js +0 -1
- /package/dist/{chunk-U3FBMFRL.js.map → chunk-24PLAIMJ.js.map} +0 -0
- /package/dist/{chunk-5TZNUXBT.js.map → chunk-3GGJWSFK.js.map} +0 -0
- /package/dist/{chunk-M2PVHXOE.js.map → chunk-3GQQQBJN.js.map} +0 -0
- /package/dist/{chunk-DWBYAHIR.js.map → chunk-446FD3VT.js.map} +0 -0
- /package/dist/{chunk-62HSZXVT.js.map → chunk-44VLRAHW.js.map} +0 -0
- /package/dist/{chunk-YPEB36YK.js.map → chunk-4N2R7MWQ.js.map} +0 -0
- /package/dist/{chunk-W7TBPRHG.js.map → chunk-5V6MQUTB.js.map} +0 -0
- /package/dist/{chunk-AHXS2MBK.js.map → chunk-5ZEQ33PC.js.map} +0 -0
- /package/dist/{chunk-NTJLECYY.js.map → chunk-7I7PZF5L.js.map} +0 -0
- /package/dist/{chunk-HTNDVNLQ.js.map → chunk-7ITDAUWI.js.map} +0 -0
- /package/dist/{chunk-YADSNPMG.js.map → chunk-A7LYIUE7.js.map} +0 -0
- /package/dist/{chunk-VK6INFSB.js.map → chunk-AQVIQODP.js.map} +0 -0
- /package/dist/{chunk-VH37R5IH.js.map → chunk-BEIM5PNA.js.map} +0 -0
- /package/dist/{chunk-HWK3UPZ3.js.map → chunk-BRNYILVO.js.map} +0 -0
- /package/dist/{chunk-K3Q4XLCN.js.map → chunk-CQSM6JCO.js.map} +0 -0
- /package/dist/{chunk-B5CKZFDM.js.map → chunk-D3KCPM4O.js.map} +0 -0
- /package/dist/{chunk-QKZTZUWP.js.map → chunk-DZSRS37B.js.map} +0 -0
- /package/dist/{chunk-6MQMVYEP.js.map → chunk-EGT45N6F.js.map} +0 -0
- /package/dist/{chunk-GHRDK4GY.js.map → chunk-FBFKBV5Y.js.map} +0 -0
- /package/dist/{chunk-OHNBVT52.js.map → chunk-G7NEBNHU.js.map} +0 -0
- /package/dist/{chunk-ZFTQ2XBH.js.map → chunk-GFURX6GB.js.map} +0 -0
- /package/dist/{chunk-EWFZXCMV.js.map → chunk-GGLDVUYU.js.map} +0 -0
- /package/dist/{chunk-RM5CQ77X.js.map → chunk-GMNJ7FMU.js.map} +0 -0
- /package/dist/{chunk-NIMLBANB.js.map → chunk-GTXHAZSU.js.map} +0 -0
- /package/dist/{chunk-6HMQEUHX.js.map → chunk-GZNELGHF.js.map} +0 -0
- /package/dist/{chunk-76PNGKCB.js.map → chunk-HAZBA3RU.js.map} +0 -0
- /package/dist/{chunk-5WX7CODZ.js.map → chunk-HOMPMIZJ.js.map} +0 -0
- /package/dist/{chunk-F7JSPN5P.js.map → chunk-IEYBSZA3.js.map} +0 -0
- /package/dist/{chunk-SF2V5ZKJ.js.map → chunk-IK6FGLFU.js.map} +0 -0
- /package/dist/{chunk-LFYQFYWO.js.map → chunk-ILCRQ36E.js.map} +0 -0
- /package/dist/{chunk-ZA4NYPSW.js.map → chunk-JZVK4NDF.js.map} +0 -0
- /package/dist/{chunk-AA6OYHCE.js.map → chunk-KCCYHT23.js.map} +0 -0
- /package/dist/{chunk-2U7C7J5P.js.map → chunk-KMQIN5PA.js.map} +0 -0
- /package/dist/{chunk-OILH5J7Q.js.map → chunk-KMVSJT6Y.js.map} +0 -0
- /package/dist/{chunk-LIV5LHHZ.js.map → chunk-LT5C6QT7.js.map} +0 -0
- /package/dist/{chunk-MFIOT62L.js.map → chunk-N4Y3QSUQ.js.map} +0 -0
- /package/dist/{chunk-RDKURMDJ.js.map → chunk-NCNYKQU7.js.map} +0 -0
- /package/dist/{chunk-QEDJOAP6.js.map → chunk-NHCUQ25T.js.map} +0 -0
- /package/dist/{chunk-FVNXDLRU.js.map → chunk-O5MYSBA3.js.map} +0 -0
- /package/dist/{chunk-TCFXG4AX.js.map → chunk-OHXP63A5.js.map} +0 -0
- /package/dist/{chunk-M6C7IXCB.js.map → chunk-OXZXUPSB.js.map} +0 -0
- /package/dist/{chunk-GTO7GG2K.js.map → chunk-P4KO43AP.js.map} +0 -0
- /package/dist/{chunk-TJO4XDI2.js.map → chunk-P6C6KRXM.js.map} +0 -0
- /package/dist/{chunk-7R65MUL6.js.map → chunk-PXPGCDNA.js.map} +0 -0
- /package/dist/{chunk-64XYTE54.js.map → chunk-QFEZIPWJ.js.map} +0 -0
- /package/dist/{chunk-5OLJJUMC.js.map → chunk-QIAMX2NR.js.map} +0 -0
- /package/dist/{chunk-Z34HR7RE.js.map → chunk-QRI6ARS6.js.map} +0 -0
- /package/dist/{chunk-CNW3YEAK.js.map → chunk-R3WM6HV6.js.map} +0 -0
- /package/dist/{chunk-MJMHPIYX.js.map → chunk-SDEDXT7A.js.map} +0 -0
- /package/dist/{chunk-SO5HZSGJ.js.map → chunk-STBTV3GY.js.map} +0 -0
- /package/dist/{chunk-YWYYPYBK.js.map → chunk-SYMOHU2B.js.map} +0 -0
- /package/dist/{chunk-6TQGX5ZU.js.map → chunk-TP7DOXLP.js.map} +0 -0
- /package/dist/{chunk-WH6QD4SY.js.map → chunk-UGYH6IXU.js.map} +0 -0
- /package/dist/{chunk-5JQOU3IR.js.map → chunk-UH6Q3TEK.js.map} +0 -0
- /package/dist/{chunk-MTGKF6SO.js.map → chunk-UKV2WNLS.js.map} +0 -0
- /package/dist/{chunk-CQL6FYW4.js.map → chunk-V4XCZSRN.js.map} +0 -0
- /package/dist/{chunk-4PYFMD24.js.map → chunk-VKH2GRVW.js.map} +0 -0
- /package/dist/{chunk-SAEPW5JF.js.map → chunk-VREM33BW.js.map} +0 -0
- /package/dist/{chunk-ZOPYFDLO.js.map → chunk-VRJR534I.js.map} +0 -0
- /package/dist/{chunk-JRT6KTBG.js.map → chunk-WMWXF44S.js.map} +0 -0
- /package/dist/{chunk-JIJLOKVN.js.map → chunk-WV2HN6H4.js.map} +0 -0
- /package/dist/{chunk-SLJLEPD2.js.map → chunk-YDHBTQX4.js.map} +0 -0
- /package/dist/{chunk-CIQ7ELE6.js.map → chunk-YE3UDMTZ.js.map} +0 -0
- /package/dist/{chunk-AYWPBD4T.js.map → chunk-YP3H5H4D.js.map} +0 -0
- /package/dist/{chunk-652H6CLP.js.map → chunk-Z7SS2DHW.js.map} +0 -0
|
@@ -1,69 +1,66 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GoalManageCardRead
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-24PLAIMJ.js";
|
|
4
4
|
import "../../chunk-HBF6IIVZ.js";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-LNPFV5BJ.js";
|
|
6
|
+
import "../../chunk-5H3YPCZK.js";
|
|
7
|
+
import "../../chunk-FR2GDOU2.js";
|
|
8
|
+
import "../../chunk-74DX4CU7.js";
|
|
6
9
|
import "../../chunk-OYM4XCHQ.js";
|
|
7
10
|
import "../../chunk-YJ7ZFOYL.js";
|
|
8
11
|
import "../../chunk-5ZITU5L7.js";
|
|
9
12
|
import "../../chunk-5XYPLDI5.js";
|
|
10
13
|
import "../../chunk-6NPTJBFE.js";
|
|
11
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-6IVCARWS.js";
|
|
15
|
+
import "../../chunk-6DJOIRMF.js";
|
|
16
|
+
import "../../chunk-FPD73OHW.js";
|
|
12
17
|
import "../../chunk-MUPK4L3U.js";
|
|
13
18
|
import "../../chunk-MUNMDHRF.js";
|
|
14
19
|
import "../../chunk-TVDKGMBI.js";
|
|
15
20
|
import "../../chunk-X2GMDZ7M.js";
|
|
16
21
|
import "../../chunk-HYITAA4J.js";
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
22
|
+
import "../../chunk-XQOL7UBI.js";
|
|
23
|
+
import "../../chunk-TULWX7D6.js";
|
|
24
|
+
import "../../chunk-DHZVOXFM.js";
|
|
25
|
+
import "../../chunk-WV2HN6H4.js";
|
|
26
|
+
import "../../chunk-N4Y3QSUQ.js";
|
|
22
27
|
import "../../chunk-5AVBYDPB.js";
|
|
23
28
|
import "../../chunk-365QMK4D.js";
|
|
24
29
|
import "../../chunk-YO3BQW6S.js";
|
|
25
|
-
import "../../chunk-
|
|
26
|
-
import "../../chunk-
|
|
27
|
-
import "../../chunk-FPD73OHW.js";
|
|
30
|
+
import "../../chunk-2DZ2Y3JI.js";
|
|
31
|
+
import "../../chunk-VRJR534I.js";
|
|
28
32
|
import "../../chunk-EGEQY3KT.js";
|
|
29
33
|
import "../../chunk-O3T3TM3V.js";
|
|
30
|
-
import "../../chunk-
|
|
31
|
-
import "../../chunk-
|
|
32
|
-
import "../../chunk-
|
|
34
|
+
import "../../chunk-OHMOP5PV.js";
|
|
35
|
+
import "../../chunk-NFDQJVFA.js";
|
|
36
|
+
import "../../chunk-Q37G2GS6.js";
|
|
33
37
|
import "../../chunk-VTJZMOSP.js";
|
|
34
|
-
import "../../chunk-
|
|
35
|
-
import "../../chunk-BESTU2AY.js";
|
|
38
|
+
import "../../chunk-D3KCPM4O.js";
|
|
36
39
|
import "../../chunk-EEAHZCIK.js";
|
|
37
40
|
import "../../chunk-645GPOW2.js";
|
|
38
41
|
import "../../chunk-U7N2PWMO.js";
|
|
39
42
|
import "../../chunk-XK6VEVOK.js";
|
|
40
43
|
import "../../chunk-HF6GNDPV.js";
|
|
41
|
-
import "../../chunk-
|
|
44
|
+
import "../../chunk-SMLC2O3V.js";
|
|
42
45
|
import "../../chunk-Y4U24VXI.js";
|
|
43
46
|
import "../../chunk-3NUQAVE6.js";
|
|
44
|
-
import "../../chunk-
|
|
45
|
-
import "../../chunk-
|
|
46
|
-
import "../../chunk-
|
|
47
|
+
import "../../chunk-QRI6ARS6.js";
|
|
48
|
+
import "../../chunk-25HMMI7R.js";
|
|
49
|
+
import "../../chunk-ZVDAEY5Q.js";
|
|
50
|
+
import "../../chunk-LQY4RKWI.js";
|
|
51
|
+
import "../../chunk-ZD7MNMED.js";
|
|
47
52
|
import "../../chunk-B6XJN6EC.js";
|
|
48
53
|
import "../../chunk-RP2RGCAW.js";
|
|
49
54
|
import "../../chunk-MIMJ7LON.js";
|
|
50
55
|
import "../../chunk-W7X7KSJP.js";
|
|
51
56
|
import "../../chunk-VYCYVN3L.js";
|
|
52
|
-
import "../../chunk-
|
|
53
|
-
import "../../chunk-
|
|
54
|
-
import "../../chunk-Q37G2GS6.js";
|
|
57
|
+
import "../../chunk-J242TTFH.js";
|
|
58
|
+
import "../../chunk-EAXUQEO5.js";
|
|
55
59
|
import "../../chunk-6SYFG6YY.js";
|
|
56
60
|
import "../../chunk-K36TPMKL.js";
|
|
57
61
|
import "../../chunk-U3BQT7ZO.js";
|
|
58
62
|
import "../../chunk-YGL6SWKN.js";
|
|
59
63
|
import "../../chunk-4Y5BEXVN.js";
|
|
60
|
-
import "../../chunk-Z34HR7RE.js";
|
|
61
|
-
import "../../chunk-PMJIFLDT.js";
|
|
62
|
-
import "../../chunk-LDBWASUA.js";
|
|
63
|
-
import "../../chunk-25HMMI7R.js";
|
|
64
|
-
import "../../chunk-ZVDAEY5Q.js";
|
|
65
|
-
import "../../chunk-LQY4RKWI.js";
|
|
66
|
-
import "../../chunk-ZD7MNMED.js";
|
|
67
64
|
import "../../chunk-DLP4UUNG.js";
|
|
68
65
|
import "../../chunk-VD7AQ7HK.js";
|
|
69
66
|
import "../../chunk-ZQE7SP6P.js";
|
|
@@ -80,8 +77,11 @@ import "../../chunk-YSYJCYHY.js";
|
|
|
80
77
|
import "../../chunk-5OM2H6RI.js";
|
|
81
78
|
import "../../chunk-ZUYCXCPW.js";
|
|
82
79
|
import "../../chunk-YVFNJE4E.js";
|
|
83
|
-
import "../../chunk-
|
|
84
|
-
import "../../chunk-
|
|
80
|
+
import "../../chunk-PT57HCAI.js";
|
|
81
|
+
import "../../chunk-QDC3LFHS.js";
|
|
82
|
+
import "../../chunk-BESTU2AY.js";
|
|
83
|
+
import "../../chunk-PMJIFLDT.js";
|
|
84
|
+
import "../../chunk-LDBWASUA.js";
|
|
85
85
|
import "../../chunk-CRTRMMJ7.js";
|
|
86
86
|
export {
|
|
87
87
|
GoalManageCardRead
|
|
@@ -1892,23 +1892,12 @@ var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
|
1892
1892
|
// src/molecules/dynamic-form-editor.tsx
|
|
1893
1893
|
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
1894
1894
|
|
|
1895
|
-
// src/
|
|
1896
|
-
var
|
|
1897
|
-
|
|
1898
|
-
// src/atoms/blockquote.tsx
|
|
1895
|
+
// src/molecules/autocomplete-textfield.tsx
|
|
1896
|
+
var import_react47 = require("react");
|
|
1899
1897
|
var import_themes42 = require("@radix-ui/themes");
|
|
1900
1898
|
|
|
1901
|
-
// src/atoms/check-box-card.tsx
|
|
1902
|
-
var import_themes43 = require("@radix-ui/themes");
|
|
1903
|
-
|
|
1904
|
-
// src/atoms/container.tsx
|
|
1905
|
-
var import_themes44 = require("@radix-ui/themes");
|
|
1906
|
-
|
|
1907
|
-
// src/atoms/data-list.tsx
|
|
1908
|
-
var import_themes45 = require("@radix-ui/themes");
|
|
1909
|
-
|
|
1910
1899
|
// src/atoms/dropdown-menu.tsx
|
|
1911
|
-
var
|
|
1900
|
+
var import_themes41 = require("@radix-ui/themes");
|
|
1912
1901
|
var import_react46 = require("react");
|
|
1913
1902
|
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
1914
1903
|
var Content3 = (0, import_react46.forwardRef)((props, ref) => {
|
|
@@ -1918,7 +1907,7 @@ var Content3 = (0, import_react46.forwardRef)((props, ref) => {
|
|
|
1918
1907
|
return [cls, className].join(" ");
|
|
1919
1908
|
}, [isNavigation, className]);
|
|
1920
1909
|
return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1921
|
-
|
|
1910
|
+
import_themes41.DropdownMenu.Content,
|
|
1922
1911
|
__spreadProps(__spreadValues({
|
|
1923
1912
|
ref
|
|
1924
1913
|
}, rest), {
|
|
@@ -1927,69 +1916,340 @@ var Content3 = (0, import_react46.forwardRef)((props, ref) => {
|
|
|
1927
1916
|
);
|
|
1928
1917
|
});
|
|
1929
1918
|
Content3.displayName = "DropdownMenu.Content";
|
|
1930
|
-
var
|
|
1931
|
-
|
|
1919
|
+
var Trigger3 = (0, import_react46.forwardRef)(
|
|
1920
|
+
(_a, ref) => {
|
|
1921
|
+
var _b = _a, { asChild: _asChild } = _b, props = __objRest(_b, ["asChild"]);
|
|
1922
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_themes41.DropdownMenu.Trigger, __spreadValues({ ref }, props));
|
|
1923
|
+
}
|
|
1924
|
+
);
|
|
1925
|
+
Trigger3.displayName = "DropdownMenu.Trigger";
|
|
1926
|
+
var DropdownMenu = __spreadProps(__spreadValues({}, import_themes41.DropdownMenu), {
|
|
1927
|
+
Content: Content3,
|
|
1928
|
+
Trigger: Trigger3
|
|
1932
1929
|
});
|
|
1933
1930
|
|
|
1934
|
-
// src/
|
|
1931
|
+
// src/molecules/autocomplete-textfield.tsx
|
|
1932
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
1933
|
+
var AutocompleteTextfield = (0, import_react47.forwardRef)(
|
|
1934
|
+
(_a, ref) => {
|
|
1935
|
+
var _b = _a, {
|
|
1936
|
+
options,
|
|
1937
|
+
value: externalValue,
|
|
1938
|
+
onChange,
|
|
1939
|
+
onSelect,
|
|
1940
|
+
placeholder,
|
|
1941
|
+
emptyMessage = "\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
1942
|
+
maxItems = 10,
|
|
1943
|
+
slotLeft,
|
|
1944
|
+
slotRight,
|
|
1945
|
+
error
|
|
1946
|
+
} = _b, rest = __objRest(_b, [
|
|
1947
|
+
"options",
|
|
1948
|
+
"value",
|
|
1949
|
+
"onChange",
|
|
1950
|
+
"onSelect",
|
|
1951
|
+
"placeholder",
|
|
1952
|
+
"emptyMessage",
|
|
1953
|
+
"maxItems",
|
|
1954
|
+
"slotLeft",
|
|
1955
|
+
"slotRight",
|
|
1956
|
+
"error"
|
|
1957
|
+
]);
|
|
1958
|
+
const isControlled = externalValue !== void 0;
|
|
1959
|
+
const [internalValue, setInternalValue] = (0, import_react47.useState)("");
|
|
1960
|
+
const inputValue = isControlled ? externalValue : internalValue;
|
|
1961
|
+
const [open, setOpen] = (0, import_react47.useState)(false);
|
|
1962
|
+
const [highlightedIndex, setHighlightedIndex] = (0, import_react47.useState)(-1);
|
|
1963
|
+
const inputRef = (0, import_react47.useRef)(null);
|
|
1964
|
+
const listRef = (0, import_react47.useRef)(null);
|
|
1965
|
+
const listboxId = (0, import_react47.useId)();
|
|
1966
|
+
const justSelectedRef = (0, import_react47.useRef)(false);
|
|
1967
|
+
const filtered = options.filter(
|
|
1968
|
+
(opt) => opt.label.toLowerCase().includes(inputValue.toLowerCase())
|
|
1969
|
+
).slice(0, maxItems);
|
|
1970
|
+
const handleInputChange = (0, import_react47.useCallback)(
|
|
1971
|
+
(e) => {
|
|
1972
|
+
const next = e.target.value;
|
|
1973
|
+
if (!isControlled) setInternalValue(next);
|
|
1974
|
+
onChange == null ? void 0 : onChange(next);
|
|
1975
|
+
const nextFiltered = options.filter((opt) => opt.label.toLowerCase().includes(next.toLowerCase())).slice(0, maxItems);
|
|
1976
|
+
setOpen(nextFiltered.length > 0 || emptyMessage !== null);
|
|
1977
|
+
setHighlightedIndex(-1);
|
|
1978
|
+
},
|
|
1979
|
+
[isControlled, onChange, options, maxItems, emptyMessage]
|
|
1980
|
+
);
|
|
1981
|
+
const handleSelect = (0, import_react47.useCallback)(
|
|
1982
|
+
(option) => {
|
|
1983
|
+
var _a2;
|
|
1984
|
+
if (!isControlled) setInternalValue(option.label);
|
|
1985
|
+
onChange == null ? void 0 : onChange(option.label);
|
|
1986
|
+
onSelect == null ? void 0 : onSelect(option);
|
|
1987
|
+
setOpen(false);
|
|
1988
|
+
setHighlightedIndex(-1);
|
|
1989
|
+
justSelectedRef.current = true;
|
|
1990
|
+
(_a2 = inputRef.current) == null ? void 0 : _a2.focus();
|
|
1991
|
+
},
|
|
1992
|
+
[isControlled, onChange, onSelect]
|
|
1993
|
+
);
|
|
1994
|
+
const handleFocus = (0, import_react47.useCallback)(() => {
|
|
1995
|
+
if (justSelectedRef.current) {
|
|
1996
|
+
justSelectedRef.current = false;
|
|
1997
|
+
return;
|
|
1998
|
+
}
|
|
1999
|
+
const currentFiltered = options.filter((opt) => opt.label.toLowerCase().includes(inputValue.toLowerCase())).slice(0, maxItems);
|
|
2000
|
+
setOpen(currentFiltered.length > 0 || emptyMessage !== null);
|
|
2001
|
+
}, [options, inputValue, maxItems, emptyMessage]);
|
|
2002
|
+
const handleBlur = (0, import_react47.useCallback)((e) => {
|
|
2003
|
+
var _a2, _b2;
|
|
2004
|
+
if (e.relatedTarget && ((_b2 = (_a2 = inputRef.current) == null ? void 0 : _a2.parentElement) == null ? void 0 : _b2.contains(e.relatedTarget))) {
|
|
2005
|
+
return;
|
|
2006
|
+
}
|
|
2007
|
+
setOpen(false);
|
|
2008
|
+
setHighlightedIndex(-1);
|
|
2009
|
+
}, []);
|
|
2010
|
+
const handleKeyDown = (0, import_react47.useCallback)(
|
|
2011
|
+
(e) => {
|
|
2012
|
+
if (!open) {
|
|
2013
|
+
if (e.key === "ArrowDown" || e.key === "ArrowUp") {
|
|
2014
|
+
setOpen(true);
|
|
2015
|
+
setHighlightedIndex(0);
|
|
2016
|
+
e.preventDefault();
|
|
2017
|
+
}
|
|
2018
|
+
return;
|
|
2019
|
+
}
|
|
2020
|
+
switch (e.key) {
|
|
2021
|
+
case "ArrowDown":
|
|
2022
|
+
e.preventDefault();
|
|
2023
|
+
setHighlightedIndex(
|
|
2024
|
+
(prev) => prev < filtered.length - 1 ? prev + 1 : 0
|
|
2025
|
+
);
|
|
2026
|
+
break;
|
|
2027
|
+
case "ArrowUp":
|
|
2028
|
+
e.preventDefault();
|
|
2029
|
+
setHighlightedIndex(
|
|
2030
|
+
(prev) => prev > 0 ? prev - 1 : filtered.length - 1
|
|
2031
|
+
);
|
|
2032
|
+
break;
|
|
2033
|
+
case "Enter":
|
|
2034
|
+
e.preventDefault();
|
|
2035
|
+
if (highlightedIndex >= 0 && filtered[highlightedIndex]) {
|
|
2036
|
+
handleSelect(filtered[highlightedIndex]);
|
|
2037
|
+
}
|
|
2038
|
+
break;
|
|
2039
|
+
case "Escape":
|
|
2040
|
+
setOpen(false);
|
|
2041
|
+
setHighlightedIndex(-1);
|
|
2042
|
+
break;
|
|
2043
|
+
case "Tab":
|
|
2044
|
+
setOpen(false);
|
|
2045
|
+
setHighlightedIndex(-1);
|
|
2046
|
+
break;
|
|
2047
|
+
default:
|
|
2048
|
+
break;
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
[open, filtered, highlightedIndex, handleSelect]
|
|
2052
|
+
);
|
|
2053
|
+
(0, import_react47.useEffect)(() => {
|
|
2054
|
+
if (!listRef.current || highlightedIndex < 0) return;
|
|
2055
|
+
const item = listRef.current.children[highlightedIndex];
|
|
2056
|
+
item.scrollIntoView({ block: "nearest" });
|
|
2057
|
+
}, [highlightedIndex]);
|
|
2058
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_themes42.Box, { position: "relative", style: { width: "100%" }, children: [
|
|
2059
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2060
|
+
TextField.Root,
|
|
2061
|
+
__spreadProps(__spreadValues({
|
|
2062
|
+
"aria-activedescendant": open && highlightedIndex >= 0 ? `${listboxId}-option-${highlightedIndex}` : void 0,
|
|
2063
|
+
"aria-autocomplete": "list",
|
|
2064
|
+
"aria-controls": open ? listboxId : void 0,
|
|
2065
|
+
"aria-expanded": open,
|
|
2066
|
+
error,
|
|
2067
|
+
onBlur: handleBlur,
|
|
2068
|
+
onChange: handleInputChange,
|
|
2069
|
+
onFocus: handleFocus,
|
|
2070
|
+
onKeyDown: handleKeyDown,
|
|
2071
|
+
placeholder,
|
|
2072
|
+
ref: (node) => {
|
|
2073
|
+
inputRef.current = node;
|
|
2074
|
+
if (typeof ref === "function") {
|
|
2075
|
+
ref(node);
|
|
2076
|
+
} else if (ref) {
|
|
2077
|
+
ref.current = node;
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
role: "combobox",
|
|
2081
|
+
style: { width: "100%" },
|
|
2082
|
+
value: inputValue
|
|
2083
|
+
}, rest), {
|
|
2084
|
+
children: [
|
|
2085
|
+
slotLeft && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(TextField.Slot, { side: "left", children: slotLeft }),
|
|
2086
|
+
slotRight && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(TextField.Slot, { side: "right", children: slotRight })
|
|
2087
|
+
]
|
|
2088
|
+
})
|
|
2089
|
+
),
|
|
2090
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2091
|
+
DropdownMenu.Root,
|
|
2092
|
+
{
|
|
2093
|
+
modal: false,
|
|
2094
|
+
onOpenChange: (nextOpen) => {
|
|
2095
|
+
if (!nextOpen && document.activeElement !== inputRef.current) {
|
|
2096
|
+
setOpen(false);
|
|
2097
|
+
setHighlightedIndex(-1);
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2100
|
+
open,
|
|
2101
|
+
children: [
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(DropdownMenu.Trigger, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2103
|
+
"span",
|
|
2104
|
+
{
|
|
2105
|
+
"aria-hidden": "true",
|
|
2106
|
+
style: {
|
|
2107
|
+
bottom: 0,
|
|
2108
|
+
height: 0,
|
|
2109
|
+
left: 0,
|
|
2110
|
+
opacity: 0,
|
|
2111
|
+
pointerEvents: "none",
|
|
2112
|
+
position: "absolute",
|
|
2113
|
+
width: "100%"
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
) }),
|
|
2117
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2118
|
+
DropdownMenu.Content,
|
|
2119
|
+
{
|
|
2120
|
+
align: "start",
|
|
2121
|
+
onCloseAutoFocus: (e) => {
|
|
2122
|
+
e.preventDefault();
|
|
2123
|
+
},
|
|
2124
|
+
onOpenAutoFocus: (e) => {
|
|
2125
|
+
e.preventDefault();
|
|
2126
|
+
},
|
|
2127
|
+
sideOffset: 4,
|
|
2128
|
+
style: {
|
|
2129
|
+
maxHeight: 240,
|
|
2130
|
+
overflowY: "auto",
|
|
2131
|
+
padding: 0,
|
|
2132
|
+
width: "var(--radix-dropdown-menu-trigger-width)"
|
|
2133
|
+
},
|
|
2134
|
+
children: filtered.length === 0 && emptyMessage !== null ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(import_themes42.Box, { px: "2", py: "2", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Typo, { color: "gray", children: emptyMessage }) }) : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2135
|
+
"ul",
|
|
2136
|
+
{
|
|
2137
|
+
id: listboxId,
|
|
2138
|
+
ref: listRef,
|
|
2139
|
+
role: "listbox",
|
|
2140
|
+
style: { listStyle: "none", margin: 0, padding: 0 },
|
|
2141
|
+
children: filtered.map((option, index) => {
|
|
2142
|
+
const isHighlighted = index === highlightedIndex;
|
|
2143
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2144
|
+
"li",
|
|
2145
|
+
{
|
|
2146
|
+
"aria-selected": isHighlighted,
|
|
2147
|
+
id: `${listboxId}-option-${index}`,
|
|
2148
|
+
onMouseEnter: () => {
|
|
2149
|
+
setHighlightedIndex(index);
|
|
2150
|
+
},
|
|
2151
|
+
onPointerDown: (e) => {
|
|
2152
|
+
e.preventDefault();
|
|
2153
|
+
handleSelect(option);
|
|
2154
|
+
},
|
|
2155
|
+
role: "option",
|
|
2156
|
+
style: {
|
|
2157
|
+
padding: "var(--spacing-4) var(--spacing-6)",
|
|
2158
|
+
cursor: "pointer",
|
|
2159
|
+
backgroundColor: isHighlighted ? "var(--accent-3)" : "transparent",
|
|
2160
|
+
transition: "background-color 80ms"
|
|
2161
|
+
},
|
|
2162
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Typo, { variant: "body", children: option.label })
|
|
2163
|
+
},
|
|
2164
|
+
option.value
|
|
2165
|
+
);
|
|
2166
|
+
})
|
|
2167
|
+
}
|
|
2168
|
+
)
|
|
2169
|
+
}
|
|
2170
|
+
)
|
|
2171
|
+
]
|
|
2172
|
+
}
|
|
2173
|
+
)
|
|
2174
|
+
] });
|
|
2175
|
+
}
|
|
2176
|
+
);
|
|
2177
|
+
AutocompleteTextfield.displayName = "AutocompleteTextfield";
|
|
2178
|
+
|
|
2179
|
+
// src/atoms/alert-dialog.tsx
|
|
2180
|
+
var import_themes43 = require("@radix-ui/themes");
|
|
2181
|
+
|
|
2182
|
+
// src/atoms/blockquote.tsx
|
|
2183
|
+
var import_themes44 = require("@radix-ui/themes");
|
|
2184
|
+
|
|
2185
|
+
// src/atoms/check-box-card.tsx
|
|
2186
|
+
var import_themes45 = require("@radix-ui/themes");
|
|
2187
|
+
|
|
2188
|
+
// src/atoms/container.tsx
|
|
2189
|
+
var import_themes46 = require("@radix-ui/themes");
|
|
2190
|
+
|
|
2191
|
+
// src/atoms/data-list.tsx
|
|
1935
2192
|
var import_themes47 = require("@radix-ui/themes");
|
|
1936
2193
|
|
|
1937
|
-
// src/atoms/
|
|
2194
|
+
// src/atoms/em.tsx
|
|
1938
2195
|
var import_themes48 = require("@radix-ui/themes");
|
|
1939
2196
|
|
|
1940
|
-
// src/atoms/
|
|
2197
|
+
// src/atoms/hover-card.tsx
|
|
1941
2198
|
var import_themes49 = require("@radix-ui/themes");
|
|
1942
2199
|
|
|
1943
|
-
// src/atoms/
|
|
2200
|
+
// src/atoms/quote.tsx
|
|
1944
2201
|
var import_themes50 = require("@radix-ui/themes");
|
|
1945
2202
|
|
|
1946
|
-
// src/atoms/
|
|
2203
|
+
// src/atoms/section.tsx
|
|
1947
2204
|
var import_themes51 = require("@radix-ui/themes");
|
|
1948
2205
|
|
|
1949
|
-
// src/atoms/
|
|
2206
|
+
// src/atoms/segmented-control.tsx
|
|
1950
2207
|
var import_themes52 = require("@radix-ui/themes");
|
|
1951
2208
|
|
|
1952
|
-
// src/atoms/
|
|
2209
|
+
// src/atoms/skeleton.tsx
|
|
1953
2210
|
var import_themes53 = require("@radix-ui/themes");
|
|
1954
2211
|
|
|
1955
|
-
// src/atoms/
|
|
2212
|
+
// src/atoms/strong.tsx
|
|
1956
2213
|
var import_themes54 = require("@radix-ui/themes");
|
|
1957
2214
|
|
|
1958
|
-
// src/atoms/
|
|
2215
|
+
// src/atoms/switch.tsx
|
|
1959
2216
|
var import_themes55 = require("@radix-ui/themes");
|
|
1960
2217
|
|
|
1961
|
-
// src/atoms/
|
|
2218
|
+
// src/atoms/tab-nav.tsx
|
|
1962
2219
|
var import_themes56 = require("@radix-ui/themes");
|
|
1963
|
-
|
|
2220
|
+
|
|
2221
|
+
// src/atoms/tooltip.tsx
|
|
2222
|
+
var import_themes57 = require("@radix-ui/themes");
|
|
2223
|
+
var import_react49 = require("react");
|
|
1964
2224
|
|
|
1965
2225
|
// src/context/ui-state-provider.tsx
|
|
1966
|
-
var
|
|
1967
|
-
var
|
|
1968
|
-
var UIStateContext = (0,
|
|
2226
|
+
var import_react48 = require("react");
|
|
2227
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
2228
|
+
var UIStateContext = (0, import_react48.createContext)({
|
|
1969
2229
|
isMobile: false
|
|
1970
2230
|
});
|
|
1971
2231
|
|
|
1972
2232
|
// src/atoms/tooltip.tsx
|
|
1973
|
-
var
|
|
2233
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
1974
2234
|
|
|
1975
2235
|
// src/atoms/field-error-wrapper.tsx
|
|
1976
|
-
var
|
|
2236
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
1977
2237
|
|
|
1978
2238
|
// src/atoms/ellipsis-tooltip.tsx
|
|
1979
|
-
var
|
|
1980
|
-
var
|
|
2239
|
+
var import_react50 = require("react");
|
|
2240
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
1981
2241
|
|
|
1982
2242
|
// src/atoms/drawer.tsx
|
|
1983
2243
|
var Dialog2 = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
1984
|
-
var
|
|
2244
|
+
var import_themes58 = require("@radix-ui/themes");
|
|
1985
2245
|
|
|
1986
2246
|
// src/icons/close-panel-arrow.tsx
|
|
1987
|
-
var
|
|
1988
|
-
var
|
|
1989
|
-
var ClosePanelArrowIcon =
|
|
2247
|
+
var React52 = __toESM(require("react"), 1);
|
|
2248
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
2249
|
+
var ClosePanelArrowIcon = React52.forwardRef(
|
|
1990
2250
|
(_a, forwardedRef) => {
|
|
1991
2251
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1992
|
-
return /* @__PURE__ */ (0,
|
|
2252
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
|
|
1993
2253
|
"svg",
|
|
1994
2254
|
__spreadProps(__spreadValues({
|
|
1995
2255
|
fill: "none",
|
|
@@ -2000,7 +2260,7 @@ var ClosePanelArrowIcon = React51.forwardRef(
|
|
|
2000
2260
|
}, props), {
|
|
2001
2261
|
ref: forwardedRef,
|
|
2002
2262
|
children: [
|
|
2003
|
-
/* @__PURE__ */ (0,
|
|
2263
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2004
2264
|
"path",
|
|
2005
2265
|
{
|
|
2006
2266
|
clipRule: "evenodd",
|
|
@@ -2009,7 +2269,7 @@ var ClosePanelArrowIcon = React51.forwardRef(
|
|
|
2009
2269
|
fillRule: "evenodd"
|
|
2010
2270
|
}
|
|
2011
2271
|
),
|
|
2012
|
-
/* @__PURE__ */ (0,
|
|
2272
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2013
2273
|
"path",
|
|
2014
2274
|
{
|
|
2015
2275
|
clipRule: "evenodd",
|
|
@@ -2026,33 +2286,33 @@ var ClosePanelArrowIcon = React51.forwardRef(
|
|
|
2026
2286
|
ClosePanelArrowIcon.displayName = "ArrowDownIcon";
|
|
2027
2287
|
|
|
2028
2288
|
// src/atoms/drawer.tsx
|
|
2029
|
-
var
|
|
2289
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
2030
2290
|
|
|
2031
2291
|
// src/atoms/toast.tsx
|
|
2032
2292
|
var import_sonner = require("sonner");
|
|
2033
|
-
var
|
|
2293
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
2034
2294
|
var toast = Object.assign(import_sonner.toast, {
|
|
2035
2295
|
warn: import_sonner.toast.warning
|
|
2036
2296
|
});
|
|
2037
2297
|
|
|
2038
2298
|
// src/atoms/bullet-text.tsx
|
|
2039
|
-
var
|
|
2299
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
2040
2300
|
|
|
2041
2301
|
// src/app/platform/on-offline-radio-card.tsx
|
|
2042
|
-
var
|
|
2302
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
2043
2303
|
var SERVICE_TYPE = {
|
|
2044
2304
|
onlineCoaching: "onlineCoaching",
|
|
2045
2305
|
offlineCoaching: "offlineCoaching"
|
|
2046
2306
|
};
|
|
2047
2307
|
var breakpoint = "sm";
|
|
2048
2308
|
function HideSmallBox(props) {
|
|
2049
|
-
return /* @__PURE__ */ (0,
|
|
2309
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_themes7.Box, { display: { initial: "none", [breakpoint]: "block" }, children: props.children });
|
|
2050
2310
|
}
|
|
2051
2311
|
function OnOfflineRadioCard(props) {
|
|
2052
2312
|
const Wrapper = props.response ? HideSmallBox : (p) => p.children;
|
|
2053
2313
|
const columns = props.response ? { initial: "2", [breakpoint]: "1" } : "1";
|
|
2054
2314
|
const justify = props.response ? { initial: "center", [breakpoint]: "between" } : "between";
|
|
2055
|
-
return /* @__PURE__ */ (0,
|
|
2315
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2056
2316
|
RadioButtonCard.Root,
|
|
2057
2317
|
__spreadProps(__spreadValues({
|
|
2058
2318
|
RadioWrapper: Wrapper,
|
|
@@ -2061,13 +2321,13 @@ function OnOfflineRadioCard(props) {
|
|
|
2061
2321
|
justify
|
|
2062
2322
|
}, props), {
|
|
2063
2323
|
children: [
|
|
2064
|
-
/* @__PURE__ */ (0,
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2324
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(RadioButtonCard.Item, { value: SERVICE_TYPE.onlineCoaching, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_themes.Flex, { align: "center", gap: "2", children: [
|
|
2325
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Wrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_react_icons9.GlobeIcon, {}) }),
|
|
2326
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Typo, { children: "\uC628\uB77C\uC778" })
|
|
2067
2327
|
] }) }),
|
|
2068
|
-
/* @__PURE__ */ (0,
|
|
2069
|
-
/* @__PURE__ */ (0,
|
|
2070
|
-
/* @__PURE__ */ (0,
|
|
2328
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(RadioButtonCard.Item, { value: SERVICE_TYPE.offlineCoaching, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_themes.Flex, { align: "center", gap: "2", children: [
|
|
2329
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Wrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_react_icons9.BackpackIcon, {}) }),
|
|
2330
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Typo, { children: "\uC624\uD504\uB77C\uC778" })
|
|
2071
2331
|
] }) })
|
|
2072
2332
|
]
|
|
2073
2333
|
})
|