@vscode-elements/elements 1.13.2-pre.0 → 1.14.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/custom-elements.json +293 -595
- package/dist/bundled.js +288 -267
- package/dist/includes/VscElement.d.ts +9 -1
- package/dist/includes/VscElement.d.ts.map +1 -1
- package/dist/includes/VscElement.js +36 -5
- package/dist/includes/VscElement.js.map +1 -1
- package/dist/includes/form-button-widget/base.styles.js +8 -8
- package/dist/includes/form-button-widget/base.styles.js.map +1 -1
- package/dist/includes/vscode-select/styles.js +48 -48
- package/dist/includes/vscode-select/styles.js.map +1 -1
- package/dist/vscode-badge/vscode-badge.d.ts.map +1 -1
- package/dist/vscode-badge/vscode-badge.js +2 -2
- package/dist/vscode-badge/vscode-badge.js.map +1 -1
- package/dist/vscode-button/vscode-button.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.js +2 -2
- package/dist/vscode-button/vscode-button.js.map +1 -1
- package/dist/vscode-button/vscode-button.styles.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.styles.js +1 -4
- package/dist/vscode-button/vscode-button.styles.js.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.d.ts +10 -8
- package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.js +12 -9
- package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.styles.js +2 -2
- package/dist/vscode-checkbox/vscode-checkbox.styles.js.map +1 -1
- package/dist/vscode-checkbox-group/vscode-checkbox-group.d.ts.map +1 -1
- package/dist/vscode-checkbox-group/vscode-checkbox-group.js +2 -2
- package/dist/vscode-checkbox-group/vscode-checkbox-group.js.map +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.d.ts +6 -6
- package/dist/vscode-collapsible/vscode-collapsible.d.ts.map +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.js +8 -8
- package/dist/vscode-collapsible/vscode-collapsible.js.map +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.styles.js +6 -6
- package/dist/vscode-collapsible/vscode-collapsible.styles.js.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.d.ts +7 -7
- package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.js +9 -9
- package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.styles.js +7 -7
- package/dist/vscode-context-menu/vscode-context-menu.styles.js.map +1 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.d.ts +9 -9
- package/dist/vscode-context-menu-item/vscode-context-menu-item.d.ts.map +1 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.js +11 -11
- package/dist/vscode-context-menu-item/vscode-context-menu-item.js.map +1 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.styles.d.ts.map +1 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.styles.js +10 -13
- package/dist/vscode-context-menu-item/vscode-context-menu-item.styles.js.map +1 -1
- package/dist/vscode-divider/vscode-divider.d.ts +2 -0
- package/dist/vscode-divider/vscode-divider.d.ts.map +1 -1
- package/dist/vscode-divider/vscode-divider.js +4 -2
- package/dist/vscode-divider/vscode-divider.js.map +1 -1
- package/dist/vscode-divider/vscode-divider.styles.js +1 -1
- package/dist/vscode-divider/vscode-divider.styles.js.map +1 -1
- package/dist/vscode-form-container/vscode-form-container.d.ts.map +1 -1
- package/dist/vscode-form-container/vscode-form-container.js +2 -2
- package/dist/vscode-form-container/vscode-form-container.js.map +1 -1
- package/dist/vscode-form-group/vscode-form-group.d.ts.map +1 -1
- package/dist/vscode-form-group/vscode-form-group.js +2 -2
- package/dist/vscode-form-group/vscode-form-group.js.map +1 -1
- package/dist/vscode-form-helper/vscode-form-helper.d.ts.map +1 -1
- package/dist/vscode-form-helper/vscode-form-helper.js +1 -2
- package/dist/vscode-form-helper/vscode-form-helper.js.map +1 -1
- package/dist/vscode-icon/vscode-icon.d.ts +4 -4
- package/dist/vscode-icon/vscode-icon.d.ts.map +1 -1
- package/dist/vscode-icon/vscode-icon.js +6 -6
- package/dist/vscode-icon/vscode-icon.js.map +1 -1
- package/dist/vscode-icon/vscode-icon.styles.d.ts.map +1 -1
- package/dist/vscode-icon/vscode-icon.styles.js +10 -4
- package/dist/vscode-icon/vscode-icon.styles.js.map +1 -1
- package/dist/vscode-label/vscode-label.d.ts +3 -3
- package/dist/vscode-label/vscode-label.d.ts.map +1 -1
- package/dist/vscode-label/vscode-label.js +5 -5
- package/dist/vscode-label/vscode-label.js.map +1 -1
- package/dist/vscode-label/vscode-label.styles.js +4 -4
- package/dist/vscode-label/vscode-label.styles.js.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.d.ts +21 -21
- package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js +23 -22
- package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
- package/dist/vscode-option/vscode-option.d.ts.map +1 -1
- package/dist/vscode-option/vscode-option.js +2 -2
- package/dist/vscode-option/vscode-option.js.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts +2 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.js +4 -2
- package/dist/vscode-progress-ring/vscode-progress-ring.js.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.styles.js +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.styles.js.map +1 -1
- package/dist/vscode-radio/vscode-radio.d.ts +9 -8
- package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
- package/dist/vscode-radio/vscode-radio.js +11 -9
- package/dist/vscode-radio/vscode-radio.js.map +1 -1
- package/dist/vscode-radio/vscode-radio.styles.js +2 -2
- package/dist/vscode-radio/vscode-radio.styles.js.map +1 -1
- package/dist/vscode-radio-group/vscode-radio-group.d.ts.map +1 -1
- package/dist/vscode-radio-group/vscode-radio-group.js +2 -2
- package/dist/vscode-radio-group/vscode-radio-group.js.map +1 -1
- package/dist/vscode-scrollable/vscode-scrollable.d.ts +4 -4
- package/dist/vscode-scrollable/vscode-scrollable.d.ts.map +1 -1
- package/dist/vscode-scrollable/vscode-scrollable.js +6 -6
- package/dist/vscode-scrollable/vscode-scrollable.js.map +1 -1
- package/dist/vscode-scrollable/vscode-scrollable.styles.d.ts.map +1 -1
- package/dist/vscode-scrollable/vscode-scrollable.styles.js +17 -5
- package/dist/vscode-scrollable/vscode-scrollable.styles.js.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.d.ts +22 -20
- package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +24 -21
- package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.js +5 -2
- package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
- package/dist/vscode-tab-header/vscode-tab-header.d.ts.map +1 -1
- package/dist/vscode-tab-header/vscode-tab-header.js +2 -2
- package/dist/vscode-tab-header/vscode-tab-header.js.map +1 -1
- package/dist/vscode-tab-panel/vscode-tab-panel.d.ts.map +1 -1
- package/dist/vscode-tab-panel/vscode-tab-panel.js +2 -2
- package/dist/vscode-tab-panel/vscode-tab-panel.js.map +1 -1
- package/dist/vscode-table/vscode-table.d.ts.map +1 -1
- package/dist/vscode-table/vscode-table.js +2 -2
- package/dist/vscode-table/vscode-table.js.map +1 -1
- package/dist/vscode-table-body/vscode-table-body.d.ts.map +1 -1
- package/dist/vscode-table-body/vscode-table-body.js +2 -2
- package/dist/vscode-table-body/vscode-table-body.js.map +1 -1
- package/dist/vscode-table-cell/vscode-table-cell.d.ts.map +1 -1
- package/dist/vscode-table-cell/vscode-table-cell.js +2 -2
- package/dist/vscode-table-cell/vscode-table-cell.js.map +1 -1
- package/dist/vscode-table-header/vscode-table-header.d.ts.map +1 -1
- package/dist/vscode-table-header/vscode-table-header.js +2 -2
- package/dist/vscode-table-header/vscode-table-header.js.map +1 -1
- package/dist/vscode-table-header-cell/vscode-table-header-cell.d.ts.map +1 -1
- package/dist/vscode-table-header-cell/vscode-table-header-cell.js +2 -2
- package/dist/vscode-table-header-cell/vscode-table-header-cell.js.map +1 -1
- package/dist/vscode-table-row/vscode-table-row.d.ts.map +1 -1
- package/dist/vscode-table-row/vscode-table-row.js +2 -2
- package/dist/vscode-table-row/vscode-table-row.js.map +1 -1
- package/dist/vscode-tabs/vscode-tabs.d.ts.map +1 -1
- package/dist/vscode-tabs/vscode-tabs.js +2 -2
- package/dist/vscode-tabs/vscode-tabs.js.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.d.ts +18 -18
- package/dist/vscode-textarea/vscode-textarea.d.ts.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.js +20 -20
- package/dist/vscode-textarea/vscode-textarea.js.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.styles.d.ts.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.styles.js +31 -22
- package/dist/vscode-textarea/vscode-textarea.styles.js.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.js +2 -2
- package/dist/vscode-textfield/vscode-textfield.js.map +1 -1
- package/dist/vscode-tree/vscode-tree.d.ts.map +1 -1
- package/dist/vscode-tree/vscode-tree.js +2 -2
- package/dist/vscode-tree/vscode-tree.js.map +1 -1
- package/package.json +20 -20
- package/vscode.css-custom-data.json +14 -16
- package/vscode.html-custom-data.json +13 -13
package/custom-elements.json
CHANGED
|
@@ -17,15 +17,6 @@
|
|
|
17
17
|
"description": "",
|
|
18
18
|
"name": "VscElement",
|
|
19
19
|
"members": [
|
|
20
|
-
{
|
|
21
|
-
"kind": "field",
|
|
22
|
-
"name": "_version",
|
|
23
|
-
"type": {
|
|
24
|
-
"text": "string"
|
|
25
|
-
},
|
|
26
|
-
"privacy": "private",
|
|
27
|
-
"default": "'1.13.2-pre.0'"
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"kind": "field",
|
|
31
22
|
"name": "version",
|
|
@@ -41,6 +32,19 @@
|
|
|
41
32
|
"package": "lit"
|
|
42
33
|
},
|
|
43
34
|
"customElement": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "function",
|
|
38
|
+
"name": "customElement",
|
|
39
|
+
"parameters": [
|
|
40
|
+
{
|
|
41
|
+
"name": "tagName",
|
|
42
|
+
"type": {
|
|
43
|
+
"text": "string"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"description": "Own implementation of Lit's customElement decorator."
|
|
44
48
|
}
|
|
45
49
|
],
|
|
46
50
|
"exports": [
|
|
@@ -51,6 +55,22 @@
|
|
|
51
55
|
"name": "VscElement",
|
|
52
56
|
"module": "src/includes/VscElement.ts"
|
|
53
57
|
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"kind": "js",
|
|
61
|
+
"name": "customElement",
|
|
62
|
+
"declaration": {
|
|
63
|
+
"name": "customElement",
|
|
64
|
+
"module": "src/includes/VscElement.ts"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"kind": "custom-element-definition",
|
|
69
|
+
"name": "tagName",
|
|
70
|
+
"declaration": {
|
|
71
|
+
"name": "anonymous_0",
|
|
72
|
+
"module": "src/includes/VscElement.ts"
|
|
73
|
+
}
|
|
54
74
|
}
|
|
55
75
|
]
|
|
56
76
|
},
|
|
@@ -370,19 +390,6 @@
|
|
|
370
390
|
"attribute": "variant",
|
|
371
391
|
"reflects": true
|
|
372
392
|
},
|
|
373
|
-
{
|
|
374
|
-
"kind": "field",
|
|
375
|
-
"name": "_version",
|
|
376
|
-
"type": {
|
|
377
|
-
"text": "string"
|
|
378
|
-
},
|
|
379
|
-
"privacy": "private",
|
|
380
|
-
"default": "'1.13.2-pre.0'",
|
|
381
|
-
"inheritedFrom": {
|
|
382
|
-
"name": "VscElement",
|
|
383
|
-
"module": "src/includes/VscElement.ts"
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
393
|
{
|
|
387
394
|
"kind": "field",
|
|
388
395
|
"name": "version",
|
|
@@ -444,7 +451,7 @@
|
|
|
444
451
|
"type": {
|
|
445
452
|
"text": "CSSResultGroup"
|
|
446
453
|
},
|
|
447
|
-
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(
|
|
454
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(--vscode-button-border, transparent); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
|
|
448
455
|
}
|
|
449
456
|
],
|
|
450
457
|
"exports": [
|
|
@@ -712,19 +719,6 @@
|
|
|
712
719
|
"name": "_handleBlur",
|
|
713
720
|
"privacy": "private"
|
|
714
721
|
},
|
|
715
|
-
{
|
|
716
|
-
"kind": "field",
|
|
717
|
-
"name": "_version",
|
|
718
|
-
"type": {
|
|
719
|
-
"text": "string"
|
|
720
|
-
},
|
|
721
|
-
"privacy": "private",
|
|
722
|
-
"default": "'1.13.2-pre.0'",
|
|
723
|
-
"inheritedFrom": {
|
|
724
|
-
"name": "VscElement",
|
|
725
|
-
"module": "src/includes/VscElement.ts"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
722
|
{
|
|
729
723
|
"kind": "field",
|
|
730
724
|
"name": "version",
|
|
@@ -897,7 +891,7 @@
|
|
|
897
891
|
"type": {
|
|
898
892
|
"text": "CSSResultGroup"
|
|
899
893
|
},
|
|
900
|
-
"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(--vscode-focusBorder); outline-offset: -1px; } `, ]"
|
|
894
|
+
"default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground, #5a1d1d); 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(--vscode-focusBorder, #0078d4); outline-offset: -1px; } `, ]"
|
|
901
895
|
}
|
|
902
896
|
],
|
|
903
897
|
"exports": [
|
|
@@ -921,29 +915,44 @@
|
|
|
921
915
|
"name": "VscodeCheckbox",
|
|
922
916
|
"cssProperties": [
|
|
923
917
|
{
|
|
924
|
-
"name": "--vscode-font-family"
|
|
918
|
+
"name": "--vscode-font-family",
|
|
919
|
+
"default": "sans-serif"
|
|
925
920
|
},
|
|
926
921
|
{
|
|
927
|
-
"name": "--vscode-font-size"
|
|
922
|
+
"name": "--vscode-font-size",
|
|
923
|
+
"default": "13px"
|
|
928
924
|
},
|
|
929
925
|
{
|
|
930
|
-
"name": "--vscode-font-weight"
|
|
926
|
+
"name": "--vscode-font-weight",
|
|
927
|
+
"default": "normal"
|
|
931
928
|
},
|
|
932
929
|
{
|
|
933
|
-
"
|
|
934
|
-
"
|
|
930
|
+
"name": "--vscode-foreground",
|
|
931
|
+
"default": "#cccccc"
|
|
935
932
|
},
|
|
936
933
|
{
|
|
937
|
-
"name": "--vscode-settings-checkboxBackground"
|
|
934
|
+
"name": "--vscode-settings-checkboxBackground",
|
|
935
|
+
"default": "#313131"
|
|
938
936
|
},
|
|
939
937
|
{
|
|
940
|
-
"name": "--vscode-settings-checkboxBorder"
|
|
938
|
+
"name": "--vscode-settings-checkboxBorder",
|
|
939
|
+
"default": "#3c3c3c"
|
|
941
940
|
},
|
|
942
941
|
{
|
|
943
|
-
"name": "--vscode-settings-checkboxForeground"
|
|
942
|
+
"name": "--vscode-settings-checkboxForeground",
|
|
943
|
+
"default": "#cccccc"
|
|
944
944
|
},
|
|
945
945
|
{
|
|
946
|
-
"name": "--vscode-focusBorder"
|
|
946
|
+
"name": "--vscode-focusBorder",
|
|
947
|
+
"default": "#0078d4"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "--vscode-inputValidation-errorBackground",
|
|
951
|
+
"default": "#5a1d1d"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "--vscode-inputValidation-errorBorder",
|
|
955
|
+
"default": "#be1100"
|
|
947
956
|
}
|
|
948
957
|
],
|
|
949
958
|
"members": [
|
|
@@ -1257,19 +1266,6 @@
|
|
|
1257
1266
|
"module": "src/includes/form-button-widget/FormButtonWidgetBase.ts"
|
|
1258
1267
|
}
|
|
1259
1268
|
},
|
|
1260
|
-
{
|
|
1261
|
-
"kind": "field",
|
|
1262
|
-
"name": "_version",
|
|
1263
|
-
"type": {
|
|
1264
|
-
"text": "string"
|
|
1265
|
-
},
|
|
1266
|
-
"privacy": "private",
|
|
1267
|
-
"default": "'1.13.2-pre.0'",
|
|
1268
|
-
"inheritedFrom": {
|
|
1269
|
-
"name": "VscElement",
|
|
1270
|
-
"module": "src/includes/VscElement.ts"
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
1269
|
{
|
|
1274
1270
|
"kind": "field",
|
|
1275
1271
|
"name": "version",
|
|
@@ -1480,19 +1476,6 @@
|
|
|
1480
1476
|
"attribute": "variant",
|
|
1481
1477
|
"reflects": true
|
|
1482
1478
|
},
|
|
1483
|
-
{
|
|
1484
|
-
"kind": "field",
|
|
1485
|
-
"name": "_version",
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "string"
|
|
1488
|
-
},
|
|
1489
|
-
"privacy": "private",
|
|
1490
|
-
"default": "'1.13.2-pre.0'",
|
|
1491
|
-
"inheritedFrom": {
|
|
1492
|
-
"name": "VscElement",
|
|
1493
|
-
"module": "src/includes/VscElement.ts"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
1479
|
{
|
|
1497
1480
|
"kind": "field",
|
|
1498
1481
|
"name": "version",
|
|
@@ -1554,7 +1537,7 @@
|
|
|
1554
1537
|
"type": {
|
|
1555
1538
|
"text": "CSSResultGroup"
|
|
1556
1539
|
},
|
|
1557
|
-
"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: 0.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; } `, ]"
|
|
1540
|
+
"default": "[ defaultStyles, css` .collapsible { background-color: var(--vscode-sideBar-background, #181818); } .collapsible-header { align-items: center; background-color: var(--vscode-sideBarSectionHeader-background, #181818); 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, #0078d4); } .title { color: var(--vscode-sideBarTitle-foreground, #cccccc); display: block; font-family: var(--vscode-font-family, sans-serif); 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: 0.6; } .header-icon { color: var(--vscode-icon-foreground, #cccccc); 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; } `, ]"
|
|
1558
1541
|
}
|
|
1559
1542
|
],
|
|
1560
1543
|
"exports": [
|
|
@@ -1579,27 +1562,33 @@
|
|
|
1579
1562
|
"cssProperties": [
|
|
1580
1563
|
{
|
|
1581
1564
|
"description": "Background color",
|
|
1582
|
-
"name": "--vscode-sideBar-background"
|
|
1565
|
+
"name": "--vscode-sideBar-background",
|
|
1566
|
+
"default": "#181818"
|
|
1583
1567
|
},
|
|
1584
1568
|
{
|
|
1585
1569
|
"description": "Focus border color",
|
|
1586
|
-
"name": "--vscode-focusBorder"
|
|
1570
|
+
"name": "--vscode-focusBorder",
|
|
1571
|
+
"default": "#0078d4"
|
|
1587
1572
|
},
|
|
1588
1573
|
{
|
|
1589
1574
|
"description": "Header font family",
|
|
1590
|
-
"name": "--vscode-font-family"
|
|
1575
|
+
"name": "--vscode-font-family",
|
|
1576
|
+
"default": "sans-serif"
|
|
1591
1577
|
},
|
|
1592
1578
|
{
|
|
1593
1579
|
"description": "Header background",
|
|
1594
|
-
"name": "--vscode-sideBarSectionHeader-background"
|
|
1580
|
+
"name": "--vscode-sideBarSectionHeader-background",
|
|
1581
|
+
"default": "#181818"
|
|
1595
1582
|
},
|
|
1596
1583
|
{
|
|
1597
1584
|
"description": "Arrow icon color",
|
|
1598
|
-
"name": "--vscode-icon-foreground"
|
|
1585
|
+
"name": "--vscode-icon-foreground",
|
|
1586
|
+
"default": "#cccccc"
|
|
1599
1587
|
},
|
|
1600
1588
|
{
|
|
1601
1589
|
"description": "Header font color",
|
|
1602
|
-
"name": "--vscode-sideBarTitle-foreground"
|
|
1590
|
+
"name": "--vscode-sideBarTitle-foreground",
|
|
1591
|
+
"default": "#cccccc"
|
|
1603
1592
|
}
|
|
1604
1593
|
],
|
|
1605
1594
|
"cssParts": [
|
|
@@ -1676,19 +1665,6 @@
|
|
|
1676
1665
|
}
|
|
1677
1666
|
]
|
|
1678
1667
|
},
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "field",
|
|
1681
|
-
"name": "_version",
|
|
1682
|
-
"type": {
|
|
1683
|
-
"text": "string"
|
|
1684
|
-
},
|
|
1685
|
-
"privacy": "private",
|
|
1686
|
-
"default": "'1.13.2-pre.0'",
|
|
1687
|
-
"inheritedFrom": {
|
|
1688
|
-
"name": "VscElement",
|
|
1689
|
-
"module": "src/includes/VscElement.ts"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
1668
|
{
|
|
1693
1669
|
"kind": "field",
|
|
1694
1670
|
"name": "version",
|
|
@@ -1777,7 +1753,7 @@
|
|
|
1777
1753
|
"type": {
|
|
1778
1754
|
"text": "CSSResultGroup"
|
|
1779
1755
|
},
|
|
1780
|
-
"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,
|
|
1756
|
+
"default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family, sans-serif); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 1.4em; position: relative; } .context-menu { background-color: var(--vscode-menu-background, #1f1f1f); border-color: var(--vscode-menu-border, #454545); border-radius: 5px; border-style: solid; border-width: 1px; box-shadow: 0 2px 8px var(--vscode-widget-shadow, rgba(0, 0, 0, 0.36)); color: var(--vscode-menu-foreground, #cccccc); padding: 4px 0; white-space: nowrap; } .context-menu:focus { outline: 0; } `, ]"
|
|
1781
1757
|
}
|
|
1782
1758
|
],
|
|
1783
1759
|
"exports": [
|
|
@@ -1801,25 +1777,32 @@
|
|
|
1801
1777
|
"name": "VscodeContextMenu",
|
|
1802
1778
|
"cssProperties": [
|
|
1803
1779
|
{
|
|
1804
|
-
"name": "--vscode-font-family"
|
|
1780
|
+
"name": "--vscode-font-family",
|
|
1781
|
+
"default": "sans-serif"
|
|
1805
1782
|
},
|
|
1806
1783
|
{
|
|
1807
|
-
"name": "--vscode-font-size"
|
|
1784
|
+
"name": "--vscode-font-size",
|
|
1785
|
+
"default": "13px"
|
|
1808
1786
|
},
|
|
1809
1787
|
{
|
|
1810
|
-
"name": "--vscode-font-weight"
|
|
1788
|
+
"name": "--vscode-font-weight",
|
|
1789
|
+
"default": "normal"
|
|
1811
1790
|
},
|
|
1812
1791
|
{
|
|
1813
|
-
"name": "--vscode-menu-background"
|
|
1792
|
+
"name": "--vscode-menu-background",
|
|
1793
|
+
"default": "#1f1f1f"
|
|
1814
1794
|
},
|
|
1815
1795
|
{
|
|
1816
|
-
"name": "--vscode-menu-border"
|
|
1796
|
+
"name": "--vscode-menu-border",
|
|
1797
|
+
"default": "#454545"
|
|
1817
1798
|
},
|
|
1818
1799
|
{
|
|
1819
|
-
"name": "--vscode-menu-foreground"
|
|
1800
|
+
"name": "--vscode-menu-foreground",
|
|
1801
|
+
"default": "#cccccc"
|
|
1820
1802
|
},
|
|
1821
1803
|
{
|
|
1822
|
-
"name": "--vscode-widget-shadow"
|
|
1804
|
+
"name": "--vscode-widget-shadow",
|
|
1805
|
+
"default": "rgba(0, 0, 0, 0.36)"
|
|
1823
1806
|
}
|
|
1824
1807
|
],
|
|
1825
1808
|
"members": [
|
|
@@ -2002,19 +1985,6 @@
|
|
|
2002
1985
|
"name": "_onItemMouseOut",
|
|
2003
1986
|
"privacy": "private"
|
|
2004
1987
|
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "field",
|
|
2007
|
-
"name": "_version",
|
|
2008
|
-
"type": {
|
|
2009
|
-
"text": "string"
|
|
2010
|
-
},
|
|
2011
|
-
"privacy": "private",
|
|
2012
|
-
"default": "'1.13.2-pre.0'",
|
|
2013
|
-
"inheritedFrom": {
|
|
2014
|
-
"name": "VscElement",
|
|
2015
|
-
"module": "src/includes/VscElement.ts"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
1988
|
{
|
|
2019
1989
|
"kind": "field",
|
|
2020
1990
|
"name": "version",
|
|
@@ -2100,7 +2070,7 @@
|
|
|
2100
2070
|
"type": {
|
|
2101
2071
|
"text": "CSSResultGroup"
|
|
2102
2072
|
},
|
|
2103
|
-
"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: pointer; 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(
|
|
2073
|
+
"default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family, sans-serif); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 1.4em; outline: none; position: relative; } .context-menu-item { background-color: var(--vscode-menu-background, #1f1f1f); color: var(--vscode-menu-foreground, #cccccc); display: flex; user-select: none; white-space: nowrap; } .ruler { border-bottom: 1px solid var(--vscode-menu-separatorBackground, #454545); 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, #cccccc); cursor: pointer; 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, #0078d4); border-color: var(--vscode-menu-selectionBorder, transparent); color: var(--vscode-menu-selectionForeground, #ffffff); } .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; } `, ]"
|
|
2104
2074
|
}
|
|
2105
2075
|
],
|
|
2106
2076
|
"exports": [
|
|
@@ -2124,32 +2094,40 @@
|
|
|
2124
2094
|
"name": "VscodeContextMenuItem",
|
|
2125
2095
|
"cssProperties": [
|
|
2126
2096
|
{
|
|
2127
|
-
"name": "--vscode-font-family"
|
|
2097
|
+
"name": "--vscode-font-family",
|
|
2098
|
+
"default": "sans-serif"
|
|
2128
2099
|
},
|
|
2129
2100
|
{
|
|
2130
|
-
"name": "--vscode-font-size"
|
|
2101
|
+
"name": "--vscode-font-size",
|
|
2102
|
+
"default": "13px"
|
|
2131
2103
|
},
|
|
2132
2104
|
{
|
|
2133
|
-
"name": "--vscode-font-weight"
|
|
2105
|
+
"name": "--vscode-font-weight",
|
|
2106
|
+
"default": "normal"
|
|
2134
2107
|
},
|
|
2135
2108
|
{
|
|
2136
|
-
"name": "--vscode-menu-background"
|
|
2109
|
+
"name": "--vscode-menu-background",
|
|
2110
|
+
"default": "#1f1f1f"
|
|
2137
2111
|
},
|
|
2138
2112
|
{
|
|
2139
2113
|
"name": "--vscode-menu-selectionBorder",
|
|
2140
|
-
"default": "
|
|
2114
|
+
"default": "transparent"
|
|
2141
2115
|
},
|
|
2142
2116
|
{
|
|
2143
|
-
"name": "--vscode-menu-foreground"
|
|
2117
|
+
"name": "--vscode-menu-foreground",
|
|
2118
|
+
"default": "#cccccc"
|
|
2144
2119
|
},
|
|
2145
2120
|
{
|
|
2146
|
-
"name": "--vscode-menu-selectionBackground"
|
|
2121
|
+
"name": "--vscode-menu-selectionBackground",
|
|
2122
|
+
"default": "#0078d4"
|
|
2147
2123
|
},
|
|
2148
2124
|
{
|
|
2149
|
-
"name": "--vscode-menu-selectionForeground"
|
|
2125
|
+
"name": "--vscode-menu-selectionForeground",
|
|
2126
|
+
"default": "#ffffff"
|
|
2150
2127
|
},
|
|
2151
2128
|
{
|
|
2152
|
-
"name": "--vscode-menu-separatorBackground"
|
|
2129
|
+
"name": "--vscode-menu-separatorBackground",
|
|
2130
|
+
"default": "#454545"
|
|
2153
2131
|
}
|
|
2154
2132
|
],
|
|
2155
2133
|
"members": [
|
|
@@ -2204,19 +2182,6 @@
|
|
|
2204
2182
|
"name": "onItemClick",
|
|
2205
2183
|
"privacy": "private"
|
|
2206
2184
|
},
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "field",
|
|
2209
|
-
"name": "_version",
|
|
2210
|
-
"type": {
|
|
2211
|
-
"text": "string"
|
|
2212
|
-
},
|
|
2213
|
-
"privacy": "private",
|
|
2214
|
-
"default": "'1.13.2-pre.0'",
|
|
2215
|
-
"inheritedFrom": {
|
|
2216
|
-
"name": "VscElement",
|
|
2217
|
-
"module": "src/includes/VscElement.ts"
|
|
2218
|
-
}
|
|
2219
|
-
},
|
|
2220
2185
|
{
|
|
2221
2186
|
"kind": "field",
|
|
2222
2187
|
"name": "version",
|
|
@@ -2310,7 +2275,7 @@
|
|
|
2310
2275
|
"type": {
|
|
2311
2276
|
"text": "CSSResultGroup"
|
|
2312
2277
|
},
|
|
2313
|
-
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-foreground); display: block; height: 1px; margin-bottom: 10px; margin-top: 10px; opacity: 0.4; } `, ]"
|
|
2278
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-foreground, #cccccc); display: block; height: 1px; margin-bottom: 10px; margin-top: 10px; opacity: 0.4; } `, ]"
|
|
2314
2279
|
}
|
|
2315
2280
|
],
|
|
2316
2281
|
"exports": [
|
|
@@ -2332,6 +2297,12 @@
|
|
|
2332
2297
|
"kind": "class",
|
|
2333
2298
|
"description": "",
|
|
2334
2299
|
"name": "VscodeDivider",
|
|
2300
|
+
"cssProperties": [
|
|
2301
|
+
{
|
|
2302
|
+
"name": "--vscode-foreground",
|
|
2303
|
+
"default": "#cccccc"
|
|
2304
|
+
}
|
|
2305
|
+
],
|
|
2335
2306
|
"members": [
|
|
2336
2307
|
{
|
|
2337
2308
|
"kind": "field",
|
|
@@ -2343,19 +2314,6 @@
|
|
|
2343
2314
|
"attribute": "role",
|
|
2344
2315
|
"reflects": true
|
|
2345
2316
|
},
|
|
2346
|
-
{
|
|
2347
|
-
"kind": "field",
|
|
2348
|
-
"name": "_version",
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "string"
|
|
2351
|
-
},
|
|
2352
|
-
"privacy": "private",
|
|
2353
|
-
"default": "'1.13.2-pre.0'",
|
|
2354
|
-
"inheritedFrom": {
|
|
2355
|
-
"name": "VscElement",
|
|
2356
|
-
"module": "src/includes/VscElement.ts"
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
2317
|
{
|
|
2360
2318
|
"kind": "field",
|
|
2361
2319
|
"name": "version",
|
|
@@ -2564,19 +2522,6 @@
|
|
|
2564
2522
|
"name": "_deactivateResizeObserver",
|
|
2565
2523
|
"privacy": "private"
|
|
2566
2524
|
},
|
|
2567
|
-
{
|
|
2568
|
-
"kind": "field",
|
|
2569
|
-
"name": "_version",
|
|
2570
|
-
"type": {
|
|
2571
|
-
"text": "string"
|
|
2572
|
-
},
|
|
2573
|
-
"privacy": "private",
|
|
2574
|
-
"default": "'1.13.2-pre.0'",
|
|
2575
|
-
"inheritedFrom": {
|
|
2576
|
-
"name": "VscElement",
|
|
2577
|
-
"module": "src/includes/VscElement.ts"
|
|
2578
|
-
}
|
|
2579
|
-
},
|
|
2580
2525
|
{
|
|
2581
2526
|
"kind": "field",
|
|
2582
2527
|
"name": "version",
|
|
@@ -2699,19 +2644,6 @@
|
|
|
2699
2644
|
"attribute": "variant",
|
|
2700
2645
|
"reflects": true
|
|
2701
2646
|
},
|
|
2702
|
-
{
|
|
2703
|
-
"kind": "field",
|
|
2704
|
-
"name": "_version",
|
|
2705
|
-
"type": {
|
|
2706
|
-
"text": "string"
|
|
2707
|
-
},
|
|
2708
|
-
"privacy": "private",
|
|
2709
|
-
"default": "'1.13.2-pre.0'",
|
|
2710
|
-
"inheritedFrom": {
|
|
2711
|
-
"name": "VscElement",
|
|
2712
|
-
"module": "src/includes/VscElement.ts"
|
|
2713
|
-
}
|
|
2714
|
-
},
|
|
2715
2647
|
{
|
|
2716
2648
|
"kind": "field",
|
|
2717
2649
|
"name": "version",
|
|
@@ -2807,19 +2739,6 @@
|
|
|
2807
2739
|
"name": "_injectLightDOMStyles",
|
|
2808
2740
|
"privacy": "private"
|
|
2809
2741
|
},
|
|
2810
|
-
{
|
|
2811
|
-
"kind": "field",
|
|
2812
|
-
"name": "_version",
|
|
2813
|
-
"type": {
|
|
2814
|
-
"text": "string"
|
|
2815
|
-
},
|
|
2816
|
-
"privacy": "private",
|
|
2817
|
-
"default": "'1.13.2-pre.0'",
|
|
2818
|
-
"inheritedFrom": {
|
|
2819
|
-
"name": "VscElement",
|
|
2820
|
-
"module": "src/includes/VscElement.ts"
|
|
2821
|
-
}
|
|
2822
|
-
},
|
|
2823
2742
|
{
|
|
2824
2743
|
"kind": "field",
|
|
2825
2744
|
"name": "version",
|
|
@@ -2871,7 +2790,7 @@
|
|
|
2871
2790
|
"type": {
|
|
2872
2791
|
"text": "CSSResultGroup"
|
|
2873
2792
|
},
|
|
2874
|
-
"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; } `, ]"
|
|
2793
|
+
"default": "[ defaultStyles, css` :host { color: var(--vscode-icon-foreground, #cccccc); 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, rgba(90, 93, 94, 0.31) ); } .button:active { background-color: var( --vscode-toolbar-activeBackground, rgba(99, 102, 103, 0.31) ); } .button:focus { outline: none; } .button:focus-visible { border-color: var(--vscode-focusBorder, #0078d4); } @keyframes icon-spin { 100% { transform: rotate(360deg); } } .spin { animation-name: icon-spin; animation-timing-function: linear; animation-iteration-count: infinite; } `, ]"
|
|
2875
2794
|
}
|
|
2876
2795
|
],
|
|
2877
2796
|
"exports": [
|
|
@@ -2895,18 +2814,22 @@
|
|
|
2895
2814
|
"name": "VscodeIcon",
|
|
2896
2815
|
"cssProperties": [
|
|
2897
2816
|
{
|
|
2898
|
-
"name": "--vscode-icon-foreground"
|
|
2817
|
+
"name": "--vscode-icon-foreground",
|
|
2818
|
+
"default": "#cccccc"
|
|
2899
2819
|
},
|
|
2900
2820
|
{
|
|
2901
2821
|
"description": "Hover state background color in `active-icon` mode",
|
|
2902
|
-
"name": "--vscode-toolbar-hoverBackground"
|
|
2822
|
+
"name": "--vscode-toolbar-hoverBackground",
|
|
2823
|
+
"default": "rgba(90, 93, 94, 0.31)"
|
|
2903
2824
|
},
|
|
2904
2825
|
{
|
|
2905
2826
|
"description": "Active state background color in `active-icon` mode",
|
|
2906
|
-
"name": "--vscode-toolbar-activeBackground"
|
|
2827
|
+
"name": "--vscode-toolbar-activeBackground",
|
|
2828
|
+
"default": "rgba(99, 102, 103, 0.31)"
|
|
2907
2829
|
},
|
|
2908
2830
|
{
|
|
2909
|
-
"name": "--vscode-focusBorder"
|
|
2831
|
+
"name": "--vscode-focusBorder",
|
|
2832
|
+
"default": "#0078d4"
|
|
2910
2833
|
}
|
|
2911
2834
|
],
|
|
2912
2835
|
"members": [
|
|
@@ -3008,19 +2931,6 @@
|
|
|
3008
2931
|
"name": "_onButtonClick",
|
|
3009
2932
|
"privacy": "private"
|
|
3010
2933
|
},
|
|
3011
|
-
{
|
|
3012
|
-
"kind": "field",
|
|
3013
|
-
"name": "_version",
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": "string"
|
|
3016
|
-
},
|
|
3017
|
-
"privacy": "private",
|
|
3018
|
-
"default": "'1.13.2-pre.0'",
|
|
3019
|
-
"inheritedFrom": {
|
|
3020
|
-
"name": "VscElement",
|
|
3021
|
-
"module": "src/includes/VscElement.ts"
|
|
3022
|
-
}
|
|
3023
|
-
},
|
|
3024
2934
|
{
|
|
3025
2935
|
"kind": "field",
|
|
3026
2936
|
"name": "version",
|
|
@@ -3128,7 +3038,7 @@
|
|
|
3128
3038
|
"type": {
|
|
3129
3039
|
"text": "CSSResultGroup"
|
|
3130
3040
|
},
|
|
3131
|
-
"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; } `, ]"
|
|
3041
|
+
"default": "[ defaultStyles, css` :host { color: var(--vscode-foreground, #cccccc); font-family: var(--vscode-font-family, sans-serif); font-size: var(--vscode-font-size, 13px); 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, #cccccc); opacity: 0.9; } `, ]"
|
|
3132
3042
|
}
|
|
3133
3043
|
],
|
|
3134
3044
|
"exports": [
|
|
@@ -3152,13 +3062,16 @@
|
|
|
3152
3062
|
"name": "VscodeLabel",
|
|
3153
3063
|
"cssProperties": [
|
|
3154
3064
|
{
|
|
3155
|
-
"name": "--vscode-font-family"
|
|
3065
|
+
"name": "--vscode-font-family",
|
|
3066
|
+
"default": "sans-serif"
|
|
3156
3067
|
},
|
|
3157
3068
|
{
|
|
3158
|
-
"name": "--vscode-font-size"
|
|
3069
|
+
"name": "--vscode-font-size",
|
|
3070
|
+
"default": "13px"
|
|
3159
3071
|
},
|
|
3160
3072
|
{
|
|
3161
|
-
"name": "--vscode-foreground"
|
|
3073
|
+
"name": "--vscode-foreground",
|
|
3074
|
+
"default": "#cccccc"
|
|
3162
3075
|
}
|
|
3163
3076
|
],
|
|
3164
3077
|
"members": [
|
|
@@ -3231,19 +3144,6 @@
|
|
|
3231
3144
|
"name": "_handleClick",
|
|
3232
3145
|
"privacy": "private"
|
|
3233
3146
|
},
|
|
3234
|
-
{
|
|
3235
|
-
"kind": "field",
|
|
3236
|
-
"name": "_version",
|
|
3237
|
-
"type": {
|
|
3238
|
-
"text": "string"
|
|
3239
|
-
},
|
|
3240
|
-
"privacy": "private",
|
|
3241
|
-
"default": "'1.13.2-pre.0'",
|
|
3242
|
-
"inheritedFrom": {
|
|
3243
|
-
"name": "VscElement",
|
|
3244
|
-
"module": "src/includes/VscElement.ts"
|
|
3245
|
-
}
|
|
3246
|
-
},
|
|
3247
3147
|
{
|
|
3248
3148
|
"kind": "field",
|
|
3249
3149
|
"name": "version",
|
|
@@ -3343,67 +3243,88 @@
|
|
|
3343
3243
|
}
|
|
3344
3244
|
},
|
|
3345
3245
|
{
|
|
3346
|
-
"name": "--vscode-badge-background"
|
|
3246
|
+
"name": "--vscode-badge-background",
|
|
3247
|
+
"default": "#616161"
|
|
3347
3248
|
},
|
|
3348
3249
|
{
|
|
3349
|
-
"name": "--vscode-badge-foreground"
|
|
3250
|
+
"name": "--vscode-badge-foreground",
|
|
3251
|
+
"default": "#f8f8f8"
|
|
3350
3252
|
},
|
|
3351
3253
|
{
|
|
3352
|
-
"name": "--vscode-settings-dropdownBorder"
|
|
3254
|
+
"name": "--vscode-settings-dropdownBorder",
|
|
3255
|
+
"default": "#3c3c3c"
|
|
3353
3256
|
},
|
|
3354
3257
|
{
|
|
3355
|
-
"name": "--vscode-settings-checkboxBackground"
|
|
3258
|
+
"name": "--vscode-settings-checkboxBackground",
|
|
3259
|
+
"default": "#313131"
|
|
3356
3260
|
},
|
|
3357
3261
|
{
|
|
3358
|
-
"name": "--vscode-settings-dropdownBackground"
|
|
3262
|
+
"name": "--vscode-settings-dropdownBackground",
|
|
3263
|
+
"default": "#313131"
|
|
3359
3264
|
},
|
|
3360
3265
|
{
|
|
3361
|
-
"name": "--vscode-settings-
|
|
3266
|
+
"name": "--vscode-settings-dropdownForeground",
|
|
3267
|
+
"default": "#cccccc"
|
|
3362
3268
|
},
|
|
3363
3269
|
{
|
|
3364
|
-
"name": "--vscode-
|
|
3270
|
+
"name": "--vscode-settings-dropdownListBorder",
|
|
3271
|
+
"default": "#454545"
|
|
3365
3272
|
},
|
|
3366
3273
|
{
|
|
3367
|
-
"name": "--vscode-
|
|
3274
|
+
"name": "--vscode-focusBorder",
|
|
3275
|
+
"default": "#0078d4"
|
|
3368
3276
|
},
|
|
3369
3277
|
{
|
|
3370
|
-
"name": "--vscode-
|
|
3278
|
+
"name": "--vscode-foreground",
|
|
3279
|
+
"default": "#cccccc"
|
|
3371
3280
|
},
|
|
3372
3281
|
{
|
|
3373
|
-
"name": "--vscode-font-
|
|
3282
|
+
"name": "--vscode-font-family",
|
|
3283
|
+
"default": "sans-serif"
|
|
3374
3284
|
},
|
|
3375
3285
|
{
|
|
3376
|
-
"name": "--vscode-font-
|
|
3286
|
+
"name": "--vscode-font-size",
|
|
3287
|
+
"default": "13px"
|
|
3377
3288
|
},
|
|
3378
3289
|
{
|
|
3379
|
-
"name": "--vscode-
|
|
3290
|
+
"name": "--vscode-font-weight",
|
|
3291
|
+
"default": "normal"
|
|
3380
3292
|
},
|
|
3381
3293
|
{
|
|
3382
|
-
"name": "--vscode-
|
|
3294
|
+
"name": "--vscode-inputValidation-errorBackground",
|
|
3295
|
+
"default": "#5a1d1d"
|
|
3383
3296
|
},
|
|
3384
3297
|
{
|
|
3385
|
-
"name": "--vscode-
|
|
3298
|
+
"name": "--vscode-inputValidation-errorBorder",
|
|
3299
|
+
"default": "#be1100"
|
|
3386
3300
|
},
|
|
3387
3301
|
{
|
|
3388
|
-
"name": "--vscode-list-
|
|
3302
|
+
"name": "--vscode-list-activeSelectionBackground",
|
|
3303
|
+
"default": "#04395e"
|
|
3389
3304
|
},
|
|
3390
3305
|
{
|
|
3391
|
-
"name": "--vscode-list-
|
|
3306
|
+
"name": "--vscode-list-activeSelectionForeground",
|
|
3307
|
+
"default": "#ffffff"
|
|
3392
3308
|
},
|
|
3393
3309
|
{
|
|
3394
|
-
"name": "--vscode-list-
|
|
3310
|
+
"name": "--vscode-list-focusOutline",
|
|
3311
|
+
"default": "#0078d4"
|
|
3395
3312
|
},
|
|
3396
3313
|
{
|
|
3397
|
-
"name": "--vscode-list-
|
|
3314
|
+
"name": "--vscode-list-focusHighlightForeground",
|
|
3315
|
+
"default": "#2aaaff"
|
|
3398
3316
|
},
|
|
3399
3317
|
{
|
|
3400
|
-
"name": "--vscode-list-
|
|
3318
|
+
"name": "--vscode-list-highlightForeground",
|
|
3319
|
+
"default": "#2aaaff"
|
|
3401
3320
|
},
|
|
3402
3321
|
{
|
|
3403
|
-
"name": "--vscode-
|
|
3322
|
+
"name": "--vscode-list-hoverBackground",
|
|
3323
|
+
"default": "#2a2d2e"
|
|
3404
3324
|
},
|
|
3405
3325
|
{
|
|
3406
|
-
"name": "--vscode-list-
|
|
3326
|
+
"name": "--vscode-list-hoverForeground",
|
|
3327
|
+
"default": "#ffffff"
|
|
3407
3328
|
}
|
|
3408
3329
|
],
|
|
3409
3330
|
"members": [
|
|
@@ -4328,19 +4249,6 @@
|
|
|
4328
4249
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4329
4250
|
}
|
|
4330
4251
|
},
|
|
4331
|
-
{
|
|
4332
|
-
"kind": "field",
|
|
4333
|
-
"name": "_version",
|
|
4334
|
-
"type": {
|
|
4335
|
-
"text": "string"
|
|
4336
|
-
},
|
|
4337
|
-
"privacy": "private",
|
|
4338
|
-
"default": "'1.13.2-pre.0'",
|
|
4339
|
-
"inheritedFrom": {
|
|
4340
|
-
"name": "VscElement",
|
|
4341
|
-
"module": "src/includes/VscElement.ts"
|
|
4342
|
-
}
|
|
4343
|
-
},
|
|
4344
4252
|
{
|
|
4345
4253
|
"kind": "field",
|
|
4346
4254
|
"name": "version",
|
|
@@ -4626,19 +4534,6 @@
|
|
|
4626
4534
|
"name": "_handleSlotChange",
|
|
4627
4535
|
"privacy": "private"
|
|
4628
4536
|
},
|
|
4629
|
-
{
|
|
4630
|
-
"kind": "field",
|
|
4631
|
-
"name": "_version",
|
|
4632
|
-
"type": {
|
|
4633
|
-
"text": "string"
|
|
4634
|
-
},
|
|
4635
|
-
"privacy": "private",
|
|
4636
|
-
"default": "'1.13.2-pre.0'",
|
|
4637
|
-
"inheritedFrom": {
|
|
4638
|
-
"name": "VscElement",
|
|
4639
|
-
"module": "src/includes/VscElement.ts"
|
|
4640
|
-
}
|
|
4641
|
-
},
|
|
4642
4537
|
{
|
|
4643
4538
|
"kind": "field",
|
|
4644
4539
|
"name": "version",
|
|
@@ -4723,7 +4618,7 @@
|
|
|
4723
4618
|
"type": {
|
|
4724
4619
|
"text": "CSSResultGroup"
|
|
4725
4620
|
},
|
|
4726
|
-
"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); } } `, ]"
|
|
4621
|
+
"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, #0078d4); 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); } } `, ]"
|
|
4727
4622
|
}
|
|
4728
4623
|
],
|
|
4729
4624
|
"exports": [
|
|
@@ -4745,6 +4640,12 @@
|
|
|
4745
4640
|
"kind": "class",
|
|
4746
4641
|
"description": "",
|
|
4747
4642
|
"name": "VscodeProgressRing",
|
|
4643
|
+
"cssProperties": [
|
|
4644
|
+
{
|
|
4645
|
+
"name": "--vscode-progressBar-background",
|
|
4646
|
+
"default": "#0078d4"
|
|
4647
|
+
}
|
|
4648
|
+
],
|
|
4748
4649
|
"members": [
|
|
4749
4650
|
{
|
|
4750
4651
|
"kind": "field",
|
|
@@ -4776,19 +4677,6 @@
|
|
|
4776
4677
|
"attribute": "role",
|
|
4777
4678
|
"reflects": true
|
|
4778
4679
|
},
|
|
4779
|
-
{
|
|
4780
|
-
"kind": "field",
|
|
4781
|
-
"name": "_version",
|
|
4782
|
-
"type": {
|
|
4783
|
-
"text": "string"
|
|
4784
|
-
},
|
|
4785
|
-
"privacy": "private",
|
|
4786
|
-
"default": "'1.13.2-pre.0'",
|
|
4787
|
-
"inheritedFrom": {
|
|
4788
|
-
"name": "VscElement",
|
|
4789
|
-
"module": "src/includes/VscElement.ts"
|
|
4790
|
-
}
|
|
4791
|
-
},
|
|
4792
4680
|
{
|
|
4793
4681
|
"kind": "field",
|
|
4794
4682
|
"name": "version",
|
|
@@ -4866,7 +4754,7 @@
|
|
|
4866
4754
|
"type": {
|
|
4867
4755
|
"text": "CSSResultGroup"
|
|
4868
4756
|
},
|
|
4869
|
-
"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; } `, ]"
|
|
4757
|
+
"default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground, #5a1d1d); 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, #0078d4); outline-offset: -1px; } `, ]"
|
|
4870
4758
|
}
|
|
4871
4759
|
],
|
|
4872
4760
|
"exports": [
|
|
@@ -4890,29 +4778,40 @@
|
|
|
4890
4778
|
"name": "VscodeRadio",
|
|
4891
4779
|
"cssProperties": [
|
|
4892
4780
|
{
|
|
4893
|
-
"name": "--vscode-font-family"
|
|
4781
|
+
"name": "--vscode-font-family",
|
|
4782
|
+
"default": "sans-serif"
|
|
4894
4783
|
},
|
|
4895
4784
|
{
|
|
4896
|
-
"name": "--vscode-font-size"
|
|
4785
|
+
"name": "--vscode-font-size",
|
|
4786
|
+
"default": "13px"
|
|
4897
4787
|
},
|
|
4898
4788
|
{
|
|
4899
|
-
"name": "--vscode-font-weight"
|
|
4789
|
+
"name": "--vscode-font-weight",
|
|
4790
|
+
"default": "normal"
|
|
4900
4791
|
},
|
|
4901
4792
|
{
|
|
4902
|
-
"
|
|
4903
|
-
"
|
|
4793
|
+
"name": "--vscode-settings-checkboxBackground",
|
|
4794
|
+
"default": "#313131"
|
|
4904
4795
|
},
|
|
4905
4796
|
{
|
|
4906
|
-
"name": "--vscode-settings-
|
|
4797
|
+
"name": "--vscode-settings-checkboxBorder",
|
|
4798
|
+
"default": "#3c3c3c"
|
|
4907
4799
|
},
|
|
4908
4800
|
{
|
|
4909
|
-
"name": "--vscode-settings-
|
|
4801
|
+
"name": "--vscode-settings-checkboxForeground",
|
|
4802
|
+
"default": "#cccccc"
|
|
4910
4803
|
},
|
|
4911
4804
|
{
|
|
4912
|
-
"name": "--vscode-
|
|
4805
|
+
"name": "--vscode-focusBorder",
|
|
4806
|
+
"default": "#0078d4"
|
|
4913
4807
|
},
|
|
4914
4808
|
{
|
|
4915
|
-
"name": "--vscode-
|
|
4809
|
+
"name": "--vscode-inputValidation-errorBackground",
|
|
4810
|
+
"default": "#5a1d1d"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"name": "--vscode-inputValidation-errorBorder",
|
|
4814
|
+
"default": "#be1100"
|
|
4916
4815
|
}
|
|
4917
4816
|
],
|
|
4918
4817
|
"members": [
|
|
@@ -5246,19 +5145,6 @@
|
|
|
5246
5145
|
"module": "src/includes/form-button-widget/FormButtonWidgetBase.ts"
|
|
5247
5146
|
}
|
|
5248
5147
|
},
|
|
5249
|
-
{
|
|
5250
|
-
"kind": "field",
|
|
5251
|
-
"name": "_version",
|
|
5252
|
-
"type": {
|
|
5253
|
-
"text": "string"
|
|
5254
|
-
},
|
|
5255
|
-
"privacy": "private",
|
|
5256
|
-
"default": "'1.13.2-pre.0'",
|
|
5257
|
-
"inheritedFrom": {
|
|
5258
|
-
"name": "VscElement",
|
|
5259
|
-
"module": "src/includes/VscElement.ts"
|
|
5260
|
-
}
|
|
5261
|
-
},
|
|
5262
5148
|
{
|
|
5263
5149
|
"kind": "field",
|
|
5264
5150
|
"name": "version",
|
|
@@ -5558,28 +5444,15 @@
|
|
|
5558
5444
|
{
|
|
5559
5445
|
"name": "ev",
|
|
5560
5446
|
"type": {
|
|
5561
|
-
"text": "CustomEvent"
|
|
5562
|
-
}
|
|
5563
|
-
}
|
|
5564
|
-
]
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"kind": "method",
|
|
5568
|
-
"name": "_onSlotChange",
|
|
5569
|
-
"privacy": "private"
|
|
5570
|
-
},
|
|
5571
|
-
{
|
|
5572
|
-
"kind": "field",
|
|
5573
|
-
"name": "_version",
|
|
5574
|
-
"type": {
|
|
5575
|
-
"text": "string"
|
|
5576
|
-
},
|
|
5577
|
-
"privacy": "private",
|
|
5578
|
-
"default": "'1.13.2-pre.0'",
|
|
5579
|
-
"inheritedFrom": {
|
|
5580
|
-
"name": "VscElement",
|
|
5581
|
-
"module": "src/includes/VscElement.ts"
|
|
5582
|
-
}
|
|
5447
|
+
"text": "CustomEvent"
|
|
5448
|
+
}
|
|
5449
|
+
}
|
|
5450
|
+
]
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"kind": "method",
|
|
5454
|
+
"name": "_onSlotChange",
|
|
5455
|
+
"privacy": "private"
|
|
5583
5456
|
},
|
|
5584
5457
|
{
|
|
5585
5458
|
"kind": "field",
|
|
@@ -5651,7 +5524,7 @@
|
|
|
5651
5524
|
"type": {
|
|
5652
5525
|
"text": "CSSResultGroup"
|
|
5653
5526
|
},
|
|
5654
|
-
"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; } `, ]"
|
|
5527
|
+
"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, #000000) 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, rgba(121, 121, 121, 0.4) ); opacity: 1; transition: opacity 100ms; } .scrollbar-thumb.fade { background-color: var( --vscode-scrollbarSlider-background, rgba(121, 121, 121, 0.4) ); opacity: 0; transition: opacity 800ms; } .scrollbar-thumb.visible:hover { background-color: var( --vscode-scrollbarSlider-hoverBackground, rgba(100, 100, 100, 0.7) ); } .scrollbar-thumb.visible.active, .scrollbar-thumb.visible.active:hover { background-color: var( --vscode-scrollbarSlider-activeBackground, rgba(191, 191, 191, 0.4) ); } .prevent-interaction { bottom: 0; left: 0; right: 0; top: 0; position: absolute; z-index: 99; } .content { overflow: hidden; } `, ]"
|
|
5655
5528
|
}
|
|
5656
5529
|
],
|
|
5657
5530
|
"exports": [
|
|
@@ -5680,16 +5553,20 @@
|
|
|
5680
5553
|
"default": "20px"
|
|
5681
5554
|
},
|
|
5682
5555
|
{
|
|
5683
|
-
"name": "--vscode-scrollbar-shadow"
|
|
5556
|
+
"name": "--vscode-scrollbar-shadow",
|
|
5557
|
+
"default": "#000000"
|
|
5684
5558
|
},
|
|
5685
5559
|
{
|
|
5686
|
-
"name": "--vscode-scrollbarSlider-background"
|
|
5560
|
+
"name": "--vscode-scrollbarSlider-background",
|
|
5561
|
+
"default": "rgba(121, 121, 121, 0.4)"
|
|
5687
5562
|
},
|
|
5688
5563
|
{
|
|
5689
|
-
"name": "--vscode-scrollbarSlider-hoverBackground"
|
|
5564
|
+
"name": "--vscode-scrollbarSlider-hoverBackground",
|
|
5565
|
+
"default": "rgba(100, 100, 100, 0.7)"
|
|
5690
5566
|
},
|
|
5691
5567
|
{
|
|
5692
|
-
"name": "--vscode-scrollbarSlider-activeBackground"
|
|
5568
|
+
"name": "--vscode-scrollbarSlider-activeBackground",
|
|
5569
|
+
"default": "rgba(191, 191, 191, 0.4)"
|
|
5693
5570
|
}
|
|
5694
5571
|
],
|
|
5695
5572
|
"members": [
|
|
@@ -5962,19 +5839,6 @@
|
|
|
5962
5839
|
"name": "_onComponentMouseOutBound",
|
|
5963
5840
|
"privacy": "private"
|
|
5964
5841
|
},
|
|
5965
|
-
{
|
|
5966
|
-
"kind": "field",
|
|
5967
|
-
"name": "_version",
|
|
5968
|
-
"type": {
|
|
5969
|
-
"text": "string"
|
|
5970
|
-
},
|
|
5971
|
-
"privacy": "private",
|
|
5972
|
-
"default": "'1.13.2-pre.0'",
|
|
5973
|
-
"inheritedFrom": {
|
|
5974
|
-
"name": "VscElement",
|
|
5975
|
-
"module": "src/includes/VscElement.ts"
|
|
5976
|
-
}
|
|
5977
|
-
},
|
|
5978
5842
|
{
|
|
5979
5843
|
"kind": "field",
|
|
5980
5844
|
"name": "version",
|
|
@@ -6083,64 +5947,88 @@
|
|
|
6083
5947
|
}
|
|
6084
5948
|
},
|
|
6085
5949
|
{
|
|
6086
|
-
"name": "--vscode-badge-background"
|
|
5950
|
+
"name": "--vscode-badge-background",
|
|
5951
|
+
"default": "#616161"
|
|
6087
5952
|
},
|
|
6088
5953
|
{
|
|
6089
|
-
"name": "--vscode-badge-foreground"
|
|
5954
|
+
"name": "--vscode-badge-foreground",
|
|
5955
|
+
"default": "#f8f8f8"
|
|
6090
5956
|
},
|
|
6091
5957
|
{
|
|
6092
|
-
"name": "--vscode-settings-dropdownBorder"
|
|
5958
|
+
"name": "--vscode-settings-dropdownBorder",
|
|
5959
|
+
"default": "#3c3c3c"
|
|
6093
5960
|
},
|
|
6094
5961
|
{
|
|
6095
|
-
"name": "--vscode-settings-checkboxBackground"
|
|
5962
|
+
"name": "--vscode-settings-checkboxBackground",
|
|
5963
|
+
"default": "#313131"
|
|
6096
5964
|
},
|
|
6097
5965
|
{
|
|
6098
|
-
"name": "--vscode-settings-dropdownBackground"
|
|
5966
|
+
"name": "--vscode-settings-dropdownBackground",
|
|
5967
|
+
"default": "#313131"
|
|
6099
5968
|
},
|
|
6100
5969
|
{
|
|
6101
|
-
"name": "--vscode-settings-
|
|
5970
|
+
"name": "--vscode-settings-dropdownForeground",
|
|
5971
|
+
"default": "#cccccc"
|
|
6102
5972
|
},
|
|
6103
5973
|
{
|
|
6104
|
-
"name": "--vscode-
|
|
5974
|
+
"name": "--vscode-settings-dropdownListBorder",
|
|
5975
|
+
"default": "#454545"
|
|
6105
5976
|
},
|
|
6106
5977
|
{
|
|
6107
|
-
"name": "--vscode-
|
|
5978
|
+
"name": "--vscode-focusBorder",
|
|
5979
|
+
"default": "#0078d4"
|
|
6108
5980
|
},
|
|
6109
5981
|
{
|
|
6110
|
-
"name": "--vscode-
|
|
5982
|
+
"name": "--vscode-foreground",
|
|
5983
|
+
"default": "#cccccc"
|
|
6111
5984
|
},
|
|
6112
5985
|
{
|
|
6113
|
-
"name": "--vscode-font-
|
|
5986
|
+
"name": "--vscode-font-family",
|
|
5987
|
+
"default": "sans-serif"
|
|
6114
5988
|
},
|
|
6115
5989
|
{
|
|
6116
|
-
"name": "--vscode-font-
|
|
5990
|
+
"name": "--vscode-font-size",
|
|
5991
|
+
"default": "13px"
|
|
6117
5992
|
},
|
|
6118
5993
|
{
|
|
6119
|
-
"name": "--vscode-
|
|
5994
|
+
"name": "--vscode-font-weight",
|
|
5995
|
+
"default": "normal"
|
|
6120
5996
|
},
|
|
6121
5997
|
{
|
|
6122
|
-
"name": "--vscode-
|
|
5998
|
+
"name": "--vscode-inputValidation-errorBackground",
|
|
5999
|
+
"default": "#5a1d1d"
|
|
6123
6000
|
},
|
|
6124
6001
|
{
|
|
6125
|
-
"name": "--vscode-
|
|
6002
|
+
"name": "--vscode-inputValidation-errorBorder",
|
|
6003
|
+
"default": "#be1100"
|
|
6126
6004
|
},
|
|
6127
6005
|
{
|
|
6128
|
-
"name": "--vscode-list-
|
|
6006
|
+
"name": "--vscode-list-activeSelectionBackground",
|
|
6007
|
+
"default": "#04395e"
|
|
6129
6008
|
},
|
|
6130
6009
|
{
|
|
6131
|
-
"name": "--vscode-list-
|
|
6010
|
+
"name": "--vscode-list-activeSelectionForeground",
|
|
6011
|
+
"default": "#ffffff"
|
|
6132
6012
|
},
|
|
6133
6013
|
{
|
|
6134
|
-
"name": "--vscode-list-
|
|
6014
|
+
"name": "--vscode-list-focusOutline",
|
|
6015
|
+
"default": "#0078d4"
|
|
6135
6016
|
},
|
|
6136
6017
|
{
|
|
6137
|
-
"name": "--vscode-list-
|
|
6018
|
+
"name": "--vscode-list-focusHighlightForeground",
|
|
6019
|
+
"default": "#2aaaff"
|
|
6138
6020
|
},
|
|
6139
6021
|
{
|
|
6140
|
-
"name": "--vscode-list-
|
|
6022
|
+
"name": "--vscode-list-highlightForeground",
|
|
6023
|
+
"default": "#2aaaff"
|
|
6024
|
+
},
|
|
6025
|
+
{
|
|
6026
|
+
"name": "--vscode-list-hoverBackground",
|
|
6027
|
+
"default": "#2a2d2e"
|
|
6141
6028
|
},
|
|
6142
6029
|
{
|
|
6143
|
-
"name": "--vscode-
|
|
6030
|
+
"name": "--vscode-list-hoverForeground",
|
|
6031
|
+
"default": "#ffffff"
|
|
6144
6032
|
}
|
|
6145
6033
|
],
|
|
6146
6034
|
"members": [
|
|
@@ -7020,19 +6908,6 @@
|
|
|
7020
6908
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
7021
6909
|
}
|
|
7022
6910
|
},
|
|
7023
|
-
{
|
|
7024
|
-
"kind": "field",
|
|
7025
|
-
"name": "_version",
|
|
7026
|
-
"type": {
|
|
7027
|
-
"text": "string"
|
|
7028
|
-
},
|
|
7029
|
-
"privacy": "private",
|
|
7030
|
-
"default": "'1.13.2-pre.0'",
|
|
7031
|
-
"inheritedFrom": {
|
|
7032
|
-
"name": "VscElement",
|
|
7033
|
-
"module": "src/includes/VscElement.ts"
|
|
7034
|
-
}
|
|
7035
|
-
},
|
|
7036
6911
|
{
|
|
7037
6912
|
"kind": "field",
|
|
7038
6913
|
"name": "version",
|
|
@@ -7637,19 +7512,6 @@
|
|
|
7637
7512
|
"name": "_handleSlotChange",
|
|
7638
7513
|
"privacy": "private"
|
|
7639
7514
|
},
|
|
7640
|
-
{
|
|
7641
|
-
"kind": "field",
|
|
7642
|
-
"name": "_version",
|
|
7643
|
-
"type": {
|
|
7644
|
-
"text": "string"
|
|
7645
|
-
},
|
|
7646
|
-
"privacy": "private",
|
|
7647
|
-
"default": "'1.13.2-pre.0'",
|
|
7648
|
-
"inheritedFrom": {
|
|
7649
|
-
"name": "VscElement",
|
|
7650
|
-
"module": "src/includes/VscElement.ts"
|
|
7651
|
-
}
|
|
7652
|
-
},
|
|
7653
7515
|
{
|
|
7654
7516
|
"kind": "field",
|
|
7655
7517
|
"name": "version",
|
|
@@ -7842,19 +7704,6 @@
|
|
|
7842
7704
|
"attribute": "panel",
|
|
7843
7705
|
"reflects": true
|
|
7844
7706
|
},
|
|
7845
|
-
{
|
|
7846
|
-
"kind": "field",
|
|
7847
|
-
"name": "_version",
|
|
7848
|
-
"type": {
|
|
7849
|
-
"text": "string"
|
|
7850
|
-
},
|
|
7851
|
-
"privacy": "private",
|
|
7852
|
-
"default": "'1.13.2-pre.0'",
|
|
7853
|
-
"inheritedFrom": {
|
|
7854
|
-
"name": "VscElement",
|
|
7855
|
-
"module": "src/includes/VscElement.ts"
|
|
7856
|
-
}
|
|
7857
|
-
},
|
|
7858
7707
|
{
|
|
7859
7708
|
"kind": "field",
|
|
7860
7709
|
"name": "version",
|
|
@@ -7977,19 +7826,6 @@
|
|
|
7977
7826
|
"attribute": "panel",
|
|
7978
7827
|
"reflects": true
|
|
7979
7828
|
},
|
|
7980
|
-
{
|
|
7981
|
-
"kind": "field",
|
|
7982
|
-
"name": "_version",
|
|
7983
|
-
"type": {
|
|
7984
|
-
"text": "string"
|
|
7985
|
-
},
|
|
7986
|
-
"privacy": "private",
|
|
7987
|
-
"default": "'1.13.2-pre.0'",
|
|
7988
|
-
"inheritedFrom": {
|
|
7989
|
-
"name": "VscElement",
|
|
7990
|
-
"module": "src/includes/VscElement.ts"
|
|
7991
|
-
}
|
|
7992
|
-
},
|
|
7993
7829
|
{
|
|
7994
7830
|
"kind": "field",
|
|
7995
7831
|
"name": "version",
|
|
@@ -8727,19 +8563,6 @@
|
|
|
8727
8563
|
"name": "_onResizingMouseUp",
|
|
8728
8564
|
"privacy": "private"
|
|
8729
8565
|
},
|
|
8730
|
-
{
|
|
8731
|
-
"kind": "field",
|
|
8732
|
-
"name": "_version",
|
|
8733
|
-
"type": {
|
|
8734
|
-
"text": "string"
|
|
8735
|
-
},
|
|
8736
|
-
"privacy": "private",
|
|
8737
|
-
"default": "'1.13.2-pre.0'",
|
|
8738
|
-
"inheritedFrom": {
|
|
8739
|
-
"name": "VscElement",
|
|
8740
|
-
"module": "src/includes/VscElement.ts"
|
|
8741
|
-
}
|
|
8742
|
-
},
|
|
8743
8566
|
{
|
|
8744
8567
|
"kind": "field",
|
|
8745
8568
|
"name": "version",
|
|
@@ -8915,19 +8738,6 @@
|
|
|
8915
8738
|
}
|
|
8916
8739
|
],
|
|
8917
8740
|
"members": [
|
|
8918
|
-
{
|
|
8919
|
-
"kind": "field",
|
|
8920
|
-
"name": "_version",
|
|
8921
|
-
"type": {
|
|
8922
|
-
"text": "string"
|
|
8923
|
-
},
|
|
8924
|
-
"privacy": "private",
|
|
8925
|
-
"default": "'1.13.2-pre.0'",
|
|
8926
|
-
"inheritedFrom": {
|
|
8927
|
-
"name": "VscElement",
|
|
8928
|
-
"module": "src/includes/VscElement.ts"
|
|
8929
|
-
}
|
|
8930
|
-
},
|
|
8931
8741
|
{
|
|
8932
8742
|
"kind": "field",
|
|
8933
8743
|
"name": "version",
|
|
@@ -9037,19 +8847,6 @@
|
|
|
9037
8847
|
"attribute": "compact",
|
|
9038
8848
|
"reflects": true
|
|
9039
8849
|
},
|
|
9040
|
-
{
|
|
9041
|
-
"kind": "field",
|
|
9042
|
-
"name": "_version",
|
|
9043
|
-
"type": {
|
|
9044
|
-
"text": "string"
|
|
9045
|
-
},
|
|
9046
|
-
"privacy": "private",
|
|
9047
|
-
"default": "'1.13.2-pre.0'",
|
|
9048
|
-
"inheritedFrom": {
|
|
9049
|
-
"name": "VscElement",
|
|
9050
|
-
"module": "src/includes/VscElement.ts"
|
|
9051
|
-
}
|
|
9052
|
-
},
|
|
9053
8850
|
{
|
|
9054
8851
|
"kind": "field",
|
|
9055
8852
|
"name": "version",
|
|
@@ -9150,19 +8947,6 @@
|
|
|
9150
8947
|
}
|
|
9151
8948
|
],
|
|
9152
8949
|
"members": [
|
|
9153
|
-
{
|
|
9154
|
-
"kind": "field",
|
|
9155
|
-
"name": "_version",
|
|
9156
|
-
"type": {
|
|
9157
|
-
"text": "string"
|
|
9158
|
-
},
|
|
9159
|
-
"privacy": "private",
|
|
9160
|
-
"default": "'1.13.2-pre.0'",
|
|
9161
|
-
"inheritedFrom": {
|
|
9162
|
-
"name": "VscElement",
|
|
9163
|
-
"module": "src/includes/VscElement.ts"
|
|
9164
|
-
}
|
|
9165
|
-
},
|
|
9166
8950
|
{
|
|
9167
8951
|
"kind": "field",
|
|
9168
8952
|
"name": "version",
|
|
@@ -9248,19 +9032,6 @@
|
|
|
9248
9032
|
}
|
|
9249
9033
|
],
|
|
9250
9034
|
"members": [
|
|
9251
|
-
{
|
|
9252
|
-
"kind": "field",
|
|
9253
|
-
"name": "_version",
|
|
9254
|
-
"type": {
|
|
9255
|
-
"text": "string"
|
|
9256
|
-
},
|
|
9257
|
-
"privacy": "private",
|
|
9258
|
-
"default": "'1.13.2-pre.0'",
|
|
9259
|
-
"inheritedFrom": {
|
|
9260
|
-
"name": "VscElement",
|
|
9261
|
-
"module": "src/includes/VscElement.ts"
|
|
9262
|
-
}
|
|
9263
|
-
},
|
|
9264
9035
|
{
|
|
9265
9036
|
"kind": "field",
|
|
9266
9037
|
"name": "version",
|
|
@@ -9340,19 +9111,6 @@
|
|
|
9340
9111
|
}
|
|
9341
9112
|
],
|
|
9342
9113
|
"members": [
|
|
9343
|
-
{
|
|
9344
|
-
"kind": "field",
|
|
9345
|
-
"name": "_version",
|
|
9346
|
-
"type": {
|
|
9347
|
-
"text": "string"
|
|
9348
|
-
},
|
|
9349
|
-
"privacy": "private",
|
|
9350
|
-
"default": "'1.13.2-pre.0'",
|
|
9351
|
-
"inheritedFrom": {
|
|
9352
|
-
"name": "VscElement",
|
|
9353
|
-
"module": "src/includes/VscElement.ts"
|
|
9354
|
-
}
|
|
9355
|
-
},
|
|
9356
9114
|
{
|
|
9357
9115
|
"kind": "field",
|
|
9358
9116
|
"name": "version",
|
|
@@ -9592,19 +9350,6 @@
|
|
|
9592
9350
|
}
|
|
9593
9351
|
]
|
|
9594
9352
|
},
|
|
9595
|
-
{
|
|
9596
|
-
"kind": "field",
|
|
9597
|
-
"name": "_version",
|
|
9598
|
-
"type": {
|
|
9599
|
-
"text": "string"
|
|
9600
|
-
},
|
|
9601
|
-
"privacy": "private",
|
|
9602
|
-
"default": "'1.13.2-pre.0'",
|
|
9603
|
-
"inheritedFrom": {
|
|
9604
|
-
"name": "VscElement",
|
|
9605
|
-
"module": "src/includes/VscElement.ts"
|
|
9606
|
-
}
|
|
9607
|
-
},
|
|
9608
9353
|
{
|
|
9609
9354
|
"kind": "field",
|
|
9610
9355
|
"name": "version",
|
|
@@ -9691,7 +9436,7 @@
|
|
|
9691
9436
|
"type": {
|
|
9692
9437
|
"text": "CSSResultGroup"
|
|
9693
9438
|
},
|
|
9694
|
-
"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(
|
|
9439
|
+
"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, #000000) 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, #313131); border-color: var(--vscode-settings-textInputBorder, transparent); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground, #cccccc); display: block; font-family: var(--vscode-font-family, sans-serif); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); 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, #5a1d1d); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } textarea.monospace { background-color: var(--vscode-editor-background, #1f1f1f); color: var(--vscode-editor-foreground, #cccccc); font-family: var(--vscode-editor-font-family, monospace); font-size: var(--vscode-editor-font-size, 14px); font-weight: var(--vscode-editor-font-weight, normal); } .textarea.monospace::placeholder { color: var( --vscode-editor-inlineValuesForeground, rgba(255, 255, 255, 0.5) ); } textarea.cursor-pointer { cursor: pointer; } textarea:focus { border-color: var(--vscode-focusBorder, #0078d4); outline: none; } textarea::placeholder { color: var(--vscode-input-placeholderForeground, #989898); 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, rgba(121, 121, 121, 0.4) ); } textarea::-webkit-scrollbar-thumb:hover { background-color: var( --vscode-scrollbarSlider-hoverBackground, rgba(100, 100, 100, 0.7) ); } textarea::-webkit-scrollbar-thumb:active { background-color: var( --vscode-scrollbarSlider-activeBackground, rgba(191, 191, 191, 0.4) ); } 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; } `, ]"
|
|
9695
9440
|
}
|
|
9696
9441
|
],
|
|
9697
9442
|
"exports": [
|
|
@@ -9715,58 +9460,76 @@
|
|
|
9715
9460
|
"name": "VscodeTextarea",
|
|
9716
9461
|
"cssProperties": [
|
|
9717
9462
|
{
|
|
9718
|
-
"name": "--vscode-scrollbar-shadow"
|
|
9463
|
+
"name": "--vscode-scrollbar-shadow",
|
|
9464
|
+
"default": "#000000"
|
|
9719
9465
|
},
|
|
9720
9466
|
{
|
|
9721
|
-
"name": "--vscode-settings-textInputBackground"
|
|
9467
|
+
"name": "--vscode-settings-textInputBackground",
|
|
9468
|
+
"default": "#313131"
|
|
9722
9469
|
},
|
|
9723
9470
|
{
|
|
9724
|
-
"name": "--vscode-settings-textInputBorder"
|
|
9471
|
+
"name": "--vscode-settings-textInputBorder",
|
|
9472
|
+
"default": "transparent"
|
|
9725
9473
|
},
|
|
9726
9474
|
{
|
|
9727
|
-
"name": "--vscode-settings-textInputForeground"
|
|
9475
|
+
"name": "--vscode-settings-textInputForeground",
|
|
9476
|
+
"default": "#cccccc"
|
|
9728
9477
|
},
|
|
9729
9478
|
{
|
|
9730
|
-
"name": "--vscode-input-placeholderForeground"
|
|
9479
|
+
"name": "--vscode-input-placeholderForeground",
|
|
9480
|
+
"default": "#989898"
|
|
9731
9481
|
},
|
|
9732
9482
|
{
|
|
9733
|
-
"name": "--vscode-font-family"
|
|
9483
|
+
"name": "--vscode-font-family",
|
|
9484
|
+
"default": "sans-serif"
|
|
9734
9485
|
},
|
|
9735
9486
|
{
|
|
9736
|
-
"name": "--vscode-font-size"
|
|
9487
|
+
"name": "--vscode-font-size",
|
|
9488
|
+
"default": "13px"
|
|
9737
9489
|
},
|
|
9738
9490
|
{
|
|
9739
|
-
"name": "--vscode-font-weight"
|
|
9491
|
+
"name": "--vscode-font-weight",
|
|
9492
|
+
"default": "normal"
|
|
9740
9493
|
},
|
|
9741
9494
|
{
|
|
9742
|
-
"name": "--vscode-editor-background"
|
|
9495
|
+
"name": "--vscode-editor-background",
|
|
9496
|
+
"default": "#1f1f1f"
|
|
9743
9497
|
},
|
|
9744
9498
|
{
|
|
9745
|
-
"name": "--vscode-editor-foreground"
|
|
9499
|
+
"name": "--vscode-editor-foreground",
|
|
9500
|
+
"default": "#cccccc"
|
|
9746
9501
|
},
|
|
9747
9502
|
{
|
|
9748
|
-
"name": "--vscode-editor-font-family"
|
|
9503
|
+
"name": "--vscode-editor-font-family",
|
|
9504
|
+
"default": "monospace"
|
|
9749
9505
|
},
|
|
9750
9506
|
{
|
|
9751
|
-
"name": "--vscode-editor-font-size"
|
|
9507
|
+
"name": "--vscode-editor-font-size",
|
|
9508
|
+
"default": "14px"
|
|
9752
9509
|
},
|
|
9753
9510
|
{
|
|
9754
|
-
"name": "--vscode-editor-font-weight"
|
|
9511
|
+
"name": "--vscode-editor-font-weight",
|
|
9512
|
+
"default": "normal"
|
|
9755
9513
|
},
|
|
9756
9514
|
{
|
|
9757
|
-
"name": "--vscode-editor-inlineValuesForeground"
|
|
9515
|
+
"name": "--vscode-editor-inlineValuesForeground",
|
|
9516
|
+
"default": "rgba(255, 255, 255, 0.5)"
|
|
9758
9517
|
},
|
|
9759
9518
|
{
|
|
9760
|
-
"name": "--vscode-focusBorder"
|
|
9519
|
+
"name": "--vscode-focusBorder",
|
|
9520
|
+
"default": "#0078d4"
|
|
9761
9521
|
},
|
|
9762
9522
|
{
|
|
9763
|
-
"name": "--vscode-scrollbarSlider-background"
|
|
9523
|
+
"name": "--vscode-scrollbarSlider-background",
|
|
9524
|
+
"default": "rgba(121, 121, 121, 0.4)"
|
|
9764
9525
|
},
|
|
9765
9526
|
{
|
|
9766
|
-
"name": "--vscode-scrollbarSlider-hoverBackground"
|
|
9527
|
+
"name": "--vscode-scrollbarSlider-hoverBackground",
|
|
9528
|
+
"default": "rgba(100, 100, 100, 0.7)"
|
|
9767
9529
|
},
|
|
9768
9530
|
{
|
|
9769
|
-
"name": "--vscode-scrollbarSlider-activeBackground"
|
|
9531
|
+
"name": "--vscode-scrollbarSlider-activeBackground",
|
|
9532
|
+
"default": "rgba(191, 191, 191, 0.4)"
|
|
9770
9533
|
}
|
|
9771
9534
|
],
|
|
9772
9535
|
"members": [
|
|
@@ -10103,19 +9866,6 @@
|
|
|
10103
9866
|
"name": "_handleScroll",
|
|
10104
9867
|
"privacy": "private"
|
|
10105
9868
|
},
|
|
10106
|
-
{
|
|
10107
|
-
"kind": "field",
|
|
10108
|
-
"name": "_version",
|
|
10109
|
-
"type": {
|
|
10110
|
-
"text": "string"
|
|
10111
|
-
},
|
|
10112
|
-
"privacy": "private",
|
|
10113
|
-
"default": "'1.13.2-pre.0'",
|
|
10114
|
-
"inheritedFrom": {
|
|
10115
|
-
"name": "VscElement",
|
|
10116
|
-
"module": "src/includes/VscElement.ts"
|
|
10117
|
-
}
|
|
10118
|
-
},
|
|
10119
9869
|
{
|
|
10120
9870
|
"kind": "field",
|
|
10121
9871
|
"name": "version",
|
|
@@ -10763,19 +10513,6 @@
|
|
|
10763
10513
|
}
|
|
10764
10514
|
]
|
|
10765
10515
|
},
|
|
10766
|
-
{
|
|
10767
|
-
"kind": "field",
|
|
10768
|
-
"name": "_version",
|
|
10769
|
-
"type": {
|
|
10770
|
-
"text": "string"
|
|
10771
|
-
},
|
|
10772
|
-
"privacy": "private",
|
|
10773
|
-
"default": "'1.13.2-pre.0'",
|
|
10774
|
-
"inheritedFrom": {
|
|
10775
|
-
"name": "VscElement",
|
|
10776
|
-
"module": "src/includes/VscElement.ts"
|
|
10777
|
-
}
|
|
10778
|
-
},
|
|
10779
10516
|
{
|
|
10780
10517
|
"kind": "field",
|
|
10781
10518
|
"name": "version",
|
|
@@ -11504,19 +11241,6 @@
|
|
|
11504
11241
|
"name": "_handleComponentKeyDownBound",
|
|
11505
11242
|
"privacy": "private"
|
|
11506
11243
|
},
|
|
11507
|
-
{
|
|
11508
|
-
"kind": "field",
|
|
11509
|
-
"name": "_version",
|
|
11510
|
-
"type": {
|
|
11511
|
-
"text": "string"
|
|
11512
|
-
},
|
|
11513
|
-
"privacy": "private",
|
|
11514
|
-
"default": "'1.13.2-pre.0'",
|
|
11515
|
-
"inheritedFrom": {
|
|
11516
|
-
"name": "VscElement",
|
|
11517
|
-
"module": "src/includes/VscElement.ts"
|
|
11518
|
-
}
|
|
11519
|
-
},
|
|
11520
11244
|
{
|
|
11521
11245
|
"kind": "field",
|
|
11522
11246
|
"name": "version",
|
|
@@ -11677,19 +11401,6 @@
|
|
|
11677
11401
|
"name": "_handleBlur",
|
|
11678
11402
|
"privacy": "private"
|
|
11679
11403
|
},
|
|
11680
|
-
{
|
|
11681
|
-
"kind": "field",
|
|
11682
|
-
"name": "_version",
|
|
11683
|
-
"type": {
|
|
11684
|
-
"text": "string"
|
|
11685
|
-
},
|
|
11686
|
-
"privacy": "private",
|
|
11687
|
-
"default": "'1.13.2-pre.0'",
|
|
11688
|
-
"inheritedFrom": {
|
|
11689
|
-
"name": "VscElement",
|
|
11690
|
-
"module": "src/includes/VscElement.ts"
|
|
11691
|
-
}
|
|
11692
|
-
},
|
|
11693
11404
|
{
|
|
11694
11405
|
"kind": "field",
|
|
11695
11406
|
"name": "version",
|
|
@@ -12649,19 +12360,6 @@
|
|
|
12649
12360
|
"name": "_renderDropdown",
|
|
12650
12361
|
"privacy": "private"
|
|
12651
12362
|
},
|
|
12652
|
-
{
|
|
12653
|
-
"kind": "field",
|
|
12654
|
-
"name": "_version",
|
|
12655
|
-
"type": {
|
|
12656
|
-
"text": "string"
|
|
12657
|
-
},
|
|
12658
|
-
"privacy": "private",
|
|
12659
|
-
"default": "'1.13.2-pre.0'",
|
|
12660
|
-
"inheritedFrom": {
|
|
12661
|
-
"name": "VscElement",
|
|
12662
|
-
"module": "src/includes/VscElement.ts"
|
|
12663
|
-
}
|
|
12664
|
-
},
|
|
12665
12363
|
{
|
|
12666
12364
|
"kind": "field",
|
|
12667
12365
|
"name": "version",
|