exploria-ui-mcp-server 2.0.0
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/LICENSE +194 -0
- package/README.md +242 -0
- package/dist/README.md +633 -0
- package/dist/components/advanced/e_parallax_scrolling/Document.vue +23 -0
- package/dist/components/advanced/e_parallax_scrolling/Using.vue +20 -0
- package/dist/components/advanced/e_parallax_scrolling/img.png +0 -0
- package/dist/components/advanced/e_parallax_scrolling/img_1.png +0 -0
- package/dist/components/advanced/e_parallax_scrolling//350/247/206/345/267/256/346/273/232/345/212/250 +0 -0
- package/dist/components/advanced/e_rolling_follow/Document.vue +21 -0
- package/dist/components/advanced/e_rolling_follow/Using.vue +54 -0
- package/dist/components/advanced/e_virtual_list/ComprehensiveCase.vue +209 -0
- package/dist/components/advanced/e_virtual_list/Document.vue +68 -0
- package/dist/components/advanced/e_virtual_list/DynamicData.vue +42 -0
- package/dist/components/advanced/e_virtual_list/Using.vue +32 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.css +19 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.ttf +0 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.woff +0 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.woff2 +0 -0
- package/dist/components/advanced/e_virtual_list/img.png +0 -0
- package/dist/components/advanced/e_watermark/AutoSize.vue +89 -0
- package/dist/components/advanced/e_watermark/BasicUsing.vue +9 -0
- package/dist/components/advanced/e_watermark/CustomFont.vue +73 -0
- package/dist/components/advanced/e_watermark/CustomStyle.vue +76 -0
- package/dist/components/advanced/e_watermark/Dense.vue +28 -0
- package/dist/components/advanced/e_watermark/Document.vue +197 -0
- package/dist/components/advanced/e_watermark/HighZIndex.vue +105 -0
- package/dist/components/advanced/e_watermark/ImageWatermark.vue +31 -0
- package/dist/components/advanced/e_watermark/MultiLine.vue +29 -0
- package/dist/components/advanced/e_watermark/OpacityWatermark.vue +73 -0
- package/dist/components/ai/typing_effect/Document.vue +47 -0
- package/dist/components/ai/typing_effect/Using1.vue +189 -0
- package/dist/components/ai/typing_effect/Using2.vue +167 -0
- package/dist/components/basic/e_badge/BasicBadge.vue +31 -0
- package/dist/components/basic/e_badge/Document.vue +137 -0
- package/dist/components/basic/e_badge/DotBadge.vue +35 -0
- package/dist/components/basic/e_badge/MaxBadge.vue +33 -0
- package/dist/components/basic/e_badge/ShowZeroBadge.vue +30 -0
- package/dist/components/basic/e_badge/SizeBadge.vue +29 -0
- package/dist/components/basic/e_badge/TypeBadge.vue +36 -0
- package/dist/components/basic/e_button/CircleButtons.vue +30 -0
- package/dist/components/basic/e_button/DisabledButtons.vue +30 -0
- package/dist/components/basic/e_button/Document.vue +171 -0
- package/dist/components/basic/e_button/LoadingButtons.vue +30 -0
- package/dist/components/basic/e_button/NormalButtons.vue +30 -0
- package/dist/components/basic/e_button/PlainButtons.vue +30 -0
- package/dist/components/basic/e_button/RoundButtons.vue +30 -0
- package/dist/components/basic/e_button/RoundedRectangleButtons.vue +35 -0
- package/dist/components/basic/e_button/SizeButtons.vue +19 -0
- package/dist/components/basic/e_button/Using.vue +89 -0
- package/dist/components/basic/e_card/BasicCard.vue +9 -0
- package/dist/components/basic/e_card/BorderlessCard.vue +8 -0
- package/dist/components/basic/e_card/ComplexContentCard.vue +92 -0
- package/dist/components/basic/e_card/CustomHeaderCard.vue +24 -0
- package/dist/components/basic/e_card/Document.vue +131 -0
- package/dist/components/basic/e_card/FooterCard.vue +12 -0
- package/dist/components/basic/e_card/ShadowCard.vue +30 -0
- package/dist/components/basic/e_card/SizesCard.vue +29 -0
- package/dist/components/basic/e_svg_icon/Document.vue +38 -0
- package/dist/components/basic/e_svg_icon/Using.vue +7 -0
- package/dist/components/basic/e_underline/BaseUsing.vue +13 -0
- package/dist/components/basic/e_underline/Document.vue +27 -0
- package/dist/components/basic/e_underline/ImgUsing.vue +36 -0
- package/dist/components/data/e_calendar/Document.vue +41 -0
- package/dist/components/data/e_calendar/Using.vue +9 -0
- package/dist/components/data/e_calendar//346/227/245/345/216/206 +0 -0
- package/dist/components/data/e_carousel/Document.vue +143 -0
- package/dist/components/data/e_carousel/Using.vue +20 -0
- package/dist/components/data/e_carousel/Using1.vue +23 -0
- package/dist/components/data/e_carousel/Using2.vue +17 -0
- package/dist/components/data/e_carousel/Using3.vue +17 -0
- package/dist/components/data/e_collapse/Document.vue +40 -0
- package/dist/components/data/e_collapse/Using.vue +9 -0
- package/dist/components/data/e_collapse//346/212/230/345/217/240/351/235/242/346/235/277 +0 -0
- package/dist/components/data/e_image/Document.vue +71 -0
- package/dist/components/data/e_image/Using.vue +21 -0
- package/dist/components/data/e_image/img.png +0 -0
- package/dist/components/data/e_list/BasicUsage.vue +18 -0
- package/dist/components/data/e_list/CustomCheckboxUsage.vue +22 -0
- package/dist/components/data/e_list/CustomEmptyDataUsage.vue +38 -0
- package/dist/components/data/e_list/CustomRowUsage.vue +64 -0
- package/dist/components/data/e_list/DividerUsage.vue +20 -0
- package/dist/components/data/e_list/Document.vue +261 -0
- package/dist/components/data/e_list/EmptyDataUsage.vue +3 -0
- package/dist/components/data/e_list/EventUsage.vue +23 -0
- package/dist/components/data/e_list/MultipleSelectUsage.vue +22 -0
- package/dist/components/data/e_list/SingleSelectUsage.vue +21 -0
- package/dist/components/data/e_list/SizeUsage.vue +35 -0
- package/dist/components/data/e_media_viewer/Document.vue +39 -0
- package/dist/components/data/e_media_viewer/Using.vue +30 -0
- package/dist/components/data/e_media_viewer/img.png +0 -0
- package/dist/components/data/e_progress/BasicProgress.vue +21 -0
- package/dist/components/data/e_progress/CircleProgress.vue +23 -0
- package/dist/components/data/e_progress/CustomColorProgress.vue +63 -0
- package/dist/components/data/e_progress/Document.vue +179 -0
- package/dist/components/data/e_progress/IndeterminateProgress.vue +49 -0
- package/dist/components/data/e_progress/ProgressSize.vue +50 -0
- package/dist/components/data/e_progress/ProgressStatus.vue +21 -0
- package/dist/components/data/e_progress/ProgressText.vue +52 -0
- package/dist/components/data/e_rolling_pagination/Document.vue +21 -0
- package/dist/components/data/e_rolling_pagination/Using.vue +33 -0
- package/dist/components/data/e_rolling_pagination//346/273/232/345/212/250/345/210/206/351/241/265 +0 -0
- package/dist/components/data/e_skeleton/Document.vue +26 -0
- package/dist/components/data/e_skeleton/Using.vue +18 -0
- package/dist/components/data/e_skeleton//351/252/250/346/236/266 +0 -0
- package/dist/components/data/e_table/Document.vue +85 -0
- package/dist/components/data/e_table/Using.vue +131 -0
- package/dist/components/data/e_timeline/Document.vue +90 -0
- package/dist/components/data/e_timeline/Using.vue +124 -0
- package/dist/components/feedback/e_dialog/AsyncUsing.vue +30 -0
- package/dist/components/feedback/e_dialog/BaseUsing.vue +15 -0
- package/dist/components/feedback/e_dialog/Document.vue +26 -0
- package/dist/components/feedback/e_drawer/BaseUsing.vue +35 -0
- package/dist/components/feedback/e_drawer/DirectionUsing.vue +93 -0
- package/dist/components/feedback/e_drawer/Document.vue +153 -0
- package/dist/components/feedback/e_drawer/LargeSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_drawer/MediumSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_drawer/SizeUsing.vue +67 -0
- package/dist/components/feedback/e_drawer/SmallSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_message/Document.vue +18 -0
- package/dist/components/feedback/e_message/Using.vue +16 -0
- package/dist/components/feedback/e_message_box/BaseUsing.vue +11 -0
- package/dist/components/feedback/e_message_box/Document.vue +18 -0
- package/dist/components/feedback/e_message_box/intro.md +12 -0
- package/dist/components/feedback/e_notification/AllPositionsNotification.vue +35 -0
- package/dist/components/feedback/e_notification/BasicTypesNotification.vue +47 -0
- package/dist/components/feedback/e_notification/ClickableNotification.vue +18 -0
- package/dist/components/feedback/e_notification/Document.vue +147 -0
- package/dist/components/feedback/e_notification/ManualCloseNotification.vue +17 -0
- package/dist/components/feedback/e_notification/Using.vue +253 -0
- package/dist/components/feedback/e_popover/BasicUsage.vue +51 -0
- package/dist/components/feedback/e_popover/ContextmenuTrigger.vue +27 -0
- package/dist/components/feedback/e_popover/CustomContent.vue +43 -0
- package/dist/components/feedback/e_popover/CustomTrigger.vue +39 -0
- package/dist/components/feedback/e_popover/Document.vue +84 -0
- package/dist/components/feedback/e_popover/HoverTrigger.vue +29 -0
- package/dist/components/feedback/e_popover/SizeVariants.vue +36 -0
- package/dist/components/feedback/e_popover/Using.vue +177 -0
- package/dist/components/feedback/e_tooltip/Document.vue +42 -0
- package/dist/components/feedback/e_tooltip/SizeUsing.vue +28 -0
- package/dist/components/feedback/e_tooltip/Using.vue +44 -0
- package/dist/components/form/e_checkbox/Document.vue +88 -0
- package/dist/components/form/e_checkbox/Using.vue +10 -0
- package/dist/components/form/e_color_picker/Document.vue +55 -0
- package/dist/components/form/e_color_picker/Using.vue +10 -0
- package/dist/components/form/e_condition_group/Document.vue +52 -0
- package/dist/components/form/e_condition_group/Using.vue +165 -0
- package/dist/components/form/e_file_selector/Document.vue +50 -0
- package/dist/components/form/e_file_selector/Using.vue +44 -0
- package/dist/components/form/e_form/BaseUsage.vue +155 -0
- package/dist/components/form/e_form/Document.vue +93 -0
- package/dist/components/form/e_form/LoginForm.vue +150 -0
- package/dist/components/form/e_form/RegisterForm.vue +46 -0
- package/dist/components/form/e_form/iconfont/iconfont.css +67 -0
- package/dist/components/form/e_form/iconfont/iconfont.ttf +0 -0
- package/dist/components/form/e_form/iconfont/iconfont.woff +0 -0
- package/dist/components/form/e_form/iconfont/iconfont.woff2 +0 -0
- package/dist/components/form/e_input/BaseUsage.vue +16 -0
- package/dist/components/form/e_input/Clearable.vue +24 -0
- package/dist/components/form/e_input/Document.vue +111 -0
- package/dist/components/form/e_input/Number.vue +10 -0
- package/dist/components/form/e_input/Password.vue +52 -0
- package/dist/components/form/e_input/iconfont/iconfont.css +67 -0
- package/dist/components/form/e_input/iconfont/iconfont.ttf +0 -0
- package/dist/components/form/e_input/iconfont/iconfont.woff +0 -0
- package/dist/components/form/e_input/iconfont/iconfont.woff2 +0 -0
- package/dist/components/form/e_radio/Document.vue +88 -0
- package/dist/components/form/e_radio/Using.vue +14 -0
- package/dist/components/form/e_select/Document.vue +32 -0
- package/dist/components/form/e_select/Using.vue +24 -0
- package/dist/components/form/e_select//351/200/211/351/241/271/346/241/206 +0 -0
- package/dist/components/form/e_slider/BaseUsage.vue +10 -0
- package/dist/components/form/e_slider/CustomRange.vue +21 -0
- package/dist/components/form/e_slider/Disabled.vue +10 -0
- package/dist/components/form/e_slider/Document.vue +55 -0
- package/dist/components/form/e_slider/ShowValue.vue +10 -0
- package/dist/components/form/e_slider/Sizes.vue +47 -0
- package/dist/components/form/e_time_picker/Document.vue +58 -0
- package/dist/components/form/e_time_picker/Using.vue +13 -0
- package/dist/components/geometry/css_3d/Document.vue +17 -0
- package/dist/components/geometry/css_3d/Using.vue +9 -0
- package/dist/components/layout/e_scroll_x/Document.vue +39 -0
- package/dist/components/layout/e_scroll_x/Using.vue +38 -0
- package/dist/components/navigation/e_dropdown/BasicUsage.vue +64 -0
- package/dist/components/navigation/e_dropdown/Contextmenu.vue +41 -0
- package/dist/components/navigation/e_dropdown/Document.vue +72 -0
- package/dist/components/navigation/e_dropdown/HoverTrigger.vue +66 -0
- package/dist/components/navigation/e_dropdown/NestedDropdown.vue +143 -0
- package/dist/components/navigation/e_tabs/Document.vue +33 -0
- package/dist/components/navigation/e_tabs/Using.vue +40 -0
- package/dist/directives/e_uuid_util/Document.vue +15 -0
- package/dist/directives/e_uuid_util/Using.vue +13 -0
- package/dist/index.js +13708 -0
- package/dist/other/advanced/gsap/BasicUsing.vue +26 -0
- package/dist/other/advanced/gsap/Document.vue +45 -0
- package/dist/other/advanced/gsap/GSAP/345/212/250/347/224/273 +0 -0
- package/dist/other/advanced/gsap/ScrollTrigger.vue +195 -0
- package/dist/other/advanced/gsap/ScrollX.vue +81 -0
- package/dist/other/advanced/gsap/Timeline.vue +30 -0
- package/dist/other/advanced/lottie/BasicUsing.vue +33 -0
- package/dist/other/advanced/lottie/Document.vue +30 -0
- package/dist/other/advanced/lottie/Lottie /345/212/250/347/224/273 +0 -0
- package/dist/other/advanced/rich_text_editor/Document.vue +24 -0
- package/dist/other/advanced/rich_text_editor/RichTextEditor.vue +105 -0
- package/dist/other/advanced/rich_text_editor/wangeditor_style.css +684 -0
- package/dist/other/advanced/sortablejs/Document.vue +32 -0
- package/dist/other/advanced/sortablejs/ShuttleFrame.vue +181 -0
- package/dist/other/advanced/sortablejs/Using.vue +68 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.ttf +0 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.woff +0 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.woff2 +0 -0
- package/dist/other/advanced/spelling/Document.vue +17 -0
- package/dist/other/advanced/spelling/Using.vue +104 -0
- package/dist/other/advanced/svg/BasicUsing.vue +12 -0
- package/dist/other/advanced/svg/Document.vue +24 -0
- package/dist/other/advanced/svg/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/dist/other/advanced/svg/FeDisplacementMap/example/Image.vue +41 -0
- package/dist/other/advanced/svg/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/advanced/svg/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/dist/other/advanced/svg/FeTurbulence/FeTurbulence.vue +28 -0
- package/dist/other/advanced/svg/FeTurbulence/example/Image.vue +41 -0
- package/dist/other/advanced/svg/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/advanced/svg/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/dist/other/canvas/base/Document.vue +15 -0
- package/dist/other/canvas/base/Using.vue +125 -0
- package/dist/other/canvas/burrow/Clip.vue +66 -0
- package/dist/other/canvas/burrow/Document.vue +36 -0
- package/dist/other/canvas/burrow/Erase.vue +58 -0
- package/dist/other/canvas/burrow/NonZeroSurroundRule.vue +70 -0
- package/dist/other/canvas/clip/Clip.vue +58 -0
- package/dist/other/canvas/clip/Document.vue +26 -0
- package/dist/other/canvas/definition/Document.vue +26 -0
- package/dist/other/canvas/definition/Using.vue +60 -0
- package/dist/other/echarts/basic/Document.vue +36 -0
- package/dist/other/echarts/basic/Label.vue +98 -0
- package/dist/other/echarts/data_zoom/Document.vue +38 -0
- package/dist/other/echarts/data_zoom/Using.vue +119 -0
- package/dist/other/echarts/data_zoom/img.svg +33 -0
- package/dist/other/echarts/gauge/Document.vue +38 -0
- package/dist/other/echarts/gauge/Gauge.vue +340 -0
- package/dist/other/echarts/gauge//344/273/252/350/241/250/347/233/230 +0 -0
- package/dist/other/echarts/liquidfill/Document.vue +46 -0
- package/dist/other/echarts/liquidfill/Using.vue +239 -0
- package/dist/other/git/sample_set/Document.vue +43 -0
- package/dist/other/git/sample_set/img/img.png +0 -0
- package/dist/other/git/sample_set/img/img_1.png +0 -0
- package/dist/other/git/sample_set/img/img_2.png +0 -0
- package/dist/other/layout/flex/Advanced.vue +104 -0
- package/dist/other/layout/flex/Advanced2.vue +181 -0
- package/dist/other/layout/flex/Base.vue +48 -0
- package/dist/other/layout/flex/Document.vue +57 -0
- package/dist/other/layout/flex/Grid.vue +54 -0
- package/dist/other/layout/flex/Height100.vue +35 -0
- package/dist/other/layout/flex/intro.md +1 -0
- package/dist/other/layout/grid/Base.vue +29 -0
- package/dist/other/layout/grid/Document.vue +54 -0
- package/dist/other/layout/grid/Grid.vue +28 -0
- package/dist/other/layout/grid/Height100.vue +35 -0
- package/dist/other/layout/grid/intro.md +1 -0
- package/dist/other/navigation/new_tab_page/Document.vue +18 -0
- package/dist/other/navigation/new_tab_page/OpenNewTabPage.vue +7 -0
- package/dist/other/navigation/new_tab_page/new-tab-page-demo.html +450 -0
- package/dist/other/network/sse/Document.vue +21 -0
- package/dist/other/network/sse/Using.vue +24 -0
- package/dist/other/network/sse/server/app.ts +62 -0
- package/dist/other/network/sse/server/static/text.md +99 -0
- package/dist/other/network/sse/server/utils/sleep.ts +5 -0
- package/dist/other/observer/mutation_observer/Document.vue +15 -0
- package/dist/other/observer/mutation_observer/Using.vue +46 -0
- package/dist/other/optimize/Document.vue +19 -0
- package/dist/other/optimize/HeavyComp.vue +19 -0
- package/dist/other/optimize/Using.vue +14 -0
- package/dist/other/optimize/useDefer.ts +28 -0
- package/dist/other/svg/base/BasicUsing.vue +12 -0
- package/dist/other/svg/base/Document.vue +24 -0
- package/dist/other/svg/base/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/dist/other/svg/base/FeDisplacementMap/example/Image.vue +41 -0
- package/dist/other/svg/base/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/svg/base/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/dist/other/svg/base/FeTurbulence/FeTurbulence.vue +28 -0
- package/dist/other/svg/base/FeTurbulence/example/Image.vue +41 -0
- package/dist/other/svg/base/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/svg/base/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/dist/other/threejs/base/Document.vue +17 -0
- package/dist/other/threejs/base/Using.vue +127 -0
- package/dist/other/threejs/controller_sync/Document.vue +15 -0
- package/dist/other/threejs/controller_sync/Using.vue +347 -0
- package/dist/other/threejs/controller_sync/bone//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/dist/other/threejs/controller_sync/motion//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/dist/other/threejs/controller_sync/scene/EnvMapTexture.jpg +0 -0
- package/dist/other/threejs/controller_sync/scene//347/257/256/347/220/203/345/234/272.glb +0 -0
- package/dist/other/threejs/controller_sync/scene//347/276/275/346/257/233/347/220/203/345/234/272.glb +0 -0
- package/dist/other/threejs/phoenix/Document.vue +17 -0
- package/dist/other/threejs/phoenix/Using.vue +79 -0
- package/dist/other/vue/life_cycle/Child.vue +43 -0
- package/dist/other/vue/life_cycle/Document.vue +15 -0
- package/dist/other/vue/life_cycle/Using.vue +16 -0
- package/dist/utils/e_echarts_util/Document.vue +14 -0
- package/dist/utils/e_echarts_util/Using.vue +81 -0
- package/dist/utils/e_image_util/Document.vue +15 -0
- package/dist/utils/e_image_util/Using.vue +24 -0
- package/dist/utils/e_image_util/author_avatar.png +0 -0
- package/dist/utils/e_uuid_util/Document.vue +15 -0
- package/dist/utils/e_uuid_util/Using.vue +13 -0
- package/dist/utils/type_utils/Document.vue +16 -0
- package/dist/utils/type_utils/TupleType.vue +16 -0
- package/package.json +33 -0
- package/public/README.md +633 -0
- package/public/components/advanced/e_parallax_scrolling/Document.vue +23 -0
- package/public/components/advanced/e_parallax_scrolling/Using.vue +20 -0
- package/public/components/advanced/e_parallax_scrolling/img.png +0 -0
- package/public/components/advanced/e_parallax_scrolling/img_1.png +0 -0
- package/public/components/advanced/e_parallax_scrolling//350/247/206/345/267/256/346/273/232/345/212/250 +0 -0
- package/public/components/advanced/e_rolling_follow/Document.vue +21 -0
- package/public/components/advanced/e_rolling_follow/Using.vue +54 -0
- package/public/components/advanced/e_virtual_list/ComprehensiveCase.vue +209 -0
- package/public/components/advanced/e_virtual_list/Document.vue +68 -0
- package/public/components/advanced/e_virtual_list/DynamicData.vue +42 -0
- package/public/components/advanced/e_virtual_list/Using.vue +32 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.css +19 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.ttf +0 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.woff +0 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.woff2 +0 -0
- package/public/components/advanced/e_virtual_list/img.png +0 -0
- package/public/components/advanced/e_watermark/AutoSize.vue +89 -0
- package/public/components/advanced/e_watermark/BasicUsing.vue +9 -0
- package/public/components/advanced/e_watermark/CustomFont.vue +73 -0
- package/public/components/advanced/e_watermark/CustomStyle.vue +76 -0
- package/public/components/advanced/e_watermark/Dense.vue +28 -0
- package/public/components/advanced/e_watermark/Document.vue +197 -0
- package/public/components/advanced/e_watermark/HighZIndex.vue +105 -0
- package/public/components/advanced/e_watermark/ImageWatermark.vue +31 -0
- package/public/components/advanced/e_watermark/MultiLine.vue +29 -0
- package/public/components/advanced/e_watermark/OpacityWatermark.vue +73 -0
- package/public/components/ai/typing_effect/Document.vue +47 -0
- package/public/components/ai/typing_effect/Using1.vue +189 -0
- package/public/components/ai/typing_effect/Using2.vue +167 -0
- package/public/components/basic/e_badge/BasicBadge.vue +31 -0
- package/public/components/basic/e_badge/Document.vue +137 -0
- package/public/components/basic/e_badge/DotBadge.vue +35 -0
- package/public/components/basic/e_badge/MaxBadge.vue +33 -0
- package/public/components/basic/e_badge/ShowZeroBadge.vue +30 -0
- package/public/components/basic/e_badge/SizeBadge.vue +29 -0
- package/public/components/basic/e_badge/TypeBadge.vue +36 -0
- package/public/components/basic/e_button/CircleButtons.vue +30 -0
- package/public/components/basic/e_button/DisabledButtons.vue +30 -0
- package/public/components/basic/e_button/Document.vue +171 -0
- package/public/components/basic/e_button/LoadingButtons.vue +30 -0
- package/public/components/basic/e_button/NormalButtons.vue +30 -0
- package/public/components/basic/e_button/PlainButtons.vue +30 -0
- package/public/components/basic/e_button/RoundButtons.vue +30 -0
- package/public/components/basic/e_button/RoundedRectangleButtons.vue +35 -0
- package/public/components/basic/e_button/SizeButtons.vue +19 -0
- package/public/components/basic/e_button/Using.vue +89 -0
- package/public/components/basic/e_card/BasicCard.vue +9 -0
- package/public/components/basic/e_card/BorderlessCard.vue +8 -0
- package/public/components/basic/e_card/ComplexContentCard.vue +92 -0
- package/public/components/basic/e_card/CustomHeaderCard.vue +24 -0
- package/public/components/basic/e_card/Document.vue +131 -0
- package/public/components/basic/e_card/FooterCard.vue +12 -0
- package/public/components/basic/e_card/ShadowCard.vue +30 -0
- package/public/components/basic/e_card/SizesCard.vue +29 -0
- package/public/components/basic/e_svg_icon/Document.vue +38 -0
- package/public/components/basic/e_svg_icon/Using.vue +7 -0
- package/public/components/basic/e_underline/BaseUsing.vue +13 -0
- package/public/components/basic/e_underline/Document.vue +27 -0
- package/public/components/basic/e_underline/ImgUsing.vue +36 -0
- package/public/components/data/e_calendar/Document.vue +41 -0
- package/public/components/data/e_calendar/Using.vue +9 -0
- package/public/components/data/e_calendar//346/227/245/345/216/206 +0 -0
- package/public/components/data/e_carousel/Document.vue +143 -0
- package/public/components/data/e_carousel/Using.vue +20 -0
- package/public/components/data/e_carousel/Using1.vue +23 -0
- package/public/components/data/e_carousel/Using2.vue +17 -0
- package/public/components/data/e_carousel/Using3.vue +17 -0
- package/public/components/data/e_collapse/Document.vue +40 -0
- package/public/components/data/e_collapse/Using.vue +9 -0
- package/public/components/data/e_collapse//346/212/230/345/217/240/351/235/242/346/235/277 +0 -0
- package/public/components/data/e_image/Document.vue +71 -0
- package/public/components/data/e_image/Using.vue +21 -0
- package/public/components/data/e_image/img.png +0 -0
- package/public/components/data/e_list/BasicUsage.vue +18 -0
- package/public/components/data/e_list/CustomCheckboxUsage.vue +22 -0
- package/public/components/data/e_list/CustomEmptyDataUsage.vue +38 -0
- package/public/components/data/e_list/CustomRowUsage.vue +64 -0
- package/public/components/data/e_list/DividerUsage.vue +20 -0
- package/public/components/data/e_list/Document.vue +261 -0
- package/public/components/data/e_list/EmptyDataUsage.vue +3 -0
- package/public/components/data/e_list/EventUsage.vue +23 -0
- package/public/components/data/e_list/MultipleSelectUsage.vue +22 -0
- package/public/components/data/e_list/SingleSelectUsage.vue +21 -0
- package/public/components/data/e_list/SizeUsage.vue +35 -0
- package/public/components/data/e_media_viewer/Document.vue +39 -0
- package/public/components/data/e_media_viewer/Using.vue +30 -0
- package/public/components/data/e_media_viewer/img.png +0 -0
- package/public/components/data/e_progress/BasicProgress.vue +21 -0
- package/public/components/data/e_progress/CircleProgress.vue +23 -0
- package/public/components/data/e_progress/CustomColorProgress.vue +63 -0
- package/public/components/data/e_progress/Document.vue +179 -0
- package/public/components/data/e_progress/IndeterminateProgress.vue +49 -0
- package/public/components/data/e_progress/ProgressSize.vue +50 -0
- package/public/components/data/e_progress/ProgressStatus.vue +21 -0
- package/public/components/data/e_progress/ProgressText.vue +52 -0
- package/public/components/data/e_rolling_pagination/Document.vue +21 -0
- package/public/components/data/e_rolling_pagination/Using.vue +33 -0
- package/public/components/data/e_rolling_pagination//346/273/232/345/212/250/345/210/206/351/241/265 +0 -0
- package/public/components/data/e_skeleton/Document.vue +26 -0
- package/public/components/data/e_skeleton/Using.vue +18 -0
- package/public/components/data/e_skeleton//351/252/250/346/236/266 +0 -0
- package/public/components/data/e_table/Document.vue +85 -0
- package/public/components/data/e_table/Using.vue +131 -0
- package/public/components/data/e_timeline/Document.vue +90 -0
- package/public/components/data/e_timeline/Using.vue +124 -0
- package/public/components/feedback/e_dialog/AsyncUsing.vue +30 -0
- package/public/components/feedback/e_dialog/BaseUsing.vue +15 -0
- package/public/components/feedback/e_dialog/Document.vue +26 -0
- package/public/components/feedback/e_drawer/BaseUsing.vue +35 -0
- package/public/components/feedback/e_drawer/DirectionUsing.vue +93 -0
- package/public/components/feedback/e_drawer/Document.vue +153 -0
- package/public/components/feedback/e_drawer/LargeSizeDrawer.vue +29 -0
- package/public/components/feedback/e_drawer/MediumSizeDrawer.vue +29 -0
- package/public/components/feedback/e_drawer/SizeUsing.vue +67 -0
- package/public/components/feedback/e_drawer/SmallSizeDrawer.vue +29 -0
- package/public/components/feedback/e_message/Document.vue +18 -0
- package/public/components/feedback/e_message/Using.vue +16 -0
- package/public/components/feedback/e_message_box/BaseUsing.vue +11 -0
- package/public/components/feedback/e_message_box/Document.vue +18 -0
- package/public/components/feedback/e_message_box/intro.md +12 -0
- package/public/components/feedback/e_notification/AllPositionsNotification.vue +35 -0
- package/public/components/feedback/e_notification/BasicTypesNotification.vue +47 -0
- package/public/components/feedback/e_notification/ClickableNotification.vue +18 -0
- package/public/components/feedback/e_notification/Document.vue +147 -0
- package/public/components/feedback/e_notification/ManualCloseNotification.vue +17 -0
- package/public/components/feedback/e_notification/Using.vue +253 -0
- package/public/components/feedback/e_popover/BasicUsage.vue +51 -0
- package/public/components/feedback/e_popover/ContextmenuTrigger.vue +27 -0
- package/public/components/feedback/e_popover/CustomContent.vue +43 -0
- package/public/components/feedback/e_popover/CustomTrigger.vue +39 -0
- package/public/components/feedback/e_popover/Document.vue +84 -0
- package/public/components/feedback/e_popover/HoverTrigger.vue +29 -0
- package/public/components/feedback/e_popover/SizeVariants.vue +36 -0
- package/public/components/feedback/e_popover/Using.vue +177 -0
- package/public/components/feedback/e_tooltip/Document.vue +42 -0
- package/public/components/feedback/e_tooltip/SizeUsing.vue +28 -0
- package/public/components/feedback/e_tooltip/Using.vue +44 -0
- package/public/components/form/e_checkbox/Document.vue +88 -0
- package/public/components/form/e_checkbox/Using.vue +10 -0
- package/public/components/form/e_color_picker/Document.vue +55 -0
- package/public/components/form/e_color_picker/Using.vue +10 -0
- package/public/components/form/e_condition_group/Document.vue +52 -0
- package/public/components/form/e_condition_group/Using.vue +165 -0
- package/public/components/form/e_file_selector/Document.vue +50 -0
- package/public/components/form/e_file_selector/Using.vue +44 -0
- package/public/components/form/e_form/BaseUsage.vue +155 -0
- package/public/components/form/e_form/Document.vue +93 -0
- package/public/components/form/e_form/LoginForm.vue +150 -0
- package/public/components/form/e_form/RegisterForm.vue +46 -0
- package/public/components/form/e_form/iconfont/iconfont.css +67 -0
- package/public/components/form/e_form/iconfont/iconfont.ttf +0 -0
- package/public/components/form/e_form/iconfont/iconfont.woff +0 -0
- package/public/components/form/e_form/iconfont/iconfont.woff2 +0 -0
- package/public/components/form/e_input/BaseUsage.vue +16 -0
- package/public/components/form/e_input/Clearable.vue +24 -0
- package/public/components/form/e_input/Document.vue +111 -0
- package/public/components/form/e_input/Number.vue +10 -0
- package/public/components/form/e_input/Password.vue +52 -0
- package/public/components/form/e_input/iconfont/iconfont.css +67 -0
- package/public/components/form/e_input/iconfont/iconfont.ttf +0 -0
- package/public/components/form/e_input/iconfont/iconfont.woff +0 -0
- package/public/components/form/e_input/iconfont/iconfont.woff2 +0 -0
- package/public/components/form/e_radio/Document.vue +88 -0
- package/public/components/form/e_radio/Using.vue +14 -0
- package/public/components/form/e_select/Document.vue +32 -0
- package/public/components/form/e_select/Using.vue +24 -0
- package/public/components/form/e_select//351/200/211/351/241/271/346/241/206 +0 -0
- package/public/components/form/e_slider/BaseUsage.vue +10 -0
- package/public/components/form/e_slider/CustomRange.vue +21 -0
- package/public/components/form/e_slider/Disabled.vue +10 -0
- package/public/components/form/e_slider/Document.vue +55 -0
- package/public/components/form/e_slider/ShowValue.vue +10 -0
- package/public/components/form/e_slider/Sizes.vue +47 -0
- package/public/components/form/e_time_picker/Document.vue +58 -0
- package/public/components/form/e_time_picker/Using.vue +13 -0
- package/public/components/geometry/css_3d/Document.vue +17 -0
- package/public/components/geometry/css_3d/Using.vue +9 -0
- package/public/components/layout/e_scroll_x/Document.vue +39 -0
- package/public/components/layout/e_scroll_x/Using.vue +38 -0
- package/public/components/navigation/e_dropdown/BasicUsage.vue +64 -0
- package/public/components/navigation/e_dropdown/Contextmenu.vue +41 -0
- package/public/components/navigation/e_dropdown/Document.vue +72 -0
- package/public/components/navigation/e_dropdown/HoverTrigger.vue +66 -0
- package/public/components/navigation/e_dropdown/NestedDropdown.vue +143 -0
- package/public/components/navigation/e_tabs/Document.vue +33 -0
- package/public/components/navigation/e_tabs/Using.vue +40 -0
- package/public/directives/e_uuid_util/Document.vue +15 -0
- package/public/directives/e_uuid_util/Using.vue +13 -0
- package/public/other/advanced/gsap/BasicUsing.vue +26 -0
- package/public/other/advanced/gsap/Document.vue +45 -0
- package/public/other/advanced/gsap/GSAP/345/212/250/347/224/273 +0 -0
- package/public/other/advanced/gsap/ScrollTrigger.vue +195 -0
- package/public/other/advanced/gsap/ScrollX.vue +81 -0
- package/public/other/advanced/gsap/Timeline.vue +30 -0
- package/public/other/advanced/lottie/BasicUsing.vue +33 -0
- package/public/other/advanced/lottie/Document.vue +30 -0
- package/public/other/advanced/lottie/Lottie /345/212/250/347/224/273 +0 -0
- package/public/other/advanced/rich_text_editor/Document.vue +24 -0
- package/public/other/advanced/rich_text_editor/RichTextEditor.vue +105 -0
- package/public/other/advanced/rich_text_editor/wangeditor_style.css +684 -0
- package/public/other/advanced/sortablejs/Document.vue +32 -0
- package/public/other/advanced/sortablejs/ShuttleFrame.vue +181 -0
- package/public/other/advanced/sortablejs/Using.vue +68 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.ttf +0 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.woff +0 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.woff2 +0 -0
- package/public/other/advanced/spelling/Document.vue +17 -0
- package/public/other/advanced/spelling/Using.vue +104 -0
- package/public/other/advanced/svg/BasicUsing.vue +12 -0
- package/public/other/advanced/svg/Document.vue +24 -0
- package/public/other/advanced/svg/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/public/other/advanced/svg/FeDisplacementMap/example/Image.vue +41 -0
- package/public/other/advanced/svg/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/advanced/svg/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/public/other/advanced/svg/FeTurbulence/FeTurbulence.vue +28 -0
- package/public/other/advanced/svg/FeTurbulence/example/Image.vue +41 -0
- package/public/other/advanced/svg/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/advanced/svg/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/public/other/canvas/base/Document.vue +15 -0
- package/public/other/canvas/base/Using.vue +125 -0
- package/public/other/canvas/burrow/Clip.vue +66 -0
- package/public/other/canvas/burrow/Document.vue +36 -0
- package/public/other/canvas/burrow/Erase.vue +58 -0
- package/public/other/canvas/burrow/NonZeroSurroundRule.vue +70 -0
- package/public/other/canvas/clip/Clip.vue +58 -0
- package/public/other/canvas/clip/Document.vue +26 -0
- package/public/other/canvas/definition/Document.vue +26 -0
- package/public/other/canvas/definition/Using.vue +60 -0
- package/public/other/echarts/basic/Document.vue +36 -0
- package/public/other/echarts/basic/Label.vue +98 -0
- package/public/other/echarts/data_zoom/Document.vue +38 -0
- package/public/other/echarts/data_zoom/Using.vue +119 -0
- package/public/other/echarts/data_zoom/img.svg +33 -0
- package/public/other/echarts/gauge/Document.vue +38 -0
- package/public/other/echarts/gauge/Gauge.vue +340 -0
- package/public/other/echarts/gauge//344/273/252/350/241/250/347/233/230 +0 -0
- package/public/other/echarts/liquidfill/Document.vue +46 -0
- package/public/other/echarts/liquidfill/Using.vue +239 -0
- package/public/other/git/sample_set/Document.vue +43 -0
- package/public/other/git/sample_set/img/img.png +0 -0
- package/public/other/git/sample_set/img/img_1.png +0 -0
- package/public/other/git/sample_set/img/img_2.png +0 -0
- package/public/other/layout/flex/Advanced.vue +104 -0
- package/public/other/layout/flex/Advanced2.vue +181 -0
- package/public/other/layout/flex/Base.vue +48 -0
- package/public/other/layout/flex/Document.vue +57 -0
- package/public/other/layout/flex/Grid.vue +54 -0
- package/public/other/layout/flex/Height100.vue +35 -0
- package/public/other/layout/flex/intro.md +1 -0
- package/public/other/layout/grid/Base.vue +29 -0
- package/public/other/layout/grid/Document.vue +54 -0
- package/public/other/layout/grid/Grid.vue +28 -0
- package/public/other/layout/grid/Height100.vue +35 -0
- package/public/other/layout/grid/intro.md +1 -0
- package/public/other/navigation/new_tab_page/Document.vue +18 -0
- package/public/other/navigation/new_tab_page/OpenNewTabPage.vue +7 -0
- package/public/other/navigation/new_tab_page/new-tab-page-demo.html +450 -0
- package/public/other/network/sse/Document.vue +21 -0
- package/public/other/network/sse/Using.vue +24 -0
- package/public/other/network/sse/server/app.ts +62 -0
- package/public/other/network/sse/server/static/text.md +99 -0
- package/public/other/network/sse/server/utils/sleep.ts +5 -0
- package/public/other/observer/mutation_observer/Document.vue +15 -0
- package/public/other/observer/mutation_observer/Using.vue +46 -0
- package/public/other/optimize/Document.vue +19 -0
- package/public/other/optimize/HeavyComp.vue +19 -0
- package/public/other/optimize/Using.vue +14 -0
- package/public/other/optimize/useDefer.ts +28 -0
- package/public/other/svg/base/BasicUsing.vue +12 -0
- package/public/other/svg/base/Document.vue +24 -0
- package/public/other/svg/base/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/public/other/svg/base/FeDisplacementMap/example/Image.vue +41 -0
- package/public/other/svg/base/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/svg/base/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/public/other/svg/base/FeTurbulence/FeTurbulence.vue +28 -0
- package/public/other/svg/base/FeTurbulence/example/Image.vue +41 -0
- package/public/other/svg/base/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/svg/base/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/public/other/threejs/base/Document.vue +17 -0
- package/public/other/threejs/base/Using.vue +127 -0
- package/public/other/threejs/controller_sync/Document.vue +15 -0
- package/public/other/threejs/controller_sync/Using.vue +347 -0
- package/public/other/threejs/controller_sync/bone//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/public/other/threejs/controller_sync/motion//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/public/other/threejs/controller_sync/scene/EnvMapTexture.jpg +0 -0
- package/public/other/threejs/controller_sync/scene//347/257/256/347/220/203/345/234/272.glb +0 -0
- package/public/other/threejs/controller_sync/scene//347/276/275/346/257/233/347/220/203/345/234/272.glb +0 -0
- package/public/other/threejs/phoenix/Document.vue +17 -0
- package/public/other/threejs/phoenix/Using.vue +79 -0
- package/public/other/vue/life_cycle/Child.vue +43 -0
- package/public/other/vue/life_cycle/Document.vue +15 -0
- package/public/other/vue/life_cycle/Using.vue +16 -0
- package/public/utils/e_echarts_util/Document.vue +14 -0
- package/public/utils/e_echarts_util/Using.vue +81 -0
- package/public/utils/e_image_util/Document.vue +15 -0
- package/public/utils/e_image_util/Using.vue +24 -0
- package/public/utils/e_image_util/author_avatar.png +0 -0
- package/public/utils/e_uuid_util/Document.vue +15 -0
- package/public/utils/e_uuid_util/Using.vue +13 -0
- package/public/utils/type_utils/Document.vue +16 -0
- package/public/utils/type_utils/TupleType.vue +16 -0
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
3
|
+
--w-e-textarea-bg-color: #fff;
|
|
4
|
+
--w-e-textarea-color: #333;
|
|
5
|
+
--w-e-textarea-border-color: #ccc;
|
|
6
|
+
--w-e-textarea-slight-border-color: #e8e8e8;
|
|
7
|
+
--w-e-textarea-slight-color: #d4d4d4;
|
|
8
|
+
--w-e-textarea-slight-bg-color: #f5f2f0;
|
|
9
|
+
--w-e-textarea-selected-border-color: #b4d5ff;
|
|
10
|
+
--w-e-textarea-handler-bg-color: #4290f7;
|
|
11
|
+
--w-e-toolbar-color: #595959;
|
|
12
|
+
--w-e-toolbar-bg-color: #fff;
|
|
13
|
+
--w-e-toolbar-active-color: #333;
|
|
14
|
+
--w-e-toolbar-active-bg-color: #f1f1f1;
|
|
15
|
+
--w-e-toolbar-disabled-color: #999;
|
|
16
|
+
--w-e-toolbar-border-color: #e8e8e8;
|
|
17
|
+
--w-e-modal-button-bg-color: #fafafa;
|
|
18
|
+
--w-e-modal-button-border-color: #d9d9d9;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.w-e-text-container *,
|
|
22
|
+
.w-e-toolbar * {
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
margin: 0;
|
|
25
|
+
outline: none;
|
|
26
|
+
padding: 0;
|
|
27
|
+
}
|
|
28
|
+
.w-e-text-container blockquote,
|
|
29
|
+
.w-e-text-container li,
|
|
30
|
+
.w-e-text-container p,
|
|
31
|
+
.w-e-text-container td,
|
|
32
|
+
.w-e-text-container th,
|
|
33
|
+
.w-e-toolbar * {
|
|
34
|
+
line-height: 1.5;
|
|
35
|
+
}
|
|
36
|
+
.w-e-text-container {
|
|
37
|
+
background-color: var(--w-e-textarea-bg-color);
|
|
38
|
+
color: var(--w-e-textarea-color);
|
|
39
|
+
height: 100%;
|
|
40
|
+
position: relative;
|
|
41
|
+
}
|
|
42
|
+
.w-e-text-container .w-e-scroll {
|
|
43
|
+
-webkit-overflow-scrolling: touch;
|
|
44
|
+
height: 100%;
|
|
45
|
+
}
|
|
46
|
+
.w-e-text-container [data-slate-editor] {
|
|
47
|
+
word-wrap: break-word;
|
|
48
|
+
border-top: 1px solid transparent;
|
|
49
|
+
min-height: 100%;
|
|
50
|
+
outline: 0;
|
|
51
|
+
padding: 0 10px;
|
|
52
|
+
white-space: pre-wrap;
|
|
53
|
+
}
|
|
54
|
+
.w-e-text-container [data-slate-editor] p {
|
|
55
|
+
margin: 15px 0;
|
|
56
|
+
}
|
|
57
|
+
.w-e-text-container [data-slate-editor] h1,
|
|
58
|
+
.w-e-text-container [data-slate-editor] h2,
|
|
59
|
+
.w-e-text-container [data-slate-editor] h3,
|
|
60
|
+
.w-e-text-container [data-slate-editor] h4,
|
|
61
|
+
.w-e-text-container [data-slate-editor] h5 {
|
|
62
|
+
margin: 20px 0;
|
|
63
|
+
}
|
|
64
|
+
.w-e-text-container [data-slate-editor] img {
|
|
65
|
+
cursor: default;
|
|
66
|
+
display: inline !important;
|
|
67
|
+
max-width: 100%;
|
|
68
|
+
min-height: 20px;
|
|
69
|
+
min-width: 20px;
|
|
70
|
+
}
|
|
71
|
+
.w-e-text-container [data-slate-editor] span {
|
|
72
|
+
text-indent: 0;
|
|
73
|
+
}
|
|
74
|
+
.w-e-text-container [data-slate-editor] [data-selected='true'] {
|
|
75
|
+
box-shadow: 0 0 0 2px var(--w-e-textarea-selected-border-color);
|
|
76
|
+
}
|
|
77
|
+
.w-e-text-placeholder {
|
|
78
|
+
font-style: italic;
|
|
79
|
+
left: 10px;
|
|
80
|
+
top: 17px;
|
|
81
|
+
width: 90%;
|
|
82
|
+
}
|
|
83
|
+
.w-e-max-length-info,
|
|
84
|
+
.w-e-text-placeholder {
|
|
85
|
+
color: var(--w-e-textarea-slight-color);
|
|
86
|
+
pointer-events: none;
|
|
87
|
+
position: absolute;
|
|
88
|
+
-webkit-user-select: none;
|
|
89
|
+
-moz-user-select: none;
|
|
90
|
+
user-select: none;
|
|
91
|
+
}
|
|
92
|
+
.w-e-max-length-info {
|
|
93
|
+
bottom: 0.5em;
|
|
94
|
+
right: 1em;
|
|
95
|
+
}
|
|
96
|
+
.w-e-bar {
|
|
97
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
98
|
+
color: var(--w-e-toolbar-color);
|
|
99
|
+
font-size: 14px;
|
|
100
|
+
padding: 0 5px;
|
|
101
|
+
}
|
|
102
|
+
.w-e-bar svg {
|
|
103
|
+
fill: var(--w-e-toolbar-color);
|
|
104
|
+
height: 14px;
|
|
105
|
+
width: 14px;
|
|
106
|
+
}
|
|
107
|
+
.w-e-bar-show {
|
|
108
|
+
display: flex;
|
|
109
|
+
}
|
|
110
|
+
.w-e-bar-hidden {
|
|
111
|
+
display: none;
|
|
112
|
+
}
|
|
113
|
+
.w-e-hover-bar {
|
|
114
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
115
|
+
border-radius: 3px;
|
|
116
|
+
box-shadow: 0 2px 5px #0000001f;
|
|
117
|
+
position: absolute;
|
|
118
|
+
}
|
|
119
|
+
.w-e-toolbar {
|
|
120
|
+
flex-wrap: wrap;
|
|
121
|
+
position: relative;
|
|
122
|
+
}
|
|
123
|
+
.w-e-bar-divider {
|
|
124
|
+
background-color: var(--w-e-toolbar-border-color);
|
|
125
|
+
display: inline-flex;
|
|
126
|
+
height: 40px;
|
|
127
|
+
margin: 0 5px;
|
|
128
|
+
width: 1px;
|
|
129
|
+
}
|
|
130
|
+
.w-e-bar-item {
|
|
131
|
+
display: flex;
|
|
132
|
+
height: 40px;
|
|
133
|
+
padding: 4px;
|
|
134
|
+
position: relative;
|
|
135
|
+
text-align: center;
|
|
136
|
+
}
|
|
137
|
+
.w-e-bar-item,
|
|
138
|
+
.w-e-bar-item button {
|
|
139
|
+
align-items: center;
|
|
140
|
+
justify-content: center;
|
|
141
|
+
}
|
|
142
|
+
.w-e-bar-item button {
|
|
143
|
+
background: transparent;
|
|
144
|
+
border: none;
|
|
145
|
+
color: var(--w-e-toolbar-color);
|
|
146
|
+
cursor: pointer;
|
|
147
|
+
display: inline-flex;
|
|
148
|
+
height: 32px;
|
|
149
|
+
overflow: hidden;
|
|
150
|
+
padding: 0 8px;
|
|
151
|
+
white-space: nowrap;
|
|
152
|
+
}
|
|
153
|
+
.w-e-bar-item button:hover {
|
|
154
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
155
|
+
color: var(--w-e-toolbar-active-color);
|
|
156
|
+
}
|
|
157
|
+
.w-e-bar-item button .title {
|
|
158
|
+
margin-left: 5px;
|
|
159
|
+
}
|
|
160
|
+
.w-e-bar-item .active {
|
|
161
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
162
|
+
color: var(--w-e-toolbar-active-color);
|
|
163
|
+
}
|
|
164
|
+
.w-e-bar-item .disabled {
|
|
165
|
+
color: var(--w-e-toolbar-disabled-color);
|
|
166
|
+
cursor: not-allowed;
|
|
167
|
+
}
|
|
168
|
+
.w-e-bar-item .disabled svg {
|
|
169
|
+
fill: var(--w-e-toolbar-disabled-color);
|
|
170
|
+
}
|
|
171
|
+
.w-e-bar-item .disabled:hover {
|
|
172
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
173
|
+
color: var(--w-e-toolbar-disabled-color);
|
|
174
|
+
}
|
|
175
|
+
.w-e-bar-item .disabled:hover svg {
|
|
176
|
+
fill: var(--w-e-toolbar-disabled-color);
|
|
177
|
+
}
|
|
178
|
+
.w-e-menu-tooltip-v5:before {
|
|
179
|
+
background-color: var(--w-e-toolbar-active-color);
|
|
180
|
+
border-radius: 5px;
|
|
181
|
+
color: var(--w-e-toolbar-bg-color);
|
|
182
|
+
content: attr(data-tooltip);
|
|
183
|
+
font-size: 0.75em;
|
|
184
|
+
opacity: 0;
|
|
185
|
+
padding: 5px 10px;
|
|
186
|
+
position: absolute;
|
|
187
|
+
text-align: center;
|
|
188
|
+
top: 40px;
|
|
189
|
+
transition: opacity 0.6s;
|
|
190
|
+
visibility: hidden;
|
|
191
|
+
white-space: pre;
|
|
192
|
+
z-index: 1;
|
|
193
|
+
}
|
|
194
|
+
.w-e-menu-tooltip-v5:after {
|
|
195
|
+
border: 5px solid transparent;
|
|
196
|
+
border-bottom: 5px solid var(--w-e-toolbar-active-color);
|
|
197
|
+
content: '';
|
|
198
|
+
opacity: 0;
|
|
199
|
+
position: absolute;
|
|
200
|
+
top: 30px;
|
|
201
|
+
transition: opacity 0.6s;
|
|
202
|
+
visibility: hidden;
|
|
203
|
+
}
|
|
204
|
+
.w-e-menu-tooltip-v5:hover:after,
|
|
205
|
+
.w-e-menu-tooltip-v5:hover:before {
|
|
206
|
+
opacity: 1;
|
|
207
|
+
visibility: visible;
|
|
208
|
+
}
|
|
209
|
+
.w-e-menu-tooltip-v5.tooltip-right:before {
|
|
210
|
+
left: 100%;
|
|
211
|
+
top: 10px;
|
|
212
|
+
}
|
|
213
|
+
.w-e-menu-tooltip-v5.tooltip-right:after {
|
|
214
|
+
border-bottom-color: transparent;
|
|
215
|
+
border-left-color: transparent;
|
|
216
|
+
border-right-color: var(--w-e-toolbar-active-color);
|
|
217
|
+
border-top-color: transparent;
|
|
218
|
+
left: 100%;
|
|
219
|
+
margin-left: -10px;
|
|
220
|
+
top: 16px;
|
|
221
|
+
}
|
|
222
|
+
.w-e-bar-item-group .w-e-bar-item-menus-container {
|
|
223
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
224
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
225
|
+
border-radius: 3px;
|
|
226
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
227
|
+
display: none;
|
|
228
|
+
left: 0;
|
|
229
|
+
margin-top: 40px;
|
|
230
|
+
position: absolute;
|
|
231
|
+
top: 0;
|
|
232
|
+
z-index: 1;
|
|
233
|
+
}
|
|
234
|
+
.w-e-bar-item-group:hover .w-e-bar-item-menus-container {
|
|
235
|
+
display: block;
|
|
236
|
+
}
|
|
237
|
+
.w-e-select-list {
|
|
238
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
239
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
240
|
+
border-radius: 3px;
|
|
241
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
242
|
+
left: 0;
|
|
243
|
+
margin-top: 40px;
|
|
244
|
+
max-height: 350px;
|
|
245
|
+
min-width: 100px;
|
|
246
|
+
overflow-y: auto;
|
|
247
|
+
position: absolute;
|
|
248
|
+
top: 0;
|
|
249
|
+
z-index: 1;
|
|
250
|
+
}
|
|
251
|
+
.w-e-select-list ul {
|
|
252
|
+
line-height: 1;
|
|
253
|
+
list-style: none;
|
|
254
|
+
}
|
|
255
|
+
.w-e-select-list ul .selected {
|
|
256
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
257
|
+
}
|
|
258
|
+
.w-e-select-list ul li {
|
|
259
|
+
cursor: pointer;
|
|
260
|
+
padding: 7px 0 7px 25px;
|
|
261
|
+
position: relative;
|
|
262
|
+
text-align: left;
|
|
263
|
+
white-space: nowrap;
|
|
264
|
+
}
|
|
265
|
+
.w-e-select-list ul li:hover {
|
|
266
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
267
|
+
}
|
|
268
|
+
.w-e-select-list ul li svg {
|
|
269
|
+
left: 0;
|
|
270
|
+
margin-left: 5px;
|
|
271
|
+
margin-top: -7px;
|
|
272
|
+
position: absolute;
|
|
273
|
+
top: 50%;
|
|
274
|
+
}
|
|
275
|
+
.w-e-bar-bottom .w-e-select-list {
|
|
276
|
+
bottom: 0;
|
|
277
|
+
margin-bottom: 40px;
|
|
278
|
+
margin-top: 0;
|
|
279
|
+
top: inherit;
|
|
280
|
+
}
|
|
281
|
+
.w-e-drop-panel {
|
|
282
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
283
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
284
|
+
border-radius: 3px;
|
|
285
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
286
|
+
margin-top: 40px;
|
|
287
|
+
min-width: 200px;
|
|
288
|
+
padding: 10px;
|
|
289
|
+
position: absolute;
|
|
290
|
+
top: 0;
|
|
291
|
+
z-index: 1;
|
|
292
|
+
}
|
|
293
|
+
.w-e-bar-bottom .w-e-drop-panel {
|
|
294
|
+
bottom: 0;
|
|
295
|
+
margin-bottom: 40px;
|
|
296
|
+
margin-top: 0;
|
|
297
|
+
top: inherit;
|
|
298
|
+
}
|
|
299
|
+
.w-e-modal {
|
|
300
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
301
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
302
|
+
border-radius: 3px;
|
|
303
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
304
|
+
color: var(--w-e-toolbar-color);
|
|
305
|
+
font-size: 14px;
|
|
306
|
+
min-height: 40px;
|
|
307
|
+
min-width: 100px;
|
|
308
|
+
padding: 20px 15px 0;
|
|
309
|
+
position: absolute;
|
|
310
|
+
text-align: left;
|
|
311
|
+
z-index: 1;
|
|
312
|
+
}
|
|
313
|
+
.w-e-modal .btn-close {
|
|
314
|
+
cursor: pointer;
|
|
315
|
+
line-height: 1;
|
|
316
|
+
padding: 5px;
|
|
317
|
+
position: absolute;
|
|
318
|
+
right: 8px;
|
|
319
|
+
top: 7px;
|
|
320
|
+
}
|
|
321
|
+
.w-e-modal .btn-close svg {
|
|
322
|
+
fill: var(--w-e-toolbar-color);
|
|
323
|
+
height: 10px;
|
|
324
|
+
width: 10px;
|
|
325
|
+
}
|
|
326
|
+
.w-e-modal .babel-container {
|
|
327
|
+
display: block;
|
|
328
|
+
margin-bottom: 15px;
|
|
329
|
+
}
|
|
330
|
+
.w-e-modal .babel-container span {
|
|
331
|
+
display: block;
|
|
332
|
+
margin-bottom: 10px;
|
|
333
|
+
}
|
|
334
|
+
.w-e-modal .button-container {
|
|
335
|
+
margin-bottom: 15px;
|
|
336
|
+
}
|
|
337
|
+
.w-e-modal button {
|
|
338
|
+
background-color: var(--w-e-modal-button-bg-color);
|
|
339
|
+
border: 1px solid var(--w-e-modal-button-border-color);
|
|
340
|
+
border-radius: 4px;
|
|
341
|
+
color: var(--w-e-toolbar-color);
|
|
342
|
+
cursor: pointer;
|
|
343
|
+
font-weight: 400;
|
|
344
|
+
height: 32px;
|
|
345
|
+
padding: 4.5px 15px;
|
|
346
|
+
text-align: center;
|
|
347
|
+
touch-action: manipulation;
|
|
348
|
+
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
349
|
+
-webkit-user-select: none;
|
|
350
|
+
-moz-user-select: none;
|
|
351
|
+
user-select: none;
|
|
352
|
+
white-space: nowrap;
|
|
353
|
+
}
|
|
354
|
+
.w-e-modal input[type='number'],
|
|
355
|
+
.w-e-modal input[type='text'],
|
|
356
|
+
.w-e-modal textarea {
|
|
357
|
+
font-feature-settings: 'tnum';
|
|
358
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
359
|
+
border: 1px solid var(--w-e-modal-button-border-color);
|
|
360
|
+
border-radius: 4px;
|
|
361
|
+
color: var(--w-e-toolbar-color);
|
|
362
|
+
font-variant: tabular-nums;
|
|
363
|
+
padding: 4.5px 11px;
|
|
364
|
+
transition: all 0.3s;
|
|
365
|
+
width: 100%;
|
|
366
|
+
}
|
|
367
|
+
.w-e-modal textarea {
|
|
368
|
+
min-height: 60px;
|
|
369
|
+
}
|
|
370
|
+
body .w-e-modal,
|
|
371
|
+
body .w-e-modal * {
|
|
372
|
+
box-sizing: border-box;
|
|
373
|
+
}
|
|
374
|
+
.w-e-progress-bar {
|
|
375
|
+
background-color: var(--w-e-textarea-handler-bg-color);
|
|
376
|
+
height: 1px;
|
|
377
|
+
position: absolute;
|
|
378
|
+
transition: width 0.3s;
|
|
379
|
+
width: 0;
|
|
380
|
+
}
|
|
381
|
+
.w-e-full-screen-container {
|
|
382
|
+
bottom: 0 !important;
|
|
383
|
+
display: flex !important;
|
|
384
|
+
flex-direction: column !important;
|
|
385
|
+
height: 100% !important;
|
|
386
|
+
left: 0 !important;
|
|
387
|
+
margin: 0 !important;
|
|
388
|
+
padding: 0 !important;
|
|
389
|
+
position: fixed;
|
|
390
|
+
right: 0 !important;
|
|
391
|
+
top: 0 !important;
|
|
392
|
+
width: 100% !important;
|
|
393
|
+
}
|
|
394
|
+
.w-e-full-screen-container [data-w-e-textarea='true'] {
|
|
395
|
+
flex: 1 !important;
|
|
396
|
+
}
|
|
397
|
+
.w-e-text-container [data-slate-editor] code {
|
|
398
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
399
|
+
border-radius: 3px;
|
|
400
|
+
font-family: monospace;
|
|
401
|
+
padding: 3px;
|
|
402
|
+
}
|
|
403
|
+
.w-e-panel-content-color {
|
|
404
|
+
list-style: none;
|
|
405
|
+
text-align: left;
|
|
406
|
+
width: 230px;
|
|
407
|
+
}
|
|
408
|
+
.w-e-panel-content-color li {
|
|
409
|
+
border: 1px solid var(--w-e-toolbar-bg-color);
|
|
410
|
+
border-radius: 3px 3px;
|
|
411
|
+
cursor: pointer;
|
|
412
|
+
display: inline-block;
|
|
413
|
+
padding: 2px;
|
|
414
|
+
}
|
|
415
|
+
.w-e-panel-content-color li:hover {
|
|
416
|
+
border-color: var(--w-e-toolbar-color);
|
|
417
|
+
}
|
|
418
|
+
.w-e-panel-content-color li .color-block {
|
|
419
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
420
|
+
border-radius: 3px 3px;
|
|
421
|
+
height: 17px;
|
|
422
|
+
width: 17px;
|
|
423
|
+
}
|
|
424
|
+
.w-e-panel-content-color .active {
|
|
425
|
+
border-color: var(--w-e-toolbar-color);
|
|
426
|
+
}
|
|
427
|
+
.w-e-panel-content-color .clear {
|
|
428
|
+
line-height: 1.5;
|
|
429
|
+
margin-bottom: 5px;
|
|
430
|
+
width: 100%;
|
|
431
|
+
}
|
|
432
|
+
.w-e-panel-content-color .clear svg {
|
|
433
|
+
height: 16px;
|
|
434
|
+
margin-bottom: -4px;
|
|
435
|
+
width: 16px;
|
|
436
|
+
}
|
|
437
|
+
.w-e-text-container [data-slate-editor] blockquote {
|
|
438
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
439
|
+
border-left: 8px solid var(--w-e-textarea-selected-border-color);
|
|
440
|
+
display: block;
|
|
441
|
+
font-size: 100%;
|
|
442
|
+
line-height: 1.5;
|
|
443
|
+
margin: 10px 0;
|
|
444
|
+
padding: 10px;
|
|
445
|
+
}
|
|
446
|
+
.w-e-panel-content-emotion {
|
|
447
|
+
font-size: 20px;
|
|
448
|
+
list-style: none;
|
|
449
|
+
text-align: left;
|
|
450
|
+
width: 300px;
|
|
451
|
+
}
|
|
452
|
+
.w-e-panel-content-emotion li {
|
|
453
|
+
border-radius: 3px 3px;
|
|
454
|
+
cursor: pointer;
|
|
455
|
+
display: inline-block;
|
|
456
|
+
padding: 0 5px;
|
|
457
|
+
}
|
|
458
|
+
.w-e-panel-content-emotion li:hover {
|
|
459
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
460
|
+
}
|
|
461
|
+
.w-e-textarea-divider {
|
|
462
|
+
border-radius: 3px;
|
|
463
|
+
margin: 20px auto;
|
|
464
|
+
padding: 20px;
|
|
465
|
+
}
|
|
466
|
+
.w-e-textarea-divider hr {
|
|
467
|
+
background-color: var(--w-e-textarea-border-color);
|
|
468
|
+
border: 0;
|
|
469
|
+
display: block;
|
|
470
|
+
height: 1px;
|
|
471
|
+
}
|
|
472
|
+
.w-e-text-container [data-slate-editor] pre > code {
|
|
473
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
474
|
+
border: 1px solid var(--w-e-textarea-slight-border-color);
|
|
475
|
+
border-radius: 4px 4px;
|
|
476
|
+
display: block;
|
|
477
|
+
font-size: 14px;
|
|
478
|
+
padding: 10px;
|
|
479
|
+
text-indent: 0;
|
|
480
|
+
}
|
|
481
|
+
.w-e-text-container [data-slate-editor] .w-e-image-container {
|
|
482
|
+
display: inline-block;
|
|
483
|
+
margin: 0 3px;
|
|
484
|
+
}
|
|
485
|
+
.w-e-text-container [data-slate-editor] .w-e-image-container:hover {
|
|
486
|
+
box-shadow: 0 0 0 2px var(--w-e-textarea-selected-border-color);
|
|
487
|
+
}
|
|
488
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container {
|
|
489
|
+
overflow: hidden;
|
|
490
|
+
position: relative;
|
|
491
|
+
}
|
|
492
|
+
.w-e-text-container
|
|
493
|
+
[data-slate-editor]
|
|
494
|
+
.w-e-selected-image-container
|
|
495
|
+
.w-e-image-dragger {
|
|
496
|
+
background-color: var(--w-e-textarea-handler-bg-color);
|
|
497
|
+
height: 7px;
|
|
498
|
+
position: absolute;
|
|
499
|
+
width: 7px;
|
|
500
|
+
}
|
|
501
|
+
.w-e-text-container
|
|
502
|
+
[data-slate-editor]
|
|
503
|
+
.w-e-selected-image-container
|
|
504
|
+
.left-top {
|
|
505
|
+
cursor: nwse-resize;
|
|
506
|
+
left: 0;
|
|
507
|
+
top: 0;
|
|
508
|
+
}
|
|
509
|
+
.w-e-text-container
|
|
510
|
+
[data-slate-editor]
|
|
511
|
+
.w-e-selected-image-container
|
|
512
|
+
.right-top {
|
|
513
|
+
cursor: nesw-resize;
|
|
514
|
+
right: 0;
|
|
515
|
+
top: 0;
|
|
516
|
+
}
|
|
517
|
+
.w-e-text-container
|
|
518
|
+
[data-slate-editor]
|
|
519
|
+
.w-e-selected-image-container
|
|
520
|
+
.left-bottom {
|
|
521
|
+
bottom: 0;
|
|
522
|
+
cursor: nesw-resize;
|
|
523
|
+
left: 0;
|
|
524
|
+
}
|
|
525
|
+
.w-e-text-container
|
|
526
|
+
[data-slate-editor]
|
|
527
|
+
.w-e-selected-image-container
|
|
528
|
+
.right-bottom {
|
|
529
|
+
bottom: 0;
|
|
530
|
+
cursor: nwse-resize;
|
|
531
|
+
right: 0;
|
|
532
|
+
}
|
|
533
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover {
|
|
534
|
+
box-shadow: none;
|
|
535
|
+
}
|
|
536
|
+
.w-e-text-container [contenteditable='false'] .w-e-image-container:hover {
|
|
537
|
+
box-shadow: none;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.w-e-text-container [data-slate-editor] .table-container {
|
|
541
|
+
border: 1px dashed var(--w-e-textarea-border-color);
|
|
542
|
+
border-radius: 5px;
|
|
543
|
+
margin-top: 10px;
|
|
544
|
+
overflow-x: auto;
|
|
545
|
+
padding: 10px;
|
|
546
|
+
width: 100%;
|
|
547
|
+
}
|
|
548
|
+
.w-e-text-container [data-slate-editor] table {
|
|
549
|
+
border-collapse: collapse;
|
|
550
|
+
}
|
|
551
|
+
.w-e-text-container [data-slate-editor] table td,
|
|
552
|
+
.w-e-text-container [data-slate-editor] table th {
|
|
553
|
+
border: 1px solid var(--w-e-textarea-border-color);
|
|
554
|
+
line-height: 1.5;
|
|
555
|
+
min-width: 30px;
|
|
556
|
+
padding: 3px 5px;
|
|
557
|
+
text-align: left;
|
|
558
|
+
}
|
|
559
|
+
.w-e-text-container [data-slate-editor] table th {
|
|
560
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
561
|
+
font-weight: 700;
|
|
562
|
+
text-align: center;
|
|
563
|
+
}
|
|
564
|
+
.w-e-panel-content-table {
|
|
565
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
566
|
+
}
|
|
567
|
+
.w-e-panel-content-table table {
|
|
568
|
+
border-collapse: collapse;
|
|
569
|
+
}
|
|
570
|
+
.w-e-panel-content-table td {
|
|
571
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
572
|
+
cursor: pointer;
|
|
573
|
+
height: 15px;
|
|
574
|
+
padding: 3px 5px;
|
|
575
|
+
width: 20px;
|
|
576
|
+
}
|
|
577
|
+
.w-e-panel-content-table td.active {
|
|
578
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
579
|
+
}
|
|
580
|
+
.w-e-textarea-video-container {
|
|
581
|
+
background-image:
|
|
582
|
+
linear-gradient(
|
|
583
|
+
45deg,
|
|
584
|
+
#eee 25%,
|
|
585
|
+
transparent 0,
|
|
586
|
+
transparent 75%,
|
|
587
|
+
#eee 0,
|
|
588
|
+
#eee
|
|
589
|
+
),
|
|
590
|
+
linear-gradient(45deg, #eee 25%, #fff 0, #fff 75%, #eee 0, #eee);
|
|
591
|
+
background-position:
|
|
592
|
+
0 0,
|
|
593
|
+
10px 10px;
|
|
594
|
+
background-size: 20px 20px;
|
|
595
|
+
border: 1px dashed var(--w-e-textarea-border-color);
|
|
596
|
+
border-radius: 5px;
|
|
597
|
+
margin: 10px auto 0;
|
|
598
|
+
padding: 10px 0;
|
|
599
|
+
text-align: center;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.w-e-text-container [data-slate-editor] pre > code {
|
|
603
|
+
word-wrap: normal;
|
|
604
|
+
font-family:
|
|
605
|
+
Consolas,
|
|
606
|
+
Monaco,
|
|
607
|
+
Andale Mono,
|
|
608
|
+
Ubuntu Mono,
|
|
609
|
+
monospace;
|
|
610
|
+
-webkit-hyphens: none;
|
|
611
|
+
hyphens: none;
|
|
612
|
+
line-height: 1.5;
|
|
613
|
+
margin: 0.5em 0;
|
|
614
|
+
overflow: auto;
|
|
615
|
+
padding: 1em;
|
|
616
|
+
-moz-tab-size: 4;
|
|
617
|
+
-o-tab-size: 4;
|
|
618
|
+
tab-size: 4;
|
|
619
|
+
text-align: left;
|
|
620
|
+
text-shadow: 0 1px #fff;
|
|
621
|
+
white-space: pre;
|
|
622
|
+
word-break: normal;
|
|
623
|
+
word-spacing: normal;
|
|
624
|
+
}
|
|
625
|
+
.w-e-text-container [data-slate-editor] pre > code .token.cdata,
|
|
626
|
+
.w-e-text-container [data-slate-editor] pre > code .token.comment,
|
|
627
|
+
.w-e-text-container [data-slate-editor] pre > code .token.doctype,
|
|
628
|
+
.w-e-text-container [data-slate-editor] pre > code .token.prolog {
|
|
629
|
+
color: #708090;
|
|
630
|
+
}
|
|
631
|
+
.w-e-text-container [data-slate-editor] pre > code .token.punctuation {
|
|
632
|
+
color: #999;
|
|
633
|
+
}
|
|
634
|
+
.w-e-text-container [data-slate-editor] pre > code .token.namespace {
|
|
635
|
+
opacity: 0.7;
|
|
636
|
+
}
|
|
637
|
+
.w-e-text-container [data-slate-editor] pre > code .token.boolean,
|
|
638
|
+
.w-e-text-container [data-slate-editor] pre > code .token.constant,
|
|
639
|
+
.w-e-text-container [data-slate-editor] pre > code .token.deleted,
|
|
640
|
+
.w-e-text-container [data-slate-editor] pre > code .token.number,
|
|
641
|
+
.w-e-text-container [data-slate-editor] pre > code .token.property,
|
|
642
|
+
.w-e-text-container [data-slate-editor] pre > code .token.symbol,
|
|
643
|
+
.w-e-text-container [data-slate-editor] pre > code .token.tag {
|
|
644
|
+
color: #905;
|
|
645
|
+
}
|
|
646
|
+
.w-e-text-container [data-slate-editor] pre > code .token.attr-name,
|
|
647
|
+
.w-e-text-container [data-slate-editor] pre > code .token.builtin,
|
|
648
|
+
.w-e-text-container [data-slate-editor] pre > code .token.char,
|
|
649
|
+
.w-e-text-container [data-slate-editor] pre > code .token.inserted,
|
|
650
|
+
.w-e-text-container [data-slate-editor] pre > code .token.selector,
|
|
651
|
+
.w-e-text-container [data-slate-editor] pre > code .token.string {
|
|
652
|
+
color: #690;
|
|
653
|
+
}
|
|
654
|
+
.w-e-text-container [data-slate-editor] pre > code .language-css .token.string,
|
|
655
|
+
.w-e-text-container [data-slate-editor] pre > code .style .token.string,
|
|
656
|
+
.w-e-text-container [data-slate-editor] pre > code .token.entity,
|
|
657
|
+
.w-e-text-container [data-slate-editor] pre > code .token.operator,
|
|
658
|
+
.w-e-text-container [data-slate-editor] pre > code .token.url {
|
|
659
|
+
color: #9a6e3a;
|
|
660
|
+
}
|
|
661
|
+
.w-e-text-container [data-slate-editor] pre > code .token.atrule,
|
|
662
|
+
.w-e-text-container [data-slate-editor] pre > code .token.attr-value,
|
|
663
|
+
.w-e-text-container [data-slate-editor] pre > code .token.keyword {
|
|
664
|
+
color: #07a;
|
|
665
|
+
}
|
|
666
|
+
.w-e-text-container [data-slate-editor] pre > code .token.class-name,
|
|
667
|
+
.w-e-text-container [data-slate-editor] pre > code .token.function {
|
|
668
|
+
color: #dd4a68;
|
|
669
|
+
}
|
|
670
|
+
.w-e-text-container [data-slate-editor] pre > code .token.important,
|
|
671
|
+
.w-e-text-container [data-slate-editor] pre > code .token.regex,
|
|
672
|
+
.w-e-text-container [data-slate-editor] pre > code .token.variable {
|
|
673
|
+
color: #e90;
|
|
674
|
+
}
|
|
675
|
+
.w-e-text-container [data-slate-editor] pre > code .token.bold,
|
|
676
|
+
.w-e-text-container [data-slate-editor] pre > code .token.important {
|
|
677
|
+
font-weight: 700;
|
|
678
|
+
}
|
|
679
|
+
.w-e-text-container [data-slate-editor] pre > code .token.italic {
|
|
680
|
+
font-style: italic;
|
|
681
|
+
}
|
|
682
|
+
.w-e-text-container [data-slate-editor] pre > code .token.entity {
|
|
683
|
+
cursor: help;
|
|
684
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import Using from './Using.vue';
|
|
4
|
+
import UsingCode from './Using.vue?raw';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import ShuttleFrame from './ShuttleFrame.vue';
|
|
7
|
+
import ShuttleFrameCode from './ShuttleFrame.vue?raw';
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<template>
|
|
11
|
+
<PageLayout>
|
|
12
|
+
<DemoBox title="介绍">
|
|
13
|
+
<h2>SortableJS 拖拽排序</h2>
|
|
14
|
+
<p>
|
|
15
|
+
基于 SortableJS
|
|
16
|
+
库实现的拖拽排序组件,支持列表项的拖拽排序和穿梭框功能。
|
|
17
|
+
</p>
|
|
18
|
+
</DemoBox>
|
|
19
|
+
<DemoBox :code="UsingCode" :libs="['sortablejs']" title="基本用法">
|
|
20
|
+
<Using />
|
|
21
|
+
<template #description>
|
|
22
|
+
按钮有五种类型:主按钮、次按钮、虚线按钮、文本按钮和链接按钮。主按钮在同一个操作区域最多出现一次。
|
|
23
|
+
</template>
|
|
24
|
+
</DemoBox>
|
|
25
|
+
<DemoBox :code="ShuttleFrameCode" :libs="['sortablejs']" title="穿梭框">
|
|
26
|
+
<ShuttleFrame />
|
|
27
|
+
<template #description>
|
|
28
|
+
按钮有五种类型:主按钮、次按钮、虚线按钮、文本按钮和链接按钮。主按钮在同一个操作区域最多出现一次。
|
|
29
|
+
</template>
|
|
30
|
+
</DemoBox>
|
|
31
|
+
</PageLayout>
|
|
32
|
+
</template>
|