@vitrosoftware/common-ui-ts 1.1.162 → 1.1.164
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/css/std/common.css +6 -0
- package/css/std/controls/date-picker/date-picker.css +10 -23
- package/css/std/controls/editable-list/editable-list.css +79 -1
- package/css/std/controls/pin-button/pin-button.css +5 -0
- package/css/std/controls/reorderable-list/reorderable-list.css +1 -0
- package/css/std/controls/sidebar/sidebar-item.css +58 -0
- package/css/std/controls/sidebar/sidebar.css +2 -2
- package/css/std/controls/tab-button-group/tab-button-group.css +31 -0
- package/css/std/controls/table-view/table-view.css +4 -0
- package/css/std/controls/table-view/treegrid-message.css +1 -1
- package/css/std/controls/time-picker/time-picker.css +31 -56
- package/css/std/controls/tree-view/tree-view.css +13 -1
- package/css/white/controls/table-view/treegrid.css +1 -1
- package/dist/index.css +240 -84
- package/dist/index.js +346 -81
- package/dist/index.js.map +1 -1
- package/dist/src/constants/Event.d.ts +3 -1
- package/dist/src/controls/AddFieldButton/AddFieldButton.d.ts +4 -0
- package/dist/src/controls/DatePicker/DatePicker.d.ts +3 -1
- package/dist/src/controls/DropdownButton/DropdownButton.d.ts +1 -0
- package/dist/src/controls/EditableList/EditableItem.d.ts +3 -0
- package/dist/src/controls/EditableList/EditableList.d.ts +4 -1
- package/dist/src/controls/ReorderableList/ReorderableItem.d.ts +1 -0
- package/dist/src/controls/Sidebar/GroupItem.d.ts +1 -0
- package/dist/src/controls/Sidebar/Section.d.ts +1 -0
- package/dist/src/controls/Sidebar/SectionList.d.ts +1 -0
- package/dist/src/controls/Sidebar/Sidebar.d.ts +1 -0
- package/dist/src/controls/TabButtonGroup/TabButtonGroup.d.ts +1 -0
- package/dist/src/controls/TableView/TableViewConstants.d.ts +4 -0
- package/dist/src/controls/TableView/TableViewContext.d.ts +1 -0
- package/dist/src/controls/TimePicker/TimePicker.d.ts +3 -1
- package/dist/src/controls/TreeView/TreeView.d.ts +2 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/DxfViewer/js/dxf-viewer.js +14 -14
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
package/css/std/common.css
CHANGED
|
@@ -14,12 +14,6 @@
|
|
|
14
14
|
top: calc(50% - 10px);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.vitro-control-container {
|
|
18
|
-
position: relative;
|
|
19
|
-
z-index: 1100;
|
|
20
|
-
width: 100%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
17
|
.vitro-control input {
|
|
24
18
|
height: 40px !important;
|
|
25
19
|
font-size: 14px !important;
|
|
@@ -92,26 +86,19 @@
|
|
|
92
86
|
width: 100% !important;
|
|
93
87
|
}
|
|
94
88
|
|
|
95
|
-
.vitro-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.vitro-control .vitro-control-container :global(.k-animation-container) {
|
|
106
|
-
position: absolute !important;
|
|
89
|
+
.vitro-calendar-container {
|
|
90
|
+
width: 280px;
|
|
91
|
+
height: 316px;
|
|
92
|
+
box-shadow: none !important;
|
|
93
|
+
background-color: transparent;
|
|
94
|
+
border-radius: 4px;
|
|
95
|
+
padding: 4px 0;
|
|
96
|
+
border: none;
|
|
107
97
|
}
|
|
108
98
|
|
|
109
|
-
.vitro-
|
|
110
|
-
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12)
|
|
99
|
+
.vitro-calendar-container > div {
|
|
100
|
+
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
|
|
111
101
|
background-color: #fff;
|
|
112
|
-
border-radius: 4px !important;
|
|
113
|
-
right: 0;
|
|
114
|
-
width: 100% !important;
|
|
115
102
|
}
|
|
116
103
|
|
|
117
104
|
:global(.k-calendar) {
|
|
@@ -47,4 +47,82 @@
|
|
|
47
47
|
|
|
48
48
|
.vitro-display-none {
|
|
49
49
|
display: none;
|
|
50
|
-
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.vitro-editable-item.vitro-mobile {
|
|
53
|
+
position: relative;
|
|
54
|
+
align-items: start !important;
|
|
55
|
+
padding: 12px;
|
|
56
|
+
border-radius: 8px;
|
|
57
|
+
background-color: #ffffff;
|
|
58
|
+
box-shadow: 0px 0px 1px 0px #00000040;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.vitro-editable-item.vitro-mobile:active,
|
|
62
|
+
.vitro-editable-item.vitro-mobile:hover {
|
|
63
|
+
background-color: #F3F8FF;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.vitro-editable-item.vitro-mobile.vitro-active {
|
|
67
|
+
background-color: #DCEEFF;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.vitro-editable-item.vitro-mobile > button:first-child {
|
|
71
|
+
position: absolute;
|
|
72
|
+
top: -4px;
|
|
73
|
+
left: -4px;
|
|
74
|
+
border-radius: 12px !important;
|
|
75
|
+
background-color: #ffffff;
|
|
76
|
+
box-shadow: 0px 2px 6px 0px #0000001A;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.vitro-editable-item.vitro-mobile > button:first-child:after {
|
|
80
|
+
content: '';
|
|
81
|
+
width: 24px;
|
|
82
|
+
height: 24px;
|
|
83
|
+
border-radius: 12px;
|
|
84
|
+
box-shadow: 0px 0px 2px 0px #0000001F;
|
|
85
|
+
position: absolute;
|
|
86
|
+
left: 0;
|
|
87
|
+
top: 0;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.vitro-editable-item-icon {
|
|
91
|
+
border-radius: 4px;
|
|
92
|
+
background: #F3F8FF;
|
|
93
|
+
padding: 4px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.vitro-editable-item-icon img {
|
|
97
|
+
width: 24px;
|
|
98
|
+
height: 24px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.vitro-editable-item.vitro-mobile .vitro-editable-item-label {
|
|
102
|
+
white-space: pre-wrap !important;
|
|
103
|
+
padding-left: 8px;
|
|
104
|
+
margin-top: 8px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.vitro-editable-item.vitro-mobile .vitro-dropdown-button {
|
|
108
|
+
margin-top: 4px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.vitro-editable-item.vitro-mobile .vitro-dropdown-button :global(.dropdown-menu) {
|
|
112
|
+
transform: translate3d(-7px, 22px, 0) !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.vitro-editable-item.vitro-mobile .vitro-dropdown-button :global(.dropdown-menu)[x-placement="top-end"] {
|
|
116
|
+
transform: translate3d(-7px, -30px, 0) !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.vitro-editable-item.vitro-mobile .vitro-dropdown-button :global(.dropdown-menu::before) {
|
|
120
|
+
display: none !important;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.vitro-header-mobile {
|
|
124
|
+
min-height: 40px;
|
|
125
|
+
padding-left: 12px;
|
|
126
|
+
padding-right: 12px;
|
|
127
|
+
margin-bottom: 8px;
|
|
128
|
+
}
|
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.vitro-pin-button.vitro-active:hover,
|
|
19
|
+
.vitro-pin-button.vitro-active:active {
|
|
20
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
|
|
21
|
+
}
|
|
22
|
+
|
|
18
23
|
:global(.vitro-no-hover).vitro-pin-button.vitro-active:hover,
|
|
19
24
|
:global(.vitro-no-hover).vitro-pin-button.vitro-active:active,
|
|
20
25
|
:global(.vitro-no-hover).vitro-pin-button:hover,
|
|
@@ -268,4 +268,62 @@
|
|
|
268
268
|
border: none;
|
|
269
269
|
border-radius: 2px;
|
|
270
270
|
margin: 12px auto;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.vitro-sidebar-group-slideup-panel {
|
|
274
|
+
z-index: 268 !important;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.vitro-sidebar-group-slideup-panel > div {
|
|
278
|
+
max-height: 95% !important;
|
|
279
|
+
height: calc(100% - 56px) !important;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.vitro-sidebar-group-slideup-panel .vitro-scrollbar {
|
|
283
|
+
max-height: none !important;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.vitro-sidebar-group-slideup-panel .vitro-scrollbar > div:first-child {
|
|
287
|
+
padding: 0 12px 12px 12px !important;
|
|
288
|
+
max-height: none !important;
|
|
289
|
+
height: 100% !important;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.vitro-sidebar-group-slideup-panel .vitro-scrollbar > div:first-child > ul {
|
|
293
|
+
padding-left: 0 !important;
|
|
294
|
+
margin-bottom: 0 !important;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.vitro-sidebar-group-slideup-panel .vitro-scrollbar > div:first-child > ul li {
|
|
298
|
+
margin-bottom: 0 !important;
|
|
299
|
+
border-radius: 0 !important;
|
|
300
|
+
background: transparent !important;
|
|
301
|
+
border-bottom: 1px solid #EDEFF4;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.vitro-sidebar-group-slideup-panel .vitro-scrollbar > div:first-child > ul li:hover,
|
|
305
|
+
.vitro-sidebar-group-slideup-panel .vitro-scrollbar > div:first-child > ul li:active {
|
|
306
|
+
background: #F3F8FF !important;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.vitro-sidebar-group-slideup-panel .vitro-item-text {
|
|
310
|
+
font-size: 14px !important;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.vitro-sidebar-group-slideup-panel .vitro-item > button {
|
|
314
|
+
box-shadow: none !important;
|
|
315
|
+
background-color: transparent !important;
|
|
316
|
+
border: none !important;
|
|
317
|
+
border-radius: 0 !important;
|
|
318
|
+
height: 40px !important;
|
|
319
|
+
padding-left: 8px !important;
|
|
320
|
+
padding-right: 8px !important;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.vitro-sidebar-group-slideup-panel .vitro-item > button.vitro-active {
|
|
324
|
+
background-color: #DCEEFF !important;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.vitro-sidebar-group-slideup-panel .vitro-item > button::before {
|
|
328
|
+
display: none !important;
|
|
271
329
|
}
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
min-width: auto !important;
|
|
34
34
|
margin-left: 3px !important;
|
|
35
35
|
height: auto !important;
|
|
36
|
+
max-width: 304px;
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
.vitro-tab-button-group-content > button:first-child {
|
|
@@ -84,3 +85,33 @@
|
|
|
84
85
|
top: 100%;
|
|
85
86
|
left: 0;
|
|
86
87
|
}
|
|
88
|
+
|
|
89
|
+
:global(.vitro-mobile-layout) .vitro-tab-button-group {
|
|
90
|
+
padding-left: 8px !important;
|
|
91
|
+
padding-right: 8px !important;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
:global(.vitro-mobile-layout) .vitro-tab-button-group-content > button {
|
|
95
|
+
margin-left: 2px !important;
|
|
96
|
+
max-width: 220px !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
:global(.vitro-mobile-layout) .vitro-tab-button-group-content > button:first-child {
|
|
100
|
+
margin-left: 0 !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.vitro-tab-button-group-content :global(.dropdown-menu) {
|
|
104
|
+
margin-top: 12px !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.vitro-tab-button-group-content :global(.dropdown-menu) :global(.dropdown-item) {
|
|
108
|
+
max-width: 241px;
|
|
109
|
+
overflow: hidden;
|
|
110
|
+
text-overflow: ellipsis;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.vitro-tab-button-group-content :global(.dropdown-menu) :global(.dropdown-item) span {
|
|
114
|
+
max-width: 100%;
|
|
115
|
+
overflow: hidden;
|
|
116
|
+
text-overflow: ellipsis;
|
|
117
|
+
}
|
|
@@ -14,12 +14,6 @@
|
|
|
14
14
|
top: calc(50% - 10px);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.vitro-control-container {
|
|
18
|
-
position: relative;
|
|
19
|
-
z-index: 1100;
|
|
20
|
-
width: 100%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
17
|
.vitro-control input {
|
|
24
18
|
height: 40px !important;
|
|
25
19
|
font-size: 14px !important;
|
|
@@ -100,33 +94,13 @@
|
|
|
100
94
|
width: 100% !important;
|
|
101
95
|
}
|
|
102
96
|
|
|
103
|
-
.vitro-
|
|
104
|
-
|
|
105
|
-
left: unset !important;
|
|
106
|
-
right: 0 !important;
|
|
107
|
-
width: 100% !important;
|
|
108
|
-
min-width: unset !important;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.vitro-control-container :global(.k-animation-container) {
|
|
112
|
-
position: initial !important;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.vitro-control .vitro-control-container :global(.k-animation-container) {
|
|
116
|
-
position: absolute !important;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.vitro-control-container :global(.k-popup) {
|
|
97
|
+
.vitro-timepicker-container {
|
|
98
|
+
width: 190px;
|
|
120
99
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12) !important;
|
|
121
100
|
background-color: #fff;
|
|
122
|
-
border-radius: 4px
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.vitro-control-container :global(.k-picker-wrap) {
|
|
128
|
-
border-radius: 4px !important;
|
|
129
|
-
border: 1px solid #C0CAD5 !important;
|
|
101
|
+
border-radius: 4px;
|
|
102
|
+
border: none;
|
|
103
|
+
margin: 4px 0;
|
|
130
104
|
}
|
|
131
105
|
|
|
132
106
|
.vitro-control :global(.k-i-clock) {
|
|
@@ -142,7 +116,7 @@
|
|
|
142
116
|
display: none;
|
|
143
117
|
}
|
|
144
118
|
|
|
145
|
-
.vitro-
|
|
119
|
+
.vitro-timepicker-container :global(.k-picker-wrap > .k-select) {
|
|
146
120
|
background: transparent !important;
|
|
147
121
|
margin-right: 16px;
|
|
148
122
|
width: 20px;
|
|
@@ -150,12 +124,12 @@
|
|
|
150
124
|
align-self: center;
|
|
151
125
|
}
|
|
152
126
|
|
|
153
|
-
.vitro-
|
|
154
|
-
.vitro-
|
|
127
|
+
.vitro-timepicker-container :global(.k-picker-wrap.k-state-focused),
|
|
128
|
+
.vitro-timepicker-container :global(.k-picker-wrap.k-state-active) {
|
|
155
129
|
box-shadow: none !important;
|
|
156
130
|
}
|
|
157
131
|
|
|
158
|
-
.vitro-
|
|
132
|
+
.vitro-timepicker-container :global(.k-title) {
|
|
159
133
|
font-family: 'InterMedium';
|
|
160
134
|
font-weight: unset !important;
|
|
161
135
|
color: #222D44;
|
|
@@ -164,35 +138,36 @@
|
|
|
164
138
|
line-height: 27px;
|
|
165
139
|
}
|
|
166
140
|
|
|
167
|
-
.vitro-
|
|
141
|
+
.vitro-timepicker-container :global(.k-time-container .k-item:hover) {
|
|
168
142
|
font-family: 'InterMedium';
|
|
169
143
|
}
|
|
170
144
|
|
|
171
|
-
.vitro-
|
|
145
|
+
.vitro-timepicker-container :global(.k-time-highlight) {
|
|
172
146
|
border-color: #C0CAD5;
|
|
173
147
|
}
|
|
174
148
|
|
|
175
|
-
.vitro-
|
|
176
|
-
.vitro-
|
|
149
|
+
.vitro-timepicker-container :global(.k-time-list)::after,
|
|
150
|
+
.vitro-timepicker-container :global(.k-time-list)::before {
|
|
177
151
|
box-shadow: 0 12px 30px 60px #fff;
|
|
178
152
|
}
|
|
179
153
|
|
|
180
|
-
.vitro-
|
|
181
|
-
background-color: #
|
|
154
|
+
.vitro-timepicker-container :global(.k-time-list-wrapper.k-state-focused) {
|
|
155
|
+
background-color: #DCEEFF;
|
|
156
|
+
font-family: 'InterMedium';
|
|
182
157
|
}
|
|
183
158
|
|
|
184
|
-
.vitro-
|
|
185
|
-
.vitro-
|
|
159
|
+
.vitro-timepicker-container :global(.k-time-list-wrapper.k-state-focused)::before,
|
|
160
|
+
.vitro-timepicker-container :global(.k-time-list-wrapper.k-state-focused)::after {
|
|
186
161
|
display: none;
|
|
187
162
|
}
|
|
188
163
|
|
|
189
|
-
.vitro-
|
|
164
|
+
.vitro-timepicker-container :global(.k-time-list-wrapper) {
|
|
190
165
|
background-color: #FFF;
|
|
191
166
|
width: 85px;
|
|
192
167
|
margin-top: 1px;
|
|
193
168
|
}
|
|
194
169
|
|
|
195
|
-
.vitro-
|
|
170
|
+
.vitro-timepicker-container :global(.k-time-list-wrapper .k-title) {
|
|
196
171
|
font-family: 'InterRegular';
|
|
197
172
|
color: #222D44;
|
|
198
173
|
background-color: #FFF !important;
|
|
@@ -205,22 +180,22 @@
|
|
|
205
180
|
opacity: 1 !important;
|
|
206
181
|
}
|
|
207
182
|
|
|
208
|
-
.vitro-
|
|
183
|
+
.vitro-timepicker-container :global(.k-time-list-container) {
|
|
209
184
|
justify-content: center;
|
|
210
185
|
}
|
|
211
186
|
|
|
212
|
-
.vitro-
|
|
187
|
+
.vitro-timepicker-container :global(.k-time-header) {
|
|
213
188
|
height: 40px;
|
|
214
189
|
border-bottom: 1px solid #C0CAD5;
|
|
215
190
|
padding: 8px 24px;
|
|
216
191
|
}
|
|
217
192
|
|
|
218
|
-
.vitro-
|
|
193
|
+
.vitro-timepicker-container :global(.k-time-footer) {
|
|
219
194
|
border-top: 1px solid #E4E6EC;
|
|
220
195
|
margin-top: 0 !important;
|
|
221
196
|
}
|
|
222
197
|
|
|
223
|
-
.vitro-
|
|
198
|
+
.vitro-timepicker-container :global(.k-time-now) {
|
|
224
199
|
border-radius: 4px !important;
|
|
225
200
|
color: #3274E0 !important;
|
|
226
201
|
font-size: 14px !important;
|
|
@@ -228,11 +203,11 @@
|
|
|
228
203
|
outline: none !important;
|
|
229
204
|
}
|
|
230
205
|
|
|
231
|
-
.vitro-
|
|
206
|
+
.vitro-timepicker-container :global(.k-time-now):hover::before {
|
|
232
207
|
display: none;
|
|
233
208
|
}
|
|
234
209
|
|
|
235
|
-
.vitro-
|
|
210
|
+
.vitro-timepicker-container :global(.k-action-buttons .k-button) {
|
|
236
211
|
background: #fff;
|
|
237
212
|
border-bottom-left-radius: 4px;
|
|
238
213
|
font-size: 14px;
|
|
@@ -242,28 +217,28 @@
|
|
|
242
217
|
color: #222D44;
|
|
243
218
|
}
|
|
244
219
|
|
|
245
|
-
.vitro-
|
|
220
|
+
.vitro-timepicker-container :global(.k-action-buttons .k-primary) {
|
|
246
221
|
background: #347FDE;
|
|
247
222
|
border-bottom-left-radius: 0 !important;
|
|
248
223
|
border-bottom-right-radius: 4px !important;
|
|
249
224
|
color: white !important;
|
|
250
225
|
}
|
|
251
226
|
|
|
252
|
-
.vitro-
|
|
227
|
+
.vitro-timepicker-container :global(.k-action-buttons .k-primary:hover) {
|
|
253
228
|
background: #3274E0;
|
|
254
229
|
border-color: #3274E0;
|
|
255
230
|
}
|
|
256
231
|
|
|
257
|
-
.vitro-
|
|
232
|
+
.vitro-timepicker-container :global(.k-time-cancel):hover {
|
|
258
233
|
background: #F3F8FF !important;
|
|
259
234
|
background-image: none;
|
|
260
235
|
}
|
|
261
236
|
|
|
262
|
-
.vitro-
|
|
237
|
+
.vitro-timepicker-container :global(.k-item) {
|
|
263
238
|
width: 85px;
|
|
264
239
|
}
|
|
265
240
|
|
|
266
|
-
.vitro-
|
|
241
|
+
.vitro-timepicker-container :global(.k-item span) {
|
|
267
242
|
color: #222D44;
|
|
268
243
|
font-size: 14px;
|
|
269
244
|
line-height: 21px;
|
|
@@ -123,4 +123,16 @@
|
|
|
123
123
|
|
|
124
124
|
.vitro-tree-view :global(.jstree-checkbox.jstree-undetermined) {
|
|
125
125
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/checkbox-big-undetermined.svg');
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.vitro-tree-view.vitro-arrow-right :global(.jstree-icon.jstree-ocl) {
|
|
129
|
+
float: right;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.vitro-tree-view.vitro-arrow-right :global(.jstree-container-ul) {
|
|
133
|
+
max-width: 100%;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.vitro-tree-view.vitro-arrow-right :global(.jstree-anchor) {
|
|
137
|
+
width: calc(100% - 24px);
|
|
138
|
+
}
|