@kordar/easyui-tpl 2.0.7 → 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 +11 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.css +1 -0
- package/dist/index.umd.cjs +11 -0
- package/dist/index.umd.cjs.map +1 -0
- package/dist/public/en.json +167 -0
- 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 +166 -0
- package/dist/types/components/BaseLayout.d.ts +3 -0
- package/dist/types/components/Card.d.ts +29 -0
- package/dist/types/components/LayoutContext.d.ts +10 -0
- package/dist/types/components/LocaleBarItem.d.ts +3 -0
- package/dist/types/components/PaginationPanel.d.ts +4 -0
- package/dist/types/components/RememberMeBox.d.ts +8 -0
- package/dist/types/components/SettingBarItem.d.ts +3 -0
- package/dist/types/components/Tooltip.d.ts +17 -0
- package/dist/types/components/UserBarItem.d.ts +3 -0
- package/dist/types/composable/useAppRedirect.d.ts +1 -0
- package/dist/types/composable/useAppStarter.d.ts +7 -0
- package/dist/types/composable/useLocalTable.d.ts +3 -0
- package/dist/types/composable/useMenuAndTabData.d.ts +18 -0
- package/dist/types/composable/useRefreshKey.d.ts +1 -0
- package/dist/types/composable/useRemoteTable.d.ts +3 -0
- package/dist/types/hoc/withDocHoc.d.ts +3 -0
- package/dist/types/index.d.ts +44 -0
- package/dist/types/init.d.ts +7 -0
- package/dist/types/service/AdminService.d.ts +23 -0
- package/dist/types/service/AuthService.d.ts +13 -0
- package/dist/types/service/ConfigService.d.ts +6 -0
- package/dist/types/service/RbacService.d.ts +80 -0
- package/dist/types/service/ResourceService.d.ts +25 -0
- package/dist/types/util/form.d.ts +8 -0
- package/dist/types/util/helper.d.ts +7 -0
- package/dist/types/util/interface.d.ts +66 -0
- package/dist/types/util/lazy.d.ts +2 -0
- package/dist/types/util/tables.d.ts +5 -0
- package/dist/types/views/admin/assign.d.ts +4 -0
- package/dist/types/views/admin/context.d.ts +3 -0
- package/dist/types/views/admin/form_dlg.d.ts +4 -0
- package/dist/types/views/admin/index.d.ts +2 -0
- package/dist/types/views/admin/search.d.ts +3 -0
- package/dist/types/views/admin/table.d.ts +4 -0
- package/dist/types/views/dict/context.d.ts +3 -0
- package/dist/types/views/dict/dialog.d.ts +5 -0
- package/dist/types/views/dict/form.d.ts +4 -0
- package/dist/types/views/dict/index.d.ts +2 -0
- package/dist/types/views/dict/search.d.ts +3 -0
- package/dist/types/views/dict/table.d.ts +4 -0
- package/dist/types/views/dict-item/context.d.ts +3 -0
- package/dist/types/views/dict-item/dialog.d.ts +4 -0
- package/dist/types/views/dict-item/form.d.ts +4 -0
- package/dist/types/views/dict-item/index.d.ts +2 -0
- package/dist/types/views/dict-item/search.d.ts +3 -0
- package/dist/types/views/dict-item/table.d.ts +4 -0
- package/dist/types/views/home/index.d.ts +2 -0
- package/dist/types/views/language/index.d.ts +3 -0
- package/dist/types/views/login/form.d.ts +3 -0
- package/dist/types/views/login/header.d.ts +9 -0
- package/dist/types/views/login/index.d.ts +3 -0
- package/dist/types/views/page/404.d.ts +2 -0
- package/dist/types/views/permissions/context.d.ts +3 -0
- package/dist/types/views/permissions/fastadd_form_dlg.d.ts +4 -0
- package/dist/types/views/permissions/form_dlg.d.ts +4 -0
- package/dist/types/views/permissions/index.d.ts +2 -0
- package/dist/types/views/permissions/search.d.ts +3 -0
- package/dist/types/views/permissions/table.d.ts +3 -0
- package/dist/types/views/roles/assign.d.ts +4 -0
- package/dist/types/views/roles/context.d.ts +3 -0
- package/dist/types/views/roles/form_dlg.d.ts +4 -0
- package/dist/types/views/roles/index.d.ts +2 -0
- package/dist/types/views/roles/search.d.ts +3 -0
- package/dist/types/views/roles/table.d.ts +4 -0
- package/dist/types/views/router/context.d.ts +3 -0
- package/dist/types/views/router/form_dlg.d.ts +4 -0
- package/dist/types/views/router/index.d.ts +2 -0
- package/dist/types/views/router/search.d.ts +3 -0
- package/dist/types/views/router/table.d.ts +4 -0
- package/dist/types/views/setting/context.d.ts +3 -0
- package/dist/types/views/setting/dialog.d.ts +5 -0
- package/dist/types/views/setting/form.d.ts +4 -0
- package/dist/types/views/setting/index.d.ts +2 -0
- package/dist/types/views/setting/search.d.ts +3 -0
- package/dist/types/views/setting/table.d.ts +4 -0
- package/dist/types/views/srceen/design/container.d.ts +3 -0
- package/dist/types/views/srceen/design/index.d.ts +4 -0
- package/package.json +5 -4
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Page": {
|
|
3
|
+
"Dict": {
|
|
4
|
+
"title": "Dictionary Management",
|
|
5
|
+
"params.add.text": "Add Dictionary",
|
|
6
|
+
"params.update.text": "Update Dictionary [{#name}]",
|
|
7
|
+
"params.item_list.text": "Dictionary Items",
|
|
8
|
+
"params.item_list.title": "Dictionary Item List [{#name}]",
|
|
9
|
+
"fields.name.label": "Dictionary Name",
|
|
10
|
+
"fields.name.placeholder": "",
|
|
11
|
+
"fields.sign.label": "Dictionary Sign",
|
|
12
|
+
"fields.sign.placeholder": "",
|
|
13
|
+
"fields.remark.label": "Remark",
|
|
14
|
+
"fields.remark.placeholder": ""
|
|
15
|
+
},
|
|
16
|
+
"DictItem": {
|
|
17
|
+
"fields.label.label": "Dictionary Item",
|
|
18
|
+
"fields.label.placeholder": "",
|
|
19
|
+
"fields.value.label": "Value",
|
|
20
|
+
"fields.value.placeholder": "",
|
|
21
|
+
"fields.data.label": "Data",
|
|
22
|
+
"fields.data.placeholder": ""
|
|
23
|
+
},
|
|
24
|
+
"Login": {
|
|
25
|
+
"title": "Admin Management System",
|
|
26
|
+
"params.header.title": "Gansu Vocational & Technical College of Animal Husbandry Engineering",
|
|
27
|
+
"params.header.subtitle": "Laboratory and Equipment Management System",
|
|
28
|
+
"params.header.slogan": "Professional · Efficient · Convenient",
|
|
29
|
+
"params.submit.text": "Login",
|
|
30
|
+
"params.remember.text": "Remember Password",
|
|
31
|
+
"params.tips.loginError": "Login failed, please check your account, password or verification code",
|
|
32
|
+
"params.submitting.text": "Logging in...",
|
|
33
|
+
"params.copyright": "© 2025 Gansu Vocational & Technical College of Animal Husbandry Engineering · Laboratory and Equipment Management Office",
|
|
34
|
+
"fields.username.label": "Username",
|
|
35
|
+
"fields.username.placeholder": "Please enter username",
|
|
36
|
+
"fields.username.icon": "icon-username2",
|
|
37
|
+
"fields.password.label": "Password",
|
|
38
|
+
"fields.password.placeholder": "Please enter password",
|
|
39
|
+
"fields.password.icon": "icon-password",
|
|
40
|
+
"fields.code.label": "Verification Code",
|
|
41
|
+
"fields.code.placeholder": "Verification Code",
|
|
42
|
+
"fields.code.icon": "icon-captcha",
|
|
43
|
+
"fields.remember.label": "Remember Password"
|
|
44
|
+
},
|
|
45
|
+
"Admin": {
|
|
46
|
+
"fields.id.label": "User ID",
|
|
47
|
+
"fields.username.label": "Account",
|
|
48
|
+
"fields.name.label": "Username",
|
|
49
|
+
"fields.phone.label": "Phone",
|
|
50
|
+
"fields.status.label": "Status",
|
|
51
|
+
"fields.type.label": "Type",
|
|
52
|
+
"fields.version.label": "Version",
|
|
53
|
+
"params.update.text": "Update User [{#name}]"
|
|
54
|
+
},
|
|
55
|
+
"Setting": {
|
|
56
|
+
"fields.title.label": "Title",
|
|
57
|
+
"fields.title.placeholder": "Please enter project name",
|
|
58
|
+
"fields.icon.label": "Icon",
|
|
59
|
+
"fields.icon.placeholder": "Please select icon",
|
|
60
|
+
"fields.active.label": "Status",
|
|
61
|
+
"fields.type.label": "Type",
|
|
62
|
+
"fields.position.label": "Position",
|
|
63
|
+
"fields.router_name.label": "Route",
|
|
64
|
+
"fields.router_name.placeholder": "Please select route",
|
|
65
|
+
"fields.url.label": "URL",
|
|
66
|
+
"fields.url.placeholder": "",
|
|
67
|
+
"fields.pid.label": "Parent Column",
|
|
68
|
+
"fields.sort.label": "Sort",
|
|
69
|
+
"params.none_parent": "None",
|
|
70
|
+
"params.router_title": "Route List"
|
|
71
|
+
},
|
|
72
|
+
"Router": {
|
|
73
|
+
"fields.name.label": "Route Name",
|
|
74
|
+
"fields.name.placeholder": "Please enter route name",
|
|
75
|
+
"fields.url.label": "URL",
|
|
76
|
+
"fields.url.placeholder": "Please enter/select URL",
|
|
77
|
+
"fields.type.label": "Route Type",
|
|
78
|
+
"fields.data.label": "Extended Data",
|
|
79
|
+
"params.update.text": "Update Route: {#name}"
|
|
80
|
+
},
|
|
81
|
+
"Roles": {
|
|
82
|
+
"fields.name.label": "Role Name",
|
|
83
|
+
"fields.name.placeholder": "Please enter role name",
|
|
84
|
+
"fields.type.label": "Type",
|
|
85
|
+
"fields.rule_name.label": "Rule",
|
|
86
|
+
"fields.description.label": "Description",
|
|
87
|
+
"fields.description.placeholder": "Please enter description",
|
|
88
|
+
"params.assign_role_list.text": "Assign Roles",
|
|
89
|
+
"params.assign_permission.text": "Permission Assignment [{#name}]"
|
|
90
|
+
},
|
|
91
|
+
"Permissions": {
|
|
92
|
+
"fields.name.label": "Permission Name",
|
|
93
|
+
"fields.name.placeholder": "Please enter permission name",
|
|
94
|
+
"fields.type.label": "Type",
|
|
95
|
+
"fields.rule_name.label": "Rule",
|
|
96
|
+
"fields.description.label": "Description",
|
|
97
|
+
"fields.description.placeholder": "Please enter description",
|
|
98
|
+
"fields.fast_add_resource.label": "Resource Identifier",
|
|
99
|
+
"fields.fast_add_resource.placeholder": "Resource Identifier",
|
|
100
|
+
"fields.fast_add_name.label": "Resource Description",
|
|
101
|
+
"fields.fast_add_name.placeholder": "Resource Description Name",
|
|
102
|
+
"params.fast_add.text": "Quick Generate Permissions"
|
|
103
|
+
},
|
|
104
|
+
"404": {
|
|
105
|
+
"params.title": "Sorry, the page you visited does not exist or has been removed.",
|
|
106
|
+
"params.back.text": "Back to Home",
|
|
107
|
+
"params.back_to_prev.text": "Back to Previous",
|
|
108
|
+
"params.description": "You can choose to return to the homepage or go back to the previous page to continue browsing."
|
|
109
|
+
},
|
|
110
|
+
"Home": {
|
|
111
|
+
"params.app_state": "App State",
|
|
112
|
+
"params.user_info": "User Info",
|
|
113
|
+
"params.layout_state": "Layout State",
|
|
114
|
+
"params.welcome": "Welcome to",
|
|
115
|
+
"params.theme": "Current Theme",
|
|
116
|
+
"params.locale": "Current Language",
|
|
117
|
+
"params.sidebar_state": "Sidebar State",
|
|
118
|
+
"params.history_path": "History Path",
|
|
119
|
+
"params.username": "Username",
|
|
120
|
+
"params.user_id": "User ID",
|
|
121
|
+
"params.version": "Version",
|
|
122
|
+
"params.avatar": "Avatar",
|
|
123
|
+
"params.tab_count": "Open Tabs",
|
|
124
|
+
"params.tab_id": "Current Selected Tab ID",
|
|
125
|
+
"params.menu_path": "Menu Selection Path",
|
|
126
|
+
"params.expanded": "Expanded",
|
|
127
|
+
"params.collapsed": "Collapsed",
|
|
128
|
+
"params.no_data": "-",
|
|
129
|
+
"params.tab_count_unit": "",
|
|
130
|
+
"params.path_join": " > ",
|
|
131
|
+
"params.welcome.p1": "Welcome to the Admin Management System! This is the homepage where you can view the system's basic status information.",
|
|
132
|
+
"params.welcome.p2": "Select a function from the left menu to get started. You can switch language and theme at the top."
|
|
133
|
+
},
|
|
134
|
+
"Common": {
|
|
135
|
+
"fields._serial.label": "Serial No.",
|
|
136
|
+
"fields.create_time.label": "Create Time",
|
|
137
|
+
"fields.update_time.label": "Update Time",
|
|
138
|
+
"fields.sort.label": "Sort",
|
|
139
|
+
"params.submit.text": "Submit",
|
|
140
|
+
"params.cancel.text": "Cancel",
|
|
141
|
+
"params.save.text": "Save",
|
|
142
|
+
"params.close.text": "Close",
|
|
143
|
+
"params.refresh.text": "Refresh",
|
|
144
|
+
"params.add.text": "Add",
|
|
145
|
+
"params.update.text": "Update",
|
|
146
|
+
"params.search.text": "Search",
|
|
147
|
+
"params.batch_remove.text": "Batch Delete",
|
|
148
|
+
"params.reset.text": "Reset",
|
|
149
|
+
"params.output.text": "Export"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"Message": {
|
|
153
|
+
"confirm_warn": "Warning",
|
|
154
|
+
"confirm_del_title": "Warning",
|
|
155
|
+
"confirm_del_msg": "Are you sure you want to delete this record?",
|
|
156
|
+
"checkbox_no_empty": "No data selected for operation",
|
|
157
|
+
"save_success": "Saved successfully",
|
|
158
|
+
"edit_success": "Edited successfully",
|
|
159
|
+
"del_success": "Deleted successfully",
|
|
160
|
+
"update_success": "Updated successfully",
|
|
161
|
+
"confirm_logout": "Are you sure you want to log out of the system?"
|
|
162
|
+
},
|
|
163
|
+
"App": {
|
|
164
|
+
"title": "Admin Management System",
|
|
165
|
+
"copyright_text": "2025 Gansu Vocational & Technical College of Animal Husbandry Engineering · Laboratory and Equipment Management Office"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
.accordion {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
border-width: 1px;
|
|
4
|
+
border-style: solid;
|
|
5
|
+
}
|
|
6
|
+
.accordion .accordion-header {
|
|
7
|
+
border-width: 0 0 1px;
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
}
|
|
10
|
+
.accordion .accordion-body {
|
|
11
|
+
border-width: 0 0 1px;
|
|
12
|
+
}
|
|
13
|
+
.accordion-noborder {
|
|
14
|
+
border-width: 0;
|
|
15
|
+
}
|
|
16
|
+
.accordion-noborder .accordion-header {
|
|
17
|
+
border-width: 0 0 1px;
|
|
18
|
+
}
|
|
19
|
+
.accordion-noborder .accordion-body {
|
|
20
|
+
border-width: 0 0 1px;
|
|
21
|
+
}
|
|
22
|
+
.accordion-collapse {
|
|
23
|
+
background: url('images/accordion_arrows.png') no-repeat 0 0;
|
|
24
|
+
}
|
|
25
|
+
.accordion-expand {
|
|
26
|
+
background: url('images/accordion_arrows.png') no-repeat -16px 0;
|
|
27
|
+
}
|
|
28
|
+
.accordion {
|
|
29
|
+
background: hsl(0 0% 100%);
|
|
30
|
+
border-color: hsl(214 22% 88%);
|
|
31
|
+
}
|
|
32
|
+
.accordion .accordion-header {
|
|
33
|
+
background: hsl(216 30% 91%);
|
|
34
|
+
filter: none;
|
|
35
|
+
}
|
|
36
|
+
.accordion .accordion-header-selected {
|
|
37
|
+
background: hsl(221 90% 55%);
|
|
38
|
+
}
|
|
39
|
+
.accordion .accordion-header-selected .panel-title {
|
|
40
|
+
color: hsl(222 47% 9%);
|
|
41
|
+
}
|
|
42
|
+
.accordion .panel-last > .accordion-header {
|
|
43
|
+
border-bottom-color: hsl(216 30% 91%);
|
|
44
|
+
}
|
|
45
|
+
.accordion .panel-last > .accordion-body {
|
|
46
|
+
border-bottom-color: hsl(0 0% 100%);
|
|
47
|
+
}
|
|
48
|
+
.accordion .panel-last > .accordion-header-selected,
|
|
49
|
+
.accordion .panel-last > .accordion-header-border {
|
|
50
|
+
border-bottom-color: hsl(214 22% 88%);
|
|
51
|
+
}
|
|
52
|
+
.accordion> .panel-hleft {
|
|
53
|
+
float: left;
|
|
54
|
+
}
|
|
55
|
+
.accordion> .panel-hleft>.panel-header {
|
|
56
|
+
border-width: 0 1px 0 0;
|
|
57
|
+
}
|
|
58
|
+
.accordion> .panel-hleft> .panel-body {
|
|
59
|
+
border-width: 0 1px 0 0;
|
|
60
|
+
}
|
|
61
|
+
.accordion> .panel-hleft.panel-last > .accordion-header {
|
|
62
|
+
border-right-color: hsl(216 30% 91%);
|
|
63
|
+
}
|
|
64
|
+
.accordion> .panel-hleft.panel-last > .accordion-body {
|
|
65
|
+
border-right-color: hsl(0 0% 100%);
|
|
66
|
+
}
|
|
67
|
+
.accordion> .panel-hleft.panel-last > .accordion-header-selected,
|
|
68
|
+
.accordion> .panel-hleft.panel-last > .accordion-header-border {
|
|
69
|
+
border-right-color: hsl(214 22% 88%);
|
|
70
|
+
}
|
|
71
|
+
.accordion> .panel-hright {
|
|
72
|
+
float: right;
|
|
73
|
+
}
|
|
74
|
+
.accordion> .panel-hright>.panel-header {
|
|
75
|
+
border-width: 0 0 0 1px;
|
|
76
|
+
}
|
|
77
|
+
.accordion> .panel-hright> .panel-body {
|
|
78
|
+
border-width: 0 0 0 1px;
|
|
79
|
+
}
|
|
80
|
+
.accordion> .panel-hright.panel-last > .accordion-header {
|
|
81
|
+
border-left-color: hsl(216 30% 91%);
|
|
82
|
+
}
|
|
83
|
+
.accordion> .panel-hright.panel-last > .accordion-body {
|
|
84
|
+
border-left-color: hsl(0 0% 100%);
|
|
85
|
+
}
|
|
86
|
+
.accordion> .panel-hright.panel-last > .accordion-header-selected,
|
|
87
|
+
.accordion> .panel-hright.panel-last > .accordion-header-border {
|
|
88
|
+
border-left-color: hsl(214 22% 88%);
|
|
89
|
+
}
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
.calendar {
|
|
2
|
+
border-width: 1px;
|
|
3
|
+
border-style: solid;
|
|
4
|
+
padding: 1px;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
.calendar table {
|
|
8
|
+
table-layout: fixed;
|
|
9
|
+
border-collapse: separate;
|
|
10
|
+
font-size: 14px;
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 100%;
|
|
13
|
+
}
|
|
14
|
+
.calendar table td,
|
|
15
|
+
.calendar table th {
|
|
16
|
+
font-size: 14px;
|
|
17
|
+
}
|
|
18
|
+
.calendar-noborder {
|
|
19
|
+
border: 0;
|
|
20
|
+
}
|
|
21
|
+
.calendar-header {
|
|
22
|
+
position: relative;
|
|
23
|
+
height: 36px;
|
|
24
|
+
}
|
|
25
|
+
.calendar-title {
|
|
26
|
+
text-align: center;
|
|
27
|
+
height: 36px;
|
|
28
|
+
line-height: 36px;
|
|
29
|
+
}
|
|
30
|
+
.calendar-title span {
|
|
31
|
+
position: relative;
|
|
32
|
+
display: inline-block;
|
|
33
|
+
top: 0px;
|
|
34
|
+
padding: 0 3px;
|
|
35
|
+
height: 28px;
|
|
36
|
+
line-height: 28px;
|
|
37
|
+
font-size: 14px;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
-moz-border-radius: .375rem;
|
|
40
|
+
-webkit-border-radius: .375rem;
|
|
41
|
+
border-radius: .375rem;
|
|
42
|
+
}
|
|
43
|
+
.calendar-prevmonth,
|
|
44
|
+
.calendar-nextmonth,
|
|
45
|
+
.calendar-prevyear,
|
|
46
|
+
.calendar-nextyear {
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: 50%;
|
|
49
|
+
margin-top: -8px;
|
|
50
|
+
width: 16px;
|
|
51
|
+
height: 16px;
|
|
52
|
+
cursor: pointer;
|
|
53
|
+
font-size: 1px;
|
|
54
|
+
-moz-border-radius: .375rem;
|
|
55
|
+
-webkit-border-radius: .375rem;
|
|
56
|
+
border-radius: .375rem;
|
|
57
|
+
}
|
|
58
|
+
.calendar-prevmonth {
|
|
59
|
+
left: 30px;
|
|
60
|
+
background: url('images/calendar_arrows.png') no-repeat -16px 0;
|
|
61
|
+
}
|
|
62
|
+
.calendar-nextmonth {
|
|
63
|
+
right: 30px;
|
|
64
|
+
background: url('images/calendar_arrows.png') no-repeat -32px 0;
|
|
65
|
+
}
|
|
66
|
+
.calendar-prevyear {
|
|
67
|
+
left: 10px;
|
|
68
|
+
background: url('images/calendar_arrows.png') no-repeat 0px 0;
|
|
69
|
+
}
|
|
70
|
+
.calendar-nextyear {
|
|
71
|
+
right: 10px;
|
|
72
|
+
background: url('images/calendar_arrows.png') no-repeat -48px 0;
|
|
73
|
+
}
|
|
74
|
+
.calendar-body {
|
|
75
|
+
position: relative;
|
|
76
|
+
}
|
|
77
|
+
.calendar-body th,
|
|
78
|
+
.calendar-body td {
|
|
79
|
+
text-align: center;
|
|
80
|
+
}
|
|
81
|
+
.calendar-day {
|
|
82
|
+
border: 0;
|
|
83
|
+
padding: 1px;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
-moz-border-radius: .375rem;
|
|
86
|
+
-webkit-border-radius: .375rem;
|
|
87
|
+
border-radius: .375rem;
|
|
88
|
+
}
|
|
89
|
+
.calendar-other-month {
|
|
90
|
+
opacity: 0.3;
|
|
91
|
+
filter: alpha(opacity=30);
|
|
92
|
+
}
|
|
93
|
+
.calendar-disabled {
|
|
94
|
+
opacity: 0.6;
|
|
95
|
+
filter: alpha(opacity=60);
|
|
96
|
+
cursor: default;
|
|
97
|
+
}
|
|
98
|
+
.calendar-menu {
|
|
99
|
+
position: absolute;
|
|
100
|
+
top: 0;
|
|
101
|
+
left: 0;
|
|
102
|
+
width: 180px;
|
|
103
|
+
height: 150px;
|
|
104
|
+
padding: 5px;
|
|
105
|
+
font-size: 14px;
|
|
106
|
+
display: none;
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
}
|
|
109
|
+
.calendar-menu-year-inner {
|
|
110
|
+
text-align: center;
|
|
111
|
+
padding-bottom: 5px;
|
|
112
|
+
}
|
|
113
|
+
.calendar-menu-year {
|
|
114
|
+
width: 80px;
|
|
115
|
+
line-height: 26px;
|
|
116
|
+
text-align: center;
|
|
117
|
+
border-width: 1px;
|
|
118
|
+
border-style: solid;
|
|
119
|
+
outline-style: none;
|
|
120
|
+
resize: none;
|
|
121
|
+
margin: 0;
|
|
122
|
+
padding: 0;
|
|
123
|
+
font-weight: bold;
|
|
124
|
+
font-size: 14px;
|
|
125
|
+
-moz-border-radius: .375rem;
|
|
126
|
+
-webkit-border-radius: .375rem;
|
|
127
|
+
border-radius: .375rem;
|
|
128
|
+
}
|
|
129
|
+
.calendar-menu-prev,
|
|
130
|
+
.calendar-menu-next {
|
|
131
|
+
display: inline-block;
|
|
132
|
+
width: 25px;
|
|
133
|
+
height: 28px;
|
|
134
|
+
vertical-align: top;
|
|
135
|
+
cursor: pointer;
|
|
136
|
+
-moz-border-radius: .375rem;
|
|
137
|
+
-webkit-border-radius: .375rem;
|
|
138
|
+
border-radius: .375rem;
|
|
139
|
+
}
|
|
140
|
+
.calendar-menu-prev {
|
|
141
|
+
margin-right: 10px;
|
|
142
|
+
background: url('images/calendar_arrows.png') no-repeat 5px center;
|
|
143
|
+
}
|
|
144
|
+
.calendar-menu-next {
|
|
145
|
+
margin-left: 10px;
|
|
146
|
+
background: url('images/calendar_arrows.png') no-repeat -44px center;
|
|
147
|
+
}
|
|
148
|
+
.calendar-menu-month {
|
|
149
|
+
text-align: center;
|
|
150
|
+
cursor: pointer;
|
|
151
|
+
font-weight: bold;
|
|
152
|
+
-moz-border-radius: .375rem;
|
|
153
|
+
-webkit-border-radius: .375rem;
|
|
154
|
+
border-radius: .375rem;
|
|
155
|
+
}
|
|
156
|
+
.calendar-body th,
|
|
157
|
+
.calendar-menu-month {
|
|
158
|
+
color: #4d4d4d;
|
|
159
|
+
}
|
|
160
|
+
.calendar-day {
|
|
161
|
+
color: hsl(222 47% 9%);
|
|
162
|
+
}
|
|
163
|
+
.calendar-sunday {
|
|
164
|
+
color: #CC2222;
|
|
165
|
+
}
|
|
166
|
+
.calendar-saturday {
|
|
167
|
+
color: #00ee00;
|
|
168
|
+
}
|
|
169
|
+
.calendar-today {
|
|
170
|
+
color: #0000ff;
|
|
171
|
+
}
|
|
172
|
+
.calendar-menu-year {
|
|
173
|
+
border-color: hsl(214 22% 88%);
|
|
174
|
+
}
|
|
175
|
+
.calendar {
|
|
176
|
+
border-color: hsl(214 22% 88%);
|
|
177
|
+
}
|
|
178
|
+
.calendar-header {
|
|
179
|
+
background: hsl(216 30% 91%);
|
|
180
|
+
}
|
|
181
|
+
.calendar-body,
|
|
182
|
+
.calendar-menu {
|
|
183
|
+
background: hsl(0 0% 100%);
|
|
184
|
+
}
|
|
185
|
+
.calendar-body th {
|
|
186
|
+
background: hsl(216 30% 94%);
|
|
187
|
+
padding: 4px 0;
|
|
188
|
+
}
|
|
189
|
+
.calendar-hover,
|
|
190
|
+
.calendar-nav-hover,
|
|
191
|
+
.calendar-menu-hover {
|
|
192
|
+
background-color: hsl(216 30% 91%);
|
|
193
|
+
color: hsl(222 47% 9%);
|
|
194
|
+
}
|
|
195
|
+
.calendar-hover {
|
|
196
|
+
border: 1px solid hsl(221 90% 55%);
|
|
197
|
+
padding: 0;
|
|
198
|
+
}
|
|
199
|
+
.calendar-selected {
|
|
200
|
+
background-color: hsl(221 90% 55%);
|
|
201
|
+
color: hsl(222 47% 9%);
|
|
202
|
+
border: 1px solid hsl(204 80% 48%);
|
|
203
|
+
padding: 0;
|
|
204
|
+
}
|
|
205
|
+
.calendar-info {
|
|
206
|
+
background-color: hsl(216 30% 91%);
|
|
207
|
+
font-size: 28px;
|
|
208
|
+
height: 70px;
|
|
209
|
+
padding: 10px 20px;
|
|
210
|
+
}
|
|
211
|
+
.calendar-info .year {
|
|
212
|
+
font-size: 16px;
|
|
213
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.checkbox {
|
|
2
|
+
position: relative;
|
|
3
|
+
border: 2px solid hsl(204 80% 48%);
|
|
4
|
+
-moz-border-radius: .375rem;
|
|
5
|
+
-webkit-border-radius: .375rem;
|
|
6
|
+
border-radius: .375rem;
|
|
7
|
+
}
|
|
8
|
+
.checkbox-checked {
|
|
9
|
+
border: 0;
|
|
10
|
+
background: hsl(204 80% 48%);
|
|
11
|
+
}
|
|
12
|
+
.checkbox-inner {
|
|
13
|
+
position: absolute;
|
|
14
|
+
left: 0;
|
|
15
|
+
top: 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
.checkbox path {
|
|
20
|
+
stroke-width: 2px;
|
|
21
|
+
}
|
|
22
|
+
.checkbox-disabled {
|
|
23
|
+
opacity: 0.6;
|
|
24
|
+
}
|
|
25
|
+
.checkbox-value {
|
|
26
|
+
position: absolute;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
width: 1px;
|
|
29
|
+
height: 1px;
|
|
30
|
+
left: -100px;
|
|
31
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.combo-arrow {
|
|
2
|
+
width: 18px;
|
|
3
|
+
height: 20px;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
display: inline-block;
|
|
6
|
+
vertical-align: top;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
opacity: 0.6;
|
|
9
|
+
filter: alpha(opacity=60);
|
|
10
|
+
}
|
|
11
|
+
.combo-arrow-hover {
|
|
12
|
+
opacity: 1.0;
|
|
13
|
+
filter: alpha(opacity=100);
|
|
14
|
+
}
|
|
15
|
+
.combo-panel {
|
|
16
|
+
overflow: auto;
|
|
17
|
+
}
|
|
18
|
+
.combo-arrow {
|
|
19
|
+
background: url('images/combo_arrow.png') no-repeat center center;
|
|
20
|
+
}
|
|
21
|
+
.combo-panel {
|
|
22
|
+
background-color: hsl(0 0% 100%);
|
|
23
|
+
}
|
|
24
|
+
.combo-arrow {
|
|
25
|
+
background-color: hsl(216 30% 91%);
|
|
26
|
+
}
|
|
27
|
+
.combo-arrow-hover {
|
|
28
|
+
background-color: hsl(216 30% 91%);
|
|
29
|
+
}
|
|
30
|
+
.combo-arrow:hover {
|
|
31
|
+
background-color: hsl(216 30% 91%);
|
|
32
|
+
}
|
|
33
|
+
.combo .textbox-icon-disabled:hover {
|
|
34
|
+
cursor: default;
|
|
35
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
.combobox-item,
|
|
2
|
+
.combobox-group,
|
|
3
|
+
.combobox-stick {
|
|
4
|
+
font-size: 14px;
|
|
5
|
+
padding: 6px 4px;
|
|
6
|
+
line-height: 20px;
|
|
7
|
+
}
|
|
8
|
+
.combobox-item-disabled {
|
|
9
|
+
opacity: 0.5;
|
|
10
|
+
filter: alpha(opacity=50);
|
|
11
|
+
}
|
|
12
|
+
.combobox-gitem {
|
|
13
|
+
padding-left: 10px;
|
|
14
|
+
}
|
|
15
|
+
.combobox-group,
|
|
16
|
+
.combobox-stick {
|
|
17
|
+
font-weight: bold;
|
|
18
|
+
}
|
|
19
|
+
.combobox-stick {
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: 1px;
|
|
22
|
+
left: 1px;
|
|
23
|
+
right: 1px;
|
|
24
|
+
background: inherit;
|
|
25
|
+
}
|
|
26
|
+
.combobox-item-hover {
|
|
27
|
+
background-color: hsl(216 30% 91%);
|
|
28
|
+
color: hsl(222 47% 9%);
|
|
29
|
+
}
|
|
30
|
+
.combobox-item-selected {
|
|
31
|
+
background-color: hsl(221 90% 55%);
|
|
32
|
+
color: hsl(222 47% 9%);
|
|
33
|
+
}
|
|
34
|
+
.combobox-icon {
|
|
35
|
+
display: inline-block;
|
|
36
|
+
width: 16px;
|
|
37
|
+
height: 16px;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
margin-right: 2px;
|
|
40
|
+
}
|