@ms-atlas/datastudio 0.1.19

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.

Potentially problematic release.


This version of @ms-atlas/datastudio might be problematic. Click here for more details.

Files changed (38) hide show
  1. package/ExternalLibraries/Monaco/vs/loader.js +2166 -0
  2. package/ExternalLibraries/URI.min.js +1901 -0
  3. package/ExternalLibraries/crossroads.min.js +453 -0
  4. package/ExternalLibraries/css.js +165 -0
  5. package/ExternalLibraries/d3.min.js +10857 -0
  6. package/ExternalLibraries/es6-promise.min.js +363 -0
  7. package/ExternalLibraries/hammer.js +2224 -0
  8. package/ExternalLibraries/hull.js +444 -0
  9. package/ExternalLibraries/i18n.min.js +115 -0
  10. package/ExternalLibraries/jquery-ui-timepicker-addon.min.css +76 -0
  11. package/ExternalLibraries/jquery-ui-timepicker-addon.min.js +1918 -0
  12. package/ExternalLibraries/jquery-ui.js +17201 -0
  13. package/ExternalLibraries/jquery-ui.min.css +1454 -0
  14. package/ExternalLibraries/jquery.history.js +2173 -0
  15. package/ExternalLibraries/jquery.min.js +5168 -0
  16. package/ExternalLibraries/jquery.mockjax.min.js +445 -0
  17. package/ExternalLibraries/jquery.modal.js +173 -0
  18. package/ExternalLibraries/jstree.js +10086 -0
  19. package/ExternalLibraries/jstree.style.css +1048 -0
  20. package/ExternalLibraries/jwt-decode.min.js +142 -0
  21. package/ExternalLibraries/knockout-latest.debug.js +7375 -0
  22. package/ExternalLibraries/knockout.mapping.min.js +534 -0
  23. package/ExternalLibraries/moment.js +3389 -0
  24. package/ExternalLibraries/q.js +1974 -0
  25. package/ExternalLibraries/require.js +2230 -0
  26. package/ExternalLibraries/signals.min.js +179 -0
  27. package/ExternalLibraries/text.js +445 -0
  28. package/ExternalLibraries/uuid.js +274 -0
  29. package/datastudio.application.mainpage.js +1502 -0
  30. package/datastudio.application.shared.js +626 -0
  31. package/datastudio.bootstrapper.js +517 -0
  32. package/fonts.css +14 -0
  33. package/nls/resx.js +1 -0
  34. package/nls/root/resx.js +22 -0
  35. package/package.json +22 -0
  36. package/scripts/application/sourceMapper.js +15 -0
  37. package/scripts/libs/adal/adal.js +720 -0
  38. package/stylesheets/main.css +8879 -0
