base6-ui 2.0.13 → 2.0.15
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/button/button.d.ts +1352 -0
- package/dist/components/button/index.d.ts +2 -1
- package/dist/components/button/interface.d.ts +678 -0
- package/dist/components/data-table/data-table.d.ts +1 -1
- package/dist/components/slider/index.vue.d.ts +3 -2
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.umd.js +1 -1
- package/es/components/button/button.d.ts +1352 -0
- package/es/components/button/button.mjs +28 -0
- package/es/components/button/index.d.ts +2 -1
- package/es/components/button/interface.d.ts +678 -0
- package/es/components/button/interface.mjs +22 -0
- package/es/components/data-table/data-table.d.ts +1 -1
- package/es/components/dialog/index.vue.mjs +7 -6
- package/es/components/slider/index.vue.d.ts +3 -2
- package/es/components/slider/index.vue.mjs +2 -2
- package/es/components/slider/index.vue2.mjs +48 -44
- package/es/components/tabs/tabs.d.ts +1 -1
- package/es/index.css +1 -1
- package/es/index.mjs +92 -90
- package/lib/components/button/button.d.ts +1352 -0
- package/lib/components/button/button.js +1 -0
- package/lib/components/button/index.d.ts +2 -1
- package/lib/components/button/interface.d.ts +678 -0
- package/lib/components/button/interface.js +1 -0
- package/lib/components/data-table/data-table.d.ts +1 -1
- package/lib/components/dialog/index.vue.js +1 -1
- package/lib/components/slider/index.vue.d.ts +3 -2
- package/lib/components/slider/index.vue.js +1 -1
- package/lib/components/slider/index.vue2.js +1 -1
- package/lib/components/tabs/tabs.d.ts +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/dist/components/button/index.vue.d.ts +0 -24
- package/es/components/button/index.vue.d.ts +0 -24
- package/es/components/button/index.vue.mjs +0 -36
- package/es/components/button/index.vue2.mjs +0 -4
- package/lib/components/button/index.vue.d.ts +0 -24
- package/lib/components/button/index.vue.js +0 -1
- package/lib/components/button/index.vue2.js +0 -1
package/es/index.mjs
CHANGED
|
@@ -2,97 +2,99 @@ import "./_virtual/virtual_svg-icons-register.mjs";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { default as f } from "./components/app-provider/index.vue.mjs";
|
|
5
|
-
import { default as s } from "./components/button/
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { default as B } from "./components/
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as A } from "./components/
|
|
14
|
-
import { default as S } from "./components/global-header/
|
|
15
|
-
import { default as v } from "./components/
|
|
16
|
-
import { default as N } from "./components/layout/
|
|
17
|
-
import { default as D } from "./components/layout/
|
|
18
|
-
import { default as I } from "./components/layout/aside
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import { default as w } from "./components/
|
|
22
|
-
import { default as F } from "./components/
|
|
23
|
-
import { default as R } from "./components/
|
|
24
|
-
import { default as _ } from "./components/
|
|
25
|
-
import { default as J } from "./components/
|
|
26
|
-
import { default as V } from "./components/
|
|
27
|
-
import { default as X } from "./components/
|
|
28
|
-
import { default as $ } from "./components/
|
|
29
|
-
import { default as oe } from "./components/
|
|
30
|
-
import { default as te
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import { default as ie } from "./locale/lang/
|
|
36
|
-
import { default as he } from "./locale/
|
|
37
|
-
import { default as ge } from "./locale/http/
|
|
38
|
-
import { default as
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import { default as ke } from "./config/themes/token/
|
|
42
|
-
import { default as He } from "./config/themes/
|
|
43
|
-
import { default as ye } from "./config/themes/color/
|
|
44
|
-
import { default as Ge } from "./
|
|
45
|
-
import { default as Me } from "./globalMethods/modules/
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
5
|
+
import { default as s } from "./components/button/button.mjs";
|
|
6
|
+
import { bodenButtonProps as m } from "./components/button/interface.mjs";
|
|
7
|
+
import { default as l } from "./components/cascader/cascader.mjs";
|
|
8
|
+
import { bodenCascaderProps as x } from "./components/cascader/types.mjs";
|
|
9
|
+
import { default as B } from "./components/config-provider/config-provider.mjs";
|
|
10
|
+
import { default as b } from "./components/data-table/data-table.mjs";
|
|
11
|
+
import { bodenDataTableProps as T } from "./components/data-table/interface.mjs";
|
|
12
|
+
import { default as c } from "./components/dialog/index.vue.mjs";
|
|
13
|
+
import { default as A } from "./components/input-number/index.vue.mjs";
|
|
14
|
+
import { default as S } from "./components/global-header/index.vue.mjs";
|
|
15
|
+
import { default as v } from "./components/global-header/title.vue.mjs";
|
|
16
|
+
import { default as N } from "./components/layout/index.vue.mjs";
|
|
17
|
+
import { default as D } from "./components/layout/header/index.vue.mjs";
|
|
18
|
+
import { default as I } from "./components/layout/aside/index.vue.mjs";
|
|
19
|
+
import { default as O } from "./components/layout/aside-menu/aside-menu.mjs";
|
|
20
|
+
import { bodenAsideMenuProps as U } from "./components/layout/aside-menu/props.mjs";
|
|
21
|
+
import { default as w } from "./components/logo/index.vue.mjs";
|
|
22
|
+
import { default as F } from "./components/nav-icon/index.vue.mjs";
|
|
23
|
+
import { default as R } from "./components/radio/index.vue.mjs";
|
|
24
|
+
import { default as _ } from "./components/platform-navigation/index.vue.mjs";
|
|
25
|
+
import { default as J } from "./components/progress/index.mjs";
|
|
26
|
+
import { default as V } from "./components/select/index.vue.mjs";
|
|
27
|
+
import { default as X } from "./components/slider/index.vue.mjs";
|
|
28
|
+
import { default as $ } from "./components/steps/steps.mjs";
|
|
29
|
+
import { default as oe } from "./components/switch/index.vue.mjs";
|
|
30
|
+
import { default as te } from "./components/system-actions/index.vue.mjs";
|
|
31
|
+
import { default as fe, bodenTabsProps as de } from "./components/tabs/tabs.mjs";
|
|
32
|
+
import { configProviderInjectionKey as pe } from "./config/themes/index.mjs";
|
|
33
|
+
import { LOCALE_LANG as ne } from "./enum/locale.mjs";
|
|
34
|
+
import { useAnimationHook as ue } from "./hooks/useAnimationHook.mjs";
|
|
35
|
+
import { default as ie } from "./locale/lang/en-us.mjs";
|
|
36
|
+
import { default as he } from "./locale/lang/zh-cn.mjs";
|
|
37
|
+
import { default as ge } from "./locale/http/en-us.mjs";
|
|
38
|
+
import { default as Pe } from "./locale/http/zh-cn.mjs";
|
|
39
|
+
import { default as Ce } from "./globalMethods/index.mjs";
|
|
40
|
+
import { renderStepsFinishIcon as Le } from "./utils/render.mjs";
|
|
41
|
+
import { default as ke } from "./config/themes/token/dark.mjs";
|
|
42
|
+
import { default as He } from "./config/themes/token/light.mjs";
|
|
43
|
+
import { default as ye } from "./config/themes/color/dark.mjs";
|
|
44
|
+
import { default as Ge } from "./config/themes/color/light.mjs";
|
|
45
|
+
import { default as Me } from "./globalMethods/modules/message.mjs";
|
|
46
|
+
import { default as Ee } from "./globalMethods/modules/confirmTip.mjs";
|
|
47
|
+
import { lightThemeOverrides as je } from "./config/themes/light.mjs";
|
|
48
|
+
import { darkThemeOverrides as ze } from "./config/themes/dark.mjs";
|
|
49
|
+
import { ChartsThemeDark as Ke } from "./config/themes/components/charts/dark.mjs";
|
|
50
|
+
import { ChartsThemeLight as Ze } from "./config/themes/components/charts/light.mjs";
|
|
50
51
|
export {
|
|
51
52
|
f as BodenAppProvider,
|
|
52
|
-
|
|
53
|
+
O as BodenAsideMenu,
|
|
53
54
|
s as BodenButton,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
de as
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
55
|
+
l as BodenCascader,
|
|
56
|
+
B as BodenConfigProvider,
|
|
57
|
+
b as BodenDataTable,
|
|
58
|
+
c as BodenDialog,
|
|
59
|
+
S as BodenGlobalHeader,
|
|
60
|
+
v as BodenGlobalHeaderTitle,
|
|
61
|
+
A as BodenInputNumber,
|
|
62
|
+
N as BodenLayout,
|
|
63
|
+
I as BodenLayoutAside,
|
|
64
|
+
D as BodenLayoutHeader,
|
|
65
|
+
w as BodenLogo,
|
|
66
|
+
F as BodenNavIcon,
|
|
67
|
+
_ as BodenPlatformNavigation,
|
|
68
|
+
J as BodenProgress,
|
|
69
|
+
R as BodenRadio,
|
|
70
|
+
V as BodenSelect,
|
|
71
|
+
X as BodenSlider,
|
|
72
|
+
$ as BodenSteps,
|
|
73
|
+
oe as BodenSwitch,
|
|
74
|
+
te as BodenSystemActions,
|
|
75
|
+
fe as BodenTabs,
|
|
76
|
+
Ke as ChartsThemeDark,
|
|
77
|
+
Ze as ChartsThemeLight,
|
|
78
|
+
ge as HttpEnUS,
|
|
79
|
+
Pe as HttpZhCN,
|
|
80
|
+
ne as LOCALE_LANG,
|
|
81
|
+
U as bodenAsideMenuProps,
|
|
82
|
+
m as bodenButtonProps,
|
|
83
|
+
x as bodenCascaderProps,
|
|
84
|
+
T as bodenDataTableProps,
|
|
85
|
+
de as bodenTabsProps,
|
|
86
|
+
pe as configProviderInjectionKey,
|
|
87
|
+
ye as darkBase,
|
|
88
|
+
ze as darkThemeOverrides,
|
|
89
|
+
ke as darkToken,
|
|
90
|
+
ie as enUS,
|
|
91
|
+
Ge as lightBase,
|
|
92
|
+
je as lightThemeOverrides,
|
|
93
|
+
He as lightToken,
|
|
94
|
+
Ce as registerBodenGlobalMethods,
|
|
95
|
+
Le as renderStepsFinishIcon,
|
|
96
|
+
ue as useAnimationHook,
|
|
97
|
+
Ee as useConfirmTip,
|
|
98
|
+
Me as useMessage,
|
|
99
|
+
he as zhCN
|
|
98
100
|
};
|