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,8 +1,8 @@
|
|
|
1
|
-
// // table
|
|
2
|
-
// // { width: 100%;
|
|
1
|
+
// // table
|
|
2
|
+
// // { width: 100%;
|
|
3
3
|
// // display: block;
|
|
4
4
|
// // overflow-x: auto;
|
|
5
|
-
// // white-space: nowrap;
|
|
5
|
+
// // white-space: nowrap;
|
|
6
6
|
// // border-collapse: collapse;
|
|
7
7
|
// // font-family: var(--hlx-font-type-content);
|
|
8
8
|
// // i{
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
// // text-align: left;
|
|
14
14
|
// // }
|
|
15
15
|
// th
|
|
16
|
-
|
|
17
|
-
// {
|
|
16
|
+
|
|
17
|
+
// {
|
|
18
18
|
// // width: 100%;
|
|
19
19
|
// // min-width: 100px;
|
|
20
20
|
// // text-overflow: ellipsis;
|
|
21
21
|
// // overflow: hidden;
|
|
22
22
|
// // white-space: nowrap;
|
|
23
23
|
// // // border-bottom: solid 1px $border-color;
|
|
24
|
-
// // padding: 12px;
|
|
24
|
+
// // padding: 12px;
|
|
25
25
|
// }
|
|
26
26
|
// // td
|
|
27
|
-
// // {
|
|
27
|
+
// // {
|
|
28
28
|
// // width: 1%;
|
|
29
29
|
// // font-family: var(--hlx-font-type-content);
|
|
30
30
|
// // // min-width: max-content;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
// // // overflow: hidden;
|
|
33
33
|
// // // white-space: nowrap;
|
|
34
34
|
// // // // border-bottom: solid 1px $border-color;
|
|
35
|
-
// // padding: 12px;
|
|
35
|
+
// // padding: 12px;
|
|
36
36
|
// // }
|
|
37
37
|
|
|
38
38
|
// .table-img{
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
// width: 100px;
|
|
41
41
|
// height: 31.5px;
|
|
42
42
|
// object-fit: contain;
|
|
43
|
-
|
|
43
|
+
|
|
44
44
|
// }
|
|
45
45
|
|
|
46
46
|
// .row-expand{
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
// padding-top: 19px;
|
|
122
122
|
// }
|
|
123
123
|
|
|
124
|
-
|
|
125
124
|
// .onehead{
|
|
126
125
|
// min-width: 322.6666666666667px;
|
|
127
126
|
// width:322.6666666666667px;
|
|
@@ -143,9 +142,6 @@
|
|
|
143
142
|
// justify-content: center;
|
|
144
143
|
// }
|
|
145
144
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
145
|
// .child-title{
|
|
150
146
|
// min-width: 260px;
|
|
151
147
|
// max-width: 260px;
|
|
@@ -155,10 +151,9 @@
|
|
|
155
151
|
// }
|
|
156
152
|
|
|
157
153
|
// .table-wrapper-2{
|
|
158
|
-
// width:100%;
|
|
154
|
+
// width:100%;
|
|
159
155
|
// }
|
|
160
156
|
|
|
161
|
-
|
|
162
157
|
// .url-value{
|
|
163
158
|
// color:var(--hlx-text-color-primary);
|
|
164
159
|
// }
|
|
@@ -196,22 +191,17 @@
|
|
|
196
191
|
// }
|
|
197
192
|
// }
|
|
198
193
|
|
|
199
|
-
|
|
200
|
-
|
|
201
194
|
// //rowgroup
|
|
202
195
|
|
|
203
|
-
|
|
204
196
|
// .group-by{
|
|
205
197
|
// width:20%;
|
|
206
198
|
// margin-right: 10px;
|
|
207
199
|
// }
|
|
208
200
|
|
|
209
|
-
|
|
210
201
|
// .group-by-row-parent{
|
|
211
202
|
// width:100%;
|
|
212
203
|
// }
|
|
213
204
|
|
|
214
|
-
|
|
215
205
|
// .group-by-row-child:first-child{
|
|
216
206
|
// width:200px;
|
|
217
207
|
// }
|
|
@@ -224,7 +214,6 @@
|
|
|
224
214
|
// border-bottom: 1px solid var(--hlx-border-color);
|
|
225
215
|
// }
|
|
226
216
|
|
|
227
|
-
|
|
228
217
|
// .normalrow{
|
|
229
218
|
// display:flex
|
|
230
219
|
// }
|
|
@@ -235,7 +224,6 @@
|
|
|
235
224
|
// display: none;
|
|
236
225
|
// }
|
|
237
226
|
|
|
238
|
-
|
|
239
227
|
// .showdata{
|
|
240
228
|
// display: flex;
|
|
241
229
|
// }
|
|
@@ -301,7 +289,6 @@
|
|
|
301
289
|
// font-size: 12px;
|
|
302
290
|
// }
|
|
303
291
|
|
|
304
|
-
|
|
305
292
|
// .show_custom_Filter{
|
|
306
293
|
// display: none;
|
|
307
294
|
// }
|
|
@@ -1,119 +1,119 @@
|
|
|
1
1
|
.parent {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
display: none;
|
|
3
|
+
font-size: 15px !important;
|
|
4
4
|
}
|
|
5
5
|
.parent:first-child {
|
|
6
|
-
|
|
6
|
+
display: block;
|
|
7
7
|
}
|
|
8
8
|
.db-row {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
display: flex;
|
|
10
|
+
width: 100%;
|
|
11
|
+
// height: 60px;
|
|
12
|
+
i {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
#other {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
height: 40px;
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
#obj.db-row {
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
padding-left: 4px;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#obj.db-row:not(:first-of-type) {
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
margin-left: -40px;
|
|
30
|
+
}
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
.array-string {
|
|
33
|
+
display: flex;
|
|
34
|
+
margin-top: 6px;
|
|
35
|
+
}
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
.array-index {
|
|
38
|
+
display: flex;
|
|
39
|
+
}
|
|
40
40
|
.div-with-arrow {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
margin-left: 4px;
|
|
42
|
+
margin-top: 8px;
|
|
43
|
+
// margin-bottom: 16px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.colon-key {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
display: flex;
|
|
48
|
+
width: 150px !important;
|
|
49
|
+
word-break: break-all;
|
|
50
|
+
margin-right: 20px;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
#other {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
padding: 4px;
|
|
55
|
+
border-radius: 5px;
|
|
56
56
|
}
|
|
57
57
|
#other:hover {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
background: var(--hlx-color-primary-lighter);
|
|
59
|
+
.enable-edit {
|
|
60
|
+
margin-left: 1rem;
|
|
61
|
+
margin-bottom: 3px;
|
|
62
|
+
display: flex !important;
|
|
63
|
+
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.array-index-parent:has(.array-index) {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
67
|
+
border-right: 1px solid #d8d8d8;
|
|
68
|
+
padding-right: 4px;
|
|
69
|
+
margin-top: 6px;
|
|
70
|
+
margin-bottom: 16px;
|
|
71
71
|
}
|
|
72
72
|
.array-index-parent:has(.array-string) {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
// border-right: 1px solid #d8d8d8;
|
|
74
|
+
// width: 150px;
|
|
75
|
+
word-break: break-all;
|
|
76
|
+
}
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
.colon-value {
|
|
79
|
+
word-break: break-all;
|
|
80
|
+
display: flex;
|
|
81
|
+
align-items: flex-end;
|
|
82
|
+
min-width: 250px;
|
|
83
83
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
.icon-check-square-regular {
|
|
90
|
-
color: #54bd95;
|
|
91
|
-
font-size: 1.5rem;
|
|
92
|
-
}
|
|
84
|
+
.cancel-edit {
|
|
85
|
+
color: var(--error);
|
|
86
|
+
font-size: 1.5rem;
|
|
87
|
+
margin-left: 4px;
|
|
93
88
|
}
|
|
89
|
+
.icon-check-square-regular {
|
|
90
|
+
color: #54bd95;
|
|
91
|
+
font-size: 1.5rem;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
.radio-container {
|
|
99
|
-
align-items: center;
|
|
100
|
-
}
|
|
95
|
+
#other.db-row {
|
|
96
|
+
// margin-bottom: 1rem;
|
|
101
97
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
98
|
+
.radio-container {
|
|
99
|
+
align-items: center;
|
|
105
100
|
}
|
|
106
101
|
|
|
107
|
-
.
|
|
108
|
-
|
|
109
|
-
border-radius: 5px;
|
|
110
|
-
border: 1px solid #d8d8d8;
|
|
111
|
-
padding: 8px;
|
|
112
|
-
font-size: 15px;
|
|
113
|
-
margin-left: 1rem;
|
|
114
|
-
margin-bottom: 1rem;
|
|
102
|
+
.radio-checkmark {
|
|
103
|
+
margin-top: 4px;
|
|
115
104
|
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.schema-builder-input {
|
|
108
|
+
height: 36px;
|
|
109
|
+
border-radius: 5px;
|
|
110
|
+
border: 1px solid #d8d8d8;
|
|
111
|
+
padding: 8px;
|
|
112
|
+
font-size: 15px;
|
|
113
|
+
margin-left: 1rem;
|
|
114
|
+
margin-bottom: 1rem;
|
|
115
|
+
}
|
|
116
116
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
// .schema-builder-key-value {
|
|
118
|
+
// display: flex;
|
|
119
|
+
// }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[id^=
|
|
1
|
+
[id^='hlx-pagination-container-hlx-'] {
|
|
2
2
|
display: grid;
|
|
3
3
|
width: 100%;
|
|
4
4
|
justify-content: end;
|
|
@@ -104,6 +104,12 @@
|
|
|
104
104
|
// color:$border-color-secondary;
|
|
105
105
|
// color: getCssVar('color', 'primary');
|
|
106
106
|
}
|
|
107
|
+
<<<<<<< HEAD
|
|
108
|
+
=======
|
|
109
|
+
// & > i:last-child {
|
|
110
|
+
// margin-left: -26px;
|
|
111
|
+
// }
|
|
112
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
107
113
|
}
|
|
108
114
|
&.background {
|
|
109
115
|
background: rgba(var(--hlx-color-disable-rgb), 0.6);
|
|
@@ -159,7 +165,7 @@
|
|
|
159
165
|
}
|
|
160
166
|
&.dec::before,
|
|
161
167
|
&.inc::before {
|
|
162
|
-
content:
|
|
168
|
+
content: '...';
|
|
163
169
|
}
|
|
164
170
|
&:hover:not(.higlight) {
|
|
165
171
|
border-radius: 50%;
|
|
@@ -178,7 +184,7 @@
|
|
|
178
184
|
display: block;
|
|
179
185
|
}
|
|
180
186
|
&::before {
|
|
181
|
-
content:
|
|
187
|
+
content: '';
|
|
182
188
|
}
|
|
183
189
|
}
|
|
184
190
|
&.inc:hover {
|
|
@@ -186,14 +192,14 @@
|
|
|
186
192
|
display: block;
|
|
187
193
|
}
|
|
188
194
|
&::before {
|
|
189
|
-
content:
|
|
195
|
+
content: '';
|
|
190
196
|
}
|
|
191
197
|
}
|
|
192
198
|
}
|
|
193
199
|
}
|
|
194
200
|
}
|
|
195
201
|
@media screen and (max-width: 800px) {
|
|
196
|
-
[id^=
|
|
202
|
+
[id^='hlx-pagination-container-hlx-'] {
|
|
197
203
|
&.rows-per-page:not(.go-to) {
|
|
198
204
|
grid-template-columns: 70px;
|
|
199
205
|
grid-template-rows: 1fr 1fr;
|
|
@@ -202,7 +208,7 @@
|
|
|
202
208
|
}
|
|
203
209
|
}
|
|
204
210
|
@media screen and (max-width: 900px) {
|
|
205
|
-
[id^=
|
|
211
|
+
[id^='hlx-pagination-container-hlx-'] {
|
|
206
212
|
&.rows-per-page:not(.go-to) {
|
|
207
213
|
grid-template-columns: 70px;
|
|
208
214
|
grid-template-rows: 1fr 1fr;
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
// .rating__icon {
|
|
14
14
|
// pointer-events: none;
|
|
15
15
|
// }
|
|
16
|
-
.full-star[read=
|
|
16
|
+
.full-star[read='false'] {
|
|
17
17
|
// background-color: red;
|
|
18
|
-
.rating__label:hover:not([class=
|
|
18
|
+
.rating__label:hover:not([class='rated']) {
|
|
19
19
|
display: block;
|
|
20
20
|
// background: #000;
|
|
21
21
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
::-webkit-scrollbar {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
width: 4px;
|
|
3
|
+
height: 4px;
|
|
4
|
+
}
|
|
5
|
+
::-webkit-scrollbar-track {
|
|
6
|
+
background-color: transparent;
|
|
7
|
+
border-radius: 20px;
|
|
8
|
+
}
|
|
9
|
+
::-webkit-scrollbar-thumb {
|
|
10
|
+
background: #bdbdbd;
|
|
11
|
+
border-radius: 10px;
|
|
12
|
+
}
|
|
13
|
+
::-webkit-scrollbar-thumb:hover {
|
|
14
|
+
background: #bdbdbd;
|
|
15
|
+
}
|