Skip to content

Commit eeeafee

Browse files
Release 1.0.0 (#1)
# Release 1.0.0 - Initial version
1 parent 858cf9d commit eeeafee

26 files changed

Lines changed: 11263 additions & 17 deletions

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Release 0.1.0
5-
- Initial commit
6-
7-
### New features
8-
- ...
9-
10-
### Improvements
11-
- ...
12-
13-
### Bugfix
14-
- ...
4+
## Release 1.0.0
5+
- Initial commit
88.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"canChangeLanguage": true,
3+
"showLoginButton": false,
4+
"defaultLanguage": "en",
5+
"disableEditMode": true,
6+
"showPageHistory": true,
7+
"compactMode": false,
8+
"canChangeCompactMode": false
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add project wide CSS settings here */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "CSK_Module_Dashboard",
3+
"version": "1.0.0",
4+
"description": "Generated",
5+
"components": [
6+
"@sick-davinci/basic-elements"
7+
],
8+
"dependencies": {
9+
"@sick-davinci/basic-elements": "^5.0.5"
10+
}
11+
}
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
.myCustomSpacerVert10_CSK_Module_Dashboard {
2+
min-height: 10px;
3+
}
4+
5+
.myCustomSpacerVert20_CSK_Module_Dashboard {
6+
min-height: 20px;
7+
}
8+
9+
.myCustomHeight150px_CSK_Module_Dashboard {
10+
height: 150px;
11+
}
12+
13+
.myCustomFrameNoColor_CSK_Module_Dashboard {
14+
margin: 6px;
15+
border-radius: 10px;
16+
border-style: solid;
17+
border-width: 0px;
18+
border-color: 007CC1;
19+
background-color: white;
20+
}
21+
22+
.myCustomFrame_CSK_Module_Dashboard {
23+
margin: 6px;
24+
border-radius: 10px;
25+
border-style: solid;
26+
border-width: 1px;
27+
border-color: #007CC1;
28+
background-color: white;
29+
}
30+
31+
.myCustomDataSlotFrame_CSK_Module_Dashboard {
32+
height: 150px;
33+
margin: 6px;
34+
border-radius: 10px;
35+
border-style: solid;
36+
border-width: 1px;
37+
border-color: #007CC1;
38+
background-color: white;
39+
}
40+
41+
.myCustomScrollbar {
42+
margin: 2px;
43+
overflow-y: auto;
44+
height: 55px;
45+
}
46+
47+
.myCustomScrollbar::-webkit-scrollbar {
48+
width: 3px;
49+
}
50+
51+
.myCustomScrollbar::-webkit-scrollbar-track {
52+
background: transparent;
53+
}
54+
55+
.myCustomScrollbar::-webkit-scrollbar-thumb {
56+
background-color: rgba(0, 0, 0, 0.3);
57+
}
58+
59+
.myCustomGauge_CSK_Module_Dashboard {
60+
height: 200px;
61+
margin-top: -35px;
62+
}
63+
64+
.myCustomLabel_CSK_Module_Dashboard {
65+
font-size:30px;
66+
color: grey;
67+
margin-top: 10px;
68+
}
69+
70+
.myCustomFrameLabel_CSK_Module_Dashboard {
71+
background: white;
72+
position:relative;
73+
top: calc(-1.2rem);
74+
left: calc(1rem);
75+
font-size: medium;
76+
}
77+
78+
.myCustomPersistentDataMargin_CSK_Module_Dashboard {
79+
margin-top: -53px;
80+
margin-left: 130px;
81+
}
82+
83+
.myCustomPersistentDataMarginBack_CSK_Module_Dashboard {
84+
margin-left: -127px;
85+
}
86+
87+
.myCustomBorderLeft_CSK_Module_Dashboard {
88+
border-left: 1px solid lightgray;
89+
}
90+
91+
.myCustomMarginFirstRow_CSK_Module_Dashboard {
92+
margin-top: -49px;
93+
}
94+
95+
.myCustomBorderBottom_CSK_Module_Dashboard {
96+
border-bottom: 1px solid lightgray;
97+
margin-inline: calc(1rem);
98+
}
99+
100+
.myCustomMarginTop7PX_CSK_Module_Dashboard {
101+
margin-top: 7px;
102+
}
103+
104+
.myCustomMarginTop-13PX_CSK_Module_Dashboard {
105+
margin-top: -13px;
106+
}
107+
108+
.myCustomBackground_CSK_Module_Dashboard {
109+
}
110+
111+
.myCustomButton_CSK_Module_Dashboard {
112+
border-radius: 30px;
113+
padding: 11px;
114+
}

CSK_Module_Dashboard/pages/pages/CSK_Module_Dashboard/CSK_Module_Dashboard.html

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

0 commit comments

Comments
 (0)