@team-monolith/cds 1.119.2 → 1.119.3
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/@types/emotion.d.ts +160 -160
- package/README.md +37 -37
- package/dist/CdsProvider.d.ts +2 -2
- package/dist/CdsProvider.js +5 -15
- package/dist/components/AlertDialog/AlertDialog.js +54 -54
- package/dist/components/AlertDialog/AlertDialogActions.js +7 -7
- package/dist/components/AlertDialog/AlertDialogContent.js +8 -8
- package/dist/components/AlertDialog/AlertDialogTitle.js +34 -34
- package/dist/components/AnimatedButton.js +32 -32
- package/dist/components/Banner.js +51 -51
- package/dist/components/Book/Book.js +174 -174
- package/dist/components/Button.js +179 -179
- package/dist/components/CheckboxInput.js +148 -148
- package/dist/components/FileTypeAlertDialog.js +4 -4
- package/dist/components/Input.js +53 -53
- package/dist/components/InputBase.js +72 -72
- package/dist/components/Modal.js +4 -4
- package/dist/components/OverflowTooltip.js +4 -4
- package/dist/components/Pagination.js +56 -56
- package/dist/components/PinInput.js +64 -64
- package/dist/components/Popover.js +27 -27
- package/dist/components/RadioInput.js +73 -73
- package/dist/components/SquareButton.js +109 -109
- package/dist/components/Switch.js +69 -69
- package/dist/components/SwitchButton.js +107 -107
- package/dist/components/Tag.js +72 -72
- package/dist/components/Tooltip.js +19 -19
- package/dist/foundation/breakpoints.js +16 -16
- package/dist/i18n/i18n.d.ts +14 -3
- package/dist/i18n/i18n.js +32 -34
- package/dist/icons/custom/colored/AiHelper.d.ts +1 -1
- package/dist/icons/custom/colored/AiHelper.js +1 -1
- package/dist/icons/custom/colored/AiQuizColor.d.ts +1 -1
- package/dist/icons/custom/colored/AiQuizColor.js +1 -1
- package/dist/icons/custom/colored/BadgeColor.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeColor.js +1 -1
- package/dist/icons/custom/colored/BadgeGold.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeGold.js +1 -1
- package/dist/icons/custom/colored/BadgeGreen.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeGreen.js +1 -1
- package/dist/icons/custom/colored/BadgeSilver.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeSilver.js +1 -1
- package/dist/icons/custom/colored/Basic.d.ts +1 -1
- package/dist/icons/custom/colored/Basic.js +1 -1
- package/dist/icons/custom/colored/BasicPlus.d.ts +1 -1
- package/dist/icons/custom/colored/BasicPlus.js +1 -1
- package/dist/icons/custom/colored/BoardColor.d.ts +1 -1
- package/dist/icons/custom/colored/BoardColor.js +1 -1
- package/dist/icons/custom/colored/CastCloudyColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastCloudyColor.js +1 -1
- package/dist/icons/custom/colored/CastPartlyColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastPartlyColor.js +1 -1
- package/dist/icons/custom/colored/CastRainbowColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastRainbowColor.js +1 -1
- package/dist/icons/custom/colored/CastSunnyColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastSunnyColor.js +1 -1
- package/dist/icons/custom/colored/ClapBronze.d.ts +1 -1
- package/dist/icons/custom/colored/ClapBronze.js +1 -1
- package/dist/icons/custom/colored/ClapGold.d.ts +1 -1
- package/dist/icons/custom/colored/ClapGold.js +1 -1
- package/dist/icons/custom/colored/ClapSilver.d.ts +1 -1
- package/dist/icons/custom/colored/ClapSilver.js +1 -1
- package/dist/icons/custom/colored/Class.d.ts +1 -1
- package/dist/icons/custom/colored/Class.js +1 -1
- package/dist/icons/custom/colored/CodapColor.d.ts +1 -1
- package/dist/icons/custom/colored/CodapColor.js +1 -1
- package/dist/icons/custom/colored/EbookColor.d.ts +1 -1
- package/dist/icons/custom/colored/EbookColor.js +1 -1
- package/dist/icons/custom/colored/EmbeddedColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmbeddedColor.js +1 -1
- package/dist/icons/custom/colored/EmoClapColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoClapColor.js +1 -1
- package/dist/icons/custom/colored/EmoGoodColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoGoodColor.js +1 -1
- package/dist/icons/custom/colored/EmoGreatColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoGreatColor.js +1 -1
- package/dist/icons/custom/colored/EmoHeartColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoHeartColor.js +1 -1
- package/dist/icons/custom/colored/EmoHundredColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoHundredColor.js +1 -1
- package/dist/icons/custom/colored/EmoNeutralColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoNeutralColor.js +1 -1
- package/dist/icons/custom/colored/EmoStarsColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoStarsColor.js +1 -1
- package/dist/icons/custom/colored/EmoThumbupColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoThumbupColor.js +1 -1
- package/dist/icons/custom/colored/Empty.d.ts +1 -1
- package/dist/icons/custom/colored/Empty.js +1 -1
- package/dist/icons/custom/colored/EntryColor.d.ts +1 -1
- package/dist/icons/custom/colored/EntryColor.js +1 -1
- package/dist/icons/custom/colored/FilenameAllColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameAllColor.js +1 -1
- package/dist/icons/custom/colored/FilenameDocColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameDocColor.js +1 -1
- package/dist/icons/custom/colored/FilenameHwpColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameHwpColor.js +1 -1
- package/dist/icons/custom/colored/FilenameImgColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameImgColor.js +1 -1
- package/dist/icons/custom/colored/FilenameMp4Color.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameMp4Color.js +1 -1
- package/dist/icons/custom/colored/FilenamePdfColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenamePdfColor.js +1 -1
- package/dist/icons/custom/colored/FilenamePptColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenamePptColor.js +1 -1
- package/dist/icons/custom/colored/FilenameXlsColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameXlsColor.js +1 -1
- package/dist/icons/custom/colored/FilenameZipColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameZipColor.js +1 -1
- package/dist/icons/custom/colored/Google.d.ts +1 -1
- package/dist/icons/custom/colored/Google.js +1 -1
- package/dist/icons/custom/colored/HandFill.d.ts +1 -1
- package/dist/icons/custom/colored/HandFill.js +1 -1
- package/dist/icons/custom/colored/JudgeColor.d.ts +1 -1
- package/dist/icons/custom/colored/JudgeColor.js +1 -1
- package/dist/icons/custom/colored/MakecodeColor.d.ts +1 -1
- package/dist/icons/custom/colored/MakecodeColor.js +1 -1
- package/dist/icons/custom/colored/Master.d.ts +1 -1
- package/dist/icons/custom/colored/Master.js +1 -1
- package/dist/icons/custom/colored/Material.d.ts +1 -1
- package/dist/icons/custom/colored/Material.js +1 -1
- package/dist/icons/custom/colored/MedalBronze.d.ts +1 -1
- package/dist/icons/custom/colored/MedalBronze.js +1 -1
- package/dist/icons/custom/colored/MedalGold.d.ts +1 -1
- package/dist/icons/custom/colored/MedalGold.js +1 -1
- package/dist/icons/custom/colored/MedalSilver.d.ts +1 -1
- package/dist/icons/custom/colored/MedalSilver.js +1 -1
- package/dist/icons/custom/colored/Pro.d.ts +1 -1
- package/dist/icons/custom/colored/Pro.js +1 -1
- package/dist/icons/custom/colored/Problem.d.ts +1 -1
- package/dist/icons/custom/colored/Problem.js +1 -1
- package/dist/icons/custom/colored/PythonColor.d.ts +1 -1
- package/dist/icons/custom/colored/PythonColor.js +1 -1
- package/dist/icons/custom/colored/QuizColor.d.ts +1 -1
- package/dist/icons/custom/colored/QuizColor.js +1 -1
- package/dist/icons/custom/colored/ResourceColor.d.ts +1 -1
- package/dist/icons/custom/colored/ResourceColor.js +1 -1
- package/dist/icons/custom/colored/ScratchColor.d.ts +1 -1
- package/dist/icons/custom/colored/ScratchColor.js +1 -1
- package/dist/icons/custom/colored/TypeHelper.d.ts +1 -1
- package/dist/icons/custom/colored/TypeHelper.js +1 -1
- package/dist/icons/custom/colored/Whale.d.ts +1 -1
- package/dist/icons/custom/colored/Whale.js +1 -1
- package/dist/icons/custom/colored/WorksheetColor.d.ts +1 -1
- package/dist/icons/custom/colored/WorksheetColor.js +1 -1
- package/dist/icons/custom/colored/ai-helper.svg +4 -4
- package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
- package/dist/icons/custom/colored/badge-color.svg +4 -4
- package/dist/icons/custom/colored/badge-gold.svg +11 -11
- package/dist/icons/custom/colored/badge-green.svg +11 -11
- package/dist/icons/custom/colored/badge-silver.svg +11 -11
- package/dist/icons/custom/colored/basic-plus.svg +31 -31
- package/dist/icons/custom/colored/basic.svg +3 -3
- package/dist/icons/custom/colored/board-color.svg +5 -5
- package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
- package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
- package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
- package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
- package/dist/icons/custom/colored/clap-bronze.svg +8 -8
- package/dist/icons/custom/colored/clap-gold.svg +8 -8
- package/dist/icons/custom/colored/clap-silver.svg +8 -8
- package/dist/icons/custom/colored/class.svg +13 -13
- package/dist/icons/custom/colored/codap-color.svg +13 -13
- package/dist/icons/custom/colored/ebook-color.svg +5 -5
- package/dist/icons/custom/colored/embedded-color.svg +38 -38
- package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
- package/dist/icons/custom/colored/emo-good-color.svg +68 -68
- package/dist/icons/custom/colored/emo-great-color.svg +67 -67
- package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
- package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
- package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
- package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
- package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
- package/dist/icons/custom/colored/empty.svg +1 -1
- package/dist/icons/custom/colored/entry-color.svg +4 -4
- package/dist/icons/custom/colored/filename-all-color.svg +4 -4
- package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
- package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
- package/dist/icons/custom/colored/filename-img-color.svg +6 -6
- package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
- package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
- package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
- package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
- package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
- package/dist/icons/custom/colored/google.svg +13 -13
- package/dist/icons/custom/colored/hand-fill.svg +4 -4
- package/dist/icons/custom/colored/judge-color.svg +6 -6
- package/dist/icons/custom/colored/makecode-color.svg +4 -4
- package/dist/icons/custom/colored/master.svg +12 -12
- package/dist/icons/custom/colored/material.svg +6 -6
- package/dist/icons/custom/colored/medal-bronze.svg +9 -9
- package/dist/icons/custom/colored/medal-gold.svg +9 -9
- package/dist/icons/custom/colored/medal-silver.svg +9 -9
- package/dist/icons/custom/colored/pro.svg +4 -4
- package/dist/icons/custom/colored/problem.svg +7 -7
- package/dist/icons/custom/colored/python-color.svg +4 -4
- package/dist/icons/custom/colored/quiz-color.svg +12 -12
- package/dist/icons/custom/colored/resource-color.svg +13 -13
- package/dist/icons/custom/colored/scratch-color.svg +6 -6
- package/dist/icons/custom/colored/type-helper.svg +9 -9
- package/dist/icons/custom/colored/whale.svg +7 -7
- package/dist/icons/custom/colored/worksheet-color.svg +5 -5
- package/dist/icons/custom/default/AiQuiz.d.ts +1 -1
- package/dist/icons/custom/default/AiQuiz.js +1 -1
- package/dist/icons/custom/default/Badge.d.ts +1 -1
- package/dist/icons/custom/default/Badge.js +1 -1
- package/dist/icons/custom/default/Board.d.ts +1 -1
- package/dist/icons/custom/default/Board.js +1 -1
- package/dist/icons/custom/default/CastCloudy.d.ts +1 -1
- package/dist/icons/custom/default/CastCloudy.js +1 -1
- package/dist/icons/custom/default/CastPartly.d.ts +1 -1
- package/dist/icons/custom/default/CastPartly.js +1 -1
- package/dist/icons/custom/default/CastRainbow.d.ts +1 -1
- package/dist/icons/custom/default/CastRainbow.js +1 -1
- package/dist/icons/custom/default/CastSunny.d.ts +1 -1
- package/dist/icons/custom/default/CastSunny.js +1 -1
- package/dist/icons/custom/default/Codap.d.ts +1 -1
- package/dist/icons/custom/default/Codap.js +1 -1
- package/dist/icons/custom/default/Ebook.d.ts +1 -1
- package/dist/icons/custom/default/Ebook.js +1 -1
- package/dist/icons/custom/default/Embedded.d.ts +1 -1
- package/dist/icons/custom/default/Embedded.js +1 -1
- package/dist/icons/custom/default/EmoClap.d.ts +1 -1
- package/dist/icons/custom/default/EmoClap.js +1 -1
- package/dist/icons/custom/default/EmoGood.d.ts +1 -1
- package/dist/icons/custom/default/EmoGood.js +1 -1
- package/dist/icons/custom/default/EmoGreat.d.ts +1 -1
- package/dist/icons/custom/default/EmoGreat.js +1 -1
- package/dist/icons/custom/default/EmoHeart.d.ts +1 -1
- package/dist/icons/custom/default/EmoHeart.js +1 -1
- package/dist/icons/custom/default/EmoHundred.d.ts +1 -1
- package/dist/icons/custom/default/EmoHundred.js +1 -1
- package/dist/icons/custom/default/EmoNeutral.d.ts +1 -1
- package/dist/icons/custom/default/EmoNeutral.js +1 -1
- package/dist/icons/custom/default/EmoStars.d.ts +1 -1
- package/dist/icons/custom/default/EmoStars.js +1 -1
- package/dist/icons/custom/default/EmoThumbup.d.ts +1 -1
- package/dist/icons/custom/default/EmoThumbup.js +1 -1
- package/dist/icons/custom/default/Entry.d.ts +1 -1
- package/dist/icons/custom/default/Entry.js +1 -1
- package/dist/icons/custom/default/Fab.d.ts +1 -1
- package/dist/icons/custom/default/Fab.js +1 -1
- package/dist/icons/custom/default/Grant.d.ts +1 -1
- package/dist/icons/custom/default/Grant.js +1 -1
- package/dist/icons/custom/default/GrantAlt.d.ts +1 -1
- package/dist/icons/custom/default/GrantAlt.js +1 -1
- package/dist/icons/custom/default/HandLine.d.ts +1 -1
- package/dist/icons/custom/default/HandLine.js +1 -1
- package/dist/icons/custom/default/Judge.d.ts +1 -1
- package/dist/icons/custom/default/Judge.js +1 -1
- package/dist/icons/custom/default/Makecode.d.ts +1 -1
- package/dist/icons/custom/default/Makecode.js +1 -1
- package/dist/icons/custom/default/Pdf.d.ts +1 -1
- package/dist/icons/custom/default/Pdf.js +1 -1
- package/dist/icons/custom/default/Python.d.ts +1 -1
- package/dist/icons/custom/default/Python.js +1 -1
- package/dist/icons/custom/default/Quiz.d.ts +1 -1
- package/dist/icons/custom/default/Quiz.js +1 -1
- package/dist/icons/custom/default/Resource.d.ts +1 -1
- package/dist/icons/custom/default/Resource.js +1 -1
- package/dist/icons/custom/default/Scratch.d.ts +1 -1
- package/dist/icons/custom/default/Scratch.js +1 -1
- package/dist/icons/custom/default/ScrollAlt.d.ts +1 -1
- package/dist/icons/custom/default/ScrollAlt.js +1 -1
- package/dist/icons/custom/default/ScrollFill.d.ts +1 -1
- package/dist/icons/custom/default/ScrollFill.js +1 -1
- package/dist/icons/custom/default/ScrollLine.d.ts +1 -1
- package/dist/icons/custom/default/ScrollLine.js +1 -1
- package/dist/icons/custom/default/Symbol.d.ts +1 -1
- package/dist/icons/custom/default/Symbol.js +1 -1
- package/dist/icons/custom/default/Worksheet.d.ts +1 -1
- package/dist/icons/custom/default/Worksheet.js +1 -1
- package/dist/icons/custom/default/ai-quiz.svg +8 -8
- package/dist/icons/custom/default/badge.svg +4 -4
- package/dist/icons/custom/default/board.svg +5 -5
- package/dist/icons/custom/default/cast-cloudy.svg +3 -3
- package/dist/icons/custom/default/cast-partly.svg +4 -4
- package/dist/icons/custom/default/cast-rainbow.svg +12 -12
- package/dist/icons/custom/default/cast-sunny.svg +3 -3
- package/dist/icons/custom/default/codap.svg +11 -11
- package/dist/icons/custom/default/ebook.svg +3 -3
- package/dist/icons/custom/default/embedded.svg +4 -4
- package/dist/icons/custom/default/emo-clap.svg +6 -6
- package/dist/icons/custom/default/emo-good.svg +12 -12
- package/dist/icons/custom/default/emo-great.svg +12 -12
- package/dist/icons/custom/default/emo-heart.svg +5 -5
- package/dist/icons/custom/default/emo-hundred.svg +3 -3
- package/dist/icons/custom/default/emo-neutral.svg +14 -14
- package/dist/icons/custom/default/emo-stars.svg +14 -14
- package/dist/icons/custom/default/emo-thumbup.svg +3 -3
- package/dist/icons/custom/default/entry.svg +4 -4
- package/dist/icons/custom/default/fab.svg +10 -10
- package/dist/icons/custom/default/grant-alt.svg +5 -5
- package/dist/icons/custom/default/grant.svg +4 -4
- package/dist/icons/custom/default/hand-line.svg +3 -3
- package/dist/icons/custom/default/judge.svg +3 -3
- package/dist/icons/custom/default/makecode.svg +5 -5
- package/dist/icons/custom/default/pdf.svg +3 -3
- package/dist/icons/custom/default/python.svg +7 -7
- package/dist/icons/custom/default/quiz.svg +4 -4
- package/dist/icons/custom/default/resource.svg +11 -11
- package/dist/icons/custom/default/scratch.svg +3 -3
- package/dist/icons/custom/default/scroll-alt.svg +5 -5
- package/dist/icons/custom/default/scroll-fill.svg +4 -4
- package/dist/icons/custom/default/scroll-line.svg +5 -5
- package/dist/icons/custom/default/symbol.svg +4 -4
- package/dist/icons/custom/default/worksheet.svg +4 -4
- package/dist/icons/custom/svgrColoredTemplate.js +27 -27
- package/dist/icons/custom/svgrDefaultTemplate.js +27 -27
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/patterns/Accordion.js +20 -20
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +60 -60
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
- package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
- package/dist/patterns/LexicalEditor/Plugins.js +37 -38
- package/dist/patterns/LexicalEditor/components/FileSelectInput.js +30 -31
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
- package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
- package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +5 -3
- package/dist/patterns/LexicalEditor/hr.svg +3 -3
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +21 -21
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.js +3 -1
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +30 -29
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +29 -29
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +64 -64
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +19 -19
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +12 -10
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +29 -29
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +53 -53
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +8 -8
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.d.ts +2 -1
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.js +4 -5
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +26 -26
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +22 -22
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +74 -74
- package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +6 -6
- package/dist/patterns/LexicalEditor/nodes/index.d.ts +0 -3
- package/dist/patterns/LexicalEditor/nodes/index.js +0 -3
- package/dist/patterns/LexicalEditor/nodes/nodes.d.ts +2 -4
- package/dist/patterns/LexicalEditor/nodes/nodes.js +0 -6
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +12 -11
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +60 -123
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +52 -118
- package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.js +4 -2
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
- package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
- package/dist/patterns/LexicalEditor/theme.d.ts +0 -6
- package/dist/patterns/LexicalEditor/theme.js +243 -281
- package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
- package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
- package/dist/patterns/Tabs.js +43 -43
- package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
- package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
- package/dist/texts.d.ts +2 -1
- package/dist/texts.js +11 -12
- package/dist/utils/hover.js +12 -12
- package/dist/utils/reset.js +19 -19
- package/dist/utils/visuallyHidden.js +10 -10
- package/package.json +109 -110
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContainerNode.d.ts +0 -32
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContainerNode.js +0 -131
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContentNode.d.ts +0 -23
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContentNode.js +0 -88
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleTitleNode.d.ts +0 -24
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleTitleNode.js +0 -105
- package/dist/patterns/LexicalEditor/plugins/TogglePlugin/index.d.ts +0 -9
- package/dist/patterns/LexicalEditor/plugins/TogglePlugin/index.js +0 -146
- package/dist/patterns/LexicalEditor/utils/toggleUtils.d.ts +0 -9
- package/dist/patterns/LexicalEditor/utils/toggleUtils.js +0 -18
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
/**
|
|
3
3
|
* Context Menu (:: 버튼)
|
|
4
4
|
*/
|
|
5
|
-
import { $createParagraphNode,
|
|
5
|
+
import { $createParagraphNode, ParagraphNode, } from "lexical";
|
|
6
6
|
import { ComponentPickerOption, getBaseOptions, } from "../ComponentPickerMenuPlugin";
|
|
7
7
|
import { $createHeadingNode, $createQuoteNode, HeadingNode, } from "@lexical/rich-text";
|
|
8
8
|
import { $setBlocksType } from "@lexical/selection";
|
|
@@ -12,16 +12,15 @@ import { H1Icon, H2Icon, H3Icon, CloseFillIcon, ListUnorderedIcon, ListOrderedIc
|
|
|
12
12
|
import { $isColoredQuoteNode, } from "../../nodes/ColoredQuoteNode";
|
|
13
13
|
import { useTheme } from "@emotion/react";
|
|
14
14
|
import { css } from "@emotion/css";
|
|
15
|
-
import { $
|
|
16
|
-
import { $isFileNode, $isImageNode, $isVideoNode, $isProblemInputNode, $isToggleContainerNode, $isToggleTitleNode, $isToggleContentNode, } from "../../nodes";
|
|
15
|
+
import { $isFileNode, $isImageNode, $isVideoNode, $isProblemInputNode, } from "../../nodes";
|
|
17
16
|
import { $isProblemSelectNode, } from "../../nodes/ProblemSelectNode";
|
|
18
17
|
import { $isSheetInputNode } from "../../nodes/SheetInputNode";
|
|
19
18
|
import { $isSheetSelectNode, } from "../../nodes/SheetSelectNode";
|
|
20
19
|
import { $isSelfEvaluationNode, } from "../../nodes/SelfEvaluationNode";
|
|
21
|
-
import {
|
|
22
|
-
function getParagraphContextMenuOptions(editor, node) {
|
|
20
|
+
import { useTranslation } from "react-i18next";
|
|
21
|
+
function getParagraphContextMenuOptions(editor, node, t) {
|
|
23
22
|
return [
|
|
24
|
-
new ComponentPickerOption(
|
|
23
|
+
new ComponentPickerOption(t("본문", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
25
24
|
icon: _jsx(TextIcon, {}),
|
|
26
25
|
// eslint-disable-next-line i18next/no-literal-string
|
|
27
26
|
keywords: ["normal", "paragraph", "p", "text", "본문", "단락", "내용"],
|
|
@@ -32,9 +31,9 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
32
31
|
}),
|
|
33
32
|
...[1, 2, 3].map((n) => {
|
|
34
33
|
const titleMap = {
|
|
35
|
-
1:
|
|
36
|
-
2:
|
|
37
|
-
3:
|
|
34
|
+
1: t("큰 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
35
|
+
2: t("중간 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
36
|
+
3: t("작은 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
38
37
|
};
|
|
39
38
|
const iconMap = {
|
|
40
39
|
1: _jsx(H1Icon, {}),
|
|
@@ -50,7 +49,7 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
50
49
|
}),
|
|
51
50
|
});
|
|
52
51
|
}),
|
|
53
|
-
new ComponentPickerOption(
|
|
52
|
+
new ComponentPickerOption(t("일반 목록", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
54
53
|
icon: _jsx(ListUnorderedIcon, {}),
|
|
55
54
|
keywords: ["bulleted list", "unordered list", "ul"],
|
|
56
55
|
onSelect: () => {
|
|
@@ -58,7 +57,7 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
58
57
|
editor.dispatchCommand(INSERT_UNORDERED_LIST_COMMAND, undefined);
|
|
59
58
|
},
|
|
60
59
|
}),
|
|
61
|
-
new ComponentPickerOption(
|
|
60
|
+
new ComponentPickerOption(t("숫자 목록", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
62
61
|
icon: _jsx(ListOrderedIcon, {}),
|
|
63
62
|
keywords: ["numbered list", "ordered list", "ol"],
|
|
64
63
|
onSelect: () => {
|
|
@@ -66,7 +65,7 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
66
65
|
editor.dispatchCommand(INSERT_ORDERED_LIST_COMMAND, undefined);
|
|
67
66
|
},
|
|
68
67
|
}),
|
|
69
|
-
new ComponentPickerOption(
|
|
68
|
+
new ComponentPickerOption(t("인용 블록", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
70
69
|
icon: _jsx(DoubleQuotesLIcon, {}),
|
|
71
70
|
keywords: ["block quote"],
|
|
72
71
|
onSelect: () => editor.update(() => {
|
|
@@ -74,7 +73,7 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
74
73
|
$setBlocksType(selection, () => $createQuoteNode());
|
|
75
74
|
}),
|
|
76
75
|
}),
|
|
77
|
-
new ComponentPickerOption(
|
|
76
|
+
new ComponentPickerOption(t("코드 블록", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
78
77
|
icon: _jsx(CodeViewIcon, {}),
|
|
79
78
|
keywords: ["javascript", "python", "js", "codeblock"],
|
|
80
79
|
onSelect: () => editor.update(() => {
|
|
@@ -91,7 +90,7 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
91
90
|
}
|
|
92
91
|
}),
|
|
93
92
|
}),
|
|
94
|
-
new ComponentPickerOption(
|
|
93
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
95
94
|
icon: _jsx(CloseFillIcon, {}),
|
|
96
95
|
keywords: [],
|
|
97
96
|
onSelect: () => {
|
|
@@ -102,13 +101,13 @@ function getParagraphContextMenuOptions(editor, node) {
|
|
|
102
101
|
}),
|
|
103
102
|
];
|
|
104
103
|
}
|
|
105
|
-
function getHeadingContextMenuOptions(editor, node) {
|
|
104
|
+
function getHeadingContextMenuOptions(editor, node, t) {
|
|
106
105
|
return [
|
|
107
106
|
...[1, 2, 3].map((n) => {
|
|
108
107
|
const titleMap = {
|
|
109
|
-
1:
|
|
110
|
-
2:
|
|
111
|
-
3:
|
|
108
|
+
1: t("큰 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
109
|
+
2: t("중간 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
110
|
+
3: t("작은 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
112
111
|
};
|
|
113
112
|
const iconMap = {
|
|
114
113
|
1: _jsx(H1Icon, {}),
|
|
@@ -124,7 +123,7 @@ function getHeadingContextMenuOptions(editor, node) {
|
|
|
124
123
|
}),
|
|
125
124
|
});
|
|
126
125
|
}),
|
|
127
|
-
new ComponentPickerOption(
|
|
126
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
128
127
|
icon: _jsx(CloseFillIcon, {}),
|
|
129
128
|
keywords: [],
|
|
130
129
|
onSelect: () => {
|
|
@@ -135,9 +134,9 @@ function getHeadingContextMenuOptions(editor, node) {
|
|
|
135
134
|
}),
|
|
136
135
|
];
|
|
137
136
|
}
|
|
138
|
-
function getListContextMenuOptions(editor, theme, node) {
|
|
137
|
+
function getListContextMenuOptions(editor, theme, node, t) {
|
|
139
138
|
return [
|
|
140
|
-
new ComponentPickerOption(
|
|
139
|
+
new ComponentPickerOption(t("일반 목록", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
141
140
|
icon: _jsx(ListUnorderedIcon, {}),
|
|
142
141
|
keywords: ["bulleted list", "unordered list", "ul"],
|
|
143
142
|
onSelect: () => {
|
|
@@ -145,7 +144,7 @@ function getListContextMenuOptions(editor, theme, node) {
|
|
|
145
144
|
editor.dispatchCommand(INSERT_UNORDERED_LIST_COMMAND, undefined);
|
|
146
145
|
},
|
|
147
146
|
}),
|
|
148
|
-
new ComponentPickerOption(
|
|
147
|
+
new ComponentPickerOption(t("숫자 목록", { context: "렉시컬 드롭다운 메뉴" }), {
|
|
149
148
|
icon: _jsx(ListOrderedIcon, {}),
|
|
150
149
|
keywords: ["numbered list", "ordered list", "ol"],
|
|
151
150
|
onSelect: () => {
|
|
@@ -153,7 +152,7 @@ function getListContextMenuOptions(editor, theme, node) {
|
|
|
153
152
|
editor.dispatchCommand(INSERT_ORDERED_LIST_COMMAND, undefined);
|
|
154
153
|
},
|
|
155
154
|
}),
|
|
156
|
-
new ComponentPickerOption(
|
|
155
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
157
156
|
icon: _jsx(CloseFillIcon, {}),
|
|
158
157
|
keywords: [],
|
|
159
158
|
onSelect: () => {
|
|
@@ -164,63 +163,9 @@ function getListContextMenuOptions(editor, theme, node) {
|
|
|
164
163
|
}),
|
|
165
164
|
];
|
|
166
165
|
}
|
|
167
|
-
function
|
|
168
|
-
const titleNode = container.getFirstChild();
|
|
169
|
-
if (!$isToggleTitleNode(titleNode)) {
|
|
170
|
-
return;
|
|
171
|
-
}
|
|
172
|
-
const contentNode = titleNode.getNextSibling();
|
|
173
|
-
if (!$isToggleContentNode(contentNode)) {
|
|
174
|
-
return;
|
|
175
|
-
}
|
|
176
|
-
const headingNode = $createHeadingNode(tag);
|
|
177
|
-
const nodesForHeading = titleNode
|
|
178
|
-
.getChildren()
|
|
179
|
-
.flatMap((child) => $isElementNode(child) ? child.getChildren() : [child]);
|
|
180
|
-
if (nodesForHeading.length > 0) {
|
|
181
|
-
headingNode.append(...nodesForHeading);
|
|
182
|
-
}
|
|
183
|
-
if (headingNode.getChildrenSize() === 0) {
|
|
184
|
-
headingNode.append($createTextNode(""));
|
|
185
|
-
}
|
|
186
|
-
titleNode.replace(headingNode);
|
|
187
|
-
$unwrapNode(contentNode);
|
|
188
|
-
$unwrapNode(container);
|
|
189
|
-
headingNode.selectStart();
|
|
190
|
-
}
|
|
191
|
-
function getToggleContextMenuOptions(editor, container) {
|
|
192
|
-
return [
|
|
193
|
-
...[1, 2, 3].map((n) => {
|
|
194
|
-
const titleMap = {
|
|
195
|
-
1: i18n.t("큰 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
196
|
-
2: i18n.t("중간 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
197
|
-
3: i18n.t("작은 제목", { context: "렉시컬 드롭다운 메뉴" }),
|
|
198
|
-
};
|
|
199
|
-
const iconMap = {
|
|
200
|
-
1: _jsx(H1Icon, {}),
|
|
201
|
-
2: _jsx(H2Icon, {}),
|
|
202
|
-
3: _jsx(H3Icon, {}),
|
|
203
|
-
};
|
|
204
|
-
return new ComponentPickerOption(titleMap[n], {
|
|
205
|
-
icon: iconMap[n],
|
|
206
|
-
keywords: ["heading", "header", `h${n}`, titleMap[n]],
|
|
207
|
-
onSelect: () => editor.update(() => {
|
|
208
|
-
convertToggleTitleToHeading(container, `h${n}`);
|
|
209
|
-
}),
|
|
210
|
-
});
|
|
211
|
-
}),
|
|
212
|
-
new ComponentPickerOption(i18n.t("블록 삭제"), {
|
|
213
|
-
icon: _jsx(CloseFillIcon, {}),
|
|
214
|
-
keywords: [],
|
|
215
|
-
onSelect: () => {
|
|
216
|
-
container.remove();
|
|
217
|
-
},
|
|
218
|
-
}),
|
|
219
|
-
];
|
|
220
|
-
}
|
|
221
|
-
function getProblemInputContextMenuOptions(node) {
|
|
166
|
+
function getProblemInputContextMenuOptions(node, t) {
|
|
222
167
|
return [
|
|
223
|
-
new ComponentPickerOption(
|
|
168
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
224
169
|
icon: _jsx(CloseFillIcon, {}),
|
|
225
170
|
keywords: [],
|
|
226
171
|
onSelect: () => {
|
|
@@ -229,9 +174,9 @@ function getProblemInputContextMenuOptions(node) {
|
|
|
229
174
|
}),
|
|
230
175
|
];
|
|
231
176
|
}
|
|
232
|
-
function getProblemSelectContextMenuOptions(node) {
|
|
177
|
+
function getProblemSelectContextMenuOptions(node, t) {
|
|
233
178
|
return [
|
|
234
|
-
new ComponentPickerOption(
|
|
179
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
235
180
|
icon: _jsx(CloseFillIcon, {}),
|
|
236
181
|
keywords: [],
|
|
237
182
|
onSelect: () => {
|
|
@@ -240,9 +185,9 @@ function getProblemSelectContextMenuOptions(node) {
|
|
|
240
185
|
}),
|
|
241
186
|
];
|
|
242
187
|
}
|
|
243
|
-
function getSheetInputContextMenuOptions(node) {
|
|
188
|
+
function getSheetInputContextMenuOptions(node, t) {
|
|
244
189
|
return [
|
|
245
|
-
new ComponentPickerOption(
|
|
190
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
246
191
|
icon: _jsx(CloseFillIcon, {}),
|
|
247
192
|
keywords: [],
|
|
248
193
|
onSelect: () => {
|
|
@@ -251,9 +196,9 @@ function getSheetInputContextMenuOptions(node) {
|
|
|
251
196
|
}),
|
|
252
197
|
];
|
|
253
198
|
}
|
|
254
|
-
function getSheetSelectContextMenuOptions(node) {
|
|
199
|
+
function getSheetSelectContextMenuOptions(node, t) {
|
|
255
200
|
return [
|
|
256
|
-
new ComponentPickerOption(
|
|
201
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
257
202
|
icon: _jsx(CloseFillIcon, {}),
|
|
258
203
|
keywords: [],
|
|
259
204
|
onSelect: () => {
|
|
@@ -262,9 +207,9 @@ function getSheetSelectContextMenuOptions(node) {
|
|
|
262
207
|
}),
|
|
263
208
|
];
|
|
264
209
|
}
|
|
265
|
-
function getSelfEvaluationContextMenuOptions(node) {
|
|
210
|
+
function getSelfEvaluationContextMenuOptions(node, t) {
|
|
266
211
|
return [
|
|
267
|
-
new ComponentPickerOption(
|
|
212
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
268
213
|
icon: _jsx(CloseFillIcon, {}),
|
|
269
214
|
keywords: [],
|
|
270
215
|
onSelect: () => {
|
|
@@ -273,9 +218,9 @@ function getSelfEvaluationContextMenuOptions(node) {
|
|
|
273
218
|
}),
|
|
274
219
|
];
|
|
275
220
|
}
|
|
276
|
-
function getImageContextMenuOptions(node) {
|
|
221
|
+
function getImageContextMenuOptions(node, t) {
|
|
277
222
|
return [
|
|
278
|
-
new ComponentPickerOption(
|
|
223
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
279
224
|
icon: _jsx(CloseFillIcon, {}),
|
|
280
225
|
keywords: [],
|
|
281
226
|
onSelect: () => {
|
|
@@ -284,9 +229,9 @@ function getImageContextMenuOptions(node) {
|
|
|
284
229
|
}),
|
|
285
230
|
];
|
|
286
231
|
}
|
|
287
|
-
function getVideoContextMenuOptions(node) {
|
|
232
|
+
function getVideoContextMenuOptions(node, t) {
|
|
288
233
|
return [
|
|
289
|
-
new ComponentPickerOption(
|
|
234
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
290
235
|
icon: _jsx(CloseFillIcon, {}),
|
|
291
236
|
keywords: [],
|
|
292
237
|
onSelect: () => {
|
|
@@ -295,9 +240,9 @@ function getVideoContextMenuOptions(node) {
|
|
|
295
240
|
}),
|
|
296
241
|
];
|
|
297
242
|
}
|
|
298
|
-
function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
243
|
+
function getColoredQuoteContextMenuOptions(editor, theme, node, t) {
|
|
299
244
|
return [
|
|
300
|
-
new ComponentPickerOption(
|
|
245
|
+
new ComponentPickerOption(t("회색"), {
|
|
301
246
|
icon: (_jsx(InputMethodLineIcon, { color: theme.color.container.marbleOnContainer })),
|
|
302
247
|
iconContainerClassName: css `
|
|
303
248
|
background: ${theme.color.container.marbleContainer};
|
|
@@ -309,7 +254,7 @@ function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
|
309
254
|
});
|
|
310
255
|
},
|
|
311
256
|
}),
|
|
312
|
-
new ComponentPickerOption(
|
|
257
|
+
new ComponentPickerOption(t("빨간색"), {
|
|
313
258
|
icon: (_jsx(InputMethodLineIcon, { color: theme.color.container.redOnContainer })),
|
|
314
259
|
iconContainerClassName: css `
|
|
315
260
|
background: ${theme.color.container.redContainer};
|
|
@@ -321,7 +266,7 @@ function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
|
321
266
|
});
|
|
322
267
|
},
|
|
323
268
|
}),
|
|
324
|
-
new ComponentPickerOption(
|
|
269
|
+
new ComponentPickerOption(t("노란색"), {
|
|
325
270
|
icon: (_jsx(InputMethodLineIcon, { color: theme.color.container.yellowOnContainer })),
|
|
326
271
|
iconContainerClassName: css `
|
|
327
272
|
background: ${theme.color.container.yellowContainer};
|
|
@@ -333,7 +278,7 @@ function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
|
333
278
|
});
|
|
334
279
|
},
|
|
335
280
|
}),
|
|
336
|
-
new ComponentPickerOption(
|
|
281
|
+
new ComponentPickerOption(t("파란색"), {
|
|
337
282
|
icon: (_jsx(InputMethodLineIcon, { color: theme.color.container.blueOnContainer })),
|
|
338
283
|
iconContainerClassName: css `
|
|
339
284
|
background: ${theme.color.container.blueContainer};
|
|
@@ -345,7 +290,7 @@ function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
|
345
290
|
});
|
|
346
291
|
},
|
|
347
292
|
}),
|
|
348
|
-
new ComponentPickerOption(
|
|
293
|
+
new ComponentPickerOption(t("초록색"), {
|
|
349
294
|
icon: (_jsx(InputMethodLineIcon, { color: theme.color.container.greenOnContainer })),
|
|
350
295
|
iconContainerClassName: css `
|
|
351
296
|
background: ${theme.color.container.greenContainer};
|
|
@@ -357,7 +302,7 @@ function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
|
357
302
|
});
|
|
358
303
|
},
|
|
359
304
|
}),
|
|
360
|
-
new ComponentPickerOption(
|
|
305
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
361
306
|
icon: _jsx(CloseFillIcon, {}),
|
|
362
307
|
keywords: [],
|
|
363
308
|
onSelect: () => {
|
|
@@ -368,9 +313,9 @@ function getColoredQuoteContextMenuOptions(editor, theme, node) {
|
|
|
368
313
|
}),
|
|
369
314
|
];
|
|
370
315
|
}
|
|
371
|
-
function getUploadFileContextMenuOptions(editor, node) {
|
|
316
|
+
function getUploadFileContextMenuOptions(editor, node, t) {
|
|
372
317
|
return [
|
|
373
|
-
new ComponentPickerOption(
|
|
318
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
374
319
|
icon: _jsx(CloseFillIcon, {}),
|
|
375
320
|
keywords: [],
|
|
376
321
|
onSelect: () => {
|
|
@@ -384,58 +329,50 @@ function getUploadFileContextMenuOptions(editor, node) {
|
|
|
384
329
|
export function useContextMenuOptions(props) {
|
|
385
330
|
const { isSheetEnabled, isQuizEnabled, showFileUpload } = props;
|
|
386
331
|
const theme = useTheme();
|
|
332
|
+
const { t } = useTranslation();
|
|
387
333
|
return (editor, node, setImageOpen, setVideoOpen, setFileOpen) => {
|
|
388
334
|
if ($isProblemInputNode(node)) {
|
|
389
|
-
return getProblemInputContextMenuOptions(node);
|
|
335
|
+
return getProblemInputContextMenuOptions(node, t);
|
|
390
336
|
}
|
|
391
337
|
else if ($isProblemSelectNode(node)) {
|
|
392
|
-
return getProblemSelectContextMenuOptions(node);
|
|
338
|
+
return getProblemSelectContextMenuOptions(node, t);
|
|
393
339
|
}
|
|
394
340
|
else if ($isSheetInputNode(node)) {
|
|
395
|
-
return getSheetInputContextMenuOptions(node);
|
|
341
|
+
return getSheetInputContextMenuOptions(node, t);
|
|
396
342
|
}
|
|
397
343
|
else if ($isSheetSelectNode(node)) {
|
|
398
|
-
return getSheetSelectContextMenuOptions(node);
|
|
344
|
+
return getSheetSelectContextMenuOptions(node, t);
|
|
399
345
|
}
|
|
400
346
|
else if ($isSelfEvaluationNode(node)) {
|
|
401
|
-
return getSelfEvaluationContextMenuOptions(node);
|
|
347
|
+
return getSelfEvaluationContextMenuOptions(node, t);
|
|
402
348
|
}
|
|
403
349
|
else if ($isImageNode(node)) {
|
|
404
|
-
return getImageContextMenuOptions(node);
|
|
350
|
+
return getImageContextMenuOptions(node, t);
|
|
405
351
|
}
|
|
406
352
|
else if ($isVideoNode(node)) {
|
|
407
|
-
return getVideoContextMenuOptions(node);
|
|
353
|
+
return getVideoContextMenuOptions(node, t);
|
|
408
354
|
}
|
|
409
355
|
else if (node instanceof ParagraphNode) {
|
|
410
|
-
return getParagraphContextMenuOptions(editor, node);
|
|
356
|
+
return getParagraphContextMenuOptions(editor, node, t);
|
|
411
357
|
}
|
|
412
358
|
else if (node instanceof HeadingNode) {
|
|
413
|
-
return getHeadingContextMenuOptions(editor, node);
|
|
359
|
+
return getHeadingContextMenuOptions(editor, node, t);
|
|
414
360
|
}
|
|
415
361
|
else if (node instanceof ListNode || node instanceof ListItemNode) {
|
|
416
|
-
return getListContextMenuOptions(editor, theme, node);
|
|
417
|
-
}
|
|
418
|
-
else if ($isToggleContainerNode(node)) {
|
|
419
|
-
return getToggleContextMenuOptions(editor, node);
|
|
420
|
-
}
|
|
421
|
-
else if ($isToggleTitleNode(node) || $isToggleContentNode(node)) {
|
|
422
|
-
const parent = node.getParent();
|
|
423
|
-
if (parent && $isToggleContainerNode(parent)) {
|
|
424
|
-
return getToggleContextMenuOptions(editor, parent);
|
|
425
|
-
}
|
|
426
|
-
return [];
|
|
362
|
+
return getListContextMenuOptions(editor, theme, node, t);
|
|
427
363
|
}
|
|
428
364
|
else if ($isColoredQuoteNode(node)) {
|
|
429
|
-
return getColoredQuoteContextMenuOptions(editor, theme, node);
|
|
365
|
+
return getColoredQuoteContextMenuOptions(editor, theme, node, t);
|
|
430
366
|
}
|
|
431
367
|
else if ($isFileNode(node)) {
|
|
432
|
-
return getUploadFileContextMenuOptions(editor, node);
|
|
368
|
+
return getUploadFileContextMenuOptions(editor, node, t);
|
|
433
369
|
}
|
|
434
370
|
else {
|
|
435
371
|
return [
|
|
436
372
|
...getBaseOptions({
|
|
437
373
|
editor,
|
|
438
374
|
theme,
|
|
375
|
+
t,
|
|
439
376
|
setImageOpen,
|
|
440
377
|
setVideoOpen,
|
|
441
378
|
isSheetEnabled,
|
|
@@ -443,7 +380,7 @@ export function useContextMenuOptions(props) {
|
|
|
443
380
|
setFileOpen,
|
|
444
381
|
showFileUpload,
|
|
445
382
|
}),
|
|
446
|
-
new ComponentPickerOption(
|
|
383
|
+
new ComponentPickerOption(t("블록 삭제"), {
|
|
447
384
|
icon: _jsx(CloseFillIcon, {}),
|
|
448
385
|
keywords: [],
|
|
449
386
|
onSelect: () => {
|
package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js
CHANGED
|
@@ -4,38 +4,38 @@ export function ComponentPickerMenuItem(props) {
|
|
|
4
4
|
const { index, isSelected, onClick, onMouseEnter, option } = props;
|
|
5
5
|
return (_jsxs(ItemContainer, { tabIndex: -1, ref: option.setRefElement, role: "option", "aria-selected": isSelected, id: "typeahead-item-" + index, onMouseEnter: onMouseEnter, onClick: onClick, isSelected: isSelected, children: [_jsx(IconContainer, { className: option.iconContainerClassName, children: option.icon }), _jsx(Title, { children: option.title })] }, option.key));
|
|
6
6
|
}
|
|
7
|
-
const ItemContainer = styled.li `
|
|
8
|
-
display: flex;
|
|
9
|
-
padding: 3px 2px;
|
|
10
|
-
align-items: center;
|
|
11
|
-
gap: 10px;
|
|
12
|
-
width: 100%;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
|
|
15
|
-
${({ isSelected }) => isSelected && "background: #eee;"}
|
|
7
|
+
const ItemContainer = styled.li `
|
|
8
|
+
display: flex;
|
|
9
|
+
padding: 3px 2px;
|
|
10
|
+
align-items: center;
|
|
11
|
+
gap: 10px;
|
|
12
|
+
width: 100%;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
|
|
15
|
+
${({ isSelected }) => isSelected && "background: #eee;"}
|
|
16
16
|
`;
|
|
17
|
-
const IconContainer = styled.div `
|
|
18
|
-
display: flex;
|
|
19
|
-
width: 26px;
|
|
20
|
-
height: 26px;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
align-items: center;
|
|
23
|
-
|
|
24
|
-
border-radius: 5px;
|
|
25
|
-
|
|
26
|
-
background: ${({ theme }) => theme.color.foreground.neutralAlt};
|
|
27
|
-
box-shadow: 0px 0px 0px 1px rgba(201, 201, 204, 0.48);
|
|
28
|
-
|
|
29
|
-
svg {
|
|
30
|
-
width: 18px;
|
|
31
|
-
height: 18px;
|
|
32
|
-
}
|
|
17
|
+
const IconContainer = styled.div `
|
|
18
|
+
display: flex;
|
|
19
|
+
width: 26px;
|
|
20
|
+
height: 26px;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
align-items: center;
|
|
23
|
+
|
|
24
|
+
border-radius: 5px;
|
|
25
|
+
|
|
26
|
+
background: ${({ theme }) => theme.color.foreground.neutralAlt};
|
|
27
|
+
box-shadow: 0px 0px 0px 1px rgba(201, 201, 204, 0.48);
|
|
28
|
+
|
|
29
|
+
svg {
|
|
30
|
+
width: 18px;
|
|
31
|
+
height: 18px;
|
|
32
|
+
}
|
|
33
33
|
`;
|
|
34
|
-
const Title = styled.span `
|
|
35
|
-
color: ${({ theme }) => theme.color.foreground.neutralBase};
|
|
36
|
-
font-family: ${({ theme }) => theme.fontFamily.ui};
|
|
37
|
-
font-size: 14px;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
font-weight: 500;
|
|
40
|
-
line-height: 20px; /* 142.857% */
|
|
34
|
+
const Title = styled.span `
|
|
35
|
+
color: ${({ theme }) => theme.color.foreground.neutralBase};
|
|
36
|
+
font-family: ${({ theme }) => theme.fontFamily.ui};
|
|
37
|
+
font-size: 14px;
|
|
38
|
+
font-style: normal;
|
|
39
|
+
font-weight: 500;
|
|
40
|
+
line-height: 20px; /* 142.857% */
|
|
41
41
|
`;
|
package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js
CHANGED
|
@@ -17,37 +17,37 @@ export function ComponentPickerMenuList(props) {
|
|
|
17
17
|
}, option: option }, option.key));
|
|
18
18
|
}) }) }));
|
|
19
19
|
}
|
|
20
|
-
const Container = styled.div `
|
|
21
|
-
position: absolute;
|
|
22
|
-
|
|
23
|
-
display: flex;
|
|
24
|
-
width: 200px;
|
|
25
|
-
padding: 4px;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
align-items: flex-start;
|
|
28
|
-
gap: 5px;
|
|
29
|
-
|
|
30
|
-
border-radius: 8px;
|
|
31
|
-
border: 1px solid #e8e8eb;
|
|
32
|
-
background: ${({ theme }) => theme.color.background.neutralBase};
|
|
33
|
-
box-shadow: 0px 3px 15px -3px rgba(13, 20, 33, 0.13);
|
|
20
|
+
const Container = styled.div `
|
|
21
|
+
position: absolute;
|
|
22
|
+
|
|
23
|
+
display: flex;
|
|
24
|
+
width: 200px;
|
|
25
|
+
padding: 4px;
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
gap: 5px;
|
|
29
|
+
|
|
30
|
+
border-radius: 8px;
|
|
31
|
+
border: 1px solid #e8e8eb;
|
|
32
|
+
background: ${({ theme }) => theme.color.background.neutralBase};
|
|
33
|
+
box-shadow: 0px 3px 15px -3px rgba(13, 20, 33, 0.13);
|
|
34
34
|
`;
|
|
35
|
-
const ListContainer = styled.ul `
|
|
36
|
-
padding: 0;
|
|
37
|
-
list-style: none;
|
|
38
|
-
margin: 0;
|
|
39
|
-
|
|
40
|
-
display: flex;
|
|
41
|
-
flex-direction: column;
|
|
42
|
-
align-items: flex-start;
|
|
43
|
-
gap: 1px;
|
|
44
|
-
align-self: stretch;
|
|
45
|
-
|
|
46
|
-
overflow-y: scroll;
|
|
47
|
-
|
|
48
|
-
scrollbar-width: none;
|
|
49
|
-
-ms-overflow-style: none;
|
|
50
|
-
&::-webkit-scrollbar {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
35
|
+
const ListContainer = styled.ul `
|
|
36
|
+
padding: 0;
|
|
37
|
+
list-style: none;
|
|
38
|
+
margin: 0;
|
|
39
|
+
|
|
40
|
+
display: flex;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
align-items: flex-start;
|
|
43
|
+
gap: 1px;
|
|
44
|
+
align-self: stretch;
|
|
45
|
+
|
|
46
|
+
overflow-y: scroll;
|
|
47
|
+
|
|
48
|
+
scrollbar-width: none;
|
|
49
|
+
-ms-overflow-style: none;
|
|
50
|
+
&::-webkit-scrollbar {
|
|
51
|
+
display: none;
|
|
52
|
+
}
|
|
53
53
|
`;
|
package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { MenuOption } from "@lexical/react/LexicalTypeaheadMenuPlugin";
|
|
|
10
10
|
import { LexicalEditor } from "lexical";
|
|
11
11
|
import { ReactElement } from "react";
|
|
12
12
|
import { Theme } from "@emotion/react";
|
|
13
|
+
import { TFunction } from "i18next";
|
|
13
14
|
export declare class ComponentDrawerOption extends MenuOption {
|
|
14
15
|
title: string;
|
|
15
16
|
component: ReactElement;
|
|
@@ -33,6 +34,7 @@ export declare class ComponentPickerOption extends MenuOption {
|
|
|
33
34
|
export declare function getBaseOptions(props: {
|
|
34
35
|
editor: LexicalEditor;
|
|
35
36
|
theme: Theme;
|
|
37
|
+
t: TFunction;
|
|
36
38
|
setImageOpen: (open: boolean) => void;
|
|
37
39
|
setVideoOpen: (open: boolean) => void;
|
|
38
40
|
setFileOpen: (open: boolean) => void;
|