@vitrosoftware/common-ui-ts 1.0.0 → 1.0.2
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/white/common.css +3 -0
- package/css/white/controls/breadcrumbs/breadcrumbs.css +178 -0
- package/css/white/controls/table-view/table-view.css +57 -0
- package/css/white/controls/top-level-menu/top-level-menu.css +89 -0
- package/css/white/controls/tree-view/tree-view-context-menu.css +77 -0
- package/css/white/controls/tree-view/tree-view.css +109 -0
- package/css/white/controls/uploader/uploader.css +74 -0
- package/css/white/third-party/jstree/32px.png +0 -0
- package/css/white/third-party/jstree/40px.png +0 -0
- package/css/white/third-party/jstree/style.min.css +1 -0
- package/css/white/third-party/jstree/throbber.gif +0 -0
- package/css/white/third-party/kendo.css +25 -0
- package/css/white/third-party/treegrid.css +482 -0
- package/dist/controls/Breadcrumbs/Breadcrumbs.d.ts +9 -0
- package/dist/controls/Breadcrumbs/BreadcrumbsItem.d.ts +4 -0
- package/dist/controls/Breadcrumbs/Item.d.ts +8 -0
- package/dist/controls/MicroFrontend/MicroFrontend.d.ts +8 -0
- package/dist/controls/MicroFrontend/MicroFrontendState.d.ts +8 -0
- package/dist/controls/MicroFrontend/renderMicrofrontend.d.ts +2 -0
- package/dist/controls/TableView/TableView.d.ts +19 -0
- package/dist/controls/TableView/TableViewCol.d.ts +3 -0
- package/dist/controls/TableView/TableViewContext.d.ts +50 -0
- package/dist/controls/TableView/TableViewEventHandler.d.ts +4 -0
- package/dist/controls/TableView/TableViewRow.d.ts +3 -0
- package/dist/controls/TableView/TreeGrid.d.ts +20 -0
- package/dist/controls/TableView/TreeGridTableViewContextImpl.d.ts +56 -0
- package/dist/controls/TableView/constants.d.ts +14 -0
- package/dist/controls/TelerikUploader/TelerikUploader.d.ts +9 -0
- package/dist/controls/TelerikUploader/TelerikUploaderContext.d.ts +6 -0
- package/dist/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +16 -0
- package/dist/controls/TelerikUploader/TelerikUploaderSettings.d.ts +11 -0
- package/dist/controls/TelerikUploader/constants.d.ts +5 -0
- package/dist/controls/TopLevelMenu/LinkItem.d.ts +9 -0
- package/dist/{control → controls}/TopLevelMenu/TopLevelMenu.d.ts +1 -7
- package/dist/controls/TopLevelMenu/TopLevelMenuItem.d.ts +7 -0
- package/dist/{control/TreeView/TreeView.d.ts → controls/TreeView/JsTreeViewContextImpl.d.ts} +9 -18
- package/dist/controls/TreeView/TreeView.d.ts +10 -0
- package/dist/{control → controls}/TreeView/TreeViewConfig.d.ts +0 -0
- package/dist/controls/TreeView/TreeViewContext.d.ts +22 -0
- package/dist/controls/TreeView/TreeViewEventHandler.d.ts +4 -0
- package/dist/{control → controls}/TreeView/constants.d.ts +0 -0
- package/dist/index.css +391 -26
- package/dist/index.d.ts +20 -5
- package/dist/index.js +7054 -34
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7073 -50
- package/dist/index.modern.js.map +1 -1
- package/package.json +18 -18
- package/dist/control/Breadcrumbs/Breadcrumbs.d.ts +0 -23
package/dist/index.css
CHANGED
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
@import url('@vitrosoftware/common-ui-ts/css/white/third-party/kendo.css');
|
|
2
|
+
@import url('@vitrosoftware/common-ui-ts/css/white/third-party/treegrid.css');
|
|
3
|
+
@import url('@vitrosoftware/common-ui-ts/css/white/third-party/jstree/style.min.css');
|
|
4
|
+
|
|
5
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ::-webkit-scrollbar {
|
|
2
6
|
width: 4px;
|
|
3
7
|
}
|
|
4
8
|
|
|
5
|
-
.
|
|
9
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ::-webkit-scrollbar-track {
|
|
6
10
|
background: #fff;
|
|
7
11
|
border-radius: 8px;
|
|
8
12
|
}
|
|
9
13
|
|
|
10
|
-
.
|
|
14
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ::-webkit-scrollbar-thumb {
|
|
11
15
|
background: #e0e0e0;
|
|
12
16
|
border-radius: 2px;
|
|
13
17
|
height: 20px;
|
|
14
18
|
}
|
|
15
19
|
|
|
16
|
-
.
|
|
20
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ::-webkit-scrollbar-thumb:hover {
|
|
17
21
|
background: #828282;
|
|
18
22
|
}
|
|
19
23
|
|
|
20
|
-
.
|
|
24
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn {
|
|
21
25
|
height: 28px;
|
|
22
26
|
display: flex;
|
|
23
27
|
flex-direction: column;
|
|
@@ -26,7 +30,7 @@
|
|
|
26
30
|
position: relative;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
|
-
.
|
|
33
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_vitro-breadcrumbs-list-wrap_2ToVuJR {
|
|
30
34
|
display: flex;
|
|
31
35
|
position: relative;
|
|
32
36
|
justify-content: space-between;
|
|
@@ -34,7 +38,7 @@
|
|
|
34
38
|
justify-content: flex-end;
|
|
35
39
|
}
|
|
36
40
|
|
|
37
|
-
.
|
|
41
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_breadcrumbs-button_1rbdArs {
|
|
38
42
|
height: 12px;
|
|
39
43
|
width: 12px;
|
|
40
44
|
cursor: pointer;
|
|
@@ -42,7 +46,7 @@
|
|
|
42
46
|
position: relative;
|
|
43
47
|
}
|
|
44
48
|
|
|
45
|
-
.
|
|
49
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_breadcrumbs-button_1rbdArs::after {
|
|
46
50
|
content: '<<';
|
|
47
51
|
color: #828282;
|
|
48
52
|
display: inline-block;
|
|
@@ -54,13 +58,13 @@
|
|
|
54
58
|
top: 0;
|
|
55
59
|
}
|
|
56
60
|
|
|
57
|
-
.
|
|
61
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_vitro-breadcrumbs-list_2EcJLSD {
|
|
58
62
|
list-style-type: none;
|
|
59
63
|
margin: 0;
|
|
60
64
|
padding: 0;
|
|
61
65
|
}
|
|
62
66
|
|
|
63
|
-
.
|
|
67
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_vitro-breadcrumbs-list_2EcJLSD > li {
|
|
64
68
|
margin-right: 6px;
|
|
65
69
|
color: #828282;
|
|
66
70
|
font-size: 10px;
|
|
@@ -68,7 +72,7 @@
|
|
|
68
72
|
cursor: pointer;
|
|
69
73
|
}
|
|
70
74
|
|
|
71
|
-
.
|
|
75
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_site-name_3Tszwcr {
|
|
72
76
|
font-size: 13px;
|
|
73
77
|
line-height: 13px;
|
|
74
78
|
color: #4F4F4F;
|
|
@@ -77,7 +81,7 @@
|
|
|
77
81
|
cursor: pointer;
|
|
78
82
|
}
|
|
79
83
|
|
|
80
|
-
.
|
|
84
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_site-name_3Tszwcr::after {
|
|
81
85
|
content: '>';
|
|
82
86
|
display: inline-block;
|
|
83
87
|
margin-left: 8px;
|
|
@@ -85,15 +89,15 @@
|
|
|
85
89
|
transform: rotate(90deg);
|
|
86
90
|
}
|
|
87
91
|
|
|
88
|
-
.
|
|
92
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_site-name_3Tszwcr._breadcrumbs_opened_20GYXvG::after {
|
|
89
93
|
display: inline-block;
|
|
90
94
|
}
|
|
91
95
|
|
|
92
|
-
.
|
|
96
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_site-name_3Tszwcr._breadcrumbs_closed_2nuvqpK::after {
|
|
93
97
|
display: none;
|
|
94
98
|
}
|
|
95
99
|
|
|
96
|
-
.
|
|
100
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_drop-down-list_2zSbI1y {
|
|
97
101
|
background: white;
|
|
98
102
|
position: absolute;
|
|
99
103
|
top: 100%;
|
|
@@ -105,7 +109,7 @@
|
|
|
105
109
|
overflow: hidden;
|
|
106
110
|
}
|
|
107
111
|
|
|
108
|
-
.
|
|
112
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_drop-down-list_2zSbI1y ul {
|
|
109
113
|
max-height: 172px;
|
|
110
114
|
padding: 0;
|
|
111
115
|
display: flex;
|
|
@@ -117,29 +121,29 @@
|
|
|
117
121
|
overflow-y: auto;
|
|
118
122
|
}
|
|
119
123
|
|
|
120
|
-
.
|
|
124
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_drop-down-list_2zSbI1y ul > li {
|
|
121
125
|
line-height: 24px;
|
|
122
126
|
cursor: pointer;
|
|
123
127
|
padding: 0 12px;
|
|
124
128
|
white-space: nowrap;
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
.
|
|
131
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_drop-down-list_2zSbI1y ul > li:hover {
|
|
128
132
|
background: #F5F6FA;
|
|
129
133
|
}
|
|
130
134
|
|
|
131
|
-
.
|
|
135
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_vitro-breadcrumbs-list_2EcJLSD {
|
|
132
136
|
display: flex;
|
|
133
137
|
}
|
|
134
138
|
|
|
135
|
-
.
|
|
139
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_vitro-breadcrumbs-list_2EcJLSD > li:not(:last-child)::after {
|
|
136
140
|
content: '>';
|
|
137
141
|
display: inline-block;
|
|
138
142
|
margin-left: 8px;
|
|
139
143
|
font-size: 13px;
|
|
140
144
|
}
|
|
141
145
|
|
|
142
|
-
.
|
|
146
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_drop-down-list_2zSbI1y ul > li::after {
|
|
143
147
|
content: '>';
|
|
144
148
|
display: inline-block;
|
|
145
149
|
transform: rotate(-90deg);
|
|
@@ -148,12 +152,12 @@
|
|
|
148
152
|
}
|
|
149
153
|
|
|
150
154
|
@media (max-width: 800px) {
|
|
151
|
-
.
|
|
155
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_vitro-breadcrumbs-list-wrap_2ToVuJR {
|
|
152
156
|
flex-direction: row;
|
|
153
157
|
justify-content: space-between;
|
|
154
158
|
}
|
|
155
159
|
|
|
156
|
-
.
|
|
160
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_breadcrumbs-button_1rbdArs {
|
|
157
161
|
margin-right: 0;
|
|
158
162
|
/* archive.svg URL-encoder for SVG */
|
|
159
163
|
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='12.000000pt' height='12.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M1485 4445 c-478 -117 -886 -222 -905 -232 -19 -10 -45 -36 -57 -58%0Al-23 -40 0 -1548 c0 -1298 2 -1553 14 -1581 22 -53 62 -83 135 -100 172 -41%0A2089 -426 2121 -426 42 0 92 30 124 73 19 26 21 45 24 187 l3 159 229 3 c251%0A3 254 4 304 72 21 27 21 36 24 911 l2 883 53 12 c78 17 177 28 320 36 l127 7%0A0 -94 c0 -76 4 -100 19 -123 42 -63 114 -74 177 -27 82 61 560 489 581 521 28%0A40 29 75 5 115 -25 40 -584 497 -627 512 -83 29 -155 -35 -155 -137 l0 -57%0A-67 -12 c-95 -17 -256 -72 -352 -120 l-80 -41 -3 399 c-3 386 -4 401 -24 427%0A-11 15 -33 37 -48 48 -27 20 -41 21 -446 24 l-419 3 -3 157 c-3 147 -5 159%0A-27 191 -26 36 -91 71 -131 70 -14 0 -416 -97 -895 -214z m923 -2192 c13 -18%0A90 -74 187 -135 l165 -103 0 -697 c0 -384 -2 -698 -4 -698 -2 0 -356 72 -787%0A159 -431 88 -902 184 -1046 213 l-263 53 0 1516 0 1516 333 81 c182 45 568%0A140 857 210 l525 128 5 -1105 5 -1106 23 -32z m912 1399 l0 -428 -46 -44%0Ac-105 -101 -205 -263 -252 -405 -25 -75 -52 -203 -52 -247 0 -49 32 -95 75%0A-107 69 -19 107 6 162 106 26 45 61 97 80 115 l33 32 0 -817 0 -817 -200 0%0A-199 0 -3 518 -3 517 -23 32 c-13 18 -90 74 -187 135 l-165 103 0 868 0 867%0A390 0 390 0 0 -428z m1050 -331 c118 -97 214 -181 213 -185 0 -5 -99 -95 -220%0A-201 l-218 -192 -5 71 c-9 126 -36 146 -197 146 -307 0 -554 -49 -691 -136%0Al-52 -34 26 53 c130 258 406 445 744 503 52 9 103 20 113 26 26 13 57 68 57%0A101 0 15 3 27 8 26 4 0 104 -80 222 -178z'/%3E%3C/g%3E%3C/svg%3E");
|
|
@@ -162,17 +166,378 @@
|
|
|
162
166
|
background-position: center center;
|
|
163
167
|
}
|
|
164
168
|
|
|
165
|
-
.
|
|
169
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_breadcrumbs-button_1rbdArs::after {
|
|
166
170
|
display: none;
|
|
167
171
|
}
|
|
168
172
|
|
|
169
|
-
.
|
|
173
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn ._breadcrumbs_drop-down-list_2zSbI1y {
|
|
170
174
|
right: 0;
|
|
171
175
|
}
|
|
172
176
|
}
|
|
173
177
|
|
|
174
178
|
@media (max-width: 414px) {
|
|
175
|
-
.
|
|
179
|
+
._breadcrumbs_vitro-breadcrumbs_1H9SaWn {
|
|
176
180
|
margin-left: 20px;
|
|
177
181
|
}
|
|
178
182
|
}
|
|
183
|
+
|
|
184
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx {
|
|
185
|
+
display: flex;
|
|
186
|
+
justify-content: space-between;
|
|
187
|
+
padding: 0;
|
|
188
|
+
margin: 0;
|
|
189
|
+
margin-right: auto;
|
|
190
|
+
border-left: 1px solid #BDBDBD;
|
|
191
|
+
font-size: 14px;
|
|
192
|
+
font-family: 'GraphikRegular';
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx li {
|
|
196
|
+
list-style-type: none;
|
|
197
|
+
cursor: pointer;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx > li {
|
|
201
|
+
margin: 0 17px;
|
|
202
|
+
white-space: nowrap;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx > li:hover > a {
|
|
206
|
+
color: #0097ff;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx > li:last-child:hover {
|
|
210
|
+
color: #0097ff;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx > li:last-child {
|
|
214
|
+
position: relative;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx ul {
|
|
218
|
+
padding: 0;
|
|
219
|
+
margin-left: 0;
|
|
220
|
+
left: -12px;
|
|
221
|
+
top: 24px;
|
|
222
|
+
position: absolute;
|
|
223
|
+
background: #fff;
|
|
224
|
+
z-index: 5;
|
|
225
|
+
box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
|
|
226
|
+
border-radius: 8px;
|
|
227
|
+
overflow: hidden;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx ul > li {
|
|
231
|
+
display: flex;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx ul > li:hover {
|
|
235
|
+
background: #F5F6FA;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx ul > li:hover a {
|
|
239
|
+
color: #222d44;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx ul > li > a {
|
|
243
|
+
color: #222d44;
|
|
244
|
+
padding: 12px 12px;
|
|
245
|
+
width: 100%;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx a {
|
|
249
|
+
color: #222d44;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx a:hover {
|
|
253
|
+
text-decoration: none;
|
|
254
|
+
color: inherit;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx ._top-level-menu_vitro-active_2hLMadw a {
|
|
258
|
+
color: #0097ff;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
._top-level-menu_vitro-top-level-menu_38-ZEUx #_top-level-menu_all-services_1pqynsX::after {
|
|
262
|
+
content: '';
|
|
263
|
+
width: 20px;
|
|
264
|
+
height: 20px;
|
|
265
|
+
display: inline-block;
|
|
266
|
+
vertical-align: middle;
|
|
267
|
+
margin-left: 24px;
|
|
268
|
+
background-position: center center !important;
|
|
269
|
+
background-repeat: no-repeat;
|
|
270
|
+
/* menu.svg URL-encoder for SVG */
|
|
271
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BDBDBD;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='1.8' cy='1.8' r='1.8'/%3E%3Ccircle class='st0' cx='8.2' cy='7.8' r='1.8'/%3E%3Ccircle class='st0' cx='1.8' cy='7.8' r='1.8'/%3E%3Ccircle class='st0' cx='1.8' cy='14.2' r='1.8'/%3E%3Ccircle class='st0' cx='8.2' cy='14.2' r='1.8'/%3E%3Ccircle class='st0' cx='8.2' cy='1.8' r='1.8'/%3E%3Ccircle class='st0' cx='14.2' cy='1.8' r='1.8'/%3E%3Ccircle class='st0' cx='14.2' cy='7.8' r='1.8'/%3E%3Ccircle class='st0' cx='14.2' cy='14.2' r='1.8'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
#TreeView {
|
|
275
|
+
padding: 20px 24px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-anchor {
|
|
279
|
+
line-height: 28px;
|
|
280
|
+
height: 28px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-wholerow {
|
|
284
|
+
height: 28px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-wholerow-hovered {
|
|
288
|
+
background: #F4F4F4;
|
|
289
|
+
box-shadow: none;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-wholerow-clicked {
|
|
293
|
+
background: #E0E0E0;
|
|
294
|
+
box-shadow: none;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-wholerow-clicked.jstree-wholerow-hovered {
|
|
298
|
+
background: #E0E0E0;
|
|
299
|
+
box-shadow: none;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-themeicon {
|
|
303
|
+
margin-right: 10px;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-themeicon.folder {
|
|
307
|
+
/* folder.svg URL-encoder for SVG */
|
|
308
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 11 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23linear-gradient);%7D.cls-2%7Bfill:url(%23linear-gradient-2);%7D.cls-3%7Bfill:%23fddd76;%7D.cls-4%7Bfill:%23ffeeb6;%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='3' y1='6.71' x2='14' y2='6.71' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.22' stop-color='%23e8c462'/%3E%3Cstop offset='1' stop-color='%23fee388'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='4.87' y1='16' x2='4.87' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffe086'/%3E%3Cstop offset='0.82' stop-color='%23ffeaa5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Efolder%3C/title%3E%3Cpath class='cls-1' d='M14,9.15l0-.05a7.61,7.61,0,0,1-.72-.76l-.15-.19V.27A.27.27,0,0,0,12.81,0H3V13.42H13.71a.29.29,0,0,0,.29-.28V9.21A.16.16,0,0,0,14,9.15Z' transform='translate(-3)'/%3E%3Cpath class='cls-2' d='M6.45,11.7a.1.1,0,0,0,0,.05v4.17a.08.08,0,0,1-.12.06L3,13.42H3V0L6.65,2.8A.24.24,0,0,1,6.74,3v8.19a.1.1,0,0,1,0,.05Z' transform='translate(-3)'/%3E%3Crect class='cls-3' x='0.23' y='0.66' width='0.08' height='12.46'/%3E%3Crect class='cls-3' x='0.46' y='0.88' width='0.08' height='12.46'/%3E%3Crect class='cls-4' x='0.31' y='0.74' width='0.08' height='12.46'/%3E%3Crect class='cls-4' x='0.53' y='0.96' width='0.08' height='12.46'/%3E%3C/svg%3E");
|
|
309
|
+
background-size: 12px !important;
|
|
310
|
+
background-position: center 6px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-themeicon.file {
|
|
314
|
+
/* file.svg URL-encoder for SVG */
|
|
315
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_2_);%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='7.9844' y1='0.5' x2='7.9844' y2='15.5'%3E%3Cstop offset='0.3911' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.6764' style='stop-color:%23FCFCFC'/%3E%3Cstop offset='0.8777' style='stop-color:%23F3F4F3'/%3E%3Cstop offset='0.9059' style='stop-color:%23F1F2F1'/%3E%3Cstop offset='0.9876' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M13.5,15.5h-11v-15h6l5,4.5V15.5z'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='8' y1='0' x2='8' y2='16'%3E%3Cstop offset='0' style='stop-color:%23BEBEBE'/%3E%3Cstop offset='0.4778' style='stop-color:%23BCBCBC'/%3E%3Cstop offset='0.6499' style='stop-color:%23B5B6B6'/%3E%3Cstop offset='0.7726' style='stop-color:%23AAAAAB'/%3E%3Cstop offset='0.8717' style='stop-color:%23999A9C'/%3E%3Cstop offset='0.9557' style='stop-color:%23838589'/%3E%3Cstop offset='1' style='stop-color:%2374767B'/%3E%3C/linearGradient%3E%3Cpath class='st1' d='M8.7,0H2v16h12V6V5V4.8L8.7,0z M13,15H3V1h5v4v1h1h4V15z M9,5V1.6L12.8,5H9z'/%3E%3C/svg%3E%0A");
|
|
316
|
+
background-size: 14px !important;
|
|
317
|
+
background-position: center center;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-icon {
|
|
321
|
+
height: 28px !important;
|
|
322
|
+
line-height: 28px !important;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-open > .jstree-icon.jstree-ocl {
|
|
326
|
+
/* opened.svg URL-encoder for SVG */
|
|
327
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath d='M15.7,5.3l-6.9,6.9c-0.2,0.2-0.5,0.3-0.8,0.3h0c-0.3,0-0.6-0.1-0.8-0.3L0.3,5.4c-0.4-0.4-0.4-1.1,0-1.6l0,0 c0.4-0.4,1.1-0.4,1.6,0l6.1,6c0,0,0,0,0,0l6-6c0.4-0.4,1.2-0.4,1.6,0l0,0C16.1,4.2,16.1,4.9,15.7,5.3z'/%3E%3C/svg%3E%0A");
|
|
328
|
+
background-repeat: no-repeat;
|
|
329
|
+
background-position: center center !important;
|
|
330
|
+
background-size: 8px;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
._tree-view_vitro-tree-view_3R9kjAJ .jstree-closed > .jstree-icon.jstree-ocl {
|
|
334
|
+
/* closed.svg URL-encoder for SVG */
|
|
335
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath d='M5.3,0.3l6.9,6.9c0.2,0.2,0.3,0.5,0.3,0.8v0c0,0.3-0.1,0.6-0.3,0.8l-6.9,6.9c-0.4,0.4-1.1,0.4-1.6,0h0 c-0.4-0.4-0.4-1.1,0-1.6l6-6.1c0,0,0,0,0,0l-6-6c-0.4-0.4-0.4-1.2,0-1.6l0,0C4.2-0.1,4.9-0.1,5.3,0.3z'/%3E%3C/svg%3E%0A");
|
|
336
|
+
background-repeat: no-repeat;
|
|
337
|
+
background-position: center center !important;
|
|
338
|
+
background-size: 8px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
#jstree-dnd .jstree-er {
|
|
342
|
+
background-image: none !important;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
#jstree-dnd .jstree-er:before {
|
|
346
|
+
content: '';
|
|
347
|
+
width: inherit;
|
|
348
|
+
height: inherit;
|
|
349
|
+
display: block;
|
|
350
|
+
background-position: center center !important;
|
|
351
|
+
background-size: 14px;
|
|
352
|
+
background-repeat: no-repeat;
|
|
353
|
+
/* dnd-nok.svg URL-encoder for SVG */
|
|
354
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='1.8438' y1='14.25' x2='14.25' y2='1.8438'%3E%3Cstop offset='0' style='stop-color:%23B61414'/%3E%3Cstop offset='0.1223' style='stop-color:%23BC1212'/%3E%3Cstop offset='0.28' style='stop-color:%23CC0D0D'/%3E%3Cstop offset='0.4566' style='stop-color:%23E60404'/%3E%3Cstop offset='0.5173' style='stop-color:%23F10000'/%3E%3Cstop offset='0.5293' style='stop-color:%23F31414'/%3E%3Cstop offset='0.5525' style='stop-color:%23F73434'/%3E%3Cstop offset='0.5777' style='stop-color:%23FA4E4E'/%3E%3Cstop offset='0.6053' style='stop-color:%23FC6363'/%3E%3Cstop offset='0.6363' style='stop-color:%23FE7171'/%3E%3Cstop offset='0.6738' style='stop-color:%23FF7979'/%3E%3Cstop offset='0.7351' style='stop-color:%23FF7C7C'/%3E%3Cstop offset='0.7409' style='stop-color:%23FF7F7F'/%3E%3Cstop offset='0.7848' style='stop-color:%23FC9393'/%3E%3Cstop offset='0.8348' style='stop-color:%23FAA1A1'/%3E%3Cstop offset='0.896' style='stop-color:%23F8AAAA'/%3E%3Cstop offset='1' style='stop-color:%23F8ACAC'/%3E%3C/linearGradient%3E%3Cpolygon class='st0' points='16,12.5 11.5,8 16,3.6 12.4,0 8,4.5 3.6,0.1 0.1,3.6 4.5,8 0,12.4 3.6,16 8,11.5 12.5,16 '/%3E%3C/svg%3E%0A") !important;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
#jstree-dnd .jstree-ok {
|
|
358
|
+
background-image: none !important;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
#jstree-dnd .jstree-ok:before {
|
|
362
|
+
content: '';
|
|
363
|
+
width: inherit;
|
|
364
|
+
height: inherit;
|
|
365
|
+
display: block;
|
|
366
|
+
background-position: center center !important;
|
|
367
|
+
background-size: 16px;
|
|
368
|
+
background-repeat: no-repeat;
|
|
369
|
+
/* dnd-ok.svg URL-encoder for SVG */
|
|
370
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='7.95' y1='14.1166' x2='7.95' y2='1.6057' gradientTransform='matrix(1 0 0 -1 0 16)'%3E%3Cstop offset='0' style='stop-color:%23D6F8BA'/%3E%3Cstop offset='0.1436' style='stop-color:%23ACF078'/%3E%3Cstop offset='0.2094' style='stop-color:%23A3EB6F'/%3E%3Cstop offset='0.318' style='stop-color:%238ADC57'/%3E%3Cstop offset='0.4556' style='stop-color:%2361C430'/%3E%3Cstop offset='0.6015' style='stop-color:%232FA600'/%3E%3Cstop offset='0.8433' style='stop-color:%2334971F'/%3E%3Cstop offset='1' style='stop-color:%2336902E'/%3E%3C/linearGradient%3E%3Cpolygon class='st0' points='15.9,5.4 12.4,1.9 6.9,7.3 3.5,3.9 0,7.5 7,14.4 '/%3E%3C/svg%3E%0A") !important;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.jstree-rename-input {
|
|
374
|
+
height: 28px !important;
|
|
375
|
+
line-height: 28px !important;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
@media (max-width: 800px) {
|
|
379
|
+
._tree-view_vitro-tree-view_3R9kjAJ {
|
|
380
|
+
display: none !important;
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
._splitters_splitter_3gYPi9v {
|
|
385
|
+
height: 100%;
|
|
386
|
+
position: relative;
|
|
387
|
+
display: flex;
|
|
388
|
+
flex: 0 0 100%;
|
|
389
|
+
align-content: flex-start;
|
|
390
|
+
-webkit-user-select: text;
|
|
391
|
+
-moz-user-select: text;
|
|
392
|
+
user-select: text; }
|
|
393
|
+
|
|
394
|
+
._splitters_pane_27XaztY {
|
|
395
|
+
flex-grow: 1;
|
|
396
|
+
height: 100%; }
|
|
397
|
+
|
|
398
|
+
._splitters_splitter_3gYPi9v._splitters_horizontal_3ITMvsV {
|
|
399
|
+
flex-wrap: nowrap;
|
|
400
|
+
flex-direction: column; }
|
|
401
|
+
|
|
402
|
+
._splitters_splitter_3gYPi9v ._splitters_pane_27XaztY:first-child {
|
|
403
|
+
width: 100%;
|
|
404
|
+
height: 100%;
|
|
405
|
+
flex-grow: 0;
|
|
406
|
+
flex-shrink: 0;
|
|
407
|
+
flex-basis: auto; }
|
|
408
|
+
|
|
409
|
+
._splitters_splitter_3gYPi9v ._splitters_pane_27XaztY:last-child {
|
|
410
|
+
flex: 1 1 0;
|
|
411
|
+
flex-grow: 1;
|
|
412
|
+
flex-shrink: 1;
|
|
413
|
+
flex-basis: 0;
|
|
414
|
+
overflow: hidden; }
|
|
415
|
+
|
|
416
|
+
._splitters_bottom-detail-pane_2k_fJRj {
|
|
417
|
+
padding: 10px;
|
|
418
|
+
background-color: #e7f5ce;
|
|
419
|
+
z-index: 10; }
|
|
420
|
+
|
|
421
|
+
._splitters_splitter_3gYPi9v ._splitters_pane_27XaztY._splitters_bottom-detail-pane_2k_fJRj {
|
|
422
|
+
overflow: auto; }
|
|
423
|
+
|
|
424
|
+
/*handle bar*/
|
|
425
|
+
._splitters_handle-bar_1HCCZOB {
|
|
426
|
+
width: 10px;
|
|
427
|
+
height: 100%;
|
|
428
|
+
min-width: 10px;
|
|
429
|
+
display: flex;
|
|
430
|
+
justify-content: center;
|
|
431
|
+
align-items: center;
|
|
432
|
+
position: relative;
|
|
433
|
+
z-index: 20;
|
|
434
|
+
background-color: #eeeff0;
|
|
435
|
+
cursor: col-resize;
|
|
436
|
+
font-size: 14px; }
|
|
437
|
+
._splitters_handle-bar_1HCCZOB ._splitters_handle-bar_drag_3PpIE58 {
|
|
438
|
+
width: 4px;
|
|
439
|
+
height: 20px;
|
|
440
|
+
border-left: 1px solid rgba(0, 0, 0, 0.0980392);
|
|
441
|
+
border-right: 1px solid rgba(0, 0, 0, 0.0980392); }
|
|
442
|
+
._splitters_handle-bar_1HCCZOB._splitters_horizontal_3ITMvsV {
|
|
443
|
+
width: 100%;
|
|
444
|
+
height: 10px;
|
|
445
|
+
min-height: 10px;
|
|
446
|
+
cursor: row-resize; }
|
|
447
|
+
._splitters_handle-bar_1HCCZOB._splitters_horizontal_3ITMvsV ._splitters_handle-bar_drag_3PpIE58 {
|
|
448
|
+
width: 20px;
|
|
449
|
+
height: 4px;
|
|
450
|
+
border-top: 1px solid rgba(0, 0, 0, 0.0980392);
|
|
451
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.0980392);
|
|
452
|
+
border-right: 0;
|
|
453
|
+
border-left: 0; }
|
|
454
|
+
._splitters_handle-bar_1HCCZOB:active, ._splitters_handle-bar_1HCCZOB:hover, ._splitters_handle-bar_1HCCZOB._splitters_handle-bar_clone_3Qvkc4Y {
|
|
455
|
+
background-color: #ccc; }
|
|
456
|
+
._splitters_handle-bar_1HCCZOB._splitters_handle-bar_clone_3Qvkc4Y {
|
|
457
|
+
position: absolute;
|
|
458
|
+
opacity: .9;
|
|
459
|
+
z-index: 12000; }
|
|
460
|
+
._splitters_handle-bar_1HCCZOB._splitters_resize-not-allowed_2ptBJWC {
|
|
461
|
+
cursor: auto; }
|
|
462
|
+
._splitters_handle-bar_1HCCZOB._splitters_resize-not-allowed_2ptBJWC:hover {
|
|
463
|
+
background-color: #eeeff0; }
|
|
464
|
+
._splitters_handle-bar_1HCCZOB._splitters_resize-not-allowed_2ptBJWC ._splitters_handle-bar_drag_3PpIE58 {
|
|
465
|
+
display: none; }
|
|
466
|
+
|
|
467
|
+
._splitters_rotate-90_2lbYadK {
|
|
468
|
+
transform: rotate(90deg); }
|
|
469
|
+
|
|
470
|
+
._uploader_vitro-uploader_1frFGu3 {
|
|
471
|
+
width: 100%;
|
|
472
|
+
padding-left: 7px;
|
|
473
|
+
padding-right: 29px;
|
|
474
|
+
position: absolute;
|
|
475
|
+
bottom: 41px;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
._uploader_button-close_24fuptm, ._uploader_show_2yUQlVb, ._uploader_hide_OgETT6X {
|
|
479
|
+
background-position: center center;
|
|
480
|
+
background-size: 100%;
|
|
481
|
+
background-color: transparent;
|
|
482
|
+
position: absolute;
|
|
483
|
+
cursor: pointer;
|
|
484
|
+
z-index: 100;
|
|
485
|
+
background-repeat: no-repeat;
|
|
486
|
+
border: none;
|
|
487
|
+
outline: none;
|
|
488
|
+
width: 12px;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
._uploader_vitro-uploader_1frFGu3 ._uploader_button-close_24fuptm {
|
|
492
|
+
/* upload-close.svg URL-encoder for SVG */
|
|
493
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='25.4mm' height='25.4mm' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 2540 2540' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%23AFAFAF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Слой_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cpath class='fil0' d='M1037.01 1269.02l-65.07 68.01c-22.73,22.73 -42.77,44.73 -65.56,67.52l-567.53 567.56c-11.37,11.36 -21.3,23.27 -33.76,32.78l-267.64 266.63c-86,85.02 -11.35,267.65 97.38,267.65l3.45 0c71.7,-0.04 99.32,-1.73 148.73,-47.43 6.14,-5.67 11.3,-10.82 16.12,-17.15 14.62,-19.16 193.57,-194.72 232.41,-233.37l73.46 -75.27c7.86,-9.41 18.64,-15.38 26.04,-24.85 18.68,-23.94 75.68,-77.05 99.13,-100.5l441.21 -439.45c3.48,-2.91 5.69,-5.49 8.9,-8.72l67.54 -65.54c6.49,-6 10.99,-12.4 18.08,-17.15 12.04,3.22 24.89,23.47 35.23,31.31l142.2 139.61c8.13,8.69 15.41,18.01 25.27,25.62 11.21,8.65 19.36,21.18 33.52,33.02 12.65,10.58 21.23,23.22 33.27,33.27 11.13,9.3 21.43,22.21 33.38,33.16 11.44,10.49 21.52,23.8 33.14,33.4 12.39,10.24 20.34,23.84 33.02,33.52 12.96,9.89 20.35,23.56 32.73,33.81 14.82,12.28 20.73,21.99 33.15,33.38 22.47,20.6 17.94,18.27 33.26,33.29 6.47,6.34 11.56,8.62 17.65,15.62 3.39,3.89 3.47,4.92 6.87,8.78 7.96,9.05 18.45,15.73 26.43,24.46l16.61 18.61c89.27,89.13 176.96,176.97 266.15,266.17l99.17 100.45c9.77,12.67 23.16,21.61 33.02,33.52 15.05,18.17 47.9,49.41 67.31,65.77 35.06,29.55 70.72,32.44 113.54,32.66l22.1 0c35.12,0 72.82,-29 95.43,-53.3 23.17,-24.91 37.89,-71.68 37.65,-115.86 -0.13,-23.15 -4.37,-45.58 -13.65,-63.79 -21.02,-41.27 -61.35,-73.96 -93.5,-106.11l-83.17 -83.18c-2.9,-2.93 -4.76,-5.1 -7.92,-7.74l-373.7 -371.94c-5.98,-5.97 -10.53,-10.81 -16.62,-16.64l-34.3 -32.24c-6.61,-6.57 -9.44,-11.63 -15.54,-17.73 -6.12,-6.12 -11.12,-8.93 -17.7,-15.57 -8.32,-8.41 -15.01,-17.85 -24.11,-24.82 -4.17,-3.19 -5.62,-4.88 -9.16,-8.45l-49.54 -50.27c-6.64,-8.7 -9.72,-8.92 -17.02,-16.25l-33.22 -33.32c-11.56,-10.17 -20.54,-24.45 -32.81,-33.74l-12.61 -12.82c-31.05,-37.27 -105.49,-104.45 -144.46,-145.18 -13.15,-13.74 -51.12,-51.54 -56.23,-61.2 14.78,-7.82 55.89,-48.24 69.07,-64.01l735.75 -737.91c37.19,-37.19 105.95,-111.81 142.66,-141.1 3.63,-2.9 5.64,-5.21 9.01,-8.61 5.99,-6.04 10.61,-10.62 16.63,-16.64l23.49 -25.44c33.92,-36.46 38.65,-79.29 38.65,-129.66 0,-71.77 -84.81,-144.82 -154.61,-144.82 -44.7,0 -77.96,8.95 -111.55,35.22 -13.43,10.52 -22.62,19.49 -34.77,31.77l-364.95 366.98c-6.66,6.59 -9.45,11.57 -15.58,17.7 -6.1,6.11 -11.16,8.93 -17.72,15.55l-433.42 435.51c-6.49,6.54 -11.62,8.92 -17.67,15.59 -20.91,23.07 -112.26,108.6 -117.88,116.98 -22.75,-15.24 -39.71,-40.14 -59.84,-55.63 -26.85,-20.66 -144.25,-149.21 -183.9,-182.06 -9.62,-7.97 -15.62,-17.54 -24.83,-26.05 -6.6,-6.1 -11.29,-8.42 -17.63,-15.65 -14.89,-17.02 -20.44,-19.75 -33.32,-33.22l-24.33 -24.59c-9.46,-7.91 -15.76,-17.84 -24.5,-26.39 -6.3,-6.16 -11.13,-8.94 -17.7,-15.56 -6.4,-6.44 -9.09,-11.19 -15.59,-17.69 -6.51,-6.51 -11.6,-9.17 -17.71,-15.55l-464.72 -468.79c-6.03,-6.02 -10.62,-10.61 -16.64,-16.64l-66.57 -66.51c-12.13,-12.07 -19.46,-21.5 -33.85,-32.68 -15.37,-11.95 -21.74,-17.07 -40.62,-25.92 -38.58,-18.09 -95.51,-15.37 -133.14,2.6 -25.84,12.34 -45.48,29.26 -63.3,50.21 -20.52,24.13 -32.16,47.65 -32.51,83.84 -0.47,49.66 7.36,90.81 32.41,118.6l364.06 367.88c18.96,17.14 32.33,33.12 38.12,38.21 22.31,19.61 61.36,63.54 76.84,75.81l337.01 338.17c4.17,4.11 7.15,5.47 10.63,8.94l18.75 20.39c7.03,7.12 13.22,10.3 19.58,17.61l19.38 19.76c27.5,21.93 51.5,53.21 77.55,77.05 12.1,11.07 28.49,29.85 41.53,36.75z'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
494
|
+
right: 39px;
|
|
495
|
+
height: 12px;
|
|
496
|
+
top: 77px;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
._uploader_show_2yUQlVb {
|
|
500
|
+
/* show.svg URL-encoder for SVG */
|
|
501
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='25.4mm' height='14.478mm' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 2540 1447.8' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%23AFAFAF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Слой_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cpath class='fil0' d='M1261.53 -0.86c33.91,0 62.68,3.49 88.88,19.14 56.44,33.71 95.27,79.94 141.69,126.34 312.77,312.11 625.73,623.79 937.27,936.88 81.09,81.05 162.84,190.94 68.07,299.02 -16.07,18.33 -32.79,33.87 -54.53,45.48 -114.25,60.97 -198.43,-16.95 -275.73,-94.42 -34.6,-38.13 -77.31,-77.5 -113.92,-114.1 -249.83,-250.22 -498.09,-501.99 -750.21,-749.91 -6.61,-6.66 -29.64,-28.92 -35.52,-30.49 -13.63,9.13 -110.64,105.71 -122.88,119.14 -260.49,252.75 -516.22,516.09 -772.64,773.49 -88.82,90.76 -188.26,172.16 -308.54,74.97 -79.28,-64.05 -81.22,-173.77 -22.87,-252.27 27.05,-36.38 78.63,-82.44 111.11,-114.9 297.9,-298.52 587.54,-606.4 895.26,-894.89 33.17,-33.34 65.6,-68.17 102.07,-97.95 4.4,-3.59 7.89,-6.38 12.18,-9.82 30.09,-24.05 55.74,-35.71 100.31,-35.71z'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
502
|
+
right: 67px;
|
|
503
|
+
height: 10px;
|
|
504
|
+
top: 79px;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
._uploader_hide_OgETT6X {
|
|
508
|
+
/* hide.svg URL-encoder for SVG */
|
|
509
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='25.4mm' height='14.478mm' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 2540 1447.8' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%23AFAFAF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Слой_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cpath class='fil0' d='M1261.53 1448.66c33.91,0 62.68,-3.49 88.88,-19.14 56.44,-33.71 95.27,-79.94 141.69,-126.34 312.77,-312.11 625.73,-623.79 937.27,-936.88 81.09,-81.05 162.84,-190.94 68.07,-299.02 -16.07,-18.33 -32.79,-33.87 -54.53,-45.48 -114.25,-60.97 -198.43,16.95 -275.73,94.42 -34.6,38.13 -77.31,77.5 -113.92,114.1 -249.83,250.22 -498.09,501.99 -750.21,749.91 -6.61,6.66 -29.64,28.92 -35.52,30.49 -13.63,-9.13 -110.64,-105.71 -122.88,-119.14 -260.49,-252.75 -516.22,-516.09 -772.64,-773.49 -88.82,-90.76 -188.26,-172.16 -308.54,-74.97 -79.28,64.05 -81.22,173.77 -22.87,252.27 27.05,36.38 78.63,82.44 111.11,114.9 297.9,298.52 587.54,606.4 895.26,894.89 33.17,33.34 65.6,68.17 102.07,97.95 4.4,3.59 7.89,6.38 12.18,9.82 30.09,24.05 55.74,35.71 100.31,35.71z'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
510
|
+
right: 67px;
|
|
511
|
+
height: 10px;
|
|
512
|
+
top: 79px;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
._uploader_vitro-uploader_1frFGu3 .k-upload .k-dropzone .k-upload-status {
|
|
516
|
+
margin-right: 60px !important;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
._uploader_hidden_AKxE3oH .k-upload-files {
|
|
520
|
+
display: none;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
._uploader_vitro-uploader_1frFGu3 .k-dropzone {
|
|
524
|
+
height: 100px;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
._uploader_vitro-uploader_1frFGu3 .k-upload .k-dropzone .k-dropzone-hint,
|
|
528
|
+
._uploader_vitro-uploader_1frFGu3 .k-upload .k-dropzone .k-upload-status {
|
|
529
|
+
margin-right: 0;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
._uploader_vitro-uploader_1frFGu3 .k-upload .k-dropzone .k-dropzone-hint {
|
|
533
|
+
flex: unset;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
._uploader_vitro-uploader_1frFGu3 .k-upload .k-dropzone {
|
|
537
|
+
position: relative;
|
|
538
|
+
align-items: flex-end;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
#TableViewContainer .splitter:last-child > .pane.primary:has(._uploader_vitro-uploader_1frFGu3) {
|
|
542
|
+
position: relative;
|
|
543
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import '../css/white/common.css';
|
|
2
|
+
import { Breadcrumbs } from "./controls/Breadcrumbs/Breadcrumbs";
|
|
3
|
+
import { TopLevelMenu } from "./controls/TopLevelMenu/TopLevelMenu";
|
|
4
|
+
import { TreeView } from "./controls/TreeView/TreeView";
|
|
5
|
+
import { TreeViewContext } from "./controls/TreeView/TreeViewContext";
|
|
6
|
+
import { TableView } from "./controls/TableView/TableView";
|
|
7
|
+
import { TableViewContext } from "./controls/TableView/TableViewContext";
|
|
8
|
+
import { TableViewRow } from "./controls/TableView/TableViewRow";
|
|
9
|
+
import { TableViewCol } from "./controls/TableView/TableViewCol";
|
|
10
|
+
import { MicroFrontend } from "./controls/MicroFrontend/MicroFrontend";
|
|
11
|
+
import { TelerikUploader } from "./controls/TelerikUploader/TelerikUploader";
|
|
12
|
+
import { TelerikUploaderContext } from "./controls/TelerikUploader/TelerikUploaderContext";
|
|
13
|
+
import { TelerikUploaderContextImpl } from "./controls/TelerikUploader/TelerikUploaderContextImpl";
|
|
14
|
+
import { TelerikUploaderSettings } from "./controls/TelerikUploader/TelerikUploaderSettings";
|
|
15
|
+
export { Breadcrumbs };
|
|
16
|
+
export { TopLevelMenu };
|
|
17
|
+
export { TreeView, TreeViewContext };
|
|
18
|
+
export { TableView, TableViewContext, TableViewRow, TableViewCol };
|
|
19
|
+
export { MicroFrontend };
|
|
20
|
+
export { TelerikUploader, TelerikUploaderContext, TelerikUploaderContextImpl, TelerikUploaderSettings };
|