base6-ui 2.0.28 → 2.0.30
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/App.vue.d.ts +2 -0
- package/dist/_constant/base.d.ts +3 -0
- package/dist/_hooks/boden-use-theme.d.ts +3 -0
- package/dist/_hooks/index.d.ts +1 -0
- package/dist/_internal/icons/ads.d.ts +2 -0
- package/dist/_internal/icons/arrow-right.d.ts +2 -0
- package/dist/_internal/icons/blink.d.ts +2 -0
- package/dist/_internal/icons/forge.d.ts +2 -0
- package/dist/_internal/icons/index.d.ts +7 -0
- package/dist/_internal/icons/omni.d.ts +2 -0
- package/dist/_internal/icons/robo.d.ts +2 -0
- package/dist/_internal/icons/studio.d.ts +2 -0
- package/dist/_mixins/use-theme.d.ts +3 -0
- package/dist/_utils/cssr.d.ts +4 -0
- package/dist/components/global-header/interface.d.ts +1 -1
- package/dist/components/global-header/title.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/platform-header-navigation/index.d.ts +3 -0
- package/dist/components/platform-header-navigation/src/constant.d.ts +21 -0
- package/dist/components/platform-header-navigation/src/interface.d.ts +27 -0
- package/dist/components/platform-header-navigation/src/platform-header-navigation.d.ts +151 -0
- package/dist/components/platform-header-navigation/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/platform-header-navigation/src/useCssVars.d.ts +12 -0
- package/dist/components/platform-navigation/index.d.ts +1 -1
- package/dist/components/platform-navigation/index.vue.d.ts +2 -1
- package/dist/components/platform-navigation/interface.d.ts +1 -16
- package/dist/config/themes/token/dark.d.ts +1 -0
- package/dist/config/themes/token/light.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +14 -3
- package/dist/locale/http/en-us.d.ts +2 -0
- package/dist/locale/lang/en-us.d.ts +2 -2
- package/dist/main.d.ts +0 -0
- package/es/App.vue.d.ts +2 -0
- package/es/_constant/base.d.ts +3 -0
- package/es/_constant/base.mjs +4 -0
- package/es/_hooks/boden-use-theme.d.ts +3 -0
- package/es/_hooks/boden-use-theme.mjs +13 -0
- package/es/_hooks/index.d.ts +1 -0
- package/es/_internal/icons/ads.d.ts +2 -0
- package/es/_internal/icons/ads.mjs +137 -0
- package/es/_internal/icons/arrow-right.d.ts +2 -0
- package/es/_internal/icons/arrow-right.mjs +28 -0
- package/es/_internal/icons/blink.d.ts +2 -0
- package/es/_internal/icons/blink.mjs +127 -0
- package/es/_internal/icons/forge.d.ts +2 -0
- package/es/_internal/icons/forge.mjs +125 -0
- package/es/_internal/icons/index.d.ts +7 -0
- package/es/_internal/icons/omni.d.ts +2 -0
- package/es/_internal/icons/omni.mjs +143 -0
- package/es/_internal/icons/robo.d.ts +2 -0
- package/es/_internal/icons/robo.mjs +135 -0
- package/es/_internal/icons/studio.d.ts +2 -0
- package/es/_internal/icons/studio.mjs +144 -0
- package/es/_mixins/use-theme.d.ts +3 -0
- package/es/_mixins/use-theme.mjs +8 -0
- package/es/_utils/cssr.d.ts +4 -0
- package/es/_utils/cssr.mjs +17 -0
- package/es/components/global-header/interface.d.ts +1 -1
- package/es/components/global-header/title.vue.d.ts +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/platform-header-navigation/index.d.ts +3 -0
- package/es/components/platform-header-navigation/src/constant.d.ts +21 -0
- package/es/components/platform-header-navigation/src/constant.mjs +6 -0
- package/es/components/platform-header-navigation/src/interface.d.ts +27 -0
- package/es/components/platform-header-navigation/src/interface.mjs +18 -0
- package/es/components/platform-header-navigation/src/platform-header-navigation.d.ts +151 -0
- package/es/components/platform-header-navigation/src/platform-header-navigation.mjs +196 -0
- package/es/components/platform-header-navigation/src/styles/index.cssr.d.ts +2 -0
- package/es/components/platform-header-navigation/src/styles/index.cssr.mjs +81 -0
- package/es/components/platform-header-navigation/src/useCssVars.d.ts +12 -0
- package/es/components/platform-header-navigation/src/useCssVars.mjs +71 -0
- package/es/components/platform-navigation/index.d.ts +1 -1
- package/es/components/platform-navigation/index.vue.d.ts +2 -1
- package/es/components/platform-navigation/index.vue.mjs +1 -1
- package/es/components/platform-navigation/index.vue2.mjs +160 -106
- package/es/components/platform-navigation/interface.d.ts +1 -16
- package/es/config/themes/components/card/dark.mjs +1 -1
- package/es/config/themes/components/dialog/dark.mjs +1 -1
- package/es/config/themes/token/dark.d.ts +1 -0
- package/es/config/themes/token/dark.mjs +1 -0
- package/es/config/themes/token/light.d.ts +1 -0
- package/es/config/themes/token/light.mjs +2 -1
- package/es/index.css +1 -1
- package/es/index.mjs +92 -87
- package/es/locale/http/en-us.d.ts +2 -0
- package/es/locale/http/en-us.mjs +2 -0
- package/es/locale/http/zh-cn.mjs +2 -0
- package/es/locale/lang/en-us.d.ts +2 -2
- package/es/locale/lang/en-us.mjs +2 -2
- package/es/locale/lang/zh-cn.mjs +2 -2
- package/es/main.d.ts +0 -0
- package/es/node_modules/.pnpm/@css-render_plugin-bem@0.15.14_css-render@0.15.14/node_modules/@css-render/plugin-bem/esm/index.mjs +81 -0
- package/es/node_modules/.pnpm/@emotion_hash@0.8.0/node_modules/@emotion/hash/dist/hash.browser.esm.mjs +22 -0
- package/es/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/CssRender.mjs +15 -0
- package/es/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/c.mjs +30 -0
- package/es/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/mount.mjs +39 -0
- package/es/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/parse.mjs +59 -0
- package/es/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/render.mjs +98 -0
- package/es/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/utils.mjs +22 -0
- package/lib/App.vue.d.ts +2 -0
- package/lib/_constant/base.d.ts +3 -0
- package/lib/_constant/base.js +1 -0
- package/lib/_hooks/boden-use-theme.d.ts +3 -0
- package/lib/_hooks/boden-use-theme.js +1 -0
- package/lib/_hooks/index.d.ts +1 -0
- package/lib/_internal/icons/ads.d.ts +2 -0
- package/lib/_internal/icons/ads.js +1 -0
- package/lib/_internal/icons/arrow-right.d.ts +2 -0
- package/lib/_internal/icons/arrow-right.js +1 -0
- package/lib/_internal/icons/blink.d.ts +2 -0
- package/lib/_internal/icons/blink.js +1 -0
- package/lib/_internal/icons/forge.d.ts +2 -0
- package/lib/_internal/icons/forge.js +1 -0
- package/lib/_internal/icons/index.d.ts +7 -0
- package/lib/_internal/icons/omni.d.ts +2 -0
- package/lib/_internal/icons/omni.js +1 -0
- package/lib/_internal/icons/robo.d.ts +2 -0
- package/lib/_internal/icons/robo.js +1 -0
- package/lib/_internal/icons/studio.d.ts +2 -0
- package/lib/_internal/icons/studio.js +1 -0
- package/lib/_mixins/use-theme.d.ts +3 -0
- package/lib/_mixins/use-theme.js +1 -0
- package/lib/_utils/cssr.d.ts +4 -0
- package/lib/_utils/cssr.js +1 -0
- package/lib/components/global-header/interface.d.ts +1 -1
- package/lib/components/global-header/title.vue.d.ts +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/platform-header-navigation/index.d.ts +3 -0
- package/lib/components/platform-header-navigation/src/constant.d.ts +21 -0
- package/lib/components/platform-header-navigation/src/constant.js +1 -0
- package/lib/components/platform-header-navigation/src/interface.d.ts +27 -0
- package/lib/components/platform-header-navigation/src/interface.js +1 -0
- package/lib/components/platform-header-navigation/src/platform-header-navigation.d.ts +151 -0
- package/lib/components/platform-header-navigation/src/platform-header-navigation.js +1 -0
- package/lib/components/platform-header-navigation/src/styles/index.cssr.d.ts +2 -0
- package/lib/components/platform-header-navigation/src/styles/index.cssr.js +1 -0
- package/lib/components/platform-header-navigation/src/useCssVars.d.ts +12 -0
- package/lib/components/platform-header-navigation/src/useCssVars.js +1 -0
- package/lib/components/platform-navigation/index.d.ts +1 -1
- package/lib/components/platform-navigation/index.vue.d.ts +2 -1
- 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 +1 -16
- package/lib/config/themes/components/card/dark.js +1 -1
- package/lib/config/themes/components/dialog/dark.js +1 -1
- package/lib/config/themes/token/dark.d.ts +1 -0
- package/lib/config/themes/token/dark.js +1 -1
- package/lib/config/themes/token/light.d.ts +1 -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/http/en-us.d.ts +2 -0
- package/lib/locale/http/en-us.js +1 -1
- package/lib/locale/http/zh-cn.js +1 -1
- package/lib/locale/lang/en-us.d.ts +2 -2
- package/lib/locale/lang/en-us.js +1 -1
- package/lib/locale/lang/zh-cn.js +1 -1
- package/lib/main.d.ts +0 -0
- package/lib/node_modules/.pnpm/@css-render_plugin-bem@0.15.14_css-render@0.15.14/node_modules/@css-render/plugin-bem/esm/index.js +1 -0
- package/lib/node_modules/.pnpm/@emotion_hash@0.8.0/node_modules/@emotion/hash/dist/hash.browser.esm.js +1 -0
- package/lib/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/CssRender.js +1 -0
- package/lib/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/c.js +1 -0
- package/lib/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/mount.js +1 -0
- package/lib/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/parse.js +1 -0
- package/lib/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/render.js +12 -0
- package/lib/node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/utils.js +1 -0
- package/package.json +3 -1
- package/es/components/platform-navigation/interface.mjs +0 -5
- package/lib/components/platform-navigation/interface.js +0 -1
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { defineComponent as l, createVNode as e } from "vue";
|
|
2
|
+
const r = /* @__PURE__ */ l({
|
|
3
|
+
name: "OmniLogo",
|
|
4
|
+
render() {
|
|
5
|
+
return e("svg", {
|
|
6
|
+
width: "46",
|
|
7
|
+
height: "46",
|
|
8
|
+
viewBox: "0 0 46 46",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
11
|
+
}, [e("g", {
|
|
12
|
+
filter: "url(#filter0_dd_11235_27041)"
|
|
13
|
+
}, [e("path", {
|
|
14
|
+
d: "M6.85693 9.14258C6.85693 4.7243 10.4387 1.14258 14.8569 1.14258H30.8569C35.2752 1.14258 38.8569 4.7243 38.8569 9.14258V25.1426C38.8569 29.5609 35.2752 33.1426 30.8569 33.1426H14.8569C10.4387 33.1426 6.85693 29.5609 6.85693 25.1426V9.14258Z",
|
|
15
|
+
fill: "url(#paint0_linear_11235_27041)",
|
|
16
|
+
"shape-rendering": "crispEdges"
|
|
17
|
+
}, null), e("g", {
|
|
18
|
+
"clip-path": "url(#clip0_11235_27041)"
|
|
19
|
+
}, [e("g", {
|
|
20
|
+
"clip-path": "url(#clip1_11235_27041)"
|
|
21
|
+
}, [e("path", {
|
|
22
|
+
d: "M18.8566 11.8089C18.8566 12.5453 18.2597 13.1423 17.5233 13.1423C16.7869 13.1423 16.1899 12.5453 16.1899 11.8089C16.1899 11.0725 16.7869 10.4756 17.5233 10.4756C18.2597 10.4756 18.8566 11.0725 18.8566 11.8089Z",
|
|
23
|
+
stroke: "white"
|
|
24
|
+
}, null), e("path", {
|
|
25
|
+
d: "M29.5236 11.8089C29.5236 12.5453 28.9266 13.1423 28.1903 13.1423C27.4539 13.1423 26.8569 12.5453 26.8569 11.8089C26.8569 11.0725 27.4539 10.4756 28.1903 10.4756C28.9266 10.4756 29.5236 11.0725 29.5236 11.8089Z",
|
|
26
|
+
stroke: "white"
|
|
27
|
+
}, null), e("path", {
|
|
28
|
+
d: "M29.5236 22.4749C29.5236 23.2113 28.9266 23.8083 28.1903 23.8083C27.4539 23.8083 26.8569 23.2113 26.8569 22.4749C26.8569 21.7386 27.4539 21.1416 28.1903 21.1416C28.9266 21.1416 29.5236 21.7386 29.5236 22.4749Z",
|
|
29
|
+
stroke: "white"
|
|
30
|
+
}, null), e("path", {
|
|
31
|
+
d: "M18.8566 22.4749C18.8566 23.2113 18.2597 23.8083 17.5233 23.8083C16.7869 23.8083 16.1899 23.2113 16.1899 22.4749C16.1899 21.7386 16.7869 21.1416 17.5233 21.1416C18.2597 21.1416 18.8566 21.7386 18.8566 22.4749Z",
|
|
32
|
+
stroke: "white"
|
|
33
|
+
}, null), e("path", {
|
|
34
|
+
d: "M28.1901 13.1419V21.1419M26.8568 22.4753H18.8568M26.8568 11.8086H18.8568M17.5234 13.1419V21.1419",
|
|
35
|
+
stroke: "white",
|
|
36
|
+
"stroke-linecap": "round",
|
|
37
|
+
"stroke-linejoin": "round"
|
|
38
|
+
}, null), e("path", {
|
|
39
|
+
d: "M21.9567 14.7959L21.231 15.1511C20.3149 15.5993 19.8569 15.8235 19.8569 16.1423C19.8569 16.461 20.3149 16.6852 21.231 17.1334L21.9567 17.4886C22.3931 17.7022 22.6113 17.8089 22.8569 17.8089C23.1026 17.8089 23.3208 17.7022 23.7571 17.4886L24.4829 17.1334C25.3989 16.6852 25.8569 16.461 25.8569 16.1423C25.8569 15.8235 25.3989 15.5993 24.4829 15.1511L23.7571 14.7959C23.3208 14.5824 23.1026 14.4756 22.8569 14.4756C22.6113 14.4756 22.3931 14.5824 21.9567 14.7959Z",
|
|
40
|
+
stroke: "white",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-linejoin": "round"
|
|
43
|
+
}, null), e("path", {
|
|
44
|
+
d: "M25.8569 18.1416C25.8569 18.4604 25.3989 18.6845 24.4829 19.1328L23.7571 19.488C23.3208 19.7015 23.1026 19.8083 22.8569 19.8083C22.6113 19.8083 22.3931 19.7015 21.9567 19.488L21.231 19.1328C20.3149 18.6845 19.8569 18.4604 19.8569 18.1416",
|
|
45
|
+
stroke: "white",
|
|
46
|
+
"stroke-linecap": "round",
|
|
47
|
+
"stroke-linejoin": "round"
|
|
48
|
+
}, null)])])]), e("defs", null, [e("filter", {
|
|
49
|
+
id: "filter0_dd_11235_27041",
|
|
50
|
+
x: "-0.000209093",
|
|
51
|
+
y: "-0.000279188",
|
|
52
|
+
width: "45.7143",
|
|
53
|
+
height: "45.7143",
|
|
54
|
+
filterUnits: "userSpaceOnUse",
|
|
55
|
+
"color-interpolation-filters": "sRGB"
|
|
56
|
+
}, [e("feFlood", {
|
|
57
|
+
"flood-opacity": "0",
|
|
58
|
+
result: "BackgroundImageFix"
|
|
59
|
+
}, null), e("feColorMatrix", {
|
|
60
|
+
in: "SourceAlpha",
|
|
61
|
+
type: "matrix",
|
|
62
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
63
|
+
result: "hardAlpha"
|
|
64
|
+
}, null), e("feMorphology", {
|
|
65
|
+
radius: "2.28571",
|
|
66
|
+
operator: "erode",
|
|
67
|
+
in: "SourceAlpha",
|
|
68
|
+
result: "effect1_dropShadow_11235_27041"
|
|
69
|
+
}, null), e("feOffset", {
|
|
70
|
+
dy: "2.28571"
|
|
71
|
+
}, null), e("feGaussianBlur", {
|
|
72
|
+
stdDeviation: "1.71429"
|
|
73
|
+
}, null), e("feComposite", {
|
|
74
|
+
in2: "hardAlpha",
|
|
75
|
+
operator: "out"
|
|
76
|
+
}, null), e("feColorMatrix", {
|
|
77
|
+
type: "matrix",
|
|
78
|
+
values: "0 0 0 0 0.0813278 0 0 0 0 0.696537 0 0 0 0 0.429946 0 0 0 0.2 0"
|
|
79
|
+
}, null), e("feBlend", {
|
|
80
|
+
mode: "normal",
|
|
81
|
+
in2: "BackgroundImageFix",
|
|
82
|
+
result: "effect1_dropShadow_11235_27041"
|
|
83
|
+
}, null), e("feColorMatrix", {
|
|
84
|
+
in: "SourceAlpha",
|
|
85
|
+
type: "matrix",
|
|
86
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
87
|
+
result: "hardAlpha"
|
|
88
|
+
}, null), e("feMorphology", {
|
|
89
|
+
radius: "1.71429",
|
|
90
|
+
operator: "erode",
|
|
91
|
+
in: "SourceAlpha",
|
|
92
|
+
result: "effect2_dropShadow_11235_27041"
|
|
93
|
+
}, null), e("feOffset", {
|
|
94
|
+
dy: "5.71429"
|
|
95
|
+
}, null), e("feGaussianBlur", {
|
|
96
|
+
stdDeviation: "4.28571"
|
|
97
|
+
}, null), e("feComposite", {
|
|
98
|
+
in2: "hardAlpha",
|
|
99
|
+
operator: "out"
|
|
100
|
+
}, null), e("feColorMatrix", {
|
|
101
|
+
type: "matrix",
|
|
102
|
+
values: "0 0 0 0 0.134389 0 0 0 0 0.500805 0 0 0 0 0.177138 0 0 0 0.2 0"
|
|
103
|
+
}, null), e("feBlend", {
|
|
104
|
+
mode: "normal",
|
|
105
|
+
in2: "effect1_dropShadow_11235_27041",
|
|
106
|
+
result: "effect2_dropShadow_11235_27041"
|
|
107
|
+
}, null), e("feBlend", {
|
|
108
|
+
mode: "normal",
|
|
109
|
+
in: "SourceGraphic",
|
|
110
|
+
in2: "effect2_dropShadow_11235_27041",
|
|
111
|
+
result: "shape"
|
|
112
|
+
}, null)]), e("linearGradient", {
|
|
113
|
+
id: "paint0_linear_11235_27041",
|
|
114
|
+
x1: "6.85693",
|
|
115
|
+
y1: "1.14258",
|
|
116
|
+
x2: "38.8569",
|
|
117
|
+
y2: "33.1426",
|
|
118
|
+
gradientUnits: "userSpaceOnUse"
|
|
119
|
+
}, [e("stop", {
|
|
120
|
+
"stop-color": "#00BC7D"
|
|
121
|
+
}, null), e("stop", {
|
|
122
|
+
offset: "1",
|
|
123
|
+
"stop-color": "#009966"
|
|
124
|
+
}, null)]), e("clipPath", {
|
|
125
|
+
id: "clip0_11235_27041"
|
|
126
|
+
}, [e("rect", {
|
|
127
|
+
width: "16",
|
|
128
|
+
height: "16",
|
|
129
|
+
fill: "white",
|
|
130
|
+
transform: "translate(14.8569 9.14258)"
|
|
131
|
+
}, null)]), e("clipPath", {
|
|
132
|
+
id: "clip1_11235_27041"
|
|
133
|
+
}, [e("rect", {
|
|
134
|
+
width: "16",
|
|
135
|
+
height: "16",
|
|
136
|
+
fill: "white",
|
|
137
|
+
transform: "translate(14.8569 9.14258)"
|
|
138
|
+
}, null)])])]);
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
export {
|
|
142
|
+
r as default
|
|
143
|
+
};
|
|
@@ -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;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { defineComponent as l, createVNode as e } from "vue";
|
|
2
|
+
const o = /* @__PURE__ */ l({
|
|
3
|
+
name: "RoboLogo",
|
|
4
|
+
render() {
|
|
5
|
+
return e("svg", {
|
|
6
|
+
width: "46",
|
|
7
|
+
height: "46",
|
|
8
|
+
viewBox: "0 0 46 46",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
11
|
+
}, [e("g", {
|
|
12
|
+
filter: "url(#filter0_dd_11235_27602)"
|
|
13
|
+
}, [e("rect", {
|
|
14
|
+
x: "6.85718",
|
|
15
|
+
y: "1.14258",
|
|
16
|
+
width: "32",
|
|
17
|
+
height: "32",
|
|
18
|
+
rx: "8",
|
|
19
|
+
fill: "url(#paint0_linear_11235_27602)",
|
|
20
|
+
"shape-rendering": "crispEdges"
|
|
21
|
+
}, null), e("g", {
|
|
22
|
+
"clip-path": "url(#clip0_11235_27602)"
|
|
23
|
+
}, [e("g", {
|
|
24
|
+
"clip-path": "url(#clip1_11235_27602)"
|
|
25
|
+
}, [e("path", {
|
|
26
|
+
d: "M25.8089 23.8089V23.4756C25.8089 22.7392 26.4303 22.1426 27.0904 21.8163C27.732 21.4992 28.2718 20.9763 28.3399 20.3631L28.4756 19.1423L29.8089 18.4756L28.1423 15.9756C28.1423 12.938 25.6798 10.4756 22.6423 10.4756C21.8729 10.4756 21.1405 10.6335 20.4756 10.9188M19.4756 20.4731V23.8089M19.4756 20.4731C18.5684 19.8332 17.8635 18.9257 17.4756 17.8656M19.4756 20.4731C19.976 20.8261 20.538 21.0976 21.1423 21.2686",
|
|
27
|
+
stroke: "white",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round"
|
|
30
|
+
}, null), e("path", {
|
|
31
|
+
d: "M16.9756 11.3086L19.1423 12.8086H21.8089M17.4756 11.3086C17.4756 11.5847 17.2517 11.8086 16.9756 11.8086C16.6994 11.8086 16.4756 11.5847 16.4756 11.3086C16.4756 11.0325 16.6994 10.8086 16.9756 10.8086C17.2517 10.8086 17.4756 11.0325 17.4756 11.3086Z",
|
|
32
|
+
stroke: "white",
|
|
33
|
+
"stroke-linecap": "round",
|
|
34
|
+
"stroke-linejoin": "round"
|
|
35
|
+
}, null), e("path", {
|
|
36
|
+
d: "M16.9756 14.9756H21.8089M17.4756 14.9756C17.4756 15.2517 17.2517 15.4756 16.9756 15.4756C16.6994 15.4756 16.4756 15.2517 16.4756 14.9756C16.4756 14.6994 16.6994 14.4756 16.9756 14.4756C17.2517 14.4756 17.4756 14.6994 17.4756 14.9756Z",
|
|
37
|
+
stroke: "white",
|
|
38
|
+
"stroke-linecap": "round",
|
|
39
|
+
"stroke-linejoin": "round"
|
|
40
|
+
}, null)])])]), e("defs", null, [e("filter", {
|
|
41
|
+
id: "filter0_dd_11235_27602",
|
|
42
|
+
x: "3.50475e-05",
|
|
43
|
+
y: "-0.000279188",
|
|
44
|
+
width: "45.7143",
|
|
45
|
+
height: "45.7143",
|
|
46
|
+
filterUnits: "userSpaceOnUse",
|
|
47
|
+
"color-interpolation-filters": "sRGB"
|
|
48
|
+
}, [e("feFlood", {
|
|
49
|
+
"flood-opacity": "0",
|
|
50
|
+
result: "BackgroundImageFix"
|
|
51
|
+
}, null), e("feColorMatrix", {
|
|
52
|
+
in: "SourceAlpha",
|
|
53
|
+
type: "matrix",
|
|
54
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
55
|
+
result: "hardAlpha"
|
|
56
|
+
}, null), e("feMorphology", {
|
|
57
|
+
radius: "2.28571",
|
|
58
|
+
operator: "erode",
|
|
59
|
+
in: "SourceAlpha",
|
|
60
|
+
result: "effect1_dropShadow_11235_27602"
|
|
61
|
+
}, null), e("feOffset", {
|
|
62
|
+
dy: "2.28571"
|
|
63
|
+
}, null), e("feGaussianBlur", {
|
|
64
|
+
stdDeviation: "1.71429"
|
|
65
|
+
}, null), e("feComposite", {
|
|
66
|
+
in2: "hardAlpha",
|
|
67
|
+
operator: "out"
|
|
68
|
+
}, null), e("feColorMatrix", {
|
|
69
|
+
type: "matrix",
|
|
70
|
+
values: "0 0 0 0 0.823691 0 0 0 0 0.554526 0 0 0 0 0.054648 0 0 0 0.2 0"
|
|
71
|
+
}, null), e("feBlend", {
|
|
72
|
+
mode: "normal",
|
|
73
|
+
in2: "BackgroundImageFix",
|
|
74
|
+
result: "effect1_dropShadow_11235_27602"
|
|
75
|
+
}, null), e("feColorMatrix", {
|
|
76
|
+
in: "SourceAlpha",
|
|
77
|
+
type: "matrix",
|
|
78
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
79
|
+
result: "hardAlpha"
|
|
80
|
+
}, null), e("feMorphology", {
|
|
81
|
+
radius: "1.71429",
|
|
82
|
+
operator: "erode",
|
|
83
|
+
in: "SourceAlpha",
|
|
84
|
+
result: "effect2_dropShadow_11235_27602"
|
|
85
|
+
}, null), e("feOffset", {
|
|
86
|
+
dy: "5.71429"
|
|
87
|
+
}, null), e("feGaussianBlur", {
|
|
88
|
+
stdDeviation: "4.28571"
|
|
89
|
+
}, null), e("feComposite", {
|
|
90
|
+
in2: "hardAlpha",
|
|
91
|
+
operator: "out"
|
|
92
|
+
}, null), e("feColorMatrix", {
|
|
93
|
+
type: "matrix",
|
|
94
|
+
values: "0 0 0 0 0.723586 0 0 0 0 0.479142 0 0 0 0 0.0859062 0 0 0 0.2 0"
|
|
95
|
+
}, null), e("feBlend", {
|
|
96
|
+
mode: "normal",
|
|
97
|
+
in2: "effect1_dropShadow_11235_27602",
|
|
98
|
+
result: "effect2_dropShadow_11235_27602"
|
|
99
|
+
}, null), e("feBlend", {
|
|
100
|
+
mode: "normal",
|
|
101
|
+
in: "SourceGraphic",
|
|
102
|
+
in2: "effect2_dropShadow_11235_27602",
|
|
103
|
+
result: "shape"
|
|
104
|
+
}, null)]), e("linearGradient", {
|
|
105
|
+
id: "paint0_linear_11235_27602",
|
|
106
|
+
x1: "6.85718",
|
|
107
|
+
y1: "1.14258",
|
|
108
|
+
x2: "38.8572",
|
|
109
|
+
y2: "33.1426",
|
|
110
|
+
gradientUnits: "userSpaceOnUse"
|
|
111
|
+
}, [e("stop", {
|
|
112
|
+
"stop-color": "#F0A21A"
|
|
113
|
+
}, null), e("stop", {
|
|
114
|
+
offset: "1",
|
|
115
|
+
"stop-color": "#F18114"
|
|
116
|
+
}, null)]), e("clipPath", {
|
|
117
|
+
id: "clip0_11235_27602"
|
|
118
|
+
}, [e("rect", {
|
|
119
|
+
width: "16",
|
|
120
|
+
height: "16",
|
|
121
|
+
fill: "white",
|
|
122
|
+
transform: "translate(14.8572 9.14258)"
|
|
123
|
+
}, null)]), e("clipPath", {
|
|
124
|
+
id: "clip1_11235_27602"
|
|
125
|
+
}, [e("rect", {
|
|
126
|
+
width: "16",
|
|
127
|
+
height: "16",
|
|
128
|
+
fill: "white",
|
|
129
|
+
transform: "translate(15.1428 9.14258)"
|
|
130
|
+
}, null)])])]);
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
export {
|
|
134
|
+
o as default
|
|
135
|
+
};
|
|
@@ -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;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { defineComponent as e, createVNode as l } from "vue";
|
|
2
|
+
const r = /* @__PURE__ */ e({
|
|
3
|
+
name: "StudioLogo",
|
|
4
|
+
render() {
|
|
5
|
+
return l("svg", {
|
|
6
|
+
width: "46",
|
|
7
|
+
height: "46",
|
|
8
|
+
viewBox: "0 0 46 46",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
11
|
+
}, [l("g", {
|
|
12
|
+
filter: "url(#filter0_dd_11235_27033)"
|
|
13
|
+
}, [l("rect", {
|
|
14
|
+
x: "6.85693",
|
|
15
|
+
y: "1.14258",
|
|
16
|
+
width: "32",
|
|
17
|
+
height: "32",
|
|
18
|
+
rx: "8",
|
|
19
|
+
fill: "url(#paint0_linear_11235_27033)",
|
|
20
|
+
"shape-rendering": "crispEdges"
|
|
21
|
+
}, null), l("g", {
|
|
22
|
+
"clip-path": "url(#clip0_11235_27033)"
|
|
23
|
+
}, [l("g", {
|
|
24
|
+
"clip-path": "url(#clip1_11235_27033)"
|
|
25
|
+
}, [l("path", {
|
|
26
|
+
"fill-rule": "evenodd",
|
|
27
|
+
"clip-rule": "evenodd",
|
|
28
|
+
d: "M25.6419 13.1426C25.6419 11.7619 24.5226 10.6426 23.1419 10.6426C21.7612 10.6426 20.6419 11.7619 20.6419 13.1426C20.6419 14.5233 21.7612 15.6426 23.1419 15.6426C24.5226 15.6426 25.6419 14.5233 25.6419 13.1426ZM23.1419 11.6426C23.9704 11.6426 24.6419 12.3142 24.6419 13.1426C24.6419 13.971 23.9704 14.6426 23.1419 14.6426C22.3135 14.6426 21.6419 13.971 21.6419 13.1426C21.6419 12.3142 22.3135 11.6426 23.1419 11.6426Z",
|
|
29
|
+
fill: "white"
|
|
30
|
+
}, null), l("path", {
|
|
31
|
+
"fill-rule": "evenodd",
|
|
32
|
+
"clip-rule": "evenodd",
|
|
33
|
+
d: "M21.3086 21.1426C21.3086 19.7619 20.1893 18.6426 18.8086 18.6426C17.4279 18.6426 16.3086 19.7619 16.3086 21.1426C16.3086 22.5233 17.4279 23.6426 18.8086 23.6426C20.1893 23.6426 21.3086 22.5233 21.3086 21.1426ZM18.8086 19.6426C19.637 19.6426 20.3086 20.3141 20.3086 21.1426C20.3086 21.971 19.637 22.6426 18.8086 22.6426C17.9802 22.6426 17.3086 21.971 17.3086 21.1426C17.3086 20.3141 17.9802 19.6426 18.8086 19.6426Z",
|
|
34
|
+
fill: "white"
|
|
35
|
+
}, null), l("path", {
|
|
36
|
+
"fill-rule": "evenodd",
|
|
37
|
+
"clip-rule": "evenodd",
|
|
38
|
+
d: "M27.4753 18.6426C28.856 18.6426 29.9753 19.7619 29.9753 21.1426C29.9753 22.5233 28.856 23.6426 27.4753 23.6426C26.0945 23.6426 24.9753 22.5233 24.9753 21.1426C24.9753 19.7619 26.0945 18.6426 27.4753 18.6426ZM28.9753 21.1426C28.9753 20.3141 28.3037 19.6426 27.4753 19.6426C26.6468 19.6426 25.9753 20.3141 25.9753 21.1426C25.9753 21.971 26.6468 22.6426 27.4753 22.6426C28.3037 22.6426 28.9753 21.971 28.9753 21.1426Z",
|
|
39
|
+
fill: "white"
|
|
40
|
+
}, null), l("path", {
|
|
41
|
+
d: "M19.945 14.1841C20.1521 14.0014 20.1718 13.6854 19.9891 13.4784C19.8063 13.2713 19.4904 13.2516 19.2833 13.4344C18.0731 14.5025 17.3086 16.0669 17.3086 17.8093C17.3086 18.0854 17.5325 18.3093 17.8086 18.3093C18.0847 18.3093 18.3086 18.0854 18.3086 17.8093C18.3086 16.3657 18.9408 15.0705 19.945 14.1841Z",
|
|
42
|
+
fill: "white"
|
|
43
|
+
}, null), l("path", {
|
|
44
|
+
d: "M27.0005 13.4344C26.7935 13.2516 26.4775 13.2713 26.2948 13.4784C26.1121 13.6854 26.1318 14.0014 26.3388 14.1841C27.3431 15.0705 27.9753 16.3657 27.9753 17.8093C27.9753 18.0854 28.1991 18.3093 28.4753 18.3093C28.7514 18.3093 28.9753 18.0854 28.9753 17.8093C28.9753 16.0669 28.2107 14.5025 27.0005 13.4344Z",
|
|
45
|
+
fill: "white"
|
|
46
|
+
}, null), l("path", {
|
|
47
|
+
d: "M21.9332 22.4904C21.6658 22.4215 21.3932 22.5825 21.3244 22.8499C21.2555 23.1174 21.4165 23.39 21.684 23.4588C22.1505 23.5789 22.6391 23.6426 23.1419 23.6426C23.6447 23.6426 24.1334 23.5789 24.5999 23.4588C24.8673 23.39 25.0283 23.1174 24.9595 22.8499C24.8906 22.5825 24.6181 22.4215 24.3506 22.4904C23.9648 22.5896 23.5599 22.6426 23.1419 22.6426C22.7239 22.6426 22.319 22.5896 21.9332 22.4904Z",
|
|
48
|
+
fill: "white"
|
|
49
|
+
}, null)])])]), l("defs", null, [l("filter", {
|
|
50
|
+
id: "filter0_dd_11235_27033",
|
|
51
|
+
x: "-0.000209093",
|
|
52
|
+
y: "-0.000279188",
|
|
53
|
+
width: "45.7143",
|
|
54
|
+
height: "45.7143",
|
|
55
|
+
filterUnits: "userSpaceOnUse",
|
|
56
|
+
"color-interpolation-filters": "sRGB"
|
|
57
|
+
}, [l("feFlood", {
|
|
58
|
+
"flood-opacity": "0",
|
|
59
|
+
result: "BackgroundImageFix"
|
|
60
|
+
}, null), l("feColorMatrix", {
|
|
61
|
+
in: "SourceAlpha",
|
|
62
|
+
type: "matrix",
|
|
63
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
64
|
+
result: "hardAlpha"
|
|
65
|
+
}, null), l("feMorphology", {
|
|
66
|
+
radius: "2.28571",
|
|
67
|
+
operator: "erode",
|
|
68
|
+
in: "SourceAlpha",
|
|
69
|
+
result: "effect1_dropShadow_11235_27033"
|
|
70
|
+
}, null), l("feOffset", {
|
|
71
|
+
dy: "2.28571"
|
|
72
|
+
}, null), l("feGaussianBlur", {
|
|
73
|
+
stdDeviation: "1.71429"
|
|
74
|
+
}, null), l("feComposite", {
|
|
75
|
+
in2: "hardAlpha",
|
|
76
|
+
operator: "out"
|
|
77
|
+
}, null), l("feColorMatrix", {
|
|
78
|
+
type: "matrix",
|
|
79
|
+
values: "0 0 0 0 0.460066 0 0 0 0 0.169333 0 0 0 0 1 0 0 0 0.2 0"
|
|
80
|
+
}, null), l("feBlend", {
|
|
81
|
+
mode: "normal",
|
|
82
|
+
in2: "BackgroundImageFix",
|
|
83
|
+
result: "effect1_dropShadow_11235_27033"
|
|
84
|
+
}, null), l("feColorMatrix", {
|
|
85
|
+
in: "SourceAlpha",
|
|
86
|
+
type: "matrix",
|
|
87
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
88
|
+
result: "hardAlpha"
|
|
89
|
+
}, null), l("feMorphology", {
|
|
90
|
+
radius: "1.71429",
|
|
91
|
+
operator: "erode",
|
|
92
|
+
in: "SourceAlpha",
|
|
93
|
+
result: "effect2_dropShadow_11235_27033"
|
|
94
|
+
}, null), l("feOffset", {
|
|
95
|
+
dy: "5.71429"
|
|
96
|
+
}, null), l("feGaussianBlur", {
|
|
97
|
+
stdDeviation: "4.28571"
|
|
98
|
+
}, null), l("feComposite", {
|
|
99
|
+
in2: "hardAlpha",
|
|
100
|
+
operator: "out"
|
|
101
|
+
}, null), l("feColorMatrix", {
|
|
102
|
+
type: "matrix",
|
|
103
|
+
values: "0 0 0 0 0.903089 0 0 0 0 0.169333 0 0 0 0 1 0 0 0 0.2 0"
|
|
104
|
+
}, null), l("feBlend", {
|
|
105
|
+
mode: "normal",
|
|
106
|
+
in2: "effect1_dropShadow_11235_27033",
|
|
107
|
+
result: "effect2_dropShadow_11235_27033"
|
|
108
|
+
}, null), l("feBlend", {
|
|
109
|
+
mode: "normal",
|
|
110
|
+
in: "SourceGraphic",
|
|
111
|
+
in2: "effect2_dropShadow_11235_27033",
|
|
112
|
+
result: "shape"
|
|
113
|
+
}, null)]), l("linearGradient", {
|
|
114
|
+
id: "paint0_linear_11235_27033",
|
|
115
|
+
x1: "6.85693",
|
|
116
|
+
y1: "1.14258",
|
|
117
|
+
x2: "38.8569",
|
|
118
|
+
y2: "33.1426",
|
|
119
|
+
gradientUnits: "userSpaceOnUse"
|
|
120
|
+
}, [l("stop", {
|
|
121
|
+
"stop-color": "#AD46FF"
|
|
122
|
+
}, null), l("stop", {
|
|
123
|
+
offset: "1",
|
|
124
|
+
"stop-color": "#9810FA"
|
|
125
|
+
}, null)]), l("clipPath", {
|
|
126
|
+
id: "clip0_11235_27033"
|
|
127
|
+
}, [l("rect", {
|
|
128
|
+
width: "16",
|
|
129
|
+
height: "16",
|
|
130
|
+
fill: "white",
|
|
131
|
+
transform: "translate(14.8569 9.14258)"
|
|
132
|
+
}, null)]), l("clipPath", {
|
|
133
|
+
id: "clip1_11235_27033"
|
|
134
|
+
}, [l("rect", {
|
|
135
|
+
width: "16",
|
|
136
|
+
height: "16",
|
|
137
|
+
fill: "white",
|
|
138
|
+
transform: "translate(14.5713 9.14258)"
|
|
139
|
+
}, null)])])]);
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
export {
|
|
143
|
+
r as default
|
|
144
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const c: import('css-render').createCNode<import('css-render').CSelector>;
|
|
2
|
+
declare const cB: import('css-render').createCNode<string | import('css-render').CLazySelector<string>>, cM: import('css-render').createCNode<string | import('css-render').CLazySelector<string>>, cE: import('css-render').createCNode<string | import('css-render').CLazySelector<string>>, cNotM: import('css-render').createCNode<string | import('css-render').CLazySelector<string>>;
|
|
3
|
+
declare function createKey<P extends string, S extends string>(prefix: P, suffix: S): S extends 'default' ? P : `${P}${Capitalize<S>}`;
|
|
4
|
+
export { c, cB, cM, cE, cNotM, createKey };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { plugin as e } from "../node_modules/.pnpm/@css-render_plugin-bem@0.15.14_css-render@0.15.14/node_modules/@css-render/plugin-bem/esm/index.mjs";
|
|
2
|
+
import { CssRender as r } from "../node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/CssRender.mjs";
|
|
3
|
+
import { prefix as s } from "../_constant/base.mjs";
|
|
4
|
+
const i = s, n = `.${i}-`, t = "__", p = "--", o = r(), c = e({
|
|
5
|
+
blockPrefix: n,
|
|
6
|
+
elementPrefix: t,
|
|
7
|
+
modifierPrefix: p
|
|
8
|
+
});
|
|
9
|
+
o.use(c);
|
|
10
|
+
const { c: l } = o, { cB: a, cM: u, cE: g, cNotM: P } = c;
|
|
11
|
+
export {
|
|
12
|
+
l as c,
|
|
13
|
+
a as cB,
|
|
14
|
+
g as cE,
|
|
15
|
+
u as cM,
|
|
16
|
+
P as cNotM
|
|
17
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
-
import { BODEN_PLATFORM_ENUM } from '../platform-navigation
|
|
2
|
+
import { BODEN_PLATFORM_ENUM } from '../platform-header-navigation';
|
|
3
3
|
import { BodenSystemActionsProps, BodenSystemActionsEmits } from '../system-actions';
|
|
4
4
|
export type BodenGlobalHeaderProps = {
|
|
5
5
|
isShowPlatformMenus?: boolean;
|
|
@@ -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('
|
|
18
|
+
platformCode: Array<import('..').BODEN_PLATFORM_ENUM>;
|
|
19
19
|
isShowProductIntroduction: boolean;
|
|
20
20
|
isShowLogo: boolean;
|
|
21
21
|
productIntroductionTriggerDisabled: boolean;
|
package/es/components/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './layout';
|
|
|
11
11
|
export * from './logo';
|
|
12
12
|
export * from './nav-icon';
|
|
13
13
|
export * from './radio';
|
|
14
|
+
export * from './platform-header-navigation';
|
|
14
15
|
export * from './platform-navigation';
|
|
15
16
|
export { default as BodenProgress } from './progress';
|
|
16
17
|
export * from './select';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const enum BODEN_PLATFORM_ENUM {
|
|
2
|
+
BASE = 1,// 标注
|
|
3
|
+
BLINK = 2,// Blink
|
|
4
|
+
ACCOUNT = 3,// 账号管理平台
|
|
5
|
+
ROBO = 4,// 具身智能采集
|
|
6
|
+
FORGE = 5
|
|
7
|
+
}
|
|
8
|
+
export declare const enum BODEN_PLATFORM_NAME_ENUM {
|
|
9
|
+
ADS = "ADS",
|
|
10
|
+
STUDIO = "STUDIO",
|
|
11
|
+
OMNI = "OMNI",
|
|
12
|
+
BLINK = "BLINK",// Blink
|
|
13
|
+
ACCOUNT = "ACCOUNT",// 账号管理平台
|
|
14
|
+
ROBO = "ROBO",// 具身智能采集
|
|
15
|
+
FORGE = "PS"
|
|
16
|
+
}
|
|
17
|
+
export declare const enum BODEN_PLATFORM_FEATURE {
|
|
18
|
+
Data_Collection = 1,
|
|
19
|
+
Data_Annotation = 2,
|
|
20
|
+
Data_Management = 3
|
|
21
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
var t = /* @__PURE__ */ ((a) => (a[a.BASE = 1] = "BASE", a[a.BLINK = 2] = "BLINK", a[a.ACCOUNT = 3] = "ACCOUNT", a[a.ROBO = 4] = "ROBO", a[a.FORGE = 5] = "FORGE", a))(t || {}), n = /* @__PURE__ */ ((a) => (a.ADS = "ADS", a.STUDIO = "STUDIO", a.OMNI = "OMNI", a.BLINK = "BLINK", a.ACCOUNT = "ACCOUNT", a.ROBO = "ROBO", a.FORGE = "PS", a))(n || {}), e = /* @__PURE__ */ ((a) => (a[a.Data_Collection = 1] = "Data_Collection", a[a.Data_Annotation = 2] = "Data_Annotation", a[a.Data_Management = 3] = "Data_Management", a))(e || {});
|
|
2
|
+
export {
|
|
3
|
+
t as BODEN_PLATFORM_ENUM,
|
|
4
|
+
e as BODEN_PLATFORM_FEATURE,
|
|
5
|
+
n as BODEN_PLATFORM_NAME_ENUM
|
|
6
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
|
+
import { BODEN_PLATFORM_ENUM, BODEN_PLATFORM_NAME_ENUM, BODEN_PLATFORM_FEATURE } from './constant';
|
|
3
|
+
export type PlatformItem = {
|
|
4
|
+
id: string | number;
|
|
5
|
+
featureType: BODEN_PLATFORM_FEATURE;
|
|
6
|
+
platformId: BODEN_PLATFORM_ENUM;
|
|
7
|
+
moduleName: BODEN_PLATFORM_NAME_ENUM;
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
svgIcon: Component | undefined;
|
|
11
|
+
};
|
|
12
|
+
export declare const bodenPlatformHeaderNavigationProps: {
|
|
13
|
+
readonly platformUrlMap: {
|
|
14
|
+
readonly type: PropType<Partial<Record<BODEN_PLATFORM_ENUM, string>>>;
|
|
15
|
+
readonly default: undefined;
|
|
16
|
+
};
|
|
17
|
+
readonly popoverX: {
|
|
18
|
+
readonly type: NumberConstructor;
|
|
19
|
+
readonly default: 0;
|
|
20
|
+
};
|
|
21
|
+
readonly popoverY: {
|
|
22
|
+
readonly type: NumberConstructor;
|
|
23
|
+
readonly default: 0;
|
|
24
|
+
};
|
|
25
|
+
readonly onTogglePlatform: PropType<(code: BODEN_PLATFORM_ENUM, name: BODEN_PLATFORM_NAME_ENUM) => void>;
|
|
26
|
+
};
|
|
27
|
+
export type BodenPlatformHeaderNavigationProps = ExtractPublicPropTypes<typeof bodenPlatformHeaderNavigationProps>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
platformUrlMap: {
|
|
3
|
+
type: Object,
|
|
4
|
+
default: void 0
|
|
5
|
+
},
|
|
6
|
+
popoverX: {
|
|
7
|
+
type: Number,
|
|
8
|
+
default: 0
|
|
9
|
+
},
|
|
10
|
+
popoverY: {
|
|
11
|
+
type: Number,
|
|
12
|
+
default: 0
|
|
13
|
+
},
|
|
14
|
+
onTogglePlatform: Function
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
e as bodenPlatformHeaderNavigationProps
|
|
18
|
+
};
|