@kordar/easyui-tpl 2.0.6 → 2.0.8
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.cjs.map +1 -1
- package/dist/public/en.json +164 -2
- package/dist/public/themes/modern-blue/accordion.css +89 -0
- package/dist/public/themes/modern-blue/calendar.css +213 -0
- package/dist/public/themes/modern-blue/checkbox.css +31 -0
- package/dist/public/themes/modern-blue/combo.css +35 -0
- package/dist/public/themes/modern-blue/combobox.css +40 -0
- package/dist/public/themes/modern-blue/datagrid.css +305 -0
- package/dist/public/themes/modern-blue/datalist.css +95 -0
- package/dist/public/themes/modern-blue/datebox.css +36 -0
- package/dist/public/themes/modern-blue/dialog.css +47 -0
- package/dist/public/themes/modern-blue/drawer.css +15 -0
- package/dist/public/themes/modern-blue/easyui.css +4750 -0
- package/dist/public/themes/modern-blue/filebox.css +20 -0
- package/dist/public/themes/modern-blue/flex.css +52 -0
- package/dist/public/themes/modern-blue/images/accordion_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/blank.gif +0 -0
- package/dist/public/themes/modern-blue/images/calendar_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/combo_arrow.png +0 -0
- package/dist/public/themes/modern-blue/images/datagrid_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/datebox_arrow.png +0 -0
- package/dist/public/themes/modern-blue/images/layout_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/linkbutton_bg.png +0 -0
- package/dist/public/themes/modern-blue/images/loading.gif +0 -0
- package/dist/public/themes/modern-blue/images/menu_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/messager_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/messager_icons16.png +0 -0
- package/dist/public/themes/modern-blue/images/pagination_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/panel_tools.png +0 -0
- package/dist/public/themes/modern-blue/images/passwordbox_close.png +0 -0
- package/dist/public/themes/modern-blue/images/passwordbox_open.png +0 -0
- package/dist/public/themes/modern-blue/images/searchbox_button.png +0 -0
- package/dist/public/themes/modern-blue/images/slider_handle.png +0 -0
- package/dist/public/themes/modern-blue/images/spinner_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/tabs_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/tagbox_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/tree_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/validatebox_warning.png +0 -0
- package/dist/public/themes/modern-blue/layout.css +150 -0
- package/dist/public/themes/modern-blue/linkbutton.css +203 -0
- package/dist/public/themes/modern-blue/menu.css +119 -0
- package/dist/public/themes/modern-blue/menubutton.css +94 -0
- package/dist/public/themes/modern-blue/messager.css +74 -0
- package/dist/public/themes/modern-blue/numberbox.css +0 -0
- package/dist/public/themes/modern-blue/pagination.css +77 -0
- package/dist/public/themes/modern-blue/panel.css +276 -0
- package/dist/public/themes/modern-blue/passwordbox.css +6 -0
- package/dist/public/themes/modern-blue/progressbar.css +33 -0
- package/dist/public/themes/modern-blue/propertygrid.css +27 -0
- package/dist/public/themes/modern-blue/radiobutton.css +25 -0
- package/dist/public/themes/modern-blue/searchbox.css +61 -0
- package/dist/public/themes/modern-blue/sidemenu.css +78 -0
- package/dist/public/themes/modern-blue/slider.css +101 -0
- package/dist/public/themes/modern-blue/spinner.css +114 -0
- package/dist/public/themes/modern-blue/splitbutton.css +12 -0
- package/dist/public/themes/modern-blue/switchbutton.css +83 -0
- package/dist/public/themes/modern-blue/tabs.css +415 -0
- package/dist/public/themes/modern-blue/tagbox.css +44 -0
- package/dist/public/themes/modern-blue/textbox.css +173 -0
- package/dist/public/themes/modern-blue/timepicker.css +93 -0
- package/dist/public/themes/modern-blue/tooltip.css +101 -0
- package/dist/public/themes/modern-blue/tree.css +168 -0
- package/dist/public/themes/modern-blue/validatebox.css +13 -0
- package/dist/public/themes/modern-blue/window.css +188 -0
- package/dist/public/zh_CN.json +130 -250
- package/dist/types/components/Card.d.ts +29 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/views/home/index.d.ts +2 -3
- package/dist/types/views/login/header.d.ts +9 -0
- package/dist/types/views/page/404.d.ts +2 -3
- package/package.json +6 -5
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
.window {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
padding: 5px;
|
|
4
|
+
border-width: 1px;
|
|
5
|
+
border-style: solid;
|
|
6
|
+
}
|
|
7
|
+
.window .window-header {
|
|
8
|
+
background: transparent;
|
|
9
|
+
padding: 0px 0px 6px 0px;
|
|
10
|
+
}
|
|
11
|
+
.window .window-body {
|
|
12
|
+
border-width: 1px;
|
|
13
|
+
border-style: solid;
|
|
14
|
+
border-top-width: 0px;
|
|
15
|
+
}
|
|
16
|
+
.window .window-body-noheader {
|
|
17
|
+
border-top-width: 1px;
|
|
18
|
+
}
|
|
19
|
+
.window .panel-body-nobottom {
|
|
20
|
+
border-bottom-width: 0;
|
|
21
|
+
}
|
|
22
|
+
.window .window-header .panel-icon,
|
|
23
|
+
.window .window-header .panel-tool {
|
|
24
|
+
top: 50%;
|
|
25
|
+
margin-top: -11px;
|
|
26
|
+
}
|
|
27
|
+
.window .window-header .panel-icon {
|
|
28
|
+
left: 1px;
|
|
29
|
+
}
|
|
30
|
+
.window .window-header .panel-tool {
|
|
31
|
+
right: 1px;
|
|
32
|
+
}
|
|
33
|
+
.window .window-header .panel-with-icon {
|
|
34
|
+
padding-left: 18px;
|
|
35
|
+
}
|
|
36
|
+
.window-proxy {
|
|
37
|
+
position: absolute;
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
}
|
|
40
|
+
.window-proxy-mask {
|
|
41
|
+
position: absolute;
|
|
42
|
+
filter: alpha(opacity=5);
|
|
43
|
+
opacity: 0.05;
|
|
44
|
+
}
|
|
45
|
+
.window-mask {
|
|
46
|
+
position: absolute;
|
|
47
|
+
left: 0;
|
|
48
|
+
top: 0;
|
|
49
|
+
width: 100%;
|
|
50
|
+
height: 100%;
|
|
51
|
+
filter: alpha(opacity=40);
|
|
52
|
+
opacity: 0.40;
|
|
53
|
+
font-size: 1px;
|
|
54
|
+
overflow: hidden;
|
|
55
|
+
}
|
|
56
|
+
.window,
|
|
57
|
+
.window-shadow {
|
|
58
|
+
position: absolute;
|
|
59
|
+
-moz-border-radius: .375rem;
|
|
60
|
+
-webkit-border-radius: .375rem;
|
|
61
|
+
border-radius: .375rem;
|
|
62
|
+
}
|
|
63
|
+
.window-shadow {
|
|
64
|
+
background: hsl(214 22% 88%);
|
|
65
|
+
-moz-box-shadow: 2px 2px 3px hsl(214 22% 88%);
|
|
66
|
+
-webkit-box-shadow: 2px 2px 3px hsl(214 22% 88%);
|
|
67
|
+
box-shadow: 2px 2px 3px hsl(214 22% 88%);
|
|
68
|
+
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
|
|
69
|
+
}
|
|
70
|
+
.window,
|
|
71
|
+
.window .window-body {
|
|
72
|
+
border-color: hsl(214 22% 88%);
|
|
73
|
+
}
|
|
74
|
+
.window {
|
|
75
|
+
background-color: hsl(216 30% 91%);
|
|
76
|
+
background: -webkit-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 20%);
|
|
77
|
+
background: -moz-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 20%);
|
|
78
|
+
background: -o-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 20%);
|
|
79
|
+
background: linear-gradient(to bottom,hsl(220 45% 98%) 0,hsl(216 30% 91%) 20%);
|
|
80
|
+
background-repeat: repeat-x;
|
|
81
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(220 45% 98%),endColorstr=hsl(216 30% 91%),GradientType=0);
|
|
82
|
+
}
|
|
83
|
+
.window-proxy {
|
|
84
|
+
border: 1px dashed hsl(214 22% 88%);
|
|
85
|
+
}
|
|
86
|
+
.window-proxy-mask,
|
|
87
|
+
.window-mask {
|
|
88
|
+
background: hsl(214 22% 88%);
|
|
89
|
+
}
|
|
90
|
+
.window .panel-footer {
|
|
91
|
+
border: 1px solid hsl(214 22% 88%);
|
|
92
|
+
position: relative;
|
|
93
|
+
top: -1px;
|
|
94
|
+
}
|
|
95
|
+
.window-thinborder {
|
|
96
|
+
padding: 0;
|
|
97
|
+
}
|
|
98
|
+
.window-thinborder .window-header {
|
|
99
|
+
padding: 5px 5px 6px 5px;
|
|
100
|
+
}
|
|
101
|
+
.window-thinborder .window-body {
|
|
102
|
+
border-width: 0px;
|
|
103
|
+
}
|
|
104
|
+
.window-thinborder .window-footer {
|
|
105
|
+
border-left: transparent;
|
|
106
|
+
border-right: transparent;
|
|
107
|
+
border-bottom: transparent;
|
|
108
|
+
}
|
|
109
|
+
.window-thinborder .window-header .panel-icon,
|
|
110
|
+
.window-thinborder .window-header .panel-tool {
|
|
111
|
+
margin-top: -9px;
|
|
112
|
+
margin-left: 5px;
|
|
113
|
+
margin-right: 5px;
|
|
114
|
+
}
|
|
115
|
+
.window-noborder {
|
|
116
|
+
border: 0;
|
|
117
|
+
}
|
|
118
|
+
.window.panel-hleft .window-header {
|
|
119
|
+
padding: 0 6px 0 0;
|
|
120
|
+
}
|
|
121
|
+
.window.panel-hright .window-header {
|
|
122
|
+
padding: 0 0 0 6px;
|
|
123
|
+
}
|
|
124
|
+
.window.panel-hleft>.panel-header .panel-title {
|
|
125
|
+
top: auto;
|
|
126
|
+
left: 16px;
|
|
127
|
+
}
|
|
128
|
+
.window.panel-hright>.panel-header .panel-title {
|
|
129
|
+
top: auto;
|
|
130
|
+
right: 16px;
|
|
131
|
+
}
|
|
132
|
+
.window.panel-hleft>.panel-header .panel-title-up,
|
|
133
|
+
.window.panel-hright>.panel-header .panel-title-up {
|
|
134
|
+
bottom: 0;
|
|
135
|
+
}
|
|
136
|
+
.window.panel-hleft .window-body {
|
|
137
|
+
border-width: 1px 1px 1px 0;
|
|
138
|
+
}
|
|
139
|
+
.window.panel-hright .window-body {
|
|
140
|
+
border-width: 1px 0 1px 1px;
|
|
141
|
+
}
|
|
142
|
+
.window.panel-hleft .window-header .panel-icon {
|
|
143
|
+
top: 1px;
|
|
144
|
+
margin-top: 0;
|
|
145
|
+
left: 0;
|
|
146
|
+
}
|
|
147
|
+
.window.panel-hright .window-header .panel-icon {
|
|
148
|
+
top: 1px;
|
|
149
|
+
margin-top: 0;
|
|
150
|
+
left: auto;
|
|
151
|
+
right: 1px;
|
|
152
|
+
}
|
|
153
|
+
.window.panel-hleft .window-header .panel-tool,
|
|
154
|
+
.window.panel-hright .window-header .panel-tool {
|
|
155
|
+
margin-top: 0;
|
|
156
|
+
top: auto;
|
|
157
|
+
bottom: 1px;
|
|
158
|
+
right: auto;
|
|
159
|
+
margin-right: 0;
|
|
160
|
+
left: 50%;
|
|
161
|
+
margin-left: -11px;
|
|
162
|
+
}
|
|
163
|
+
.window.panel-hright .window-header .panel-tool {
|
|
164
|
+
left: auto;
|
|
165
|
+
right: 1px;
|
|
166
|
+
}
|
|
167
|
+
.window-thinborder.panel-hleft .window-header {
|
|
168
|
+
padding: 5px 6px 5px 5px;
|
|
169
|
+
}
|
|
170
|
+
.window-thinborder.panel-hright .window-header {
|
|
171
|
+
padding: 5px 5px 5px 6px;
|
|
172
|
+
}
|
|
173
|
+
.window-thinborder.panel-hleft>.panel-header .panel-title {
|
|
174
|
+
left: 21px;
|
|
175
|
+
}
|
|
176
|
+
.window-thinborder.panel-hleft>.panel-header .panel-title-up,
|
|
177
|
+
.window-thinborder.panel-hright>.panel-header .panel-title-up {
|
|
178
|
+
bottom: 5px;
|
|
179
|
+
}
|
|
180
|
+
.window-thinborder.panel-hleft .window-header .panel-icon,
|
|
181
|
+
.window-thinborder.panel-hright .window-header .panel-icon {
|
|
182
|
+
margin-top: 5px;
|
|
183
|
+
}
|
|
184
|
+
.window-thinborder.panel-hleft .window-header .panel-tool,
|
|
185
|
+
.window-thinborder.panel-hright .window-header .panel-tool {
|
|
186
|
+
left: 16px;
|
|
187
|
+
bottom: 5px;
|
|
188
|
+
}
|
package/dist/public/zh_CN.json
CHANGED
|
@@ -2,275 +2,154 @@
|
|
|
2
2
|
"Page": {
|
|
3
3
|
"Dict": {
|
|
4
4
|
"title": "字典管理",
|
|
5
|
-
"params":
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"fields": {
|
|
18
|
-
"name": {
|
|
19
|
-
"placeholder": "",
|
|
20
|
-
"label": "字典名称"
|
|
21
|
-
},
|
|
22
|
-
"sign": {
|
|
23
|
-
"placeholder": "",
|
|
24
|
-
"label": "字典标识符"
|
|
25
|
-
},
|
|
26
|
-
"remark": {
|
|
27
|
-
"placeholder": "",
|
|
28
|
-
"label": "备注"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
5
|
+
"params.add.text": "新增字典",
|
|
6
|
+
"params.update.text": "更新字典【{#name}】",
|
|
7
|
+
"params.item_list.text": "字典项",
|
|
8
|
+
"params.item_list.title": "字典项列表【{#name}】",
|
|
9
|
+
"fields.name.label": "字典名称",
|
|
10
|
+
"fields.name.placeholder": "",
|
|
11
|
+
"fields.sign.label": "字典标识符",
|
|
12
|
+
"fields.sign.placeholder": "",
|
|
13
|
+
"fields.remark.label": "备注",
|
|
14
|
+
"fields.remark.placeholder": ""
|
|
31
15
|
},
|
|
32
16
|
"DictItem": {
|
|
33
|
-
"
|
|
34
|
-
"fields":
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"value": {
|
|
40
|
-
"placeholder": "",
|
|
41
|
-
"label": "值"
|
|
42
|
-
},
|
|
43
|
-
"data": {
|
|
44
|
-
"placeholder": "",
|
|
45
|
-
"label": "数据"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
17
|
+
"fields.label.label": "字典项",
|
|
18
|
+
"fields.label.placeholder": "",
|
|
19
|
+
"fields.value.label": "值",
|
|
20
|
+
"fields.value.placeholder": "",
|
|
21
|
+
"fields.data.label": "数据",
|
|
22
|
+
"fields.data.placeholder": ""
|
|
48
23
|
},
|
|
49
24
|
"Login": {
|
|
50
25
|
"title": "后台管理系统",
|
|
51
|
-
"params":
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"fields":
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"placeholder": "验证码"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
26
|
+
"params.header.title": "*****",
|
|
27
|
+
"params.header.subtitle": "实验室与设备管理系统",
|
|
28
|
+
"params.header.slogan": "专业 · 高效 · 便捷",
|
|
29
|
+
"params.submit.text": "登录",
|
|
30
|
+
"params.remember.text": "记住密码",
|
|
31
|
+
"params.tips.loginError": "登录失败,请检查账号密码或验证码",
|
|
32
|
+
"params.submitting.text": "登录中...",
|
|
33
|
+
"fields.username.label": "用户名",
|
|
34
|
+
"fields.username.placeholder": "请输入用户名",
|
|
35
|
+
"fields.username.icon": "icon-username2",
|
|
36
|
+
"fields.password.label": "密码",
|
|
37
|
+
"fields.password.placeholder": "请输入密码",
|
|
38
|
+
"fields.password.icon": "icon-password",
|
|
39
|
+
"fields.code.label": "验证码",
|
|
40
|
+
"fields.code.placeholder": "验证码",
|
|
41
|
+
"fields.code.icon": "icon-captcha",
|
|
42
|
+
"fields.remember.label": "记住密码"
|
|
71
43
|
},
|
|
72
44
|
"Admin": {
|
|
73
|
-
"fields":
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"label": "用户名"
|
|
82
|
-
},
|
|
83
|
-
"phone": {
|
|
84
|
-
"label": "手机号"
|
|
85
|
-
},
|
|
86
|
-
"status": {
|
|
87
|
-
"label": "状态"
|
|
88
|
-
},
|
|
89
|
-
"type": {
|
|
90
|
-
"label": "类型"
|
|
91
|
-
},
|
|
92
|
-
"version": {
|
|
93
|
-
"label": "版本"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"params": {
|
|
97
|
-
"update": {
|
|
98
|
-
"text": "更新用户【{#name}】"
|
|
99
|
-
}
|
|
100
|
-
}
|
|
45
|
+
"fields.id.label": "用户ID",
|
|
46
|
+
"fields.username.label": "账号",
|
|
47
|
+
"fields.name.label": "用户名",
|
|
48
|
+
"fields.phone.label": "手机号",
|
|
49
|
+
"fields.status.label": "状态",
|
|
50
|
+
"fields.type.label": "类型",
|
|
51
|
+
"fields.version.label": "版本",
|
|
52
|
+
"params.update.text": "更新用户【{#name}】"
|
|
101
53
|
},
|
|
102
54
|
"Setting": {
|
|
103
|
-
"fields":
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"position": {
|
|
119
|
-
"label": "位置"
|
|
120
|
-
},
|
|
121
|
-
"router_name": {
|
|
122
|
-
"label": "路由",
|
|
123
|
-
"placeholder": "请选择路由"
|
|
124
|
-
},
|
|
125
|
-
"url": {
|
|
126
|
-
"label": "URL",
|
|
127
|
-
"placeholder": ""
|
|
128
|
-
},
|
|
129
|
-
"pid": {
|
|
130
|
-
"label": "上级栏目"
|
|
131
|
-
},
|
|
132
|
-
"sort": {
|
|
133
|
-
"label": "排序"
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
"params": {
|
|
137
|
-
"none_parent": "无",
|
|
138
|
-
"router_title": "路由列表"
|
|
139
|
-
}
|
|
55
|
+
"fields.title.label": "标题",
|
|
56
|
+
"fields.title.placeholder": "请填写项目名称",
|
|
57
|
+
"fields.icon.label": "图标",
|
|
58
|
+
"fields.icon.placeholder": "请选择图标",
|
|
59
|
+
"fields.active.label": "状态",
|
|
60
|
+
"fields.type.label": "类型",
|
|
61
|
+
"fields.position.label": "位置",
|
|
62
|
+
"fields.router_name.label": "路由",
|
|
63
|
+
"fields.router_name.placeholder": "请选择路由",
|
|
64
|
+
"fields.url.label": "URL",
|
|
65
|
+
"fields.url.placeholder": "",
|
|
66
|
+
"fields.pid.label": "上级栏目",
|
|
67
|
+
"fields.sort.label": "排序",
|
|
68
|
+
"params.none_parent": "无",
|
|
69
|
+
"params.router_title": "路由列表"
|
|
140
70
|
},
|
|
141
71
|
"Router": {
|
|
142
|
-
"fields":
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
"placeholder": "请输入/选择URL"
|
|
150
|
-
},
|
|
151
|
-
"type": {
|
|
152
|
-
"label": "路由类型"
|
|
153
|
-
},
|
|
154
|
-
"data": {
|
|
155
|
-
"label": "扩展数据"
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
"params": {
|
|
159
|
-
"update": {
|
|
160
|
-
"text": "更新路由: {#name}"
|
|
161
|
-
}
|
|
162
|
-
}
|
|
72
|
+
"fields.name.label": "路由名称",
|
|
73
|
+
"fields.name.placeholder": "请填写路由名称",
|
|
74
|
+
"fields.url.label": "URL",
|
|
75
|
+
"fields.url.placeholder": "请输入/选择URL",
|
|
76
|
+
"fields.type.label": "路由类型",
|
|
77
|
+
"fields.data.label": "扩展数据",
|
|
78
|
+
"params.update.text": "更新路由: {#name}"
|
|
163
79
|
},
|
|
164
80
|
"Roles": {
|
|
165
|
-
"fields":
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"rule_name": {
|
|
174
|
-
"label": "规则"
|
|
175
|
-
},
|
|
176
|
-
"description": {
|
|
177
|
-
"label": "描述",
|
|
178
|
-
"placeholder": "请输入描述信息"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"params": {
|
|
182
|
-
"assign_role_list": {
|
|
183
|
-
"text": "分配所属角色"
|
|
184
|
-
},
|
|
185
|
-
"assign_permission": {
|
|
186
|
-
"text": "权限划分【{#name}】"
|
|
187
|
-
}
|
|
188
|
-
}
|
|
81
|
+
"fields.name.label": "角色名称",
|
|
82
|
+
"fields.name.placeholder": "请填写角色名称",
|
|
83
|
+
"fields.type.label": "类型",
|
|
84
|
+
"fields.rule_name.label": "规则",
|
|
85
|
+
"fields.description.label": "描述",
|
|
86
|
+
"fields.description.placeholder": "请输入描述信息",
|
|
87
|
+
"params.assign_role_list.text": "分配所属角色",
|
|
88
|
+
"params.assign_permission.text": "权限划分【{#name}】"
|
|
189
89
|
},
|
|
190
90
|
"Permissions": {
|
|
191
|
-
"fields":
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
"params":
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
91
|
+
"fields.name.label": "权限名称",
|
|
92
|
+
"fields.name.placeholder": "请填写权限名称",
|
|
93
|
+
"fields.type.label": "类型",
|
|
94
|
+
"fields.rule_name.label": "规则",
|
|
95
|
+
"fields.description.label": "描述",
|
|
96
|
+
"fields.description.placeholder": "请输入描述信息",
|
|
97
|
+
"fields.fast_add_resource.label": "资源标识符",
|
|
98
|
+
"fields.fast_add_resource.placeholder": "资源标识符",
|
|
99
|
+
"fields.fast_add_name.label": "资源描述",
|
|
100
|
+
"fields.fast_add_name.placeholder": "资源描述名称",
|
|
101
|
+
"params.fast_add.text": "快速生成权限"
|
|
102
|
+
},
|
|
103
|
+
"404": {
|
|
104
|
+
"params.title": "抱歉,您访问的页面不存在或已被移除。",
|
|
105
|
+
"params.back.text": "返回首页",
|
|
106
|
+
"params.back_to_prev.text": "返回上一页",
|
|
107
|
+
"params.description": "您可以选择返回首页或上一页继续浏览。"
|
|
108
|
+
},
|
|
109
|
+
"Home": {
|
|
110
|
+
"params.app_state": "App 状态",
|
|
111
|
+
"params.user_info": "用户信息",
|
|
112
|
+
"params.layout_state": "Layout 状态",
|
|
113
|
+
"params.welcome": "欢迎使用",
|
|
114
|
+
"params.theme": "当前主题",
|
|
115
|
+
"params.locale": "当前语言",
|
|
116
|
+
"params.sidebar_state": "侧边栏状态",
|
|
117
|
+
"params.history_path": "历史路径",
|
|
118
|
+
"params.username": "用户名",
|
|
119
|
+
"params.user_id": "用户ID",
|
|
120
|
+
"params.version": "版本",
|
|
121
|
+
"params.avatar": "头像",
|
|
122
|
+
"params.tab_count": "已打开标签页",
|
|
123
|
+
"params.tab_id": "当前选中 Tab ID",
|
|
124
|
+
"params.menu_path": "菜单选择路径",
|
|
125
|
+
"params.expanded": "展开",
|
|
126
|
+
"params.collapsed": "收起",
|
|
127
|
+
"params.no_data": "-",
|
|
128
|
+
"params.tab_count_unit": "个",
|
|
129
|
+
"params.path_join": " > ",
|
|
130
|
+
"params.welcome.p1": "欢迎来到后台管理系统!这是首页,您可以在这里查看系统的基本状态信息。",
|
|
131
|
+
"params.welcome.p2": "从左侧菜单选择功能开始使用,顶部可以切换语言和主题。"
|
|
220
132
|
},
|
|
221
133
|
"Common": {
|
|
222
|
-
"fields":
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
"params":
|
|
237
|
-
"submit": {
|
|
238
|
-
"text": "提交"
|
|
239
|
-
},
|
|
240
|
-
"cancel": {
|
|
241
|
-
"text": "取消"
|
|
242
|
-
},
|
|
243
|
-
"save": {
|
|
244
|
-
"text": "保存"
|
|
245
|
-
},
|
|
246
|
-
"close": {
|
|
247
|
-
"text": "关闭"
|
|
248
|
-
},
|
|
249
|
-
"refresh": {
|
|
250
|
-
"text": "刷新"
|
|
251
|
-
},
|
|
252
|
-
"add": {
|
|
253
|
-
"text": "新增"
|
|
254
|
-
},
|
|
255
|
-
"update": {
|
|
256
|
-
"text": "更新"
|
|
257
|
-
},
|
|
258
|
-
"search": {
|
|
259
|
-
"text": "查询"
|
|
260
|
-
},
|
|
261
|
-
"batch_remove": {
|
|
262
|
-
"text": "批量删除"
|
|
263
|
-
},
|
|
264
|
-
"reset": {
|
|
265
|
-
"text": "重置"
|
|
266
|
-
},
|
|
267
|
-
"output": {
|
|
268
|
-
"text": "导出"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
134
|
+
"fields._serial.label": "序号",
|
|
135
|
+
"fields.create_time.label": "创建时间",
|
|
136
|
+
"fields.update_time.label": "更新时间",
|
|
137
|
+
"fields.sort.label": "排序",
|
|
138
|
+
"params.submit.text": "提交",
|
|
139
|
+
"params.cancel.text": "取消",
|
|
140
|
+
"params.save.text": "保存",
|
|
141
|
+
"params.close.text": "关闭",
|
|
142
|
+
"params.refresh.text": "刷新",
|
|
143
|
+
"params.add.text": "新增",
|
|
144
|
+
"params.update.text": "更新",
|
|
145
|
+
"params.search.text": "查询",
|
|
146
|
+
"params.batch_remove.text": "批量删除",
|
|
147
|
+
"params.reset.text": "重置",
|
|
148
|
+
"params.output.text": "导出"
|
|
271
149
|
}
|
|
272
150
|
},
|
|
273
151
|
"Message": {
|
|
152
|
+
"confirm_warn": "警告",
|
|
274
153
|
"confirm_del_title": "警告",
|
|
275
154
|
"confirm_del_msg": "确定删除该记录?",
|
|
276
155
|
"checkbox_no_empty": "待操作的数据不能为空",
|
|
@@ -281,6 +160,7 @@
|
|
|
281
160
|
"confirm_logout": "确定退出该系统?"
|
|
282
161
|
},
|
|
283
162
|
"App": {
|
|
284
|
-
"title": "后台管理系统"
|
|
163
|
+
"title": "后台管理系统",
|
|
164
|
+
"copyright_text": "2025 xxxxxxx · xxxxxxx"
|
|
285
165
|
}
|
|
286
166
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React, { FC, ReactNode } from "react";
|
|
2
|
+
interface CardProps {
|
|
3
|
+
title?: ReactNode;
|
|
4
|
+
icon?: string;
|
|
5
|
+
children?: ReactNode;
|
|
6
|
+
content?: ReactNode;
|
|
7
|
+
footer?: ReactNode;
|
|
8
|
+
colSpan?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
}
|
|
12
|
+
export declare const Card: FC<CardProps>;
|
|
13
|
+
export declare const CardInfoItem: FC<{
|
|
14
|
+
label: string;
|
|
15
|
+
value: ReactNode;
|
|
16
|
+
isLast?: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const CardBadge: FC<{
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
type?: "default" | "success" | "warning" | "error" | "info";
|
|
21
|
+
}>;
|
|
22
|
+
export declare const CardTextValue: FC<{
|
|
23
|
+
children: ReactNode;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const CardEllipsisText: FC<{
|
|
26
|
+
children: ReactNode;
|
|
27
|
+
maxWidth?: string;
|
|
28
|
+
}>;
|
|
29
|
+
export {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ import PaginationPanel from "./components/PaginationPanel";
|
|
|
32
32
|
import SettingBarItem from "./components/SettingBarItem";
|
|
33
33
|
import { EasyUITooltip as Tooltip } from "./components/Tooltip";
|
|
34
34
|
import { default as RememberMeBox } from "./components/RememberMeBox";
|
|
35
|
+
export { Card, CardInfoItem, CardBadge, CardTextValue, CardEllipsisText } from "./components/Card";
|
|
35
36
|
import withDocHoc from "./hoc/withDocHoc";
|
|
36
37
|
export interface AdminConfig {
|
|
37
38
|
request: Request;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export default Home;
|
|
1
|
+
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export default NotFoundPage;
|
|
1
|
+
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default _default;
|