halleyx-ui-framework 4.1.8 → 4.1.9
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/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/icon-style.css +1 -1
- package/dist/src/assets/icons/icon-style(old).css +1 -1
- package/dist/src/assets/icons/icon-style.css +1 -1
- package/dist/src/assets/styles/accordion.scss +99 -99
- package/dist/src/assets/styles/base.scss +6 -1
- package/dist/src/assets/styles/breadcrumb.scss +15 -15
- package/dist/src/assets/styles/buttons.scss +4 -4
- package/dist/src/assets/styles/calendar.scss +343 -346
- package/dist/src/assets/styles/cards.scss +17 -16
- package/dist/src/assets/styles/colorPicker.scss +15 -15
- package/dist/src/assets/styles/colorpalette.scss +138 -139
- package/dist/src/assets/styles/common/var.scss +258 -31
- package/dist/src/assets/styles/componentlayout.scss +126 -128
- package/dist/src/assets/styles/contextMenu.scss +46 -47
- package/dist/src/assets/styles/customdropdown.scss +113 -115
- package/dist/src/assets/styles/dashboard.scss +764 -770
- package/dist/src/assets/styles/dataview.scss +203 -206
- package/dist/src/assets/styles/divider.scss +8 -8
- package/dist/src/assets/styles/dottedPagination.scss +1 -1
- package/dist/src/assets/styles/draggables.scss +36 -39
- package/dist/src/assets/styles/drawer.scss +68 -53
- package/dist/src/assets/styles/errorpage.scss +61 -64
- package/dist/src/assets/styles/fileupload.scss +199 -205
- package/dist/src/assets/styles/fonts.scss +29 -9
- package/dist/src/assets/styles/icon.scss +1 -1
- package/dist/src/assets/styles/imagegallery.scss +169 -167
- package/dist/src/assets/styles/importProgress.scss +1 -1
- package/dist/src/assets/styles/index.scss +21 -0
- package/dist/src/assets/styles/inputfields.scss +44 -46
- package/dist/src/assets/styles/inputitems.scss +315 -318
- package/dist/src/assets/styles/label.scss +48 -54
- package/dist/src/assets/styles/loaders.scss +1 -1
- package/dist/src/assets/styles/mixins/_var.scss +31 -37
- package/dist/src/assets/styles/mixins/functions.scss +7 -7
- package/dist/src/assets/styles/modalwindow.scss +100 -103
- package/dist/src/assets/styles/newtable.scss +10 -23
- package/dist/src/assets/styles/objectViewer.scss +80 -80
- package/dist/src/assets/styles/pagination.scss +12 -6
- package/dist/src/assets/styles/rating.scss +2 -2
- package/dist/src/assets/styles/scrollbar.scss +14 -14
- package/dist/src/assets/styles/search.scss +162 -169
- package/dist/src/assets/styles/select.scss +455 -480
- package/dist/src/assets/styles/sidebar.scss +14 -2
- package/dist/src/assets/styles/signup.scss +118 -128
- package/dist/src/assets/styles/slideControl.scss +1 -0
- package/dist/src/assets/styles/source_content.scss +13 -13
- package/dist/src/assets/styles/speeddial.scss +152 -163
- package/dist/src/assets/styles/style.css.map +12 -12
- package/dist/src/assets/styles/switch.scss +177 -189
- package/dist/src/assets/styles/tablev2.scss +140 -143
- package/dist/src/assets/styles/tabs.scss +48 -49
- package/dist/src/assets/styles/tag.scss +3 -3
- package/dist/src/assets/styles/texteditor.scss +165 -172
- package/dist/src/assets/styles/timeline.scss +384 -400
- package/dist/src/assets/styles/tooltip.scss +52 -72
- package/dist/src/assets/styles/tree.scss +13 -15
- package/dist/src/assets/styles/treeSelect.scss +8 -8
- package/dist/src/assets/styles/variables.scss +9 -9
- package/dist/src/assets/styles/visualbuilder.scss +362 -366
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/es/index.css +0 -1
- package/dist/umd/index.umd.css +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.pagination-container {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
// display: grid;
|
|
3
|
+
// grid-template-columns: 200px auto;
|
|
4
|
+
align-items: center;
|
|
5
|
+
font-size: 14px !important;
|
|
6
6
|
}
|
|
7
|
-
tr:last-child{
|
|
8
|
-
td:first-child{
|
|
7
|
+
tr:last-child {
|
|
8
|
+
td:first-child {
|
|
9
9
|
border-bottom-left-radius: 5px !important;
|
|
10
10
|
}
|
|
11
|
-
td:last-child{
|
|
11
|
+
td:last-child {
|
|
12
12
|
border-bottom-right-radius: 5px !important;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -19,8 +19,8 @@ td.fixed-column-left {
|
|
|
19
19
|
background: white;
|
|
20
20
|
box-shadow: inset -8px 0px 12px -16px #222222;
|
|
21
21
|
text-overflow: ellipsis;
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
// overflow: hidden;
|
|
23
|
+
white-space: nowrap;
|
|
24
24
|
}
|
|
25
25
|
th.fixed-column-left {
|
|
26
26
|
position: sticky !important;
|
|
@@ -29,8 +29,8 @@ th.fixed-column-left {
|
|
|
29
29
|
background: white;
|
|
30
30
|
box-shadow: inset -8px 0px 12px -16px #222222;
|
|
31
31
|
text-overflow: ellipsis;
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
// overflow: hidden;
|
|
33
|
+
white-space: nowrap;
|
|
34
34
|
}
|
|
35
35
|
td.fixed-column-right {
|
|
36
36
|
position: sticky !important;
|
|
@@ -39,8 +39,8 @@ td.fixed-column-right {
|
|
|
39
39
|
background: white;
|
|
40
40
|
box-shadow: inset 8px 0px 12px -16px #222222;
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
// overflow: hidden;
|
|
43
|
+
white-space: nowrap;
|
|
44
44
|
}
|
|
45
45
|
th.fixed-column-right {
|
|
46
46
|
position: sticky !important;
|
|
@@ -49,20 +49,20 @@ th.fixed-column-right {
|
|
|
49
49
|
background: white;
|
|
50
50
|
box-shadow: inset 8px 0px 12px -16px #222222;
|
|
51
51
|
text-overflow: ellipsis;
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
// overflow: hidden;
|
|
53
|
+
white-space: nowrap;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.table-v2-container{
|
|
56
|
+
.table-v2-container {
|
|
57
57
|
// height: 100%;
|
|
58
58
|
.hlxTableV2 {
|
|
59
59
|
thead .table-v2-merge-head th {
|
|
60
|
-
max-height: 40px
|
|
60
|
+
max-height: 40px !important;
|
|
61
61
|
z-index: 260;
|
|
62
62
|
white-space: nowrap;
|
|
63
63
|
}
|
|
64
64
|
thead .table-v2-head th {
|
|
65
|
-
max-height: 40px
|
|
65
|
+
max-height: 40px !important;
|
|
66
66
|
z-index: 260;
|
|
67
67
|
white-space: nowrap;
|
|
68
68
|
}
|
|
@@ -70,175 +70,172 @@ th.fixed-column-right {
|
|
|
70
70
|
}
|
|
71
71
|
// ----------------------------------------- Basic table css -----------------------------------------
|
|
72
72
|
.hlxTableV2 {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
border-collapse: separate !important;
|
|
74
|
+
border-spacing: 0;
|
|
75
|
+
width: 100%;
|
|
76
76
|
display: block;
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
overflow-x: auto;
|
|
78
|
+
overflow-y: auto;
|
|
79
|
+
white-space: nowrap;
|
|
80
80
|
border-collapse: collapse;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
81
|
+
font-family: 'OpenSans';
|
|
82
|
+
background: white;
|
|
83
|
+
th,
|
|
84
|
+
td {
|
|
85
|
+
padding: 4px 8px;
|
|
86
|
+
font-weight: 100;
|
|
87
|
+
font-size: 14px;
|
|
88
|
+
}
|
|
89
|
+
th {
|
|
90
|
+
width: 100%;
|
|
91
|
+
min-width: 100px;
|
|
92
|
+
text-overflow: ellipsis;
|
|
93
|
+
// overflow: hidden;
|
|
94
|
+
white-space: nowrap;
|
|
95
|
+
height: 40px !important;
|
|
96
|
+
}
|
|
97
|
+
td {
|
|
98
|
+
width: 1%;
|
|
99
|
+
min-width: max-content;
|
|
100
|
+
text-overflow: ellipsis;
|
|
101
|
+
// overflow: hidden;
|
|
102
|
+
white-space: nowrap;
|
|
103
|
+
height: 40px !important;
|
|
105
104
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// ----------------------------------------- Bold headers css -----------------------------------------
|
|
108
|
+
.boldHeaders {
|
|
109
|
+
th {
|
|
110
|
+
font-weight: bold;
|
|
112
111
|
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// ----------------------------------------- Borders css -----------------------------------------
|
|
115
|
+
|
|
116
|
+
.tableBorder {
|
|
117
|
+
border: solid #ccc 1px;
|
|
118
|
+
-moz-border-radius: 6px;
|
|
119
|
+
-webkit-border-radius: 6px;
|
|
120
|
+
border-radius: 6px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.headerBorder {
|
|
124
|
+
th {
|
|
125
|
+
border-bottom: 1px solid #d8d8d8;
|
|
127
126
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
th:last-child,
|
|
135
|
-
td:last-child {
|
|
136
|
-
border-right: none;
|
|
137
|
-
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.verticalBorder {
|
|
130
|
+
th,
|
|
131
|
+
td {
|
|
132
|
+
border-right: 1px solid #d8d8d8;
|
|
138
133
|
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
border-bottom: 1px solid #d8d8d8;
|
|
143
|
-
}
|
|
144
|
-
tr:last-child td {
|
|
145
|
-
border-bottom: none;
|
|
146
|
-
}
|
|
134
|
+
th:last-child,
|
|
135
|
+
td:last-child {
|
|
136
|
+
border-right: none;
|
|
147
137
|
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.horizontalBorder {
|
|
141
|
+
td {
|
|
142
|
+
border-bottom: 1px solid #d8d8d8;
|
|
154
143
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
.lightTheme {
|
|
158
|
-
th {
|
|
159
|
-
background: white;
|
|
160
|
-
}
|
|
144
|
+
tr:last-child td {
|
|
145
|
+
border-bottom: none;
|
|
161
146
|
}
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// ----------------------------------------- Borders css -----------------------------------------
|
|
150
|
+
.rowHover {
|
|
151
|
+
tr:hover {
|
|
152
|
+
background: #e4fff5;
|
|
167
153
|
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// ----------------------------------------- Theme css -----------------------------------------
|
|
157
|
+
.lightTheme {
|
|
158
|
+
th {
|
|
159
|
+
background: white;
|
|
173
160
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
161
|
+
}
|
|
162
|
+
.primaryTheme {
|
|
163
|
+
th {
|
|
164
|
+
background: #54bd95;
|
|
165
|
+
color: black;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
.greyTheme {
|
|
169
|
+
th {
|
|
170
|
+
background: #edecec;
|
|
171
|
+
color: black;
|
|
181
172
|
}
|
|
173
|
+
}
|
|
182
174
|
|
|
175
|
+
// ----------------------------------------- striped row css -----------------------------------------
|
|
183
176
|
|
|
184
|
-
|
|
185
|
-
|
|
177
|
+
.stripedRow {
|
|
178
|
+
tr:nth-child(even) {
|
|
179
|
+
background: #e4fff5;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// --------------------------------------------Sort-icon ---------------------------------------------------
|
|
184
|
+
.table-head {
|
|
186
185
|
display: flex;
|
|
187
|
-
.table-sort{
|
|
186
|
+
.table-sort {
|
|
188
187
|
position: relative;
|
|
189
188
|
display: flex;
|
|
190
189
|
flex-direction: column;
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
190
|
+
.icon-filled-arrow-up {
|
|
191
|
+
font-size: 10px;
|
|
192
|
+
position: absolute;
|
|
193
|
+
top: 5px;
|
|
194
|
+
}
|
|
195
|
+
.icon-filled-arrow-down {
|
|
196
|
+
font-size: 10px;
|
|
197
|
+
position: absolute;
|
|
198
|
+
top: 11px;
|
|
199
|
+
}
|
|
201
200
|
|
|
202
|
-
i{
|
|
201
|
+
i {
|
|
203
202
|
font-size: 12px;
|
|
204
|
-
margin-left:5px;
|
|
203
|
+
margin-left: 5px;
|
|
205
204
|
cursor: pointer;
|
|
206
|
-
&:hover{
|
|
207
|
-
color:var(--hlx-color-primary-dark)
|
|
205
|
+
&:hover {
|
|
206
|
+
color: var(--hlx-color-primary-dark);
|
|
208
207
|
}
|
|
209
208
|
}
|
|
210
209
|
}
|
|
211
210
|
}
|
|
212
211
|
|
|
213
|
-
.sorting-icon{
|
|
214
|
-
color: #
|
|
215
|
-
|
|
212
|
+
.sorting-icon {
|
|
213
|
+
color: #265e4b;
|
|
216
214
|
}
|
|
217
215
|
|
|
218
|
-
.icon-vertical-dots{
|
|
216
|
+
.icon-vertical-dots {
|
|
219
217
|
font-size: 20px;
|
|
220
218
|
position: relative;
|
|
221
219
|
cursor: pointer;
|
|
222
|
-
&:hover{
|
|
220
|
+
&:hover {
|
|
223
221
|
background-color: var(--hlx-color-primary-light);
|
|
224
222
|
border-radius: 20px;
|
|
225
223
|
}
|
|
226
224
|
}
|
|
227
225
|
|
|
228
|
-
|
|
229
|
-
.icon-gear{
|
|
226
|
+
.icon-gear {
|
|
230
227
|
font-size: 24px;
|
|
231
228
|
cursor: pointer;
|
|
232
229
|
}
|
|
233
230
|
|
|
234
231
|
.action-gear {
|
|
235
|
-
width:100%;
|
|
236
|
-
display:flex;
|
|
237
|
-
justify-content:center
|
|
232
|
+
width: 100%;
|
|
233
|
+
display: flex;
|
|
234
|
+
justify-content: center;
|
|
238
235
|
}
|
|
239
236
|
|
|
240
237
|
.example-2-style {
|
|
241
238
|
margin-top: -116px;
|
|
242
239
|
margin-left: -65px;
|
|
243
240
|
position: relative;
|
|
244
|
-
}
|
|
241
|
+
}
|
|
@@ -1,55 +1,54 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
font-size: 16px;
|
|
1
|
+
.tab-content {
|
|
2
|
+
font-size: 16px;
|
|
4
3
|
}
|
|
5
4
|
|
|
6
5
|
.tabs_header {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
width: 100%;
|
|
7
|
+
margin-top: 0px;
|
|
8
|
+
margin-bottom: 10px;
|
|
9
|
+
list-style: none;
|
|
10
|
+
padding: 0;
|
|
11
|
+
display: flex;
|
|
12
|
+
border-bottom: 1px solid var(--hlx-border-color);
|
|
13
|
+
overflow-x: auto;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.tabs_header li {
|
|
17
|
+
border: 2px solid transparent;
|
|
18
|
+
font-size: 14px;
|
|
19
|
+
min-width: 100px;
|
|
20
|
+
white-space: nowrap;
|
|
21
|
+
text-align: center;
|
|
22
|
+
padding: 10px 10px;
|
|
23
|
+
margin-right: 10px;
|
|
24
|
+
cursor: pointer !important;
|
|
25
|
+
transition: 0.4s all ease-out;
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
text-overflow: ellipsis;
|
|
28
|
+
}
|
|
29
|
+
.tabs_header li#top.selected {
|
|
30
|
+
border-top: 2px solid var(--hlx-color-primary);
|
|
31
|
+
color: var(--hlx-color-primary);
|
|
32
|
+
}
|
|
33
|
+
.tabs_header li#bottom.selected {
|
|
34
|
+
border-bottom: 2px solid var(--hlx-color-primary);
|
|
35
|
+
color: var(--hlx-color-primary);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.tab-arrows {
|
|
39
|
+
display: flex;
|
|
40
|
+
i {
|
|
41
|
+
cursor: pointer;
|
|
13
42
|
border-bottom: 1px solid var(--hlx-border-color);
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.tabs_header li {
|
|
18
|
-
border: 2px solid transparent;
|
|
19
|
-
font-size: 14px;
|
|
20
|
-
min-width: 100px;
|
|
21
|
-
white-space: nowrap;
|
|
22
|
-
text-align: center;
|
|
23
|
-
padding: 10px 10px;
|
|
24
|
-
margin-right: 10px;
|
|
25
|
-
cursor: pointer !important;
|
|
26
|
-
transition: 0.4s all ease-out;
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
text-overflow: ellipsis;
|
|
29
|
-
}
|
|
30
|
-
.tabs_header li#top.selected {
|
|
31
|
-
border-top: 2px solid var(--hlx-color-primary);
|
|
32
|
-
color: var(--hlx-color-primary);
|
|
33
|
-
}
|
|
34
|
-
.tabs_header li#bottom.selected {
|
|
35
|
-
border-bottom: 2px solid var(--hlx-color-primary);
|
|
36
|
-
color: var(--hlx-color-primary);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.tab-arrows {
|
|
43
|
+
height: 44px;
|
|
40
44
|
display: flex;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
display: flex;
|
|
46
|
-
align-items: center;
|
|
47
|
-
z-index: 100;
|
|
48
|
-
position: relative;
|
|
49
|
-
font-size: var(--hlx-icon-size-md);
|
|
50
|
-
}
|
|
45
|
+
align-items: center;
|
|
46
|
+
z-index: 100;
|
|
47
|
+
position: relative;
|
|
48
|
+
font-size: var(--hlx-icon-size-md);
|
|
51
49
|
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.tabs_header::-webkit-scrollbar {
|
|
53
|
+
display: none;
|
|
54
|
+
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
width: -moz-max-content;
|
|
11
11
|
width: max-content;
|
|
12
12
|
font-weight: 500;
|
|
13
|
-
letter-spacing: .005em;
|
|
13
|
+
letter-spacing: 0.005em;
|
|
14
14
|
flex-direction: row;
|
|
15
15
|
align-items: center;
|
|
16
16
|
justify-content: space-between;
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
|
|
70
70
|
&.success {
|
|
71
71
|
background-color: var(--hlx-color-success-light);
|
|
72
|
-
color: getCssVar(
|
|
72
|
+
color: getCssVar('color', 'success');
|
|
73
73
|
&:hover {
|
|
74
74
|
cursor: default;
|
|
75
|
-
background-color: getCssVar(
|
|
75
|
+
background-color: getCssVar('color', 'success');
|
|
76
76
|
color: var(--hlx-color-success-light);
|
|
77
77
|
}
|
|
78
78
|
}
|