base6-ui 1.1.5 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BaseLayout/ASide/index.vue.d.ts +4 -1
- package/dist/components/BaseLayout/ASide/type.d.ts +5 -2
- package/dist/components/BaseLayout/AsideMenu/index.vue.d.ts +4 -0
- package/dist/components/BaseLayout/Default/constants.d.ts +5 -0
- package/dist/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +3 -0
- package/dist/components/BaseLayout/Default/hooks/useLogo.d.ts +5 -0
- package/dist/components/BaseLayout/Default/index.vue.d.ts +70 -0
- package/dist/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +32 -0
- package/dist/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/layoutTab/index.vue.d.ts +2 -0
- package/dist/components/BaseLayout/Default/options.d.ts +3 -0
- package/dist/components/BaseLayout/Default/type.d.ts +42 -0
- package/dist/components/BaseLayout/Header/index.vue.d.ts +19 -0
- package/dist/components/BaseLayout/components/WrapContent.vue.d.ts +22 -0
- package/dist/components/BaseLayout/components/WrapFooter.vue.d.ts +24 -0
- package/dist/components/BaseLayout/components/WrapHeader.vue.d.ts +24 -0
- package/dist/components/BaseLayout/components/WrapSlider.vue.d.ts +24 -0
- package/dist/components/BaseLayout/components/WrapTab.vue.d.ts +24 -0
- package/dist/components/BaseLayout/constants.d.ts +1 -0
- package/dist/components/BaseLayout/index.d.ts +6 -0
- package/dist/components/BaseLayout/index.vue.d.ts +49 -0
- package/dist/components/BaseLayout/layoutCssVar.d.ts +4 -0
- package/dist/components/BaseLayout/options.d.ts +2 -0
- package/dist/components/BaseLayout/type.d.ts +52 -0
- package/dist/components/BaseProductIntroduction/constants.d.ts +2 -0
- package/dist/components/BaseProductIntroduction/cssVar.d.ts +15 -0
- package/dist/components/BaseProductIntroduction/index.d.ts +1 -0
- package/dist/components/BaseProductIntroduction/index.vue.d.ts +6 -0
- package/dist/components/BaseProductIntroduction/type.d.ts +5 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/config/themes/common/light.d.ts +2 -0
- package/dist/config/themes/components/divider/light.d.ts +2 -0
- package/dist/config/themes/components/layout/dark.d.ts +1 -0
- package/dist/config/themes/components/layout/light.d.ts +1 -0
- package/dist/config/themes/token/light.d.ts +2 -0
- package/dist/globalMethods/index.d.ts +2 -0
- package/dist/hooks/useBoolean.d.ts +7 -0
- package/dist/hooks/useContext.d.ts +6 -0
- package/dist/hooks/useMenu.d.ts +34 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/utils.d.ts +3 -0
- package/es/_virtual/virtual_svg-icons-register.mjs +4 -4
- package/es/assets/cover/base-ads.png.mjs +4 -0
- package/es/assets/cover/base-multimodal.png.mjs +4 -0
- package/es/assets/cover/base-studio.png.mjs +4 -0
- package/es/assets/logo/logo-dark-full.svg.mjs +32 -0
- package/es/assets/logo/logo-light-full.svg.mjs +31 -0
- package/es/components/BaseDataTable/index.vue.mjs +2 -2
- package/es/components/BaseDataTable/index.vue2.mjs +1 -1
- package/es/components/BaseDialog/options.mjs +1 -1
- package/es/components/BaseLayout/ASide/index.vue.d.ts +4 -1
- package/es/components/BaseLayout/ASide/index.vue.mjs +2 -2
- package/es/components/BaseLayout/ASide/index.vue2.mjs +30 -24
- package/es/components/BaseLayout/ASide/type.d.ts +5 -2
- package/es/components/BaseLayout/AsideMenu/index.vue.d.ts +4 -0
- package/es/components/BaseLayout/AsideMenu/index.vue.mjs +7 -0
- package/es/components/BaseLayout/AsideMenu/index.vue2.mjs +66 -0
- package/es/components/BaseLayout/Default/constants.d.ts +5 -0
- package/es/components/BaseLayout/Default/constants.mjs +5 -0
- package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +3 -0
- package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.mjs +11 -0
- package/es/components/BaseLayout/Default/hooks/useLogo.d.ts +5 -0
- package/es/components/BaseLayout/Default/hooks/useLogo.mjs +19 -0
- package/es/components/BaseLayout/Default/index.vue.d.ts +70 -0
- package/es/components/BaseLayout/Default/index.vue.mjs +7 -0
- package/es/components/BaseLayout/Default/index.vue2.mjs +147 -0
- package/es/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutHeader/action.vue.mjs +7 -0
- package/es/components/BaseLayout/Default/layoutHeader/action.vue2.mjs +82 -0
- package/es/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +31 -0
- package/es/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutHeader/title.vue.mjs +7 -0
- package/es/components/BaseLayout/Default/layoutHeader/title.vue2.mjs +29 -0
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +32 -0
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.mjs +7 -0
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +65 -0
- package/es/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutMenu/index.vue.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutMenu/index.vue2.mjs +23 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.mjs +30 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.mjs +53 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.mjs +73 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.mjs +39 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.mjs +97 -0
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/layoutSlider/index.vue.mjs +31 -0
- package/es/components/BaseLayout/Default/layoutSlider/index.vue2.mjs +4 -0
- package/es/components/BaseLayout/Default/layoutTab/index.vue.d.ts +2 -0
- package/es/components/BaseLayout/Default/options.d.ts +3 -0
- package/es/components/BaseLayout/Default/options.mjs +35 -0
- package/es/components/BaseLayout/Default/type.d.ts +42 -0
- package/es/components/BaseLayout/Header/index.vue.d.ts +19 -0
- package/es/components/BaseLayout/Header/index.vue.mjs +20 -0
- package/es/components/BaseLayout/components/WrapContent.vue.d.ts +22 -0
- package/es/components/BaseLayout/components/WrapContent.vue.mjs +23 -0
- package/es/components/BaseLayout/components/WrapContent.vue2.mjs +4 -0
- package/es/components/BaseLayout/components/WrapFooter.vue.d.ts +24 -0
- package/es/components/BaseLayout/components/WrapFooter.vue.mjs +33 -0
- package/es/components/BaseLayout/components/WrapFooter.vue2.mjs +4 -0
- package/es/components/BaseLayout/components/WrapHeader.vue.d.ts +24 -0
- package/es/components/BaseLayout/components/WrapHeader.vue.mjs +7 -0
- package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +30 -0
- package/es/components/BaseLayout/components/WrapSlider.vue.d.ts +24 -0
- package/es/components/BaseLayout/components/WrapSlider.vue.mjs +24 -0
- package/es/components/BaseLayout/components/WrapSlider.vue2.mjs +4 -0
- package/es/components/BaseLayout/components/WrapTab.vue.d.ts +24 -0
- package/es/components/BaseLayout/components/WrapTab.vue.mjs +34 -0
- package/es/components/BaseLayout/components/WrapTab.vue2.mjs +4 -0
- package/es/components/BaseLayout/constants.d.ts +1 -0
- package/es/components/BaseLayout/constants.mjs +4 -0
- package/es/components/BaseLayout/index.d.ts +6 -0
- package/es/components/BaseLayout/index.module.css.mjs +24 -0
- package/es/components/BaseLayout/index.vue.d.ts +49 -0
- package/es/components/BaseLayout/index.vue.mjs +7 -0
- package/es/components/BaseLayout/index.vue2.mjs +124 -0
- package/es/components/BaseLayout/layoutCssVar.d.ts +4 -0
- package/es/components/BaseLayout/layoutCssVar.mjs +27 -0
- package/es/components/BaseLayout/options.d.ts +2 -0
- package/es/components/BaseLayout/options.mjs +25 -0
- package/es/components/BaseLayout/type.d.ts +52 -0
- package/es/components/BaseProductIntroduction/constants.d.ts +2 -0
- package/es/components/BaseProductIntroduction/constants.mjs +7 -0
- package/es/components/BaseProductIntroduction/cssVar.d.ts +15 -0
- package/es/components/BaseProductIntroduction/cssVar.mjs +80 -0
- package/es/components/BaseProductIntroduction/index.d.ts +1 -0
- package/es/components/BaseProductIntroduction/index.vue.d.ts +6 -0
- package/es/components/BaseProductIntroduction/index.vue.mjs +8 -0
- package/es/components/BaseProductIntroduction/index.vue2.mjs +170 -0
- package/es/components/BaseProductIntroduction/type.d.ts +5 -0
- package/es/components/BaseSelect/index.vue.mjs +8 -5
- package/es/components/BaseSelect/index.vue3.mjs +5 -0
- package/es/components/index.d.ts +1 -0
- package/es/config/themes/common/light.d.ts +2 -0
- package/es/config/themes/common/light.mjs +30 -0
- package/es/config/themes/components/alert/light.mjs +3 -2
- package/es/config/themes/components/button/common.mjs +4 -4
- package/es/config/themes/components/button/dark.mjs +7 -4
- package/es/config/themes/components/button/light.mjs +1 -0
- package/es/config/themes/components/dataTable/dark.mjs +2 -1
- package/es/config/themes/components/dataTable/light.mjs +2 -1
- package/es/config/themes/components/divider/light.d.ts +2 -0
- package/es/config/themes/components/divider/light.mjs +7 -0
- package/es/config/themes/components/input/common.mjs +1 -0
- package/es/config/themes/components/input/dark.mjs +3 -2
- package/es/config/themes/components/layout/dark.d.ts +1 -0
- package/es/config/themes/components/layout/dark.mjs +3 -2
- package/es/config/themes/components/layout/light.d.ts +1 -0
- package/es/config/themes/components/layout/light.mjs +3 -2
- package/es/config/themes/components/menu/dark.mjs +18 -5
- package/es/config/themes/components/menu/light.mjs +14 -2
- package/es/config/themes/index.mjs +8 -6
- package/es/config/themes/light.mjs +40 -36
- package/es/config/themes/token/light.d.ts +2 -0
- package/es/config/themes/token/light.mjs +3 -1
- package/es/globalMethods/index.d.ts +2 -0
- package/es/globalMethods/index.mjs +7 -5
- package/es/hooks/useBoolean.d.ts +7 -0
- package/es/hooks/useBoolean.mjs +26 -0
- package/es/hooks/useContext.d.ts +6 -0
- package/es/hooks/useContext.mjs +30 -0
- package/es/hooks/useMenu.d.ts +34 -0
- package/es/hooks/useMenu.mjs +78 -0
- package/es/index.css +1 -1
- package/es/index.d.ts +1 -0
- package/es/index.mjs +53 -38
- package/es/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/core/index.mjs +43 -0
- package/es/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs +29 -0
- package/es/types/utils.d.ts +3 -0
- package/lib/_virtual/_plugin-vue_export-helper.js +1 -1
- package/lib/_virtual/virtual_svg-icons-register.js +1 -1
- package/lib/assets/cover/base-ads.png.js +1 -0
- package/lib/assets/cover/base-multimodal.png.js +1 -0
- package/lib/assets/cover/base-studio.png.js +1 -0
- package/lib/assets/logo/logo-dark-full.svg.js +1 -0
- package/lib/assets/logo/logo-light-full.svg.js +1 -0
- package/lib/components/AppProvider/index.vue.js +1 -1
- package/lib/components/AppProvider/index.vue2.js +1 -1
- package/lib/components/BaseButton/index.vue.js +1 -1
- package/lib/components/BaseButton/index.vue2.js +1 -1
- package/lib/components/BaseDataTable/index.vue.js +1 -1
- package/lib/components/BaseDataTable/index.vue2.js +1 -1
- package/lib/components/BaseDialog/index.vue.js +1 -1
- package/lib/components/BaseDialog/index.vue2.js +1 -1
- package/lib/components/BaseDialog/options.js +1 -1
- package/lib/components/BaseInputNumber/index.vue.js +1 -1
- package/lib/components/BaseInputNumber/index.vue2.js +1 -1
- package/lib/components/BaseLayout/ASide/index.vue.d.ts +4 -1
- package/lib/components/BaseLayout/ASide/index.vue.js +1 -1
- package/lib/components/BaseLayout/ASide/index.vue2.js +1 -1
- package/lib/components/BaseLayout/ASide/type.d.ts +5 -2
- package/lib/components/BaseLayout/AsideMenu/index.vue.d.ts +4 -0
- package/lib/components/BaseLayout/AsideMenu/index.vue.js +1 -0
- package/lib/components/BaseLayout/AsideMenu/index.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/constants.d.ts +5 -0
- package/lib/components/BaseLayout/Default/constants.js +1 -0
- package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +3 -0
- package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.js +1 -0
- package/lib/components/BaseLayout/Default/hooks/useLogo.d.ts +5 -0
- package/lib/components/BaseLayout/Default/hooks/useLogo.js +1 -0
- package/lib/components/BaseLayout/Default/index.vue.d.ts +70 -0
- package/lib/components/BaseLayout/Default/index.vue.js +1 -0
- package/lib/components/BaseLayout/Default/index.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutHeader/title.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutHeader/title.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +32 -0
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutMenu/index.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/index.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/layoutSlider/index.vue.js +1 -0
- package/lib/components/BaseLayout/Default/layoutSlider/index.vue2.js +1 -0
- package/lib/components/BaseLayout/Default/layoutTab/index.vue.d.ts +2 -0
- package/lib/components/BaseLayout/Default/options.d.ts +3 -0
- package/lib/components/BaseLayout/Default/options.js +1 -0
- package/lib/components/BaseLayout/Default/type.d.ts +42 -0
- package/lib/components/BaseLayout/Header/index.vue.d.ts +19 -0
- package/lib/components/BaseLayout/Header/index.vue.js +1 -0
- package/lib/components/BaseLayout/components/WrapContent.vue.d.ts +22 -0
- package/lib/components/BaseLayout/components/WrapContent.vue.js +1 -0
- package/lib/components/BaseLayout/components/WrapContent.vue2.js +1 -0
- package/lib/components/BaseLayout/components/WrapFooter.vue.d.ts +24 -0
- package/lib/components/BaseLayout/components/WrapFooter.vue.js +1 -0
- package/lib/components/BaseLayout/components/WrapFooter.vue2.js +1 -0
- package/lib/components/BaseLayout/components/WrapHeader.vue.d.ts +24 -0
- package/lib/components/BaseLayout/components/WrapHeader.vue.js +1 -0
- package/lib/components/BaseLayout/components/WrapHeader.vue2.js +1 -0
- package/lib/components/BaseLayout/components/WrapSlider.vue.d.ts +24 -0
- package/lib/components/BaseLayout/components/WrapSlider.vue.js +1 -0
- package/lib/components/BaseLayout/components/WrapSlider.vue2.js +1 -0
- package/lib/components/BaseLayout/components/WrapTab.vue.d.ts +24 -0
- package/lib/components/BaseLayout/components/WrapTab.vue.js +1 -0
- package/lib/components/BaseLayout/components/WrapTab.vue2.js +1 -0
- package/lib/components/BaseLayout/constants.d.ts +1 -0
- package/lib/components/BaseLayout/constants.js +1 -0
- package/lib/components/BaseLayout/index.d.ts +6 -0
- package/lib/components/BaseLayout/index.module.css.js +1 -0
- package/lib/components/BaseLayout/index.vue.d.ts +49 -0
- package/lib/components/BaseLayout/index.vue.js +1 -0
- package/lib/components/BaseLayout/index.vue2.js +1 -0
- package/lib/components/BaseLayout/layoutCssVar.d.ts +4 -0
- package/lib/components/BaseLayout/layoutCssVar.js +1 -0
- package/lib/components/BaseLayout/options.d.ts +2 -0
- package/lib/components/BaseLayout/options.js +1 -0
- package/lib/components/BaseLayout/type.d.ts +52 -0
- package/lib/components/BaseProductIntroduction/constants.d.ts +2 -0
- package/lib/components/BaseProductIntroduction/constants.js +1 -0
- package/lib/components/BaseProductIntroduction/cssVar.d.ts +15 -0
- package/lib/components/BaseProductIntroduction/cssVar.js +1 -0
- package/lib/components/BaseProductIntroduction/index.d.ts +1 -0
- package/lib/components/BaseProductIntroduction/index.vue.d.ts +6 -0
- package/lib/components/BaseProductIntroduction/index.vue.js +1 -0
- package/lib/components/BaseProductIntroduction/index.vue2.js +1 -0
- package/lib/components/BaseProductIntroduction/type.d.ts +5 -0
- package/lib/components/BaseProgress/index.js +1 -1
- package/lib/components/BaseRadio/index.vue.js +1 -1
- package/lib/components/BaseRadio/index.vue2.js +1 -1
- package/lib/components/BaseSelect/index.vue.js +1 -1
- package/lib/components/BaseSelect/index.vue3.js +1 -0
- package/lib/components/BaseSlider/index.vue.js +1 -1
- package/lib/components/BaseSlider/index.vue2.js +1 -1
- package/lib/components/BaseSwitch/index.vue.js +1 -1
- package/lib/components/BaseSwitch/index.vue2.js +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/config/themes/color/dark.js +1 -1
- package/lib/config/themes/color/light.js +1 -1
- package/lib/config/themes/common/light.d.ts +2 -0
- package/lib/config/themes/common/light.js +1 -0
- package/lib/config/themes/components/alert/dark.js +1 -1
- package/lib/config/themes/components/alert/light.js +1 -1
- package/lib/config/themes/components/baseComponent/dark.js +1 -1
- package/lib/config/themes/components/baseComponent/light.js +1 -1
- package/lib/config/themes/components/button/common.js +1 -1
- package/lib/config/themes/components/button/dark.js +1 -1
- package/lib/config/themes/components/button/light.js +1 -1
- package/lib/config/themes/components/card/dark.js +1 -1
- package/lib/config/themes/components/card/light.js +1 -1
- package/lib/config/themes/components/charts/dark.js +1 -1
- package/lib/config/themes/components/charts/light.js +1 -1
- package/lib/config/themes/components/checkbox/dark.js +1 -1
- package/lib/config/themes/components/checkbox/light.js +1 -1
- package/lib/config/themes/components/dataTable/dark.js +1 -1
- package/lib/config/themes/components/dataTable/light.js +1 -1
- package/lib/config/themes/components/datePicker/dark.js +1 -1
- package/lib/config/themes/components/datePicker/light.js +1 -1
- package/lib/config/themes/components/dialog/dark.js +1 -1
- package/lib/config/themes/components/dialog/light.js +1 -1
- package/lib/config/themes/components/divider/light.d.ts +2 -0
- package/lib/config/themes/components/divider/light.js +1 -0
- package/lib/config/themes/components/dropdown/dark.js +1 -1
- package/lib/config/themes/components/dropdown/light.js +1 -1
- package/lib/config/themes/components/form/dark.js +1 -1
- package/lib/config/themes/components/form/light.js +1 -1
- package/lib/config/themes/components/input/common.js +1 -1
- package/lib/config/themes/components/input/dark.js +1 -1
- package/lib/config/themes/components/input/light.js +1 -1
- package/lib/config/themes/components/inputNumber/dark.js +1 -1
- package/lib/config/themes/components/inputNumber/light.js +1 -1
- package/lib/config/themes/components/layout/dark.d.ts +1 -0
- package/lib/config/themes/components/layout/dark.js +1 -1
- package/lib/config/themes/components/layout/light.d.ts +1 -0
- package/lib/config/themes/components/layout/light.js +1 -1
- package/lib/config/themes/components/menu/dark.js +1 -1
- package/lib/config/themes/components/menu/light.js +1 -1
- package/lib/config/themes/components/progress/dark.js +1 -1
- package/lib/config/themes/components/progress/light.js +1 -1
- package/lib/config/themes/components/radio/dark.js +1 -1
- package/lib/config/themes/components/radio/light.js +1 -1
- package/lib/config/themes/components/select/dark.js +1 -1
- package/lib/config/themes/components/select/light.js +1 -1
- package/lib/config/themes/components/slider/dark.js +1 -1
- package/lib/config/themes/components/slider/light.js +1 -1
- package/lib/config/themes/components/switch/dark.js +1 -1
- package/lib/config/themes/components/switch/light.js +1 -1
- package/lib/config/themes/components/tag/dark.js +1 -1
- package/lib/config/themes/components/tag/light.js +1 -1
- package/lib/config/themes/components/transfer/dark.js +1 -1
- package/lib/config/themes/components/transfer/light.js +1 -1
- package/lib/config/themes/index.js +1 -1
- package/lib/config/themes/light.js +1 -1
- package/lib/config/themes/token/dark.js +1 -1
- package/lib/config/themes/token/light.d.ts +2 -0
- package/lib/config/themes/token/light.js +1 -1
- package/lib/globalMethods/index.d.ts +2 -0
- package/lib/globalMethods/index.js +1 -1
- package/lib/globalMethods/modules/confirmTip.js +1 -1
- package/lib/globalMethods/modules/message.js +1 -1
- package/lib/hooks/useBoolean.d.ts +7 -0
- package/lib/hooks/useBoolean.js +1 -0
- package/lib/hooks/useContext.d.ts +6 -0
- package/lib/hooks/useContext.js +1 -0
- package/lib/hooks/useMenu.d.ts +34 -0
- package/lib/hooks/useMenu.js +1 -0
- package/lib/hooks/useNaiveConfigProvideContext.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/core/index.js +1 -0
- package/lib/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/shared/index.js +1 -0
- package/lib/types/utils.d.ts +3 -0
- package/package.json +1 -1
- package/readme.md +18 -19
- package/lib/components/BaseSelect/index.vue2.js +0 -1
- /package/es/components/{BaseSelect → BaseLayout/Default/layoutHeader}/index.vue2.mjs +0 -0
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import { NButton as x, NPopover as E, NCard as P } from "naive-ui";
|
|
2
|
+
import { defineComponent as T, mergeDefaults as A, ref as D, computed as a, onMounted as O, onUnmounted as L, resolveComponent as M, createElementBlock as c, openBlock as s, createVNode as i, withModifiers as f, withCtx as r, normalizeStyle as z, createElementVNode as t, Fragment as h, renderList as k, createCommentVNode as U, toDisplayString as u, createBlock as V, createTextVNode as g } from "vue";
|
|
3
|
+
import R from "../../hooks/useNaiveConfigProvideContext.mjs";
|
|
4
|
+
import F from "../../assets/cover/base-ads.png.mjs";
|
|
5
|
+
import I from "../../assets/cover/base-studio.png.mjs";
|
|
6
|
+
import $ from "../../assets/cover/base-multimodal.png.mjs";
|
|
7
|
+
import { createCardThemeOverrides as q, createPopoverCssVar as j } from "./cssVar.mjs";
|
|
8
|
+
import { DEFAULT_PRODUCT_INTRODUCTION_PROPS as G } from "./constants.mjs";
|
|
9
|
+
const H = { class: "header" }, J = { class: "content-wrap" }, K = { class: "content-item-header" }, Q = { class: "icon" }, W = { class: "title" }, X = { class: "description" }, Y = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "content-child-wrap"
|
|
12
|
+
}, Z = ["src"], ee = { class: "to-use" }, de = /* @__PURE__ */ T({
|
|
13
|
+
__name: "index",
|
|
14
|
+
props: /* @__PURE__ */ A({
|
|
15
|
+
x: {},
|
|
16
|
+
y: {}
|
|
17
|
+
}, G),
|
|
18
|
+
setup(m) {
|
|
19
|
+
const b = R(), n = D(!1), C = [
|
|
20
|
+
{
|
|
21
|
+
key: "base1",
|
|
22
|
+
title: "BASE 数据标注平台",
|
|
23
|
+
description: "专业标注服务,打造精准数据,驱动智能变革",
|
|
24
|
+
icon: "logo-base",
|
|
25
|
+
children: [
|
|
26
|
+
{
|
|
27
|
+
key: "base1-1",
|
|
28
|
+
title: "自动驾驶标注平台 - BASE ADS",
|
|
29
|
+
description: "自动驾驶标注平台支持点云、图像等连续的数据的标注与质检,提供可编排工作流与智能辅助工具,帮助团队高效构建自动驾驶训练数据集。",
|
|
30
|
+
icon: F
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
key: "base1-2",
|
|
34
|
+
title: "通用标注平台 - BASE Studio",
|
|
35
|
+
description: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP 等多种场景,帮助团队快速构建高质量训练数据集。",
|
|
36
|
+
icon: I
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
key: "base1-2",
|
|
40
|
+
title: "多模态标注平台 - BASE MultiModal",
|
|
41
|
+
description: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集",
|
|
42
|
+
icon: $
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
key: "base2",
|
|
48
|
+
title: "Blink 数据管理平台",
|
|
49
|
+
description: "集成数据资产的管理、交付、检索等全链路管理",
|
|
50
|
+
icon: "logo-blink"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
key: "base3",
|
|
54
|
+
title: "Bcollection 数据采集平台",
|
|
55
|
+
description: "全场景数据采集,全链路价值护航",
|
|
56
|
+
icon: "logo-bcollection"
|
|
57
|
+
}
|
|
58
|
+
], p = a(() => {
|
|
59
|
+
const {
|
|
60
|
+
name: _ = "light"
|
|
61
|
+
} = b?.mergedThemeRef.value || {};
|
|
62
|
+
return _ !== "light";
|
|
63
|
+
}), B = a(() => q(p.value)), N = a(() => j(p.value)), v = () => {
|
|
64
|
+
n.value = !1;
|
|
65
|
+
};
|
|
66
|
+
return O(() => {
|
|
67
|
+
document.body.addEventListener("click", v);
|
|
68
|
+
}), L(() => {
|
|
69
|
+
document.body.removeEventListener("click", v);
|
|
70
|
+
}), (_, e) => {
|
|
71
|
+
const d = M("svg-icon"), y = x, S = P, w = E;
|
|
72
|
+
return s(), c("div", null, [
|
|
73
|
+
i(y, {
|
|
74
|
+
quaternary: "",
|
|
75
|
+
class: "product-introduction-trigger",
|
|
76
|
+
onClick: e[0] || (e[0] = f((o) => n.value = !n.value, ["stop"]))
|
|
77
|
+
}, {
|
|
78
|
+
default: r(() => [
|
|
79
|
+
i(d, {
|
|
80
|
+
icon: n.value ? "operate-close" : "operate-more-bar",
|
|
81
|
+
size: "24"
|
|
82
|
+
}, null, 8, ["icon"])
|
|
83
|
+
]),
|
|
84
|
+
_: 1
|
|
85
|
+
}),
|
|
86
|
+
i(w, {
|
|
87
|
+
"content-class": "base-product-introduction-panel-popover",
|
|
88
|
+
trigger: "manual",
|
|
89
|
+
show: n.value,
|
|
90
|
+
"onUpdate:show": e[3] || (e[3] = (o) => n.value = o),
|
|
91
|
+
style: z(N.value),
|
|
92
|
+
"show-arrow": !1,
|
|
93
|
+
width: 1058,
|
|
94
|
+
scrollable: "",
|
|
95
|
+
x: m.x,
|
|
96
|
+
y: m.y,
|
|
97
|
+
"theme-overrides": { padding: "0", space: "0" }
|
|
98
|
+
}, {
|
|
99
|
+
default: r(() => [
|
|
100
|
+
t("div", {
|
|
101
|
+
class: "base-product-introduction-panel",
|
|
102
|
+
onClick: e[2] || (e[2] = f(() => {
|
|
103
|
+
}, ["stop"]))
|
|
104
|
+
}, [
|
|
105
|
+
t("div", H, [
|
|
106
|
+
e[4] || (e[4] = t("div", null, "全部产品", -1)),
|
|
107
|
+
i(d, {
|
|
108
|
+
icon: "operate-close",
|
|
109
|
+
size: "16",
|
|
110
|
+
onClick: e[1] || (e[1] = (o) => n.value = !1)
|
|
111
|
+
})
|
|
112
|
+
]),
|
|
113
|
+
t("div", J, [
|
|
114
|
+
(s(), c(h, null, k(C, (o) => t("div", {
|
|
115
|
+
key: o.key,
|
|
116
|
+
class: "content-item"
|
|
117
|
+
}, [
|
|
118
|
+
t("div", K, [
|
|
119
|
+
t("div", Q, [
|
|
120
|
+
i(d, {
|
|
121
|
+
icon: o.icon,
|
|
122
|
+
size: "32"
|
|
123
|
+
}, null, 8, ["icon"])
|
|
124
|
+
]),
|
|
125
|
+
t("div", W, u(o.title), 1),
|
|
126
|
+
t("div", X, u(o.description), 1)
|
|
127
|
+
]),
|
|
128
|
+
o.children && o.children.length ? (s(), c("div", Y, [
|
|
129
|
+
(s(!0), c(h, null, k(o.children, (l) => (s(), V(S, {
|
|
130
|
+
key: l.key,
|
|
131
|
+
title: l.title,
|
|
132
|
+
"theme-overrides": B.value
|
|
133
|
+
}, {
|
|
134
|
+
cover: r(() => [
|
|
135
|
+
t("img", {
|
|
136
|
+
src: l.icon,
|
|
137
|
+
alt: ""
|
|
138
|
+
}, null, 8, Z)
|
|
139
|
+
]),
|
|
140
|
+
default: r(() => [
|
|
141
|
+
g(" " + u(l.description) + " ", 1),
|
|
142
|
+
t("div", ee, [
|
|
143
|
+
i(y, {
|
|
144
|
+
round: "",
|
|
145
|
+
size: "tiny",
|
|
146
|
+
type: "primary"
|
|
147
|
+
}, {
|
|
148
|
+
default: r(() => [...e[5] || (e[5] = [
|
|
149
|
+
g("开始使用", -1)
|
|
150
|
+
])]),
|
|
151
|
+
_: 1
|
|
152
|
+
})
|
|
153
|
+
])
|
|
154
|
+
]),
|
|
155
|
+
_: 2
|
|
156
|
+
}, 1032, ["title", "theme-overrides"]))), 128))
|
|
157
|
+
])) : U("", !0)
|
|
158
|
+
])), 64))
|
|
159
|
+
])
|
|
160
|
+
])
|
|
161
|
+
]),
|
|
162
|
+
_: 1
|
|
163
|
+
}, 8, ["show", "style", "x", "y"])
|
|
164
|
+
]);
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
export {
|
|
169
|
+
de as default
|
|
170
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NSelect as d, NCheckbox as u, NTag as
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
const k = /* @__PURE__ */
|
|
1
|
+
import { NSelect as d, NCheckbox as u, NTag as c } from "naive-ui";
|
|
2
|
+
import { defineComponent as i, createBlock as m, openBlock as p, mergeProps as f, createSlots as b, renderList as g, withCtx as h, renderSlot as B, h as n } from "vue";
|
|
3
|
+
const k = /* @__PURE__ */ i({
|
|
4
4
|
name: "BaseSelect",
|
|
5
5
|
__name: "index",
|
|
6
6
|
props: {
|
|
@@ -19,7 +19,7 @@ const k = /* @__PURE__ */ c({
|
|
|
19
19
|
}
|
|
20
20
|
)
|
|
21
21
|
], s = ({ option: e, handleClose: t }) => n(
|
|
22
|
-
|
|
22
|
+
c,
|
|
23
23
|
{
|
|
24
24
|
type: "default",
|
|
25
25
|
closable: !0,
|
|
@@ -39,7 +39,10 @@ const k = /* @__PURE__ */ c({
|
|
|
39
39
|
class: "base-select",
|
|
40
40
|
renderTag: r.multiple ? s : void 0,
|
|
41
41
|
"render-label": r.multiple ? o : void 0,
|
|
42
|
-
multiple: r.multiple
|
|
42
|
+
multiple: r.multiple,
|
|
43
|
+
"menu-props": {
|
|
44
|
+
class: "base-select-menu"
|
|
45
|
+
}
|
|
43
46
|
}, e.$attrs), b({ _: 2 }, [
|
|
44
47
|
g(e.$slots, (C, a) => ({
|
|
45
48
|
name: a,
|
package/es/components/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from './BaseDialog';
|
|
|
5
5
|
export * from './BaseInputNumber';
|
|
6
6
|
export * from './BaseLayout';
|
|
7
7
|
export * from './BaseRadio';
|
|
8
|
+
export * from './BaseProductIntroduction';
|
|
8
9
|
export { default as BaseProgress } from './BaseProgress';
|
|
9
10
|
export * from './BaseSelect';
|
|
10
11
|
export * from './BaseSlider';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { commonBase as r } from "../common.mjs";
|
|
2
|
+
import o from "../color/light.mjs";
|
|
3
|
+
const i = {
|
|
4
|
+
heightSmall: r.heightSmall,
|
|
5
|
+
heightMedium: r.heightMedium,
|
|
6
|
+
heightLarge: r.heightLarge,
|
|
7
|
+
infoColor: o["color-gray-3"],
|
|
8
|
+
infoColorHover: o["color-gray-4"],
|
|
9
|
+
infoColorPressed: o["color-gray-5"],
|
|
10
|
+
infoColorSuppl: o["color-gray-4"],
|
|
11
|
+
primaryColor: o["color-primary-6"],
|
|
12
|
+
primaryColorHover: o["color-primary-5"],
|
|
13
|
+
primaryColorPressed: o["color-primary-7"],
|
|
14
|
+
primaryColorSuppl: o["color-primary-5"],
|
|
15
|
+
errorColor: o["color-red-6"],
|
|
16
|
+
errorColorHover: o["color-red-5"],
|
|
17
|
+
errorColorPressed: o["color-red-7"],
|
|
18
|
+
errorColorSuppl: o["color-red-5"],
|
|
19
|
+
successColor: o["color-green-6"],
|
|
20
|
+
successColorHover: o["color-green-5"],
|
|
21
|
+
successColorPressed: o["color-green-7"],
|
|
22
|
+
successColorSuppl: o["color-green-5"],
|
|
23
|
+
warningColor: o["color-origin-6"],
|
|
24
|
+
warningColorHover: o["color-origin-5"],
|
|
25
|
+
warningColorPressed: o["color-origin-7"],
|
|
26
|
+
warningColorSuppl: o["color-origin-5"]
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
i as commonLight
|
|
30
|
+
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import o from "../../color/light.mjs";
|
|
2
2
|
import { AlertThemeCommon as r } from "./common.mjs";
|
|
3
|
-
const
|
|
3
|
+
const e = {
|
|
4
4
|
...r,
|
|
5
5
|
colorInfo: o["color-primary-1"],
|
|
6
6
|
colorSuccess: o["color-green-1"],
|
|
7
7
|
colorError: o["color-red-1"],
|
|
8
8
|
colorWarning: o["color-origin-1"],
|
|
9
|
+
iconColorInfo: o["color-primary-6"],
|
|
9
10
|
contentTextColorError: o["color-gray-10"],
|
|
10
11
|
contentTextColorInfo: o["color-gray-10"],
|
|
11
12
|
contentTextColorSuccess: o["color-gray-10"],
|
|
@@ -13,5 +14,5 @@ const c = {
|
|
|
13
14
|
titleTextColor: o["color-gray-10"]
|
|
14
15
|
};
|
|
15
16
|
export {
|
|
16
|
-
|
|
17
|
+
e as AlertThemeLight
|
|
17
18
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { commonBase as e } from "../../common.mjs";
|
|
2
|
-
const
|
|
2
|
+
const d = {
|
|
3
3
|
borderRadiusLarge: e.borderRadiusLarge,
|
|
4
4
|
borderRadiusMedium: e.borderRadiusMedium,
|
|
5
5
|
borderRadiusSmall: e.borderRadiusSmall,
|
|
6
|
-
heightMedium:
|
|
7
|
-
heightSmall:
|
|
6
|
+
// heightMedium: commonBase.heightMedium,
|
|
7
|
+
// heightSmall: commonBase.heightSmall,
|
|
8
8
|
fontSizeLarge: e.fontSizeLarge,
|
|
9
9
|
fontSizeSmall: e.fontSizeSmall,
|
|
10
10
|
opacityDisabled: "1",
|
|
@@ -13,5 +13,5 @@ const a = {
|
|
|
13
13
|
paddingSmall: "0 12px"
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
|
-
|
|
16
|
+
d as ButtonThemeCommon
|
|
17
17
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
import { commonBase as e } from "../../common.mjs";
|
|
4
|
+
import { ButtonThemeCommon as l } from "./common.mjs";
|
|
5
|
+
const d = {
|
|
6
|
+
...l,
|
|
7
|
+
heightMedium: e.heightMedium,
|
|
8
|
+
heightSmall: e.heightSmall,
|
|
6
9
|
border: `1px solid ${r["fill-color-2"]}`,
|
|
7
10
|
borderError: `1px solid ${o["color-red-6"]}`,
|
|
8
11
|
borderPrimary: `1px solid ${o["color-primary-6"]}`,
|
|
@@ -105,5 +108,5 @@ const t = {
|
|
|
105
108
|
textColorGhostPressedWarning: o["color-origin-7"]
|
|
106
109
|
};
|
|
107
110
|
export {
|
|
108
|
-
|
|
111
|
+
d as ButtonThemeDark
|
|
109
112
|
};
|
|
@@ -27,6 +27,7 @@ const c = {
|
|
|
27
27
|
borderPressedPrimary: `1px solid ${o["color-primary-7"]}`,
|
|
28
28
|
borderPressedSuccess: `1px solid ${o["color-green-7"]}`,
|
|
29
29
|
borderPressedWarning: `1px solid ${o["color-origin-7"]}`,
|
|
30
|
+
rippleColor: o["color-gray-3"],
|
|
30
31
|
color: o["color-gray-3"],
|
|
31
32
|
colorError: o["color-red-6"],
|
|
32
33
|
colorPrimary: o["color-primary-6"],
|
|
@@ -5,7 +5,8 @@ const e = {
|
|
|
5
5
|
tdColorStriped: o["fill-color-5"],
|
|
6
6
|
tdTextColor: r["color-gray-10"],
|
|
7
7
|
thColor: o["bg-color-2"],
|
|
8
|
-
thTextColor: o["color-text-2"]
|
|
8
|
+
thTextColor: o["color-text-2"],
|
|
9
|
+
borderColor: "#0000"
|
|
9
10
|
// borderColor: darkBase['color-gray-4'],
|
|
10
11
|
// borderRadius: commonBase['borderRadiusMedium']
|
|
11
12
|
};
|
|
@@ -5,7 +5,8 @@ const e = {
|
|
|
5
5
|
tdColorStriped: o["color-gray-1"],
|
|
6
6
|
tdTextColor: o["color-gray-10"],
|
|
7
7
|
thColor: r["bg-color-2"],
|
|
8
|
-
thTextColor: o["color-gray-8"]
|
|
8
|
+
thTextColor: o["color-gray-8"],
|
|
9
|
+
borderColor: "#0000"
|
|
9
10
|
// borderColor: lightBase['color-gray-4'],
|
|
10
11
|
// borderRadius: commonBase['borderRadiusMedium']
|
|
11
12
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
3
|
import { InputThemeCommon as l } from "./common.mjs";
|
|
4
|
-
const
|
|
4
|
+
const c = {
|
|
5
5
|
...l,
|
|
6
6
|
border: `1px solid ${o["color-gray-4"]}`,
|
|
7
7
|
borderDisabled: "1px solid #0000",
|
|
@@ -9,6 +9,7 @@ const p = {
|
|
|
9
9
|
borderFocus: `1.5px solid ${o["color-primary-6"]}`,
|
|
10
10
|
borderHover: `1px solid ${o["color-primary-5"]}`,
|
|
11
11
|
colorDisabled: r["fill-color-1"],
|
|
12
|
+
colorFocus: r["bg-color-2"],
|
|
12
13
|
groupLabelBorder: `1px solid ${o["color-gray-4"]}`,
|
|
13
14
|
groupLabelColor: o["color-gray-2"],
|
|
14
15
|
groupLabelTextColor: o["color-gray-10"],
|
|
@@ -18,5 +19,5 @@ const p = {
|
|
|
18
19
|
textColorDisabled: r["color-text-4"]
|
|
19
20
|
};
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
+
c as InputThemeDark
|
|
22
23
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
-
const
|
|
3
|
+
const a = {
|
|
4
|
+
headerColor: o["bg-color-4"],
|
|
4
5
|
siderColor: o["bg-color-4"],
|
|
5
6
|
siderIconColor: r["color-primary-6"],
|
|
6
7
|
siderFooterIconBgColor: o["fill-color-3"]
|
|
7
8
|
};
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
+
a as LayoutThemeDark
|
|
10
11
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import o from "../../color/light.mjs";
|
|
2
2
|
import r from "../../token/light.mjs";
|
|
3
|
-
const
|
|
3
|
+
const i = {
|
|
4
|
+
headerColor: r["bg-color-4"],
|
|
4
5
|
siderColor: r["bg-color-4"],
|
|
5
6
|
// 自定义
|
|
6
7
|
siderIconColor: o["color-primary-6"],
|
|
7
8
|
siderFooterIconBgColor: o["color-gray-4"]
|
|
8
9
|
};
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
+
i as LayoutThemeLight
|
|
11
12
|
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
+
import t from "../../color/dark.mjs";
|
|
1
2
|
import o from "../../token/dark.mjs";
|
|
2
|
-
const
|
|
3
|
+
const l = {
|
|
4
|
+
arrowColor: o["color-text-2"],
|
|
5
|
+
arrowColorActive: o["color-text-1"],
|
|
6
|
+
arrowColorChildActive: o["color-text-1"],
|
|
7
|
+
arrowColorChildActiveHover: o["color-text-1"],
|
|
8
|
+
borderRadius: "10px",
|
|
9
|
+
itemColorActive: o["bg-color-2"],
|
|
10
|
+
itemColorActiveHover: o["bg-color-2"],
|
|
3
11
|
itemColorActiveCollapsed: o["fill-color-5"],
|
|
4
12
|
itemIconColorCollapsed: o["color-text-2"],
|
|
5
13
|
itemIconColorActive: o["color-text-1"],
|
|
6
14
|
itemIconColorHover: o["color-text-1"],
|
|
7
15
|
itemIconColorActiveHover: o["color-text-1"],
|
|
16
|
+
itemColorHover: "#0000",
|
|
8
17
|
itemTextColor: o["color-text-2"],
|
|
9
|
-
itemTextColorChildActive: o["color-text-1"],
|
|
10
|
-
itemTextColorChildActiveHover: o["color-text-1"],
|
|
11
18
|
itemTextColorActive: o["color-text-1"],
|
|
12
19
|
itemTextColorHover: o["color-text-1"],
|
|
13
|
-
itemTextColorActiveHover: o["color-text-1"]
|
|
20
|
+
itemTextColorActiveHover: o["color-text-1"],
|
|
21
|
+
itemTextColorChildActive: t["color-primary-6"],
|
|
22
|
+
itemTextColorChildActiveHover: t["color-primary-5"],
|
|
23
|
+
itemTextColorHorizontal: o["color-text-2"],
|
|
24
|
+
itemTextColorActiveHorizontal: o["color-text-1"],
|
|
25
|
+
itemTextColorActiveHoverHorizontal: o["color-text-1"],
|
|
26
|
+
itemTextColorHoverHorizontal: o["color-text-1"]
|
|
14
27
|
};
|
|
15
28
|
export {
|
|
16
|
-
|
|
29
|
+
l as MenuThemeDark
|
|
17
30
|
};
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
import o from "../../color/light.mjs";
|
|
2
2
|
const e = {
|
|
3
|
-
|
|
3
|
+
arrowColor: o["color-gray-8"],
|
|
4
|
+
arrowColorActive: o["color-gray-10"],
|
|
5
|
+
arrowColorChildActive: o["color-gray-10"],
|
|
6
|
+
arrowColorChildActiveHover: o["color-gray-10"],
|
|
7
|
+
borderRadius: "10px",
|
|
8
|
+
itemColorActive: o["color-gray-1"],
|
|
9
|
+
itemColorActiveHover: o["color-gray-1"],
|
|
4
10
|
itemColorActiveCollapsed: o["color-gray-1"],
|
|
11
|
+
itemColorHover: "#0000",
|
|
5
12
|
itemIconColorCollapsed: o["color-gray-8"],
|
|
6
13
|
itemIconColorActive: o["color-gray-10"],
|
|
7
14
|
itemIconColorHover: o["color-gray-10"],
|
|
@@ -9,7 +16,12 @@ const e = {
|
|
|
9
16
|
itemTextColor: o["color-gray-8"],
|
|
10
17
|
itemTextColorActive: o["color-gray-10"],
|
|
11
18
|
itemTextColorHover: o["color-gray-10"],
|
|
12
|
-
itemTextColorActiveHover: o["color-gray-10"]
|
|
19
|
+
itemTextColorActiveHover: o["color-gray-10"],
|
|
20
|
+
itemTextColorChildActive: o["color-primary-6"],
|
|
21
|
+
itemTextColorChildActiveHover: o["color-primary-5"],
|
|
22
|
+
itemTextColorHorizontal: o["color-gray-8"],
|
|
23
|
+
itemTextColorActiveHorizontal: o["color-primary-6"],
|
|
24
|
+
itemTextColorHoverHorizontal: o["color-primary-6"]
|
|
13
25
|
};
|
|
14
26
|
export {
|
|
15
27
|
e as MenuThemeLight
|
|
@@ -4,6 +4,7 @@ import "./components/card/light.mjs";
|
|
|
4
4
|
import "./components/dataTable/light.mjs";
|
|
5
5
|
import "./components/datePicker/light.mjs";
|
|
6
6
|
import "./components/checkbox/light.mjs";
|
|
7
|
+
import "./components/divider/light.mjs";
|
|
7
8
|
import "./components/dialog/light.mjs";
|
|
8
9
|
import "./components/dropdown/light.mjs";
|
|
9
10
|
import "./components/form/light.mjs";
|
|
@@ -19,6 +20,7 @@ import "./components/switch/light.mjs";
|
|
|
19
20
|
import "./components/tag/light.mjs";
|
|
20
21
|
import "./components/transfer/light.mjs";
|
|
21
22
|
import "./components/baseComponent/light.mjs";
|
|
23
|
+
import "./common/light.mjs";
|
|
22
24
|
import "./components/alert/dark.mjs";
|
|
23
25
|
import "./components/button/dark.mjs";
|
|
24
26
|
import "./components/card/dark.mjs";
|
|
@@ -40,11 +42,11 @@ import "./components/switch/dark.mjs";
|
|
|
40
42
|
import "./components/tag/dark.mjs";
|
|
41
43
|
import "./components/transfer/dark.mjs";
|
|
42
44
|
import "./components/baseComponent/dark.mjs";
|
|
43
|
-
import { ChartsThemeDark as
|
|
44
|
-
import { ChartsThemeLight as
|
|
45
|
-
const
|
|
45
|
+
import { ChartsThemeDark as V } from "./components/charts/dark.mjs";
|
|
46
|
+
import { ChartsThemeLight as X } from "./components/charts/light.mjs";
|
|
47
|
+
const R = "n-config-provider";
|
|
46
48
|
export {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
V as ChartsThemeDark,
|
|
50
|
+
X as ChartsThemeLight,
|
|
51
|
+
R as configProviderInjectionKey
|
|
50
52
|
};
|
|
@@ -1,53 +1,57 @@
|
|
|
1
1
|
import { AlertThemeLight as e } from "./components/alert/light.mjs";
|
|
2
2
|
import { ButtonThemeLight as m } from "./components/button/light.mjs";
|
|
3
|
-
import { CardThemeLight as
|
|
4
|
-
import { DataTableThemeLight as
|
|
3
|
+
import { CardThemeLight as r } from "./components/card/light.mjs";
|
|
4
|
+
import { DataTableThemeLight as t } from "./components/dataTable/light.mjs";
|
|
5
5
|
import { DatePickerThemeLight as o } from "./components/datePicker/light.mjs";
|
|
6
6
|
import { CheckboxThemeLight as i } from "./components/checkbox/light.mjs";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
7
|
+
import { DividerThemeLight as h } from "./components/divider/light.mjs";
|
|
8
|
+
import { DialogThemeLight as T } from "./components/dialog/light.mjs";
|
|
9
|
+
import { DropdownThemeLight as g } from "./components/dropdown/light.mjs";
|
|
10
|
+
import { FormThemeLight as p } from "./components/form/light.mjs";
|
|
11
|
+
import { InputThemeLight as L } from "./components/input/light.mjs";
|
|
12
|
+
import { InputNumberThemeLight as a } from "./components/inputNumber/light.mjs";
|
|
13
|
+
import { LayoutThemeLight as f } from "./components/layout/light.mjs";
|
|
14
|
+
import { MenuThemeLight as n } from "./components/menu/light.mjs";
|
|
15
|
+
import { ProgressThemeLight as c } from "./components/progress/light.mjs";
|
|
15
16
|
import { RadioThemeLight as u } from "./components/radio/light.mjs";
|
|
16
|
-
import { SelectThemeLight as
|
|
17
|
+
import { SelectThemeLight as d } from "./components/select/light.mjs";
|
|
17
18
|
import { SliderThemeLight as l } from "./components/slider/light.mjs";
|
|
18
19
|
import { SwitchThemeLight as s } from "./components/switch/light.mjs";
|
|
19
|
-
import { TagThemeLight as
|
|
20
|
-
import { TransferThemeLight as
|
|
21
|
-
import { TreeThemeLight as
|
|
22
|
-
|
|
20
|
+
import { TagThemeLight as b } from "./components/tag/light.mjs";
|
|
21
|
+
import { TransferThemeLight as D } from "./components/transfer/light.mjs";
|
|
22
|
+
import { TreeThemeLight as P, TooltipThemeLight as S, TabsThemeLight as k, StepsThemeLight as w, PopconfirmThemeLight as B, PaginationThemeLight as C, BreadcrumbThemeLight as I } from "./components/baseComponent/light.mjs";
|
|
23
|
+
import { commonLight as v } from "./common/light.mjs";
|
|
24
|
+
const _ = {
|
|
25
|
+
common: v,
|
|
23
26
|
Alert: e,
|
|
24
|
-
Breadcrumb:
|
|
27
|
+
Breadcrumb: I,
|
|
25
28
|
Button: m,
|
|
26
|
-
Card:
|
|
29
|
+
Card: r,
|
|
27
30
|
Checkbox: i,
|
|
28
|
-
DataTable:
|
|
31
|
+
DataTable: t,
|
|
29
32
|
DatePicker: o,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
Divider: h,
|
|
34
|
+
Dialog: T,
|
|
35
|
+
Dropdown: g,
|
|
36
|
+
Form: p,
|
|
37
|
+
Input: L,
|
|
38
|
+
InputNumber: a,
|
|
39
|
+
Layout: f,
|
|
40
|
+
Menu: n,
|
|
41
|
+
Pagination: C,
|
|
42
|
+
Progress: c,
|
|
43
|
+
Popconfirm: B,
|
|
40
44
|
Radio: u,
|
|
41
|
-
Select:
|
|
45
|
+
Select: d,
|
|
42
46
|
Slider: l,
|
|
43
|
-
Steps:
|
|
47
|
+
Steps: w,
|
|
44
48
|
Switch: s,
|
|
45
|
-
Tabs:
|
|
46
|
-
Tag:
|
|
47
|
-
Transfer:
|
|
48
|
-
Tooltip:
|
|
49
|
-
Tree:
|
|
49
|
+
Tabs: k,
|
|
50
|
+
Tag: b,
|
|
51
|
+
Transfer: D,
|
|
52
|
+
Tooltip: S,
|
|
53
|
+
Tree: P
|
|
50
54
|
};
|
|
51
55
|
export {
|
|
52
|
-
|
|
56
|
+
_ as lightThemeOverrides
|
|
53
57
|
};
|