Skip to content

Commit befaeb3

Browse files
Deploying to gh-pages from @ 28a258f 🚀
1 parent 993acb8 commit befaeb3

18 files changed

+961
-0
lines changed

404.html

Lines changed: 80 additions & 0 deletions
Large diffs are not rendered by default.

data/dashboard.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"dashboard": [
3+
{
4+
"type": "Total Sales",
5+
"amount": 180200,
6+
"progress": 50,
7+
"date": 1427207139000
8+
},
9+
{
10+
"type": "Revenue",
11+
"amount": 70205,
12+
"progress": 70,
13+
"date": 1427412725000
14+
},
15+
{
16+
"type": "Traffic",
17+
"amount": 1291922,
18+
"progress": 80,
19+
"date": 1427546580000
20+
},
21+
{
22+
"type": "New User",
23+
"amount": 1922,
24+
"progress": 40,
25+
"date": 1427891640000
26+
}
27+
]
28+
}

data/menu.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"menu": [
3+
{
4+
"route": "dashboard",
5+
"name": "dashboard",
6+
"type": "link",
7+
"icon": "dashboard"
8+
},
9+
{
10+
"route": "employees",
11+
"name": "employees",
12+
"type": "sub",
13+
"icon": "people",
14+
"children": [
15+
{
16+
"route": "",
17+
"name": "employeeList",
18+
"type": "link"
19+
},
20+
{
21+
"route": "create",
22+
"name": "addEmployee",
23+
"type": "link",
24+
"permissions": {
25+
"only": ["canAdd"]
26+
}
27+
}
28+
]
29+
},
30+
{
31+
"route": "departments",
32+
"name": "departments",
33+
"type": "sub",
34+
"icon": "business",
35+
"children": [
36+
{
37+
"route": "",
38+
"name": "departmentList",
39+
"type": "link"
40+
},
41+
{
42+
"route": "create",
43+
"name": "addDepartment",
44+
"type": "link",
45+
"permissions": {
46+
"only": ["canAdd"]
47+
}
48+
}
49+
]
50+
},
51+
{
52+
"route": "positions",
53+
"name": "positions",
54+
"type": "sub",
55+
"icon": "work",
56+
"children": [
57+
{
58+
"route": "",
59+
"name": "positionList",
60+
"type": "link"
61+
},
62+
{
63+
"route": "create",
64+
"name": "addPosition",
65+
"type": "link",
66+
"permissions": {
67+
"only": ["canAdd"]
68+
}
69+
}
70+
]
71+
},
72+
{
73+
"route": "salary-ranges",
74+
"name": "salaryRanges",
75+
"type": "sub",
76+
"icon": "attach_money",
77+
"children": [
78+
{
79+
"route": "",
80+
"name": "salaryRangeList",
81+
"type": "link"
82+
},
83+
{
84+
"route": "create",
85+
"name": "addSalaryRange",
86+
"type": "link",
87+
"permissions": {
88+
"only": ["canAdd"]
89+
}
90+
}
91+
]
92+
}
93+
]
94+
}

favicon.ico

14.7 KB
Binary file not shown.

