bge-ui 1.0.2 → 1.0.4
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/package.json +12 -29
- package/packages/components/.vscode/extensions.json +3 -0
- package/packages/components/package-lock.json +113 -0
- package/packages/components/package.json +38 -0
- package/{src → packages/components/src}/message/method.ts +8 -1
- package/packages/components/tsconfig.json +35 -0
- package/packages/components/tsconfig.node.json +10 -0
- package/packages/components/vite.config.ts +52 -0
- package/packages/site/.vscode/extensions.json +3 -0
- package/packages/site/README.md +18 -0
- package/packages/site/docs/.vitepress/config.ts +77 -0
- package/packages/site/docs/.vitepress/theme/custom.css +177 -0
- package/packages/site/docs/.vitepress/theme/index.ts +14 -0
- package/packages/site/docs/components/Button.md +35 -0
- package/packages/site/docs/components/Form.md +3 -0
- package/packages/site/docs/components/Icons.md +184 -0
- package/packages/site/docs/components/Input.md +54 -0
- package/packages/site/docs/components/Link.md +17 -0
- package/packages/site/docs/components/Message.md +32 -0
- package/packages/site/docs/components/Tabs.md +37 -0
- package/packages/site/docs/components/Tooltip.md +51 -0
- package/packages/site/docs/components/index.md +1 -0
- package/packages/site/docs/demo/button/button-disabled.vue +7 -0
- package/packages/site/docs/demo/button/button-size.vue +10 -0
- package/packages/site/docs/demo/button/button-type.vue +9 -0
- package/packages/site/docs/demo/form/index.vue +54 -0
- package/packages/site/docs/demo/input/input1.vue +9 -0
- package/packages/site/docs/demo/input/input2.vue +9 -0
- package/packages/site/docs/demo/input/input3.vue +9 -0
- package/packages/site/docs/demo/input/input4.vue +16 -0
- package/packages/site/docs/demo/link/index.vue +7 -0
- package/packages/site/docs/demo/message/index.vue +21 -0
- package/packages/site/docs/demo/message/index1.vue +22 -0
- package/packages/site/docs/demo/message/index2.vue +13 -0
- package/packages/site/docs/demo/tabs/tabs1.vue +11 -0
- package/packages/site/docs/demo/tabs/tabs2.vue +17 -0
- package/packages/site/docs/demo/tooltip/index.vue +110 -0
- package/packages/site/docs/guide/getting-started.md +1 -0
- package/packages/site/docs/guide/index.md +1 -0
- package/packages/site/docs/index.md +77 -0
- package/packages/site/docs/public/favicon.ico +0 -0
- package/packages/site/docs/public/favicon.svg +4 -0
- package/packages/site/docs/public/font/Roboto-Black.eot +0 -0
- package/packages/site/docs/public/font/Roboto-Black.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Black.woff +0 -0
- package/packages/site/docs/public/font/Roboto-Black.woff2 +0 -0
- package/packages/site/docs/public/font/Roboto-Bold.eot +0 -0
- package/packages/site/docs/public/font/Roboto-Bold.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Bold.woff +0 -0
- package/packages/site/docs/public/font/Roboto-Bold.woff2 +0 -0
- package/packages/site/docs/public/font/Roboto-BoldItalic.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Italic.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Light.eot +0 -0
- package/packages/site/docs/public/font/Roboto-Light.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Light.woff +0 -0
- package/packages/site/docs/public/font/Roboto-Light.woff2 +0 -0
- package/packages/site/docs/public/font/Roboto-LightItalic.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Medium.eot +0 -0
- package/packages/site/docs/public/font/Roboto-Medium.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Medium.woff +0 -0
- package/packages/site/docs/public/font/Roboto-Medium.woff2 +0 -0
- package/packages/site/docs/public/font/Roboto-MediumItalic.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Regular.eot +0 -0
- package/packages/site/docs/public/font/Roboto-Regular.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Regular.woff +0 -0
- package/packages/site/docs/public/font/Roboto-Regular.woff2 +0 -0
- package/packages/site/docs/public/font/Roboto-Thin.eot +0 -0
- package/packages/site/docs/public/font/Roboto-Thin.ttf +0 -0
- package/packages/site/docs/public/font/Roboto-Thin.woff +0 -0
- package/packages/site/docs/public/font/Roboto-Thin.woff2 +0 -0
- package/packages/site/docs/public/font/Roboto-ThinItalic.ttf +0 -0
- package/packages/site/docs/public/head_img@2x.png +0 -0
- package/packages/site/docs/public/vitepress-logo-large.webp +0 -0
- package/packages/site/docs/public/vitepress-logo-mini.svg +21 -0
- package/packages/site/package.json +25 -0
- package/packages/site/public/vite.svg +1 -0
- package/packages/site/tsconfig.json +25 -0
- package/packages/site/tsconfig.node.json +10 -0
- package/packages/site/vite.config.ts +7 -0
- package/pnpm-workspace.yaml +9 -0
- package/tsconfig.json +20 -0
- package/dist/button/index.vue.d.ts +0 -43
- package/dist/button/type.d.ts +0 -3
- package/dist/form/form-item.vue.d.ts +0 -29
- package/dist/form/index.vue.d.ts +0 -64
- package/dist/icons/CoinHkd.vue.d.ts +0 -23
- package/dist/icons/CoinUsd.vue.d.ts +0 -23
- package/dist/icons/ColorC2All.vue.d.ts +0 -23
- package/dist/icons/ColorC2Api.vue.d.ts +0 -23
- package/dist/icons/ColorC2Assets.vue.d.ts +0 -23
- package/dist/icons/ColorC2Bill1.vue.d.ts +0 -23
- package/dist/icons/ColorC2Bill2.vue.d.ts +0 -23
- package/dist/icons/ColorC2Card.vue.d.ts +0 -23
- package/dist/icons/ColorC2Complete.vue.d.ts +0 -23
- package/dist/icons/ColorC2Deal.vue.d.ts +0 -23
- package/dist/icons/ColorC2Email.vue.d.ts +0 -23
- package/dist/icons/ColorC2Fee.vue.d.ts +0 -23
- package/dist/icons/ColorC2Google.vue.d.ts +0 -23
- package/dist/icons/ColorC2Home.vue.d.ts +0 -23
- package/dist/icons/ColorC2Kyc.vue.d.ts +0 -23
- package/dist/icons/ColorC2Language.vue.d.ts +0 -23
- package/dist/icons/ColorC2Level.vue.d.ts +0 -23
- package/dist/icons/ColorC2Notification.vue.d.ts +0 -23
- package/dist/icons/ColorC2Pdf.vue.d.ts +0 -23
- package/dist/icons/ColorC2Phone.vue.d.ts +0 -23
- package/dist/icons/ColorC2Register.vue.d.ts +0 -23
- package/dist/icons/ColorC2RightDown.vue.d.ts +0 -23
- package/dist/icons/ColorC2RightUp.vue.d.ts +0 -23
- package/dist/icons/ColorC2Safe.vue.d.ts +0 -23
- package/dist/icons/ColorC2SafeShield.vue.d.ts +0 -23
- package/dist/icons/ColorC2TrafficCone.vue.d.ts +0 -23
- package/dist/icons/ColorC2User.vue.d.ts +0 -23
- package/dist/icons/ColorC2UserEvery.vue.d.ts +0 -23
- package/dist/icons/ColorC3Audits.vue.d.ts +0 -23
- package/dist/icons/ColorC3Card.vue.d.ts +0 -23
- package/dist/icons/ColorC3Company.vue.d.ts +0 -23
- package/dist/icons/ColorC3Deposit.vue.d.ts +0 -23
- package/dist/icons/ColorC3Establish.vue.d.ts +0 -23
- package/dist/icons/ColorC3Framework.vue.d.ts +0 -23
- package/dist/icons/ColorC3Kyc.vue.d.ts +0 -23
- package/dist/icons/ColorC3Licensing.vue.d.ts +0 -23
- package/dist/icons/ColorC3NotPassed.vue.d.ts +0 -23
- package/dist/icons/ColorC3Pass.vue.d.ts +0 -23
- package/dist/icons/ColorC3Safes.vue.d.ts +0 -23
- package/dist/icons/ColorC3Trading.vue.d.ts +0 -23
- package/dist/icons/ColorC3User.vue.d.ts +0 -23
- package/dist/icons/ColorC3UserEvery.vue.d.ts +0 -23
- package/dist/icons/ColorC3UserFollow.vue.d.ts +0 -23
- package/dist/icons/ColorCloseFill.vue.d.ts +0 -23
- package/dist/icons/ColorCompletedFill.vue.d.ts +0 -23
- package/dist/icons/ColorCookie.vue.d.ts +0 -23
- package/dist/icons/ColorStar.vue.d.ts +0 -23
- package/dist/icons/ColorSuccessFill.vue.d.ts +0 -23
- package/dist/icons/ColorTimeFill.vue.d.ts +0 -23
- package/dist/icons/ColorTowardFill.vue.d.ts +0 -23
- package/dist/icons/IntlCh.vue.d.ts +0 -23
- package/dist/icons/IntlEn.vue.d.ts +0 -23
- package/dist/icons/IntlEur.vue.d.ts +0 -23
- package/dist/icons/IntlHkg.vue.d.ts +0 -23
- package/dist/icons/IntlJpn.vue.d.ts +0 -23
- package/dist/icons/IntlKor.vue.d.ts +0 -23
- package/dist/icons/IntlUsa.vue.d.ts +0 -23
- package/dist/icons/IntlVnm.vue.d.ts +0 -23
- package/dist/icons/MediaFacebook.vue.d.ts +0 -23
- package/dist/icons/MediaInstagram.vue.d.ts +0 -23
- package/dist/icons/MediaLinked.vue.d.ts +0 -23
- package/dist/icons/MediaTwitter.vue.d.ts +0 -23
- package/dist/icons/MonoAdd.vue.d.ts +0 -23
- package/dist/icons/MonoAddSubtract.vue.d.ts +0 -23
- package/dist/icons/MonoAndroid.vue.d.ts +0 -23
- package/dist/icons/MonoApi.vue.d.ts +0 -23
- package/dist/icons/MonoApple.vue.d.ts +0 -23
- package/dist/icons/MonoArrowDown.vue.d.ts +0 -23
- package/dist/icons/MonoArrowUp.vue.d.ts +0 -23
- package/dist/icons/MonoAssets.vue.d.ts +0 -23
- package/dist/icons/MonoAudit.vue.d.ts +0 -23
- package/dist/icons/MonoBankCard.vue.d.ts +0 -23
- package/dist/icons/MonoBuilding.vue.d.ts +0 -23
- package/dist/icons/MonoCalendar.vue.d.ts +0 -23
- package/dist/icons/MonoCheckFill.vue.d.ts +0 -23
- package/dist/icons/MonoChevronLeft.vue.d.ts +0 -23
- package/dist/icons/MonoChevronRight.vue.d.ts +0 -23
- package/dist/icons/MonoChevronRightDouble.vue.d.ts +0 -23
- package/dist/icons/MonoClassify01.vue.d.ts +0 -23
- package/dist/icons/MonoClassify02.vue.d.ts +0 -23
- package/dist/icons/MonoClose.vue.d.ts +0 -23
- package/dist/icons/MonoCloseOne.vue.d.ts +0 -23
- package/dist/icons/MonoComplete.vue.d.ts +0 -23
- package/dist/icons/MonoCopy.vue.d.ts +0 -23
- package/dist/icons/MonoDocunment.vue.d.ts +0 -23
- package/dist/icons/MonoEdit.vue.d.ts +0 -23
- package/dist/icons/MonoEmail01.vue.d.ts +0 -23
- package/dist/icons/MonoEmail02.vue.d.ts +0 -23
- package/dist/icons/MonoExclamationmarkFill.vue.d.ts +0 -23
- package/dist/icons/MonoEye.vue.d.ts +0 -23
- package/dist/icons/MonoEyeClose.vue.d.ts +0 -23
- package/dist/icons/MonoGoogleplay.vue.d.ts +0 -23
- package/dist/icons/MonoHelp.vue.d.ts +0 -23
- package/dist/icons/MonoInternational.vue.d.ts +0 -23
- package/dist/icons/MonoLess.vue.d.ts +0 -23
- package/dist/icons/MonoLogout.vue.d.ts +0 -23
- package/dist/icons/MonoMenu.vue.d.ts +0 -23
- package/dist/icons/MonoMoon.vue.d.ts +0 -23
- package/dist/icons/MonoMore.vue.d.ts +0 -23
- package/dist/icons/MonoNotification.vue.d.ts +0 -23
- package/dist/icons/MonoOtherDevice.vue.d.ts +0 -23
- package/dist/icons/MonoPic.vue.d.ts +0 -23
- package/dist/icons/MonoPicError.vue.d.ts +0 -23
- package/dist/icons/MonoRemove.vue.d.ts +0 -23
- package/dist/icons/MonoRoute.vue.d.ts +0 -23
- package/dist/icons/MonoSafety.vue.d.ts +0 -23
- package/dist/icons/MonoSearch.vue.d.ts +0 -23
- package/dist/icons/MonoSun.vue.d.ts +0 -23
- package/dist/icons/MonoTime.vue.d.ts +0 -23
- package/dist/icons/MonoTowardFill.vue.d.ts +0 -23
- package/dist/icons/MonoTransfer.vue.d.ts +0 -23
- package/dist/icons/MonoTrash.vue.d.ts +0 -23
- package/dist/icons/MonoWallet.vue.d.ts +0 -23
- package/dist/icons/MonoWin.vue.d.ts +0 -23
- package/dist/icons/index.d.ts +0 -2511
- package/dist/index.d.ts +0 -16
- package/dist/index.js +0 -9085
- package/dist/input/index.vue.d.ts +0 -70
- package/dist/link/index.vue.d.ts +0 -59
- package/dist/message/index.vue.d.ts +0 -57
- package/dist/message/method.d.ts +0 -3
- package/dist/style.css +0 -3598
- package/dist/tabs/index.vue.d.ts +0 -32
- package/dist/tabs/tab-pane.vue.d.ts +0 -21
- package/dist/tooltip/index.vue.d.ts +0 -221
- package/dist/tooltip/only-child.d.ts +0 -4
- package/dist/tooltip/usePopper.d.ts +0 -252
- /package/{README.md → packages/components/README.md} +0 -0
- /package/{icons → packages/components/icons}/Coin/HKD.svg +0 -0
- /package/{icons → packages/components/icons}/Coin/USD.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/CH.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/EN.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/EUR.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/HKG.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/JPN.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/KOR.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/USA.svg +0 -0
- /package/{icons → packages/components/icons}/Intl/VNM.svg +0 -0
- /package/{icons → packages/components/icons}/Media/Facebook.svg +0 -0
- /package/{icons → packages/components/icons}/Media/Instagram.svg +0 -0
- /package/{icons → packages/components/icons}/Media/Linked.svg +0 -0
- /package/{icons → packages/components/icons}/Media/Twitter.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/International.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/add-subtract.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/add.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/android.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/api.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/apple.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/arrow-down.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/arrow-up.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/assets.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/audit.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/bank card.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/building.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/calendar.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/check-fill.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/chevron-left.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/chevron-right-double.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/chevron-right.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/classify01.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/classify02.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/close-one.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/close.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/complete.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/copy.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/docunment.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/edit.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/email01.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/email02.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/exclamationmark-fill.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/eye-close.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/eye.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/googleplay.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/help.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/less.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/logout.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/menu.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/moon.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/more.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/notification.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/other-device.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/pic-error.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/pic.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/remove.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/route.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/safety.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/search.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/sun.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/time.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/toward-fill.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/transfer.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/trash.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/wallet.svg +0 -0
- /package/{icons → packages/components/icons}/Mono/win.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-all.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-api.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-assets.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-bill-1.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-bill-2.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-card.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-complete.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-deal.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-email.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-fee.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-google.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-home.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-kyc.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-language.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-level.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-notification.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-pdf.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-phone.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-register.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-right-down.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-right-up.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-safe-shield.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-safe.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-traffic-cone.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-user-every.svg +0 -0
- /package/{icons → packages/components/icons}/color/c2-user.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-Licensing.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-audits.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-card.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-company.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-deposit.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-establish.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-framework.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-kyc.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-not-passed.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-pass.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-safes.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-trading.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-user-every.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-user-follow.svg +0 -0
- /package/{icons → packages/components/icons}/color/c3-user.svg +0 -0
- /package/{icons → packages/components/icons}/color/close-fill.svg +0 -0
- /package/{icons → packages/components/icons}/color/completed-fill.svg +0 -0
- /package/{icons → packages/components/icons}/color/cookie.svg +0 -0
- /package/{icons → packages/components/icons}/color/star.svg +0 -0
- /package/{icons → packages/components/icons}/color/success-fill.svg +0 -0
- /package/{icons → packages/components/icons}/color/time-fill.svg +0 -0
- /package/{icons → packages/components/icons}/color/toward-fill.svg +0 -0
- /package/{icons → packages/components/icons}/generate.ts +0 -0
- /package/{src → packages/components/src}/button/index.vue +0 -0
- /package/{src → packages/components/src}/button/type.ts +0 -0
- /package/{src → packages/components/src}/dropdown/index.vue +0 -0
- /package/{src → packages/components/src}/form/form-item.vue +0 -0
- /package/{src → packages/components/src}/form/index.vue +0 -0
- /package/{src → packages/components/src}/icons/CoinHkd.vue +0 -0
- /package/{src → packages/components/src}/icons/CoinUsd.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2All.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Api.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Assets.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Bill1.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Bill2.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Card.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Complete.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Deal.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Email.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Fee.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Google.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Home.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Kyc.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Language.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Level.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Notification.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Pdf.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Phone.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Register.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2RightDown.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2RightUp.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2Safe.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2SafeShield.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2TrafficCone.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2User.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC2UserEvery.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Audits.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Card.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Company.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Deposit.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Establish.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Framework.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Kyc.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Licensing.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3NotPassed.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Pass.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Safes.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3Trading.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3User.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3UserEvery.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorC3UserFollow.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorCloseFill.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorCompletedFill.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorCookie.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorStar.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorSuccessFill.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorTimeFill.vue +0 -0
- /package/{src → packages/components/src}/icons/ColorTowardFill.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlCh.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlEn.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlEur.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlHkg.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlJpn.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlKor.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlUsa.vue +0 -0
- /package/{src → packages/components/src}/icons/IntlVnm.vue +0 -0
- /package/{src → packages/components/src}/icons/MediaFacebook.vue +0 -0
- /package/{src → packages/components/src}/icons/MediaInstagram.vue +0 -0
- /package/{src → packages/components/src}/icons/MediaLinked.vue +0 -0
- /package/{src → packages/components/src}/icons/MediaTwitter.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoAdd.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoAddSubtract.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoAndroid.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoApi.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoApple.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoArrowDown.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoArrowUp.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoAssets.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoAudit.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoBankCard.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoBuilding.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoCalendar.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoCheckFill.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoChevronLeft.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoChevronRight.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoChevronRightDouble.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoClassify01.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoClassify02.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoClose.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoCloseOne.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoComplete.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoCopy.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoDocunment.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoEdit.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoEmail01.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoEmail02.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoExclamationmarkFill.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoEye.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoEyeClose.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoGoogleplay.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoHelp.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoInternational.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoLess.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoLogout.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoMenu.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoMoon.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoMore.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoNotification.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoOtherDevice.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoPic.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoPicError.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoRemove.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoRoute.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoSafety.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoSearch.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoSun.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoTime.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoTowardFill.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoTransfer.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoTrash.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoWallet.vue +0 -0
- /package/{src → packages/components/src}/icons/MonoWin.vue +0 -0
- /package/{src → packages/components/src}/icons/index.ts +0 -0
- /package/{src → packages/components/src}/index.ts +0 -0
- /package/{src → packages/components/src}/input/index.vue +0 -0
- /package/{src → packages/components/src}/link/index.vue +0 -0
- /package/{src → packages/components/src}/message/index.vue +0 -0
- /package/{src → packages/components/src}/tabs/index.vue +0 -0
- /package/{src → packages/components/src}/tabs/tab-pane.vue +0 -0
- /package/{src → packages/components/src}/tooltip/index.vue +0 -0
- /package/{src → packages/components/src}/tooltip/only-child.tsx +0 -0
- /package/{src → packages/components/src}/tooltip/usePopper.ts +0 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="tooltip-base-box">
|
|
3
|
+
<div class="row center">
|
|
4
|
+
<ui-tooltip class="box-item" placement="top-start">
|
|
5
|
+
<ui-button>top-start</ui-button>
|
|
6
|
+
<template #content>
|
|
7
|
+
Top Left prompts info
|
|
8
|
+
</template>
|
|
9
|
+
</ui-tooltip>
|
|
10
|
+
<ui-tooltip class="box-item" placement="top">
|
|
11
|
+
<ui-button>top</ui-button>
|
|
12
|
+
<template #content>
|
|
13
|
+
Top prompts info
|
|
14
|
+
</template>
|
|
15
|
+
</ui-tooltip>
|
|
16
|
+
<ui-tooltip class="box-item" placement="top-end">
|
|
17
|
+
<ui-button>top-end</ui-button>
|
|
18
|
+
<template #content>
|
|
19
|
+
Top Right prompts info
|
|
20
|
+
</template>
|
|
21
|
+
</ui-tooltip>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="row">
|
|
24
|
+
<ui-tooltip class="box-item" placement="left-start">
|
|
25
|
+
<ui-button>left-start</ui-button>
|
|
26
|
+
<template #content>
|
|
27
|
+
Left Top prompts info
|
|
28
|
+
</template>
|
|
29
|
+
</ui-tooltip>
|
|
30
|
+
<ui-tooltip class="box-item" placement="right-start">
|
|
31
|
+
<ui-button>right-start</ui-button>
|
|
32
|
+
<template #content>
|
|
33
|
+
Right Top prompts info
|
|
34
|
+
</template>
|
|
35
|
+
</ui-tooltip>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="row">
|
|
38
|
+
<ui-tooltip class="box-item" placement="left">
|
|
39
|
+
<ui-button>left</ui-button>
|
|
40
|
+
<template #content>
|
|
41
|
+
Left Center prompts info
|
|
42
|
+
</template>
|
|
43
|
+
</ui-tooltip>
|
|
44
|
+
<ui-tooltip class="box-item" placement="right">
|
|
45
|
+
<ui-button>right</ui-button>
|
|
46
|
+
<template #content>
|
|
47
|
+
Right Center prompts info
|
|
48
|
+
</template>
|
|
49
|
+
</ui-tooltip>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="row">
|
|
52
|
+
<ui-tooltip class="box-item" placement="left-end">
|
|
53
|
+
<ui-button>left-end</ui-button>
|
|
54
|
+
<template #content>
|
|
55
|
+
Left Bottom prompts info
|
|
56
|
+
</template>
|
|
57
|
+
</ui-tooltip>
|
|
58
|
+
<ui-tooltip class="box-item" placement="right-end">
|
|
59
|
+
<ui-button>right-end</ui-button>
|
|
60
|
+
<template #content>
|
|
61
|
+
Right Bottom prompts info
|
|
62
|
+
</template>
|
|
63
|
+
</ui-tooltip>
|
|
64
|
+
</div>
|
|
65
|
+
<div class="row center">
|
|
66
|
+
<ui-tooltip class="box-item" placement="bottom-start">
|
|
67
|
+
<ui-button>bottom-start</ui-button>
|
|
68
|
+
<template #content>
|
|
69
|
+
Bottom Left prompts info
|
|
70
|
+
</template>
|
|
71
|
+
</ui-tooltip>
|
|
72
|
+
<ui-tooltip class="box-item" placement="bottom">
|
|
73
|
+
<ui-button>bottom</ui-button>
|
|
74
|
+
<template #content>
|
|
75
|
+
Bottom prompts info
|
|
76
|
+
</template>
|
|
77
|
+
</ui-tooltip>
|
|
78
|
+
<ui-tooltip class="box-item" placement="bottom-end">
|
|
79
|
+
<ui-button>bottom-end</ui-button>
|
|
80
|
+
<template #content>
|
|
81
|
+
Bottom Right prompts info
|
|
82
|
+
</template>
|
|
83
|
+
</ui-tooltip>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
</template>
|
|
87
|
+
<script setup lang="ts">
|
|
88
|
+
import { UiTooltip, UiButton } from 'bge-ui'
|
|
89
|
+
</script>
|
|
90
|
+
<style>
|
|
91
|
+
.tooltip-base-box {
|
|
92
|
+
width: 600px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.tooltip-base-box .row {
|
|
96
|
+
display: flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
justify-content: space-between;
|
|
99
|
+
margin: 8px 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.tooltip-base-box .center {
|
|
103
|
+
justify-content: center;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.tooltip-base-box .box-item {
|
|
107
|
+
width: 110px;
|
|
108
|
+
margin-top: 10px;
|
|
109
|
+
}
|
|
110
|
+
</style>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#引导页
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#概念页
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: home
|
|
3
|
+
|
|
4
|
+
title: BGE UI
|
|
5
|
+
titleTemplate: Vite & Vue Powered Static Site Generator
|
|
6
|
+
|
|
7
|
+
hero:
|
|
8
|
+
name: BGE UI
|
|
9
|
+
text: 基于 Vue 3 面向BGE内部的组件库
|
|
10
|
+
# tagline: Simple, powerful, and fast. Meet the modern SSG framework you've always wanted.
|
|
11
|
+
actions:
|
|
12
|
+
- theme: brand
|
|
13
|
+
text: Get Started
|
|
14
|
+
link: /guide/getting-started
|
|
15
|
+
- theme: alt
|
|
16
|
+
text: Components
|
|
17
|
+
link: /components/index
|
|
18
|
+
image:
|
|
19
|
+
src: /head_img@2x.png
|
|
20
|
+
alt: BGE UI
|
|
21
|
+
|
|
22
|
+
features:
|
|
23
|
+
- icon: 📝
|
|
24
|
+
title: Focus on Your Content
|
|
25
|
+
details: Effortlessly create beautiful documentation sites with just markdown.
|
|
26
|
+
- icon: <svg xmlns="http://www.w3.org/2000/svg" width="30" viewBox="0 0 256 256.32"><defs><linearGradient id="a" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"/><stop offset="100%" stop-color="#BD34FE"/></linearGradient><linearGradient id="b" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"/><stop offset="8.333%" stop-color="#FFDD35"/><stop offset="100%" stop-color="#FFA800"/></linearGradient></defs><path fill="url(#a)" d="M255.153 37.938 134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"/><path fill="url(#b)" d="M185.432.063 96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028 72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"/></svg>
|
|
27
|
+
title: Enjoy the Vite DX
|
|
28
|
+
details: Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins.
|
|
29
|
+
- icon: <svg xmlns="http://www.w3.org/2000/svg" width="30" viewBox="0 0 256 220.8"><path fill="#41B883" d="M204.8 0H256L128 220.8 0 0h97.92L128 51.2 157.44 0h47.36Z"/><path fill="#41B883" d="m0 0 128 220.8L256 0h-51.2L128 132.48 50.56 0H0Z"/><path fill="#35495E" d="M50.56 0 128 133.12 204.8 0h-47.36L128 51.2 97.92 0H50.56Z"/></svg>
|
|
30
|
+
title: Customize with Vue
|
|
31
|
+
details: Use Vue syntax and components directly in markdown, or build custom themes with Vue.
|
|
32
|
+
- icon: 🚀
|
|
33
|
+
title: Ship Fast Sites
|
|
34
|
+
details: Fast initial load with static HTML, fast post-load navigation with client-side routing.
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
<style>
|
|
38
|
+
:root {
|
|
39
|
+
--vp-c-indigo-3: #FFFF38;
|
|
40
|
+
--vp-c-white: #000;
|
|
41
|
+
--vp-c-indigo-2: #EBEB34;
|
|
42
|
+
--vp-home-hero-name-background: #292D33 !important;
|
|
43
|
+
--vp-home-hero-name-color: transparent;
|
|
44
|
+
--vp-c-indigo-1: #798EA3;
|
|
45
|
+
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);
|
|
46
|
+
|
|
47
|
+
--vp-home-hero-image-background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%);
|
|
48
|
+
--vp-home-hero-image-filter: blur(44px);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.text {
|
|
52
|
+
font-weight: 500 !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.dark {
|
|
56
|
+
--vp-c-indigo-3: #FFFF38;
|
|
57
|
+
--vp-c-white: #000;
|
|
58
|
+
--vp-c-indigo-2: #EBEB34;
|
|
59
|
+
--vp-home-hero-name-background: #FFFF38 !important;
|
|
60
|
+
--vp-home-hero-name-color: transparent;
|
|
61
|
+
--vp-c-indigo-1: #FFFF38;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
@media (min-width: 640px) {
|
|
66
|
+
:root {
|
|
67
|
+
--vp-home-hero-image-filter: blur(56px);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (min-width: 960px) {
|
|
72
|
+
:root {
|
|
73
|
+
--vp-home-hero-image-filter: blur(68px);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
</style>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.03628 7.87818C4.75336 5.83955 6.15592 3.95466 8.16899 3.66815L33.6838 0.0367403C35.6969 -0.24977 37.5581 1.1706 37.841 3.20923L42.9637 40.1218C43.2466 42.1604 41.8441 44.0453 39.831 44.3319L14.3162 47.9633C12.3031 48.2498 10.4419 46.8294 10.159 44.7908L5.03628 7.87818Z" fill="url(#paint0_linear_1287_1214)"/>
|
|
3
|
+
<path d="M6.85877 7.6188C6.71731 6.59948 7.41859 5.65703 8.42512 5.51378L33.9399 1.88237C34.9465 1.73911 35.8771 2.4493 36.0186 3.46861L41.1412 40.3812C41.2827 41.4005 40.5814 42.343 39.5749 42.4862L14.0601 46.1176C13.0535 46.2609 12.1229 45.5507 11.9814 44.5314L6.85877 7.6188Z" fill="white"/>
|
|
4
|
+
<path d="M33.1857 14.9195L25.8505 34.1576C25.6991 34.5547 25.1763 34.63 24.9177 34.2919L12.3343 17.8339C12.0526 17.4655 12.3217 16.9339 12.7806 16.9524L22.9053 17.3607C22.9698 17.3633 23.0344 17.3541 23.0956 17.3337L32.5088 14.1992C32.9431 14.0546 33.3503 14.4878 33.1857 14.9195Z" fill="url(#paint1_linear_1287_1214)"/>
|
|
5
|
+
<path d="M27.0251 12.5756L19.9352 15.0427C19.8187 15.0832 19.7444 15.1986 19.7546 15.3231L20.3916 23.063C20.4066 23.2453 20.5904 23.3628 20.7588 23.2977L22.7226 22.5392C22.9064 22.4682 23.1021 22.6138 23.0905 22.8128L22.9102 25.8903C22.8982 26.0974 23.1093 26.2436 23.295 26.1567L24.4948 25.5953C24.6808 25.5084 24.892 25.6549 24.8795 25.8624L24.5855 30.6979C24.5671 31.0004 24.9759 31.1067 25.1013 30.8321L25.185 30.6487L29.4298 17.8014C29.5008 17.5863 29.2968 17.3809 29.0847 17.454L27.0519 18.1547C26.8609 18.2205 26.6675 18.0586 26.6954 17.8561L27.3823 12.8739C27.4103 12.6712 27.2163 12.5091 27.0251 12.5756Z" fill="url(#paint2_linear_1287_1214)"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_1287_1214" x1="6.48163" y1="1.9759" x2="39.05" y2="48.2064" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#49C7FF"/>
|
|
9
|
+
<stop offset="1" stop-color="#BD36FF"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_1287_1214" x1="11.8848" y1="16.4266" x2="26.7246" y2="31.4177" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#41D1FF"/>
|
|
13
|
+
<stop offset="1" stop-color="#BD34FE"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="paint2_linear_1287_1214" x1="21.8138" y1="13.7046" x2="26.2464" y2="28.8069" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#FFEA83"/>
|
|
17
|
+
<stop offset="0.0833333" stop-color="#FFDD35"/>
|
|
18
|
+
<stop offset="1" stop-color="#FFA800"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "site",
|
|
3
|
+
"private": true,
|
|
4
|
+
"version": "0.0.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vitepress dev docs --host",
|
|
8
|
+
"preview": "vite preview",
|
|
9
|
+
"build": "vitepress build docs",
|
|
10
|
+
"serve": "vitepress serve docs"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"ant-design-vue": "^4.0.7",
|
|
14
|
+
"bge-ui": "workspace:*",
|
|
15
|
+
"vue": "^3.3.8"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@vitejs/plugin-vue": "^4.5.0",
|
|
19
|
+
"typescript": "^5.2.2",
|
|
20
|
+
"vite": "^5.0.0",
|
|
21
|
+
"vite-plugin-vitepress-demo": "^2.2.1",
|
|
22
|
+
"vitepress": "1.0.0-rc.31",
|
|
23
|
+
"vue-tsc": "^1.8.22"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ES2020",
|
|
4
|
+
"useDefineForClassFields": true,
|
|
5
|
+
"module": "ESNext",
|
|
6
|
+
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
7
|
+
"skipLibCheck": true,
|
|
8
|
+
|
|
9
|
+
/* Bundler mode */
|
|
10
|
+
"moduleResolution": "bundler",
|
|
11
|
+
"allowImportingTsExtensions": true,
|
|
12
|
+
"resolveJsonModule": true,
|
|
13
|
+
"isolatedModules": true,
|
|
14
|
+
"noEmit": true,
|
|
15
|
+
"jsx": "preserve",
|
|
16
|
+
|
|
17
|
+
/* Linting */
|
|
18
|
+
"strict": true,
|
|
19
|
+
"noUnusedLocals": true,
|
|
20
|
+
"noUnusedParameters": true,
|
|
21
|
+
"noFallthroughCasesInSwitch": true
|
|
22
|
+
},
|
|
23
|
+
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
|
|
24
|
+
"references": [{ "path": "./tsconfig.node.json" }]
|
|
25
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"baseUrl": ".",
|
|
4
|
+
"jsx": "preserve",
|
|
5
|
+
"strict": false,
|
|
6
|
+
"target": "ESNext",
|
|
7
|
+
"module": "ESNext",
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"esModuleInterop": true,
|
|
10
|
+
"moduleResolution": "node",
|
|
11
|
+
"lib": [
|
|
12
|
+
"esnext",
|
|
13
|
+
"dom"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"include": [
|
|
17
|
+
"packages/components/src",
|
|
18
|
+
"packages/site/src"
|
|
19
|
+
],
|
|
20
|
+
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
default: string;
|
|
4
|
-
value: string[];
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
};
|
|
7
|
-
type: {
|
|
8
|
-
default: string;
|
|
9
|
-
value: string[];
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
};
|
|
12
|
-
disabled: {
|
|
13
|
-
default: boolean;
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
};
|
|
16
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
size: {
|
|
18
|
-
default: string;
|
|
19
|
-
value: string[];
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
};
|
|
22
|
-
type: {
|
|
23
|
-
default: string;
|
|
24
|
-
value: string[];
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
};
|
|
27
|
-
disabled: {
|
|
28
|
-
default: boolean;
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
};
|
|
31
|
-
}>>, {
|
|
32
|
-
size: string;
|
|
33
|
-
type: string;
|
|
34
|
-
disabled: boolean;
|
|
35
|
-
}, {}>, {
|
|
36
|
-
default?(_: {}): any;
|
|
37
|
-
}>;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
package/dist/button/type.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
label: StringConstructor;
|
|
3
|
-
formItemClass: StringConstructor;
|
|
4
|
-
prop: (StringConstructor | ArrayConstructor)[];
|
|
5
|
-
required: BooleanConstructor;
|
|
6
|
-
rules: (ObjectConstructor | ArrayConstructor)[];
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
label: StringConstructor;
|
|
9
|
-
formItemClass: StringConstructor;
|
|
10
|
-
prop: (StringConstructor | ArrayConstructor)[];
|
|
11
|
-
required: BooleanConstructor;
|
|
12
|
-
rules: (ObjectConstructor | ArrayConstructor)[];
|
|
13
|
-
}>>, {
|
|
14
|
-
required: boolean;
|
|
15
|
-
}, {}>, {
|
|
16
|
-
label?(_: {
|
|
17
|
-
label: string;
|
|
18
|
-
}): any;
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
error?(_: {
|
|
21
|
-
error: string;
|
|
22
|
-
}): any;
|
|
23
|
-
}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
package/dist/form/index.vue.d.ts
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
declare function validate(callback: any): Promise<any>;
|
|
2
|
-
declare function resetFields(): void;
|
|
3
|
-
declare function clearValidate(): void;
|
|
4
|
-
declare function validateField(): void;
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
6
|
-
inline: BooleanConstructor;
|
|
7
|
-
formClass: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
rules: {
|
|
12
|
-
type: ObjectConstructor;
|
|
13
|
-
};
|
|
14
|
-
model: {
|
|
15
|
-
type: ObjectConstructor;
|
|
16
|
-
};
|
|
17
|
-
disabled: BooleanConstructor;
|
|
18
|
-
}, {
|
|
19
|
-
/**
|
|
20
|
-
* @description Validate the whole form. Receives a callback or returns `Promise`.
|
|
21
|
-
*/
|
|
22
|
-
validate: typeof validate;
|
|
23
|
-
/**
|
|
24
|
-
* @description Validate specified fields.
|
|
25
|
-
*/
|
|
26
|
-
validateField: typeof validateField;
|
|
27
|
-
/**
|
|
28
|
-
* @description Reset specified fields and remove validation result.
|
|
29
|
-
*/
|
|
30
|
-
resetFields: typeof resetFields;
|
|
31
|
-
/**
|
|
32
|
-
* @description Clear validation message for specified fields.
|
|
33
|
-
*/
|
|
34
|
-
clearValidate: typeof clearValidate;
|
|
35
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
-
validate: (...args: any[]) => void;
|
|
37
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
inline: BooleanConstructor;
|
|
39
|
-
formClass: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
rules: {
|
|
44
|
-
type: ObjectConstructor;
|
|
45
|
-
};
|
|
46
|
-
model: {
|
|
47
|
-
type: ObjectConstructor;
|
|
48
|
-
};
|
|
49
|
-
disabled: BooleanConstructor;
|
|
50
|
-
}>> & {
|
|
51
|
-
onValidate?: ((...args: any[]) => any) | undefined;
|
|
52
|
-
}, {
|
|
53
|
-
disabled: boolean;
|
|
54
|
-
inline: boolean;
|
|
55
|
-
formClass: string;
|
|
56
|
-
}, {}>, {
|
|
57
|
-
default?(_: {}): any;
|
|
58
|
-
}>;
|
|
59
|
-
export default _default;
|
|
60
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
-
new (): {
|
|
62
|
-
$slots: S;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
default: number;
|
|
4
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
5
|
-
};
|
|
6
|
-
color: {
|
|
7
|
-
default: string;
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
size: {
|
|
12
|
-
default: number;
|
|
13
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
14
|
-
};
|
|
15
|
-
color: {
|
|
16
|
-
default: string;
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
size: string | number;
|
|
21
|
-
color: string;
|
|
22
|
-
}, {}>;
|
|
23
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
default: number;
|
|
4
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
5
|
-
};
|
|
6
|
-
color: {
|
|
7
|
-
default: string;
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
size: {
|
|
12
|
-
default: number;
|
|
13
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
14
|
-
};
|
|
15
|
-
color: {
|
|
16
|
-
default: string;
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
size: string | number;
|
|
21
|
-
color: string;
|
|
22
|
-
}, {}>;
|
|
23
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
default: number;
|
|
4
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
5
|
-
};
|
|
6
|
-
color: {
|
|
7
|
-
default: string;
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
size: {
|
|
12
|
-
default: number;
|
|
13
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
14
|
-
};
|
|
15
|
-
color: {
|
|
16
|
-
default: string;
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
size: string | number;
|
|
21
|
-
color: string;
|
|
22
|
-
}, {}>;
|
|
23
|
-
export default _default;
|