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.
Files changed (148) hide show
  1. package/dist/components/global-header/interface.d.ts +3 -3
  2. package/dist/components/global-header/title.vue.d.ts +1 -1
  3. package/dist/components/platform-navigation/cssVar.d.ts +10 -0
  4. package/dist/components/platform-navigation/index.d.ts +1 -1
  5. package/dist/components/platform-navigation/index.vue.d.ts +2 -2
  6. package/dist/components/platform-navigation/interface.d.ts +16 -5
  7. package/dist/components/select/index.d.ts +2 -1
  8. package/dist/components/select/src/cssVar.d.ts +4 -0
  9. package/dist/components/select/src/interface.d.ts +585 -0
  10. package/dist/components/select/src/select.d.ts +1203 -0
  11. package/dist/config/themes/token/light.d.ts +2 -0
  12. package/dist/index.css +1 -1
  13. package/dist/index.umd.js +5 -1
  14. package/dist/locale/lang/en-us.d.ts +6 -2
  15. package/es/_virtual/virtual_svg-icons-register.mjs +2 -2
  16. package/es/assets/cover/base-studio.png.mjs +2 -2
  17. package/es/assets/cover/blink.png.mjs +4 -0
  18. package/es/assets/cover/ps.png.mjs +4 -0
  19. package/es/assets/cover/robo.png.mjs +4 -0
  20. package/es/components/dialog/index.vue.mjs +8 -4
  21. package/es/components/global-header/index.vue.mjs +4 -3
  22. package/es/components/global-header/interface.d.ts +3 -3
  23. package/es/components/global-header/title.vue.d.ts +1 -1
  24. package/es/components/layout/components/{WrapHeader.vue.mjs → WrapHeader.vue2.mjs} +1 -1
  25. package/es/components/layout/index.vue2.mjs +1 -1
  26. package/es/components/nav-icon/cssVar.mjs +3 -2
  27. package/es/components/platform-navigation/cssVar.d.ts +10 -0
  28. package/es/components/platform-navigation/cssVar.mjs +38 -31
  29. package/es/components/platform-navigation/index.d.ts +1 -1
  30. package/es/components/platform-navigation/index.vue.d.ts +2 -2
  31. package/es/components/platform-navigation/index.vue.mjs +2 -2
  32. package/es/components/platform-navigation/index.vue2.mjs +144 -120
  33. package/es/components/platform-navigation/interface.d.ts +16 -5
  34. package/es/components/platform-navigation/interface.mjs +3 -2
  35. package/es/components/select/index.d.ts +2 -1
  36. package/es/components/select/src/cssVar.d.ts +4 -0
  37. package/es/components/select/src/cssVar.mjs +61 -0
  38. package/es/components/select/src/interface.d.ts +585 -0
  39. package/es/components/select/src/interface.mjs +5 -0
  40. package/es/components/select/src/select.d.ts +1203 -0
  41. package/es/components/select/src/select.mjs +66 -0
  42. package/es/config/themes/components/baseComponent/dark.mjs +15 -14
  43. package/es/config/themes/components/button/dark.mjs +3 -2
  44. package/es/config/themes/components/card/dark.mjs +3 -2
  45. package/es/config/themes/components/cascader/dark.mjs +3 -2
  46. package/es/config/themes/components/charts/dark.mjs +3 -2
  47. package/es/config/themes/components/checkbox/dark.mjs +3 -2
  48. package/es/config/themes/components/dataTable/common.mjs +1 -0
  49. package/es/config/themes/components/dataTable/dark.mjs +6 -4
  50. package/es/config/themes/components/dataTable/light.mjs +1 -2
  51. package/es/config/themes/components/dialog/dark.mjs +3 -2
  52. package/es/config/themes/components/dropdown/dark.mjs +1 -0
  53. package/es/config/themes/components/input/dark.mjs +2 -1
  54. package/es/config/themes/components/input/light.mjs +1 -1
  55. package/es/config/themes/components/inputNumber/dark.mjs +3 -2
  56. package/es/config/themes/components/layout/dark.mjs +1 -0
  57. package/es/config/themes/components/menu/dark.mjs +3 -2
  58. package/es/config/themes/components/popover/dark.mjs +3 -2
  59. package/es/config/themes/components/progress/dark.mjs +3 -2
  60. package/es/config/themes/components/radio/dark.mjs +3 -2
  61. package/es/config/themes/components/select/dark.mjs +6 -8
  62. package/es/config/themes/components/select/light.mjs +1 -4
  63. package/es/config/themes/components/switch/dark.mjs +3 -2
  64. package/es/config/themes/components/tag/dark.mjs +3 -2
  65. package/es/config/themes/components/transfer/dark.mjs +11 -6
  66. package/es/config/themes/components/transfer/light.mjs +4 -3
  67. package/es/config/themes/index.mjs +7 -5
  68. package/es/config/themes/token/light.d.ts +2 -0
  69. package/es/config/themes/token/light.mjs +5 -2
  70. package/es/index.css +1 -1
  71. package/es/index.mjs +60 -58
  72. package/es/locale/lang/en-us.d.ts +6 -2
  73. package/es/locale/lang/en-us.mjs +8 -2
  74. package/es/locale/lang/zh-cn.mjs +8 -2
  75. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  76. package/lib/assets/cover/base-studio.png.js +1 -1
  77. package/lib/assets/cover/blink.png.js +1 -0
  78. package/lib/assets/cover/ps.png.js +1 -0
  79. package/lib/assets/cover/robo.png.js +1 -0
  80. package/lib/components/dialog/index.vue.js +1 -1
  81. package/lib/components/global-header/index.vue.js +1 -1
  82. package/lib/components/global-header/interface.d.ts +3 -3
  83. package/lib/components/global-header/title.vue.d.ts +1 -1
  84. package/lib/components/layout/components/WrapHeader.vue2.js +1 -0
  85. package/lib/components/layout/index.vue2.js +1 -1
  86. package/lib/components/nav-icon/cssVar.js +1 -1
  87. package/lib/components/platform-navigation/cssVar.d.ts +10 -0
  88. package/lib/components/platform-navigation/cssVar.js +1 -1
  89. package/lib/components/platform-navigation/index.d.ts +1 -1
  90. package/lib/components/platform-navigation/index.vue.d.ts +2 -2
  91. package/lib/components/platform-navigation/index.vue.js +1 -1
  92. package/lib/components/platform-navigation/index.vue2.js +1 -1
  93. package/lib/components/platform-navigation/interface.d.ts +16 -5
  94. package/lib/components/platform-navigation/interface.js +1 -1
  95. package/lib/components/select/index.d.ts +2 -1
  96. package/lib/components/select/src/cssVar.d.ts +4 -0
  97. package/lib/components/select/src/cssVar.js +1 -0
  98. package/lib/components/select/src/interface.d.ts +585 -0
  99. package/lib/components/select/src/interface.js +1 -0
  100. package/lib/components/select/src/select.d.ts +1203 -0
  101. package/lib/components/select/src/select.js +1 -0
  102. package/lib/config/themes/components/baseComponent/dark.js +1 -1
  103. package/lib/config/themes/components/button/dark.js +1 -1
  104. package/lib/config/themes/components/card/dark.js +1 -1
  105. package/lib/config/themes/components/cascader/dark.js +1 -1
  106. package/lib/config/themes/components/charts/dark.js +1 -1
  107. package/lib/config/themes/components/checkbox/dark.js +1 -1
  108. package/lib/config/themes/components/dataTable/common.js +1 -1
  109. package/lib/config/themes/components/dataTable/dark.js +1 -1
  110. package/lib/config/themes/components/dataTable/light.js +1 -1
  111. package/lib/config/themes/components/dialog/dark.js +1 -1
  112. package/lib/config/themes/components/dropdown/dark.js +1 -1
  113. package/lib/config/themes/components/input/dark.js +1 -1
  114. package/lib/config/themes/components/input/light.js +1 -1
  115. package/lib/config/themes/components/inputNumber/dark.js +1 -1
  116. package/lib/config/themes/components/layout/dark.js +1 -1
  117. package/lib/config/themes/components/menu/dark.js +1 -1
  118. package/lib/config/themes/components/popover/dark.js +1 -1
  119. package/lib/config/themes/components/progress/dark.js +1 -1
  120. package/lib/config/themes/components/radio/dark.js +1 -1
  121. package/lib/config/themes/components/select/dark.js +1 -1
  122. package/lib/config/themes/components/select/light.js +1 -1
  123. package/lib/config/themes/components/switch/dark.js +1 -1
  124. package/lib/config/themes/components/tag/dark.js +1 -1
  125. package/lib/config/themes/components/transfer/dark.js +1 -1
  126. package/lib/config/themes/components/transfer/light.js +1 -1
  127. package/lib/config/themes/index.js +1 -1
  128. package/lib/config/themes/token/light.d.ts +2 -0
  129. package/lib/config/themes/token/light.js +1 -1
  130. package/lib/index.css +1 -1
  131. package/lib/index.js +1 -1
  132. package/lib/locale/lang/en-us.d.ts +6 -2
  133. package/lib/locale/lang/en-us.js +3 -1
  134. package/lib/locale/lang/zh-cn.js +3 -1
  135. package/package.json +1 -1
  136. package/dist/components/cascader/index.vue.d.ts +0 -7
  137. package/dist/components/select/index.vue.d.ts +0 -25
  138. package/es/assets/cover/source-robot.png.mjs +0 -4
  139. package/es/components/cascader/index.vue.d.ts +0 -7
  140. package/es/components/select/index.vue.d.ts +0 -25
  141. package/es/components/select/index.vue.mjs +0 -8
  142. package/es/components/select/index.vue2.mjs +0 -67
  143. package/lib/assets/cover/source-robot.png.js +0 -1
  144. package/lib/components/cascader/index.vue.d.ts +0 -7
  145. package/lib/components/layout/components/WrapHeader.vue.js +0 -1
  146. package/lib/components/select/index.vue.d.ts +0 -25
  147. package/lib/components/select/index.vue.js +0 -1
  148. package/lib/components/select/index.vue2.js +0 -1
@@ -1,9 +1,9 @@
1
1
  import { VNode } from 'vue';
2
- import { PLATFORM_ENUM } from '../platform-navigation/interface';
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<PLATFORM_ENUM>;
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<PLATFORM_ENUM>;
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/interface').PLATFORM_ENUM>;
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, PLATFORM_ENUM } from './interface';
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: PLATFORM_ENUM[];
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 PLATFORM_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?: PLATFORM_ENUM[];
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
- key: string;
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 './index.vue';
1
+ export { default as BodenSelect } from './src/select';
2
+ export { bodenSelectProps, type BodenSelectProps } from './src/interface';
@@ -0,0 +1,4 @@
1
+ export declare const getSelectCssVar: (isDark: boolean) => {
2
+ '--boden-select-count-color': string;
3
+ '--boden-select-count-text-color': string;
4
+ };