@team-monolith/cds 1.130.0-alpha.4 → 1.130.0-alpha.6
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/CdsProvider.js +180 -180
- package/dist/components/AlertDialog/AlertDialogTitle.js +15 -15
- package/dist/components/Banner.js +28 -28
- package/dist/components/FileTypeAlertDialog.js +16 -16
- package/dist/components/Pagination.js +22 -22
- package/dist/i18n/i18n.js +14 -14
- package/dist/node_modules/.pnpm/html-parse-stringify@3.0.1/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js +78 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/I18nextProvider.js +12 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/Trans.js +26 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/TransWithoutContext.js +174 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/context.js +20 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/defaults.js +24 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/i18nInstance.js +6 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/initReactI18next.js +11 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/unescape.js +25 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js +69 -0
- package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/utils.js +35 -0
- package/dist/patterns/LexicalEditor/Plugins.js +66 -66
- package/dist/patterns/LexicalEditor/components/FileSelectInput.js +19 -19
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +6 -6
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +34 -34
- package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +14 -14
- package/dist/patterns/LexicalEditor/nodes/FileNode/CompactFileView.js +19 -19
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +17 -17
- package/dist/patterns/LexicalEditor/nodes/ImageNode/CompactImageView.js +22 -22
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +61 -61
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +25 -25
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +24 -23
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +48 -47
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +11 -11
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +30 -30
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +35 -35
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +21 -21
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +15 -15
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +17 -17
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +30 -30
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +20 -20
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +24 -24
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +28 -28
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +11 -11
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +26 -26
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormAllowMultipleAnswers.js +8 -8
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +27 -27
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +33 -33
- package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +21 -21
- package/dist/patterns/LexicalEditor/plugins/CompactToolbarPlugin/CompactToolbarPlugin.js +34 -34
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +99 -99
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +50 -50
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +85 -85
- package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.js +13 -13
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +48 -48
- package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/useImageNodeTransform.js +16 -16
- package/dist/patterns/ToggleButtonGroup/ToggleButton.js +17 -17
- package/package.json +2 -5
- package/node_modules/@babel/runtime/LICENSE +0 -22
- package/node_modules/@babel/runtime/README.md +0 -19
- package/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -4
- package/node_modules/@babel/runtime/helpers/OverloadYield.js +0 -4
- package/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -9
- package/node_modules/@babel/runtime/helpers/applyDecs.js +0 -236
- package/node_modules/@babel/runtime/helpers/applyDecs2203.js +0 -184
- package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +0 -191
- package/node_modules/@babel/runtime/helpers/applyDecs2301.js +0 -222
- package/node_modules/@babel/runtime/helpers/applyDecs2305.js +0 -133
- package/node_modules/@babel/runtime/helpers/applyDecs2311.js +0 -124
- package/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -6
- package/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -4
- package/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -5
- package/node_modules/@babel/runtime/helpers/assertClassBrand.js +0 -5
- package/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -5
- package/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -24
- package/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -45
- package/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -26
- package/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -5
- package/node_modules/@babel/runtime/helpers/callSuper.js +0 -7
- package/node_modules/@babel/runtime/helpers/checkInRHS.js +0 -6
- package/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -4
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -10
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -4
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -4
- package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -5
- package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -4
- package/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -5
- package/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -4
- package/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateGetter.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -5
- package/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -4
- package/node_modules/@babel/runtime/helpers/classPrivateSetter.js +0 -5
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -5
- package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -4
- package/node_modules/@babel/runtime/helpers/construct.js +0 -10
- package/node_modules/@babel/runtime/helpers/createClass.js +0 -13
- package/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -50
- package/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -19
- package/node_modules/@babel/runtime/helpers/createSuper.js +0 -16
- package/node_modules/@babel/runtime/helpers/decorate.js +0 -250
- package/node_modules/@babel/runtime/helpers/defaults.js +0 -9
- package/node_modules/@babel/runtime/helpers/defineAccessor.js +0 -8
- package/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -12
- package/node_modules/@babel/runtime/helpers/defineProperty.js +0 -10
- package/node_modules/@babel/runtime/helpers/dispose.js +0 -28
- package/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/applyDecs.js +0 -236
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +0 -184
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +0 -191
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +0 -222
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +0 -133
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +0 -124
- package/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -24
- package/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -45
- package/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -26
- package/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/callSuper.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/construct.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -13
- package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -50
- package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -19
- package/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -16
- package/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -250
- package/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -12
- package/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/dispose.js +0 -28
- package/node_modules/@babel/runtime/helpers/esm/extends.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/get.js +0 -11
- package/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/identity.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +0 -27
- package/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -14
- package/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -5
- package/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -22
- package/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -28
- package/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -22
- package/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -14
- package/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -23
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
- package/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/regenerator.js +0 -89
- package/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +0 -33
- package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +0 -22
- package/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +0 -77
- package/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +0 -19
- package/node_modules/@babel/runtime/helpers/esm/set.js +0 -22
- package/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +0 -12
- package/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -4
- package/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -2
- package/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -8
- package/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -12
- package/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -7
- package/node_modules/@babel/runtime/helpers/esm/toSetter.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js +0 -6
- package/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -10
- package/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
- package/node_modules/@babel/runtime/helpers/esm/using.js +0 -12
- package/node_modules/@babel/runtime/helpers/esm/usingCtx.js +0 -59
- package/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -56
- package/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -27
- package/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -52
- package/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -4
- package/node_modules/@babel/runtime/helpers/extends.js +0 -10
- package/node_modules/@babel/runtime/helpers/get.js +0 -11
- package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -6
- package/node_modules/@babel/runtime/helpers/identity.js +0 -4
- package/node_modules/@babel/runtime/helpers/importDeferProxy.js +0 -27
- package/node_modules/@babel/runtime/helpers/inherits.js +0 -14
- package/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -5
- package/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -9
- package/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -4
- package/node_modules/@babel/runtime/helpers/instanceof.js +0 -4
- package/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -6
- package/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -22
- package/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -8
- package/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -9
- package/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -4
- package/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -28
- package/node_modules/@babel/runtime/helpers/jsx.js +0 -22
- package/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -9
- package/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -4
- package/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -4
- package/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -4
- package/node_modules/@babel/runtime/helpers/nullishReceiverError.js +0 -4
- package/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -4
- package/node_modules/@babel/runtime/helpers/objectSpread.js +0 -14
- package/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -23
- package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -13
- package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -10
- package/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -8
- package/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -4
- package/node_modules/@babel/runtime/helpers/regenerator.js +0 -89
- package/node_modules/@babel/runtime/helpers/regeneratorAsync.js +0 -8
- package/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +0 -6
- package/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +0 -33
- package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +0 -22
- package/node_modules/@babel/runtime/helpers/regeneratorKeys.js +0 -10
- package/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +0 -77
- package/node_modules/@babel/runtime/helpers/regeneratorValues.js +0 -19
- package/node_modules/@babel/runtime/helpers/set.js +0 -22
- package/node_modules/@babel/runtime/helpers/setFunctionName.js +0 -12
- package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -6
- package/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -7
- package/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -8
- package/node_modules/@babel/runtime/helpers/superPropBase.js +0 -6
- package/node_modules/@babel/runtime/helpers/superPropGet.js +0 -9
- package/node_modules/@babel/runtime/helpers/superPropSet.js +0 -6
- package/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -8
- package/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -4
- package/node_modules/@babel/runtime/helpers/tdz.js +0 -4
- package/node_modules/@babel/runtime/helpers/temporalRef.js +0 -6
- package/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -2
- package/node_modules/@babel/runtime/helpers/toArray.js +0 -8
- package/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -8
- package/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -12
- package/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -7
- package/node_modules/@babel/runtime/helpers/toSetter.js +0 -10
- package/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js +0 -6
- package/node_modules/@babel/runtime/helpers/typeof.js +0 -10
- package/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -9
- package/node_modules/@babel/runtime/helpers/using.js +0 -12
- package/node_modules/@babel/runtime/helpers/usingCtx.js +0 -59
- package/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -56
- package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -27
- package/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -52
- package/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -4
- package/node_modules/@babel/runtime/package.json +0 -1107
- package/node_modules/@babel/runtime/regenerator/index.js +0 -15
- package/node_modules/html-parse-stringify/README.md +0 -154
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.js +0 -2
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.js.map +0 -1
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.modern.js +0 -2
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.modern.js.map +0 -1
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js +0 -2
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js.map +0 -1
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.umd.js +0 -2
- package/node_modules/html-parse-stringify/dist/html-parse-stringify.umd.js.map +0 -1
- package/node_modules/html-parse-stringify/package.json +0 -50
- package/node_modules/react-i18next/.eslintrc.json +0 -74
- package/node_modules/react-i18next/.husky/pre-commit +0 -1
- package/node_modules/react-i18next/.prettierignore +0 -4
- package/node_modules/react-i18next/CHANGELOG.md +0 -1433
- package/node_modules/react-i18next/LICENSE +0 -22
- package/node_modules/react-i18next/README.md +0 -181
- package/node_modules/react-i18next/TransWithoutContext.d.mts +0 -1
- package/node_modules/react-i18next/TransWithoutContext.d.ts +0 -129
- package/node_modules/react-i18next/dist/amd/react-i18next.js +0 -867
- package/node_modules/react-i18next/dist/amd/react-i18next.min.js +0 -1
- package/node_modules/react-i18next/dist/commonjs/I18nextProvider.js +0 -21
- package/node_modules/react-i18next/dist/commonjs/Trans.js +0 -54
- package/node_modules/react-i18next/dist/commonjs/TransWithoutContext.js +0 -330
- package/node_modules/react-i18next/dist/commonjs/Translation.js +0 -19
- package/node_modules/react-i18next/dist/commonjs/context.js +0 -81
- package/node_modules/react-i18next/dist/commonjs/defaults.js +0 -26
- package/node_modules/react-i18next/dist/commonjs/i18nInstance.js +0 -13
- package/node_modules/react-i18next/dist/commonjs/index.js +0 -128
- package/node_modules/react-i18next/dist/commonjs/initReactI18next.js +0 -15
- package/node_modules/react-i18next/dist/commonjs/unescape.js +0 -32
- package/node_modules/react-i18next/dist/commonjs/useSSR.js +0 -34
- package/node_modules/react-i18next/dist/commonjs/useTranslation.js +0 -114
- package/node_modules/react-i18next/dist/commonjs/utils.js +0 -76
- package/node_modules/react-i18next/dist/commonjs/withSSR.js +0 -27
- package/node_modules/react-i18next/dist/commonjs/withTranslation.js +0 -39
- package/node_modules/react-i18next/dist/es/I18nextProvider.js +0 -15
- package/node_modules/react-i18next/dist/es/Trans.js +0 -43
- package/node_modules/react-i18next/dist/es/TransWithoutContext.js +0 -321
- package/node_modules/react-i18next/dist/es/Translation.js +0 -12
- package/node_modules/react-i18next/dist/es/context.js +0 -42
- package/node_modules/react-i18next/dist/es/defaults.js +0 -18
- package/node_modules/react-i18next/dist/es/i18nInstance.js +0 -5
- package/node_modules/react-i18next/dist/es/index.js +0 -18
- package/node_modules/react-i18next/dist/es/initReactI18next.js +0 -9
- package/node_modules/react-i18next/dist/es/package.json +0 -1
- package/node_modules/react-i18next/dist/es/unescape.js +0 -25
- package/node_modules/react-i18next/dist/es/useSSR.js +0 -27
- package/node_modules/react-i18next/dist/es/useTranslation.js +0 -107
- package/node_modules/react-i18next/dist/es/utils.js +0 -62
- package/node_modules/react-i18next/dist/es/withSSR.js +0 -20
- package/node_modules/react-i18next/dist/es/withTranslation.js +0 -32
- package/node_modules/react-i18next/dist/umd/react-i18next.js +0 -871
- package/node_modules/react-i18next/dist/umd/react-i18next.min.js +0 -1
- package/node_modules/react-i18next/helpers.d.ts +0 -3
- package/node_modules/react-i18next/icu.macro.d.mts +0 -1
- package/node_modules/react-i18next/icu.macro.d.ts +0 -103
- package/node_modules/react-i18next/icu.macro.js +0 -729
- package/node_modules/react-i18next/index.d.mts +0 -1
- package/node_modules/react-i18next/index.d.ts +0 -209
- package/node_modules/react-i18next/initReactI18next.d.mts +0 -1
- package/node_modules/react-i18next/initReactI18next.d.ts +0 -3
- package/node_modules/react-i18next/lint-staged.config.mjs +0 -4
- package/node_modules/react-i18next/package.json +0 -167
- package/node_modules/react-i18next/react-i18next.js +0 -871
- package/node_modules/react-i18next/react-i18next.min.js +0 -1
- package/node_modules/react-i18next/src/I18nextProvider.js +0 -7
- package/node_modules/react-i18next/src/Trans.js +0 -45
- package/node_modules/react-i18next/src/TransWithoutContext.js +0 -479
- package/node_modules/react-i18next/src/Translation.js +0 -14
- package/node_modules/react-i18next/src/context.js +0 -54
- package/node_modules/react-i18next/src/defaults.js +0 -20
- package/node_modules/react-i18next/src/i18nInstance.js +0 -7
- package/node_modules/react-i18next/src/index.js +0 -22
- package/node_modules/react-i18next/src/initReactI18next.js +0 -11
- package/node_modules/react-i18next/src/unescape.js +0 -31
- package/node_modules/react-i18next/src/useSSR.js +0 -33
- package/node_modules/react-i18next/src/useTranslation.js +0 -171
- package/node_modules/react-i18next/src/utils.js +0 -93
- package/node_modules/react-i18next/src/withSSR.js +0 -21
- package/node_modules/react-i18next/src/withTranslation.js +0 -35
- package/node_modules/react-i18next/vitest.workspace.typescript.mts +0 -52
- package/node_modules/void-elements/LICENSE +0 -22
- package/node_modules/void-elements/README.md +0 -27
- package/node_modules/void-elements/index.js +0 -21
- package/node_modules/void-elements/package.json +0 -34
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/utils.js
|
|
2
|
+
var e = (e, t, n, r) => {
|
|
3
|
+
let i = [n, {
|
|
4
|
+
code: t,
|
|
5
|
+
...r || {}
|
|
6
|
+
}];
|
|
7
|
+
if (e?.services?.logger?.forward) return e.services.logger.forward(i, "warn", "react-i18next::", !0);
|
|
8
|
+
s(i[0]) && (i[0] = `react-i18next:: ${i[0]}`), e?.services?.logger?.warn ? e.services.logger.warn(...i) : console?.warn && console.warn(...i);
|
|
9
|
+
}, t = {}, n = (n, r, i, a) => {
|
|
10
|
+
s(i) && t[i] || (s(i) && (t[i] = /* @__PURE__ */ new Date()), e(n, r, i, a));
|
|
11
|
+
}, r = (e, t) => () => {
|
|
12
|
+
if (e.isInitialized) t();
|
|
13
|
+
else {
|
|
14
|
+
let n = () => {
|
|
15
|
+
setTimeout(() => {
|
|
16
|
+
e.off("initialized", n);
|
|
17
|
+
}, 0), t();
|
|
18
|
+
};
|
|
19
|
+
e.on("initialized", n);
|
|
20
|
+
}
|
|
21
|
+
}, i = (e, t, n) => {
|
|
22
|
+
e.loadNamespaces(t, r(e, n));
|
|
23
|
+
}, a = (e, t, n, a) => {
|
|
24
|
+
if (s(n) && (n = [n]), e.options.preload && e.options.preload.indexOf(t) > -1) return i(e, n, a);
|
|
25
|
+
n.forEach((t) => {
|
|
26
|
+
e.options.ns.indexOf(t) < 0 && e.options.ns.push(t);
|
|
27
|
+
}), e.loadLanguages(t, r(e, a));
|
|
28
|
+
}, o = (e, t, r = {}) => !t.languages || !t.languages.length ? (n(t, "NO_LANGUAGES", "i18n.languages were undefined or empty", { languages: t.languages }), !0) : t.hasLoadedNamespace(e, {
|
|
29
|
+
lng: r.lng,
|
|
30
|
+
precheck: (t, n) => {
|
|
31
|
+
if (r.bindI18n && r.bindI18n.indexOf("languageChanging") > -1 && t.services.backendConnector.backend && t.isLanguageChangingTo && !n(t.isLanguageChangingTo, e)) return !1;
|
|
32
|
+
}
|
|
33
|
+
}), s = (e) => typeof e == "string", c = (e) => typeof e == "object" && !!e;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { o as hasLoadedNamespace, c as isObject, s as isString, a as loadLanguages, i as loadNamespaces, e as warn, n as warnOnce };
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import p from "./
|
|
15
|
-
import
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import x from "
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
1
|
+
import { useTranslation as e } from "../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
|
|
2
|
+
import { CUSTOM_TRANSFORMERS as t } from "./plugins/MarkdownTransformers/index.js";
|
|
3
|
+
import { ProblemInputPlugin as n } from "./plugins/ProblemInputPlugin/index.js";
|
|
4
|
+
import { ProblemSelectPlugin as r } from "./plugins/ProblemSelectPlugin/index.js";
|
|
5
|
+
import { LayoutPlugin as i } from "./plugins/LayoutPlugin/index.js";
|
|
6
|
+
import { SheetSelectPlugin as a } from "./plugins/SheetSelectPlugin/index.js";
|
|
7
|
+
import { SheetInputPlugin as o } from "./plugins/SheetInputPlugin/index.js";
|
|
8
|
+
import { SelfEvaluationPlugin as s } from "./plugins/SelfEvaluationPlugin/index.js";
|
|
9
|
+
import { ImagesPlugin as c } from "./plugins/ImagesPlugin/index.js";
|
|
10
|
+
import { VideosPlugin as l } from "./plugins/VideosPlugin/index.js";
|
|
11
|
+
import { FilePlugin as u } from "./plugins/FilePlugin/index.js";
|
|
12
|
+
import { ComponentPickerMenuPlugin as d } from "./plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js";
|
|
13
|
+
import { ComponentAdderPlugin as f } from "./plugins/ComponentAdderPlugin/ComponentAdderPlugin.js";
|
|
14
|
+
import { FloatingTextFormatToolbarPlugin as p } from "./plugins/FloatingTextFormatToolbarPlugin/index.js";
|
|
15
|
+
import m from "./hr.js";
|
|
16
|
+
import { FloatingLinkEditorPlugin as h } from "./plugins/FloatingLinkEditorPlugin/index.js";
|
|
17
|
+
import { ListMaxIndentLevelPlugin as g } from "./plugins/ListMaxIndentLevelPlugin/index.js";
|
|
18
|
+
import { DragDropPastePlugin as _ } from "./plugins/DragDropPastePlugin/index.js";
|
|
19
|
+
import { ParagraphPlaceholderPlugin as v } from "./plugins/ParagraphPlaceholderPlugin/index.js";
|
|
20
|
+
import { AutoLinkPlugin as y } from "./plugins/AutoLinkPlugin/index.js";
|
|
21
|
+
import { CompactToolbarPlugin as b } from "./plugins/CompactToolbarPlugin/CompactToolbarPlugin.js";
|
|
22
|
+
import { useState as x } from "react";
|
|
23
|
+
import S from "@emotion/styled";
|
|
24
|
+
import { Fragment as C, jsx as w, jsxs as T } from "@emotion/react/jsx-runtime";
|
|
25
25
|
import { RichTextPlugin as E } from "@lexical/react/LexicalRichTextPlugin";
|
|
26
26
|
import { ContentEditable as D } from "@lexical/react/LexicalContentEditable";
|
|
27
27
|
import { HistoryPlugin as O } from "@lexical/react/LexicalHistoryPlugin";
|
|
@@ -37,19 +37,19 @@ import { TablePlugin as I } from "@lexical/react/LexicalTablePlugin";
|
|
|
37
37
|
import { LinkPlugin as L } from "@lexical/react/LexicalLinkPlugin";
|
|
38
38
|
import { ClickableLinkPlugin as R } from "@lexical/react/LexicalClickableLinkPlugin";
|
|
39
39
|
//#region src/cds/patterns/LexicalEditor/Plugins.tsx
|
|
40
|
-
function z(
|
|
41
|
-
let { className:
|
|
42
|
-
return /* @__PURE__ */
|
|
43
|
-
q && Y && /* @__PURE__ */
|
|
44
|
-
!q && /* @__PURE__ */
|
|
45
|
-
/* @__PURE__ */
|
|
46
|
-
contentEditable: /* @__PURE__ */
|
|
47
|
-
className:
|
|
48
|
-
children: /* @__PURE__ */
|
|
40
|
+
function z(m) {
|
|
41
|
+
let { className: S, contentEditableClassName: D, onChange: z, isSheetEnabled: U, isQuizEnabled: W, showFileUpload: G, autoFocus: K, compactEditorMode: q } = m, { t: J } = e(), Y = M(), [X, Z] = x(null), [Q, $] = x(!1);
|
|
42
|
+
return /* @__PURE__ */ T(C, { children: [
|
|
43
|
+
q && Y && /* @__PURE__ */ w(b, {}),
|
|
44
|
+
!q && /* @__PURE__ */ w(_, {}),
|
|
45
|
+
/* @__PURE__ */ w(E, {
|
|
46
|
+
contentEditable: /* @__PURE__ */ w(B, {
|
|
47
|
+
className: S,
|
|
48
|
+
children: /* @__PURE__ */ w(V, {
|
|
49
49
|
ref: (e) => {
|
|
50
50
|
e !== null && Z(e);
|
|
51
51
|
},
|
|
52
|
-
children: /* @__PURE__ */
|
|
52
|
+
children: /* @__PURE__ */ w(H, {
|
|
53
53
|
className: D,
|
|
54
54
|
isEditable: Y,
|
|
55
55
|
compactEditorMode: q
|
|
@@ -59,57 +59,57 @@ function z(p) {
|
|
|
59
59
|
placeholder: null,
|
|
60
60
|
ErrorBoundary: A
|
|
61
61
|
}),
|
|
62
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ w(k, {
|
|
63
63
|
onChange: (e) => {
|
|
64
64
|
z?.(e.toJSON());
|
|
65
65
|
},
|
|
66
66
|
ignoreSelectionChange: !0
|
|
67
67
|
}),
|
|
68
|
-
K && /* @__PURE__ */
|
|
69
|
-
Y && /* @__PURE__ */
|
|
70
|
-
/* @__PURE__ */
|
|
71
|
-
!q && /* @__PURE__ */
|
|
68
|
+
K && /* @__PURE__ */ w(F, {}),
|
|
69
|
+
Y && /* @__PURE__ */ T(C, { children: [
|
|
70
|
+
/* @__PURE__ */ w(N, {}),
|
|
71
|
+
!q && /* @__PURE__ */ w(d, {
|
|
72
72
|
isSheetEnabled: U,
|
|
73
73
|
isQuizEnabled: W,
|
|
74
74
|
showFileUpload: G
|
|
75
75
|
}),
|
|
76
|
-
/* @__PURE__ */
|
|
77
|
-
/* @__PURE__ */
|
|
78
|
-
/* @__PURE__ */
|
|
76
|
+
/* @__PURE__ */ w(j, { transformers: t }),
|
|
77
|
+
/* @__PURE__ */ w(O, {}),
|
|
78
|
+
/* @__PURE__ */ w(v, { placeholder: J(q ? "내용을 입력하세요." : "명령어 사용 시에는 '/'를 누르세요. 블록에 마우스를 올려 나타나는 '+'를 클릭하면 아래에 블록을 추가할 수 있습니다.") })
|
|
79
79
|
] }),
|
|
80
|
-
X && Y && /* @__PURE__ */
|
|
81
|
-
!q && /* @__PURE__ */
|
|
80
|
+
X && Y && /* @__PURE__ */ T(C, { children: [
|
|
81
|
+
!q && /* @__PURE__ */ w(f, {
|
|
82
82
|
anchorElem: X,
|
|
83
83
|
isSheetEnabled: U,
|
|
84
84
|
isQuizEnabled: W,
|
|
85
85
|
showFileUpload: G
|
|
86
86
|
}),
|
|
87
|
-
/* @__PURE__ */
|
|
88
|
-
/* @__PURE__ */
|
|
87
|
+
/* @__PURE__ */ w(p, { anchorElem: X }),
|
|
88
|
+
/* @__PURE__ */ w(h, {
|
|
89
89
|
anchorElem: X,
|
|
90
90
|
isLinkEditMode: Q,
|
|
91
91
|
setIsLinkEditMode: $
|
|
92
92
|
})
|
|
93
93
|
] }),
|
|
94
|
-
!Y && /* @__PURE__ */
|
|
95
|
-
/* @__PURE__ */
|
|
96
|
-
/* @__PURE__ */
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
/* @__PURE__ */
|
|
99
|
-
/* @__PURE__ */
|
|
100
|
-
/* @__PURE__ */
|
|
101
|
-
/* @__PURE__ */
|
|
102
|
-
/* @__PURE__ */
|
|
103
|
-
/* @__PURE__ */
|
|
104
|
-
/* @__PURE__ */
|
|
105
|
-
/* @__PURE__ */
|
|
106
|
-
/* @__PURE__ */
|
|
107
|
-
/* @__PURE__ */
|
|
108
|
-
/* @__PURE__ */
|
|
109
|
-
/* @__PURE__ */
|
|
94
|
+
!Y && /* @__PURE__ */ w(R, {}),
|
|
95
|
+
/* @__PURE__ */ w(ee, {}),
|
|
96
|
+
/* @__PURE__ */ w(P, {}),
|
|
97
|
+
/* @__PURE__ */ w(c, {}),
|
|
98
|
+
/* @__PURE__ */ w(l, {}),
|
|
99
|
+
/* @__PURE__ */ w(u, {}),
|
|
100
|
+
/* @__PURE__ */ w(I, {}),
|
|
101
|
+
/* @__PURE__ */ w(L, {}),
|
|
102
|
+
/* @__PURE__ */ w(g, { maxDepth: 5 }),
|
|
103
|
+
/* @__PURE__ */ w(n, {}),
|
|
104
|
+
/* @__PURE__ */ w(r, {}),
|
|
105
|
+
/* @__PURE__ */ w(i, {}),
|
|
106
|
+
/* @__PURE__ */ w(a, {}),
|
|
107
|
+
/* @__PURE__ */ w(o, {}),
|
|
108
|
+
/* @__PURE__ */ w(s, {}),
|
|
109
|
+
/* @__PURE__ */ w(y, {})
|
|
110
110
|
] });
|
|
111
111
|
}
|
|
112
|
-
var B =
|
|
112
|
+
var B = S.div`
|
|
113
113
|
min-height: 150px;
|
|
114
114
|
border: 0;
|
|
115
115
|
display: flex;
|
|
@@ -117,11 +117,11 @@ var B = x.div`
|
|
|
117
117
|
outline: 0;
|
|
118
118
|
z-index: 0;
|
|
119
119
|
overflow: auto;
|
|
120
|
-
`, V =
|
|
120
|
+
`, V = S.div`
|
|
121
121
|
flex: auto;
|
|
122
122
|
position: relative;
|
|
123
123
|
z-index: -1;
|
|
124
|
-
`, H =
|
|
124
|
+
`, H = S(D, { shouldForwardProp: (e) => e !== "isEditable" && e !== "compactEditorMode" })`
|
|
125
125
|
border: 0;
|
|
126
126
|
font-size: 15px;
|
|
127
127
|
display: block;
|
|
@@ -144,7 +144,7 @@ var B = x.div`
|
|
|
144
144
|
// center 및 repeat-x를 지정하여 좌우로 긴 선을 그립니다.
|
|
145
145
|
height: 26px;
|
|
146
146
|
border: 0;
|
|
147
|
-
background: url("${
|
|
147
|
+
background: url("${m}") center repeat-x;
|
|
148
148
|
}
|
|
149
149
|
`;
|
|
150
150
|
//#endregion
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { stdin_default as e } from "../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/Document/file-warning-line.js";
|
|
2
2
|
import { stdin_default as t } from "../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/upload-line.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { useTranslation as n } from "../../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
|
|
4
|
+
import { Button as r } from "../../../components/Button.js";
|
|
5
|
+
import { CdsContext as i } from "../../../CdsProvider.js";
|
|
6
|
+
import { getTexts as a } from "../../../texts.js";
|
|
6
7
|
import "../uploadConstants.js";
|
|
7
|
-
import { css as
|
|
8
|
-
import { useContext as
|
|
9
|
-
import
|
|
10
|
-
import { Fragment as
|
|
11
|
-
import { useTranslation as m } from "react-i18next";
|
|
8
|
+
import { css as o, useTheme as s } from "@emotion/react";
|
|
9
|
+
import { useContext as c, useRef as l, useState as u } from "react";
|
|
10
|
+
import d from "@emotion/styled";
|
|
11
|
+
import { Fragment as f, jsx as p, jsxs as m } from "@emotion/react/jsx-runtime";
|
|
12
12
|
import h from "moment";
|
|
13
13
|
//#region src/cds/patterns/LexicalEditor/components/FileSelectInput.tsx
|
|
14
14
|
var g = (e, t) => ({
|
|
@@ -25,9 +25,9 @@ var g = (e, t) => ({
|
|
|
25
25
|
errorStr: t("업로드할 수 없는 파일입니다. 모든 파일을 업로드해주세요.")
|
|
26
26
|
}
|
|
27
27
|
})[e];
|
|
28
|
-
function _(
|
|
29
|
-
let { onChange: _, fileType: S, onFileSubmit: C } =
|
|
30
|
-
return /* @__PURE__ */
|
|
28
|
+
function _(d) {
|
|
29
|
+
let { onChange: _, fileType: S, onFileSubmit: C } = d, [w, T] = u(null), E = l(null), { t: D } = n(), { accept: O, errorStr: k } = g(S, D), A = c(i), j = s();
|
|
30
|
+
return /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ m(b, { children: [/* @__PURE__ */ p(r, {
|
|
31
31
|
fullWidth: !0,
|
|
32
32
|
color: "grey",
|
|
33
33
|
size: "medium",
|
|
@@ -35,13 +35,13 @@ function _(u) {
|
|
|
35
35
|
onClick: () => {
|
|
36
36
|
E.current?.click();
|
|
37
37
|
},
|
|
38
|
-
startIcon: /* @__PURE__ */
|
|
39
|
-
}), /* @__PURE__ */
|
|
38
|
+
startIcon: /* @__PURE__ */ p(t, {})
|
|
39
|
+
}), /* @__PURE__ */ p(x, { children: w && /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p(e, { css: o`
|
|
40
40
|
padding: 0 4px;
|
|
41
41
|
width: 24px;
|
|
42
42
|
height: 24px;
|
|
43
43
|
color: ${j.color.background.danger};
|
|
44
|
-
` }), /* @__PURE__ */
|
|
44
|
+
` }), /* @__PURE__ */ p(y, { children: w })] }) })] }), /* @__PURE__ */ p(v, {
|
|
45
45
|
ref: E,
|
|
46
46
|
type: "file",
|
|
47
47
|
accept: O,
|
|
@@ -49,7 +49,7 @@ function _(u) {
|
|
|
49
49
|
let t = e.target.files?.[0];
|
|
50
50
|
if (!t) return;
|
|
51
51
|
if (t.size >= 1073741824) {
|
|
52
|
-
T(
|
|
52
|
+
T(a(D, "errorFileTooLarge")), e.target.value = "";
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (O && !(O === "*" || (O.startsWith(".") ? O.slice(1) === t.name.split(".").pop()?.toLowerCase() : new RegExp(O.replace("*", ".*")).test(t.type)))) {
|
|
@@ -70,19 +70,19 @@ function _(u) {
|
|
|
70
70
|
}
|
|
71
71
|
})] });
|
|
72
72
|
}
|
|
73
|
-
var v =
|
|
73
|
+
var v = d.input`
|
|
74
74
|
display: none;
|
|
75
|
-
`, y =
|
|
75
|
+
`, y = d.div(({ theme: e }) => o`
|
|
76
76
|
color: ${e.color.foreground.danger};
|
|
77
77
|
font-family: ${e.fontFamily.ui};
|
|
78
78
|
font-size: 14px;
|
|
79
79
|
font-weight: 400;
|
|
80
80
|
line-height: 20px;
|
|
81
|
-
`), b =
|
|
81
|
+
`), b = d.div`
|
|
82
82
|
display: flex;
|
|
83
83
|
flex-direction: column;
|
|
84
84
|
gap: 4px;
|
|
85
|
-
`, x =
|
|
85
|
+
`, x = d.div`
|
|
86
86
|
padding-left: 8px;
|
|
87
87
|
display: flex;
|
|
88
88
|
flex-direction: row;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
1
|
+
import { useTranslation as e } from "../../../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
|
|
2
|
+
import { useState as t } from "react";
|
|
3
|
+
import n from "@emotion/styled";
|
|
4
4
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
5
|
//#region src/cds/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.tsx
|
|
6
|
-
function a(
|
|
7
|
-
let { src: a, alt: s, fallback: c } =
|
|
6
|
+
function a(n) {
|
|
7
|
+
let { src: a, alt: s, fallback: c } = n, [l, u] = t(null), { t: d } = e();
|
|
8
8
|
return /* @__PURE__ */ i(o, { children: [d("이미지 미리보기"), l === a ? c : /* @__PURE__ */ r("img", {
|
|
9
9
|
src: a,
|
|
10
10
|
alt: s,
|
|
11
11
|
onError: () => u(a)
|
|
12
12
|
})] });
|
|
13
13
|
}
|
|
14
|
-
var o =
|
|
14
|
+
var o = n.div`
|
|
15
15
|
display: flex;
|
|
16
16
|
flex-direction: column;
|
|
17
17
|
gap: 8px;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { AlertDialog as e } from "../../../../components/AlertDialog/AlertDialog.js";
|
|
2
2
|
import { stdin_default as t } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/Editor/link.js";
|
|
3
3
|
import { stdin_default as n } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/Media/image-fill.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import g from "
|
|
15
|
-
import
|
|
16
|
-
import {
|
|
4
|
+
import { useTranslation as r } from "../../../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
|
|
5
|
+
import { AlertDialogTitle as i } from "../../../../components/AlertDialog/AlertDialogTitle.js";
|
|
6
|
+
import { AlertDialogContent as a } from "../../../../components/AlertDialog/AlertDialogContent.js";
|
|
7
|
+
import { AlertDialogActions as o } from "../../../../components/AlertDialog/AlertDialogActions.js";
|
|
8
|
+
import { Button as s } from "../../../../components/Button.js";
|
|
9
|
+
import { FileSelectInput as c } from "../FileSelectInput.js";
|
|
10
|
+
import { FormInput as l } from "../../nodes/Form/FormInput.js";
|
|
11
|
+
import { ImagePreview as u } from "./ImagePreview.js";
|
|
12
|
+
import { ImageNotAvailable as d } from "../../nodes/ImageNode/ImageNotAvailable.js";
|
|
13
|
+
import { css as f, useTheme as p } from "@emotion/react";
|
|
14
|
+
import { useEffect as m, useMemo as h, useState as g } from "react";
|
|
15
|
+
import _ from "@emotion/styled";
|
|
16
|
+
import { jsx as v, jsxs as y } from "@emotion/react/jsx-runtime";
|
|
17
17
|
import { useForm as b } from "react-hook-form";
|
|
18
18
|
import { debounce as x } from "lodash";
|
|
19
19
|
//#region src/cds/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.tsx
|
|
20
20
|
function S(e) {
|
|
21
|
-
let { title:
|
|
21
|
+
let { title: i, open: f, onClose: _, imageProps: S, onChange: E, onDelete: D, shouldReset: O } = e, k = p(), { t: A } = r(), { control: j, setValue: M, watch: N, reset: P, handleSubmit: F, subscribe: I } = b({ defaultValues: S ?? {
|
|
22
22
|
src: "",
|
|
23
23
|
altText: ""
|
|
24
24
|
} }), L = () => {
|
|
25
|
-
O && P(),
|
|
25
|
+
O && P(), _();
|
|
26
26
|
}, R = (e) => {
|
|
27
27
|
E(e), L();
|
|
28
|
-
}, [z, B] =
|
|
29
|
-
return
|
|
28
|
+
}, [z, B] = g(N("src")), V = N("src") === "", H = h(() => x((e) => B(e), 500), []);
|
|
29
|
+
return m(() => {
|
|
30
30
|
let e = I({
|
|
31
31
|
name: "src",
|
|
32
32
|
formState: { values: !0 },
|
|
@@ -35,42 +35,42 @@ function S(e) {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
return () => e();
|
|
38
|
-
}, [H, I]), /* @__PURE__ */
|
|
38
|
+
}, [H, I]), /* @__PURE__ */ y(C, {
|
|
39
39
|
component: "form",
|
|
40
|
-
icon: /* @__PURE__ */
|
|
41
|
-
open:
|
|
40
|
+
icon: /* @__PURE__ */ v(n, { color: k.color.background.primary }),
|
|
41
|
+
open: f,
|
|
42
42
|
onClose: L,
|
|
43
43
|
onSubmit: (e) => {
|
|
44
44
|
e.stopPropagation(), F(R)();
|
|
45
45
|
},
|
|
46
46
|
disableIconPadding: !0,
|
|
47
47
|
children: [
|
|
48
|
-
/* @__PURE__ */
|
|
48
|
+
/* @__PURE__ */ v(w, {
|
|
49
49
|
onClose: L,
|
|
50
|
-
children:
|
|
50
|
+
children: i
|
|
51
51
|
}),
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */
|
|
52
|
+
/* @__PURE__ */ v(a, { children: /* @__PURE__ */ y(T, { children: [
|
|
53
|
+
/* @__PURE__ */ v(c, {
|
|
54
54
|
onChange: (e) => {
|
|
55
55
|
M("src", e);
|
|
56
56
|
},
|
|
57
57
|
fileType: "image"
|
|
58
58
|
}),
|
|
59
|
-
/* @__PURE__ */
|
|
59
|
+
/* @__PURE__ */ v(l, {
|
|
60
60
|
name: "src",
|
|
61
61
|
control: j,
|
|
62
62
|
placeholder: "https://www.pexels.com/photo/n-2848492",
|
|
63
63
|
size: "medium",
|
|
64
64
|
label: "URL",
|
|
65
65
|
fullWidth: !0,
|
|
66
|
-
startIcon: /* @__PURE__ */
|
|
66
|
+
startIcon: /* @__PURE__ */ v(t, {})
|
|
67
67
|
}),
|
|
68
|
-
z && /* @__PURE__ */
|
|
68
|
+
z && /* @__PURE__ */ v(u, {
|
|
69
69
|
src: z,
|
|
70
70
|
alt: N("altText"),
|
|
71
|
-
fallback: /* @__PURE__ */
|
|
71
|
+
fallback: /* @__PURE__ */ v(d, {})
|
|
72
72
|
}),
|
|
73
|
-
/* @__PURE__ */
|
|
73
|
+
/* @__PURE__ */ v(l, {
|
|
74
74
|
name: "altText",
|
|
75
75
|
control: j,
|
|
76
76
|
placeholder: A("삽입하는 이미지에 관한 설명"),
|
|
@@ -79,14 +79,14 @@ function S(e) {
|
|
|
79
79
|
fullWidth: !0
|
|
80
80
|
})
|
|
81
81
|
] }) }),
|
|
82
|
-
/* @__PURE__ */
|
|
82
|
+
/* @__PURE__ */ y(o, { children: [/* @__PURE__ */ v(s, {
|
|
83
83
|
type: "submit",
|
|
84
84
|
fullWidth: !0,
|
|
85
85
|
label: A("삽입하기"),
|
|
86
86
|
size: "medium",
|
|
87
87
|
color: "primary",
|
|
88
88
|
disabled: V
|
|
89
|
-
}), D && /* @__PURE__ */
|
|
89
|
+
}), D && /* @__PURE__ */ v(s, {
|
|
90
90
|
color: "danger",
|
|
91
91
|
size: "medium",
|
|
92
92
|
fullWidth: !0,
|
|
@@ -96,9 +96,9 @@ function S(e) {
|
|
|
96
96
|
]
|
|
97
97
|
});
|
|
98
98
|
}
|
|
99
|
-
var C =
|
|
99
|
+
var C = _(e)`
|
|
100
100
|
gap: 16px;
|
|
101
|
-
`, w =
|
|
101
|
+
`, w = _(i)(({ theme: e }) => f`
|
|
102
102
|
color: ${e.color.foreground.neutralBase};
|
|
103
103
|
text-align: center;
|
|
104
104
|
font-family: ${e.fontFamily.ui};
|
|
@@ -107,7 +107,7 @@ var C = g(e)`
|
|
|
107
107
|
font-weight: 700;
|
|
108
108
|
line-height: 28px;
|
|
109
109
|
letter-spacing: 0.25px;
|
|
110
|
-
`), T =
|
|
110
|
+
`), T = _.div`
|
|
111
111
|
display: flex;
|
|
112
112
|
flex-direction: column;
|
|
113
113
|
gap: 16px;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { useTranslation as e } from "../../../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
|
|
2
|
+
import { CdsContext as t } from "../../../../CdsProvider.js";
|
|
3
|
+
import { getTexts as n } from "../../../../texts.js";
|
|
3
4
|
import "../../uploadConstants.js";
|
|
4
|
-
import { useContext as
|
|
5
|
-
import
|
|
6
|
-
import { jsx as
|
|
7
|
-
import { useTranslation as s } from "react-i18next";
|
|
5
|
+
import { useContext as r, useEffect as i, useRef as a } from "react";
|
|
6
|
+
import o from "@emotion/styled";
|
|
7
|
+
import { jsx as s } from "@emotion/react/jsx-runtime";
|
|
8
8
|
import c from "moment";
|
|
9
9
|
//#region src/cds/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.tsx
|
|
10
|
-
function l({ open:
|
|
11
|
-
let f =
|
|
12
|
-
return
|
|
13
|
-
|
|
14
|
-
}, [
|
|
10
|
+
function l({ open: o, onClose: l, onChange: d }) {
|
|
11
|
+
let f = a(null), p = r(t), { t: m } = e();
|
|
12
|
+
return i(() => {
|
|
13
|
+
o && f.current && (f.current.value = "", f.current.click());
|
|
14
|
+
}, [o]), /* @__PURE__ */ s(u, {
|
|
15
15
|
ref: f,
|
|
16
16
|
type: "file",
|
|
17
17
|
accept: "*",
|
|
18
18
|
onChange: async (e) => {
|
|
19
|
-
let
|
|
19
|
+
let t = p.lexical?.showFileError, r = e.target.files?.[0];
|
|
20
20
|
if (!r) {
|
|
21
21
|
l();
|
|
22
22
|
return;
|
|
23
23
|
}
|
|
24
24
|
if (r.size >= 1073741824) {
|
|
25
|
-
|
|
25
|
+
t?.("upload", n(m, "errorFileTooLarge")), e.target.value = "", l();
|
|
26
26
|
return;
|
|
27
27
|
}
|
|
28
28
|
let i = p.lexical?.uploadByFile;
|
|
@@ -35,7 +35,7 @@ function l({ open: a, onClose: l, onChange: d }) {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
|
-
var u =
|
|
38
|
+
var u = o.input`
|
|
39
39
|
display: none;
|
|
40
40
|
`;
|
|
41
41
|
//#endregion
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { stdin_default as e } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/delete-bin-line.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import u from "@emotion/
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
2
|
+
import { useTranslation as t } from "../../../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
|
|
3
|
+
import { OverflowTooltip as n } from "../../../../components/OverflowTooltip.js";
|
|
4
|
+
import { FileDetailContainer as r, FileInfo as i, FileName as a, FileOptionalInfo as o, FileSize as s, IconContainer as c, getFileIcon as l } from "./fileStyles.js";
|
|
5
|
+
import { css as u } from "@emotion/react";
|
|
6
|
+
import d from "@emotion/styled";
|
|
7
|
+
import { jsx as f, jsxs as p } from "@emotion/react/jsx-runtime";
|
|
8
8
|
import { $getNodeByKey as m } from "lexical";
|
|
9
9
|
import { useLexicalComposerContext as h } from "@lexical/react/LexicalComposerContext";
|
|
10
10
|
//#region src/cds/patterns/LexicalEditor/nodes/FileNode/CompactFileView.tsx
|
|
11
|
-
function g({ fileName:
|
|
12
|
-
let [y] = h(), { t: b } =
|
|
13
|
-
return /* @__PURE__ */
|
|
11
|
+
function g({ fileName: i, fileSize: u, nodeKey: d, fileUploadDate: g }) {
|
|
12
|
+
let [y] = h(), { t: b } = t();
|
|
13
|
+
return /* @__PURE__ */ f(r, {
|
|
14
14
|
isSelected: !1,
|
|
15
|
-
children: /* @__PURE__ */
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */
|
|
15
|
+
children: /* @__PURE__ */ p(_, { children: [
|
|
16
|
+
/* @__PURE__ */ f(c, { children: l(i) }),
|
|
17
|
+
/* @__PURE__ */ f(a, { children: /* @__PURE__ */ f(n, { text: i }) }),
|
|
18
|
+
/* @__PURE__ */ f(o, { children: g }),
|
|
19
|
+
/* @__PURE__ */ p(s, { children: [(u / (1024 * 1024)).toFixed(1), " MB"] }),
|
|
20
|
+
/* @__PURE__ */ f(v, {
|
|
21
21
|
type: "button",
|
|
22
22
|
onClick: () => {
|
|
23
23
|
y.update(() => {
|
|
24
|
-
m(
|
|
24
|
+
m(d)?.remove();
|
|
25
25
|
});
|
|
26
26
|
},
|
|
27
27
|
"aria-label": b("삭제", { context: "버튼, 게시글 본문 파일" }),
|
|
28
|
-
children: /* @__PURE__ */
|
|
28
|
+
children: /* @__PURE__ */ f(e, {})
|
|
29
29
|
})
|
|
30
30
|
] })
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
|
-
var _ =
|
|
33
|
+
var _ = d(i)`
|
|
34
34
|
cursor: default;
|
|
35
|
-
`, v =
|
|
35
|
+
`, v = d.button(({ theme: e }) => u`
|
|
36
36
|
flex-shrink: 0;
|
|
37
37
|
display: flex;
|
|
38
38
|
align-items: center;
|