vdesign-ui 0.2.12 → 0.2.14
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/README.md +78 -78
- package/dist/components/actionbar/index.js +8 -8
- package/dist/components/actionbar/index.vue +39 -39
- package/dist/components/actionbar/style.less +44 -44
- package/dist/components/actionbar-cell/index.js +7 -7
- package/dist/components/actionbar-cell/index.vue +38 -38
- package/dist/components/actions/index.js +6 -6
- package/dist/components/actions/index.vue +77 -76
- package/dist/components/actions/style.less +109 -109
- package/dist/components/actions-cell/index.js +6 -6
- package/dist/components/actions-cell/index.vue +94 -94
- package/dist/components/actions-cell/style.less +38 -38
- package/dist/components/activityviews/index.js +8 -8
- package/dist/components/activityviews/index.vue +192 -192
- package/dist/components/activityviews/style.less +151 -151
- package/dist/components/badge/index.js +8 -8
- package/dist/components/badge/index.vue +49 -49
- package/dist/components/badge/style.less +54 -54
- package/dist/components/button/index.js +8 -8
- package/dist/components/button/index.vue +93 -93
- package/dist/components/button/style.less +558 -558
- package/dist/components/calendar/index-element.vue +84 -84
- package/dist/components/calendar/index.js +7 -7
- package/dist/components/calendar/index.vue +52 -52
- package/dist/components/calendar/style.less +138 -138
- package/dist/components/checkbox/index.js +8 -8
- package/dist/components/checkbox/index.vue +161 -161
- package/dist/components/checkbox/style.less +288 -288
- package/dist/components/checkbox-group/index.js +7 -7
- package/dist/components/checkbox-group/index.vue +69 -69
- package/dist/components/common/state/index.vue +33 -33
- package/dist/components/common/state/style.less +47 -47
- package/dist/components/data-list/index.js +10 -10
- package/dist/components/data-list/index.vue +19 -19
- package/dist/components/data-list/style.less +623 -623
- package/dist/components/datetime-picker/index.js +7 -7
- package/dist/components/datetime-picker/index.vue +37 -37
- package/dist/components/datetime-picker/style.less +23 -23
- package/dist/components/dialog/index.js +8 -8
- package/dist/components/dialog/index.vue +164 -164
- package/dist/components/dialog/overlay-manager.js +18 -18
- package/dist/components/dialog/style.less +138 -138
- package/dist/components/divider/index.js +8 -8
- package/dist/components/divider/index.vue +54 -54
- package/dist/components/divider/style.less +92 -92
- package/dist/components/dropdown/index.js +8 -8
- package/dist/components/dropdown/index.vue +218 -218
- package/dist/components/dropdown/style.less +432 -432
- package/dist/components/empty/index.js +8 -8
- package/dist/components/empty/index.vue +138 -138
- package/dist/components/empty/style.less +60 -60
- package/dist/components/footer/index.js +6 -6
- package/dist/components/footer/index.vue +33 -33
- package/dist/components/footer/style.less +20 -20
- package/dist/components/footnav/index.js +6 -6
- package/dist/components/footnav/index.vue +93 -93
- package/dist/components/footnav/style.less +22 -22
- package/dist/components/footnav-item/index.js +6 -6
- package/dist/components/footnav-item/index.vue +50 -50
- package/dist/components/footnav-item/style.less +39 -39
- package/dist/components/form/index.js +6 -6
- package/dist/components/form/index.vue +12 -12
- package/dist/components/headnav/index.js +6 -6
- package/dist/components/headnav/index.vue +185 -185
- package/dist/components/headnav/style.less +231 -231
- package/dist/components/icon/font/iconfont.css +163 -163
- package/dist/components/icon/font/iconfont.js +5 -5
- package/dist/components/icon/index.js +9 -9
- package/dist/components/icon/index.vue +96 -96
- package/dist/components/icon/style.less +44 -44
- package/dist/components/input/calcTextareaHeight.js +162 -162
- package/dist/components/input/index.js +8 -8
- package/dist/components/input/index.vue +345 -345
- package/dist/components/input/style.less +470 -470
- package/dist/components/list/index.js +8 -8
- package/dist/components/list/index.vue +152 -152
- package/dist/components/list/style.less +213 -213
- package/dist/components/loading/index.js +6 -6
- package/dist/components/loading/index.vue +68 -68
- package/dist/components/loading/style.less +53 -53
- package/dist/components/mixins/clickoutside.js +81 -81
- package/dist/components/mixins/dom.js +41 -41
- package/dist/components/mixins/languageMixin.js +41 -41
- package/dist/components/mixins/outlineConfigPlugin.js +45 -45
- package/dist/components/mixins/router-link.js +22 -22
- package/dist/components/mixins/themeMixin.js +43 -43
- package/dist/components/noticebar/index.js +8 -8
- package/dist/components/noticebar/index.vue +258 -258
- package/dist/components/noticebar/style.less +328 -328
- package/dist/components/overlay/index.js +8 -8
- package/dist/components/overlay/index.vue +184 -184
- package/dist/components/overlay/style.less +23 -23
- package/dist/components/pagebreak/index.js +6 -6
- package/dist/components/pagebreak/index.vue +67 -67
- package/dist/components/pagebreak/style.less +41 -41
- package/dist/components/password/index.js +8 -8
- package/dist/components/password/index.vue +60 -60
- package/dist/components/popover/index.js +8 -8
- package/dist/components/popover/index.vue +100 -100
- package/dist/components/popover/style.less +346 -346
- package/dist/components/popover/vue-popover.vue +314 -314
- package/dist/components/popup/index.js +7 -7
- package/dist/components/popup/index.vue +243 -243
- package/dist/components/radio/index.js +8 -8
- package/dist/components/radio/index.vue +184 -184
- package/dist/components/radio/style.less +293 -293
- package/dist/components/radio-group/index.js +6 -6
- package/dist/components/radio-group/index.vue +58 -58
- package/dist/components/result/index.js +8 -8
- package/dist/components/result/index.vue +73 -73
- package/dist/components/result/style.less +43 -43
- package/dist/components/search/index.js +8 -8
- package/dist/components/search/index.vue +66 -66
- package/dist/components/selector/index.js +8 -8
- package/dist/components/selector/index.vue +161 -161
- package/dist/components/selector/style.less +484 -484
- package/dist/components/skeleton/index.js +6 -6
- package/dist/components/skeleton/index.vue +207 -207
- package/dist/components/skeleton/style.less +196 -196
- package/dist/components/slider/draggable.js +49 -49
- package/dist/components/slider/index.js +6 -6
- package/dist/components/slider/index.vue +167 -167
- package/dist/components/slider/style.less +99 -99
- package/dist/components/slider/utils.js +59 -59
- package/dist/components/step/index.js +7 -7
- package/dist/components/step/index.vue +48 -48
- package/dist/components/step/style.less +66 -58
- package/dist/components/step-item/index.js +7 -7
- package/dist/components/step-item/index.vue +126 -126
- package/dist/components/step-item/style.less +399 -362
- package/dist/components/stepper/index.js +8 -8
- package/dist/components/stepper/index.vue +146 -146
- package/dist/components/style/index.vue +42 -42
- package/dist/components/switch/index.js +8 -8
- package/dist/components/switch/index.vue +72 -72
- package/dist/components/switch/style.less +56 -56
- package/dist/components/tab/index.js +7 -7
- package/dist/components/tab/index.vue +94 -94
- package/dist/components/tabs/index.js +8 -8
- package/dist/components/tabs/index.vue +292 -281
- package/dist/components/tabs/style.less +408 -408
- package/dist/components/tag/index.js +6 -6
- package/dist/components/tag/index.vue +64 -64
- package/dist/components/tag/style.less +210 -210
- package/dist/components/title/index.js +8 -8
- package/dist/components/title/index.vue +99 -99
- package/dist/components/title/style.less +187 -187
- package/dist/components/toast/index.js +97 -97
- package/dist/components/toast/index.vue +49 -49
- package/dist/components/toast/style.less +57 -57
- package/dist/components/transition/index.js +8 -8
- package/dist/components/transition/index.vue +13 -13
- package/dist/components/transition/style.less +208 -208
- package/dist/components/upload/index.js +6 -6
- package/dist/components/upload/index.vue +106 -106
- package/dist/components/upload/style.less +147 -147
- package/dist/components/utils/assist.js +34 -34
- package/dist/components/utils/env.js +21 -21
- package/dist/locale/ar.js +97 -97
- package/dist/locale/en.js +97 -97
- package/dist/locale/zh.js +97 -97
- package/dist/token.css +23 -17
- package/dist/vdesign-ui.common.js +141 -129
- package/dist/vdesign-ui.css +1 -1
- package/dist/vdesign-ui.umd.js +141 -129
- package/dist/vdesign-ui.umd.min.js +2 -2
- package/package.json +113 -113
package/dist/locale/en.js
CHANGED
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
message: {
|
|
3
|
-
hello: "Hello World"
|
|
4
|
-
},
|
|
5
|
-
button: {
|
|
6
|
-
loading: "loading",
|
|
7
|
-
default: "default",
|
|
8
|
-
primary: "primary",
|
|
9
|
-
secondary: "secondary",
|
|
10
|
-
warning: "warning",
|
|
11
|
-
warning_grey: "warning_grey",
|
|
12
|
-
tertiary: "tertiary",
|
|
13
|
-
tertiary_grey: "tertiary_grey",
|
|
14
|
-
wireframe: "wireframe",
|
|
15
|
-
primary_text: "primary_text",
|
|
16
|
-
warning_text: "warning_text",
|
|
17
|
-
tertiary_text: "tertiary_text",
|
|
18
|
-
link_text: "link_text",
|
|
19
|
-
small: "small",
|
|
20
|
-
medium: "medium",
|
|
21
|
-
large: "large",
|
|
22
|
-
disabled: "disabled",
|
|
23
|
-
block: "block",
|
|
24
|
-
buy: "buy",
|
|
25
|
-
sell: "sell",
|
|
26
|
-
text: "Button Text"
|
|
27
|
-
},
|
|
28
|
-
actionbar: {
|
|
29
|
-
text: "Actionbar",
|
|
30
|
-
filter: "Filter",
|
|
31
|
-
edit: "Edit",
|
|
32
|
-
add: "Add new",
|
|
33
|
-
delete: "Delete",
|
|
34
|
-
more: "More",
|
|
35
|
-
reset: "Reset",
|
|
36
|
-
create: "Create",
|
|
37
|
-
alert: "Alert",
|
|
38
|
-
chart: "Chart"
|
|
39
|
-
},
|
|
40
|
-
title: {
|
|
41
|
-
text: "title"
|
|
42
|
-
},
|
|
43
|
-
radio: {
|
|
44
|
-
text: "radio"
|
|
45
|
-
},
|
|
46
|
-
checkbox: {
|
|
47
|
-
text: "checkbox"
|
|
48
|
-
},
|
|
49
|
-
dropdown: {
|
|
50
|
-
text: "dropdown",
|
|
51
|
-
text1: "选中",
|
|
52
|
-
text2: "默认",
|
|
53
|
-
text3: "禁用"
|
|
54
|
-
},
|
|
55
|
-
tab: {
|
|
56
|
-
text: "tab"
|
|
57
|
-
},
|
|
58
|
-
empty: {
|
|
59
|
-
description: "no data"
|
|
60
|
-
},
|
|
61
|
-
result: {
|
|
62
|
-
text: "This is a type mainly used for basic alert pop-ups.",
|
|
63
|
-
title: "title"
|
|
64
|
-
},
|
|
65
|
-
selector: {
|
|
66
|
-
text: "selector"
|
|
67
|
-
},
|
|
68
|
-
alert: {
|
|
69
|
-
title: "Modal Title",
|
|
70
|
-
content: "This is a type mainly used for basic alert pop-ups",
|
|
71
|
-
confirm: "Confirm",
|
|
72
|
-
cancel: "Cancel",
|
|
73
|
-
delete: "Delete",
|
|
74
|
-
long: "This is a type mainly used for basic alert pop-ups..."
|
|
75
|
-
},
|
|
76
|
-
noticebar: {
|
|
77
|
-
title: "The morning moon is falling...",
|
|
78
|
-
content: "The morning moon is falling...",
|
|
79
|
-
button: "Button",
|
|
80
|
-
state: "Tag"
|
|
81
|
-
},
|
|
82
|
-
steps: {
|
|
83
|
-
title: "Step",
|
|
84
|
-
text: "Text",
|
|
85
|
-
content: "The morning moon is falling..."
|
|
86
|
-
},
|
|
87
|
-
divider: {
|
|
88
|
-
text: "Text"
|
|
89
|
-
},
|
|
90
|
-
footnav: {
|
|
91
|
-
text: "watchlist"
|
|
92
|
-
},
|
|
93
|
-
list: {
|
|
94
|
-
text: "Text Text Text Text Text Text",
|
|
95
|
-
title: "list"
|
|
96
|
-
}
|
|
97
|
-
};
|
|
1
|
+
export default {
|
|
2
|
+
message: {
|
|
3
|
+
hello: "Hello World"
|
|
4
|
+
},
|
|
5
|
+
button: {
|
|
6
|
+
loading: "loading",
|
|
7
|
+
default: "default",
|
|
8
|
+
primary: "primary",
|
|
9
|
+
secondary: "secondary",
|
|
10
|
+
warning: "warning",
|
|
11
|
+
warning_grey: "warning_grey",
|
|
12
|
+
tertiary: "tertiary",
|
|
13
|
+
tertiary_grey: "tertiary_grey",
|
|
14
|
+
wireframe: "wireframe",
|
|
15
|
+
primary_text: "primary_text",
|
|
16
|
+
warning_text: "warning_text",
|
|
17
|
+
tertiary_text: "tertiary_text",
|
|
18
|
+
link_text: "link_text",
|
|
19
|
+
small: "small",
|
|
20
|
+
medium: "medium",
|
|
21
|
+
large: "large",
|
|
22
|
+
disabled: "disabled",
|
|
23
|
+
block: "block",
|
|
24
|
+
buy: "buy",
|
|
25
|
+
sell: "sell",
|
|
26
|
+
text: "Button Text"
|
|
27
|
+
},
|
|
28
|
+
actionbar: {
|
|
29
|
+
text: "Actionbar",
|
|
30
|
+
filter: "Filter",
|
|
31
|
+
edit: "Edit",
|
|
32
|
+
add: "Add new",
|
|
33
|
+
delete: "Delete",
|
|
34
|
+
more: "More",
|
|
35
|
+
reset: "Reset",
|
|
36
|
+
create: "Create",
|
|
37
|
+
alert: "Alert",
|
|
38
|
+
chart: "Chart"
|
|
39
|
+
},
|
|
40
|
+
title: {
|
|
41
|
+
text: "title"
|
|
42
|
+
},
|
|
43
|
+
radio: {
|
|
44
|
+
text: "radio"
|
|
45
|
+
},
|
|
46
|
+
checkbox: {
|
|
47
|
+
text: "checkbox"
|
|
48
|
+
},
|
|
49
|
+
dropdown: {
|
|
50
|
+
text: "dropdown",
|
|
51
|
+
text1: "选中",
|
|
52
|
+
text2: "默认",
|
|
53
|
+
text3: "禁用"
|
|
54
|
+
},
|
|
55
|
+
tab: {
|
|
56
|
+
text: "tab"
|
|
57
|
+
},
|
|
58
|
+
empty: {
|
|
59
|
+
description: "no data"
|
|
60
|
+
},
|
|
61
|
+
result: {
|
|
62
|
+
text: "This is a type mainly used for basic alert pop-ups.",
|
|
63
|
+
title: "title"
|
|
64
|
+
},
|
|
65
|
+
selector: {
|
|
66
|
+
text: "selector"
|
|
67
|
+
},
|
|
68
|
+
alert: {
|
|
69
|
+
title: "Modal Title",
|
|
70
|
+
content: "This is a type mainly used for basic alert pop-ups",
|
|
71
|
+
confirm: "Confirm",
|
|
72
|
+
cancel: "Cancel",
|
|
73
|
+
delete: "Delete",
|
|
74
|
+
long: "This is a type mainly used for basic alert pop-ups..."
|
|
75
|
+
},
|
|
76
|
+
noticebar: {
|
|
77
|
+
title: "The morning moon is falling...",
|
|
78
|
+
content: "The morning moon is falling...",
|
|
79
|
+
button: "Button",
|
|
80
|
+
state: "Tag"
|
|
81
|
+
},
|
|
82
|
+
steps: {
|
|
83
|
+
title: "Step",
|
|
84
|
+
text: "Text",
|
|
85
|
+
content: "The morning moon is falling..."
|
|
86
|
+
},
|
|
87
|
+
divider: {
|
|
88
|
+
text: "Text"
|
|
89
|
+
},
|
|
90
|
+
footnav: {
|
|
91
|
+
text: "watchlist"
|
|
92
|
+
},
|
|
93
|
+
list: {
|
|
94
|
+
text: "Text Text Text Text Text Text",
|
|
95
|
+
title: "list"
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
98
|
|
package/dist/locale/zh.js
CHANGED
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
message: {
|
|
3
|
-
hello: "你好世界"
|
|
4
|
-
},
|
|
5
|
-
button: {
|
|
6
|
-
loading: "加载中",
|
|
7
|
-
default: "默认",
|
|
8
|
-
primary: "一级按钮",
|
|
9
|
-
secondary: "次要按钮",
|
|
10
|
-
warning: "警告按钮",
|
|
11
|
-
warning_grey: "警告灰",
|
|
12
|
-
tertiary: "第三按钮",
|
|
13
|
-
tertiary_grey: "第三灰",
|
|
14
|
-
wireframe: "线框按钮",
|
|
15
|
-
primary_text: "一级文字",
|
|
16
|
-
warning_text: "警告文字",
|
|
17
|
-
tertiary_text: "第三文字",
|
|
18
|
-
link_text: "链接文字",
|
|
19
|
-
small: "小尺寸",
|
|
20
|
-
medium: "中尺寸",
|
|
21
|
-
large: "大尺寸",
|
|
22
|
-
disabled: "禁用",
|
|
23
|
-
block: "块级按钮",
|
|
24
|
-
buy: "买",
|
|
25
|
-
sell: "卖",
|
|
26
|
-
text: "按钮文本"
|
|
27
|
-
},
|
|
28
|
-
actionbar: {
|
|
29
|
-
text: "工具条",
|
|
30
|
-
filter: "筛选",
|
|
31
|
-
edit: "编辑",
|
|
32
|
-
add: "添加",
|
|
33
|
-
delete: "删除",
|
|
34
|
-
more: "更多",
|
|
35
|
-
reset: "重置",
|
|
36
|
-
create: "新建",
|
|
37
|
-
alert: "对话框",
|
|
38
|
-
chart: "图表"
|
|
39
|
-
},
|
|
40
|
-
title: {
|
|
41
|
-
text: "标题"
|
|
42
|
-
},
|
|
43
|
-
radio: {
|
|
44
|
-
text: "单选"
|
|
45
|
-
},
|
|
46
|
-
checkbox: {
|
|
47
|
-
text: "复选框"
|
|
48
|
-
},
|
|
49
|
-
dropdown: {
|
|
50
|
-
text: "下拉菜单",
|
|
51
|
-
text1: "选中",
|
|
52
|
-
text2: "默认",
|
|
53
|
-
text3: "禁用"
|
|
54
|
-
},
|
|
55
|
-
tab: {
|
|
56
|
-
text: "选项卡"
|
|
57
|
-
},
|
|
58
|
-
empty: {
|
|
59
|
-
description: "无数据"
|
|
60
|
-
},
|
|
61
|
-
result: {
|
|
62
|
-
text: "这是一种主要用于基本警报弹出窗口的类型",
|
|
63
|
-
title: "标题"
|
|
64
|
-
},
|
|
65
|
-
selector: {
|
|
66
|
-
text: "选择器"
|
|
67
|
-
},
|
|
68
|
-
alert: {
|
|
69
|
-
title: "标题",
|
|
70
|
-
content: "这是一种主要用于基本警报弹出窗口的类型",
|
|
71
|
-
confirm: "确认",
|
|
72
|
-
cancel: "取消",
|
|
73
|
-
delete: "删除",
|
|
74
|
-
long: "这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型"
|
|
75
|
-
},
|
|
76
|
-
noticebar: {
|
|
77
|
-
title: "晓月坠,宿云微,无语枕频欹。",
|
|
78
|
-
content: "晓月坠,宿云微,无语枕频欹。梦回芳草思依依,天远雁声稀。啼莺散,馀花乱,寂寞画堂深院。片红休埽尽从伊,留待舞人归。",
|
|
79
|
-
button: "按钮",
|
|
80
|
-
state: "标签"
|
|
81
|
-
},
|
|
82
|
-
steps: {
|
|
83
|
-
title: "步骤条",
|
|
84
|
-
text: "文本",
|
|
85
|
-
content: "晓月坠,宿云微,无语枕频欹。梦回芳草思依依,天远雁声稀。"
|
|
86
|
-
},
|
|
87
|
-
divider: {
|
|
88
|
-
text: "文字信息"
|
|
89
|
-
},
|
|
90
|
-
footnav: {
|
|
91
|
-
text: "文字信息"
|
|
92
|
-
},
|
|
93
|
-
list: {
|
|
94
|
-
text: "信息列表",
|
|
95
|
-
title: "列表"
|
|
96
|
-
}
|
|
97
|
-
};
|
|
1
|
+
export default {
|
|
2
|
+
message: {
|
|
3
|
+
hello: "你好世界"
|
|
4
|
+
},
|
|
5
|
+
button: {
|
|
6
|
+
loading: "加载中",
|
|
7
|
+
default: "默认",
|
|
8
|
+
primary: "一级按钮",
|
|
9
|
+
secondary: "次要按钮",
|
|
10
|
+
warning: "警告按钮",
|
|
11
|
+
warning_grey: "警告灰",
|
|
12
|
+
tertiary: "第三按钮",
|
|
13
|
+
tertiary_grey: "第三灰",
|
|
14
|
+
wireframe: "线框按钮",
|
|
15
|
+
primary_text: "一级文字",
|
|
16
|
+
warning_text: "警告文字",
|
|
17
|
+
tertiary_text: "第三文字",
|
|
18
|
+
link_text: "链接文字",
|
|
19
|
+
small: "小尺寸",
|
|
20
|
+
medium: "中尺寸",
|
|
21
|
+
large: "大尺寸",
|
|
22
|
+
disabled: "禁用",
|
|
23
|
+
block: "块级按钮",
|
|
24
|
+
buy: "买",
|
|
25
|
+
sell: "卖",
|
|
26
|
+
text: "按钮文本"
|
|
27
|
+
},
|
|
28
|
+
actionbar: {
|
|
29
|
+
text: "工具条",
|
|
30
|
+
filter: "筛选",
|
|
31
|
+
edit: "编辑",
|
|
32
|
+
add: "添加",
|
|
33
|
+
delete: "删除",
|
|
34
|
+
more: "更多",
|
|
35
|
+
reset: "重置",
|
|
36
|
+
create: "新建",
|
|
37
|
+
alert: "对话框",
|
|
38
|
+
chart: "图表"
|
|
39
|
+
},
|
|
40
|
+
title: {
|
|
41
|
+
text: "标题"
|
|
42
|
+
},
|
|
43
|
+
radio: {
|
|
44
|
+
text: "单选"
|
|
45
|
+
},
|
|
46
|
+
checkbox: {
|
|
47
|
+
text: "复选框"
|
|
48
|
+
},
|
|
49
|
+
dropdown: {
|
|
50
|
+
text: "下拉菜单",
|
|
51
|
+
text1: "选中",
|
|
52
|
+
text2: "默认",
|
|
53
|
+
text3: "禁用"
|
|
54
|
+
},
|
|
55
|
+
tab: {
|
|
56
|
+
text: "选项卡"
|
|
57
|
+
},
|
|
58
|
+
empty: {
|
|
59
|
+
description: "无数据"
|
|
60
|
+
},
|
|
61
|
+
result: {
|
|
62
|
+
text: "这是一种主要用于基本警报弹出窗口的类型",
|
|
63
|
+
title: "标题"
|
|
64
|
+
},
|
|
65
|
+
selector: {
|
|
66
|
+
text: "选择器"
|
|
67
|
+
},
|
|
68
|
+
alert: {
|
|
69
|
+
title: "标题",
|
|
70
|
+
content: "这是一种主要用于基本警报弹出窗口的类型",
|
|
71
|
+
confirm: "确认",
|
|
72
|
+
cancel: "取消",
|
|
73
|
+
delete: "删除",
|
|
74
|
+
long: "这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型这是一种主要用于基本警报弹出窗口的类型"
|
|
75
|
+
},
|
|
76
|
+
noticebar: {
|
|
77
|
+
title: "晓月坠,宿云微,无语枕频欹。",
|
|
78
|
+
content: "晓月坠,宿云微,无语枕频欹。梦回芳草思依依,天远雁声稀。啼莺散,馀花乱,寂寞画堂深院。片红休埽尽从伊,留待舞人归。",
|
|
79
|
+
button: "按钮",
|
|
80
|
+
state: "标签"
|
|
81
|
+
},
|
|
82
|
+
steps: {
|
|
83
|
+
title: "步骤条",
|
|
84
|
+
text: "文本",
|
|
85
|
+
content: "晓月坠,宿云微,无语枕频欹。梦回芳草思依依,天远雁声稀。"
|
|
86
|
+
},
|
|
87
|
+
divider: {
|
|
88
|
+
text: "文字信息"
|
|
89
|
+
},
|
|
90
|
+
footnav: {
|
|
91
|
+
text: "文字信息"
|
|
92
|
+
},
|
|
93
|
+
list: {
|
|
94
|
+
text: "信息列表",
|
|
95
|
+
title: "列表"
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
98
|
|
package/dist/token.css
CHANGED
|
@@ -519,6 +519,7 @@ html[theme="dark"]{
|
|
|
519
519
|
--color-datalist-option_chain-bg-2:rgba(0,165,187,.08);
|
|
520
520
|
--color-datalist-option_chain-bg-3:rgba(118,118,128,.24);
|
|
521
521
|
--color-datalist-option_chain-bg-4:#2C2C2E;
|
|
522
|
+
--color-datalist-option_chain-divider:#0E0E10;
|
|
522
523
|
}
|
|
523
524
|
html{
|
|
524
525
|
--height-datalist-list:60px;
|
|
@@ -564,6 +565,7 @@ html{
|
|
|
564
565
|
--color-datalist-option_chain-bg-2:rgba(0,165,187,.08);
|
|
565
566
|
--color-datalist-option_chain-bg-3:#ebedf0;
|
|
566
567
|
--color-datalist-option_chain-bg-4:#ffffff;
|
|
568
|
+
--color-datalist-option_chain-divider:#ebedf0;
|
|
567
569
|
}
|
|
568
570
|
|
|
569
571
|
html[theme="dark"]{
|
|
@@ -644,15 +646,15 @@ html{
|
|
|
644
646
|
--color-datepicker-today_dot:rgba(0,0,0,.15);
|
|
645
647
|
--color-datepicker-date_mask-bg-active:rgba(27,196,125,.1);
|
|
646
648
|
}
|
|
647
|
-
:root {
|
|
648
|
-
--outline-visible: none; /* 默认不显示描边 */
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.vd-btn,.vd-divider,.vd-actionbar,.vd-actions,.vd-activityviews,.vd-badge,.vd-calendar,.vd-checkbox,.vd-radio,.vd-datalist,.vd-datetime-picker,.vd-dialog,.vd-dropdown-menu,.vd-dropdown-item,.vd-dropdown,
|
|
652
|
-
.vd-empty,.vd-footer,.vd-foot-nav,.vd-head-nav,.vd-input,.vd-stepper,.vd-search,.vd-password,.vd-list,.vd-loading,.vd-noticebar,.vd-page-break,.vd-popover,.vd-result,
|
|
653
|
-
.vd-selector,.vd-skeleton,.vd-slider,.vd-step,.vd-switch,.vd-tag,.vd-tabs,.vd-title,.vd-toast,.vd-upload{
|
|
654
|
-
outline: var(--outline-visible) solid rgba(255,0,0,.3);
|
|
655
|
-
}
|
|
649
|
+
:root {
|
|
650
|
+
--outline-visible: none; /* 默认不显示描边 */
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.vd-btn,.vd-divider,.vd-actionbar,.vd-actions,.vd-activityviews,.vd-badge,.vd-calendar,.vd-checkbox,.vd-radio,.vd-datalist,.vd-datetime-picker,.vd-dialog,.vd-dropdown-menu,.vd-dropdown-item,.vd-dropdown,
|
|
654
|
+
.vd-empty,.vd-footer,.vd-foot-nav,.vd-head-nav,.vd-input,.vd-stepper,.vd-search,.vd-password,.vd-list,.vd-loading,.vd-noticebar,.vd-page-break,.vd-popover,.vd-result,
|
|
655
|
+
.vd-selector,.vd-skeleton,.vd-slider,.vd-step,.vd-switch,.vd-tag,.vd-tabs,.vd-title,.vd-toast,.vd-upload{
|
|
656
|
+
outline: var(--outline-visible) solid rgba(255,0,0,.3);
|
|
657
|
+
}
|
|
656
658
|
|
|
657
659
|
|
|
658
660
|
html[theme="dark"]{
|
|
@@ -889,6 +891,7 @@ html[theme="dark"]{
|
|
|
889
891
|
--spacing-footnav-icon-margin_bottom:2px;
|
|
890
892
|
--icon-footnav-size:32px;
|
|
891
893
|
--color-footnav-text-default:rgba(235,235,245,.65);
|
|
894
|
+
--color-footnav-icon-default:rgba(242,245,255,.75);
|
|
892
895
|
--color-footnav-text-active:#1bc47d;
|
|
893
896
|
--color-footnav-bg:#0E0E10;
|
|
894
897
|
}
|
|
@@ -898,6 +901,7 @@ html{
|
|
|
898
901
|
--spacing-footnav-icon-margin_bottom:2px;
|
|
899
902
|
--icon-footnav-size:32px;
|
|
900
903
|
--color-footnav-text-default:rgba(0,0,0,.65);
|
|
904
|
+
--color-footnav-icon-default:rgba(0,0,0,.65);
|
|
901
905
|
--color-footnav-text-active:#1bc47d;
|
|
902
906
|
--color-footnav-bg:#ffffff;
|
|
903
907
|
}
|
|
@@ -999,7 +1003,7 @@ html[theme="dark"]{
|
|
|
999
1003
|
--yellow-c9:#A17E00;
|
|
1000
1004
|
--yellow-c10:#725900;
|
|
1001
1005
|
--yellow-c11:#513F00;
|
|
1002
|
-
--yellow-c12:#
|
|
1006
|
+
--yellow-c12:#40380C;
|
|
1003
1007
|
--yellow-opacity-1:rgba(255,199,0,.1);
|
|
1004
1008
|
--yellow-opacity-2:rgba(255,199,0,.2);
|
|
1005
1009
|
--yellow-opacity-3:rgba(255,199,0,.3);
|
|
@@ -1339,7 +1343,7 @@ html[theme="dark"]{
|
|
|
1339
1343
|
--tips-color-tips:#ffc700;
|
|
1340
1344
|
--tips-color-tips-press:#ffa819;
|
|
1341
1345
|
--tips-color-tips-disable:rgba(255,199,0,.3);
|
|
1342
|
-
--tips-color-tips-light:#
|
|
1346
|
+
--tips-color-tips-light:#40380C;
|
|
1343
1347
|
--tips-color-tips-light-press:#513F00;
|
|
1344
1348
|
--tips-color-warning:#eb5c31;
|
|
1345
1349
|
--tips-color-warning-press:#db2c0d;
|
|
@@ -1378,6 +1382,7 @@ html[theme="dark"]{
|
|
|
1378
1382
|
--color-quotes-stock_chart_point-bg:rgba(11,47,54,.8);
|
|
1379
1383
|
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-bg:#F2F5FF;
|
|
1380
1384
|
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-text:rgba(0,0,0,.85);
|
|
1385
|
+
--color-quotes-marketdepth_hide_data-mask:rgba(0,0,0,.10);
|
|
1381
1386
|
--color-trade-account_head_card_my-bg:#3A2D72;
|
|
1382
1387
|
--color-trade-account_head_card_ar-bg:#09825a;
|
|
1383
1388
|
}
|
|
@@ -1478,7 +1483,7 @@ html{
|
|
|
1478
1483
|
--yellow-c9:#A17E00;
|
|
1479
1484
|
--yellow-c10:#725900;
|
|
1480
1485
|
--yellow-c11:#513F00;
|
|
1481
|
-
--yellow-c12:#
|
|
1486
|
+
--yellow-c12:#40380C;
|
|
1482
1487
|
--yellow-opacity-1:rgba(255,199,0,.1);
|
|
1483
1488
|
--yellow-opacity-2:rgba(255,199,0,.2);
|
|
1484
1489
|
--yellow-opacity-3:rgba(255,199,0,.3);
|
|
@@ -1857,6 +1862,7 @@ html{
|
|
|
1857
1862
|
--color-quotes-stock_chart_point-bg:rgba(230,248,250,.8);
|
|
1858
1863
|
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-bg:rgba(0,0,0,.85);
|
|
1859
1864
|
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-text:#ffffff;
|
|
1865
|
+
--color-quotes-marketdepth_hide_data-mask:rgba(255,255,255,.15);
|
|
1860
1866
|
--color-trade-account_head_card_my-bg:#3A2D72;
|
|
1861
1867
|
--color-trade-account_head_card_ar-bg:#1bc47d;
|
|
1862
1868
|
}
|
|
@@ -2111,7 +2117,7 @@ html[theme="dark"]{
|
|
|
2111
2117
|
--color-noticebar-snackbar_warning-bg:#3C1A14;
|
|
2112
2118
|
--color-noticebar-snackbar_warning-text:#ffdedd;
|
|
2113
2119
|
--color-noticebar-snackbar_warning-icon:rgba(255,222,221,.6);
|
|
2114
|
-
--color-noticebar-snackbar_tips-bg:#
|
|
2120
|
+
--color-noticebar-snackbar_tips-bg:#40380C;
|
|
2115
2121
|
--color-noticebar-snackbar_tips-text:#fff6ca;
|
|
2116
2122
|
--color-noticebar-snackbar_tips-icon:rgba(255,246,202,.6);
|
|
2117
2123
|
--color-noticebar-notification-bg:#2C2C2E;
|
|
@@ -2155,8 +2161,8 @@ html{
|
|
|
2155
2161
|
--color-noticebar-snackbar_warning-text:#eb5c31;
|
|
2156
2162
|
--color-noticebar-snackbar_warning-icon:rgba(235,92,49,.6);
|
|
2157
2163
|
--color-noticebar-snackbar_tips-bg:#fffbe4;
|
|
2158
|
-
--color-noticebar-snackbar_tips-text:#
|
|
2159
|
-
--color-noticebar-snackbar_tips-icon:rgba(
|
|
2164
|
+
--color-noticebar-snackbar_tips-text:#A17E00;
|
|
2165
|
+
--color-noticebar-snackbar_tips-icon:rgba(161,126,0,.6);
|
|
2160
2166
|
--color-noticebar-notification-bg:#ffffff;
|
|
2161
2167
|
--color-noticebar-notification-text:rgba(0,0,0,.85);
|
|
2162
2168
|
--color-noticebar-notification_tag_success-bg:rgba(27,196,125,.2);
|
|
@@ -2619,7 +2625,7 @@ html{
|
|
|
2619
2625
|
html[theme="dark"]{
|
|
2620
2626
|
--height-tab-primary:56px;
|
|
2621
2627
|
--height-tab-primary-bar:3px;
|
|
2622
|
-
--height-tab-secondary:
|
|
2628
|
+
--height-tab-secondary:44px;
|
|
2623
2629
|
--height-tab-secondary-bar:2px;
|
|
2624
2630
|
--height-tab-capsule:48px;
|
|
2625
2631
|
--height-tab-capsule_btn:28px;
|
|
@@ -2706,7 +2712,7 @@ html[theme="dark"]{
|
|
|
2706
2712
|
html{
|
|
2707
2713
|
--height-tab-primary:56px;
|
|
2708
2714
|
--height-tab-primary-bar:3px;
|
|
2709
|
-
--height-tab-secondary:
|
|
2715
|
+
--height-tab-secondary:44px;
|
|
2710
2716
|
--height-tab-secondary-bar:2px;
|
|
2711
2717
|
--height-tab-capsule:48px;
|
|
2712
2718
|
--height-tab-capsule_btn:28px;
|