fonts/Material_Icons.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@font-face {
2+
font-family: 'Material Icons';
3+
font-style: normal;
4+
font-weight: 400;
5+
font-display: block;
6+
src: url(./flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
7+
}
8+
9+
.material-icons {
10+
font-family: 'Material Icons';
11+
font-weight: normal;
12+
font-style: normal;
13+
font-size: 24px;
14+
line-height: 1;
15+
letter-spacing: normal;
16+
text-transform: none;
17+
display: inline-block;
18+
white-space: nowrap;
19+
word-wrap: normal;
20+
direction: ltr;
21+
font-feature-settings: 'liga';
22+
-webkit-font-smoothing: antialiased;
23+
}
59.4 KB
Binary file not shown.

i18n/en-US.json

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
{
2+
"menu": {
3+
"dashboard": "Dashboard",
4+
"employees": "Employees",
5+
"employees.employeeList": "List",
6+
"employees.addEmployee": "Create",
7+
"departments": "Departments",
8+
"departments.departmentList": "List",
9+
"departments.addDepartment": "Create",
10+
"positions": "Positions",
11+
"positions.positionList": "List",
12+
"positions.addPosition": "Create",
13+
"salaryRanges": "Salary Ranges",
14+
"salaryRanges.salaryRangeList": "List",
15+
"salaryRanges.addSalaryRange": "Create",
16+
"design": "Design",
17+
"design.colors": "Color System",
18+
"design.icons": "Material Icons",
19+
"material": "Material",
20+
"material.form-controls": "Form Controls",
21+
"material.form-controls.autocomplete": "Autocomplete",
22+
"material.form-controls.checkbox": "Checkbox",
23+
"material.form-controls.datepicker": "Datepicker",
24+
"material.form-controls.form-field": "Form Field",
25+
"material.form-controls.input": "Input",
26+
"material.form-controls.radio": "Radio",
27+
"material.form-controls.select": "Select",
28+
"material.form-controls.slider": "Slider",
29+
"material.form-controls.slide-toggle": "Slide Toggle",
30+
"material.navigation": "Navigation",
31+
"material.navigation.menu": "Menu",
32+
"material.navigation.sidenav": "Sidenav",
33+
"material.navigation.toolbar": "Toolbar",
34+
"material.layout": "Layout",
35+
"material.layout.card": "Card",
36+
"material.layout.divider": "Divider",
37+
"material.layout.expansion": "Expansion Panel",
38+
"material.layout.grid-list": "Grid List",
39+
"material.layout.list": "List",
40+
"material.layout.stepper": "Stepper",
41+
"material.layout.tab": "Tab",
42+
"material.layout.tree": "Tree",
43+
"material.buttons-indicators": "Buttons & Indicators",
44+
"material.buttons-indicators.button": "Buttons",
45+
"material.buttons-indicators.button-toggle": "Button Toggle",
46+
"material.buttons-indicators.badge": "Badge",
47+
"material.buttons-indicators.chips": "Chips",
48+
"material.buttons-indicators.icon": "Icon",
49+
"material.buttons-indicators.progress-spinner": "Progress Spinner",
50+
"material.buttons-indicators.progress-bar": "Progress Bar",
51+
"material.buttons-indicators.ripple": "Ripple",
52+
"material.popups-modals": "Popups & Modals",
53+
"material.popups-modals.bottom-sheet": "Bottom Sheet",
54+
"material.popups-modals.dialog": "Dialog",
55+
"material.popups-modals.snackbar": "Snackbar",
56+
"material.popups-modals.tooltip": "Tooltip",
57+
"material.data-table": "Data Table",
58+
"material.data-table.paginator": "Paginator",
59+
"material.data-table.sort": "Sort",
60+
"material.data-table.table": "Table",
61+
"media": "Media",
62+
"media.gallery": "Gallery",
63+
"forms": "Forms",
64+
"forms.form-elements": "Form Elements",
65+
"forms.dynamic-form": "Dynamic Form",
66+
"forms.select": "Select",
67+
"forms.datetime": "Date Time",
68+
"tables": "Tables",
69+
"tables.kitchen-sink": "Kitchen Sink",
70+
"tables.remote-data": "Remote Data",
71+
"profile": "Profile",
72+
"profile.overview": "Overview",
73+
"profile.settings": "Settings",
74+
"extensions": "Extensions",
75+
"sessions": "Sessions",
76+
"sessions.403": "403",
77+
"sessions.404": "404",
78+
"sessions.500": "500",
79+
"utilities": "Utilities",
80+
"utilities.css-grid": "CSS Grid",
81+
"utilities.css-helpers": "CSS Helpers",
82+
"menu-level": "Menu Level",
83+
"menu-level.level-1-1": "Level 1.1",
84+
"menu-level.level-1-2": "Level 1.2",
85+
"menu-level.level-1-1.level-2-1": "Level 2.1",
86+
"menu-level.level-1-1.level-2-2": "Level 2.2",
87+
"menu-level.level-1-1.level-2-1.level-3-1": "Level 3.1",
88+
"menu-level.level-1-1.level-2-1.level-3-1.level-4-1": "Level 4.1",
89+
"permissions": "Permissions",
90+
"permissions.role-switching": "Role Switching",
91+
"permissions.route-guard": "Route Guard",
92+
"permissions.test": "Permission Test"
93+
},
94+
"validation": {
95+
"required": "This field is required",
96+
"min_length": "This value should be no less than {{number}} characters",
97+
"max_length": "This value should be no more than {{number}} characters",
98+
"min": "This value should be no less than {{number}}",
99+
"max": "This value should be no more than {{number}}",
100+
"exist": "The {{value}} has exists",
101+
"inconsistent": "Inconsistent with {{value}}",
102+
"invalid_email": "Invalid email"
103+
},
104+
"paginator": {
105+
"items_per_page_label": "Items per page:",
106+
"next_page_label": "Next page",
107+
"previous_page_label": "Previous page",
108+
"first_page_label": "First page",
109+
"last_page_label": "Last page",
110+
"range_page_label_1": "no record",
111+
"range_page_label_2": "{{startIndex}} - {{endIndex}} of {{length}}"
112+
},
113+
"en_us": "English",
114+
"zh_cn": "Simplified Chinese",
115+
"zh_tw": "Traditional Chinese",
116+
"system": "System",
117+
"position": "Position",
118+
"name": "Name",
119+
"weight": "Weight",
120+
"symbol": "Symbol",
121+
"gender": "Gender",
122+
"mobile": "Mobile",
123+
"tele": "Telephone",
124+
"birthday": "Birthday",
125+
"city": "City",
126+
"address": "Address",
127+
"website": "Website",
128+
"company": "Company",
129+
"email": "Email",
130+
"operation": "Operation",
131+
"edit": "Edit",
132+
"delete": "Delete",
133+
"confirm_delete": "Confirm delete?",
134+
"ok": "Ok",
135+
"close": "Close",
136+
"profile": "Profile",
137+
"edit_profile": "Edit profile",
138+
"logout": "logout",
139+
"login": "Login",
140+
"login_title": "Welcome Back",
141+
"have_no_account": "Don't have an account",
142+
"create_one_account": "Click here to create one",
143+
"please_enter": "Please enter",
144+
"username": "Username",
145+
"password": "Password",
146+
"confirm_password": "Confirm Password",
147+
"remember_me": "Remember Me",
148+
"register": "Create account",
149+
"register_welcome": "Welcome",
150+
"register_title": "It only takes a few seconds to create your account",
151+
"read_and_agree": "I have read and agree to the terms of service",
152+
"have_an_account": "Already have an account",
153+
"restore_defaults": "Restore defaults"
154+
}

0 commit comments

Comments
 (0)