base6-ui 1.1.14 → 1.1.16
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/BaseCascader/cssVar.d.ts +10 -0
- package/dist/components/BaseConfigProvider/constants.d.ts +3 -0
- package/dist/components/BaseConfigProvider/index.d.ts +2 -0
- package/dist/components/BaseConfigProvider/index.vue.d.ts +18 -0
- package/dist/components/BaseConfigProvider/locale-base.d.ts +3 -0
- package/dist/components/BaseConfigProvider/locale-naive.d.ts +4 -0
- package/dist/components/BaseConfigProvider/type.d.ts +17 -0
- package/dist/components/BaseDataTable/index.vue.d.ts +1 -1
- package/dist/components/BaseDialog/index.vue.d.ts +2 -2
- package/dist/components/BaseInputNumber/index.vue.d.ts +0 -1
- package/dist/components/BaseLayout/Default/index.vue.d.ts +8 -6
- package/dist/components/BaseLayout/Default/type.d.ts +7 -9
- package/dist/components/BaseLayout/index.vue.d.ts +1 -1
- package/dist/components/BaseProductIntroduction/cssVar.d.ts +3 -0
- package/dist/components/BaseProgress/cssVar.d.ts +8 -0
- package/dist/components/BaseProgress/index.d.ts +128 -3
- package/dist/components/BaseRadio/cssVar.d.ts +5 -0
- package/dist/components/BaseSelect/index.vue.d.ts +1 -1
- package/dist/components/BaseSteps/index.d.ts +1 -0
- package/dist/components/BaseSteps/steps.d.ts +25 -0
- package/dist/components/BaseSwitch/cssVar.d.ts +7 -0
- package/dist/components/BaseSystemActions/cssVar.d.ts +7 -0
- package/dist/components/BaseSystemActions/index.d.ts +2 -0
- package/dist/components/BaseSystemActions/index.vue.d.ts +13 -0
- package/dist/components/BaseSystemActions/type.d.ts +9 -0
- package/dist/components/BaseTabs/cssVar.d.ts +4 -0
- package/dist/components/BaseTabs/index.d.ts +2 -0
- package/dist/components/BaseTabs/tabs.d.ts +699 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/config/themes/common.d.ts +1 -0
- package/dist/config/themes/components/baseComponent/dark.d.ts +3 -2
- package/dist/config/themes/components/baseComponent/light.d.ts +3 -2
- package/dist/config/themes/components/cascader/common.d.ts +2 -2
- package/dist/config/themes/components/cascader/dark.d.ts +2 -2
- package/dist/config/themes/components/cascader/light.d.ts +2 -2
- package/dist/config/themes/components/progress/dark.d.ts +2 -3
- package/dist/config/themes/components/progress/light.d.ts +2 -3
- package/dist/config/themes/components/radio/dark.d.ts +2 -3
- package/dist/config/themes/components/radio/light.d.ts +2 -3
- package/dist/config/themes/components/switch/common.d.ts +2 -3
- package/dist/config/themes/components/switch/dark.d.ts +2 -3
- package/dist/config/themes/components/switch/light.d.ts +2 -3
- package/dist/enum/locale.d.ts +4 -0
- package/dist/fonts/MiSans-Medium.ttf +0 -0
- package/dist/fonts/MiSans-Regular.ttf +0 -0
- package/dist/hooks/useAnimationHook.d.ts +1 -1
- package/dist/hooks/useLocale.d.ts +17 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.umd.js +1 -1
- package/dist/locale/index.d.ts +3 -0
- package/dist/locale/lang/en-us.d.ts +26 -0
- package/dist/locale/lang/zh-cn.d.ts +3 -0
- package/dist/types/themes/components.d.ts +7 -0
- package/dist/types/themes/extendThemes.d.ts +10 -0
- package/dist/utils/render.d.ts +3 -0
- package/dist/utils/typescript.d.ts +61 -0
- package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
- package/es/assets/logo/logo-dark-full.svg.mjs +2 -2
- package/es/assets/logo/logo-light-full.svg.mjs +2 -2
- package/es/components/BaseButton/index.vue.mjs +14 -14
- package/es/components/BaseCascader/cssVar.d.ts +10 -0
- package/es/components/BaseCascader/cssVar.mjs +13 -0
- package/es/components/BaseCascader/index.vue.mjs +2 -2
- package/es/components/BaseCascader/index.vue2.mjs +19 -13
- package/es/components/BaseConfigProvider/constants.d.ts +3 -0
- package/es/components/BaseConfigProvider/constants.mjs +4 -0
- package/es/components/BaseConfigProvider/index.d.ts +2 -0
- package/es/components/BaseConfigProvider/index.vue.d.ts +18 -0
- package/es/components/BaseConfigProvider/index.vue.mjs +54 -0
- package/es/components/BaseConfigProvider/index.vue2.mjs +4 -0
- package/es/components/BaseConfigProvider/locale-base.d.ts +3 -0
- package/es/components/BaseConfigProvider/locale-base.mjs +9 -0
- package/es/components/BaseConfigProvider/locale-naive.d.ts +4 -0
- package/es/components/BaseConfigProvider/locale-naive.mjs +12 -0
- package/es/components/BaseConfigProvider/type.d.ts +17 -0
- package/es/components/BaseDataTable/index.vue.d.ts +1 -1
- package/es/components/BaseDataTable/index.vue2.mjs +13 -13
- package/es/components/BaseDialog/index.vue.d.ts +2 -2
- package/es/components/BaseDialog/index.vue.mjs +43 -43
- package/es/components/BaseInputNumber/index.vue.d.ts +0 -1
- package/es/components/BaseInputNumber/index.vue.mjs +1 -1
- package/es/components/BaseInputNumber/index.vue2.mjs +57 -57
- package/es/components/BaseLayout/ASide/index.vue.mjs +2 -2
- package/es/components/BaseLayout/ASide/index.vue2.mjs +27 -27
- package/es/components/BaseLayout/Default/index.vue.d.ts +8 -6
- package/es/components/BaseLayout/Default/index.vue.mjs +2 -2
- package/es/components/BaseLayout/Default/index.vue2.mjs +77 -73
- package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +26 -19
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +30 -30
- package/es/components/BaseLayout/Default/type.d.ts +7 -9
- package/es/components/BaseLayout/components/WrapFooter.vue.mjs +14 -14
- package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +8 -8
- package/es/components/BaseLayout/components/WrapTab.vue.mjs +12 -12
- package/es/components/BaseLayout/index.vue.d.ts +1 -1
- package/es/components/BaseLayout/index.vue2.mjs +36 -36
- package/es/components/BaseNavIcon/index.vue2.mjs +14 -14
- package/es/components/BaseProductIntroduction/cssVar.d.ts +3 -0
- package/es/components/BaseProductIntroduction/cssVar.mjs +29 -24
- package/es/components/BaseProductIntroduction/index.vue.mjs +2 -2
- package/es/components/BaseProductIntroduction/index.vue2.mjs +94 -88
- package/es/components/BaseProgress/cssVar.d.ts +8 -0
- package/es/components/BaseProgress/cssVar.mjs +14 -0
- package/es/components/BaseProgress/index.d.ts +128 -3
- package/es/components/BaseProgress/index.mjs +22 -34
- package/es/components/BaseRadio/cssVar.d.ts +5 -0
- package/es/components/BaseRadio/cssVar.mjs +8 -0
- package/es/components/BaseRadio/index.vue.mjs +2 -2
- package/es/components/BaseRadio/index.vue2.mjs +17 -27
- package/es/components/BaseSelect/index.vue.d.ts +1 -1
- package/es/components/BaseSelect/index.vue.mjs +2 -2
- package/es/components/BaseSelect/index.vue2.mjs +32 -30
- package/es/components/BaseSlider/index.vue2.mjs +44 -44
- package/es/components/BaseSteps/index.d.ts +1 -0
- package/es/components/BaseSteps/steps.d.ts +25 -0
- package/es/components/BaseSteps/steps.mjs +27 -0
- package/es/components/BaseSwitch/cssVar.d.ts +7 -0
- package/es/components/BaseSwitch/cssVar.mjs +10 -0
- package/es/components/BaseSwitch/index.vue.mjs +2 -2
- package/es/components/BaseSwitch/index.vue2.mjs +16 -28
- package/es/components/BaseSystemActions/cssVar.d.ts +7 -0
- package/es/components/BaseSystemActions/cssVar.mjs +63 -0
- package/es/components/BaseSystemActions/index.d.ts +2 -0
- package/es/components/BaseSystemActions/index.vue.d.ts +13 -0
- package/es/components/BaseSystemActions/index.vue.mjs +7 -0
- package/es/components/BaseSystemActions/index.vue2.mjs +102 -0
- package/es/components/BaseSystemActions/type.d.ts +9 -0
- package/es/components/BaseTabs/cssVar.d.ts +4 -0
- package/es/components/BaseTabs/cssVar.mjs +7 -0
- package/es/components/BaseTabs/index.d.ts +2 -0
- package/es/components/BaseTabs/tabs.d.ts +699 -0
- package/es/components/BaseTabs/tabs.mjs +43 -0
- package/es/components/index.d.ts +4 -0
- package/es/config/themes/common.d.ts +1 -0
- package/es/config/themes/common.mjs +2 -1
- package/es/config/themes/components/baseComponent/dark.d.ts +3 -2
- package/es/config/themes/components/baseComponent/dark.mjs +13 -6
- package/es/config/themes/components/baseComponent/light.d.ts +3 -2
- package/es/config/themes/components/baseComponent/light.mjs +10 -5
- package/es/config/themes/components/button/common.mjs +4 -4
- package/es/config/themes/components/cascader/common.d.ts +2 -2
- package/es/config/themes/components/cascader/common.mjs +4 -2
- package/es/config/themes/components/cascader/dark.d.ts +2 -2
- package/es/config/themes/components/cascader/dark.mjs +6 -2
- package/es/config/themes/components/cascader/light.d.ts +2 -2
- package/es/config/themes/components/cascader/light.mjs +10 -6
- package/es/config/themes/components/dataTable/dark.mjs +2 -0
- package/es/config/themes/components/dataTable/light.mjs +2 -0
- package/es/config/themes/components/input/dark.mjs +1 -1
- package/es/config/themes/components/progress/dark.d.ts +2 -3
- package/es/config/themes/components/progress/light.d.ts +2 -3
- package/es/config/themes/components/radio/dark.d.ts +2 -3
- package/es/config/themes/components/radio/light.d.ts +2 -3
- package/es/config/themes/components/select/dark.mjs +3 -2
- package/es/config/themes/components/select/light.mjs +1 -0
- package/es/config/themes/components/slider/dark.mjs +2 -1
- package/es/config/themes/components/slider/light.mjs +2 -1
- package/es/config/themes/components/switch/common.d.ts +2 -3
- package/es/config/themes/components/switch/dark.d.ts +2 -3
- package/es/config/themes/components/switch/light.d.ts +2 -3
- package/es/enum/locale.d.ts +4 -0
- package/es/fonts/MiSans-Medium.ttf +0 -0
- package/es/fonts/MiSans-Regular.ttf +0 -0
- package/es/hooks/useAnimationHook.d.ts +1 -1
- package/es/hooks/useAnimationHook.mjs +17 -14
- package/es/hooks/useLocale.d.ts +17 -0
- package/es/hooks/useLocale.mjs +24 -0
- package/es/index.css +1 -1
- package/es/index.d.ts +2 -0
- package/es/index.mjs +69 -54
- package/es/locale/index.d.ts +3 -0
- package/es/locale/lang/en-us.d.ts +26 -0
- package/es/locale/lang/en-us.mjs +27 -0
- package/es/locale/lang/zh-cn.d.ts +3 -0
- package/es/locale/lang/zh-cn.mjs +27 -0
- package/es/node_modules/.pnpm/{@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/core/index.mjs +1 -1
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs +12 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs +6 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.mjs +44 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.mjs +21 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toString.mjs +13 -0
- package/es/types/themes/components.d.ts +7 -0
- package/es/types/themes/extendThemes.d.ts +10 -0
- package/es/utils/render.d.ts +3 -0
- package/es/utils/render.mjs +9 -0
- package/es/utils/typescript.d.ts +61 -0
- package/lib/_virtual/virtual_svg-icons-register.js +1 -1
- package/lib/assets/logo/logo-dark-full.svg.js +1 -1
- package/lib/assets/logo/logo-light-full.svg.js +1 -1
- package/lib/components/BaseButton/index.vue.js +1 -1
- package/lib/components/BaseCascader/cssVar.d.ts +10 -0
- package/lib/components/BaseCascader/cssVar.js +1 -0
- package/lib/components/BaseCascader/index.vue.js +1 -1
- package/lib/components/BaseCascader/index.vue2.js +1 -1
- package/lib/components/BaseConfigProvider/constants.d.ts +3 -0
- package/lib/components/BaseConfigProvider/constants.js +1 -0
- package/lib/components/BaseConfigProvider/index.d.ts +2 -0
- package/lib/components/BaseConfigProvider/index.vue.d.ts +18 -0
- package/lib/components/BaseConfigProvider/index.vue.js +1 -0
- package/lib/components/BaseConfigProvider/index.vue2.js +1 -0
- package/lib/components/BaseConfigProvider/locale-base.d.ts +3 -0
- package/lib/components/BaseConfigProvider/locale-base.js +1 -0
- package/lib/components/BaseConfigProvider/locale-naive.d.ts +4 -0
- package/lib/components/BaseConfigProvider/locale-naive.js +1 -0
- package/lib/components/BaseConfigProvider/type.d.ts +17 -0
- package/lib/components/BaseDataTable/index.vue.d.ts +1 -1
- package/lib/components/BaseDataTable/index.vue2.js +1 -1
- package/lib/components/BaseDialog/index.vue.d.ts +2 -2
- package/lib/components/BaseDialog/index.vue.js +1 -1
- package/lib/components/BaseInputNumber/index.vue.d.ts +0 -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.js +1 -1
- package/lib/components/BaseLayout/ASide/index.vue2.js +1 -1
- package/lib/components/BaseLayout/Default/index.vue.d.ts +8 -6
- package/lib/components/BaseLayout/Default/index.vue.js +1 -1
- package/lib/components/BaseLayout/Default/index.vue2.js +1 -1
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +1 -1
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +1 -1
- package/lib/components/BaseLayout/Default/type.d.ts +7 -9
- package/lib/components/BaseLayout/components/WrapFooter.vue.js +1 -1
- package/lib/components/BaseLayout/components/WrapHeader.vue2.js +1 -1
- package/lib/components/BaseLayout/components/WrapTab.vue.js +1 -1
- package/lib/components/BaseLayout/index.vue.d.ts +1 -1
- package/lib/components/BaseLayout/index.vue2.js +1 -1
- package/lib/components/BaseNavIcon/index.vue2.js +1 -1
- package/lib/components/BaseProductIntroduction/cssVar.d.ts +3 -0
- package/lib/components/BaseProductIntroduction/cssVar.js +1 -1
- package/lib/components/BaseProductIntroduction/index.vue.js +1 -1
- package/lib/components/BaseProductIntroduction/index.vue2.js +1 -1
- package/lib/components/BaseProgress/cssVar.d.ts +8 -0
- package/lib/components/BaseProgress/cssVar.js +1 -0
- package/lib/components/BaseProgress/index.d.ts +128 -3
- package/lib/components/BaseProgress/index.js +1 -1
- package/lib/components/BaseRadio/cssVar.d.ts +5 -0
- package/lib/components/BaseRadio/cssVar.js +1 -0
- package/lib/components/BaseRadio/index.vue.js +1 -1
- package/lib/components/BaseRadio/index.vue2.js +1 -1
- package/lib/components/BaseSelect/index.vue.d.ts +1 -1
- package/lib/components/BaseSelect/index.vue.js +1 -1
- package/lib/components/BaseSelect/index.vue2.js +1 -1
- package/lib/components/BaseSlider/index.vue2.js +1 -1
- package/lib/components/BaseSteps/index.d.ts +1 -0
- package/lib/components/BaseSteps/steps.d.ts +25 -0
- package/lib/components/BaseSteps/steps.js +1 -0
- package/lib/components/BaseSwitch/cssVar.d.ts +7 -0
- package/lib/components/BaseSwitch/cssVar.js +1 -0
- package/lib/components/BaseSwitch/index.vue.js +1 -1
- package/lib/components/BaseSwitch/index.vue2.js +1 -1
- package/lib/components/BaseSystemActions/cssVar.d.ts +7 -0
- package/lib/components/BaseSystemActions/cssVar.js +1 -0
- package/lib/components/BaseSystemActions/index.d.ts +2 -0
- package/lib/components/BaseSystemActions/index.vue.d.ts +13 -0
- package/lib/components/BaseSystemActions/index.vue.js +1 -0
- package/lib/components/BaseSystemActions/index.vue2.js +1 -0
- package/lib/components/BaseSystemActions/type.d.ts +9 -0
- package/lib/components/BaseTabs/cssVar.d.ts +4 -0
- package/lib/components/BaseTabs/cssVar.js +1 -0
- package/lib/components/BaseTabs/index.d.ts +2 -0
- package/lib/components/BaseTabs/tabs.d.ts +699 -0
- package/lib/components/BaseTabs/tabs.js +1 -0
- package/lib/components/index.d.ts +4 -0
- package/lib/config/themes/common.d.ts +1 -0
- package/lib/config/themes/common.js +1 -1
- package/lib/config/themes/components/baseComponent/dark.d.ts +3 -2
- package/lib/config/themes/components/baseComponent/dark.js +1 -1
- package/lib/config/themes/components/baseComponent/light.d.ts +3 -2
- 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/cascader/common.d.ts +2 -2
- package/lib/config/themes/components/cascader/common.js +1 -1
- package/lib/config/themes/components/cascader/dark.d.ts +2 -2
- package/lib/config/themes/components/cascader/dark.js +1 -1
- package/lib/config/themes/components/cascader/light.d.ts +2 -2
- package/lib/config/themes/components/cascader/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/input/dark.js +1 -1
- package/lib/config/themes/components/progress/dark.d.ts +2 -3
- package/lib/config/themes/components/progress/light.d.ts +2 -3
- package/lib/config/themes/components/radio/dark.d.ts +2 -3
- package/lib/config/themes/components/radio/light.d.ts +2 -3
- 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/common.d.ts +2 -3
- package/lib/config/themes/components/switch/dark.d.ts +2 -3
- package/lib/config/themes/components/switch/light.d.ts +2 -3
- package/lib/enum/locale.d.ts +4 -0
- package/lib/fonts/MiSans-Medium.ttf +0 -0
- package/lib/fonts/MiSans-Regular.ttf +0 -0
- package/lib/hooks/useAnimationHook.d.ts +1 -1
- package/lib/hooks/useAnimationHook.js +1 -1
- package/lib/hooks/useLocale.d.ts +17 -0
- package/lib/hooks/useLocale.js +1 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/locale/index.d.ts +3 -0
- package/lib/locale/lang/en-us.d.ts +26 -0
- package/lib/locale/lang/en-us.js +1 -0
- package/lib/locale/lang/zh-cn.d.ts +3 -0
- package/lib/locale/lang/zh-cn.js +1 -0
- package/lib/node_modules/.pnpm/{@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/core/index.js +1 -1
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/toKey.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toString.js +1 -0
- package/lib/types/themes/components.d.ts +7 -0
- package/lib/types/themes/extendThemes.d.ts +10 -0
- package/lib/utils/render.d.ts +3 -0
- package/lib/utils/render.js +1 -0
- package/lib/utils/typescript.d.ts +61 -0
- package/package.json +3 -1
- package/es/components/BaseLayout/Default/layoutHeader/action.vue.mjs +0 -7
- package/es/components/BaseLayout/Default/layoutHeader/action.vue2.mjs +0 -85
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue2.js +0 -1
- /package/es/node_modules/.pnpm/{@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/shared/index.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/shared/index.js +0 -0
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -3,65 +3,80 @@ import "./_virtual/virtual_svg-icons-register.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { default as s } from "./components/AppProvider/index.vue.mjs";
|
|
5
5
|
import { default as d } from "./components/BaseButton/index.vue.mjs";
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as l } from "./components/
|
|
8
|
-
import { default as i } from "./components/
|
|
9
|
-
import { default as n } from "./components/
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as T } from "./components/BaseLayout/
|
|
6
|
+
import { default as p } from "./components/BaseCascader/index.vue.mjs";
|
|
7
|
+
import { default as l } from "./components/BaseConfigProvider/index.vue.mjs";
|
|
8
|
+
import { default as i } from "./components/BaseDataTable/index.vue.mjs";
|
|
9
|
+
import { default as n } from "./components/BaseDialog/index.vue.mjs";
|
|
10
|
+
import { default as c } from "./components/BaseInputNumber/index.vue.mjs";
|
|
11
|
+
import { default as T } from "./components/BaseLayout/index.vue.mjs";
|
|
12
|
+
import { default as S } from "./components/BaseLayout/ASide/index.vue.mjs";
|
|
12
13
|
import { default as v } from "./components/BaseLayout/AsideMenu/index.vue.mjs";
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
14
|
+
import { default as C } from "./components/BaseLayout/Header/index.vue.mjs";
|
|
15
|
+
import { default as A } from "./components/BaseLayout/Default/index.vue.mjs";
|
|
16
|
+
import { default as L } from "./components/BaseNavIcon/index.vue.mjs";
|
|
17
|
+
import { default as M } from "./components/BaseRadio/index.vue.mjs";
|
|
18
|
+
import { default as H } from "./components/BaseProductIntroduction/index.vue.mjs";
|
|
19
|
+
import { default as j } from "./components/BaseProgress/index.mjs";
|
|
20
|
+
import { default as z } from "./components/BaseSelect/index.vue.mjs";
|
|
20
21
|
import { default as G } from "./components/BaseSlider/index.vue.mjs";
|
|
21
|
-
import { default as R } from "./components/
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import { default as
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
22
|
+
import { default as R } from "./components/BaseSteps/steps.mjs";
|
|
23
|
+
import { default as q } from "./components/BaseSwitch/index.vue.mjs";
|
|
24
|
+
import { default as J } from "./components/BaseSystemActions/index.vue.mjs";
|
|
25
|
+
import { default as V, baseTabsProps as W } from "./components/BaseTabs/tabs.mjs";
|
|
26
|
+
import { configProviderInjectionKey as Y } from "./config/themes/index.mjs";
|
|
27
|
+
import { useAnimationHook as _ } from "./hooks/useAnimationHook.mjs";
|
|
28
|
+
import { default as ee } from "./locale/lang/en-us.mjs";
|
|
29
|
+
import { default as re } from "./locale/lang/zh-cn.mjs";
|
|
30
|
+
import { default as te } from "./globalMethods/index.mjs";
|
|
31
|
+
import { renderStepsFinishIcon as fe } from "./utils/render.mjs";
|
|
32
|
+
import { default as me } from "./config/themes/token/dark.mjs";
|
|
33
|
+
import { default as ue } from "./config/themes/token/light.mjs";
|
|
34
|
+
import { default as xe } from "./config/themes/color/dark.mjs";
|
|
35
|
+
import { default as Be } from "./config/themes/color/light.mjs";
|
|
36
|
+
import { default as he } from "./globalMethods/modules/message.mjs";
|
|
37
|
+
import { default as ge } from "./globalMethods/modules/confirmTip.mjs";
|
|
38
|
+
import { lightThemeOverrides as ke } from "./config/themes/light.mjs";
|
|
39
|
+
import { darkThemeOverrides as be } from "./config/themes/dark.mjs";
|
|
40
|
+
import { ChartsThemeDark as ye } from "./config/themes/components/charts/dark.mjs";
|
|
41
|
+
import { ChartsThemeLight as Pe } from "./config/themes/components/charts/light.mjs";
|
|
35
42
|
export {
|
|
36
43
|
s as AppProvider,
|
|
37
44
|
v as BaseAsideMenu,
|
|
38
45
|
d as BaseButton,
|
|
39
|
-
|
|
40
|
-
l as
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
n as
|
|
44
|
-
|
|
45
|
-
T as
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
p as BaseCascader,
|
|
47
|
+
l as BaseConfigProvider,
|
|
48
|
+
i as BaseDataTable,
|
|
49
|
+
A as BaseDefaultLayout,
|
|
50
|
+
n as BaseDialog,
|
|
51
|
+
c as BaseInputNumber,
|
|
52
|
+
T as BaseLayout,
|
|
53
|
+
S as BaseLayoutAside,
|
|
54
|
+
C as BaseLayoutHeader,
|
|
55
|
+
L as BaseNavIcon,
|
|
56
|
+
H as BaseProductIntroduction,
|
|
57
|
+
j as BaseProgress,
|
|
58
|
+
M as BaseRadio,
|
|
59
|
+
z as BaseSelect,
|
|
52
60
|
G as BaseSlider,
|
|
53
|
-
R as
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
61
|
+
R as BaseSteps,
|
|
62
|
+
q as BaseSwitch,
|
|
63
|
+
J as BaseSystemActions,
|
|
64
|
+
V as BaseTabs,
|
|
65
|
+
ye as ChartsThemeDark,
|
|
66
|
+
Pe as ChartsThemeLight,
|
|
67
|
+
W as baseTabsProps,
|
|
68
|
+
Y as configProviderInjectionKey,
|
|
69
|
+
xe as darkBase,
|
|
70
|
+
be as darkThemeOverrides,
|
|
71
|
+
me as darkToken,
|
|
72
|
+
ee as enUS,
|
|
73
|
+
Be as lightBase,
|
|
74
|
+
ke as lightThemeOverrides,
|
|
75
|
+
ue as lightToken,
|
|
76
|
+
te as registerGlobalMethods,
|
|
77
|
+
fe as renderStepsFinishIcon,
|
|
78
|
+
_ as useAnimationHook,
|
|
79
|
+
ge as useConfirmTip,
|
|
80
|
+
he as useMessage,
|
|
81
|
+
re as zhCN
|
|
67
82
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const enUS: {
|
|
2
|
+
name: string;
|
|
3
|
+
base: {
|
|
4
|
+
systemActions: {
|
|
5
|
+
userCenter: string;
|
|
6
|
+
logout: string;
|
|
7
|
+
};
|
|
8
|
+
productIntroduction: {
|
|
9
|
+
allProducts: string;
|
|
10
|
+
BasePlatform: string;
|
|
11
|
+
BasePlatformDescription: string;
|
|
12
|
+
AdsPlatform: string;
|
|
13
|
+
AdsPlatformDescription: string;
|
|
14
|
+
StudioPlatform: string;
|
|
15
|
+
StudioPlatformDescription: string;
|
|
16
|
+
MultiModalPlatform: string;
|
|
17
|
+
MultiModalPlatformDescription: string;
|
|
18
|
+
BlinkPlatform: string;
|
|
19
|
+
BlinkPlatformDescription: string;
|
|
20
|
+
BcollectionPlatform: string;
|
|
21
|
+
BcollectionPlatformDescription: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export type BaseLocale = typeof enUS;
|
|
26
|
+
export default enUS;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const o = {
|
|
2
|
+
name: "en-us",
|
|
3
|
+
base: {
|
|
4
|
+
systemActions: {
|
|
5
|
+
userCenter: "user center",
|
|
6
|
+
logout: "logout"
|
|
7
|
+
},
|
|
8
|
+
productIntroduction: {
|
|
9
|
+
allProducts: "all Products",
|
|
10
|
+
BasePlatform: "BASE 数据标注平台",
|
|
11
|
+
BasePlatformDescription: "专业标注服务,打造精准数据,驱动智能变革",
|
|
12
|
+
AdsPlatform: "自动驾驶标注平台 - BASE ADS",
|
|
13
|
+
AdsPlatformDescription: "自动驾驶标注平台支持点云、图像等连续的数据的标注与质检,提供可编排工作流与智能辅助工具,帮助团队高效构建自动驾驶训练数据集。",
|
|
14
|
+
StudioPlatform: "通用标注平台 - BASE Studio",
|
|
15
|
+
StudioPlatformDescription: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP。",
|
|
16
|
+
MultiModalPlatform: "多模态标注平台 - BASE MultiModal",
|
|
17
|
+
MultiModalPlatformDescription: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集。",
|
|
18
|
+
BlinkPlatform: "Blink 数据管理平台",
|
|
19
|
+
BlinkPlatformDescription: "集成数据资产的管理、交付、检索等全链路管理",
|
|
20
|
+
BcollectionPlatform: "Bcollection 数据采集平台",
|
|
21
|
+
BcollectionPlatformDescription: "全场景数据采集,全链路价值护航"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
o as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const o = {
|
|
2
|
+
name: "zh-cn",
|
|
3
|
+
base: {
|
|
4
|
+
systemActions: {
|
|
5
|
+
userCenter: "用户中心",
|
|
6
|
+
logout: "退出"
|
|
7
|
+
},
|
|
8
|
+
productIntroduction: {
|
|
9
|
+
allProducts: "全部产品",
|
|
10
|
+
BasePlatform: "BASE 数据标注平台",
|
|
11
|
+
BasePlatformDescription: "专业标注服务,打造精准数据,驱动智能变革",
|
|
12
|
+
AdsPlatform: "自动驾驶标注平台 - BASE ADS",
|
|
13
|
+
AdsPlatformDescription: "自动驾驶标注平台支持点云、图像等连续的数据的标注与质检,提供可编排工作流与智能辅助工具,帮助团队高效构建自动驾驶训练数据集。",
|
|
14
|
+
StudioPlatform: "通用标注平台 - BASE Studio",
|
|
15
|
+
StudioPlatformDescription: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP。",
|
|
16
|
+
MultiModalPlatform: "多模态标注平台 - BASE MultiModal",
|
|
17
|
+
MultiModalPlatformDescription: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集。",
|
|
18
|
+
BlinkPlatform: "Blink 数据管理平台",
|
|
19
|
+
BlinkPlatformDescription: "集成数据资产的管理、交付、检索等全链路管理",
|
|
20
|
+
BcollectionPlatform: "Bcollection 数据采集平台",
|
|
21
|
+
BcollectionPlatformDescription: "全场景数据采集,全链路价值护航"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
o as default
|
|
27
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { makeDestructurable as p, camelize as f } from "../../../../@vueuse_shared@13.0.0_vue@3.5.
|
|
1
|
+
import { makeDestructurable as p, camelize as f } from "../../../../@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs";
|
|
2
2
|
import { shallowRef as d, defineComponent as i } from "vue";
|
|
3
3
|
function h(r = {}) {
|
|
4
4
|
const {
|
package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.mjs
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { isUnsafeProperty as s } from "../../_internal/isUnsafeProperty.mjs";
|
|
2
|
+
import { isDeepKey as o } from "../_internal/isDeepKey.mjs";
|
|
3
|
+
import { toKey as t } from "../_internal/toKey.mjs";
|
|
4
|
+
import { toPath as u } from "../util/toPath.mjs";
|
|
5
|
+
function m(e, r, i) {
|
|
6
|
+
if (e == null)
|
|
7
|
+
return i;
|
|
8
|
+
switch (typeof r) {
|
|
9
|
+
case "string": {
|
|
10
|
+
if (s(r))
|
|
11
|
+
return i;
|
|
12
|
+
const n = e[r];
|
|
13
|
+
return n === void 0 ? o(r) ? m(e, u(r), i) : i : n;
|
|
14
|
+
}
|
|
15
|
+
case "number":
|
|
16
|
+
case "symbol": {
|
|
17
|
+
typeof r == "number" && (r = t(r));
|
|
18
|
+
const n = e[r];
|
|
19
|
+
return n === void 0 ? i : n;
|
|
20
|
+
}
|
|
21
|
+
default: {
|
|
22
|
+
if (Array.isArray(r))
|
|
23
|
+
return y(e, r, i);
|
|
24
|
+
if (Object.is(r?.valueOf(), -0) ? r = "-0" : r = String(r), s(r))
|
|
25
|
+
return i;
|
|
26
|
+
const n = e[r];
|
|
27
|
+
return n === void 0 ? i : n;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
function y(e, r, i) {
|
|
32
|
+
if (r.length === 0)
|
|
33
|
+
return i;
|
|
34
|
+
let n = e;
|
|
35
|
+
for (let f = 0; f < r.length; f++) {
|
|
36
|
+
if (n == null || s(r[f]))
|
|
37
|
+
return i;
|
|
38
|
+
n = n[r[f]];
|
|
39
|
+
}
|
|
40
|
+
return n === void 0 ? i : n;
|
|
41
|
+
}
|
|
42
|
+
export {
|
|
43
|
+
m as get
|
|
44
|
+
};
|
package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { toString as u } from "./toString.mjs";
|
|
2
|
+
import { toKey as e } from "../_internal/toKey.mjs";
|
|
3
|
+
function c(i) {
|
|
4
|
+
if (Array.isArray(i))
|
|
5
|
+
return i.map(e);
|
|
6
|
+
if (typeof i == "symbol")
|
|
7
|
+
return [i];
|
|
8
|
+
i = u(i);
|
|
9
|
+
const f = [], o = i.length;
|
|
10
|
+
if (o === 0)
|
|
11
|
+
return f;
|
|
12
|
+
let s = 0, t = "", l = "", n = !1;
|
|
13
|
+
for (i.charCodeAt(0) === 46 && (f.push(""), s++); s < o; ) {
|
|
14
|
+
const r = i[s];
|
|
15
|
+
l ? r === "\\" && s + 1 < o ? (s++, t += i[s]) : r === l ? l = "" : t += r : n ? r === '"' || r === "'" ? l = r : r === "]" ? (n = !1, f.push(t), t = "") : t += r : r === "[" ? (n = !0, t && (f.push(t), t = "")) : r === "." ? t && (f.push(t), t = "") : t += r, s++;
|
|
16
|
+
}
|
|
17
|
+
return t && f.push(t), f;
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
c as toPath
|
|
21
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
function n(r) {
|
|
2
|
+
if (r == null)
|
|
3
|
+
return "";
|
|
4
|
+
if (typeof r == "string")
|
|
5
|
+
return r;
|
|
6
|
+
if (Array.isArray(r))
|
|
7
|
+
return r.map(n).join(",");
|
|
8
|
+
const t = String(r);
|
|
9
|
+
return t === "0" && Object.is(Number(r), -0) ? "-0" : t;
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
n as toString
|
|
13
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CascaderProps, RadioProps, SwitchProps, ProgressProps, TabsProps } from 'naive-ui';
|
|
2
|
+
import { ExtendThemeCascader, ExtendThemeRadio, ExtendThemeSwitch, ExtendProgress, ExtendTabs } from './extendThemes';
|
|
3
|
+
export type BaseCascaderThemeOverrides = CascaderProps['themeOverrides'] & ExtendThemeCascader;
|
|
4
|
+
export type BaseRadioThemeOverrides = RadioProps['themeOverrides'] & ExtendThemeRadio;
|
|
5
|
+
export type BaseSwitchThemeOverrides = SwitchProps['themeOverrides'] & ExtendThemeSwitch;
|
|
6
|
+
export type BaseProgressThemeOverrides = ProgressProps['themeOverrides'] & ExtendProgress;
|
|
7
|
+
export type BaseTabsThemeOverrides = TabsProps['themeOverrides'] & ExtendTabs;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
export type ExtendThemeCascader = {
|
|
2
|
+
columPadding?: string;
|
|
3
|
+
border?: string;
|
|
4
|
+
arrowColorActive?: string;
|
|
5
|
+
tagColor?: string;
|
|
6
|
+
tagTextColor?: string;
|
|
7
|
+
};
|
|
1
8
|
export type ExtendThemeRadio = {
|
|
2
9
|
colorActiveDisabled?: string;
|
|
3
10
|
boxShadowActiveDisabled?: string;
|
|
@@ -42,3 +49,6 @@ export type ExtendProgress = {
|
|
|
42
49
|
tipColorCircle?: string;
|
|
43
50
|
tipFontSizeCircle?: string;
|
|
44
51
|
};
|
|
52
|
+
export type ExtendTabs = {
|
|
53
|
+
tabRoundBorderRadius?: string;
|
|
54
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { SvgIcon as e } from "../node_modules/.pnpm/lib-materials@0.0.8_typescript@5.7.2/node_modules/lib-materials/dist/lib-materials.mjs";
|
|
3
|
+
const c = (o = "16") => r(e, {
|
|
4
|
+
icon: "operate-checked",
|
|
5
|
+
size: o
|
|
6
|
+
});
|
|
7
|
+
export {
|
|
8
|
+
c as renderStepsFinishIcon
|
|
9
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
type Primitive = null | undefined | string | number | boolean | symbol | bigint;
|
|
2
|
+
type BrowserNativeObject = Date | FileList | File | Blob | RegExp;
|
|
3
|
+
/**
|
|
4
|
+
* Check whether it is tuple
|
|
5
|
+
*
|
|
6
|
+
* 检查是否为元组
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* IsTuple<[1, 2, 3]> => true
|
|
10
|
+
* IsTuple<Array[number]> => false
|
|
11
|
+
*/
|
|
12
|
+
type IsTuple<T extends ReadonlyArray<any>> = number extends T['length'] ? false : true;
|
|
13
|
+
/**
|
|
14
|
+
* Array method key
|
|
15
|
+
*
|
|
16
|
+
* 数组方法键
|
|
17
|
+
*/
|
|
18
|
+
type ArrayMethodKey = keyof any[];
|
|
19
|
+
/**
|
|
20
|
+
* Tuple index key
|
|
21
|
+
*
|
|
22
|
+
* 元组下标键
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* TupleKey<[1, 2, 3]> => '0' | '1' | '2'
|
|
26
|
+
*/
|
|
27
|
+
type TupleKey<T extends ReadonlyArray<any>> = Exclude<keyof T, ArrayMethodKey>;
|
|
28
|
+
/**
|
|
29
|
+
* Array index key
|
|
30
|
+
*
|
|
31
|
+
* 数组下标键
|
|
32
|
+
*/
|
|
33
|
+
type ArrayKey = number;
|
|
34
|
+
/**
|
|
35
|
+
* Helper type for recursively constructing paths through a type
|
|
36
|
+
*
|
|
37
|
+
* 用于通过一个类型递归构建路径的辅助类型
|
|
38
|
+
*/
|
|
39
|
+
type PathImpl<K extends string | number, V> = V extends Primitive | BrowserNativeObject ? `${K}` : `${K}` | `${K}.${Path<V>}`;
|
|
40
|
+
/**
|
|
41
|
+
* Type which collects all paths through a type
|
|
42
|
+
*
|
|
43
|
+
* 通过一个类型收集所有路径的类型
|
|
44
|
+
*
|
|
45
|
+
* @see {@link FieldPath}
|
|
46
|
+
*/
|
|
47
|
+
type Path<T> = T extends ReadonlyArray<infer V> ? IsTuple<T> extends true ? {
|
|
48
|
+
[K in TupleKey<T>]-?: PathImpl<Exclude<K, symbol>, T[K]>;
|
|
49
|
+
}[TupleKey<T>] : PathImpl<ArrayKey, V> : {
|
|
50
|
+
[K in keyof T]-?: PathImpl<Exclude<K, symbol>, T[K]>;
|
|
51
|
+
}[keyof T];
|
|
52
|
+
/**
|
|
53
|
+
* Type which collects all paths through a type
|
|
54
|
+
*
|
|
55
|
+
* 通过一个类型收集所有路径的类型
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* FieldPath<{ 1: number; a: number; b: string; c: { d: number; e: string }; f: [{ value: string }]; g: { value: string }[]; h: Date; i: FileList; j: File; k: Blob; l: RegExp }> => '1' | 'a' | 'b' | 'c' | 'f' | 'g' | 'c.d' | 'c.e' | 'f.0' | 'f.0.value' | 'g.number' | 'g.number.value' | 'h' | 'i' | 'j' | 'k' | 'l'
|
|
59
|
+
*/
|
|
60
|
+
export type FieldPath<T> = T extends object ? Path<T> : never;
|
|
61
|
+
export {};
|