@@ -0,0 +1,1048 @@
1
+ .jstree-node,
2
+ .jstree-children,
3
+ .jstree-container-ul {
4
+ display: block;
5
+ margin: 0;
6
+ padding: 0;
7
+ list-style-type: none;
8
+ list-style-image: none;
9
+ }
10
+ .jstree-node {
11
+ white-space: nowrap;
12
+ }
13
+ .jstree-anchor {
14
+ display: inline-block;
15
+ color: black;
16
+ white-space: nowrap;
17
+ padding: 0 4px 0 1px;
18
+ margin: 0;
19
+ vertical-align: top;
20
+ }
21
+ .jstree-anchor:focus {
22
+ outline: 0;
23
+ }
24
+ .jstree-anchor,
25
+ .jstree-anchor:link,
26
+ .jstree-anchor:visited,
27
+ .jstree-anchor:hover,
28
+ .jstree-anchor:active {
29
+ text-decoration: none;
30
+ color: inherit;
31
+ }
32
+ .jstree-icon {
33
+ display: inline-block;
34
+ text-decoration: none;
35
+ margin: 0;
36
+ padding: 0;
37
+ vertical-align: top;
38
+ text-align: center;
39
+ }
40
+ .jstree-icon:empty {
41
+ display: inline-block;
42
+ text-decoration: none;
43
+ margin: 0;
44
+ padding: 0;
45
+ vertical-align: top;
46
+ text-align: center;
47
+ }
48
+ .jstree-ocl {
49
+ cursor: pointer;
50
+ }
51
+ .jstree-leaf > .jstree-ocl {
52
+ cursor: default;
53
+ }
54
+ .jstree .jstree-open > .jstree-children {
55
+ display: block;
56
+ }
57
+ .jstree .jstree-closed > .jstree-children,
58
+ .jstree .jstree-leaf > .jstree-children {
59
+ display: none;
60
+ }
61
+ .jstree-anchor > .jstree-themeicon {
62
+ margin-right: 2px;
63
+ }
64
+ .jstree-no-icons .jstree-themeicon,
65
+ .jstree-anchor > .jstree-themeicon-hidden {
66
+ display: none;
67
+ }
68
+ .jstree-rtl .jstree-anchor {
69
+ padding: 0 1px 0 4px;
70
+ }
71
+ .jstree-rtl .jstree-anchor > .jstree-themeicon {
72
+ margin-left: 2px;
73
+ margin-right: 0;
74
+ }
75
+ .jstree-rtl .jstree-node {
76
+ margin-left: 0;
77
+ }
78
+ .jstree-rtl .jstree-container-ul > .jstree-node {
79
+ margin-right: 0;
80
+ }
81
+ .jstree-wholerow-ul {
82
+ position: relative;
83
+ display: inline-block;
84
+ min-width: 100%;
85
+ }
86
+ .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
87
+ cursor: pointer;
88
+ }
89
+ .jstree-wholerow-ul .jstree-anchor,
90
+ .jstree-wholerow-ul .jstree-icon {
91
+ position: relative;
92
+ }
93
+ .jstree-wholerow-ul .jstree-wholerow {
94
+ width: 100%;
95
+ cursor: pointer;
96
+ position: absolute;
97
+ left: 0;
98
+ -webkit-user-select: none;
99
+ -moz-user-select: none;
100
+ -ms-user-select: none;
101
+ user-select: none;
102
+ }
103
+ .vakata-context {
104
+ display: none;
105
+ }
106
+ .vakata-context,
107
+ .vakata-context ul {
108
+ margin: 0;
109
+ padding: 2px;
110
+ position: absolute;
111
+ background: #f5f5f5;
112
+ border: 1px solid #979797;
113
+ box-shadow: 2px 2px 2px #999999;
114
+ }
115
+ .vakata-context ul {
116
+ list-style: none;
117
+ left: 100%;
118
+ margin-top: -2.7em;
119
+ margin-left: -4px;
120
+ }
121
+ .vakata-context .vakata-context-right ul {
122
+ left: auto;
123
+ right: 100%;
124
+ margin-left: auto;
125
+ margin-right: -4px;
126
+ }
127
+ .vakata-context li {
128
+ list-style: none;
129
+ display: inline;
130
+ }
131
+ .vakata-context li > a {
132
+ display: block;
133
+ padding: 0 2em 0 2em;
134
+ text-decoration: none;
135
+ width: auto;
136
+ color: black;
137
+ white-space: nowrap;
138
+ line-height: 2.4em;
139
+ text-shadow: 1px 1px 0 white;
140
+ border-radius: 1px;
141
+ }
142
+ .vakata-context li > a:hover {
143
+ position: relative;
144
+ background-color: #e8eff7;
145
+ box-shadow: 0 0 2px #0a6aa1;
146
+ }
147
+ .vakata-context li > a.vakata-context-parent {
148
+ background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
149
+ background-position: right center;
150
+ background-repeat: no-repeat;
151
+ }
152
+ .vakata-context li > a:focus {
153
+ outline: 0;
154
+ }
155
+ .vakata-context .vakata-context-hover > a {
156
+ position: relative;
157
+ background-color: #e8eff7;
158
+ box-shadow: 0 0 2px #0a6aa1;
159
+ }
160
+ .vakata-context .vakata-context-separator > a,
161
+ .vakata-context .vakata-context-separator > a:hover {
162
+ background: white;
163
+ border: 0;
164
+ border-top: 1px solid #e2e3e3;
165
+ height: 1px;
166
+ min-height: 1px;
167
+ max-height: 1px;
168
+ padding: 0;
169
+ margin: 0 0 0 2.4em;
170
+ border-left: 1px solid #e0e0e0;
171
+ text-shadow: 0 0 0 transparent;
172
+ box-shadow: 0 0 0 transparent;
173
+ border-radius: 0;
174
+ }
175
+ .vakata-context .vakata-contextmenu-disabled a,
176
+ .vakata-context .vakata-contextmenu-disabled a:hover {
177
+ color: silver;
178
+ background-color: transparent;
179
+ border: 0;
180
+ box-shadow: 0 0 0;
181
+ }
182
+ .vakata-context li > a > i {
183
+ text-decoration: none;
184
+ display: inline-block;
185
+ width: 2.4em;
186
+ height: 2.4em;
187
+ background: transparent;
188
+ margin: 0 0 0 -2em;
189
+ vertical-align: top;
190
+ text-align: center;
191
+ line-height: 2.4em;
192
+ }
193
+ .vakata-context li > a > i:empty {
194
+ width: 2.4em;
195
+ line-height: 2.4em;
196
+ }
197
+ .vakata-context li > a .vakata-contextmenu-sep {
198
+ display: inline-block;
199
+ width: 1px;
200
+ height: 2.4em;
201
+ background: white;
202
+ margin: 0 0.5em 0 0;
203
+ border-left: 1px solid #e2e3e3;
204
+ }
205
+ .vakata-context .vakata-contextmenu-shortcut {
206
+ font-size: 0.8em;
207
+ color: silver;
208
+ opacity: 0.5;
209
+ display: none;
210
+ }
211
+ .vakata-context-rtl ul {
212
+ left: auto;
213
+ right: 100%;
214
+ margin-left: auto;
215
+ margin-right: -4px;
216
+ }
217
+ .vakata-context-rtl li > a.vakata-context-parent {
218
+ background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
219
+ background-position: left center;
220
+ background-repeat: no-repeat;
221
+ }
222
+ .vakata-context-rtl .vakata-context-separator > a {
223
+ margin: 0 2.4em 0 0;
224
+ border-left: 0;
225
+ border-right: 1px solid #e2e3e3;
226
+ }
227
+ .vakata-context-rtl .vakata-context-left ul {
228
+ right: auto;
229
+ left: 100%;
230
+ margin-left: -4px;
231
+ margin-right: auto;
232
+ }
233
+ .vakata-context-rtl li > a > i {
234
+ margin: 0 -2em 0 0;
235
+ }
236
+ .vakata-context-rtl li > a .vakata-contextmenu-sep {
237
+ margin: 0 0 0 0.5em;
238
+ border-left-color: white;
239
+ background: #e2e3e3;
240
+ }
241
+ #jstree-marker {
242
+ position: absolute;
243
+ top: 0;
244
+ left: 0;
245
+ margin: -5px 0 0 0;
246
+ padding: 0;
247
+ border-right: 0;
248
+ border-top: 5px solid transparent;
249
+ border-bottom: 5px solid transparent;
250
+ border-left: 5px solid;
251
+ width: 0;
252
+ height: 0;
253
+ font-size: 0;
254
+ line-height: 0;
255
+ }
256
+ #jstree-dnd {
257
+ line-height: 16px;
258
+ margin: 0;
259
+ padding: 4px;
260
+ }
261
+ #jstree-dnd .jstree-icon,
262
+ #jstree-dnd .jstree-copy {
263
+ display: inline-block;
264
+ text-decoration: none;
265
+ margin: 0 2px 0 0;
266
+ padding: 0;
267
+ width: 16px;
268
+ height: 16px;
269
+ }
270
+ #jstree-dnd .jstree-ok {
271
+ background: green;
272
+ }
273
+ #jstree-dnd .jstree-er {
274
+ background: red;
275
+ }
276
+ #jstree-dnd .jstree-copy {
277
+ margin: 0 2px 0 2px;
278
+ }
279
+ .jstree-default .jstree-node,
280
+ .jstree-default .jstree-icon {
281
+ background-repeat: no-repeat;
282
+ background-color: transparent;
283
+ }
284
+ .jstree-default .jstree-anchor,
285
+ .jstree-default .jstree-wholerow {
286
+ transition: background-color 0.15s, box-shadow 0.15s;
287
+ }
288
+ .jstree-default .jstree-hovered {
289
+ background: #e7f4f9;
290
+ border-radius: 2px;
291
+ box-shadow: inset 0 0 1px #cccccc;
292
+ }
293
+ .jstree-default .jstree-clicked {
294
+ background: #beebff;
295
+ border-radius: 2px;
296
+ box-shadow: inset 0 0 1px #999999;
297
+ }
298
+ .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
299
+ display: none;
300
+ }
301
+ .jstree-default .jstree-disabled {
302
+ background: transparent;
303
+ color: #666666;
304
+ }
305
+ .jstree-default .jstree-disabled.jstree-hovered {
306
+ background: transparent;
307
+ box-shadow: none;
308
+ }
309
+ .jstree-default .jstree-disabled.jstree-clicked {
310
+ background: #efefef;
311
+ }
312
+ .jstree-default .jstree-disabled > .jstree-icon {
313
+ opacity: 0.8;
314
+ filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
315
+ filter: gray;
316
+ -webkit-filter: grayscale(100%);
317
+ }
318
+ .jstree-default .jstree-search {
319
+ font-style: italic;
320
+ color: #8b0000;
321
+ font-weight: bold;
322
+ }
323
+ .jstree-default .jstree-no-checkboxes .jstree-checkbox {
324
+ display: none !important;
325
+ }
326
+ .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
327
+ background: transparent;
328
+ box-shadow: none;
329
+ }
330
+ .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
331
+ background: #e7f4f9;
332
+ }
333
+ .jstree-default.jstree-checkbox-no-clicked
334
+ > .jstree-wholerow-ul
335
+ .jstree-wholerow-clicked {
336
+ background: transparent;
337
+ }
338
+ .jstree-default.jstree-checkbox-no-clicked
339
+ > .jstree-wholerow-ul
340
+ .jstree-wholerow-clicked.jstree-wholerow-hovered {
341
+ background: #e7f4f9;
342
+ }
343
+ .jstree-default > .jstree-striped {
344
+ min-width: 100%;
345
+ display: inline-block;
346
+ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==")
347
+ left top repeat;
348
+ }
349
+ .jstree-default > .jstree-wholerow-ul .jstree-hovered,
350
+ .jstree-default > .jstree-wholerow-ul .jstree-clicked {
351
+ background: transparent;
352
+ box-shadow: none;
353
+ border-radius: 0;
354
+ }
355
+ .jstree-default .jstree-wholerow {
356
+ -moz-box-sizing: border-box;
357
+ -webkit-box-sizing: border-box;
358
+ box-sizing: border-box;
359
+ }
360
+ .jstree-default .jstree-wholerow-hovered {
361
+ background: #e7f4f9;
362
+ }
363
+ .jstree-default .jstree-wholerow-clicked {
364
+ background: #beebff;
365
+ background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
366
+ background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
367
+ }
368
+ .jstree-default .jstree-node {
369
+ min-height: 24px;
370
+ line-height: 24px;
371
+ margin-left: 24px;
372
+ min-width: 24px;
373
+ }
374
+ .jstree-default .jstree-anchor {
375
+ line-height: 24px;
376
+ height: 24px;
377
+ }
378
+ .jstree-default .jstree-icon {
379
+ width: 24px;
380
+ height: 24px;
381
+ line-height: 24px;
382
+ }
383
+ .jstree-default .jstree-icon:empty {
384
+ width: 24px;
385
+ height: 24px;
386
+ line-height: 24px;
387
+ }
388
+ .jstree-default.jstree-rtl .jstree-node {
389
+ margin-right: 24px;
390
+ }
391
+ .jstree-default .jstree-wholerow {
392
+ height: 24px;
393
+ }
394
+ .jstree-default .jstree-node,
395
+ .jstree-default .jstree-icon {
396
+ background-image: url("32px.png");
397
+ }
398
+ .jstree-default .jstree-node {
399
+ background-position: -292px -4px;
400
+ background-repeat: repeat-y;
401
+ }
402
+ .jstree-default .jstree-last {
403
+ background: transparent;
404
+ }
405
+ .jstree-default .jstree-open > .jstree-ocl {
406
+ background-position: -132px -4px;
407
+ }
408
+ .jstree-default .jstree-closed > .jstree-ocl {
409
+ background-position: -100px -4px;
410
+ }
411
+ .jstree-default .jstree-leaf > .jstree-ocl {
412
+ background-position: -68px -4px;
413
+ }
414
+ .jstree-default .jstree-themeicon {
415
+ background-position: -260px -4px;
416
+ }
417
+ .jstree-default > .jstree-no-dots .jstree-node,
418
+ .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
419
+ background: transparent;
420
+ }
421
+ .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
422
+ background-position: -36px -4px;
423
+ }
424
+ .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
425
+ background-position: -4px -4px;
426
+ }
427
+ .jstree-default .jstree-disabled {
428
+ background: transparent;
429
+ }
430
+ .jstree-default .jstree-disabled.jstree-hovered {
431
+ background: transparent;
432
+ }
433
+ .jstree-default .jstree-disabled.jstree-clicked {
434
+ background: #efefef;
435
+ }
436
+ .jstree-default .jstree-checkbox {
437
+ background-position: -164px -4px;
438
+ }
439
+ .jstree-default .jstree-checkbox:hover {
440
+ background-position: -164px -36px;
441
+ }
442
+ .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
443
+ .jstree-default .jstree-checked > .jstree-checkbox {
444
+ background-position: -228px -4px;
445
+ }
446
+ .jstree-default.jstree-checkbox-selection
447
+ .jstree-clicked
448
+ > .jstree-checkbox:hover,
449
+ .jstree-default .jstree-checked > .jstree-checkbox:hover {
450
+ background-position: -228px -36px;
451
+ }
452
+ .jstree-default .jstree-anchor > .jstree-undetermined {
453
+ background-position: -196px -4px;
454
+ }
455
+ .jstree-default .jstree-anchor > .jstree-undetermined:hover {
456
+ background-position: -196px -36px;
457
+ }
458
+ .jstree-default > .jstree-striped {
459
+ background-size: auto 48px;
460
+ }
461
+ .jstree-default.jstree-rtl .jstree-node {
462
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
463
+ background-position: 100% 1px;
464
+ background-repeat: repeat-y;
465
+ }
466
+ .jstree-default.jstree-rtl .jstree-last {
467
+ background: transparent;
468
+ }
469
+ .jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
470
+ background-position: -132px -36px;
471
+ }
472
+ .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
473
+ background-position: -100px -36px;
474
+ }
475
+ .jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
476
+ background-position: -68px -36px;
477
+ }
478
+ .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
479
+ .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
480
+ background: transparent;
481
+ }
482
+ .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
483
+ background-position: -36px -36px;
484
+ }
485
+ .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
486
+ background-position: -4px -36px;
487
+ }
488
+ .jstree-default .jstree-themeicon-custom {
489
+ background-color: transparent;
490
+ background-image: none;
491
+ background-position: 0 0;
492
+ }
493
+ .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
494
+ background: url("throbber.gif") center center no-repeat;
495
+ }
496
+ .jstree-default .jstree-file {
497
+ background: url("32px.png") -100px -68px no-repeat;
498
+ }
499
+ .jstree-default .jstree-folder {
500
+ background: url("32px.png") -260px -4px no-repeat;
501
+ }
502
+ .jstree-default > .jstree-container-ul > .jstree-node {
503
+ margin-left: 0;
504
+ margin-right: 0;
505
+ }
506
+ #jstree-dnd.jstree-default {
507
+ line-height: 24px;
508
+ padding: 0 4px;
509
+ }
510
+ #jstree-dnd.jstree-default .jstree-ok,
511
+ #jstree-dnd.jstree-default .jstree-er {
512
+ background-image: url("32px.png");
513
+ background-repeat: no-repeat;
514
+ background-color: transparent;
515
+ }
516
+ #jstree-dnd.jstree-default i {
517
+ background: transparent;
518
+ width: 24px;
519
+ height: 24px;
520
+ line-height: 24px;
521
+ }
522
+ #jstree-dnd.jstree-default .jstree-ok {
523
+ background-position: -4px -68px;
524
+ }
525
+ #jstree-dnd.jstree-default .jstree-er {
526
+ background-position: -36px -68px;
527
+ }
528
+ .jstree-default.jstree-rtl .jstree-node {
529
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
530
+ }
531
+ .jstree-default.jstree-rtl .jstree-last {
532
+ background: transparent;
533
+ }
534
+ .jstree-default-small .jstree-node {
535
+ min-height: 18px;
536
+ line-height: 18px;
537
+ margin-left: 18px;
538
+ min-width: 18px;
539
+ }
540
+ .jstree-default-small .jstree-anchor {
541
+ line-height: 18px;
542
+ height: 18px;
543
+ }
544
+ .jstree-default-small .jstree-icon {
545
+ width: 18px;
546
+ height: 18px;
547
+ line-height: 18px;
548
+ }
549
+ .jstree-default-small .jstree-icon:empty {
550
+ width: 18px;
551
+ height: 18px;
552
+ line-height: 18px;
553
+ }
554
+ .jstree-default-small.jstree-rtl .jstree-node {
555
+ margin-right: 18px;
556
+ }
557
+ .jstree-default-small .jstree-wholerow {
558
+ height: 18px;
559
+ }
560
+ .jstree-default-small .jstree-node,
561
+ .jstree-default-small .jstree-icon {
562
+ background-image: url("32px.png");
563
+ }
564
+ .jstree-default-small .jstree-node {
565
+ background-position: -295px -7px;
566
+ background-repeat: repeat-y;
567
+ }
568
+ .jstree-default-small .jstree-last {
569
+ background: transparent;
570
+ }
571
+ .jstree-default-small .jstree-open > .jstree-ocl {
572
+ background-position: -135px -7px;
573
+ }
574
+ .jstree-default-small .jstree-closed > .jstree-ocl {
575
+ background-position: -103px -7px;
576
+ }
577
+ .jstree-default-small .jstree-leaf > .jstree-ocl {
578
+ background-position: -71px -7px;
579
+ }
580
+ .jstree-default-small .jstree-themeicon {
581
+ background-position: -263px -7px;
582
+ }
583
+ .jstree-default-small > .jstree-no-dots .jstree-node,
584
+ .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
585
+ background: transparent;
586
+ }
587
+ .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
588
+ background-position: -39px -7px;
589
+ }
590
+ .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
591
+ background-position: -7px -7px;
592
+ }
593
+ .jstree-default-small .jstree-disabled {
594
+ background: transparent;
595
+ }
596
+ .jstree-default-small .jstree-disabled.jstree-hovered {
597
+ background: transparent;
598
+ }
599
+ .jstree-default-small .jstree-disabled.jstree-clicked {
600
+ background: #efefef;
601
+ }
602
+ .jstree-default-small .jstree-checkbox {
603
+ background-position: -167px -7px;
604
+ }
605
+ .jstree-default-small .jstree-checkbox:hover {
606
+ background-position: -167px -39px;
607
+ }
608
+ .jstree-default-small.jstree-checkbox-selection
609
+ .jstree-clicked
610
+ > .jstree-checkbox,
611
+ .jstree-default-small .jstree-checked > .jstree-checkbox {
612
+ background-position: -231px -7px;
613
+ }
614
+ .jstree-default-small.jstree-checkbox-selection
615
+ .jstree-clicked
616
+ > .jstree-checkbox:hover,
617
+ .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
618
+ background-position: -231px -39px;
619
+ }
620
+ .jstree-default-small .jstree-anchor > .jstree-undetermined {
621
+ background-position: -199px -7px;
622
+ }
623
+ .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
624
+ background-position: -199px -39px;
625
+ }
626
+ .jstree-default-small > .jstree-striped {
627
+ background-size: auto 36px;
628
+ }
629
+ .jstree-default-small.jstree-rtl .jstree-node {
630
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
631
+ background-position: 100% 1px;
632
+ background-repeat: repeat-y;
633
+ }
634
+ .jstree-default-small.jstree-rtl .jstree-last {
635
+ background: transparent;
636
+ }
637
+ .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
638
+ background-position: -135px -39px;
639
+ }
640
+ .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
641
+ background-position: -103px -39px;
642
+ }
643
+ .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
644
+ background-position: -71px -39px;
645
+ }
646
+ .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
647
+ .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
648
+ background: transparent;
649
+ }
650
+ .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
651
+ background-position: -39px -39px;
652
+ }
653
+ .jstree-default-small.jstree-rtl
654
+ > .jstree-no-dots
655
+ .jstree-closed
656
+ > .jstree-ocl {
657
+ background-position: -7px -39px;
658
+ }
659
+ .jstree-default-small .jstree-themeicon-custom {
660
+ background-color: transparent;
661
+ background-image: none;
662
+ background-position: 0 0;
663
+ }
664
+ .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
665
+ background: url("throbber.gif") center center no-repeat;
666
+ }
667
+ .jstree-default-small .jstree-file {
668
+ background: url("32px.png") -103px -71px no-repeat;
669
+ }
670
+ .jstree-default-small .jstree-folder {
671
+ background: url("32px.png") -263px -7px no-repeat;
672
+ }
673
+ .jstree-default-small > .jstree-container-ul > .jstree-node {
674
+ margin-left: 0;
675
+ margin-right: 0;
676
+ }
677
+ #jstree-dnd.jstree-default-small {
678
+ line-height: 18px;
679
+ padding: 0 4px;
680
+ }
681
+ #jstree-dnd.jstree-default-small .jstree-ok,
682
+ #jstree-dnd.jstree-default-small .jstree-er {
683
+ background-image: url("32px.png");
684
+ background-repeat: no-repeat;
685
+ background-color: transparent;
686
+ }
687
+ #jstree-dnd.jstree-default-small i {
688
+ background: transparent;
689
+ width: 18px;
690
+ height: 18px;
691
+ line-height: 18px;
692
+ }
693
+ #jstree-dnd.jstree-default-small .jstree-ok {
694
+ background-position: -7px -71px;
695
+ }
696
+ #jstree-dnd.jstree-default-small .jstree-er {
697
+ background-position: -39px -71px;
698
+ }
699
+ .jstree-default-small.jstree-rtl .jstree-node {
700
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
701
+ }
702
+ .jstree-default-small.jstree-rtl .jstree-last {
703
+ background: transparent;
704
+ }
705
+ .jstree-default-large .jstree-node {
706
+ min-height: 32px;
707
+ line-height: 32px;
708
+ margin-left: 32px;
709
+ min-width: 32px;
710
+ }
711
+ .jstree-default-large .jstree-anchor {
712
+ line-height: 32px;
713
+ height: 32px;
714
+ }
715
+ .jstree-default-large .jstree-icon {
716
+ width: 32px;
717
+ height: 32px;
718
+ line-height: 32px;
719
+ }
720
+ .jstree-default-large .jstree-icon:empty {
721
+ width: 32px;
722
+ height: 32px;
723
+ line-height: 32px;
724
+ }
725
+ .jstree-default-large.jstree-rtl .jstree-node {
726
+ margin-right: 32px;
727
+ }
728
+ .jstree-default-large .jstree-wholerow {
729
+ height: 32px;
730
+ }
731
+ .jstree-default-large .jstree-node,
732
+ .jstree-default-large .jstree-icon {
733
+ background-image: url("32px.png");
734
+ }
735
+ .jstree-default-large .jstree-node {
736
+ background-position: -288px 0px;
737
+ background-repeat: repeat-y;
738
+ }
739
+ .jstree-default-large .jstree-last {
740
+ background: transparent;
741
+ }
742
+ .jstree-default-large .jstree-open > .jstree-ocl {
743
+ background-position: -128px 0px;
744
+ }
745
+ .jstree-default-large .jstree-closed > .jstree-ocl {
746
+ background-position: -96px 0px;
747
+ }
748
+ .jstree-default-large .jstree-leaf > .jstree-ocl {
749
+ background-position: -64px 0px;
750
+ }
751
+ .jstree-default-large .jstree-themeicon {
752
+ background-position: -256px 0px;
753
+ }
754
+ .jstree-default-large > .jstree-no-dots .jstree-node,
755
+ .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
756
+ background: transparent;
757
+ }
758
+ .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
759
+ background-position: -32px 0px;
760
+ }
761
+ .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
762
+ background-position: 0px 0px;
763
+ }
764
+ .jstree-default-large .jstree-disabled {
765
+ background: transparent;
766
+ }
767
+ .jstree-default-large .jstree-disabled.jstree-hovered {
768
+ background: transparent;
769
+ }
770
+ .jstree-default-large .jstree-disabled.jstree-clicked {
771
+ background: #efefef;
772
+ }
773
+ .jstree-default-large .jstree-checkbox {
774
+ background-position: -160px 0px;
775
+ }
776
+ .jstree-default-large .jstree-checkbox:hover {
777
+ background-position: -160px -32px;
778
+ }
779
+ .jstree-default-large.jstree-checkbox-selection
780
+ .jstree-clicked
781
+ > .jstree-checkbox,
782
+ .jstree-default-large .jstree-checked > .jstree-checkbox {
783
+ background-position: -224px 0px;
784
+ }
785
+ .jstree-default-large.jstree-checkbox-selection
786
+ .jstree-clicked
787
+ > .jstree-checkbox:hover,
788
+ .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
789
+ background-position: -224px -32px;
790
+ }
791
+ .jstree-default-large .jstree-anchor > .jstree-undetermined {
792
+ background-position: -192px 0px;
793
+ }
794
+ .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
795
+ background-position: -192px -32px;
796
+ }
797
+ .jstree-default-large > .jstree-striped {
798
+ background-size: auto 64px;
799
+ }
800
+ .jstree-default-large.jstree-rtl .jstree-node {
801
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
802
+ background-position: 100% 1px;
803
+ background-repeat: repeat-y;
804
+ }
805
+ .jstree-default-large.jstree-rtl .jstree-last {
806
+ background: transparent;
807
+ }
808
+ .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
809
+ background-position: -128px -32px;
810
+ }
811
+ .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
812
+ background-position: -96px -32px;
813
+ }
814
+ .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
815
+ background-position: -64px -32px;
816
+ }
817
+ .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
818
+ .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
819
+ background: transparent;
820
+ }
821
+ .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
822
+ background-position: -32px -32px;
823
+ }
824
+ .jstree-default-large.jstree-rtl
825
+ > .jstree-no-dots
826
+ .jstree-closed
827
+ > .jstree-ocl {
828
+ background-position: 0px -32px;
829
+ }
830
+ .jstree-default-large .jstree-themeicon-custom {
831
+ background-color: transparent;
832
+ background-image: none;
833
+ background-position: 0 0;
834
+ }
835
+ .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
836
+ background: url("throbber.gif") center center no-repeat;
837
+ }
838
+ .jstree-default-large .jstree-file {
839
+ background: url("32px.png") -96px -64px no-repeat;
840
+ }
841
+ .jstree-default-large .jstree-folder {
842
+ background: url("32px.png") -256px 0px no-repeat;
843
+ }
844
+ .jstree-default-large > .jstree-container-ul > .jstree-node {
845
+ margin-left: 0;
846
+ margin-right: 0;
847
+ }
848
+ #jstree-dnd.jstree-default-large {
849
+ line-height: 32px;
850
+ padding: 0 4px;
851
+ }
852
+ #jstree-dnd.jstree-default-large .jstree-ok,
853
+ #jstree-dnd.jstree-default-large .jstree-er {
854
+ background-image: url("32px.png");
855
+ background-repeat: no-repeat;
856
+ background-color: transparent;
857
+ }
858
+ #jstree-dnd.jstree-default-large i {
859
+ background: transparent;
860
+ width: 32px;
861
+ height: 32px;
862
+ line-height: 32px;
863
+ }
864
+ #jstree-dnd.jstree-default-large .jstree-ok {
865
+ background-position: 0px -64px;
866
+ }
867
+ #jstree-dnd.jstree-default-large .jstree-er {
868
+ background-position: -32px -64px;
869
+ }
870
+ .jstree-default-large.jstree-rtl .jstree-node {
871
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
872
+ }
873
+ .jstree-default-large.jstree-rtl .jstree-last {
874
+ background: transparent;
875
+ }
876
+ @media (max-width: 768px) {
877
+ #jstree-dnd.jstree-dnd-responsive {
878
+ line-height: 40px;
879
+ font-weight: bold;
880
+ font-size: 1.1em;
881
+ text-shadow: 1px 1px white;
882
+ }
883
+ #jstree-dnd.jstree-dnd-responsive > i {
884
+ background: transparent;
885
+ width: 40px;
886
+ height: 40px;
887
+ }
888
+ #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
889
+ background-image: url("40px.png");
890
+ background-position: 0 -200px;
891
+ background-size: 120px 240px;
892
+ }
893
+ #jstree-dnd.jstree-dnd-responsive > .jstree-er {
894
+ background-image: url("40px.png");
895
+ background-position: -40px -200px;
896
+ background-size: 120px 240px;
897
+ }
898
+ #jstree-marker.jstree-dnd-responsive {
899
+ border-left-width: 10px;
900
+ border-top-width: 10px;
901
+ border-bottom-width: 10px;
902
+ margin-top: -10px;
903
+ }
904
+ }
905
+ @media (max-width: 768px) {
906
+ .jstree-default-responsive {
907
+ }
908
+ .jstree-default-responsive .jstree-icon {
909
+ background-image: url("40px.png");
910
+ }
911
+ .jstree-default-responsive .jstree-node,
912
+ .jstree-default-responsive .jstree-leaf > .jstree-ocl {
913
+ background: transparent;
914
+ }
915
+ .jstree-default-responsive .jstree-node {
916
+ min-height: 40px;
917
+ line-height: 40px;
918
+ margin-left: 40px;
919
+ min-width: 40px;
920
+ white-space: nowrap;
921
+ }
922
+ .jstree-default-responsive .jstree-anchor {
923
+ line-height: 40px;
924
+ height: 40px;
925
+ }
926
+ .jstree-default-responsive .jstree-icon,
927
+ .jstree-default-responsive .jstree-icon:empty {
928
+ width: 40px;
929
+ height: 40px;
930
+ line-height: 40px;
931
+ }
932
+ .jstree-default-responsive > .jstree-container-ul > .jstree-node {
933
+ margin-left: 0;
934
+ }
935
+ .jstree-default-responsive.jstree-rtl .jstree-node {
936
+ margin-left: 0;
937
+ margin-right: 40px;
938
+ }
939
+ .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
940
+ margin-right: 0;
941
+ }
942
+ .jstree-default-responsive .jstree-ocl,
943
+ .jstree-default-responsive .jstree-themeicon,
944
+ .jstree-default-responsive .jstree-checkbox {
945
+ background-size: 120px 240px;
946
+ }
947
+ .jstree-default-responsive .jstree-leaf > .jstree-ocl {
948
+ background: transparent;
949
+ }
950
+ .jstree-default-responsive .jstree-open > .jstree-ocl {
951
+ background-position: 0 0px !important;
952
+ }
953
+ .jstree-default-responsive .jstree-closed > .jstree-ocl {
954
+ background-position: 0 -40px !important;
955
+ }
956
+ .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
957
+ background-position: -40px 0px !important;
958
+ }
959
+ .jstree-default-responsive .jstree-themeicon {
960
+ background-position: -40px -40px;
961
+ }
962
+ .jstree-default-responsive .jstree-checkbox,
963
+ .jstree-default-responsive .jstree-checkbox:hover {
964
+ background-position: -40px -80px;
965
+ }
966
+ .jstree-default-responsive.jstree-checkbox-selection
967
+ .jstree-clicked
968
+ > .jstree-checkbox,
969
+ .jstree-default-responsive.jstree-checkbox-selection
970
+ .jstree-clicked
971
+ > .jstree-checkbox:hover,
972
+ .jstree-default-responsive .jstree-checked > .jstree-checkbox,
973
+ .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
974
+ background-position: 0 -80px;
975
+ }
976
+ .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
977
+ .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
978
+ background-position: 0 -120px;
979
+ }
980
+ .jstree-default-responsive .jstree-anchor {
981
+ font-weight: bold;
982
+ font-size: 1.1em;
983
+ text-shadow: 1px 1px white;
984
+ }
985
+ .jstree-default-responsive > .jstree-striped {
986
+ background: transparent;
987
+ }
988
+ .jstree-default-responsive .jstree-wholerow {
989
+ border-top: 1px solid rgba(255, 255, 255, 0.7);
990
+ border-bottom: 1px solid rgba(64, 64, 64, 0.2);
991
+ background: #ebebeb;
992
+ height: 40px;
993
+ }
994
+ .jstree-default-responsive .jstree-wholerow-hovered {
995
+ background: #e7f4f9;
996
+ }
997
+ .jstree-default-responsive .jstree-wholerow-clicked {
998
+ background: #beebff;
999
+ }
1000
+ .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
1001
+ box-shadow: inset 0 -6px 3px -5px #666666;
1002
+ }
1003
+ .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
1004
+ box-shadow: inset 0 6px 3px -5px #666666;
1005
+ border-top: 0;
1006
+ }
1007
+ .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
1008
+ box-shadow: none;
1009
+ }
1010
+ .jstree-default-responsive .jstree-node,
1011
+ .jstree-default-responsive .jstree-icon,
1012
+ .jstree-default-responsive .jstree-node > .jstree-ocl,
1013
+ .jstree-default-responsive .jstree-themeicon,
1014
+ .jstree-default-responsive .jstree-checkbox {
1015
+ background-image: url("40px.png");
1016
+ background-size: 120px 240px;
1017
+ }
1018
+ .jstree-default-responsive .jstree-node {
1019
+ background-position: -80px 0;
1020
+ background-repeat: repeat-y;
1021
+ }
1022
+ .jstree-default-responsive .jstree-last {
1023
+ background: transparent;
1024
+ }
1025
+ .jstree-default-responsive .jstree-leaf > .jstree-ocl {
1026
+ background-position: -40px -120px;
1027
+ }
1028
+ .jstree-default-responsive .jstree-last > .jstree-ocl {
1029
+ background-position: -40px -160px;
1030
+ }
1031
+ .jstree-default-responsive .jstree-themeicon-custom {
1032
+ background-color: transparent;
1033
+ background-image: none;
1034
+ background-position: 0 0;
1035
+ }
1036
+ .jstree-default-responsive .jstree-file {
1037
+ background: url("40px.png") 0 -160px no-repeat;
1038
+ background-size: 120px 240px;
1039
+ }
1040
+ .jstree-default-responsive .jstree-folder {
1041
+ background: url("40px.png") -40px -40px no-repeat;
1042
+ background-size: 120px 240px;
1043
+ }
1044
+ .jstree-default-responsive > .jstree-container-ul > .jstree-node {
1045
+ margin-left: 0;
1046
+ margin-right: 0;
1047
+ }
1048
+ }