@web_xiaobai/business-ui 0.0.31 → 0.0.34
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/_enum/index.d.ts
CHANGED
|
@@ -12,7 +12,8 @@ export declare const enum BODEN_PLATFORM_ENUM {
|
|
|
12
12
|
BLINK = 2,// Blink
|
|
13
13
|
ACCOUNT = 3,// 账号管理平台
|
|
14
14
|
ROBO = 4,// 具身智能采集
|
|
15
|
-
FORGE = 5
|
|
15
|
+
FORGE = 5,// 图片采集
|
|
16
|
+
ROVER = 6
|
|
16
17
|
}
|
|
17
18
|
export declare const enum BODEN_PLATFORM_NAME_ENUM {
|
|
18
19
|
ADS = "ADS",
|
|
@@ -21,5 +22,6 @@ export declare const enum BODEN_PLATFORM_NAME_ENUM {
|
|
|
21
22
|
BLINK = "BLINK",// Blink
|
|
22
23
|
ACCOUNT = "ACCOUNT",// 账号管理平台
|
|
23
24
|
ROBO = "ROBO",// 具身智能采集
|
|
24
|
-
FORGE = "PS"
|
|
25
|
+
FORGE = "PS",// 图片采集
|
|
26
|
+
ROVER = "ROVER"
|
|
25
27
|
}
|
|
@@ -6,5 +6,6 @@ export { default as ForgeLogoIcon } from './forge';
|
|
|
6
6
|
export { default as OmniLogoIcon } from './omni';
|
|
7
7
|
export { default as RightIcon } from './right';
|
|
8
8
|
export { default as RoboLogoIcon } from './robo';
|
|
9
|
+
export { default as RoverLogoIcon } from './rover';
|
|
9
10
|
export { default as StudioLogoIcon } from './studio';
|
|
10
11
|
export { default as SwitchUserIcon } from './switch-user';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|