base6-ui 2.0.29 → 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/index.css +1 -1
- package/dist/index.umd.js +14 -3
- 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/index.vue.mjs +1 -1
- 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/layout/components/{WrapHeader.vue.mjs → WrapHeader.vue2.mjs} +1 -1
- package/es/components/layout/index.vue2.mjs +1 -1
- 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 +2 -2
- package/es/components/platform-navigation/index.vue2.mjs +160 -106
- package/es/components/platform-navigation/interface.d.ts +1 -16
- package/es/config/themes/token/light.mjs +3 -3
- package/es/index.css +1 -1
- package/es/index.mjs +92 -87
- 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/index.vue.js +1 -1
- 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/layout/components/WrapHeader.vue2.js +1 -0
- package/lib/components/layout/index.vue2.js +1 -1
- 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/token/light.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.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/layout/components/WrapHeader.vue.js +0 -1
- package/lib/components/platform-navigation/interface.js +0 -1
|
@@ -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,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as S, ref as c, computed as I, createBlock as p, openBlock as s, unref as m, withCtx as i, createVNode as u, renderSlot as g, createCommentVNode as T, createSlots as w } from "vue";
|
|
2
2
|
import B from "./title.vue.mjs";
|
|
3
3
|
import L from "../system-actions/index.vue.mjs";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
import "../layout/options.mjs";
|
|
6
6
|
/* empty css */
|
|
7
7
|
import P from "../layout/header/index.vue.mjs";
|
|
@@ -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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as I, mergeDefaults as _, useSlots as E, computed as o, createElementBlock as T, openBlock as u, normalizeStyle as j, createElementVNode as z, normalizeClass as G, unref as M, createBlock as p, createCommentVNode as l, createVNode as P, withCtx as d, renderSlot as c } from "vue";
|
|
2
|
-
import A from "./components/WrapHeader.
|
|
2
|
+
import A from "./components/WrapHeader.vue2.mjs";
|
|
3
3
|
import N from "./components/WrapTab.vue.mjs";
|
|
4
4
|
import D from "./components/WrapContent.vue.mjs";
|
|
5
5
|
import O from "./components/WrapSlider.vue.mjs";
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { BODEN_PLATFORM_ENUM, BODEN_PLATFORM_NAME_ENUM, BODEN_PLATFORM_FEATURE } from './constant';
|
|
2
|
+
import { PlatformItem } from './interface';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
readonly platformUrlMap: {
|
|
5
|
+
readonly type: import('vue').PropType<Partial<Record<BODEN_PLATFORM_ENUM, string>>>;
|
|
6
|
+
readonly default: undefined;
|
|
7
|
+
};
|
|
8
|
+
readonly popoverX: {
|
|
9
|
+
readonly type: NumberConstructor;
|
|
10
|
+
readonly default: 0;
|
|
11
|
+
};
|
|
12
|
+
readonly popoverY: {
|
|
13
|
+
readonly type: NumberConstructor;
|
|
14
|
+
readonly default: 0;
|
|
15
|
+
};
|
|
16
|
+
readonly onTogglePlatform: import('vue').PropType<(code: BODEN_PLATFORM_ENUM, name: BODEN_PLATFORM_NAME_ENUM) => void>;
|
|
17
|
+
}>, {
|
|
18
|
+
tabValue: import('vue').Ref<"" | BODEN_PLATFORM_FEATURE, "" | BODEN_PLATFORM_FEATURE>;
|
|
19
|
+
dropDownVisible: import('vue').ComputedRef<boolean>;
|
|
20
|
+
navStyleCssVar: import('vue').ComputedRef<{
|
|
21
|
+
'--boden-platform-navigation-option-title-color': string;
|
|
22
|
+
'--boden-platform-navigation-option-title-color-hover': string;
|
|
23
|
+
'--boden-platform-navigation-option-title-color-disabled': string;
|
|
24
|
+
'--boden-platform-navigation-option-description-color': string;
|
|
25
|
+
'--boden-platform-navigation-option-description-color-disabled': string;
|
|
26
|
+
'--boden-platform-navigation-option-color-hover': string;
|
|
27
|
+
'--boden-platform-navigation-option-icon-hover': string;
|
|
28
|
+
'--boden-platform-navigation-option-icon-disabled-opacity': number;
|
|
29
|
+
}>;
|
|
30
|
+
platformFeatures: {
|
|
31
|
+
value: BODEN_PLATFORM_FEATURE;
|
|
32
|
+
label: string;
|
|
33
|
+
}[];
|
|
34
|
+
platformNav: PlatformItem[];
|
|
35
|
+
tabThemeOverrides: import('vue').ComputedRef<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
36
|
+
colorSegment: string;
|
|
37
|
+
tabFontSizeCard: string;
|
|
38
|
+
tabTextColorLine: string;
|
|
39
|
+
tabTextColorActiveLine: string;
|
|
40
|
+
tabTextColorHoverLine: string;
|
|
41
|
+
tabTextColorDisabledLine: string;
|
|
42
|
+
tabTextColorSegment: string;
|
|
43
|
+
tabTextColorActiveSegment: string;
|
|
44
|
+
tabTextColorHoverSegment: string;
|
|
45
|
+
tabTextColorDisabledSegment: string;
|
|
46
|
+
tabTextColorBar: string;
|
|
47
|
+
tabTextColorActiveBar: string;
|
|
48
|
+
tabTextColorHoverBar: string;
|
|
49
|
+
tabTextColorDisabledBar: string;
|
|
50
|
+
tabTextColorCard: string;
|
|
51
|
+
tabTextColorHoverCard: string;
|
|
52
|
+
tabTextColorActiveCard: string;
|
|
53
|
+
tabTextColorDisabledCard: string;
|
|
54
|
+
barColor: string;
|
|
55
|
+
closeIconColor: string;
|
|
56
|
+
closeIconColorHover: string;
|
|
57
|
+
closeIconColorPressed: string;
|
|
58
|
+
closeColorHover: string;
|
|
59
|
+
closeColorPressed: string;
|
|
60
|
+
closeBorderRadius: string;
|
|
61
|
+
tabColor: string;
|
|
62
|
+
tabColorSegment: string;
|
|
63
|
+
tabBorderColor: string;
|
|
64
|
+
tabFontWeightActive: string;
|
|
65
|
+
tabFontWeight: string;
|
|
66
|
+
tabBorderRadius: string;
|
|
67
|
+
paneTextColor: string;
|
|
68
|
+
fontWeightStrong: string;
|
|
69
|
+
tabFontSizeSmall: string;
|
|
70
|
+
tabFontSizeMedium: string;
|
|
71
|
+
tabFontSizeLarge: string;
|
|
72
|
+
tabGapSmallLine: string;
|
|
73
|
+
tabGapMediumLine: string;
|
|
74
|
+
tabGapLargeLine: string;
|
|
75
|
+
tabGapSmallLineVertical: string;
|
|
76
|
+
tabGapMediumLineVertical: string;
|
|
77
|
+
tabGapLargeLineVertical: string;
|
|
78
|
+
tabPaddingSmallLine: string;
|
|
79
|
+
tabPaddingMediumLine: string;
|
|
80
|
+
tabPaddingLargeLine: string;
|
|
81
|
+
tabPaddingVerticalSmallLine: string;
|
|
82
|
+
tabPaddingVerticalMediumLine: string;
|
|
83
|
+
tabPaddingVerticalLargeLine: string;
|
|
84
|
+
tabGapSmallBar: string;
|
|
85
|
+
tabGapMediumBar: string;
|
|
86
|
+
tabGapLargeBar: string;
|
|
87
|
+
tabGapSmallBarVertical: string;
|
|
88
|
+
tabGapMediumBarVertical: string;
|
|
89
|
+
tabGapLargeBarVertical: string;
|
|
90
|
+
tabPaddingSmallBar: string;
|
|
91
|
+
tabPaddingMediumBar: string;
|
|
92
|
+
tabPaddingLargeBar: string;
|
|
93
|
+
tabPaddingVerticalSmallBar: string;
|
|
94
|
+
tabPaddingVerticalMediumBar: string;
|
|
95
|
+
tabPaddingVerticalLargeBar: string;
|
|
96
|
+
tabGapSmallCard: string;
|
|
97
|
+
tabGapMediumCard: string;
|
|
98
|
+
tabGapLargeCard: string;
|
|
99
|
+
tabGapSmallCardVertical: string;
|
|
100
|
+
tabGapMediumCardVertical: string;
|
|
101
|
+
tabGapLargeCardVertical: string;
|
|
102
|
+
tabPaddingSmallCard: string;
|
|
103
|
+
tabPaddingMediumCard: string;
|
|
104
|
+
tabPaddingLargeCard: string;
|
|
105
|
+
tabPaddingSmallSegment: string;
|
|
106
|
+
tabPaddingMediumSegment: string;
|
|
107
|
+
tabPaddingLargeSegment: string;
|
|
108
|
+
tabPaddingVerticalLargeSegment: string;
|
|
109
|
+
tabPaddingVerticalSmallCard: string;
|
|
110
|
+
tabPaddingVerticalMediumCard: string;
|
|
111
|
+
tabPaddingVerticalLargeCard: string;
|
|
112
|
+
tabPaddingVerticalSmallSegment: string;
|
|
113
|
+
tabPaddingVerticalMediumSegment: string;
|
|
114
|
+
tabGapSmallSegment: string;
|
|
115
|
+
tabGapMediumSegment: string;
|
|
116
|
+
tabGapLargeSegment: string;
|
|
117
|
+
tabGapSmallSegmentVertical: string;
|
|
118
|
+
tabGapMediumSegmentVertical: string;
|
|
119
|
+
tabGapLargeSegmentVertical: string;
|
|
120
|
+
panePaddingSmall: string;
|
|
121
|
+
panePaddingMedium: string;
|
|
122
|
+
panePaddingLarge: string;
|
|
123
|
+
closeSize: string;
|
|
124
|
+
closeIconSize: string;
|
|
125
|
+
}, any>> | undefined>;
|
|
126
|
+
isDisabled: (platformCode: BODEN_PLATFORM_ENUM) => boolean;
|
|
127
|
+
onClick: (platform: PlatformItem) => void;
|
|
128
|
+
onMouseLeave: () => void;
|
|
129
|
+
onPopoverMouseenter: () => void;
|
|
130
|
+
onBeforeLeave: () => boolean;
|
|
131
|
+
setTabValue: (value: BODEN_PLATFORM_FEATURE) => void;
|
|
132
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
133
|
+
readonly platformUrlMap: {
|
|
134
|
+
readonly type: import('vue').PropType<Partial<Record<BODEN_PLATFORM_ENUM, string>>>;
|
|
135
|
+
readonly default: undefined;
|
|
136
|
+
};
|
|
137
|
+
readonly popoverX: {
|
|
138
|
+
readonly type: NumberConstructor;
|
|
139
|
+
readonly default: 0;
|
|
140
|
+
};
|
|
141
|
+
readonly popoverY: {
|
|
142
|
+
readonly type: NumberConstructor;
|
|
143
|
+
readonly default: 0;
|
|
144
|
+
};
|
|
145
|
+
readonly onTogglePlatform: import('vue').PropType<(code: BODEN_PLATFORM_ENUM, name: BODEN_PLATFORM_NAME_ENUM) => void>;
|
|
146
|
+
}>> & Readonly<{}>, {
|
|
147
|
+
readonly platformUrlMap: Partial<Record<BODEN_PLATFORM_ENUM, string>>;
|
|
148
|
+
readonly popoverX: number;
|
|
149
|
+
readonly popoverY: number;
|
|
150
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
151
|
+
export default _default;
|