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,131 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import APITable from '@/components/APITable.vue';
|
|
3
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
4
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
5
|
+
|
|
6
|
+
import BasicCard from './BasicCard.vue';
|
|
7
|
+
import ComplexContentCard from './ComplexContentCard.vue';
|
|
8
|
+
import CustomHeaderCard from './CustomHeaderCard.vue';
|
|
9
|
+
import ShadowCard from './ShadowCard.vue';
|
|
10
|
+
import FooterCard from './FooterCard.vue';
|
|
11
|
+
import BorderlessCard from './BorderlessCard.vue';
|
|
12
|
+
import SizesCard from './SizesCard.vue';
|
|
13
|
+
|
|
14
|
+
import BasicCardCode from './BasicCard.vue?raw';
|
|
15
|
+
import ComplexContentCardCode from './ComplexContentCard.vue?raw';
|
|
16
|
+
import CustomHeaderCardCode from './CustomHeaderCard.vue?raw';
|
|
17
|
+
import ShadowCardCode from './ShadowCard.vue?raw';
|
|
18
|
+
import FooterCardCode from './FooterCard.vue?raw';
|
|
19
|
+
import BorderlessCardCode from './BorderlessCard.vue?raw';
|
|
20
|
+
import SizesCardCode from './SizesCard.vue?raw';
|
|
21
|
+
|
|
22
|
+
const columns = [
|
|
23
|
+
{
|
|
24
|
+
prop: 'name',
|
|
25
|
+
label: '名称',
|
|
26
|
+
width: 150,
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
prop: 'description',
|
|
30
|
+
label: '描述',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
prop: 'type',
|
|
34
|
+
label: '类型',
|
|
35
|
+
width: 150,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
prop: 'default',
|
|
39
|
+
label: '默认值',
|
|
40
|
+
width: 150,
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
</script>
|
|
44
|
+
|
|
45
|
+
<template>
|
|
46
|
+
<PageLayout>
|
|
47
|
+
<DemoBox title="介绍">
|
|
48
|
+
<h2>ECard 卡片</h2>
|
|
49
|
+
<p>
|
|
50
|
+
卡片组件是一个容器型组件,用于展示信息或包裹其他组件,提供了多种样式和尺寸选项。
|
|
51
|
+
</p>
|
|
52
|
+
</DemoBox>
|
|
53
|
+
|
|
54
|
+
<DemoBox title="基础使用" :code="BasicCardCode">
|
|
55
|
+
<BasicCard />
|
|
56
|
+
</DemoBox>
|
|
57
|
+
|
|
58
|
+
<DemoBox title="复杂内容卡片" :code="ComplexContentCardCode">
|
|
59
|
+
<ComplexContentCard />
|
|
60
|
+
</DemoBox>
|
|
61
|
+
<DemoBox title="自定义头部卡片" :code="CustomHeaderCardCode">
|
|
62
|
+
<CustomHeaderCard />
|
|
63
|
+
</DemoBox>
|
|
64
|
+
<DemoBox title="阴影卡片" :code="ShadowCardCode">
|
|
65
|
+
<ShadowCard />
|
|
66
|
+
</DemoBox>
|
|
67
|
+
<DemoBox title="底部卡片" :code="FooterCardCode">
|
|
68
|
+
<FooterCard />
|
|
69
|
+
</DemoBox>
|
|
70
|
+
<DemoBox title="无边框卡片" :code="BorderlessCardCode">
|
|
71
|
+
<BorderlessCard />
|
|
72
|
+
</DemoBox>
|
|
73
|
+
<DemoBox title="尺寸卡片" :code="SizesCardCode">
|
|
74
|
+
<SizesCard />
|
|
75
|
+
</DemoBox>
|
|
76
|
+
<APITable
|
|
77
|
+
:columns="columns"
|
|
78
|
+
:data="[
|
|
79
|
+
{
|
|
80
|
+
subTitle: 'ECard Props',
|
|
81
|
+
list: [
|
|
82
|
+
{
|
|
83
|
+
name: 'title',
|
|
84
|
+
description: '卡片标题',
|
|
85
|
+
type: 'string',
|
|
86
|
+
required: false,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'subTitle',
|
|
90
|
+
description: '卡片副标题',
|
|
91
|
+
type: 'string',
|
|
92
|
+
required: false,
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: 'bordered',
|
|
96
|
+
description: '是否显示边框',
|
|
97
|
+
type: 'boolean',
|
|
98
|
+
required: false,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
name: 'shadow',
|
|
102
|
+
description:
|
|
103
|
+
'阴影效果,可选值:none、small、medium、large',
|
|
104
|
+
type: 'string',
|
|
105
|
+
required: false,
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
name: 'size',
|
|
109
|
+
description:
|
|
110
|
+
'卡片尺寸,可选值:small、medium、large',
|
|
111
|
+
type: 'string',
|
|
112
|
+
required: false,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: 'headerHeight',
|
|
116
|
+
description: '自定义头部高度',
|
|
117
|
+
type: 'string',
|
|
118
|
+
required: false,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
name: 'footerHeight',
|
|
122
|
+
description: '自定义底部高度',
|
|
123
|
+
type: 'string',
|
|
124
|
+
required: false,
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
]"
|
|
129
|
+
/>
|
|
130
|
+
</PageLayout>
|
|
131
|
+
</template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { EButton, ECard } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
<template>
|
|
5
|
+
<ECard title="带操作区的卡片">
|
|
6
|
+
这个卡片包含了底部操作区,可以放置按钮等操作元素。
|
|
7
|
+
<template #footer>
|
|
8
|
+
<EButton type="primary">确定</EButton>
|
|
9
|
+
<EButton>取消</EButton>
|
|
10
|
+
</template>
|
|
11
|
+
</ECard>
|
|
12
|
+
</template>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="demo-row">
|
|
3
|
+
<ECard title="小阴影" shadow="light">
|
|
4
|
+
<p>这个卡片具有较小的阴影效果。</p>
|
|
5
|
+
</ECard>
|
|
6
|
+
<ECard title="中阴影" shadow="medium">
|
|
7
|
+
<p>这个卡片具有中等的阴影效果。</p>
|
|
8
|
+
</ECard>
|
|
9
|
+
<ECard title="大阴影" shadow="heavy">
|
|
10
|
+
<p>这个卡片具有较大的阴影效果。</p>
|
|
11
|
+
</ECard>
|
|
12
|
+
</div>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script setup lang="ts">
|
|
16
|
+
import { ECard } from 'exploria-ui';
|
|
17
|
+
</script>
|
|
18
|
+
|
|
19
|
+
<style scoped>
|
|
20
|
+
.demo-row {
|
|
21
|
+
display: flex;
|
|
22
|
+
gap: 16px;
|
|
23
|
+
flex-wrap: wrap;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.demo-row > * {
|
|
27
|
+
flex: 1;
|
|
28
|
+
min-width: 200px;
|
|
29
|
+
}
|
|
30
|
+
</style>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ECard } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
<template>
|
|
5
|
+
<div class="demo-row">
|
|
6
|
+
<ECard title="小尺寸卡片" size="small">
|
|
7
|
+
这是一个小尺寸的卡片,具有较小的内边距和字体大小。
|
|
8
|
+
</ECard>
|
|
9
|
+
<ECard title="中尺寸卡片" size="medium">
|
|
10
|
+
这是一个中尺寸的卡片,是默认的卡片尺寸。
|
|
11
|
+
</ECard>
|
|
12
|
+
<ECard title="大尺寸卡片" size="large">
|
|
13
|
+
这是一个大尺寸的卡片,具有较大的内边距和字体大小。
|
|
14
|
+
</ECard>
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<style scoped>
|
|
19
|
+
.demo-row {
|
|
20
|
+
display: flex;
|
|
21
|
+
gap: 15px;
|
|
22
|
+
flex-wrap: wrap;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.demo-row > * {
|
|
26
|
+
flex: 1;
|
|
27
|
+
min-width: 300px;
|
|
28
|
+
}
|
|
29
|
+
</style>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import Using from './Using.vue';
|
|
4
|
+
import UsingRaw from './Using.vue?raw';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import APITable from '@/components/APITable.vue';
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<h2>ESvgIcon 图标</h2>
|
|
13
|
+
<p>图标组件,用于显示图标。</p>
|
|
14
|
+
</DemoBox>
|
|
15
|
+
<DemoBox :code="UsingRaw" title="基本用法">
|
|
16
|
+
<Using />
|
|
17
|
+
<template #description>
|
|
18
|
+
按钮有五种类型:主按钮、次按钮、虚线按钮、文本按钮和链接按钮。主按钮在同一个操作区域最多出现一次。
|
|
19
|
+
</template>
|
|
20
|
+
</DemoBox>
|
|
21
|
+
<APITable
|
|
22
|
+
:data="[
|
|
23
|
+
{
|
|
24
|
+
subTitle: 'ESvgIcon Props',
|
|
25
|
+
list: [
|
|
26
|
+
{
|
|
27
|
+
name: 'symbol-id',
|
|
28
|
+
description: 'symbol-id',
|
|
29
|
+
type: 'string',
|
|
30
|
+
defaultValue: '--',
|
|
31
|
+
required: true,
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
]"
|
|
36
|
+
/>
|
|
37
|
+
</PageLayout>
|
|
38
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { EUnderLine } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
<template>
|
|
5
|
+
<EUnderLine>
|
|
6
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
7
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
8
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
9
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
10
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动丹佛技术都i放假哦i是丹佛ii收到发
|
|
11
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
12
|
+
</EUnderLine>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import BaseUsing from './BaseUsing.vue';
|
|
4
|
+
import BaseUsingRaw from './BaseUsing.vue?raw';
|
|
5
|
+
import ImgUsingRaw from './ImgUsing.vue?raw';
|
|
6
|
+
import ImgUsing from './ImgUsing.vue';
|
|
7
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
8
|
+
import APITable from '@/components/APITable.vue';
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<template>
|
|
12
|
+
<PageLayout>
|
|
13
|
+
<DemoBox title="介绍">
|
|
14
|
+
<h2>EUnderline 下划线</h2>
|
|
15
|
+
<p>下划线组件用于给文本添加下划线动画效果。</p>
|
|
16
|
+
</DemoBox>
|
|
17
|
+
<DemoBox :code="BaseUsingRaw" title="基本用法">
|
|
18
|
+
<BaseUsing />
|
|
19
|
+
<template #description> 给文本添加下划线动画。 </template>
|
|
20
|
+
</DemoBox>
|
|
21
|
+
<DemoBox :code="ImgUsingRaw" title="图片也同样支持">
|
|
22
|
+
<ImgUsing />
|
|
23
|
+
<template #description> 图片也同样支持。 </template>
|
|
24
|
+
</DemoBox>
|
|
25
|
+
<APITable subTitle="EUnderline Props" :data="[]" />
|
|
26
|
+
</PageLayout>
|
|
27
|
+
</template>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { EUnderLine } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
<template>
|
|
5
|
+
<EUnderLine>
|
|
6
|
+
<img
|
|
7
|
+
src="../../../../../../assets/author_avatar.png"
|
|
8
|
+
alt="测试图片"
|
|
9
|
+
style="width: 50px"
|
|
10
|
+
/>
|
|
11
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
12
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
13
|
+
<img
|
|
14
|
+
src="../../../../../../assets/author_avatar.png"
|
|
15
|
+
alt="测试图片"
|
|
16
|
+
style="width: 50px"
|
|
17
|
+
/>
|
|
18
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
19
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
20
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
21
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
22
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
23
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
24
|
+
设计的佛i接送i房地局送到附近设计的佛i睡觉哦i发动机哦时间佛i接送地方建瓯市丹佛技术都i放假哦i是丹佛ii收到发
|
|
25
|
+
毽球,又称毽子,是一种隔网相争的体育项目,也是中国汉族传统民间体育活动,
|
|
26
|
+
从中国古老的民间踢毽子游戏演变而来。据历史文献和出土文物证明,毽球起源于中国汉代,
|
|
27
|
+
盛行于六朝、隋、唐。1956年,中国毽球举办第一次正式比赛,并制定了简单的规则;
|
|
28
|
+
1984年,原国家体委将毽球列为正式比赛项目,并组织了全国毽球邀请赛,同年,
|
|
29
|
+
<a
|
|
30
|
+
target="_blank"
|
|
31
|
+
href="https://www.sport.gov.cn/n20001280/n20001265/n20067611/c20106918/content.html"
|
|
32
|
+
>《毽球竞赛规则》</a
|
|
33
|
+
>
|
|
34
|
+
诞生。
|
|
35
|
+
</EUnderLine>
|
|
36
|
+
</template>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import src from './Using.vue?raw';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<PageLayout>
|
|
10
|
+
<DemoBox title="介绍">
|
|
11
|
+
<h2>ECalendar 日历</h2>
|
|
12
|
+
<p>
|
|
13
|
+
日历组件,用于展示和选择日期,支持月份导航和当天快速定位功能。
|
|
14
|
+
</p>
|
|
15
|
+
</DemoBox>
|
|
16
|
+
<DemoBox :code="src" title="基本用法">
|
|
17
|
+
<template #description>
|
|
18
|
+
基本的日历组件用法,展示当前月份的日期,支持月份切换和当天定位。
|
|
19
|
+
</template>
|
|
20
|
+
<Using />
|
|
21
|
+
</DemoBox>
|
|
22
|
+
</PageLayout>
|
|
23
|
+
</template>
|
|
24
|
+
|
|
25
|
+
<style scoped lang="scss">
|
|
26
|
+
.time-picker-demo {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-direction: row;
|
|
29
|
+
overflow: auto;
|
|
30
|
+
|
|
31
|
+
.left {
|
|
32
|
+
flex: 1;
|
|
33
|
+
overflow: auto;
|
|
34
|
+
padding: 30px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.right {
|
|
38
|
+
width: 260px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
</style>
|
|
File without changes
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<PageLayout>
|
|
3
|
+
<DemoBox title="介绍">
|
|
4
|
+
<h2>ECarousel 轮播图</h2>
|
|
5
|
+
<p>轮播图组件用于展示多张图片或内容的轮播效果。</p>
|
|
6
|
+
</DemoBox>
|
|
7
|
+
<DemoBox :code="src" title="基本用法">
|
|
8
|
+
<template #description>
|
|
9
|
+
轮播图组件用于展示多张图片或内容的轮播效果。
|
|
10
|
+
</template>
|
|
11
|
+
<Using />
|
|
12
|
+
</DemoBox>
|
|
13
|
+
<DemoBox :code="src1" title="自定义自动播放间隔">
|
|
14
|
+
<template #description>
|
|
15
|
+
通过 interval 属性设置自动播放的间隔时间,单位为毫秒。
|
|
16
|
+
</template>
|
|
17
|
+
<Using1 />
|
|
18
|
+
</DemoBox>
|
|
19
|
+
<DemoBox :code="src2" title="禁用自动播放">
|
|
20
|
+
<template #description>
|
|
21
|
+
将 interval 设置为 0 可以禁用自动播放。
|
|
22
|
+
</template>
|
|
23
|
+
<Using2 />
|
|
24
|
+
</DemoBox>
|
|
25
|
+
<DemoBox :code="src3" title="手动切换">
|
|
26
|
+
<template #description>
|
|
27
|
+
将 interval 设置为 0 可以禁用自动播放,从而实现手动切换。
|
|
28
|
+
</template>
|
|
29
|
+
<Using3 />
|
|
30
|
+
</DemoBox>
|
|
31
|
+
<DemoBox :code="src4" title="禁用循环播放">
|
|
32
|
+
<template #description> 通过 loop 属性控制是否循环播放。 </template>
|
|
33
|
+
<Using3 />
|
|
34
|
+
</DemoBox>
|
|
35
|
+
<APITable
|
|
36
|
+
:data="[
|
|
37
|
+
{
|
|
38
|
+
subTitle: 'ECarousel Props',
|
|
39
|
+
list: [
|
|
40
|
+
{
|
|
41
|
+
name: 'interval',
|
|
42
|
+
type: 'number',
|
|
43
|
+
required: false,
|
|
44
|
+
defaultValue: 3000,
|
|
45
|
+
description:
|
|
46
|
+
'自动播放间隔时间(毫秒),0表示不自动播放',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'modelValue',
|
|
50
|
+
type: 'number',
|
|
51
|
+
required: false,
|
|
52
|
+
defaultValue: 0,
|
|
53
|
+
description: '当前激活的幻灯片索引',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'indicators',
|
|
57
|
+
type: 'boolean',
|
|
58
|
+
required: false,
|
|
59
|
+
defaultValue: true,
|
|
60
|
+
description: '是否显示指示器',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: 'arrows',
|
|
64
|
+
type: 'boolean',
|
|
65
|
+
required: false,
|
|
66
|
+
defaultValue: true,
|
|
67
|
+
description: '是否显示箭头导航',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'loop',
|
|
71
|
+
type: 'boolean',
|
|
72
|
+
required: false,
|
|
73
|
+
defaultValue: true,
|
|
74
|
+
description: '是否循环播放',
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
subTitle: 'ECarousel Events',
|
|
80
|
+
list: [
|
|
81
|
+
{
|
|
82
|
+
name: 'update:modelValue',
|
|
83
|
+
type: 'Function',
|
|
84
|
+
required: false,
|
|
85
|
+
description: '幻灯片切换时触发',
|
|
86
|
+
defaultValue: '(value: number) => void',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'change',
|
|
90
|
+
type: 'Function',
|
|
91
|
+
required: false,
|
|
92
|
+
description: '幻灯片切换结束时触发',
|
|
93
|
+
defaultValue: '(value: number) => void',
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
subTitle: 'ECarouselItem Props',
|
|
99
|
+
list: [
|
|
100
|
+
{
|
|
101
|
+
name: 'name',
|
|
102
|
+
type: 'string',
|
|
103
|
+
required: false,
|
|
104
|
+
defaultValue: '-',
|
|
105
|
+
description: '幻灯片的唯一标识',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
},
|
|
109
|
+
]"
|
|
110
|
+
/>
|
|
111
|
+
</PageLayout>
|
|
112
|
+
</template>
|
|
113
|
+
|
|
114
|
+
<script setup lang="ts">
|
|
115
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
116
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
117
|
+
import APITable from '@/components/APITable.vue';
|
|
118
|
+
import src from './Using.vue?raw';
|
|
119
|
+
import Using from './Using.vue';
|
|
120
|
+
import src1 from './Using1.vue?raw';
|
|
121
|
+
import Using1 from './Using1.vue';
|
|
122
|
+
import src2 from './Using2.vue?raw';
|
|
123
|
+
import Using2 from './Using2.vue';
|
|
124
|
+
import src3 from './Using3.vue?raw';
|
|
125
|
+
import Using3 from './Using3.vue';
|
|
126
|
+
import src4 from './Using3.vue?raw';
|
|
127
|
+
</script>
|
|
128
|
+
|
|
129
|
+
<style scoped>
|
|
130
|
+
.section {
|
|
131
|
+
margin-bottom: 40px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.carousel-demo-item {
|
|
135
|
+
width: 100%;
|
|
136
|
+
height: 300px;
|
|
137
|
+
display: flex;
|
|
138
|
+
align-items: center;
|
|
139
|
+
justify-content: center;
|
|
140
|
+
color: white;
|
|
141
|
+
font-size: 24px;
|
|
142
|
+
}
|
|
143
|
+
</style>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ECarousel, ECarouselItem } from 'exploria-ui';
|
|
3
|
+
import { ref } from 'vue';
|
|
4
|
+
|
|
5
|
+
const currentIndex = ref(0);
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<ECarousel :interval="1000" v-model="currentIndex" :loop="true">
|
|
10
|
+
<ECarouselItem style="background-color: #f06292">
|
|
11
|
+
<h3>Slide 1</h3>
|
|
12
|
+
</ECarouselItem>
|
|
13
|
+
<ECarouselItem style="background-color: #4fc3f7">
|
|
14
|
+
<h3>Slide 2</h3>
|
|
15
|
+
</ECarouselItem>
|
|
16
|
+
<ECarouselItem style="background-color: #81c784">
|
|
17
|
+
<h3>Slide 3</h3>
|
|
18
|
+
</ECarouselItem>
|
|
19
|
+
</ECarousel>
|
|
20
|
+
</template>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ECarousel, ECarouselItem } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<ECarousel :interval="5000">
|
|
7
|
+
<ECarouselItem style="background-color: #f06292">
|
|
8
|
+
<h3>Slide 1 (5s)</h3>
|
|
9
|
+
</ECarouselItem>
|
|
10
|
+
<ECarouselItem style="background-color: #4fc3f7">
|
|
11
|
+
<h3>Slide 2 (5s)</h3>
|
|
12
|
+
</ECarouselItem>
|
|
13
|
+
<ECarouselItem style="background-color: #81c784">
|
|
14
|
+
<h3>Slide 3 (5s)</h3>
|
|
15
|
+
</ECarouselItem>
|
|
16
|
+
</ECarousel>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<style scoped lang="scss">
|
|
20
|
+
.e-carousel {
|
|
21
|
+
height: 300px;
|
|
22
|
+
}
|
|
23
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ECarousel, ECarouselItem } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<ECarousel :interval="0">
|
|
7
|
+
<ECarouselItem style="background-color: #f06292">
|
|
8
|
+
<h3>Slide 1 (Manual)</h3>
|
|
9
|
+
</ECarouselItem>
|
|
10
|
+
<ECarouselItem style="background-color: #4fc3f7">
|
|
11
|
+
<h3>Slide 2 (Manual)</h3>
|
|
12
|
+
</ECarouselItem>
|
|
13
|
+
<ECarouselItem style="background-color: #81c784">
|
|
14
|
+
<h3>Slide 3 (Manual)</h3>
|
|
15
|
+
</ECarouselItem>
|
|
16
|
+
</ECarousel>
|
|
17
|
+
</template>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ECarousel, ECarouselItem } from 'exploria-ui';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<ECarousel :loop="false">
|
|
7
|
+
<ECarouselItem style="background-color: #f06292">
|
|
8
|
+
<h3>Slide 1</h3>
|
|
9
|
+
</ECarouselItem>
|
|
10
|
+
<ECarouselItem style="background-color: #4fc3f7">
|
|
11
|
+
<h3>Slide 2</h3>
|
|
12
|
+
</ECarouselItem>
|
|
13
|
+
<ECarouselItem style="background-color: #81c784">
|
|
14
|
+
<h3>Slide 3</h3>
|
|
15
|
+
</ECarouselItem>
|
|
16
|
+
</ECarousel>
|
|
17
|
+
</template>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import src from './Using.vue?raw';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import APITable from '@/components/APITable.vue';
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<h2>ECollapse 折叠面板</h2>
|
|
13
|
+
<p>
|
|
14
|
+
折叠面板组件,用于展示可展开/折叠的内容区域,常用于内容分类展示,节省页面空间。
|
|
15
|
+
</p>
|
|
16
|
+
</DemoBox>
|
|
17
|
+
<DemoBox :code="src" title="基本用法">
|
|
18
|
+
<Using />
|
|
19
|
+
<template #description>
|
|
20
|
+
折叠面板组件,用于展示可展开/折叠的内容区域,常用于内容分类展示。
|
|
21
|
+
</template>
|
|
22
|
+
</DemoBox>
|
|
23
|
+
<APITable
|
|
24
|
+
:data="[
|
|
25
|
+
{
|
|
26
|
+
subTitle: 'ECollapse Props',
|
|
27
|
+
list: [
|
|
28
|
+
{
|
|
29
|
+
name: 'title',
|
|
30
|
+
description: '标题',
|
|
31
|
+
type: 'string',
|
|
32
|
+
defaultValue: '-',
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
]"
|
|
38
|
+
/>
|
|
39
|
+
</PageLayout>
|
|
40
|
+
</template>
|
|
File without changes
|