@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.
Files changed (75) hide show
  1. package/dist/index.js +2 -2
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.umd.cjs +2 -2
  5. package/dist/index.umd.cjs.map +1 -1
  6. package/dist/public/en.json +164 -2
  7. package/dist/public/themes/modern-blue/accordion.css +89 -0
  8. package/dist/public/themes/modern-blue/calendar.css +213 -0
  9. package/dist/public/themes/modern-blue/checkbox.css +31 -0
  10. package/dist/public/themes/modern-blue/combo.css +35 -0
  11. package/dist/public/themes/modern-blue/combobox.css +40 -0
  12. package/dist/public/themes/modern-blue/datagrid.css +305 -0
  13. package/dist/public/themes/modern-blue/datalist.css +95 -0
  14. package/dist/public/themes/modern-blue/datebox.css +36 -0
  15. package/dist/public/themes/modern-blue/dialog.css +47 -0
  16. package/dist/public/themes/modern-blue/drawer.css +15 -0
  17. package/dist/public/themes/modern-blue/easyui.css +4750 -0
  18. package/dist/public/themes/modern-blue/filebox.css +20 -0
  19. package/dist/public/themes/modern-blue/flex.css +52 -0
  20. package/dist/public/themes/modern-blue/images/accordion_arrows.png +0 -0
  21. package/dist/public/themes/modern-blue/images/blank.gif +0 -0
  22. package/dist/public/themes/modern-blue/images/calendar_arrows.png +0 -0
  23. package/dist/public/themes/modern-blue/images/combo_arrow.png +0 -0
  24. package/dist/public/themes/modern-blue/images/datagrid_icons.png +0 -0
  25. package/dist/public/themes/modern-blue/images/datebox_arrow.png +0 -0
  26. package/dist/public/themes/modern-blue/images/layout_arrows.png +0 -0
  27. package/dist/public/themes/modern-blue/images/linkbutton_bg.png +0 -0
  28. package/dist/public/themes/modern-blue/images/loading.gif +0 -0
  29. package/dist/public/themes/modern-blue/images/menu_arrows.png +0 -0
  30. package/dist/public/themes/modern-blue/images/messager_icons.png +0 -0
  31. package/dist/public/themes/modern-blue/images/messager_icons16.png +0 -0
  32. package/dist/public/themes/modern-blue/images/pagination_icons.png +0 -0
  33. package/dist/public/themes/modern-blue/images/panel_tools.png +0 -0
  34. package/dist/public/themes/modern-blue/images/passwordbox_close.png +0 -0
  35. package/dist/public/themes/modern-blue/images/passwordbox_open.png +0 -0
  36. package/dist/public/themes/modern-blue/images/searchbox_button.png +0 -0
  37. package/dist/public/themes/modern-blue/images/slider_handle.png +0 -0
  38. package/dist/public/themes/modern-blue/images/spinner_arrows.png +0 -0
  39. package/dist/public/themes/modern-blue/images/tabs_icons.png +0 -0
  40. package/dist/public/themes/modern-blue/images/tagbox_icons.png +0 -0
  41. package/dist/public/themes/modern-blue/images/tree_icons.png +0 -0
  42. package/dist/public/themes/modern-blue/images/validatebox_warning.png +0 -0
  43. package/dist/public/themes/modern-blue/layout.css +150 -0
  44. package/dist/public/themes/modern-blue/linkbutton.css +203 -0
  45. package/dist/public/themes/modern-blue/menu.css +119 -0
  46. package/dist/public/themes/modern-blue/menubutton.css +94 -0
  47. package/dist/public/themes/modern-blue/messager.css +74 -0
  48. package/dist/public/themes/modern-blue/numberbox.css +0 -0
  49. package/dist/public/themes/modern-blue/pagination.css +77 -0
  50. package/dist/public/themes/modern-blue/panel.css +276 -0
  51. package/dist/public/themes/modern-blue/passwordbox.css +6 -0
  52. package/dist/public/themes/modern-blue/progressbar.css +33 -0
  53. package/dist/public/themes/modern-blue/propertygrid.css +27 -0
  54. package/dist/public/themes/modern-blue/radiobutton.css +25 -0
  55. package/dist/public/themes/modern-blue/searchbox.css +61 -0
  56. package/dist/public/themes/modern-blue/sidemenu.css +78 -0
  57. package/dist/public/themes/modern-blue/slider.css +101 -0
  58. package/dist/public/themes/modern-blue/spinner.css +114 -0
  59. package/dist/public/themes/modern-blue/splitbutton.css +12 -0
  60. package/dist/public/themes/modern-blue/switchbutton.css +83 -0
  61. package/dist/public/themes/modern-blue/tabs.css +415 -0
  62. package/dist/public/themes/modern-blue/tagbox.css +44 -0
  63. package/dist/public/themes/modern-blue/textbox.css +173 -0
  64. package/dist/public/themes/modern-blue/timepicker.css +93 -0
  65. package/dist/public/themes/modern-blue/tooltip.css +101 -0
  66. package/dist/public/themes/modern-blue/tree.css +168 -0
  67. package/dist/public/themes/modern-blue/validatebox.css +13 -0
  68. package/dist/public/themes/modern-blue/window.css +188 -0
  69. package/dist/public/zh_CN.json +130 -250
  70. package/dist/types/components/Card.d.ts +29 -0
  71. package/dist/types/index.d.ts +1 -0
  72. package/dist/types/views/home/index.d.ts +2 -3
  73. package/dist/types/views/login/header.d.ts +9 -0
  74. package/dist/types/views/page/404.d.ts +2 -3
  75. package/package.json +6 -5
