base6-ui 2.0.20 → 2.0.22
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/global-header/interface.d.ts +3 -3
- package/dist/components/global-header/title.vue.d.ts +1 -1
- package/dist/components/platform-navigation/cssVar.d.ts +10 -0
- package/dist/components/platform-navigation/index.d.ts +1 -1
- package/dist/components/platform-navigation/index.vue.d.ts +2 -2
- package/dist/components/platform-navigation/interface.d.ts +16 -5
- package/dist/components/select/index.d.ts +2 -1
- package/dist/components/select/src/cssVar.d.ts +4 -0
- package/dist/components/select/src/interface.d.ts +585 -0
- package/dist/components/select/src/select.d.ts +1203 -0
- package/dist/config/themes/token/light.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +5 -1
- package/dist/locale/lang/en-us.d.ts +6 -2
- package/es/_virtual/virtual_svg-icons-register.mjs +2 -2
- package/es/assets/cover/base-studio.png.mjs +2 -2
- package/es/assets/cover/blink.png.mjs +4 -0
- package/es/assets/cover/ps.png.mjs +4 -0
- package/es/assets/cover/robo.png.mjs +4 -0
- package/es/components/dialog/index.vue.mjs +8 -4
- package/es/components/global-header/index.vue.mjs +4 -3
- package/es/components/global-header/interface.d.ts +3 -3
- package/es/components/global-header/title.vue.d.ts +1 -1
- package/es/components/layout/components/{WrapHeader.vue.mjs → WrapHeader.vue2.mjs} +1 -1
- package/es/components/layout/index.vue2.mjs +1 -1
- package/es/components/nav-icon/cssVar.mjs +3 -2
- package/es/components/platform-navigation/cssVar.d.ts +10 -0
- package/es/components/platform-navigation/cssVar.mjs +38 -31
- package/es/components/platform-navigation/index.d.ts +1 -1
- package/es/components/platform-navigation/index.vue.d.ts +2 -2
- package/es/components/platform-navigation/index.vue.mjs +2 -2
- package/es/components/platform-navigation/index.vue2.mjs +144 -120
- package/es/components/platform-navigation/interface.d.ts +16 -5
- package/es/components/platform-navigation/interface.mjs +3 -2
- package/es/components/select/index.d.ts +2 -1
- package/es/components/select/src/cssVar.d.ts +4 -0
- package/es/components/select/src/cssVar.mjs +61 -0
- package/es/components/select/src/interface.d.ts +585 -0
- package/es/components/select/src/interface.mjs +5 -0
- package/es/components/select/src/select.d.ts +1203 -0
- package/es/components/select/src/select.mjs +66 -0
- package/es/config/themes/components/baseComponent/dark.mjs +15 -14
- package/es/config/themes/components/button/dark.mjs +3 -2
- package/es/config/themes/components/card/dark.mjs +3 -2
- package/es/config/themes/components/cascader/dark.mjs +3 -2
- package/es/config/themes/components/charts/dark.mjs +3 -2
- package/es/config/themes/components/checkbox/dark.mjs +3 -2
- package/es/config/themes/components/dataTable/common.mjs +1 -0
- package/es/config/themes/components/dataTable/dark.mjs +6 -4
- package/es/config/themes/components/dataTable/light.mjs +1 -2
- package/es/config/themes/components/dialog/dark.mjs +3 -2
- package/es/config/themes/components/dropdown/dark.mjs +1 -0
- package/es/config/themes/components/input/dark.mjs +2 -1
- package/es/config/themes/components/input/light.mjs +1 -1
- package/es/config/themes/components/inputNumber/dark.mjs +3 -2
- package/es/config/themes/components/layout/dark.mjs +1 -0
- package/es/config/themes/components/menu/dark.mjs +3 -2
- package/es/config/themes/components/popover/dark.mjs +3 -2
- package/es/config/themes/components/progress/dark.mjs +3 -2
- package/es/config/themes/components/radio/dark.mjs +3 -2
- package/es/config/themes/components/select/dark.mjs +6 -8
- package/es/config/themes/components/select/light.mjs +1 -4
- package/es/config/themes/components/switch/dark.mjs +3 -2
- package/es/config/themes/components/tag/dark.mjs +3 -2
- package/es/config/themes/components/transfer/dark.mjs +11 -6
- package/es/config/themes/components/transfer/light.mjs +4 -3
- package/es/config/themes/index.mjs +7 -5
- package/es/config/themes/token/light.d.ts +2 -0
- package/es/config/themes/token/light.mjs +5 -2
- package/es/index.css +1 -1
- package/es/index.mjs +60 -58
- package/es/locale/lang/en-us.d.ts +6 -2
- package/es/locale/lang/en-us.mjs +8 -2
- package/es/locale/lang/zh-cn.mjs +8 -2
- package/lib/_virtual/virtual_svg-icons-register.js +1 -1
- package/lib/assets/cover/base-studio.png.js +1 -1
- package/lib/assets/cover/blink.png.js +1 -0
- package/lib/assets/cover/ps.png.js +1 -0
- package/lib/assets/cover/robo.png.js +1 -0
- package/lib/components/dialog/index.vue.js +1 -1
- package/lib/components/global-header/index.vue.js +1 -1
- package/lib/components/global-header/interface.d.ts +3 -3
- package/lib/components/global-header/title.vue.d.ts +1 -1
- package/lib/components/layout/components/WrapHeader.vue2.js +1 -0
- package/lib/components/layout/index.vue2.js +1 -1
- package/lib/components/nav-icon/cssVar.js +1 -1
- package/lib/components/platform-navigation/cssVar.d.ts +10 -0
- package/lib/components/platform-navigation/cssVar.js +1 -1
- package/lib/components/platform-navigation/index.d.ts +1 -1
- package/lib/components/platform-navigation/index.vue.d.ts +2 -2
- package/lib/components/platform-navigation/index.vue.js +1 -1
- package/lib/components/platform-navigation/index.vue2.js +1 -1
- package/lib/components/platform-navigation/interface.d.ts +16 -5
- package/lib/components/platform-navigation/interface.js +1 -1
- package/lib/components/select/index.d.ts +2 -1
- package/lib/components/select/src/cssVar.d.ts +4 -0
- package/lib/components/select/src/cssVar.js +1 -0
- package/lib/components/select/src/interface.d.ts +585 -0
- package/lib/components/select/src/interface.js +1 -0
- package/lib/components/select/src/select.d.ts +1203 -0
- package/lib/components/select/src/select.js +1 -0
- package/lib/config/themes/components/baseComponent/dark.js +1 -1
- package/lib/config/themes/components/button/dark.js +1 -1
- package/lib/config/themes/components/card/dark.js +1 -1
- package/lib/config/themes/components/cascader/dark.js +1 -1
- package/lib/config/themes/components/charts/dark.js +1 -1
- package/lib/config/themes/components/checkbox/dark.js +1 -1
- package/lib/config/themes/components/dataTable/common.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/dialog/dark.js +1 -1
- package/lib/config/themes/components/dropdown/dark.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/layout/dark.js +1 -1
- package/lib/config/themes/components/menu/dark.js +1 -1
- package/lib/config/themes/components/popover/dark.js +1 -1
- package/lib/config/themes/components/progress/dark.js +1 -1
- package/lib/config/themes/components/radio/dark.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/switch/dark.js +1 -1
- package/lib/config/themes/components/tag/dark.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/token/light.d.ts +2 -0
- package/lib/config/themes/token/light.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/lang/en-us.d.ts +6 -2
- package/lib/locale/lang/en-us.js +3 -1
- package/lib/locale/lang/zh-cn.js +3 -1
- package/package.json +1 -1
- package/dist/components/cascader/index.vue.d.ts +0 -7
- package/dist/components/select/index.vue.d.ts +0 -25
- package/es/assets/cover/source-robot.png.mjs +0 -4
- package/es/components/cascader/index.vue.d.ts +0 -7
- package/es/components/select/index.vue.d.ts +0 -25
- package/es/components/select/index.vue.mjs +0 -8
- package/es/components/select/index.vue2.mjs +0 -67
- package/lib/assets/cover/source-robot.png.js +0 -1
- package/lib/components/cascader/index.vue.d.ts +0 -7
- package/lib/components/layout/components/WrapHeader.vue.js +0 -1
- package/lib/components/select/index.vue.d.ts +0 -25
- package/lib/components/select/index.vue.js +0 -1
- package/lib/components/select/index.vue2.js +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { BODEN_PLATFORM_ENUM } from '../platform-navigation/interface';
|
|
3
3
|
import { BodenSystemActionsProps, BodenSystemActionsEmits } from '../system-actions';
|
|
4
4
|
export type BodenGlobalHeaderProps = {
|
|
5
5
|
isShowPlatformMenus?: boolean;
|
|
6
|
-
platformCode?: Array<
|
|
6
|
+
platformCode?: Array<BODEN_PLATFORM_ENUM>;
|
|
7
7
|
productIntroductionTriggerDisabled?: boolean;
|
|
8
8
|
} & Omit<BodenSystemActionsProps, 'mode'> & BodenGlobalHeaderTitleProps;
|
|
9
9
|
export type BodenGlobalHeaderSlots = {
|
|
@@ -30,7 +30,7 @@ export type BodenGlobalHeaderTitleProps = {
|
|
|
30
30
|
isShowProductIntroduction?: boolean;
|
|
31
31
|
isShowLogo?: boolean;
|
|
32
32
|
productIntroductionTriggerDisabled?: boolean;
|
|
33
|
-
platformCode?: Array<
|
|
33
|
+
platformCode?: Array<BODEN_PLATFORM_ENUM>;
|
|
34
34
|
};
|
|
35
35
|
export type BodenGlobalHeaderTitleSlots = {
|
|
36
36
|
logo?: () => VNode;
|
|
@@ -15,7 +15,7 @@ declare const __VLS_component: import('vue').DefineComponent<BodenGlobalHeaderTi
|
|
|
15
15
|
onTogglePlatform?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
onToggleLogo?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
platformCode: Array<import('../platform-navigation
|
|
18
|
+
platformCode: Array<import('../platform-navigation').BODEN_PLATFORM_ENUM>;
|
|
19
19
|
isShowProductIntroduction: boolean;
|
|
20
20
|
isShowLogo: boolean;
|
|
21
21
|
productIntroductionTriggerDisabled: boolean;
|
|
@@ -5,6 +5,16 @@ export declare const createCardThemeOverrides: (isDarkMode: boolean) => {
|
|
|
5
5
|
color: string;
|
|
6
6
|
textColor: string;
|
|
7
7
|
titleTextColor: string;
|
|
8
|
+
paddingMedium: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const createHorizontalCardThemeOverrides: (isDarkMode: boolean) => {
|
|
11
|
+
fontSizeMedium: string;
|
|
12
|
+
titleFontSizeMedium: string;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
color: string;
|
|
15
|
+
textColor: string;
|
|
16
|
+
titleTextColor: string;
|
|
17
|
+
paddingMedium: string;
|
|
8
18
|
};
|
|
9
19
|
export declare const createPopoverCssVar: (isDarkMode: boolean) => {
|
|
10
20
|
'--base-title-color': string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as BodenPlatformNavigation } from './index.vue';
|
|
2
|
-
export type { BodenPlatformNavigationProps } from './interface';
|
|
2
|
+
export type { BodenPlatformNavigationProps, BODEN_PLATFORM_ENUM, BODEN_PLATFORM_NAME_ENUM } from './interface';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BodenPlatformNavigationProps,
|
|
1
|
+
import { BodenPlatformNavigationProps, BODEN_PLATFORM_ENUM } from './interface';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<BodenPlatformNavigationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
3
|
togglePlatform: (...args: any[]) => void;
|
|
4
4
|
}, string, import('vue').PublicProps, Readonly<BodenPlatformNavigationProps> & Readonly<{
|
|
@@ -6,7 +6,7 @@ declare const _default: import('vue').DefineComponent<BodenPlatformNavigationPro
|
|
|
6
6
|
}>, {
|
|
7
7
|
x: number;
|
|
8
8
|
y: number;
|
|
9
|
-
platformCode:
|
|
9
|
+
platformCode: BODEN_PLATFORM_ENUM[];
|
|
10
10
|
triggerDisabled: boolean;
|
|
11
11
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
12
|
triggerInstRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').BodenNavIconProps> & Readonly<{
|
|
@@ -1,25 +1,36 @@
|
|
|
1
1
|
import { PopoverProps } from 'naive-ui';
|
|
2
|
-
export declare const enum
|
|
2
|
+
export declare const enum BODEN_PLATFORM_ENUM {
|
|
3
3
|
BASE = 1,// 标注
|
|
4
4
|
BLINK = 2,// Blink
|
|
5
5
|
ACCOUNT = 3,// 账号管理平台
|
|
6
|
-
VLA = 4
|
|
6
|
+
VLA = 4,// 具身智能采集
|
|
7
|
+
PS = 5
|
|
8
|
+
}
|
|
9
|
+
export declare const enum BODEN_PLATFORM_NAME_ENUM {
|
|
10
|
+
BASE = "BASE",// 标注
|
|
11
|
+
ADS = "ADS",
|
|
12
|
+
STUDIO = "STUDIO",
|
|
13
|
+
OMNI = "OMNI",
|
|
14
|
+
BLINK = "BLINK",// Blink
|
|
15
|
+
ACCOUNT = "ACCOUNT",// 账号管理平台
|
|
16
|
+
ROBO = "ROBO",// 具身智能采集
|
|
17
|
+
PS = "PS"
|
|
7
18
|
}
|
|
8
19
|
export type BodenPlatformNavigationProps = {
|
|
9
|
-
platformCode?:
|
|
20
|
+
platformCode?: BODEN_PLATFORM_ENUM[];
|
|
10
21
|
triggerDisabled?: boolean;
|
|
11
22
|
x?: PopoverProps['x'];
|
|
12
23
|
y?: PopoverProps['y'];
|
|
13
24
|
};
|
|
14
25
|
export type SubPlatformItem = {
|
|
15
|
-
|
|
26
|
+
id: BODEN_PLATFORM_ENUM;
|
|
27
|
+
key: BODEN_PLATFORM_NAME_ENUM;
|
|
16
28
|
title: string;
|
|
17
29
|
description: string;
|
|
18
30
|
imageSrc: string;
|
|
19
31
|
href?: string;
|
|
20
32
|
};
|
|
21
33
|
export type PlatformItem = {
|
|
22
|
-
id: PLATFORM_ENUM;
|
|
23
34
|
key: string;
|
|
24
35
|
title: string;
|
|
25
36
|
description: string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { default as BodenSelect } from './
|
|
1
|
+
export { default as BodenSelect } from './src/select';
|
|
2
|
+
export { bodenSelectProps, type BodenSelectProps } from './src/interface';
|