@finos/legend-application-pure-ide-deployment 10.27.0 → 10.28.0
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/dist/ide/index.html +1 -1
- package/dist/ide/static/{index.c3cb4617.js → index.58c98f08.js} +2 -2
- package/dist/ide/static/{index.c3cb4617.js.map → index.58c98f08.js.map} +1 -1
- package/dist/ide/static/{index.b195e1f5.css → index.7ac41ee8.css} +4 -4
- package/dist/ide/static/{index.b195e1f5.css.map → index.7ac41ee8.css.map} +1 -1
- package/dist/ide/static/{vendor.4402c66e.css → vendor.3ca19839.css} +101 -222
- package/dist/ide/static/vendor.3ca19839.css.map +1 -0
- package/dist/ide/version.json +1 -1
- package/package.json +3 -3
- package/dist/ide/static/vendor.4402c66e.css.map +0 -1
@@ -2020,30 +2020,6 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
2020
2020
|
justify-content: center;
|
2021
2021
|
}
|
2022
2022
|
|
2023
|
-
.ag-advanced-filter-header {
|
2024
|
-
position: relative;
|
2025
|
-
display: flex;
|
2026
|
-
align-items: center;
|
2027
|
-
padding-left: var(--ag-cell-horizontal-padding);
|
2028
|
-
padding-right: var(--ag-cell-horizontal-padding);
|
2029
|
-
}
|
2030
|
-
|
2031
|
-
.ag-advanced-filter {
|
2032
|
-
display: flex;
|
2033
|
-
align-items: center;
|
2034
|
-
width: 100%;
|
2035
|
-
}
|
2036
|
-
|
2037
|
-
.ag-advanced-filter-apply-button {
|
2038
|
-
line-height: normal;
|
2039
|
-
}
|
2040
|
-
.ag-ltr .ag-advanced-filter-apply-button {
|
2041
|
-
margin-left: calc(var(--ag-grid-size) * 2);
|
2042
|
-
}
|
2043
|
-
.ag-rtl .ag-advanced-filter-apply-button {
|
2044
|
-
margin-right: calc(var(--ag-grid-size) * 2);
|
2045
|
-
}
|
2046
|
-
|
2047
2023
|
.ag-floating-filter-body {
|
2048
2024
|
position: relative;
|
2049
2025
|
display: flex;
|
@@ -2310,17 +2286,14 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
2310
2286
|
|
2311
2287
|
.ag-tooltip {
|
2312
2288
|
position: absolute;
|
2289
|
+
pointer-events: none;
|
2313
2290
|
z-index: 99999;
|
2314
2291
|
}
|
2315
2292
|
|
2316
2293
|
.ag-tooltip-custom {
|
2317
2294
|
position: absolute;
|
2318
|
-
z-index: 99999;
|
2319
|
-
}
|
2320
|
-
|
2321
|
-
.ag-tooltip:not(.ag-tooltip-interactive),
|
2322
|
-
.ag-tooltip-custom:not(.ag-tooltip-interactive) {
|
2323
2295
|
pointer-events: none;
|
2296
|
+
z-index: 99999;
|
2324
2297
|
}
|
2325
2298
|
|
2326
2299
|
.ag-value-slide-out {
|
@@ -2389,67 +2362,38 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
2389
2362
|
.ag-rich-select {
|
2390
2363
|
cursor: default;
|
2391
2364
|
outline: none;
|
2392
|
-
height: 100%;
|
2393
2365
|
}
|
2394
2366
|
|
2395
2367
|
.ag-rich-select-value {
|
2396
2368
|
display: flex;
|
2397
2369
|
align-items: center;
|
2398
|
-
height: 100%;
|
2399
|
-
}
|
2400
|
-
.ag-rich-select-value .ag-picker-field-display {
|
2401
|
-
overflow: hidden;
|
2402
|
-
text-overflow: ellipsis;
|
2403
|
-
}
|
2404
|
-
|
2405
|
-
.ag-rich-select-list {
|
2406
|
-
position: relative;
|
2407
2370
|
}
|
2408
2371
|
|
2409
|
-
.ag-rich-select-
|
2410
|
-
display: flex;
|
2372
|
+
.ag-rich-select-value-icon {
|
2411
2373
|
flex: 1 1 auto;
|
2412
|
-
|
2413
|
-
white-space: nowrap;
|
2414
|
-
overflow: hidden;
|
2415
|
-
height: 100%;
|
2416
|
-
}
|
2417
|
-
|
2418
|
-
.ag-autocomplete {
|
2419
|
-
align-items: center;
|
2420
|
-
display: flex;
|
2374
|
+
order: 1;
|
2421
2375
|
}
|
2422
|
-
.ag-
|
2423
|
-
|
2376
|
+
.ag-ltr .ag-rich-select-value-icon {
|
2377
|
+
text-align: right;
|
2424
2378
|
}
|
2425
|
-
|
2426
|
-
|
2427
|
-
position: absolute;
|
2428
|
-
-moz-user-select: none;
|
2429
|
-
-webkit-user-select: none;
|
2430
|
-
-ms-user-select: none;
|
2431
|
-
user-select: none;
|
2379
|
+
.ag-rtl .ag-rich-select-value-icon {
|
2380
|
+
text-align: left;
|
2432
2381
|
}
|
2433
2382
|
|
2434
|
-
.ag-
|
2383
|
+
.ag-rich-select-list {
|
2435
2384
|
position: relative;
|
2436
2385
|
}
|
2437
2386
|
|
2438
|
-
.ag-
|
2387
|
+
.ag-rich-select-virtual-list-item {
|
2439
2388
|
display: flex;
|
2440
2389
|
}
|
2441
2390
|
|
2442
|
-
.ag-
|
2391
|
+
.ag-rich-select-row {
|
2443
2392
|
display: flex;
|
2444
2393
|
flex: 1 1 auto;
|
2445
2394
|
align-items: center;
|
2446
|
-
overflow: hidden;
|
2447
|
-
}
|
2448
|
-
|
2449
|
-
.ag-autocomplete-row-label {
|
2450
2395
|
white-space: nowrap;
|
2451
2396
|
overflow: hidden;
|
2452
|
-
text-overflow: ellipsis;
|
2453
2397
|
}
|
2454
2398
|
|
2455
2399
|
.ag-paging-panel {
|
@@ -3256,8 +3200,6 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3256
3200
|
background-color: var(--ag-background-color);
|
3257
3201
|
overflow-y: auto;
|
3258
3202
|
overflow-x: hidden;
|
3259
|
-
border-radius: var(--ag-border-radius);
|
3260
|
-
border: var(--ag-borders) var(--ag-border-color);
|
3261
3203
|
}
|
3262
3204
|
|
3263
3205
|
.ag-list-item {
|
@@ -3286,6 +3228,82 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3286
3228
|
overflow: hidden;
|
3287
3229
|
}
|
3288
3230
|
|
3231
|
+
.ag-select .ag-picker-field-wrapper {
|
3232
|
+
background-color: var(--ag-background-color);
|
3233
|
+
min-height: var(--ag-list-item-height);
|
3234
|
+
cursor: default;
|
3235
|
+
}
|
3236
|
+
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
|
3237
|
+
box-shadow: none;
|
3238
|
+
}
|
3239
|
+
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
|
3240
|
+
height: var(--ag-list-item-height);
|
3241
|
+
}
|
3242
|
+
.ag-select .ag-picker-field-display {
|
3243
|
+
margin: 4px;
|
3244
|
+
white-space: nowrap;
|
3245
|
+
overflow: hidden;
|
3246
|
+
text-overflow: ellipsis;
|
3247
|
+
}
|
3248
|
+
.ag-select .ag-picker-field-icon {
|
3249
|
+
display: flex;
|
3250
|
+
align-items: center;
|
3251
|
+
}
|
3252
|
+
.ag-select.ag-disabled {
|
3253
|
+
opacity: 0.5;
|
3254
|
+
}
|
3255
|
+
|
3256
|
+
.ag-rich-select {
|
3257
|
+
background-color: var(--ag-control-panel-background-color);
|
3258
|
+
}
|
3259
|
+
|
3260
|
+
.ag-rich-select-list {
|
3261
|
+
width: 100%;
|
3262
|
+
min-width: 200px;
|
3263
|
+
height: calc(var(--ag-row-height) * 6.5);
|
3264
|
+
}
|
3265
|
+
|
3266
|
+
.ag-rich-select-value {
|
3267
|
+
height: var(--ag-row-height);
|
3268
|
+
border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
|
3269
|
+
padding-top: 0;
|
3270
|
+
padding-bottom: 0;
|
3271
|
+
}
|
3272
|
+
.ag-ltr .ag-rich-select-value {
|
3273
|
+
padding-left: var(--ag-cell-horizontal-padding);
|
3274
|
+
}
|
3275
|
+
.ag-rtl .ag-rich-select-value {
|
3276
|
+
padding-right: var(--ag-cell-horizontal-padding);
|
3277
|
+
}
|
3278
|
+
.ag-ltr .ag-rich-select-value {
|
3279
|
+
padding-right: var(--ag-grid-size);
|
3280
|
+
}
|
3281
|
+
.ag-rtl .ag-rich-select-value {
|
3282
|
+
padding-left: var(--ag-grid-size);
|
3283
|
+
}
|
3284
|
+
|
3285
|
+
.ag-rich-select-virtual-list-item {
|
3286
|
+
cursor: default;
|
3287
|
+
height: var(--ag-list-item-height);
|
3288
|
+
}
|
3289
|
+
.ag-keyboard-focus .ag-rich-select-virtual-list-item:focus::after {
|
3290
|
+
content: none;
|
3291
|
+
}
|
3292
|
+
.ag-rich-select-virtual-list-item:hover {
|
3293
|
+
background-color: var(--ag-row-hover-color);
|
3294
|
+
}
|
3295
|
+
|
3296
|
+
.ag-ltr .ag-rich-select-row {
|
3297
|
+
padding-left: var(--ag-cell-horizontal-padding);
|
3298
|
+
}
|
3299
|
+
.ag-rtl .ag-rich-select-row {
|
3300
|
+
padding-right: var(--ag-cell-horizontal-padding);
|
3301
|
+
}
|
3302
|
+
|
3303
|
+
.ag-rich-select-row-selected {
|
3304
|
+
background-color: var(--ag-selected-row-background-color);
|
3305
|
+
}
|
3306
|
+
|
3289
3307
|
.ag-row-drag,
|
3290
3308
|
.ag-selection-checkbox,
|
3291
3309
|
.ag-group-expanded,
|
@@ -3402,19 +3420,12 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3402
3420
|
}
|
3403
3421
|
|
3404
3422
|
.ag-picker-field-wrapper {
|
3405
|
-
border:
|
3423
|
+
border: 1px solid;
|
3406
3424
|
border-color: var(--ag-border-color);
|
3407
3425
|
border-radius: 5px;
|
3408
3426
|
}
|
3409
|
-
.ag-picker-field-wrapper:
|
3410
|
-
color: var(--ag-disabled-foreground-color);
|
3411
|
-
background-color: var(--ag-input-disabled-background-color);
|
3412
|
-
border-color: var(--ag-input-disabled-border-color);
|
3413
|
-
}
|
3414
|
-
.ag-picker-field-wrapper.ag-picker-has-focus, .ag-picker-field-wrapper:focus {
|
3415
|
-
outline: none;
|
3427
|
+
.ag-picker-field-wrapper:focus {
|
3416
3428
|
box-shadow: var(--ag-input-focus-box-shadow);
|
3417
|
-
border-color: var(--ag-input-focus-border-color);
|
3418
3429
|
}
|
3419
3430
|
|
3420
3431
|
.ag-picker-field-button {
|
@@ -3493,12 +3504,6 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3493
3504
|
margin-right: 0;
|
3494
3505
|
}
|
3495
3506
|
|
3496
|
-
.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),
|
3497
|
-
.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),
|
3498
|
-
.ag-recent-color:focus-visible:not(:disabled):not([readonly]) {
|
3499
|
-
box-shadow: var(--ag-input-focus-box-shadow);
|
3500
|
-
}
|
3501
|
-
|
3502
3507
|
.ag-dnd-ghost {
|
3503
3508
|
border: var(--ag-borders) var(--ag-border-color);
|
3504
3509
|
background: var(--ag-background-color);
|
@@ -3525,118 +3530,6 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3525
3530
|
box-shadow: var(--ag-popup-shadow);
|
3526
3531
|
}
|
3527
3532
|
|
3528
|
-
.ag-select .ag-picker-field-wrapper {
|
3529
|
-
background-color: var(--ag-background-color);
|
3530
|
-
min-height: var(--ag-list-item-height);
|
3531
|
-
cursor: default;
|
3532
|
-
}
|
3533
|
-
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
|
3534
|
-
box-shadow: none;
|
3535
|
-
}
|
3536
|
-
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
|
3537
|
-
height: var(--ag-list-item-height);
|
3538
|
-
}
|
3539
|
-
.ag-select .ag-picker-field-display {
|
3540
|
-
margin: 4px;
|
3541
|
-
white-space: nowrap;
|
3542
|
-
overflow: hidden;
|
3543
|
-
text-overflow: ellipsis;
|
3544
|
-
}
|
3545
|
-
.ag-select .ag-picker-field-icon {
|
3546
|
-
display: flex;
|
3547
|
-
align-items: center;
|
3548
|
-
}
|
3549
|
-
.ag-select.ag-disabled {
|
3550
|
-
opacity: 0.5;
|
3551
|
-
}
|
3552
|
-
|
3553
|
-
.ag-rich-select-value,
|
3554
|
-
.ag-rich-select-list {
|
3555
|
-
background-color: var(--ag-background-color);
|
3556
|
-
}
|
3557
|
-
|
3558
|
-
.ag-rich-select-list {
|
3559
|
-
width: 100%;
|
3560
|
-
height: auto;
|
3561
|
-
border-radius: var(--ag-border-radius);
|
3562
|
-
border: var(--ag-borders) var(--ag-border-color);
|
3563
|
-
max-height: calc(var(--ag-row-height) * 6.5);
|
3564
|
-
}
|
3565
|
-
|
3566
|
-
.ag-rich-select-value {
|
3567
|
-
border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
|
3568
|
-
padding-top: 0;
|
3569
|
-
padding-bottom: 0;
|
3570
|
-
}
|
3571
|
-
.ag-ltr .ag-rich-select-value {
|
3572
|
-
padding-left: var(--ag-cell-horizontal-padding);
|
3573
|
-
}
|
3574
|
-
.ag-rtl .ag-rich-select-value {
|
3575
|
-
padding-right: var(--ag-cell-horizontal-padding);
|
3576
|
-
}
|
3577
|
-
.ag-ltr .ag-rich-select-value {
|
3578
|
-
padding-right: var(--ag-grid-size);
|
3579
|
-
}
|
3580
|
-
.ag-rtl .ag-rich-select-value {
|
3581
|
-
padding-left: var(--ag-grid-size);
|
3582
|
-
}
|
3583
|
-
|
3584
|
-
.ag-popup-editor .ag-rich-select-value {
|
3585
|
-
height: var(--ag-row-height);
|
3586
|
-
min-width: 200px;
|
3587
|
-
}
|
3588
|
-
|
3589
|
-
.ag-rich-select-virtual-list-item {
|
3590
|
-
cursor: default;
|
3591
|
-
height: var(--ag-list-item-height);
|
3592
|
-
}
|
3593
|
-
.ag-keyboard-focus .ag-rich-select-virtual-list-item:focus::after {
|
3594
|
-
content: none;
|
3595
|
-
}
|
3596
|
-
.ag-rich-select-virtual-list-item:hover {
|
3597
|
-
background-color: var(--ag-row-hover-color);
|
3598
|
-
}
|
3599
|
-
|
3600
|
-
.ag-ltr .ag-rich-select-row {
|
3601
|
-
padding-left: var(--ag-cell-horizontal-padding);
|
3602
|
-
}
|
3603
|
-
.ag-rtl .ag-rich-select-row {
|
3604
|
-
padding-right: var(--ag-cell-horizontal-padding);
|
3605
|
-
}
|
3606
|
-
|
3607
|
-
.ag-rich-select-row-selected {
|
3608
|
-
background-color: var(--ag-selected-row-background-color);
|
3609
|
-
}
|
3610
|
-
|
3611
|
-
.ag-autocomplete {
|
3612
|
-
width: 100%;
|
3613
|
-
}
|
3614
|
-
|
3615
|
-
.ag-autocomplete-list {
|
3616
|
-
width: 100%;
|
3617
|
-
min-width: 200px;
|
3618
|
-
height: calc(var(--ag-row-height) * 6.5);
|
3619
|
-
}
|
3620
|
-
|
3621
|
-
.ag-autocomplete-virtual-list-item {
|
3622
|
-
cursor: default;
|
3623
|
-
height: var(--ag-list-item-height);
|
3624
|
-
}
|
3625
|
-
.ag-keyboard-focus .ag-autocomplete-virtual-list-item:focus::after {
|
3626
|
-
content: none;
|
3627
|
-
}
|
3628
|
-
.ag-autocomplete-virtual-list-item:hover {
|
3629
|
-
background-color: var(--ag-row-hover-color);
|
3630
|
-
}
|
3631
|
-
|
3632
|
-
.ag-autocomplete-row-label {
|
3633
|
-
margin: 0px var(--ag-widget-container-horizontal-padding);
|
3634
|
-
}
|
3635
|
-
|
3636
|
-
.ag-autocomplete-row-selected {
|
3637
|
-
background-color: var(--ag-selected-row-background-color);
|
3638
|
-
}
|
3639
|
-
|
3640
3533
|
.ag-dragging-range-handle .ag-dialog,
|
3641
3534
|
.ag-dragging-fill-handle .ag-dialog {
|
3642
3535
|
opacity: 0.7;
|
@@ -3646,7 +3539,6 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3646
3539
|
.ag-dialog {
|
3647
3540
|
border-radius: var(--ag-border-radius);
|
3648
3541
|
border: var(--ag-borders) var(--ag-border-color);
|
3649
|
-
box-shadow: var(--ag-popup-shadow);
|
3650
3542
|
}
|
3651
3543
|
|
3652
3544
|
.ag-panel {
|
@@ -3674,15 +3566,17 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
3674
3566
|
padding: var(--ag-grid-size);
|
3675
3567
|
border: var(--ag-borders) var(--ag-border-color);
|
3676
3568
|
border-radius: var(--ag-card-radius);
|
3569
|
+
transition: opacity 1s;
|
3677
3570
|
white-space: normal;
|
3678
3571
|
}
|
3572
|
+
.ag-tooltip.ag-tooltip-hiding {
|
3573
|
+
opacity: 0;
|
3574
|
+
}
|
3679
3575
|
|
3680
|
-
.ag-tooltip
|
3681
|
-
.ag-tooltip-custom.ag-tooltip-animate {
|
3576
|
+
.ag-tooltip-custom {
|
3682
3577
|
transition: opacity 1s;
|
3683
3578
|
}
|
3684
|
-
.ag-tooltip
|
3685
|
-
.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding {
|
3579
|
+
.ag-tooltip-custom.ag-tooltip-hiding {
|
3686
3580
|
opacity: 0;
|
3687
3581
|
}
|
3688
3582
|
|
@@ -6083,15 +5977,16 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
6083
5977
|
}
|
6084
5978
|
|
6085
5979
|
.ag-cell-inline-editing {
|
6086
|
-
border:
|
5980
|
+
border: var(--ag-borders) var(--ag-border-color);
|
5981
|
+
background: var(--ag-background-color);
|
6087
5982
|
border-radius: var(--ag-card-radius);
|
6088
5983
|
box-shadow: var(--ag-card-shadow);
|
5984
|
+
padding: var(--ag-grid-size);
|
6089
5985
|
padding: 0;
|
6090
5986
|
background-color: var(--ag-control-panel-background-color);
|
6091
5987
|
}
|
6092
5988
|
|
6093
|
-
.ag-popup-editor
|
6094
|
-
.ag-autocomplete-list-popup {
|
5989
|
+
.ag-popup-editor {
|
6095
5990
|
border: var(--ag-borders) var(--ag-border-color);
|
6096
5991
|
background: var(--ag-background-color);
|
6097
5992
|
border-radius: var(--ag-card-radius);
|
@@ -6996,7 +6891,7 @@ button.ag-side-button-button:focus {
|
|
6996
6891
|
bottom: 0;
|
6997
6892
|
}
|
6998
6893
|
|
6999
|
-
.ag-header
|
6894
|
+
.ag-header {
|
7000
6895
|
background-color: var(--ag-header-background-color);
|
7001
6896
|
border-bottom: var(--ag-borders-critical) var(--ag-border-color);
|
7002
6897
|
}
|
@@ -7083,22 +6978,6 @@ button.ag-side-button-button:focus {
|
|
7083
6978
|
border: 1px solid;
|
7084
6979
|
border-color: var(--ag-input-focus-border-color);
|
7085
6980
|
}
|
7086
|
-
.ag-keyboard-focus .ag-advanced-filter-header-cell:focus {
|
7087
|
-
outline: none;
|
7088
|
-
}
|
7089
|
-
.ag-keyboard-focus .ag-advanced-filter-header-cell:focus::after {
|
7090
|
-
content: "";
|
7091
|
-
position: absolute;
|
7092
|
-
background-color: transparent;
|
7093
|
-
pointer-events: none;
|
7094
|
-
top: 4px;
|
7095
|
-
left: 4px;
|
7096
|
-
display: block;
|
7097
|
-
width: calc(100% - 8px);
|
7098
|
-
height: calc(100% - 8px);
|
7099
|
-
border: 1px solid;
|
7100
|
-
border-color: var(--ag-input-focus-border-color);
|
7101
|
-
}
|
7102
6981
|
|
7103
6982
|
.ag-header-icon {
|
7104
6983
|
color: var(--ag-secondary-foreground-color);
|
@@ -8482,4 +8361,4 @@ input[class^=ag-][type=range]:disabled {
|
|
8482
8361
|
.quick-input-widget{-webkit-app-region:no-drag;border-radius:6px;left:50%;margin-left:-300px;position:absolute;width:600px;z-index:2550}.quick-input-titlebar{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex}.quick-input-left-action-bar{display:flex;flex:1;margin-left:4px}.quick-input-title{overflow:hidden;padding:3px 0;text-align:center;text-overflow:ellipsis}.quick-input-right-action-bar{display:flex;flex:1;margin-right:4px}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:50%;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px 6px 6px 11px}.quick-input-header .quick-input-description{flex:1;margin:4px 2px}.quick-input-header{display:flex;padding:8px 6px 6px}.quick-input-widget.hidden-input .quick-input-header{margin-bottom:0;padding:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{display:flex;flex-grow:1;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{left:-10000px;position:absolute}.quick-input-count{align-items:center;align-self:center;display:flex;position:absolute;right:4px}.quick-input-count .monaco-count-badge{border-radius:2px;line-height:normal;min-height:auto;padding:2px 4px;vertical-align:middle}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{align-items:center;display:flex;font-size:11px;height:25px;padding:0 6px}.quick-input-message{margin-top:-1px;overflow-wrap:break-word;padding:5px}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-message a{color:inherit}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-progress.monaco-progress-container,.quick-input-progress.monaco-progress-container .progress-bit{height:2px}.quick-input-list{line-height:22px}.quick-input-widget.hidden-input .quick-input-list{margin-top:4px;padding-bottom:4px}.quick-input-list .monaco-list{max-height:440px;overflow:hidden;padding-bottom:5px}.quick-input-list .monaco-scrollable-element{padding:0 5px}.quick-input-list .quick-input-list-entry{box-sizing:border-box;display:flex;height:100%;overflow:hidden;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-style:solid;border-top-width:1px}.quick-input-list .monaco-list-row{border-radius:3px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{display:flex;flex:1;height:100%;overflow:hidden}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-icon{align-items:center;background-position:0;background-repeat:no-repeat;background-size:16px;display:flex;height:22px;justify-content:center;padding-right:6px;width:16px}.quick-input-list .quick-input-list-rows{display:flex;flex:1;flex-direction:column;height:100%;margin-left:5px;overflow:hidden;text-overflow:ellipsis}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{align-items:center;display:flex}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label>span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{line-height:normal;opacity:.7;overflow:hidden;text-overflow:ellipsis}.quick-input-list .monaco-highlighted-label .highlight{font-weight:700}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:4px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:0 2px 2px}.quick-input-list .quick-input-list-entry-action-bar{margin-right:4px;margin-top:1px}.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}
|
8483
8362
|
.monaco-editor .diff-hidden-lines-widget{width:100%}.monaco-editor .diff-hidden-lines{font-size:13px;height:0;line-height:14px;transform:translateY(-10px)}.diff-hidden-lines .bottom.dragging,.diff-hidden-lines .top.dragging,.diff-hidden-lines:not(.dragging) .bottom:hover,.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover{background-color:var(--vscode-focusBorder)}.diff-hidden-lines .bottom,.monaco-editor .diff-hidden-lines .top{background-clip:padding-box;background-color:#0000;border-bottom:2px solid #0000;border-top:4px solid #0000;cursor:ns-resize;height:4px;transition:background-color .1s ease-out}.monaco-editor .diff-hidden-lines .top{transform:translateY(4px)}.monaco-editor .diff-hidden-lines .bottom{transform:translateY(-6px)}.monaco-editor .diff-unchanged-lines{background:var(--vscode-diffEditor-unchangedCodeBackground)}.monaco-editor .noModificationsOverlay{align-items:center;background:var(--vscode-editor-background);display:flex;justify-content:center;z-index:1}.monaco-editor .diff-hidden-lines .center{background:var(--vscode-diffEditor-unchangedRegionBackground);color:var(--vscode-diffEditor-unchangedRegionForeground);display:block;height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .diff-hidden-lines .center span.codicon{vertical-align:middle}.monaco-editor .diff-hidden-lines .center a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important;cursor:pointer}.monaco-editor .movedModified,.monaco-editor .movedOriginal{border:2px solid var(--vscode-diffEditor-move-border)}.monaco-diff-editor .moved-blocks-lines{pointer-events:none;position:absolute}.monaco-diff-editor .moved-blocks-lines path{fill:none;stroke:var(--vscode-diffEditor-move-border);stroke-width:2}.monaco-editor .char-delete.diff-range-empty{border-left:3px solid var(--vscode-diffEditor-removedTextBackground);margin-left:-1px}.monaco-editor .char-insert.diff-range-empty{border-left:3px solid var(--vscode-diffEditor-insertedTextBackground)}.monaco-editor .fold-unchanged{cursor:pointer}
|
8484
8363
|
|
8485
|
-
/*# sourceMappingURL=vendor.
|
8364
|
+
/*# sourceMappingURL=vendor.3ca19839.css.map*/
|