@@ -0,0 +1,305 @@
1
+ .datagrid .panel-body {
2
+ overflow: hidden;
3
+ position: relative;
4
+ }
5
+ .datagrid-view {
6
+ position: relative;
7
+ overflow: hidden;
8
+ }
9
+ .datagrid-view1,
10
+ .datagrid-view2 {
11
+ position: absolute;
12
+ overflow: hidden;
13
+ top: 0;
14
+ }
15
+ .datagrid-view1 {
16
+ left: 0;
17
+ }
18
+ .datagrid-view2 {
19
+ right: 0;
20
+ }
21
+ .datagrid-mask {
22
+ position: absolute;
23
+ left: 0;
24
+ top: 0;
25
+ width: 100%;
26
+ height: 100%;
27
+ opacity: 0.3;
28
+ filter: alpha(opacity=30);
29
+ display: none;
30
+ }
31
+ .datagrid-mask-msg {
32
+ position: absolute;
33
+ top: 50%;
34
+ margin-top: -20px;
35
+ padding: 10px 5px 10px 30px;
36
+ width: auto;
37
+ height: 16px;
38
+ border-width: 2px;
39
+ border-style: solid;
40
+ display: none;
41
+ }
42
+ .datagrid-empty {
43
+ position: absolute;
44
+ left: 0;
45
+ top: 0;
46
+ width: 100%;
47
+ height: 25px;
48
+ line-height: 25px;
49
+ text-align: center;
50
+ }
51
+ .datagrid-sort-icon {
52
+ padding: 0;
53
+ display: none;
54
+ }
55
+ .datagrid-toolbar {
56
+ height: auto;
57
+ padding: 1px 2px;
58
+ border-width: 0 0 1px 0;
59
+ border-style: solid;
60
+ }
61
+ .datagrid-btn-separator {
62
+ float: left;
63
+ height: 24px;
64
+ border-left: 1px solid hsl(214 22% 88%);
65
+ border-right: 1px solid hsl(0 0% 100%);
66
+ margin: 2px 1px;
67
+ }
68
+ .datagrid .datagrid-pager {
69
+ display: block;
70
+ margin: 0;
71
+ border-width: 1px 0 0 0;
72
+ border-style: solid;
73
+ }
74
+ .datagrid .datagrid-pager-top {
75
+ border-width: 0 0 1px 0;
76
+ }
77
+ .datagrid-header {
78
+ overflow: hidden;
79
+ cursor: default;
80
+ border-width: 0 0 1px 0;
81
+ border-style: solid;
82
+ }
83
+ .datagrid-header-inner {
84
+ float: left;
85
+ width: 10000px;
86
+ }
87
+ .datagrid-header-row,
88
+ .datagrid-row {
89
+ height: 32px;
90
+ }
91
+ .datagrid-header td,
92
+ .datagrid-body td,
93
+ .datagrid-footer td {
94
+ border-width: 0 1px 1px 0;
95
+ border-style: dotted;
96
+ margin: 0;
97
+ padding: 0;
98
+ }
99
+ .datagrid-cell,
100
+ .datagrid-cell-group,
101
+ .datagrid-header-rownumber,
102
+ .datagrid-cell-rownumber {
103
+ margin: 0;
104
+ padding: 0 4px;
105
+ white-space: nowrap;
106
+ word-wrap: normal;
107
+ overflow: hidden;
108
+ height: 18px;
109
+ line-height: 18px;
110
+ font-size: 14px;
111
+ }
112
+ .datagrid-header .datagrid-cell {
113
+ height: auto;
114
+ }
115
+ .datagrid-header .datagrid-cell span {
116
+ font-size: 14px;
117
+ }
118
+ .datagrid-cell-group {
119
+ text-align: center;
120
+ text-overflow: ellipsis;
121
+ }
122
+ .datagrid-header-rownumber,
123
+ .datagrid-cell-rownumber {
124
+ width: 30px;
125
+ text-align: center;
126
+ margin: 0;
127
+ padding: 0;
128
+ }
129
+ .datagrid-body {
130
+ margin: 0;
131
+ padding: 0;
132
+ overflow: auto;
133
+ zoom: 1;
134
+ }
135
+ .datagrid-view1 .datagrid-body-inner {
136
+ padding-bottom: 20px;
137
+ }
138
+ .datagrid-view1 .datagrid-body {
139
+ overflow: hidden;
140
+ }
141
+ .datagrid-footer {
142
+ overflow: hidden;
143
+ }
144
+ .datagrid-footer-inner {
145
+ border-width: 1px 0 0 0;
146
+ border-style: solid;
147
+ width: 10000px;
148
+ float: left;
149
+ }
150
+ .datagrid-row-editing .datagrid-cell {
151
+ height: auto;
152
+ }
153
+ .datagrid-header-check,
154
+ .datagrid-cell-check {
155
+ padding: 0;
156
+ width: 27px;
157
+ height: 18px;
158
+ font-size: 1px;
159
+ text-align: center;
160
+ overflow: hidden;
161
+ }
162
+ .datagrid-header-check input,
163
+ .datagrid-cell-check input {
164
+ margin: 0;
165
+ padding: 0;
166
+ width: 15px;
167
+ height: 18px;
168
+ }
169
+ .datagrid-resize-proxy {
170
+ position: absolute;
171
+ width: 1px;
172
+ height: 10000px;
173
+ top: 0;
174
+ cursor: e-resize;
175
+ display: none;
176
+ }
177
+ .datagrid-body .datagrid-editable {
178
+ margin: 0;
179
+ padding: 0;
180
+ }
181
+ .datagrid-body .datagrid-editable table {
182
+ width: 100%;
183
+ height: 100%;
184
+ }
185
+ .datagrid-body .datagrid-editable td {
186
+ border: 0;
187
+ margin: 0;
188
+ padding: 0;
189
+ }
190
+ .datagrid-view .datagrid-editable-input {
191
+ margin: 0;
192
+ padding: 2px 4px;
193
+ border: 1px solid hsl(214 22% 88%);
194
+ font-size: 14px;
195
+ outline-style: none;
196
+ -moz-border-radius: 0 0 0 0;
197
+ -webkit-border-radius: 0 0 0 0;
198
+ border-radius: 0 0 0 0;
199
+ }
200
+ .datagrid-view .validatebox-invalid {
201
+ border-color: #ffa8a8;
202
+ }
203
+ .datagrid-sort .datagrid-sort-icon {
204
+ display: inline;
205
+ padding: 0 13px 0 0;
206
+ background: url('images/datagrid_icons.png') no-repeat -64px center;
207
+ }
208
+ .datagrid-sort-desc .datagrid-sort-icon {
209
+ display: inline;
210
+ padding: 0 13px 0 0;
211
+ background: url('images/datagrid_icons.png') no-repeat -16px center;
212
+ }
213
+ .datagrid-sort-asc .datagrid-sort-icon {
214
+ display: inline;
215
+ padding: 0 13px 0 0;
216
+ background: url('images/datagrid_icons.png') no-repeat 0px center;
217
+ }
218
+ .datagrid-row-collapse {
219
+ background: url('images/datagrid_icons.png') no-repeat -48px center;
220
+ }
221
+ .datagrid-row-expand {
222
+ background: url('images/datagrid_icons.png') no-repeat -32px center;
223
+ }
224
+ .datagrid-mask-msg {
225
+ background: hsl(0 0% 100%) url('images/loading.gif') no-repeat scroll 5px center;
226
+ }
227
+ .datagrid-header,
228
+ .datagrid-td-rownumber {
229
+ background-color: #efefef;
230
+ background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
231
+ background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
232
+ background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
233
+ background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
234
+ background-repeat: repeat-x;
235
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
236
+ }
237
+ .datagrid-cell-rownumber {
238
+ color: hsl(222 47% 9%);
239
+ }
240
+ .datagrid-resize-proxy {
241
+ background: #aac5e7;
242
+ }
243
+ .datagrid-mask {
244
+ background: hsl(214 22% 88%);
245
+ }
246
+ .datagrid-mask-msg {
247
+ border-color: hsl(214 22% 88%);
248
+ }
249
+ .datagrid-toolbar,
250
+ .datagrid-pager {
251
+ background: hsl(216 30% 94%);
252
+ }
253
+ .datagrid-header,
254
+ .datagrid-toolbar,
255
+ .datagrid-pager,
256
+ .datagrid-footer-inner {
257
+ border-color: hsl(214 22% 88%);
258
+ }
259
+ .datagrid-header td,
260
+ .datagrid-body td,
261
+ .datagrid-footer td {
262
+ border-color: hsl(214 22% 88%);
263
+ }
264
+ .datagrid-htable,
265
+ .datagrid-btable,
266
+ .datagrid-ftable {
267
+ color: hsl(222 47% 9%);
268
+ border-collapse: separate;
269
+ }
270
+ .datagrid-row-alt {
271
+ background: hsl(220 25% 97%);
272
+ }
273
+ .datagrid-row-over,
274
+ .datagrid-header td.datagrid-header-over {
275
+ background: hsl(216 30% 91%);
276
+ color: hsl(222 47% 9%);
277
+ cursor: default;
278
+ }
279
+ .datagrid-row-selected {
280
+ background: hsl(221 90% 55%);
281
+ color: hsl(222 47% 9%);
282
+ }
283
+ .datagrid-row-editing .textbox,
284
+ .datagrid-row-editing .textbox-text {
285
+ -moz-border-radius: 0 0 0 0;
286
+ -webkit-border-radius: 0 0 0 0;
287
+ border-radius: 0 0 0 0;
288
+ }
289
+ .datagrid-header .datagrid-filter-row td.datagrid-header-over {
290
+ background: inherit;
291
+ }
292
+ .datagrid-split-proxy {
293
+ position: absolute;
294
+ left: 0;
295
+ top: 0;
296
+ width: 1px;
297
+ height: 100%;
298
+ border-left: 1px solid hsl(204 80% 48%);
299
+ }
300
+ .datagrid-moving-proxy {
301
+ border: 1px solid hsl(204 80% 48%);
302
+ height: 32px;
303
+ line-height: 32px;
304
+ padding: 0 4px;
305
+ }
@@ -0,0 +1,95 @@
1
+ .datalist .datagrid-header {
2
+ border-width: 0;
3
+ }
4
+ .datalist .datagrid-group,
5
+ .m-list .m-list-group {
6
+ height: 25px;
7
+ line-height: 25px;
8
+ font-weight: bold;
9
+ overflow: hidden;
10
+ background-color: #efefef;
11
+ border-style: solid;
12
+ border-width: 0 0 1px 0;
13
+ border-color: hsl(214 22% 88%);
14
+ }
15
+ .datalist .datagrid-group-expander {
16
+ display: none;
17
+ }
18
+ .datalist .datagrid-group-title {
19
+ padding: 0 4px;
20
+ }
21
+ .datalist .datagrid-btable {
22
+ width: 100%;
23
+ table-layout: fixed;
24
+ }
25
+ .datalist .datagrid-row td {
26
+ border-style: solid;
27
+ border-left-color: transparent;
28
+ border-right-color: transparent;
29
+ border-bottom-width: 0;
30
+ }
31
+ .datalist-lines .datagrid-row td {
32
+ border-bottom-width: 1px;
33
+ }
34
+ .datalist .datagrid-cell,
35
+ .m-list li {
36
+ width: auto;
37
+ height: auto;
38
+ padding: 2px 4px;
39
+ line-height: 18px;
40
+ position: relative;
41
+ white-space: nowrap;
42
+ text-overflow: ellipsis;
43
+ overflow: hidden;
44
+ }
45
+ .datalist-link,
46
+ .m-list li>a {
47
+ display: block;
48
+ position: relative;
49
+ cursor: pointer;
50
+ color: hsl(222 47% 9%);
51
+ text-decoration: none;
52
+ overflow: hidden;
53
+ margin: -2px -4px;
54
+ padding: 2px 4px;
55
+ padding-right: 16px;
56
+ line-height: 18px;
57
+ white-space: nowrap;
58
+ text-overflow: ellipsis;
59
+ overflow: hidden;
60
+ }
61
+ .datalist-link::after,
62
+ .m-list li>a::after {
63
+ position: absolute;
64
+ display: block;
65
+ width: 8px;
66
+ height: 8px;
67
+ content: '';
68
+ right: 6px;
69
+ top: 50%;
70
+ margin-top: -4px;
71
+ border-style: solid;
72
+ border-width: 1px 1px 0 0;
73
+ -ms-transform: rotate(45deg);
74
+ -moz-transform: rotate(45deg);
75
+ -webkit-transform: rotate(45deg);
76
+ -o-transform: rotate(45deg);
77
+ transform: rotate(45deg);
78
+ }
79
+ .m-list {
80
+ margin: 0;
81
+ padding: 0;
82
+ list-style: none;
83
+ }
84
+ .m-list li {
85
+ border-style: solid;
86
+ border-width: 0 0 1px 0;
87
+ border-color: hsl(214 22% 88%);
88
+ }
89
+ .m-list li>a:hover {
90
+ background: hsl(216 30% 91%);
91
+ color: hsl(222 47% 9%);
92
+ }
93
+ .m-list .m-list-group {
94
+ padding: 0 4px;
95
+ }
@@ -0,0 +1,36 @@
1
+ .datebox-calendar-inner {
2
+ height: 250px;
3
+ }
4
+ .datebox-button {
5
+ padding: 4px 0;
6
+ text-align: center;
7
+ }
8
+ .datebox-button a {
9
+ line-height: 22px;
10
+ font-size: 14px;
11
+ font-weight: bold;
12
+ text-decoration: none;
13
+ opacity: 0.6;
14
+ filter: alpha(opacity=60);
15
+ }
16
+ .datebox-button a:hover {
17
+ opacity: 1.0;
18
+ filter: alpha(opacity=100);
19
+ }
20
+ .datebox-current,
21
+ .datebox-close {
22
+ float: left;
23
+ }
24
+ .datebox-close {
25
+ float: right;
26
+ }
27
+ .datebox .combo-arrow {
28
+ background-image: url('images/datebox_arrow.png');
29
+ background-position: center center;
30
+ }
31
+ .datebox-button {
32
+ background-color: hsl(216 30% 94%);
33
+ }
34
+ .datebox-button a {
35
+ color: hsl(222 47% 9%);
36
+ }
@@ -0,0 +1,47 @@
1
+ .dialog-content {
2
+ overflow: auto;
3
+ }
4
+ .dialog-toolbar {
5
+ position: relative;
6
+ padding: 2px 5px;
7
+ }
8
+ .dialog-tool-separator {
9
+ float: left;
10
+ height: 24px;
11
+ border-left: 1px solid hsl(214 22% 88%);
12
+ border-right: 1px solid hsl(0 0% 100%);
13
+ margin: 2px 1px;
14
+ }
15
+ .dialog-button {
16
+ position: relative;
17
+ top: -1px;
18
+ padding: 5px;
19
+ text-align: right;
20
+ }
21
+ .dialog-button .l-btn {
22
+ margin-left: 5px;
23
+ }
24
+ .dialog-toolbar,
25
+ .dialog-button {
26
+ background: hsl(216 30% 94%);
27
+ border-width: 1px;
28
+ border-style: solid;
29
+ }
30
+ .dialog-toolbar {
31
+ border-color: hsl(214 22% 88%) hsl(214 22% 88%) hsl(214 22% 88%) hsl(214 22% 88%);
32
+ }
33
+ .dialog-button {
34
+ border-color: hsl(214 22% 88%) hsl(214 22% 88%) hsl(214 22% 88%) hsl(214 22% 88%);
35
+ }
36
+ .window-thinborder .dialog-toolbar {
37
+ border-left: transparent;
38
+ border-right: transparent;
39
+ border-top-color: hsl(216 30% 94%);
40
+ }
41
+ .window-thinborder .dialog-button {
42
+ top: 0px;
43
+ padding: 5px 8px 8px 8px;
44
+ border-left: transparent;
45
+ border-right: transparent;
46
+ border-bottom: transparent;
47
+ }
@@ -0,0 +1,15 @@
1
+ .drawer.window-shadow {
2
+ box-shadow: 0 4px 12px hsl(214 22% 88%);
3
+ border-radius: 0;
4
+ position: fixed;
5
+ }
6
+ .drawer.layout-collapsed {
7
+ box-shadow: none;
8
+ }
9
+ .drawer-mask.window-mask {
10
+ position: fixed;
11
+ }
12
+ .drawer.layout-panel-east,
13
+ .drawer.layout-panel-west {
14
+ bottom: 0;
15
+ }