@vscode-elements/elements 1.6.2-pre.1 → 1.6.2-pre.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/custom-elements.json +111 -161
- package/dist/bundled.js +2654 -1
- package/dist/includes/VscElement.js +1 -1
- package/dist/includes/VscElement.js.map +1 -1
- package/dist/includes/form-button-widget/LabelledCheckboxOrRadio.d.ts.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.d.ts +1 -1
- package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.js +15 -17
- package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +1 -1
- package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
- package/package.json +28 -31
- package/vscode.css-custom-data.json +10 -2
- package/vscode.html-custom-data.json +8 -8
package/custom-elements.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"text": "string"
|
|
25
25
|
},
|
|
26
26
|
"privacy": "private",
|
|
27
|
-
"default": "'1.6.2-pre.
|
|
27
|
+
"default": "'1.6.2-pre.2'"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "field",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"type": {
|
|
234
234
|
"text": "CSSResultGroup"
|
|
235
235
|
},
|
|
236
|
-
"default": "[
|
|
236
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground); display: inline-block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; box-sizing: border-box; height: 18px; line-height: 1; padding: 3px 5px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } `, ]"
|
|
237
237
|
}
|
|
238
238
|
],
|
|
239
239
|
"exports": [
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"text": "string"
|
|
294
294
|
},
|
|
295
295
|
"privacy": "private",
|
|
296
|
-
"default": "'1.6.2-pre.
|
|
296
|
+
"default": "'1.6.2-pre.2'",
|
|
297
297
|
"inheritedFrom": {
|
|
298
298
|
"name": "VscElement",
|
|
299
299
|
"module": "src/includes/VscElement.ts"
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"type": {
|
|
358
358
|
"text": "CSSResultGroup"
|
|
359
359
|
},
|
|
360
|
-
"default": "[
|
|
360
|
+
"default": "[ defaultStyles, css` :host { align-items: center; background-color: var(--vscode-button-background); border-color: var(--vscode-button-border, var(--vscode-button-background)); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground); background-color: var(--vscode-button-secondaryBackground); border-color: var(--vscode-button-border, var(--vscode-button-secondaryBackground)); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground); } :host([disabled]:hover) { background-color: var(--vscode-button-background); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground); outline: 1px solid var(--vscode-focusBorder); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground); } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { display: block; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
|
|
361
361
|
}
|
|
362
362
|
],
|
|
363
363
|
"exports": [
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"text": "string"
|
|
580
580
|
},
|
|
581
581
|
"privacy": "private",
|
|
582
|
-
"default": "'1.6.2-pre.
|
|
582
|
+
"default": "'1.6.2-pre.2'",
|
|
583
583
|
"inheritedFrom": {
|
|
584
584
|
"name": "VscElement",
|
|
585
585
|
"module": "src/includes/VscElement.ts"
|
|
@@ -664,9 +664,6 @@
|
|
|
664
664
|
"text": "string | undefined"
|
|
665
665
|
},
|
|
666
666
|
"default": "undefined",
|
|
667
|
-
"resolveInitializer": {
|
|
668
|
-
"module": "src/vscode-button/vscode-button.ts"
|
|
669
|
-
},
|
|
670
667
|
"fieldName": "name"
|
|
671
668
|
},
|
|
672
669
|
{
|
|
@@ -723,7 +720,7 @@
|
|
|
723
720
|
"type": {
|
|
724
721
|
"text": "CSSResultGroup"
|
|
725
722
|
},
|
|
726
|
-
"default": "[
|
|
723
|
+
"default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 3px; } .indeterminate-icon { background-color: currentColor; position: absolute; height: 1px; width: 12px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--focus-border); outline-offset: -1px; } `, formHelperTextStyles ]"
|
|
727
724
|
}
|
|
728
725
|
],
|
|
729
726
|
"exports": [
|
|
@@ -1073,7 +1070,7 @@
|
|
|
1073
1070
|
"text": "string"
|
|
1074
1071
|
},
|
|
1075
1072
|
"privacy": "private",
|
|
1076
|
-
"default": "'1.6.2-pre.
|
|
1073
|
+
"default": "'1.6.2-pre.2'",
|
|
1077
1074
|
"inheritedFrom": {
|
|
1078
1075
|
"name": "VscElement",
|
|
1079
1076
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1113,9 +1110,6 @@
|
|
|
1113
1110
|
"text": "string | undefined"
|
|
1114
1111
|
},
|
|
1115
1112
|
"default": "undefined",
|
|
1116
|
-
"resolveInitializer": {
|
|
1117
|
-
"module": "src/vscode-checkbox/vscode-checkbox.ts"
|
|
1118
|
-
},
|
|
1119
1113
|
"fieldName": "name"
|
|
1120
1114
|
},
|
|
1121
1115
|
{
|
|
@@ -1251,7 +1245,7 @@
|
|
|
1251
1245
|
"type": {
|
|
1252
1246
|
"text": "CSSResultGroup"
|
|
1253
1247
|
},
|
|
1254
|
-
"default": "[
|
|
1248
|
+
"default": "[ defaultStyles, css` :host { display: block; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper { display: block; } ::slotted(vscode-checkbox) { margin-right: 20px; } ::slotted(vscode-checkbox:last-child) { margin-right: 0; } :host([variant='vertical']) ::slotted(vscode-checkbox) { display: block; margin-bottom: 15px; } :host([variant='vertical']) ::slotted(vscode-checkbox:last-child) { margin-bottom: 0; } `, formHelperTextStyles, ]"
|
|
1255
1249
|
}
|
|
1256
1250
|
],
|
|
1257
1251
|
"exports": [
|
|
@@ -1291,7 +1285,7 @@
|
|
|
1291
1285
|
"text": "string"
|
|
1292
1286
|
},
|
|
1293
1287
|
"privacy": "private",
|
|
1294
|
-
"default": "'1.6.2-pre.
|
|
1288
|
+
"default": "'1.6.2-pre.2'",
|
|
1295
1289
|
"inheritedFrom": {
|
|
1296
1290
|
"name": "VscElement",
|
|
1297
1291
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1355,7 +1349,7 @@
|
|
|
1355
1349
|
"type": {
|
|
1356
1350
|
"text": "CSSResultGroup"
|
|
1357
1351
|
},
|
|
1358
|
-
"default": "[
|
|
1352
|
+
"default": "[ defaultStyles, css` .collapsible { background-color: var(--vscode-sideBar-background); } .collapsible-header { align-items: center; background-color: var(--vscode-sideBarSectionHeader-background); cursor: pointer; display: flex; height: 22px; line-height: 22px; user-select: none; } .collapsible-header:focus { opacity: 1; outline-offset: -1px; outline-style: solid; outline-width: 1px; outline-color: var(--vscode-focusBorder); } .title { color: var(--vscode-sideBarTitle-foreground); display: block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 700; margin: 0; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } .title .description { font-weight: 400; margin-left: 10px; text-transform: none; opacity: .6; } .header-icon { color: var(--vscode-icon-foreground); display: block; flex-shrink: 0; margin: 0 3px; } .collapsible.open .header-icon { transform: rotate(90deg); } .header-slots { align-items: center; display: flex; height: 22px; margin-left: auto; margin-right: 4px; } .actions { display: none; } .collapsible.open .actions { display: block; } .header-slots slot { display: flex; max-height: 22px; overflow: hidden; } .header-slots slot::slotted(div) { align-items: center; display: flex; } .collapsible-body { display: none; overflow: hidden; } .collapsible.open .collapsible-body { display: block; } `, ]"
|
|
1359
1353
|
}
|
|
1360
1354
|
],
|
|
1361
1355
|
"exports": [
|
|
@@ -1473,7 +1467,7 @@
|
|
|
1473
1467
|
"text": "string"
|
|
1474
1468
|
},
|
|
1475
1469
|
"privacy": "private",
|
|
1476
|
-
"default": "'1.6.2-pre.
|
|
1470
|
+
"default": "'1.6.2-pre.2'",
|
|
1477
1471
|
"inheritedFrom": {
|
|
1478
1472
|
"name": "VscElement",
|
|
1479
1473
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1555,7 +1549,7 @@
|
|
|
1555
1549
|
"type": {
|
|
1556
1550
|
"text": "CSSResultGroup"
|
|
1557
1551
|
},
|
|
1558
|
-
"default": "[
|
|
1552
|
+
"default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 1.4em; position: relative; } .context-menu { background-color: var(--vscode-menu-background); border-color: var(--vscode-menu-border); border-radius: 5px; border-style: solid; border-width: 1px; box-shadow: 0 2px 8px var(--vscode-widget-shadow); color: var(--vscode-menu-foreground); padding: 4px 0; white-space: nowrap; } .context-menu:focus { outline: 0; } `, ]"
|
|
1559
1553
|
}
|
|
1560
1554
|
],
|
|
1561
1555
|
"exports": [
|
|
@@ -1776,7 +1770,7 @@
|
|
|
1776
1770
|
"text": "string"
|
|
1777
1771
|
},
|
|
1778
1772
|
"privacy": "private",
|
|
1779
|
-
"default": "'1.6.2-pre.
|
|
1773
|
+
"default": "'1.6.2-pre.2'",
|
|
1780
1774
|
"inheritedFrom": {
|
|
1781
1775
|
"name": "VscElement",
|
|
1782
1776
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1855,7 +1849,7 @@
|
|
|
1855
1849
|
"type": {
|
|
1856
1850
|
"text": "CSSResultGroup"
|
|
1857
1851
|
},
|
|
1858
|
-
"default": "[
|
|
1852
|
+
"default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 1.4em; outline: none; position: relative; } .context-menu-item { background-color: var(--vscode-menu-background); color: var(--vscode-menu-foreground); display: flex; user-select: none; white-space: nowrap; } .ruler { border-bottom: 1px solid var(--vscode-menu-separatorBackground); display: block; margin: 0 0 4px; padding-top: 4px; width: 100%; } .context-menu-item a { align-items: center; border-color: transparent; border-radius: 3px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-menu-foreground); cursor: default; display: flex; flex: 1 1 auto; height: 2em; margin-left: 4px; margin-right: 4px; outline: none; position: relative; text-decoration: inherit; } :host([selected]) .context-menu-item a { background-color: var(--vscode-menu-selectionBackground); border-color: var(--vscode-menu-selectionBorder, var(--vscode-menu-selectionBackground)); color: var(--vscode-menu-selectionForeground); } .label { background: none; display: flex; flex: 1 1 auto; font-size: 12px; line-height: 1; padding: 0 22px; text-decoration: none; } .keybinding { display: block; flex: 2 1 auto; line-height: 1; padding: 0 22px; text-align: right; } `, ]"
|
|
1859
1853
|
}
|
|
1860
1854
|
],
|
|
1861
1855
|
"exports": [
|
|
@@ -1966,7 +1960,7 @@
|
|
|
1966
1960
|
"text": "string"
|
|
1967
1961
|
},
|
|
1968
1962
|
"privacy": "private",
|
|
1969
|
-
"default": "'1.6.2-pre.
|
|
1963
|
+
"default": "'1.6.2-pre.2'",
|
|
1970
1964
|
"inheritedFrom": {
|
|
1971
1965
|
"name": "VscElement",
|
|
1972
1966
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2062,7 +2056,7 @@
|
|
|
2062
2056
|
"type": {
|
|
2063
2057
|
"text": "CSSResultGroup"
|
|
2064
2058
|
},
|
|
2065
|
-
"default": "[
|
|
2059
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-widget-border); display: block; height: 1px; margin-bottom: 10px; margin-top: 10px; } `, ]"
|
|
2066
2060
|
}
|
|
2067
2061
|
],
|
|
2068
2062
|
"exports": [
|
|
@@ -2102,7 +2096,7 @@
|
|
|
2102
2096
|
"text": "string"
|
|
2103
2097
|
},
|
|
2104
2098
|
"privacy": "private",
|
|
2105
|
-
"default": "'1.6.2-pre.
|
|
2099
|
+
"default": "'1.6.2-pre.2'",
|
|
2106
2100
|
"inheritedFrom": {
|
|
2107
2101
|
"name": "VscElement",
|
|
2108
2102
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2166,7 +2160,7 @@
|
|
|
2166
2160
|
"type": {
|
|
2167
2161
|
"text": "CSSResultGroup"
|
|
2168
2162
|
},
|
|
2169
|
-
"default": "[
|
|
2163
|
+
"default": "[ defaultStyles, css` :host { display: block; max-width: 727px; } `, ]"
|
|
2170
2164
|
}
|
|
2171
2165
|
],
|
|
2172
2166
|
"exports": [
|
|
@@ -2320,7 +2314,7 @@
|
|
|
2320
2314
|
"text": "string"
|
|
2321
2315
|
},
|
|
2322
2316
|
"privacy": "private",
|
|
2323
|
-
"default": "'1.6.2-pre.
|
|
2317
|
+
"default": "'1.6.2-pre.2'",
|
|
2324
2318
|
"inheritedFrom": {
|
|
2325
2319
|
"name": "VscElement",
|
|
2326
2320
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2400,7 +2394,7 @@
|
|
|
2400
2394
|
"type": {
|
|
2401
2395
|
"text": "CSSResultGroup"
|
|
2402
2396
|
},
|
|
2403
|
-
"default": "[
|
|
2397
|
+
"default": "[ defaultStyles, css` :host { --label-right-margin: 14px; --label-width: 150px; display: block; margin: 15px 0; } :host([variant='settings-group']) { margin: 0; padding: 12px 14px 18px; max-width: 727px; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper, :host([variant='settings-group']) .wrapper { display: block; } :host([variant='horizontal']) ::slotted(vscode-checkbox-group), :host([variant='horizontal']) ::slotted(vscode-radio-group) { width: calc(100% - calc(var(--label-width) + var(--label-right-margin))); } :host([variant='horizontal']) ::slotted(vscode-label) { margin-right: var(--label-right-margin); text-align: right; width: var(--label-width); } :host([variant='settings-group']) ::slotted(vscode-label) { height: 18px; line-height: 18px; margin-bottom: 4px; margin-right: 0; padding: 0; } ::slotted(vscode-form-helper) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-form-helper), :host([variant='settings-group']) ::slotted(vscode-form-helper) { display: block; margin-left: 0; } :host([variant='settings-group']) ::slotted(vscode-form-helper) { margin-bottom: 0; margin-top: 0; } :host([variant='vertical']) ::slotted(vscode-label), :host([variant='settings-group']) ::slotted(vscode-label) { display: block; margin-left: 0; text-align: left; } :host([variant='settings-group']) ::slotted(vscode-inputbox), :host([variant='settings-group']) ::slotted(vscode-textfield), :host([variant='settings-group']) ::slotted(vscode-textarea), :host([variant='settings-group']) ::slotted(vscode-single-select), :host([variant='settings-group']) ::slotted(vscode-multi-select) { margin-top: 9px; } ::slotted(vscode-button:first-child) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-button) { margin-left: 0; } ::slotted(vscode-button) { margin-right: 4px; } `, ]"
|
|
2404
2398
|
}
|
|
2405
2399
|
],
|
|
2406
2400
|
"exports": [
|
|
@@ -2452,7 +2446,7 @@
|
|
|
2452
2446
|
"text": "string"
|
|
2453
2447
|
},
|
|
2454
2448
|
"privacy": "private",
|
|
2455
|
-
"default": "'1.6.2-pre.
|
|
2449
|
+
"default": "'1.6.2-pre.2'",
|
|
2456
2450
|
"inheritedFrom": {
|
|
2457
2451
|
"name": "VscElement",
|
|
2458
2452
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2516,7 +2510,7 @@
|
|
|
2516
2510
|
"type": {
|
|
2517
2511
|
"text": "CSSResultGroup"
|
|
2518
2512
|
},
|
|
2519
|
-
"default": "[
|
|
2513
|
+
"default": "[ defaultStyles, css` :host { color: var(--vsc-foreground-translucent); display: block; margin-bottom: 4px; margin-top: 4px; max-width: 720px; } :host([vertical]) { margin-left: 0; } `, formHelperTextStyles, ]"
|
|
2520
2514
|
}
|
|
2521
2515
|
],
|
|
2522
2516
|
"exports": [
|
|
@@ -2552,7 +2546,7 @@
|
|
|
2552
2546
|
"text": "string"
|
|
2553
2547
|
},
|
|
2554
2548
|
"privacy": "private",
|
|
2555
|
-
"default": "'1.6.2-pre.
|
|
2549
|
+
"default": "'1.6.2-pre.2'",
|
|
2556
2550
|
"inheritedFrom": {
|
|
2557
2551
|
"name": "VscElement",
|
|
2558
2552
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2606,7 +2600,7 @@
|
|
|
2606
2600
|
"type": {
|
|
2607
2601
|
"text": "CSSResultGroup"
|
|
2608
2602
|
},
|
|
2609
|
-
"default": "[
|
|
2603
|
+
"default": "[ defaultStyles, css` :host { color: var(--vscode-icon-foreground); display: inline-block; } .codicon[class*='codicon-'] { display: block; } .icon, .button { background-color: transparent; display: block; padding: 0; } .button { border-color: transparent; border-style: solid; border-width: 1px; border-radius: 5px; color: currentColor; cursor: pointer; padding: 2px; } .button:hover { background-color: var(--vscode-toolbar-hoverBackground); } .button:active { background-color: var(--vscode-toolbar-activeBackground); } .button:focus { outline: none; } .button:focus-visible { border-color: var(--vscode-focusBorder); } @keyframes icon-spin { 100% { transform: rotate(360deg); } } .spin { animation-name: icon-spin; animation-timing-function: linear; animation-iteration-count: infinite; } `, ]"
|
|
2610
2604
|
}
|
|
2611
2605
|
],
|
|
2612
2606
|
"exports": [
|
|
@@ -2750,7 +2744,7 @@
|
|
|
2750
2744
|
"text": "string"
|
|
2751
2745
|
},
|
|
2752
2746
|
"privacy": "private",
|
|
2753
|
-
"default": "'1.6.2-pre.
|
|
2747
|
+
"default": "'1.6.2-pre.2'",
|
|
2754
2748
|
"inheritedFrom": {
|
|
2755
2749
|
"name": "VscElement",
|
|
2756
2750
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2860,7 +2854,7 @@
|
|
|
2860
2854
|
"type": {
|
|
2861
2855
|
"text": "CSSResultGroup"
|
|
2862
2856
|
},
|
|
2863
|
-
"default": "[
|
|
2857
|
+
"default": "[ defaultStyles, css` :host { color: var(--vscode-foreground); font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: 600; line-height: ${INPUT_LINE_HEIGHT_RATIO}; cursor: default; display: block; padding: 5px 0; } .wrapper { display: block; } .wrapper.required:after { content: ' *'; } ::slotted(.normal) { font-weight: normal; } ::slotted(.lightened) { color: var(--vscode-foreground); opacity: 0.9; } `, ]"
|
|
2864
2858
|
}
|
|
2865
2859
|
],
|
|
2866
2860
|
"exports": [
|
|
@@ -2970,7 +2964,7 @@
|
|
|
2970
2964
|
"text": "string"
|
|
2971
2965
|
},
|
|
2972
2966
|
"privacy": "private",
|
|
2973
|
-
"default": "'1.6.2-pre.
|
|
2967
|
+
"default": "'1.6.2-pre.2'",
|
|
2974
2968
|
"inheritedFrom": {
|
|
2975
2969
|
"name": "VscElement",
|
|
2976
2970
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3063,8 +3057,13 @@
|
|
|
3063
3057
|
"name": "VscodeMultiSelect",
|
|
3064
3058
|
"cssProperties": [
|
|
3065
3059
|
{
|
|
3060
|
+
"description": "workaround for dropdown z-index issues",
|
|
3066
3061
|
"name": "--dropdown-z-index",
|
|
3067
|
-
"default": "2"
|
|
3062
|
+
"default": "2",
|
|
3063
|
+
"inheritedFrom": {
|
|
3064
|
+
"name": "VscodeSelectBase",
|
|
3065
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3066
|
+
}
|
|
3068
3067
|
},
|
|
3069
3068
|
{
|
|
3070
3069
|
"name": "--vscode-badge-background"
|
|
@@ -3437,6 +3436,18 @@
|
|
|
3437
3436
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3438
3437
|
}
|
|
3439
3438
|
},
|
|
3439
|
+
{
|
|
3440
|
+
"kind": "field",
|
|
3441
|
+
"name": "_assignedOptions",
|
|
3442
|
+
"type": {
|
|
3443
|
+
"text": "VscodeOption[]"
|
|
3444
|
+
},
|
|
3445
|
+
"privacy": "private",
|
|
3446
|
+
"inheritedFrom": {
|
|
3447
|
+
"name": "VscodeSelectBase",
|
|
3448
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3440
3451
|
{
|
|
3441
3452
|
"kind": "field",
|
|
3442
3453
|
"name": "_activeIndex",
|
|
@@ -3593,18 +3604,6 @@
|
|
|
3593
3604
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3594
3605
|
}
|
|
3595
3606
|
},
|
|
3596
|
-
{
|
|
3597
|
-
"kind": "field",
|
|
3598
|
-
"name": "_mainSlot",
|
|
3599
|
-
"type": {
|
|
3600
|
-
"text": "HTMLSlotElement"
|
|
3601
|
-
},
|
|
3602
|
-
"privacy": "protected",
|
|
3603
|
-
"inheritedFrom": {
|
|
3604
|
-
"name": "VscodeSelectBase",
|
|
3605
|
-
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3606
|
-
}
|
|
3607
|
-
},
|
|
3608
3607
|
{
|
|
3609
3608
|
"kind": "field",
|
|
3610
3609
|
"name": "_listElement",
|
|
@@ -4058,7 +4057,7 @@
|
|
|
4058
4057
|
"text": "string"
|
|
4059
4058
|
},
|
|
4060
4059
|
"privacy": "private",
|
|
4061
|
-
"default": "'1.6.2-pre.
|
|
4060
|
+
"default": "'1.6.2-pre.2'",
|
|
4062
4061
|
"inheritedFrom": {
|
|
4063
4062
|
"name": "VscElement",
|
|
4064
4063
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4096,9 +4095,6 @@
|
|
|
4096
4095
|
"text": "string | undefined"
|
|
4097
4096
|
},
|
|
4098
4097
|
"default": "undefined",
|
|
4099
|
-
"resolveInitializer": {
|
|
4100
|
-
"module": "src/vscode-multi-select/vscode-multi-select.ts"
|
|
4101
|
-
},
|
|
4102
4098
|
"fieldName": "name"
|
|
4103
4099
|
},
|
|
4104
4100
|
{
|
|
@@ -4304,7 +4300,7 @@
|
|
|
4304
4300
|
"text": "string"
|
|
4305
4301
|
},
|
|
4306
4302
|
"privacy": "private",
|
|
4307
|
-
"default": "'1.6.2-pre.
|
|
4303
|
+
"default": "'1.6.2-pre.2'",
|
|
4308
4304
|
"inheritedFrom": {
|
|
4309
4305
|
"name": "VscElement",
|
|
4310
4306
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4392,7 +4388,7 @@
|
|
|
4392
4388
|
"type": {
|
|
4393
4389
|
"text": "CSSResultGroup"
|
|
4394
4390
|
},
|
|
4395
|
-
"default": "[
|
|
4391
|
+
"default": "[ defaultStyles, css` :host { align-items: center; display: block; height: 28px; margin: 0; outline: none; width: 28px; } .progress { height: 100%; width: 100%; } .background { fill: none; stroke: transparent; stroke-width: 2px; } .indeterminate-indicator-1 { fill: none; stroke: var(--vscode-progressBar-background); stroke-width: 2px; stroke-linecap: square; transform-origin: 50% 50%; transform: rotate(-90deg); transition: all 0.2s ease-in-out; animation: spin-infinite 2s linear infinite; } @keyframes spin-infinite { 0% { stroke-dasharray: 0.01px 43.97px; transform: rotate(0deg); } 50% { stroke-dasharray: 21.99px 21.99px; transform: rotate(450deg); } 100% { stroke-dasharray: 0.01px 43.97px; transform: rotate(1080deg); } } `, ]"
|
|
4396
4392
|
}
|
|
4397
4393
|
],
|
|
4398
4394
|
"exports": [
|
|
@@ -4452,7 +4448,7 @@
|
|
|
4452
4448
|
"text": "string"
|
|
4453
4449
|
},
|
|
4454
4450
|
"privacy": "private",
|
|
4455
|
-
"default": "'1.6.2-pre.
|
|
4451
|
+
"default": "'1.6.2-pre.2'",
|
|
4456
4452
|
"inheritedFrom": {
|
|
4457
4453
|
"name": "VscElement",
|
|
4458
4454
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4532,7 +4528,7 @@
|
|
|
4532
4528
|
"type": {
|
|
4533
4529
|
"text": "CSSResultGroup"
|
|
4534
4530
|
},
|
|
4535
|
-
"default": "[
|
|
4531
|
+
"default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 9px; } .icon.checked:before { background-color: currentColor; border-radius: 4px; content: ''; height: 8px; left: 50%; margin: -4px 0 0 -4px; position: absolute; top: 50%; width: 8px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } `, formHelperTextStyles, ]"
|
|
4536
4532
|
}
|
|
4537
4533
|
],
|
|
4538
4534
|
"exports": [
|
|
@@ -4919,7 +4915,7 @@
|
|
|
4919
4915
|
"text": "string"
|
|
4920
4916
|
},
|
|
4921
4917
|
"privacy": "private",
|
|
4922
|
-
"default": "'1.6.2-pre.
|
|
4918
|
+
"default": "'1.6.2-pre.2'",
|
|
4923
4919
|
"inheritedFrom": {
|
|
4924
4920
|
"name": "VscElement",
|
|
4925
4921
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5086,7 +5082,7 @@
|
|
|
5086
5082
|
"type": {
|
|
5087
5083
|
"text": "CSSResultGroup"
|
|
5088
5084
|
},
|
|
5089
|
-
"default": "[
|
|
5085
|
+
"default": "[ defaultStyles, css` :host { display: block; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper { display: block; } ::slotted(vscode-radio) { margin-right: 20px; } ::slotted(vscode-radio:last-child) { margin-right: 0; } :host([variant='vertical']) ::slotted(vscode-radio) { display: block; margin-bottom: 15px; } :host([variant='vertical']) ::slotted(vscode-radio:last-child) { margin-bottom: 0; } `, ]"
|
|
5090
5086
|
}
|
|
5091
5087
|
],
|
|
5092
5088
|
"exports": [
|
|
@@ -5231,7 +5227,7 @@
|
|
|
5231
5227
|
"text": "string"
|
|
5232
5228
|
},
|
|
5233
5229
|
"privacy": "private",
|
|
5234
|
-
"default": "'1.6.2-pre.
|
|
5230
|
+
"default": "'1.6.2-pre.2'",
|
|
5235
5231
|
"inheritedFrom": {
|
|
5236
5232
|
"name": "VscElement",
|
|
5237
5233
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5295,7 +5291,7 @@
|
|
|
5295
5291
|
"type": {
|
|
5296
5292
|
"text": "CSSResultGroup"
|
|
5297
5293
|
},
|
|
5298
|
-
"default": "[
|
|
5294
|
+
"default": "[ defaultStyles, css` :host { display: block; position: relative; } .scrollable-container { height: 100%; overflow: auto; } .scrollable-container::-webkit-scrollbar { cursor: default; width: 0; } .scrollable-container { scrollbar-width: none; } .shadow { box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset; display: none; height: 3px; left: 0; pointer-events: none; position: absolute; top: 0; z-index: 1; width: 100%; } .shadow.visible { display: block; } .scrollbar-track { height: 100%; position: absolute; right: 0; top: 0; width: 10px; z-index: 100; } .scrollbar-track.hidden { display: none; } .scrollbar-thumb { background-color: transparent; min-height: var(--min-thumb-height, 20px); opacity: 0; position: absolute; right: 0; width: 10px; } .scrollbar-thumb.visible { background-color: var(--vscode-scrollbarSlider-background); opacity: 1; transition: opacity 100ms; } .scrollbar-thumb.fade { background-color: var(--vscode-scrollbarSlider-background); opacity: 0; transition: opacity 800ms; } .scrollbar-thumb.visible:hover { background-color: var(--vscode-scrollbarSlider-hoverBackground); } .scrollbar-thumb.visible.active, .scrollbar-thumb.visible.active:hover { background-color: var(--vscode-scrollbarSlider-activeBackground); } .prevent-interaction { bottom: 0; left: 0; right: 0; top: 0; position: absolute; z-index: 99; } .content { overflow: hidden; } `, ]"
|
|
5299
5295
|
}
|
|
5300
5296
|
],
|
|
5301
5297
|
"exports": [
|
|
@@ -5613,7 +5609,7 @@
|
|
|
5613
5609
|
"text": "string"
|
|
5614
5610
|
},
|
|
5615
5611
|
"privacy": "private",
|
|
5616
|
-
"default": "'1.6.2-pre.
|
|
5612
|
+
"default": "'1.6.2-pre.2'",
|
|
5617
5613
|
"inheritedFrom": {
|
|
5618
5614
|
"name": "VscElement",
|
|
5619
5615
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5715,8 +5711,13 @@
|
|
|
5715
5711
|
"name": "VscodeSingleSelect",
|
|
5716
5712
|
"cssProperties": [
|
|
5717
5713
|
{
|
|
5714
|
+
"description": "workaround for dropdown z-index issues",
|
|
5718
5715
|
"name": "--dropdown-z-index",
|
|
5719
|
-
"default": "2"
|
|
5716
|
+
"default": "2",
|
|
5717
|
+
"inheritedFrom": {
|
|
5718
|
+
"name": "VscodeSelectBase",
|
|
5719
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
5720
|
+
}
|
|
5720
5721
|
},
|
|
5721
5722
|
{
|
|
5722
5723
|
"name": "--vscode-badge-background"
|
|
@@ -6097,6 +6098,18 @@
|
|
|
6097
6098
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6098
6099
|
}
|
|
6099
6100
|
},
|
|
6101
|
+
{
|
|
6102
|
+
"kind": "field",
|
|
6103
|
+
"name": "_assignedOptions",
|
|
6104
|
+
"type": {
|
|
6105
|
+
"text": "VscodeOption[]"
|
|
6106
|
+
},
|
|
6107
|
+
"privacy": "private",
|
|
6108
|
+
"inheritedFrom": {
|
|
6109
|
+
"name": "VscodeSelectBase",
|
|
6110
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6111
|
+
}
|
|
6112
|
+
},
|
|
6100
6113
|
{
|
|
6101
6114
|
"kind": "field",
|
|
6102
6115
|
"name": "_activeIndex",
|
|
@@ -6253,18 +6266,6 @@
|
|
|
6253
6266
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6254
6267
|
}
|
|
6255
6268
|
},
|
|
6256
|
-
{
|
|
6257
|
-
"kind": "field",
|
|
6258
|
-
"name": "_mainSlot",
|
|
6259
|
-
"type": {
|
|
6260
|
-
"text": "HTMLSlotElement"
|
|
6261
|
-
},
|
|
6262
|
-
"privacy": "protected",
|
|
6263
|
-
"inheritedFrom": {
|
|
6264
|
-
"name": "VscodeSelectBase",
|
|
6265
|
-
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6266
|
-
}
|
|
6267
|
-
},
|
|
6268
6269
|
{
|
|
6269
6270
|
"kind": "field",
|
|
6270
6271
|
"name": "_listElement",
|
|
@@ -6676,7 +6677,7 @@
|
|
|
6676
6677
|
"text": "string"
|
|
6677
6678
|
},
|
|
6678
6679
|
"privacy": "private",
|
|
6679
|
-
"default": "'1.6.2-pre.
|
|
6680
|
+
"default": "'1.6.2-pre.2'",
|
|
6680
6681
|
"inheritedFrom": {
|
|
6681
6682
|
"name": "VscElement",
|
|
6682
6683
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6714,9 +6715,6 @@
|
|
|
6714
6715
|
"text": "string | undefined"
|
|
6715
6716
|
},
|
|
6716
6717
|
"default": "undefined",
|
|
6717
|
-
"resolveInitializer": {
|
|
6718
|
-
"module": "src/vscode-single-select/vscode-single-select.ts"
|
|
6719
|
-
},
|
|
6720
6718
|
"fieldName": "name"
|
|
6721
6719
|
},
|
|
6722
6720
|
{
|
|
@@ -6870,7 +6868,7 @@
|
|
|
6870
6868
|
"type": {
|
|
6871
6869
|
"text": "CSSResultGroup"
|
|
6872
6870
|
},
|
|
6873
|
-
"default": "[
|
|
6871
|
+
"default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border, transparent); border: 1px solid var(--vscode-editorWidget-border); display: block; overflow: hidden; position: relative; } ::slotted(*) { height: 100%; width: 100%; } ::slotted(vscode-split-layout) { border: 0; } .start { box-sizing: border-box; left: 0; top: 0; overflow: hidden; position: absolute; } :host([split='vertical']) .start { border-right: 1px solid var(--separator-border); } :host([split='horizontal']) .start { border-bottom: 1px solid var(--separator-border); } .end { bottom: 0; box-sizing: border-box; overflow: hidden; position: absolute; right: 0; } .handle-overlay { display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } .handle-overlay.active { display: block; } .handle-overlay.split-vertical { cursor: ew-resize; } .handle-overlay.split-horizontal { cursor: ns-resize; } .handle { position: absolute; z-index: 2; } .handle.hover { background-color: var(--vscode-sash-hoverBorder); transition: background-color 100ms linear 300ms; } .handle.hide { background-color: transparent; transition: background-color 100ms linear; } .handle.split-vertical { cursor: ew-resize; height: 100%; } .handle.split-horizontal { cursor: ns-resize; width: 100%; } `, ]"
|
|
6874
6872
|
}
|
|
6875
6873
|
],
|
|
6876
6874
|
"exports": [
|
|
@@ -7118,7 +7116,7 @@
|
|
|
7118
7116
|
"text": "string"
|
|
7119
7117
|
},
|
|
7120
7118
|
"privacy": "private",
|
|
7121
|
-
"default": "'1.6.2-pre.
|
|
7119
|
+
"default": "'1.6.2-pre.2'",
|
|
7122
7120
|
"inheritedFrom": {
|
|
7123
7121
|
"name": "VscElement",
|
|
7124
7122
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7207,7 +7205,7 @@
|
|
|
7207
7205
|
"type": {
|
|
7208
7206
|
"text": "CSSResultGroup"
|
|
7209
7207
|
},
|
|
7210
|
-
"default": "[
|
|
7208
|
+
"default": "[ defaultStyles, css` :host { border-bottom: 1px solid transparent; cursor: pointer; display: block; margin-bottom: -1px; overflow: hidden; padding: 7px 8px; text-overflow: ellipsis; user-select: none; white-space: nowrap; } :host([active]) { border-bottom-color: var(--vscode-panelTitle-activeForeground); color: var(--vscode-panelTitle-activeForeground); } :host([panel]) { border-bottom: 0; margin-bottom: 0; padding: 0; } :host(:focus-visible) { outline: none; } .wrapper { align-items: center; color: var(--vscode-foreground); display: flex; min-height: 20px; overflow: inherit; text-overflow: inherit; position: relative; } .wrapper.panel { color: var(--vscode-panelTitle-inactiveForeground); } .wrapper.panel.active, .wrapper.panel:hover { color: var(--vscode-panelTitle-inactiveForeground); } :host([panel]) .wrapper { display: flex; font-size: 11px; height: 31px; padding: 2px 10px; text-transform: uppercase; } .main { overflow: inherit; text-overflow: inherit; } .active-indicator { display: none; } .active-indicator.panel.active { border-top: 1px solid var(--vscode-panelTitle-activeBorder); bottom: 4px; display: block; left: 8px; pointer-events: none; position: absolute; right: 8px; } :host(:focus-visible) .wrapper { outline-color: var(--vscode-focusBorder); outline-offset: 3px; outline-style: solid; outline-width: 1px; } :host(:focus-visible) .wrapper.panel { outline-offset: -2px; } slot[name='content-before']::slotted(vscode-badge) { margin-right: 8px; } slot[name='content-after']::slotted(vscode-badge) { margin-left: 8px; } `, ]"
|
|
7211
7209
|
}
|
|
7212
7210
|
],
|
|
7213
7211
|
"exports": [
|
|
@@ -7278,7 +7276,7 @@
|
|
|
7278
7276
|
"text": "string"
|
|
7279
7277
|
},
|
|
7280
7278
|
"privacy": "private",
|
|
7281
|
-
"default": "'1.6.2-pre.
|
|
7279
|
+
"default": "'1.6.2-pre.2'",
|
|
7282
7280
|
"inheritedFrom": {
|
|
7283
7281
|
"name": "VscElement",
|
|
7284
7282
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7351,7 +7349,7 @@
|
|
|
7351
7349
|
"type": {
|
|
7352
7350
|
"text": "CSSResultGroup"
|
|
7353
7351
|
},
|
|
7354
|
-
"default": "[
|
|
7352
|
+
"default": "[ defaultStyles, css` :host { display: block; overflow: hidden; } :host(:focus-visible) { outline-color: var(--vscode-focusBorder); outline-offset: 3px; outline-style: solid; outline-width: 1px; } :host([panel]) { background-color: var(--vscode-panel-background); } `, ]"
|
|
7355
7353
|
}
|
|
7356
7354
|
],
|
|
7357
7355
|
"exports": [
|
|
@@ -7410,7 +7408,7 @@
|
|
|
7410
7408
|
"text": "string"
|
|
7411
7409
|
},
|
|
7412
7410
|
"privacy": "private",
|
|
7413
|
-
"default": "'1.6.2-pre.
|
|
7411
|
+
"default": "'1.6.2-pre.2'",
|
|
7414
7412
|
"inheritedFrom": {
|
|
7415
7413
|
"name": "VscElement",
|
|
7416
7414
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7522,7 +7520,7 @@
|
|
|
7522
7520
|
"type": {
|
|
7523
7521
|
"text": "CSSResultGroup"
|
|
7524
7522
|
},
|
|
7525
|
-
"default": "[
|
|
7523
|
+
"default": "[ baseStyles, css` :host { display: block; --vsc-row-even-background: transparent; --vsc-row-odd-background: transparent; --vsc-row-border-bottom-width: 0; --vsc-row-border-top-width: 0; --vsc-row-display: table-row; } :host([bordered]), :host([bordered-rows]) { --vsc-row-border-bottom-width: 1px; } :host([compact]) { --vsc-row-display: block; } :host([bordered][compact]), :host([bordered-rows][compact]) { --vsc-row-border-bottom-width: 0; --vsc-row-border-top-width: 1px; } :host([zebra]) { --vsc-row-even-background: var(--vscode-keybindingTable-rowsBackground); } :host([zebra-odd]) { --vsc-row-odd-background: var(--vscode-keybindingTable-rowsBackground); } ::slotted(vscode-table-row) { width: 100%; } .wrapper { height: 100%; max-width: 100%; overflow: hidden; position: relative; width: 100%; } .wrapper.select-disabled { user-select: none; } .wrapper.resize-cursor { cursor: ew-resize; } .wrapper.compact-view .header-slot-wrapper { height: 0; overflow: hidden; } .scrollable { height: 100%; } .scrollable:before { background-color: transparent; content: ''; display: block; height: 1px; position: absolute; width: 100%; } .wrapper:not(.compact-view) .scrollable:not([scrolled]):before { background-color: var(--vscode-editorGroup-border); } .sash { visibility: hidden; } :host([bordered-columns]) .sash, :host([bordered]) .sash { visibility: visible; } :host([resizable]) .wrapper:hover .sash { visibility: visible; } .sash { height: 100%; position: absolute; top: 0; width: 1px; } .wrapper.compact-view .sash { display: none; } .sash.resizable { cursor: ew-resize; } .sash-visible { background-color: var(--vscode-editorGroup-border); height: 100%; position: absolute; top: 30px; width: 1px; } .sash.hover .sash-visible { background-color: var(--vscode-sash-hoverBorder); transition: background-color 50ms linear 300ms; } .sash .sash-clickable { background-color: transparent; height: 100%; left: -2px; position: absolute; width: 5px; } `, ]"
|
|
7526
7524
|
}
|
|
7527
7525
|
],
|
|
7528
7526
|
"exports": [
|
|
@@ -8100,7 +8098,7 @@
|
|
|
8100
8098
|
"text": "string"
|
|
8101
8099
|
},
|
|
8102
8100
|
"privacy": "private",
|
|
8103
|
-
"default": "'1.6.2-pre.
|
|
8101
|
+
"default": "'1.6.2-pre.2'",
|
|
8104
8102
|
"inheritedFrom": {
|
|
8105
8103
|
"name": "VscElement",
|
|
8106
8104
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8249,7 +8247,7 @@
|
|
|
8249
8247
|
"type": {
|
|
8250
8248
|
"text": "CSSResultGroup"
|
|
8251
8249
|
},
|
|
8252
|
-
"default": "[
|
|
8250
|
+
"default": "[ defaultStyles, css` :host { display: table; table-layout: fixed; width: 100%; } ::slotted(vscode-table-row:nth-child(even)) { background-color: var(--vsc-row-even-background); } ::slotted(vscode-table-row:nth-child(odd)) { background-color: var(--vsc-row-odd-background); } `, ]"
|
|
8253
8251
|
}
|
|
8254
8252
|
],
|
|
8255
8253
|
"exports": [
|
|
@@ -8284,7 +8282,7 @@
|
|
|
8284
8282
|
"text": "string"
|
|
8285
8283
|
},
|
|
8286
8284
|
"privacy": "private",
|
|
8287
|
-
"default": "'1.6.2-pre.
|
|
8285
|
+
"default": "'1.6.2-pre.2'",
|
|
8288
8286
|
"inheritedFrom": {
|
|
8289
8287
|
"name": "VscElement",
|
|
8290
8288
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8338,7 +8336,7 @@
|
|
|
8338
8336
|
"type": {
|
|
8339
8337
|
"text": "CSSResultGroup"
|
|
8340
8338
|
},
|
|
8341
|
-
"default": "[
|
|
8339
|
+
"default": "[ defaultStyles, css` :host { border-bottom-color: var(--vscode-editorGroup-border); border-bottom-style: solid; border-bottom-width: var(--vsc-row-border-bottom-width); box-sizing: border-box; color: var(--vscode-foreground); display: table-cell; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); height: 24px; overflow: hidden; padding-left: 10px; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } :host([compact]) { display: block; height: auto; padding-bottom: 5px; width: 100% !important; } :host([compact]:first-child) { padding-top: 10px; } :host([compact]:last-child) { padding-bottom: 10px; } .wrapper { overflow: inherit; text-overflow: inherit; white-space: inherit; width: 100%; } .column-label { font-weight: bold; } `, ]"
|
|
8342
8340
|
}
|
|
8343
8341
|
],
|
|
8344
8342
|
"exports": [
|
|
@@ -8403,7 +8401,7 @@
|
|
|
8403
8401
|
"text": "string"
|
|
8404
8402
|
},
|
|
8405
8403
|
"privacy": "private",
|
|
8406
|
-
"default": "'1.6.2-pre.
|
|
8404
|
+
"default": "'1.6.2-pre.2'",
|
|
8407
8405
|
"inheritedFrom": {
|
|
8408
8406
|
"name": "VscElement",
|
|
8409
8407
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8477,7 +8475,7 @@
|
|
|
8477
8475
|
"type": {
|
|
8478
8476
|
"text": "CSSResultGroup"
|
|
8479
8477
|
},
|
|
8480
|
-
"default": "[
|
|
8478
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-keybindingTable-headerBackground); display: table; table-layout: fixed; width: 100%; } `, ]"
|
|
8481
8479
|
}
|
|
8482
8480
|
],
|
|
8483
8481
|
"exports": [
|
|
@@ -8513,7 +8511,7 @@
|
|
|
8513
8511
|
"text": "string"
|
|
8514
8512
|
},
|
|
8515
8513
|
"privacy": "private",
|
|
8516
|
-
"default": "'1.6.2-pre.
|
|
8514
|
+
"default": "'1.6.2-pre.2'",
|
|
8517
8515
|
"inheritedFrom": {
|
|
8518
8516
|
"name": "VscElement",
|
|
8519
8517
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8567,7 +8565,7 @@
|
|
|
8567
8565
|
"type": {
|
|
8568
8566
|
"text": "CSSResultGroup"
|
|
8569
8567
|
},
|
|
8570
|
-
"default": "[
|
|
8568
|
+
"default": "[ defaultStyles, css` :host { box-sizing: border-box; color: var(--vscode-foreground); display: table-cell; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: bold; line-height: 20px; overflow: hidden; padding-bottom: 5px; padding-left: 10px; padding-right: 0; padding-top: 5px; text-overflow: ellipsis; white-space: nowrap; } .wrapper { box-sizing: inherit; overflow: inherit; text-overflow: inherit; white-space: inherit; width: 100%; } `, ]"
|
|
8571
8569
|
}
|
|
8572
8570
|
],
|
|
8573
8571
|
"exports": [
|
|
@@ -8608,7 +8606,7 @@
|
|
|
8608
8606
|
"text": "string"
|
|
8609
8607
|
},
|
|
8610
8608
|
"privacy": "private",
|
|
8611
|
-
"default": "'1.6.2-pre.
|
|
8609
|
+
"default": "'1.6.2-pre.2'",
|
|
8612
8610
|
"inheritedFrom": {
|
|
8613
8611
|
"name": "VscElement",
|
|
8614
8612
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8662,7 +8660,7 @@
|
|
|
8662
8660
|
"type": {
|
|
8663
8661
|
"text": "CSSResultGroup"
|
|
8664
8662
|
},
|
|
8665
|
-
"default": "[
|
|
8663
|
+
"default": "[ defaultStyles, css` :host { border-top-color: var(--vscode-editorGroup-border); border-top-style: solid; border-top-width: var(--vsc-row-border-top-width); display: var(--vsc-row-display); width: 100%; } `, ]"
|
|
8666
8664
|
}
|
|
8667
8665
|
],
|
|
8668
8666
|
"exports": [
|
|
@@ -8697,7 +8695,7 @@
|
|
|
8697
8695
|
"text": "string"
|
|
8698
8696
|
},
|
|
8699
8697
|
"privacy": "private",
|
|
8700
|
-
"default": "'1.6.2-pre.
|
|
8698
|
+
"default": "'1.6.2-pre.2'",
|
|
8701
8699
|
"inheritedFrom": {
|
|
8702
8700
|
"name": "VscElement",
|
|
8703
8701
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8751,7 +8749,7 @@
|
|
|
8751
8749
|
"type": {
|
|
8752
8750
|
"text": "CSSResultGroup"
|
|
8753
8751
|
},
|
|
8754
|
-
"default": "[
|
|
8752
|
+
"default": "[ defaultStyles, css` :host { display: block; } .header { align-items: center; display: flex; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); width: 100%; } .header { border-bottom-color: var(--vscode-settings-headerBorder); border-bottom-style: solid; border-bottom-width: 1px; } .header.panel { background-color: var(--vscode-panel-background); border-bottom-width: 0; box-sizing: border-box; padding-left: 8px; padding-right: 8px; } slot[name='addons'] { display: block; margin-left: auto; } `, ]"
|
|
8755
8753
|
}
|
|
8756
8754
|
],
|
|
8757
8755
|
"exports": [
|
|
@@ -8946,7 +8944,7 @@
|
|
|
8946
8944
|
"text": "string"
|
|
8947
8945
|
},
|
|
8948
8946
|
"privacy": "private",
|
|
8949
|
-
"default": "'1.6.2-pre.
|
|
8947
|
+
"default": "'1.6.2-pre.2'",
|
|
8950
8948
|
"inheritedFrom": {
|
|
8951
8949
|
"name": "VscElement",
|
|
8952
8950
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9035,7 +9033,7 @@
|
|
|
9035
9033
|
"type": {
|
|
9036
9034
|
"text": "CSSResultGroup"
|
|
9037
9035
|
},
|
|
9038
|
-
"default": "[
|
|
9036
|
+
"default": "[ defaultStyles, css` :host { display: inline-block; height: 40px; position: relative; width: 320px; } :host([cols]) { width: auto; } :host([rows]) { height: auto; } .shadow { box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset; display: none; inset: 0 0 auto 0; height: 6px; pointer-events: none; position: absolute; width: 100%; } .shadow.visible { display: block; } textarea { background-color: var(--vscode-settings-textInputBackground); border-color: var(--vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground)); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground); display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); height: 100%; width: 100%; } :host([cols]) textarea { width: auto; } :host([rows]) textarea { height: auto; } :host([invalid]) textarea, :host(:invalid) textarea { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } textarea.monospace { background-color: var(--vscode-editor-background); color: var(--vscode-editor-foreground); font-family: var(--vscode-editor-font-family); font-size: var(--vscode-editor-font-size); font-weight: var(--vscode-editor-font-weight); } .textarea.monospace::placeholder { color: var(--vscode-editor-inlineValuesForeground); } textarea.cursor-pointer { cursor: pointer; } textarea:focus { border-color: var(--vscode-focusBorder); outline: none; } textarea::placeholder { color: var(--vscode-input-placeholderForeground); opacity: 1; } textarea::-webkit-scrollbar-track { background-color: transparent; } textarea::-webkit-scrollbar { width: 14px; } textarea::-webkit-scrollbar-thumb { background-color: transparent; } textarea:hover::-webkit-scrollbar-thumb { background-color: var(--vscode-scrollbarSlider-background); } textarea::-webkit-scrollbar-thumb:hover { background-color: var(--vscode-scrollbarSlider-hoverBackground); } textarea::-webkit-scrollbar-thumb:active { background-color: var(--vscode-scrollbarSlider-activeBackground); } textarea::-webkit-scrollbar-corner { background-color: transparent; } textarea::-webkit-resizer { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACJJREFUeJxjYMAOZuIQZ5j5//9/rJJESczEKYGsG6cEXgAAsEEefMxkua4AAAAASUVORK5CYII='); background-repeat: no-repeat; background-position: right bottom; } `, ]"
|
|
9039
9037
|
}
|
|
9040
9038
|
],
|
|
9041
9039
|
"exports": [
|
|
@@ -9454,7 +9452,7 @@
|
|
|
9454
9452
|
"text": "string"
|
|
9455
9453
|
},
|
|
9456
9454
|
"privacy": "private",
|
|
9457
|
-
"default": "'1.6.2-pre.
|
|
9455
|
+
"default": "'1.6.2-pre.2'",
|
|
9458
9456
|
"inheritedFrom": {
|
|
9459
9457
|
"name": "VscElement",
|
|
9460
9458
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9506,9 +9504,6 @@
|
|
|
9506
9504
|
"text": "'on' | 'off' | undefined"
|
|
9507
9505
|
},
|
|
9508
9506
|
"default": "undefined",
|
|
9509
|
-
"resolveInitializer": {
|
|
9510
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9511
|
-
},
|
|
9512
9507
|
"fieldName": "autocomplete"
|
|
9513
9508
|
},
|
|
9514
9509
|
{
|
|
@@ -9549,9 +9544,6 @@
|
|
|
9549
9544
|
"text": "number | undefined"
|
|
9550
9545
|
},
|
|
9551
9546
|
"default": "undefined",
|
|
9552
|
-
"resolveInitializer": {
|
|
9553
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9554
|
-
},
|
|
9555
9547
|
"fieldName": "maxLength"
|
|
9556
9548
|
},
|
|
9557
9549
|
{
|
|
@@ -9560,9 +9552,6 @@
|
|
|
9560
9552
|
"text": "number | undefined"
|
|
9561
9553
|
},
|
|
9562
9554
|
"default": "undefined",
|
|
9563
|
-
"resolveInitializer": {
|
|
9564
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9565
|
-
},
|
|
9566
9555
|
"fieldName": "minLength"
|
|
9567
9556
|
},
|
|
9568
9557
|
{
|
|
@@ -9571,9 +9560,6 @@
|
|
|
9571
9560
|
"text": "number | undefined"
|
|
9572
9561
|
},
|
|
9573
9562
|
"default": "undefined",
|
|
9574
|
-
"resolveInitializer": {
|
|
9575
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9576
|
-
},
|
|
9577
9563
|
"fieldName": "rows"
|
|
9578
9564
|
},
|
|
9579
9565
|
{
|
|
@@ -9582,9 +9568,6 @@
|
|
|
9582
9568
|
"text": "number | undefined"
|
|
9583
9569
|
},
|
|
9584
9570
|
"default": "undefined",
|
|
9585
|
-
"resolveInitializer": {
|
|
9586
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9587
|
-
},
|
|
9588
9571
|
"fieldName": "cols"
|
|
9589
9572
|
},
|
|
9590
9573
|
{
|
|
@@ -9593,9 +9576,6 @@
|
|
|
9593
9576
|
"text": "string | undefined"
|
|
9594
9577
|
},
|
|
9595
9578
|
"default": "undefined",
|
|
9596
|
-
"resolveInitializer": {
|
|
9597
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9598
|
-
},
|
|
9599
9579
|
"fieldName": "name"
|
|
9600
9580
|
},
|
|
9601
9581
|
{
|
|
@@ -9604,9 +9584,6 @@
|
|
|
9604
9584
|
"text": "string | undefined"
|
|
9605
9585
|
},
|
|
9606
9586
|
"default": "undefined",
|
|
9607
|
-
"resolveInitializer": {
|
|
9608
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9609
|
-
},
|
|
9610
9587
|
"fieldName": "placeholder"
|
|
9611
9588
|
},
|
|
9612
9589
|
{
|
|
@@ -9695,7 +9672,7 @@
|
|
|
9695
9672
|
"type": {
|
|
9696
9673
|
"text": "CSSResultGroup"
|
|
9697
9674
|
},
|
|
9698
|
-
"default": "[
|
|
9675
|
+
"default": "[ defaultStyles, css` :host { align-items: center; background-color: var(--vscode-settings-textInputBackground); border-color: var(--vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground)); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground); display: inline-flex; max-width: 100%; position: relative; width: 320px; } :host([focused]) { border-color: var(--vscode-focusBorder); } :host([invalid]), :host(:invalid) { border-color: var(--vscode-inputValidation-errorBorder, #be1100); } :host([invalid]) input, :host(:invalid) input { background-color: var(--vscode-inputValidation-errorBackground); } ::slotted([slot='content-before']) { display: block; margin-left: 2px; } ::slotted([slot='content-after']) { display: block; margin-right: 2px; } slot[name='content-before'], slot[name='content-after'] { align-items: center; display: flex; } input { background-color: var(--vscode-settings-textInputBackground); border: 0; box-sizing: border-box; color: var(--vscode-settings-textInputForeground); display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 18px; outline: none; padding-bottom: 3px; padding-left: 4px; padding-right: 4px; padding-top: 3px; width: 100%; } input:read-only:not([type=\"file\"]) { cursor: not-allowed; } input::placeholder { color: var(--vscode-input-placeholderForeground); opacity: 1; } input[type='file'] { line-height: 24px; padding-bottom: 0; padding-left: 2px; padding-top: 0; } input[type='file']::file-selector-button { background-color: var(--vscode-button-background); border: 0; border-radius: 2px; color: var(--vscode-button-foreground); cursor: pointer; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 20px; padding: 0 14px; } input[type='file']::file-selector-button:hover { background-color: var(--vscode-button-hoverBackground); } `, ]"
|
|
9699
9676
|
}
|
|
9700
9677
|
],
|
|
9701
9678
|
"exports": [
|
|
@@ -10100,7 +10077,7 @@
|
|
|
10100
10077
|
"text": "string"
|
|
10101
10078
|
},
|
|
10102
10079
|
"privacy": "private",
|
|
10103
|
-
"default": "'1.6.2-pre.
|
|
10080
|
+
"default": "'1.6.2-pre.2'",
|
|
10104
10081
|
"inheritedFrom": {
|
|
10105
10082
|
"name": "VscElement",
|
|
10106
10083
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10152,9 +10129,6 @@
|
|
|
10152
10129
|
"text": "'on' | 'off' | undefined"
|
|
10153
10130
|
},
|
|
10154
10131
|
"default": "undefined",
|
|
10155
|
-
"resolveInitializer": {
|
|
10156
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10157
|
-
},
|
|
10158
10132
|
"fieldName": "autocomplete"
|
|
10159
10133
|
},
|
|
10160
10134
|
{
|
|
@@ -10203,9 +10177,6 @@
|
|
|
10203
10177
|
"text": "number | undefined"
|
|
10204
10178
|
},
|
|
10205
10179
|
"default": "undefined",
|
|
10206
|
-
"resolveInitializer": {
|
|
10207
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10208
|
-
},
|
|
10209
10180
|
"fieldName": "max"
|
|
10210
10181
|
},
|
|
10211
10182
|
{
|
|
@@ -10214,9 +10185,6 @@
|
|
|
10214
10185
|
"text": "number | undefined"
|
|
10215
10186
|
},
|
|
10216
10187
|
"default": "undefined",
|
|
10217
|
-
"resolveInitializer": {
|
|
10218
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10219
|
-
},
|
|
10220
10188
|
"fieldName": "maxLength"
|
|
10221
10189
|
},
|
|
10222
10190
|
{
|
|
@@ -10225,9 +10193,6 @@
|
|
|
10225
10193
|
"text": "number | undefined"
|
|
10226
10194
|
},
|
|
10227
10195
|
"default": "undefined",
|
|
10228
|
-
"resolveInitializer": {
|
|
10229
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10230
|
-
},
|
|
10231
10196
|
"fieldName": "min"
|
|
10232
10197
|
},
|
|
10233
10198
|
{
|
|
@@ -10236,9 +10201,6 @@
|
|
|
10236
10201
|
"text": "number | undefined"
|
|
10237
10202
|
},
|
|
10238
10203
|
"default": "undefined",
|
|
10239
|
-
"resolveInitializer": {
|
|
10240
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10241
|
-
},
|
|
10242
10204
|
"fieldName": "minLength"
|
|
10243
10205
|
},
|
|
10244
10206
|
{
|
|
@@ -10255,9 +10217,6 @@
|
|
|
10255
10217
|
"text": "string | undefined"
|
|
10256
10218
|
},
|
|
10257
10219
|
"default": "undefined",
|
|
10258
|
-
"resolveInitializer": {
|
|
10259
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10260
|
-
},
|
|
10261
10220
|
"fieldName": "name"
|
|
10262
10221
|
},
|
|
10263
10222
|
{
|
|
@@ -10266,9 +10225,6 @@
|
|
|
10266
10225
|
"text": "string | undefined"
|
|
10267
10226
|
},
|
|
10268
10227
|
"default": "undefined",
|
|
10269
|
-
"resolveInitializer": {
|
|
10270
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10271
|
-
},
|
|
10272
10228
|
"fieldName": "pattern"
|
|
10273
10229
|
},
|
|
10274
10230
|
{
|
|
@@ -10277,9 +10233,6 @@
|
|
|
10277
10233
|
"text": "string | undefined"
|
|
10278
10234
|
},
|
|
10279
10235
|
"default": "undefined",
|
|
10280
|
-
"resolveInitializer": {
|
|
10281
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10282
|
-
},
|
|
10283
10236
|
"fieldName": "placeholder"
|
|
10284
10237
|
},
|
|
10285
10238
|
{
|
|
@@ -10304,9 +10257,6 @@
|
|
|
10304
10257
|
"text": "number | undefined"
|
|
10305
10258
|
},
|
|
10306
10259
|
"default": "undefined",
|
|
10307
|
-
"resolveInitializer": {
|
|
10308
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10309
|
-
},
|
|
10310
10260
|
"fieldName": "step"
|
|
10311
10261
|
},
|
|
10312
10262
|
{
|
|
@@ -10362,7 +10312,7 @@
|
|
|
10362
10312
|
"type": {
|
|
10363
10313
|
"text": "CSSResultGroup"
|
|
10364
10314
|
},
|
|
10365
|
-
"default": "[
|
|
10315
|
+
"default": "[ defaultStyles, css` :host { --hover-outline-color: transparent; --hover-outline-style: solid; --hover-outline-width: 0; --selected-outline-color: transparent; --selected-outline-style: solid; --selected-outline-width: 0; display: block; outline: none; user-select: none; } .wrapper { height: 100%; } li { list-style: none; } ul, li { margin: 0; padding: 0; } ul { position: relative; } :host([indent-guides]) ul ul:before { content: ''; display: block; height: 100%; position: absolute; bottom: 0; left: var(--indent-guide-pos); top: 0; pointer-events: none; width: 1px; z-index: 1; } .contents { align-items: center; display: flex; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); outline-offset: -1px; padding-right: 12px; } .multi .contents { align-items: flex-start; } .contents:hover { cursor: pointer; } .arrow-container { align-items: center; display: flex; height: 22px; justify-content: center; padding-left: 8px; padding-right: 6px; width: 16px; } .icon-arrow { color: currentColor; display: block; } .theme-icon { display: block; flex-shrink: 0; margin-right: 6px; } .image-icon { background-repeat: no-repeat; background-position: 0 center; background-size: 16px; display: block; flex-shrink: 0; margin-right: 6px; height: 22px; width: 16px; } .multi .contents .theme-icon { margin-top: 3px; } .text-content { display: flex; line-height: 22px; } .single .text-content { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .description { font-size: 0.9em; line-height: 22px; margin-left: 0.5em; opacity: 0.95; white-space: pre; } .actions { display: none; } .contents.selected > .actions, .contents.focused > .actions, .contents:hover > .actions { display: flex; } .decorations { align-items: center; display: flex; height: 22px; margin-left: 5px; } .filled-circle { margin-right: 3px; opacity: 0.4; } .decoration-text { font-size: 90%; font-weight: 600; margin-right: 3px; opacity: 0.75; } .filled-circle, .decoration-text { color: var(--color, currentColor); } .contents:hover .filled-circle, .contents:hover .decoration-text { color: var(--hover-color, var(--color)); } .contents.focused .filled-circle, .contents.focused .decoration-text { color: var(--focused-color, var(--color)); } .contents.selected .filled-circle, .contents.selected .decoration-text { color: var(--selected-color, var(--color)); } /* Theme colors */ :host(:focus) .wrapper.has-not-focused-item { outline: 1px solid var(--vscode-focusBorder); } :host(:focus) .contents.selected, :host(:focus) .contents.focused.selected { color: var(--vscode-list-activeSelectionForeground); background-color: var(--vscode-list-activeSelectionBackground); } :host(:focus) .contents.selected .icon-arrow, :host(:focus) .contents.selected.focused .icon-arrow, :host(:focus) .contents.selected .theme-icon, :host(:focus) .contents.selected.focused .theme-icon, :host(:focus) .contents.selected .action-icon, :host(:focus) .contents.selected.focused .action-icon { color: var(--vscode-list-activeSelectionIconForeground); } :host(:focus) .contents.focused { color: var(--vscode-list-focusForeground); background-color: var(--vscode-list-focusBackground); } :host(:focus) .contents.selected.focused { outline-color: var(--vscode-list-focusAndSelectionOutline, var(--vscode-list-focusOutline)); } .contents:hover { background-color: var(--vscode-list-hoverBackground); color: var(--vscode-list-hoverForeground); } .contents:hover, .contents.selected:hover { outline-color: var(--hover-outline-color); outline-style: var(--hover-outline-style); outline-width: var(--hover-outline-width); } .contents.selected, .contents.selected.focused { background-color: var(--vscode-list-inactiveSelectionBackground); color: var(--vscode-list-inactiveSelectionForeground); } .contents.selected, .contents.selected.focused { outline-color: var(--selected-outline-color); outline-style: var(--selected-outline-style); outline-width: var(--selected-outline-width); } .contents.selected .theme-icon { color: var(--vscode-list-inactiveSelectionIconForeground); } .contents.focused { background-color: var(--vscode-list-inactiveFocusBackground); outline: 1px dotted var(--vscode-list-inactiveFocusOutline); } :host(:focus) .contents.focused { outline: 1px solid var(--vscode-list-focusOutline); } :host([indent-guides]) ul ul:before { background-color: var(--vscode-tree-inactiveIndentGuidesStroke); } :host([indent-guides]) ul ul.has-active-item:before { background-color: var(--vscode-tree-indentGuidesStroke); } `, ]"
|
|
10366
10316
|
}
|
|
10367
10317
|
],
|
|
10368
10318
|
"exports": [
|
|
@@ -10863,7 +10813,7 @@
|
|
|
10863
10813
|
"text": "string"
|
|
10864
10814
|
},
|
|
10865
10815
|
"privacy": "private",
|
|
10866
|
-
"default": "'1.6.2-pre.
|
|
10816
|
+
"default": "'1.6.2-pre.2'",
|
|
10867
10817
|
"inheritedFrom": {
|
|
10868
10818
|
"name": "VscElement",
|
|
10869
10819
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11033,7 +10983,7 @@
|
|
|
11033
10983
|
"text": "string"
|
|
11034
10984
|
},
|
|
11035
10985
|
"privacy": "private",
|
|
11036
|
-
"default": "'1.6.2-pre.
|
|
10986
|
+
"default": "'1.6.2-pre.2'",
|
|
11037
10987
|
"inheritedFrom": {
|
|
11038
10988
|
"name": "VscElement",
|
|
11039
10989
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11440,7 +11390,7 @@
|
|
|
11440
11390
|
{
|
|
11441
11391
|
"kind": "variable",
|
|
11442
11392
|
"name": "chevronDownIcon",
|
|
11443
|
-
"default": "html
|
|
11393
|
+
"default": "html` <span class=\"icon\"> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" > <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z\" /> </svg> </span> `"
|
|
11444
11394
|
}
|
|
11445
11395
|
],
|
|
11446
11396
|
"exports": [
|
|
@@ -11533,6 +11483,14 @@
|
|
|
11533
11483
|
},
|
|
11534
11484
|
"attribute": "options"
|
|
11535
11485
|
},
|
|
11486
|
+
{
|
|
11487
|
+
"kind": "field",
|
|
11488
|
+
"name": "_assignedOptions",
|
|
11489
|
+
"type": {
|
|
11490
|
+
"text": "VscodeOption[]"
|
|
11491
|
+
},
|
|
11492
|
+
"privacy": "private"
|
|
11493
|
+
},
|
|
11536
11494
|
{
|
|
11537
11495
|
"kind": "field",
|
|
11538
11496
|
"name": "_activeIndex",
|
|
@@ -11641,14 +11599,6 @@
|
|
|
11641
11599
|
"privacy": "protected",
|
|
11642
11600
|
"default": "0"
|
|
11643
11601
|
},
|
|
11644
|
-
{
|
|
11645
|
-
"kind": "field",
|
|
11646
|
-
"name": "_mainSlot",
|
|
11647
|
-
"type": {
|
|
11648
|
-
"text": "HTMLSlotElement"
|
|
11649
|
-
},
|
|
11650
|
-
"privacy": "protected"
|
|
11651
|
-
},
|
|
11652
11602
|
{
|
|
11653
11603
|
"kind": "field",
|
|
11654
11604
|
"name": "_listElement",
|
|
@@ -12014,7 +11964,7 @@
|
|
|
12014
11964
|
"text": "string"
|
|
12015
11965
|
},
|
|
12016
11966
|
"privacy": "private",
|
|
12017
|
-
"default": "'1.6.2-pre.
|
|
11967
|
+
"default": "'1.6.2-pre.2'",
|
|
12018
11968
|
"inheritedFrom": {
|
|
12019
11969
|
"name": "VscElement",
|
|
12020
11970
|
"module": "src/includes/VscElement.ts"
|