@tipp/ui 2.10.3 → 2.10.5
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 +82 -80
- 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 +30 -29
- 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 +30 -29
- 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 +5 -4
- 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 +66 -64
- 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 +66 -64
- 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 +67 -65
- 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 +30 -29
- 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 +66 -64
- 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 +30 -29
- 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 +67 -65
- 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 +67 -65
- 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 +30 -29
- 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 +34 -33
- 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 +30 -29
- 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 +30 -29
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- package/dist/app/roleplay/index.cjs +463 -389
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +78 -76
- 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 +29 -28
- 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 +30 -29
- package/dist/app/roleplay/parts/content.cjs +389 -315
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +74 -72
- package/dist/app/roleplay/parts/header.cjs +82 -59
- package/dist/app/roleplay/parts/header.cjs.map +1 -1
- package/dist/app/roleplay/parts/header.js +30 -29
- 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 +30 -29
- package/dist/app/roleplay/parts/score-trend-section.cjs +232 -158
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +70 -68
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- 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 +32 -31
- package/dist/app/roleplay/rp-session-detail.cjs +463 -389
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +78 -76
- package/dist/atoms/index.cjs +82 -59
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +64 -63
- 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-RZW6FVML.js → chunk-2IRG44IV.js} +2 -2
- package/dist/chunk-2PPLSZ4P.js +1 -0
- package/dist/{chunk-ZQLHRK36.js → chunk-2XDAK4B7.js} +4 -4
- package/dist/{chunk-AHAGCAQR.js → chunk-3DZIX4CE.js} +7 -7
- package/dist/{chunk-QOVPEQS3.js → chunk-4GH4R4VJ.js} +4 -4
- package/dist/chunk-5DRITHNR.js +1 -0
- package/dist/{chunk-QVGQBTSJ.js → chunk-5IGBFB67.js} +10 -10
- package/dist/{chunk-OBJA26HX.js → chunk-6GODZ2YW.js} +8 -8
- package/dist/{chunk-UAUA3PMP.js → chunk-74PR3ZWJ.js} +4 -4
- package/dist/{chunk-RPQWRKBW.js → chunk-AYWCLLQ2.js} +7 -7
- package/dist/{chunk-KQIUOEBS.js → chunk-C4INJWFV.js} +4 -4
- package/dist/{chunk-RBWD6IKY.js → chunk-CBYIPRND.js} +4 -4
- package/dist/{chunk-JTVBWQJW.js → chunk-CGLDFUOY.js} +4 -4
- package/dist/{chunk-PBKV2YMF.js → chunk-CPSXONQO.js} +9 -9
- package/dist/{chunk-K4QH4R3O.js → chunk-CUS3ORMD.js} +4 -4
- package/dist/{chunk-H533TE6M.js → chunk-D4U2ZV2A.js} +4 -4
- package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
- package/dist/{chunk-EXMCCYI2.js → chunk-DPMDQA3O.js} +4 -4
- package/dist/{chunk-L4KGHM2H.js → chunk-EJXZXUD2.js} +10 -10
- package/dist/{chunk-ZIHVLMT5.js → chunk-GA6W62DO.js} +4 -4
- 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-6UWQKH6U.js → chunk-IHLFOJD5.js} +2 -2
- package/dist/{chunk-SX46O67F.js → chunk-ISSUGCCY.js} +4 -4
- package/dist/{chunk-3ZJVSSAA.js → chunk-KQ3ME6XY.js} +8 -8
- package/dist/{chunk-YYVSUTXO.js → chunk-LK2H4QTJ.js} +4 -4
- package/dist/{chunk-XMZYZJTH.js → chunk-N3FMP27I.js} +4 -4
- package/dist/{chunk-UMLYWHB2.js → chunk-NK6S7ZMB.js} +4 -4
- package/dist/{chunk-RJ7XSZ2V.js → chunk-OPIVSYLN.js} +4 -4
- package/dist/{chunk-NVBAOOAT.js → chunk-OUDDTPEN.js} +4 -4
- package/dist/{chunk-V4QYGHOJ.js → chunk-Q2FDF2AB.js} +7 -7
- package/dist/{chunk-3FVDFMKP.js → chunk-RBU2TRYY.js} +9 -9
- package/dist/{chunk-PS525SZS.js → chunk-RJ62VZ6O.js} +3 -3
- package/dist/{chunk-WJ35Y2IU.js → chunk-SQ3FYBJT.js} +2 -2
- package/dist/{chunk-2H635UNE.js → chunk-TYM6T7JT.js} +2 -2
- package/dist/{chunk-5RIAIE2J.js → chunk-U4XM7VNI.js} +9 -3
- package/dist/chunk-U4XM7VNI.js.map +1 -0
- package/dist/{chunk-HNAZV4MI.js → chunk-V7KAHLW2.js} +5 -5
- package/dist/{chunk-PVDHXFLT.js → chunk-VBXZIIUA.js} +4 -4
- package/dist/{chunk-TDWMI7ZT.js → chunk-VBYXXISC.js} +5 -5
- package/dist/{chunk-77J4AZEO.js → chunk-VJREZH2Z.js} +4 -4
- package/dist/{chunk-66SUBB2N.js → chunk-W7LO5KYT.js} +9 -9
- package/dist/{chunk-RJN4QT5J.js → chunk-WLKK5L3P.js} +7 -7
- package/dist/{chunk-A5AZWTXV.js → chunk-WYHDQK2S.js} +7 -7
- package/dist/{chunk-54GRMFDC.js → chunk-X3TBEGPA.js} +4 -4
- package/dist/context/index.js +1 -1
- 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 +963 -885
- 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 +156 -148
- 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 +11 -10
- 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 +9 -8
- 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 +5 -4
- 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 +5 -4
- 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 +4 -3
- 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 +6 -5
- 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 +14 -13
- 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 +5 -4
- 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 +15 -14
- 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 +18 -17
- 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 +8 -7
- 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 +28 -27
- 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 +5 -4
- package/dist/molecules/dynamic-field.js +3 -3
- 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 +6 -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 +6 -6
- 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 +14 -13
- package/dist/molecules/dynamic-form.js +4 -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 +197 -59
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +7 -4
- package/dist/molecules/index.cjs +866 -790
- 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 +76 -71
- package/dist/molecules/learning-post.js +3 -3
- package/dist/molecules/stepper.cjs +43 -20
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +5 -4
- package/dist/molecules/tag-selector.cjs +43 -20
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +6 -5
- package/dist/molecules/time-select.cjs +28 -5
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +3 -2
- package/dist/molecules/training-info-guideline.js +1 -1
- 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 +3 -2
- package/package.json +1 -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 +5 -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-RZW6FVML.js.map → chunk-2IRG44IV.js.map} +0 -0
- /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
- /package/dist/{chunk-ZQLHRK36.js.map → chunk-2XDAK4B7.js.map} +0 -0
- /package/dist/{chunk-AHAGCAQR.js.map → chunk-3DZIX4CE.js.map} +0 -0
- /package/dist/{chunk-QOVPEQS3.js.map → chunk-4GH4R4VJ.js.map} +0 -0
- /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
- /package/dist/{chunk-QVGQBTSJ.js.map → chunk-5IGBFB67.js.map} +0 -0
- /package/dist/{chunk-OBJA26HX.js.map → chunk-6GODZ2YW.js.map} +0 -0
- /package/dist/{chunk-UAUA3PMP.js.map → chunk-74PR3ZWJ.js.map} +0 -0
- /package/dist/{chunk-RPQWRKBW.js.map → chunk-AYWCLLQ2.js.map} +0 -0
- /package/dist/{chunk-KQIUOEBS.js.map → chunk-C4INJWFV.js.map} +0 -0
- /package/dist/{chunk-RBWD6IKY.js.map → chunk-CBYIPRND.js.map} +0 -0
- /package/dist/{chunk-JTVBWQJW.js.map → chunk-CGLDFUOY.js.map} +0 -0
- /package/dist/{chunk-PBKV2YMF.js.map → chunk-CPSXONQO.js.map} +0 -0
- /package/dist/{chunk-K4QH4R3O.js.map → chunk-CUS3ORMD.js.map} +0 -0
- /package/dist/{chunk-H533TE6M.js.map → chunk-D4U2ZV2A.js.map} +0 -0
- /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
- /package/dist/{chunk-EXMCCYI2.js.map → chunk-DPMDQA3O.js.map} +0 -0
- /package/dist/{chunk-L4KGHM2H.js.map → chunk-EJXZXUD2.js.map} +0 -0
- /package/dist/{chunk-ZIHVLMT5.js.map → chunk-GA6W62DO.js.map} +0 -0
- /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
- /package/dist/{chunk-6UWQKH6U.js.map → chunk-IHLFOJD5.js.map} +0 -0
- /package/dist/{chunk-SX46O67F.js.map → chunk-ISSUGCCY.js.map} +0 -0
- /package/dist/{chunk-3ZJVSSAA.js.map → chunk-KQ3ME6XY.js.map} +0 -0
- /package/dist/{chunk-YYVSUTXO.js.map → chunk-LK2H4QTJ.js.map} +0 -0
- /package/dist/{chunk-XMZYZJTH.js.map → chunk-N3FMP27I.js.map} +0 -0
- /package/dist/{chunk-UMLYWHB2.js.map → chunk-NK6S7ZMB.js.map} +0 -0
- /package/dist/{chunk-RJ7XSZ2V.js.map → chunk-OPIVSYLN.js.map} +0 -0
- /package/dist/{chunk-NVBAOOAT.js.map → chunk-OUDDTPEN.js.map} +0 -0
- /package/dist/{chunk-V4QYGHOJ.js.map → chunk-Q2FDF2AB.js.map} +0 -0
- /package/dist/{chunk-3FVDFMKP.js.map → chunk-RBU2TRYY.js.map} +0 -0
- /package/dist/{chunk-PS525SZS.js.map → chunk-RJ62VZ6O.js.map} +0 -0
- /package/dist/{chunk-WJ35Y2IU.js.map → chunk-SQ3FYBJT.js.map} +0 -0
- /package/dist/{chunk-2H635UNE.js.map → chunk-TYM6T7JT.js.map} +0 -0
- /package/dist/{chunk-HNAZV4MI.js.map → chunk-V7KAHLW2.js.map} +0 -0
- /package/dist/{chunk-PVDHXFLT.js.map → chunk-VBXZIIUA.js.map} +0 -0
- /package/dist/{chunk-TDWMI7ZT.js.map → chunk-VBYXXISC.js.map} +0 -0
- /package/dist/{chunk-77J4AZEO.js.map → chunk-VJREZH2Z.js.map} +0 -0
- /package/dist/{chunk-66SUBB2N.js.map → chunk-W7LO5KYT.js.map} +0 -0
- /package/dist/{chunk-RJN4QT5J.js.map → chunk-WLKK5L3P.js.map} +0 -0
- /package/dist/{chunk-A5AZWTXV.js.map → chunk-WYHDQK2S.js.map} +0 -0
- /package/dist/{chunk-54GRMFDC.js.map → chunk-X3TBEGPA.js.map} +0 -0
|
@@ -1125,6 +1125,29 @@ var HeadsetIcon = React19.forwardRef(
|
|
|
1125
1125
|
);
|
|
1126
1126
|
HeadsetIcon.displayName = "HeadsetIcon";
|
|
1127
1127
|
|
|
1128
|
+
// src/icons/empty-box.tsx
|
|
1129
|
+
var React20 = __toESM(require("react"), 1);
|
|
1130
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1131
|
+
var EmptyBoxIcon = React20.forwardRef(
|
|
1132
|
+
(_a, forwardedRef) => {
|
|
1133
|
+
var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
|
|
1134
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1135
|
+
"svg",
|
|
1136
|
+
__spreadProps(__spreadValues({
|
|
1137
|
+
fill: color,
|
|
1138
|
+
height,
|
|
1139
|
+
viewBox: "0 0 462.035 462.035",
|
|
1140
|
+
width,
|
|
1141
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1142
|
+
}, props), {
|
|
1143
|
+
ref: forwardedRef,
|
|
1144
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.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" })
|
|
1145
|
+
})
|
|
1146
|
+
);
|
|
1147
|
+
}
|
|
1148
|
+
);
|
|
1149
|
+
EmptyBoxIcon.displayName = "EmptyBoxIcon";
|
|
1150
|
+
|
|
1128
1151
|
// src/molecules/dynamic-form-editor-utils.ts
|
|
1129
1152
|
function getFieldTypeLabel(type) {
|
|
1130
1153
|
const map = {
|
|
@@ -1260,7 +1283,7 @@ function resetFieldType(field, nextType, allFields) {
|
|
|
1260
1283
|
}
|
|
1261
1284
|
|
|
1262
1285
|
// src/molecules/dynamic-form-editor-field-editor-panel.tsx
|
|
1263
|
-
var
|
|
1286
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
1264
1287
|
function isRecord(value) {
|
|
1265
1288
|
return Boolean(value) && typeof value === "object" && !Array.isArray(value);
|
|
1266
1289
|
}
|
|
@@ -1346,11 +1369,11 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1346
1369
|
if (!field) return "";
|
|
1347
1370
|
return String(field.placeholder || "");
|
|
1348
1371
|
}, [field]);
|
|
1349
|
-
return /* @__PURE__ */ (0,
|
|
1350
|
-
/* @__PURE__ */ (0,
|
|
1351
|
-
/* @__PURE__ */ (0,
|
|
1352
|
-
/* @__PURE__ */ (0,
|
|
1353
|
-
/* @__PURE__ */ (0,
|
|
1372
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { flex: 1, minWidth: 520, padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "4", children: [
|
|
1373
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
|
|
1374
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "body", children: "\uD544\uB4DC \uD3B8\uC9D1" }),
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", gap: "1", children: [
|
|
1376
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1354
1377
|
IconButton,
|
|
1355
1378
|
{
|
|
1356
1379
|
"aria-label": "\uD544\uB4DC \uC704\uB85C",
|
|
@@ -1359,10 +1382,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1359
1382
|
onMoveField("up");
|
|
1360
1383
|
},
|
|
1361
1384
|
variant: "soft",
|
|
1362
|
-
children: /* @__PURE__ */ (0,
|
|
1385
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronUpIcon, {})
|
|
1363
1386
|
}
|
|
1364
1387
|
),
|
|
1365
|
-
/* @__PURE__ */ (0,
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1366
1389
|
IconButton,
|
|
1367
1390
|
{
|
|
1368
1391
|
"aria-label": "\uD544\uB4DC \uC544\uB798\uB85C",
|
|
@@ -1371,36 +1394,36 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1371
1394
|
onMoveField("down");
|
|
1372
1395
|
},
|
|
1373
1396
|
variant: "soft",
|
|
1374
|
-
children: /* @__PURE__ */ (0,
|
|
1397
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronDownIcon, {})
|
|
1375
1398
|
}
|
|
1376
1399
|
),
|
|
1377
|
-
/* @__PURE__ */ (0,
|
|
1400
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1378
1401
|
IconButton,
|
|
1379
1402
|
{
|
|
1380
1403
|
"aria-label": "\uD544\uB4DC \uBCF5\uC81C",
|
|
1381
1404
|
disabled: readonly || !field,
|
|
1382
1405
|
onClick: onDuplicateField,
|
|
1383
1406
|
variant: "soft",
|
|
1384
|
-
children: /* @__PURE__ */ (0,
|
|
1407
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.CopyIcon, {})
|
|
1385
1408
|
}
|
|
1386
1409
|
),
|
|
1387
|
-
/* @__PURE__ */ (0,
|
|
1410
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1388
1411
|
IconButton,
|
|
1389
1412
|
{
|
|
1390
1413
|
"aria-label": "\uD544\uB4DC \uC0AD\uC81C",
|
|
1391
1414
|
disabled: readonly || !field,
|
|
1392
1415
|
onClick: onDeleteField,
|
|
1393
1416
|
variant: "soft",
|
|
1394
|
-
children: /* @__PURE__ */ (0,
|
|
1417
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.TrashIcon, {})
|
|
1395
1418
|
}
|
|
1396
1419
|
)
|
|
1397
1420
|
] })
|
|
1398
1421
|
] }),
|
|
1399
|
-
!field ? /* @__PURE__ */ (0,
|
|
1400
|
-
/* @__PURE__ */ (0,
|
|
1401
|
-
/* @__PURE__ */ (0,
|
|
1402
|
-
/* @__PURE__ */ (0,
|
|
1403
|
-
/* @__PURE__ */ (0,
|
|
1422
|
+
!field ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { color: "gray", variant: "caption", children: "\uC67C\uCABD\uC5D0\uC11C \uD544\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694." }) : /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
|
|
1423
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
|
|
1424
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1425
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "name" }),
|
|
1426
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1404
1427
|
TextField.Root,
|
|
1405
1428
|
{
|
|
1406
1429
|
disabled: readonly,
|
|
@@ -1411,9 +1434,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1411
1434
|
}
|
|
1412
1435
|
)
|
|
1413
1436
|
] }),
|
|
1414
|
-
/* @__PURE__ */ (0,
|
|
1415
|
-
/* @__PURE__ */ (0,
|
|
1416
|
-
/* @__PURE__ */ (0,
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1438
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "label" }),
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1417
1440
|
TextField.Root,
|
|
1418
1441
|
{
|
|
1419
1442
|
disabled: readonly,
|
|
@@ -1425,8 +1448,8 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1425
1448
|
)
|
|
1426
1449
|
] })
|
|
1427
1450
|
] }),
|
|
1428
|
-
/* @__PURE__ */ (0,
|
|
1429
|
-
/* @__PURE__ */ (0,
|
|
1451
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
|
|
1452
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1430
1453
|
Select.Root,
|
|
1431
1454
|
{
|
|
1432
1455
|
disabled: readonly,
|
|
@@ -1436,13 +1459,13 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1436
1459
|
},
|
|
1437
1460
|
value: field.type,
|
|
1438
1461
|
children: [
|
|
1439
|
-
/* @__PURE__ */ (0,
|
|
1440
|
-
/* @__PURE__ */ (0,
|
|
1462
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Content, { children: fieldTypes.map((t) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: t, children: getFieldTypeLabel(t) }, t)) })
|
|
1441
1464
|
]
|
|
1442
1465
|
}
|
|
1443
1466
|
),
|
|
1444
|
-
/* @__PURE__ */ (0,
|
|
1445
|
-
/* @__PURE__ */ (0,
|
|
1467
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
|
|
1468
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1446
1469
|
Checkbox,
|
|
1447
1470
|
{
|
|
1448
1471
|
checked: Boolean(field.required),
|
|
@@ -1452,12 +1475,12 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1452
1475
|
}
|
|
1453
1476
|
}
|
|
1454
1477
|
),
|
|
1455
|
-
/* @__PURE__ */ (0,
|
|
1478
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "\uD544\uC218" })
|
|
1456
1479
|
] })
|
|
1457
1480
|
] }),
|
|
1458
|
-
/* @__PURE__ */ (0,
|
|
1459
|
-
/* @__PURE__ */ (0,
|
|
1460
|
-
/* @__PURE__ */ (0,
|
|
1481
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1482
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "description" }),
|
|
1483
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1461
1484
|
TextArea,
|
|
1462
1485
|
{
|
|
1463
1486
|
disabled: readonly,
|
|
@@ -1471,9 +1494,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1471
1494
|
}
|
|
1472
1495
|
)
|
|
1473
1496
|
] }),
|
|
1474
|
-
field.type === "short_text" || field.type === "long_text" || field.type === "number" || field.type === "email" || field.type === "dropdown" ? /* @__PURE__ */ (0,
|
|
1475
|
-
/* @__PURE__ */ (0,
|
|
1476
|
-
/* @__PURE__ */ (0,
|
|
1497
|
+
field.type === "short_text" || field.type === "long_text" || field.type === "number" || field.type === "email" || field.type === "dropdown" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1498
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "placeholder" }),
|
|
1499
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1477
1500
|
TextField.Root,
|
|
1478
1501
|
{
|
|
1479
1502
|
disabled: readonly,
|
|
@@ -1484,9 +1507,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1484
1507
|
}
|
|
1485
1508
|
)
|
|
1486
1509
|
] }) : null,
|
|
1487
|
-
field.type === "choice" || field.type === "choices" ? /* @__PURE__ */ (0,
|
|
1488
|
-
/* @__PURE__ */ (0,
|
|
1489
|
-
/* @__PURE__ */ (0,
|
|
1510
|
+
field.type === "choice" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1511
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "orientation" }),
|
|
1512
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1490
1513
|
Select.Root,
|
|
1491
1514
|
{
|
|
1492
1515
|
disabled: readonly,
|
|
@@ -1496,19 +1519,19 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1496
1519
|
},
|
|
1497
1520
|
value: field.orientation || "vertical",
|
|
1498
1521
|
children: [
|
|
1499
|
-
/* @__PURE__ */ (0,
|
|
1500
|
-
/* @__PURE__ */ (0,
|
|
1501
|
-
/* @__PURE__ */ (0,
|
|
1502
|
-
/* @__PURE__ */ (0,
|
|
1522
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
|
|
1523
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(Select.Content, { children: [
|
|
1524
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "vertical", children: "vertical" }),
|
|
1525
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "horizontal", children: "horizontal" })
|
|
1503
1526
|
] })
|
|
1504
1527
|
]
|
|
1505
1528
|
}
|
|
1506
1529
|
)
|
|
1507
1530
|
] }) : null,
|
|
1508
|
-
field.type === "dropdown" || field.type === "choice" || field.type === "radio_cards" || field.type === "choices" ? /* @__PURE__ */ (0,
|
|
1509
|
-
/* @__PURE__ */ (0,
|
|
1510
|
-
/* @__PURE__ */ (0,
|
|
1511
|
-
/* @__PURE__ */ (0,
|
|
1531
|
+
field.type === "dropdown" || field.type === "choice" || field.type === "radio_cards" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
|
|
1532
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
|
|
1533
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "options" }),
|
|
1534
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1512
1535
|
Button,
|
|
1513
1536
|
{
|
|
1514
1537
|
disabled: readonly,
|
|
@@ -1526,16 +1549,16 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1526
1549
|
size: "small",
|
|
1527
1550
|
variant: "soft",
|
|
1528
1551
|
children: [
|
|
1529
|
-
/* @__PURE__ */ (0,
|
|
1552
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.PlusIcon, {}),
|
|
1530
1553
|
" \uCD94\uAC00"
|
|
1531
1554
|
]
|
|
1532
1555
|
}
|
|
1533
1556
|
)
|
|
1534
1557
|
] }),
|
|
1535
|
-
getOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0,
|
|
1536
|
-
/* @__PURE__ */ (0,
|
|
1537
|
-
/* @__PURE__ */ (0,
|
|
1538
|
-
/* @__PURE__ */ (0,
|
|
1558
|
+
getOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
|
|
1559
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1560
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "label" }),
|
|
1561
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1539
1562
|
TextField.Root,
|
|
1540
1563
|
{
|
|
1541
1564
|
disabled: readonly,
|
|
@@ -1550,9 +1573,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1550
1573
|
}
|
|
1551
1574
|
)
|
|
1552
1575
|
] }),
|
|
1553
|
-
/* @__PURE__ */ (0,
|
|
1554
|
-
/* @__PURE__ */ (0,
|
|
1555
|
-
/* @__PURE__ */ (0,
|
|
1576
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1577
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "value" }),
|
|
1578
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1556
1579
|
TextField.Root,
|
|
1557
1580
|
{
|
|
1558
1581
|
disabled: readonly,
|
|
@@ -1567,8 +1590,8 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1567
1590
|
}
|
|
1568
1591
|
)
|
|
1569
1592
|
] }),
|
|
1570
|
-
/* @__PURE__ */ (0,
|
|
1571
|
-
/* @__PURE__ */ (0,
|
|
1593
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { gap: "1", children: [
|
|
1594
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1572
1595
|
IconButton,
|
|
1573
1596
|
{
|
|
1574
1597
|
"aria-label": "\uC635\uC158 \uC704\uB85C",
|
|
@@ -1579,10 +1602,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1579
1602
|
onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
|
|
1580
1603
|
},
|
|
1581
1604
|
variant: "soft",
|
|
1582
|
-
children: /* @__PURE__ */ (0,
|
|
1605
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronUpIcon, {})
|
|
1583
1606
|
}
|
|
1584
1607
|
),
|
|
1585
|
-
/* @__PURE__ */ (0,
|
|
1608
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1586
1609
|
IconButton,
|
|
1587
1610
|
{
|
|
1588
1611
|
"aria-label": "\uC635\uC158 \uC544\uB798\uB85C",
|
|
@@ -1593,10 +1616,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1593
1616
|
onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
|
|
1594
1617
|
},
|
|
1595
1618
|
variant: "soft",
|
|
1596
|
-
children: /* @__PURE__ */ (0,
|
|
1619
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronDownIcon, {})
|
|
1597
1620
|
}
|
|
1598
1621
|
),
|
|
1599
|
-
/* @__PURE__ */ (0,
|
|
1622
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1600
1623
|
IconButton,
|
|
1601
1624
|
{
|
|
1602
1625
|
"aria-label": "\uC635\uC158 \uC0AD\uC81C",
|
|
@@ -1607,16 +1630,16 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1607
1630
|
onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
|
|
1608
1631
|
},
|
|
1609
1632
|
variant: "soft",
|
|
1610
|
-
children: /* @__PURE__ */ (0,
|
|
1633
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.TrashIcon, {})
|
|
1611
1634
|
}
|
|
1612
1635
|
)
|
|
1613
1636
|
] })
|
|
1614
1637
|
] }, `${opt.value}-${opt.label}`))
|
|
1615
1638
|
] }) }) : null,
|
|
1616
|
-
field.type === "image_radio_card" ? /* @__PURE__ */ (0,
|
|
1617
|
-
/* @__PURE__ */ (0,
|
|
1618
|
-
/* @__PURE__ */ (0,
|
|
1619
|
-
/* @__PURE__ */ (0,
|
|
1639
|
+
field.type === "image_radio_card" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
|
|
1640
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
|
|
1641
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "image options" }),
|
|
1642
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1620
1643
|
Button,
|
|
1621
1644
|
{
|
|
1622
1645
|
disabled: readonly,
|
|
@@ -1635,21 +1658,21 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1635
1658
|
size: "small",
|
|
1636
1659
|
variant: "soft",
|
|
1637
1660
|
children: [
|
|
1638
|
-
/* @__PURE__ */ (0,
|
|
1661
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.PlusIcon, {}),
|
|
1639
1662
|
" \uCD94\uAC00"
|
|
1640
1663
|
]
|
|
1641
1664
|
}
|
|
1642
1665
|
)
|
|
1643
1666
|
] }),
|
|
1644
|
-
getImageOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0,
|
|
1667
|
+
getImageOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1645
1668
|
Card,
|
|
1646
1669
|
{
|
|
1647
1670
|
style: { padding: 10 },
|
|
1648
|
-
children: /* @__PURE__ */ (0,
|
|
1649
|
-
/* @__PURE__ */ (0,
|
|
1650
|
-
/* @__PURE__ */ (0,
|
|
1651
|
-
/* @__PURE__ */ (0,
|
|
1652
|
-
/* @__PURE__ */ (0,
|
|
1671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
|
|
1672
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
|
|
1673
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1674
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "label" }),
|
|
1675
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1653
1676
|
TextField.Root,
|
|
1654
1677
|
{
|
|
1655
1678
|
disabled: readonly,
|
|
@@ -1666,9 +1689,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1666
1689
|
}
|
|
1667
1690
|
)
|
|
1668
1691
|
] }),
|
|
1669
|
-
/* @__PURE__ */ (0,
|
|
1670
|
-
/* @__PURE__ */ (0,
|
|
1671
|
-
/* @__PURE__ */ (0,
|
|
1692
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1693
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "value" }),
|
|
1694
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1672
1695
|
TextField.Root,
|
|
1673
1696
|
{
|
|
1674
1697
|
disabled: readonly,
|
|
@@ -1686,9 +1709,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1686
1709
|
)
|
|
1687
1710
|
] })
|
|
1688
1711
|
] }),
|
|
1689
|
-
/* @__PURE__ */ (0,
|
|
1690
|
-
/* @__PURE__ */ (0,
|
|
1691
|
-
/* @__PURE__ */ (0,
|
|
1712
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "imageSrc" }),
|
|
1714
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1692
1715
|
TextField.Root,
|
|
1693
1716
|
{
|
|
1694
1717
|
disabled: readonly,
|
|
@@ -1705,10 +1728,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1705
1728
|
}
|
|
1706
1729
|
)
|
|
1707
1730
|
] }),
|
|
1708
|
-
/* @__PURE__ */ (0,
|
|
1709
|
-
/* @__PURE__ */ (0,
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
1711
|
-
/* @__PURE__ */ (0,
|
|
1731
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
|
|
1732
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1733
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "alt" }),
|
|
1734
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1712
1735
|
TextField.Root,
|
|
1713
1736
|
{
|
|
1714
1737
|
disabled: readonly,
|
|
@@ -1726,7 +1749,7 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1726
1749
|
}
|
|
1727
1750
|
)
|
|
1728
1751
|
] }),
|
|
1729
|
-
/* @__PURE__ */ (0,
|
|
1752
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1730
1753
|
IconButton,
|
|
1731
1754
|
{
|
|
1732
1755
|
"aria-label": "\uC774\uBBF8\uC9C0 \uC635\uC158 \uC0AD\uC81C",
|
|
@@ -1739,7 +1762,7 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1739
1762
|
);
|
|
1740
1763
|
},
|
|
1741
1764
|
variant: "soft",
|
|
1742
|
-
children: /* @__PURE__ */ (0,
|
|
1765
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.TrashIcon, {})
|
|
1743
1766
|
}
|
|
1744
1767
|
)
|
|
1745
1768
|
] })
|
|
@@ -1747,10 +1770,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1747
1770
|
},
|
|
1748
1771
|
`${opt.value}-${opt.label}-${opt.imageSrc}`
|
|
1749
1772
|
)),
|
|
1750
|
-
/* @__PURE__ */ (0,
|
|
1751
|
-
/* @__PURE__ */ (0,
|
|
1752
|
-
/* @__PURE__ */ (0,
|
|
1753
|
-
/* @__PURE__ */ (0,
|
|
1773
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { gap: "2", children: [
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1775
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "gridColumnsCount" }),
|
|
1776
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1754
1777
|
TextField.Root,
|
|
1755
1778
|
{
|
|
1756
1779
|
disabled: readonly,
|
|
@@ -1766,9 +1789,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1766
1789
|
}
|
|
1767
1790
|
)
|
|
1768
1791
|
] }),
|
|
1769
|
-
/* @__PURE__ */ (0,
|
|
1770
|
-
/* @__PURE__ */ (0,
|
|
1771
|
-
/* @__PURE__ */ (0,
|
|
1792
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1793
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "gridItemHeight" }),
|
|
1794
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1772
1795
|
TextField.Root,
|
|
1773
1796
|
{
|
|
1774
1797
|
disabled: readonly,
|
|
@@ -1781,9 +1804,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1781
1804
|
}
|
|
1782
1805
|
)
|
|
1783
1806
|
] }),
|
|
1784
|
-
/* @__PURE__ */ (0,
|
|
1785
|
-
/* @__PURE__ */ (0,
|
|
1786
|
-
/* @__PURE__ */ (0,
|
|
1807
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1808
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "gridGap" }),
|
|
1809
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1787
1810
|
TextField.Root,
|
|
1788
1811
|
{
|
|
1789
1812
|
disabled: readonly,
|
|
@@ -1795,9 +1818,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1795
1818
|
)
|
|
1796
1819
|
] })
|
|
1797
1820
|
] }),
|
|
1798
|
-
/* @__PURE__ */ (0,
|
|
1799
|
-
/* @__PURE__ */ (0,
|
|
1800
|
-
/* @__PURE__ */ (0,
|
|
1821
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1822
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "imageFit" }),
|
|
1823
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1801
1824
|
Select.Root,
|
|
1802
1825
|
{
|
|
1803
1826
|
disabled: readonly,
|
|
@@ -1807,22 +1830,22 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1807
1830
|
},
|
|
1808
1831
|
value: field.imageFit || "cover",
|
|
1809
1832
|
children: [
|
|
1810
|
-
/* @__PURE__ */ (0,
|
|
1811
|
-
/* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
1833
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
|
|
1834
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(Select.Content, { children: [
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "cover", children: "cover" }),
|
|
1836
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "contain", children: "contain" })
|
|
1814
1837
|
] })
|
|
1815
1838
|
]
|
|
1816
1839
|
}
|
|
1817
1840
|
)
|
|
1818
1841
|
] })
|
|
1819
1842
|
] }) }) : null,
|
|
1820
|
-
/* @__PURE__ */ (0,
|
|
1821
|
-
/* @__PURE__ */ (0,
|
|
1822
|
-
/* @__PURE__ */ (0,
|
|
1823
|
-
/* @__PURE__ */ (0,
|
|
1824
|
-
/* @__PURE__ */ (0,
|
|
1825
|
-
/* @__PURE__ */ (0,
|
|
1843
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
|
|
1844
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "validation" }),
|
|
1845
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { gap: "2", children: [
|
|
1846
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1847
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "min" }),
|
|
1848
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1826
1849
|
TextField.Root,
|
|
1827
1850
|
{
|
|
1828
1851
|
disabled: readonly,
|
|
@@ -1838,9 +1861,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1838
1861
|
}
|
|
1839
1862
|
)
|
|
1840
1863
|
] }),
|
|
1841
|
-
/* @__PURE__ */ (0,
|
|
1842
|
-
/* @__PURE__ */ (0,
|
|
1843
|
-
/* @__PURE__ */ (0,
|
|
1864
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
|
|
1865
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "max" }),
|
|
1866
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1844
1867
|
TextField.Root,
|
|
1845
1868
|
{
|
|
1846
1869
|
disabled: readonly,
|
|
@@ -1857,9 +1880,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1857
1880
|
)
|
|
1858
1881
|
] })
|
|
1859
1882
|
] }),
|
|
1860
|
-
/* @__PURE__ */ (0,
|
|
1861
|
-
/* @__PURE__ */ (0,
|
|
1862
|
-
/* @__PURE__ */ (0,
|
|
1883
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1884
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "pattern" }),
|
|
1885
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1863
1886
|
TextField.Root,
|
|
1864
1887
|
{
|
|
1865
1888
|
disabled: readonly,
|
|
@@ -1872,9 +1895,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
|
|
|
1872
1895
|
}
|
|
1873
1896
|
)
|
|
1874
1897
|
] }),
|
|
1875
|
-
/* @__PURE__ */ (0,
|
|
1876
|
-
/* @__PURE__ */ (0,
|
|
1877
|
-
/* @__PURE__ */ (0,
|
|
1898
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
|
|
1899
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "message" }),
|
|
1900
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1878
1901
|
TextField.Root,
|
|
1879
1902
|
{
|
|
1880
1903
|
disabled: readonly,
|