vdesign-ui 0.2.12 → 0.2.13
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 +281 -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 +2988 -2988
- package/dist/vdesign-ui.common.js +104 -103
- package/dist/vdesign-ui.css +1 -1
- package/dist/vdesign-ui.umd.js +104 -103
- 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
|
|