@vscode-elements/elements 1.8.0 → 1.8.1
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 +49 -52
- package/dist/bundled.js +69 -52
- package/dist/includes/VscElement.js +1 -1
- package/dist/includes/VscElement.js.map +1 -1
- package/dist/includes/form-button-widget/FormButtonWidgetBase.d.ts.map +1 -1
- package/dist/includes/form-button-widget/FormButtonWidgetBase.js.map +1 -1
- package/dist/includes/form-button-widget/LabelledCheckboxOrRadio.d.ts +1 -1
- package/dist/includes/form-button-widget/LabelledCheckboxOrRadio.d.ts.map +1 -1
- package/dist/includes/form-button-widget/LabelledCheckboxOrRadio.js.map +1 -1
- package/dist/includes/test-helpers.d.ts.map +1 -1
- package/dist/includes/test-helpers.js.map +1 -1
- package/dist/includes/vscode-select/styles.js +5 -5
- package/dist/includes/vscode-select/styles.js.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.js +2 -2
- package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
- package/dist/vscode-button/vscode-button.styles.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.styles.js +8 -2
- package/dist/vscode-button/vscode-button.styles.js.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.styles.js +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.styles.js.map +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.styles.js +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.styles.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 +4 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.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.map +1 -1
- package/dist/vscode-scrollable/vscode-scrollable.d.ts.map +1 -1
- package/dist/vscode-scrollable/vscode-scrollable.js.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.styles.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.styles.js.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.d.ts +1 -2
- package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.js +13 -9
- package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
- package/dist/vscode-table-body/vscode-table-body.styles.d.ts.map +1 -1
- package/dist/vscode-table-body/vscode-table-body.styles.js +1 -2
- package/dist/vscode-table-body/vscode-table-body.styles.js.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.styles.d.ts.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.styles.js +4 -1
- package/dist/vscode-textarea/vscode-textarea.styles.js.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.styles.d.ts.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.styles.js +5 -2
- package/dist/vscode-textfield/vscode-textfield.styles.js.map +1 -1
- package/dist/vscode-tree/vscode-tree.styles.d.ts.map +1 -1
- package/dist/vscode-tree/vscode-tree.styles.js +4 -1
- package/dist/vscode-tree/vscode-tree.styles.js.map +1 -1
- package/package.json +13 -12
package/custom-elements.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"text": "string"
|
|
25
25
|
},
|
|
26
26
|
"privacy": "private",
|
|
27
|
-
"default": "'1.8.
|
|
27
|
+
"default": "'1.8.1'"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "field",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"text": "string"
|
|
416
416
|
},
|
|
417
417
|
"privacy": "private",
|
|
418
|
-
"default": "'1.8.
|
|
418
|
+
"default": "'1.8.1'",
|
|
419
419
|
"inheritedFrom": {
|
|
420
420
|
"name": "VscElement",
|
|
421
421
|
"module": "src/includes/VscElement.ts"
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"type": {
|
|
480
480
|
"text": "CSSResultGroup"
|
|
481
481
|
},
|
|
482
|
-
"default": "[ defaultStyles, css` :host { 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); } ::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; } `, ]"
|
|
482
|
+
"default": "[ defaultStyles, css` :host { 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); } ::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; } `, ]"
|
|
483
483
|
}
|
|
484
484
|
],
|
|
485
485
|
"exports": [
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
"text": "string"
|
|
744
744
|
},
|
|
745
745
|
"privacy": "private",
|
|
746
|
-
"default": "'1.8.
|
|
746
|
+
"default": "'1.8.1'",
|
|
747
747
|
"inheritedFrom": {
|
|
748
748
|
"name": "VscElement",
|
|
749
749
|
"module": "src/includes/VscElement.ts"
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
"type": {
|
|
919
919
|
"text": "CSSResultGroup"
|
|
920
920
|
},
|
|
921
|
-
"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 ]"
|
|
921
|
+
"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, ]"
|
|
922
922
|
}
|
|
923
923
|
],
|
|
924
924
|
"exports": [
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
"text": "string"
|
|
1282
1282
|
},
|
|
1283
1283
|
"privacy": "private",
|
|
1284
|
-
"default": "'1.8.
|
|
1284
|
+
"default": "'1.8.1'",
|
|
1285
1285
|
"inheritedFrom": {
|
|
1286
1286
|
"name": "VscElement",
|
|
1287
1287
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1499,7 +1499,7 @@
|
|
|
1499
1499
|
"text": "string"
|
|
1500
1500
|
},
|
|
1501
1501
|
"privacy": "private",
|
|
1502
|
-
"default": "'1.8.
|
|
1502
|
+
"default": "'1.8.1'",
|
|
1503
1503
|
"inheritedFrom": {
|
|
1504
1504
|
"name": "VscElement",
|
|
1505
1505
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
"type": {
|
|
1564
1564
|
"text": "CSSResultGroup"
|
|
1565
1565
|
},
|
|
1566
|
-
"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; } `, ]"
|
|
1566
|
+
"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; } `, ]"
|
|
1567
1567
|
}
|
|
1568
1568
|
],
|
|
1569
1569
|
"exports": [
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
"text": "string"
|
|
1693
1693
|
},
|
|
1694
1694
|
"privacy": "private",
|
|
1695
|
-
"default": "'1.8.
|
|
1695
|
+
"default": "'1.8.1'",
|
|
1696
1696
|
"inheritedFrom": {
|
|
1697
1697
|
"name": "VscElement",
|
|
1698
1698
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2004,7 +2004,7 @@
|
|
|
2004
2004
|
"text": "string"
|
|
2005
2005
|
},
|
|
2006
2006
|
"privacy": "private",
|
|
2007
|
-
"default": "'1.8.
|
|
2007
|
+
"default": "'1.8.1'",
|
|
2008
2008
|
"inheritedFrom": {
|
|
2009
2009
|
"name": "VscElement",
|
|
2010
2010
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2083,7 +2083,7 @@
|
|
|
2083
2083
|
"type": {
|
|
2084
2084
|
"text": "CSSResultGroup"
|
|
2085
2085
|
},
|
|
2086
|
-
"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; } `, ]"
|
|
2086
|
+
"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; } `, ]"
|
|
2087
2087
|
}
|
|
2088
2088
|
],
|
|
2089
2089
|
"exports": [
|
|
@@ -2194,7 +2194,7 @@
|
|
|
2194
2194
|
"text": "string"
|
|
2195
2195
|
},
|
|
2196
2196
|
"privacy": "private",
|
|
2197
|
-
"default": "'1.8.
|
|
2197
|
+
"default": "'1.8.1'",
|
|
2198
2198
|
"inheritedFrom": {
|
|
2199
2199
|
"name": "VscElement",
|
|
2200
2200
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2330,7 +2330,7 @@
|
|
|
2330
2330
|
"text": "string"
|
|
2331
2331
|
},
|
|
2332
2332
|
"privacy": "private",
|
|
2333
|
-
"default": "'1.8.
|
|
2333
|
+
"default": "'1.8.1'",
|
|
2334
2334
|
"inheritedFrom": {
|
|
2335
2335
|
"name": "VscElement",
|
|
2336
2336
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2548,7 +2548,7 @@
|
|
|
2548
2548
|
"text": "string"
|
|
2549
2549
|
},
|
|
2550
2550
|
"privacy": "private",
|
|
2551
|
-
"default": "'1.8.
|
|
2551
|
+
"default": "'1.8.1'",
|
|
2552
2552
|
"inheritedFrom": {
|
|
2553
2553
|
"name": "VscElement",
|
|
2554
2554
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2680,7 +2680,7 @@
|
|
|
2680
2680
|
"text": "string"
|
|
2681
2681
|
},
|
|
2682
2682
|
"privacy": "private",
|
|
2683
|
-
"default": "'1.8.
|
|
2683
|
+
"default": "'1.8.1'",
|
|
2684
2684
|
"inheritedFrom": {
|
|
2685
2685
|
"name": "VscElement",
|
|
2686
2686
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2780,7 +2780,7 @@
|
|
|
2780
2780
|
"text": "string"
|
|
2781
2781
|
},
|
|
2782
2782
|
"privacy": "private",
|
|
2783
|
-
"default": "'1.8.
|
|
2783
|
+
"default": "'1.8.1'",
|
|
2784
2784
|
"inheritedFrom": {
|
|
2785
2785
|
"name": "VscElement",
|
|
2786
2786
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2978,7 +2978,7 @@
|
|
|
2978
2978
|
"text": "string"
|
|
2979
2979
|
},
|
|
2980
2980
|
"privacy": "private",
|
|
2981
|
-
"default": "'1.8.
|
|
2981
|
+
"default": "'1.8.1'",
|
|
2982
2982
|
"inheritedFrom": {
|
|
2983
2983
|
"name": "VscElement",
|
|
2984
2984
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3198,7 +3198,7 @@
|
|
|
3198
3198
|
"text": "string"
|
|
3199
3199
|
},
|
|
3200
3200
|
"privacy": "private",
|
|
3201
|
-
"default": "'1.8.
|
|
3201
|
+
"default": "'1.8.1'",
|
|
3202
3202
|
"inheritedFrom": {
|
|
3203
3203
|
"name": "VscElement",
|
|
3204
3204
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4283,7 +4283,7 @@
|
|
|
4283
4283
|
"text": "string"
|
|
4284
4284
|
},
|
|
4285
4285
|
"privacy": "private",
|
|
4286
|
-
"default": "'1.8.
|
|
4286
|
+
"default": "'1.8.1'",
|
|
4287
4287
|
"inheritedFrom": {
|
|
4288
4288
|
"name": "VscElement",
|
|
4289
4289
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4539,7 +4539,7 @@
|
|
|
4539
4539
|
"text": "string"
|
|
4540
4540
|
},
|
|
4541
4541
|
"privacy": "private",
|
|
4542
|
-
"default": "'1.8.
|
|
4542
|
+
"default": "'1.8.1'",
|
|
4543
4543
|
"inheritedFrom": {
|
|
4544
4544
|
"name": "VscElement",
|
|
4545
4545
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4687,7 +4687,7 @@
|
|
|
4687
4687
|
"text": "string"
|
|
4688
4688
|
},
|
|
4689
4689
|
"privacy": "private",
|
|
4690
|
-
"default": "'1.8.
|
|
4690
|
+
"default": "'1.8.1'",
|
|
4691
4691
|
"inheritedFrom": {
|
|
4692
4692
|
"name": "VscElement",
|
|
4693
4693
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5154,7 +5154,7 @@
|
|
|
5154
5154
|
"text": "string"
|
|
5155
5155
|
},
|
|
5156
5156
|
"privacy": "private",
|
|
5157
|
-
"default": "'1.8.
|
|
5157
|
+
"default": "'1.8.1'",
|
|
5158
5158
|
"inheritedFrom": {
|
|
5159
5159
|
"name": "VscElement",
|
|
5160
5160
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5473,7 +5473,7 @@
|
|
|
5473
5473
|
"text": "string"
|
|
5474
5474
|
},
|
|
5475
5475
|
"privacy": "private",
|
|
5476
|
-
"default": "'1.8.
|
|
5476
|
+
"default": "'1.8.1'",
|
|
5477
5477
|
"inheritedFrom": {
|
|
5478
5478
|
"name": "VscElement",
|
|
5479
5479
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5864,7 +5864,7 @@
|
|
|
5864
5864
|
"text": "string"
|
|
5865
5865
|
},
|
|
5866
5866
|
"privacy": "private",
|
|
5867
|
-
"default": "'1.8.
|
|
5867
|
+
"default": "'1.8.1'",
|
|
5868
5868
|
"inheritedFrom": {
|
|
5869
5869
|
"name": "VscElement",
|
|
5870
5870
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6919,7 +6919,7 @@
|
|
|
6919
6919
|
"text": "string"
|
|
6920
6920
|
},
|
|
6921
6921
|
"privacy": "private",
|
|
6922
|
-
"default": "'1.8.
|
|
6922
|
+
"default": "'1.8.1'",
|
|
6923
6923
|
"inheritedFrom": {
|
|
6924
6924
|
"name": "VscElement",
|
|
6925
6925
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7418,15 +7418,12 @@
|
|
|
7418
7418
|
{
|
|
7419
7419
|
"kind": "method",
|
|
7420
7420
|
"name": "_fixedPanePropChanged",
|
|
7421
|
-
"privacy": "private"
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
}
|
|
7428
|
-
}
|
|
7429
|
-
]
|
|
7421
|
+
"privacy": "private"
|
|
7422
|
+
},
|
|
7423
|
+
{
|
|
7424
|
+
"kind": "method",
|
|
7425
|
+
"name": "_initFixedPane",
|
|
7426
|
+
"privacy": "private"
|
|
7430
7427
|
},
|
|
7431
7428
|
{
|
|
7432
7429
|
"kind": "field",
|
|
@@ -7510,7 +7507,7 @@
|
|
|
7510
7507
|
"text": "string"
|
|
7511
7508
|
},
|
|
7512
7509
|
"privacy": "private",
|
|
7513
|
-
"default": "'1.8.
|
|
7510
|
+
"default": "'1.8.1'",
|
|
7514
7511
|
"inheritedFrom": {
|
|
7515
7512
|
"name": "VscElement",
|
|
7516
7513
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7712,7 +7709,7 @@
|
|
|
7712
7709
|
"text": "string"
|
|
7713
7710
|
},
|
|
7714
7711
|
"privacy": "private",
|
|
7715
|
-
"default": "'1.8.
|
|
7712
|
+
"default": "'1.8.1'",
|
|
7716
7713
|
"inheritedFrom": {
|
|
7717
7714
|
"name": "VscElement",
|
|
7718
7715
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7844,7 +7841,7 @@
|
|
|
7844
7841
|
"text": "string"
|
|
7845
7842
|
},
|
|
7846
7843
|
"privacy": "private",
|
|
7847
|
-
"default": "'1.8.
|
|
7844
|
+
"default": "'1.8.1'",
|
|
7848
7845
|
"inheritedFrom": {
|
|
7849
7846
|
"name": "VscElement",
|
|
7850
7847
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8534,7 +8531,7 @@
|
|
|
8534
8531
|
"text": "string"
|
|
8535
8532
|
},
|
|
8536
8533
|
"privacy": "private",
|
|
8537
|
-
"default": "'1.8.
|
|
8534
|
+
"default": "'1.8.1'",
|
|
8538
8535
|
"inheritedFrom": {
|
|
8539
8536
|
"name": "VscElement",
|
|
8540
8537
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8718,7 +8715,7 @@
|
|
|
8718
8715
|
"text": "string"
|
|
8719
8716
|
},
|
|
8720
8717
|
"privacy": "private",
|
|
8721
|
-
"default": "'1.8.
|
|
8718
|
+
"default": "'1.8.1'",
|
|
8722
8719
|
"inheritedFrom": {
|
|
8723
8720
|
"name": "VscElement",
|
|
8724
8721
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8837,7 +8834,7 @@
|
|
|
8837
8834
|
"text": "string"
|
|
8838
8835
|
},
|
|
8839
8836
|
"privacy": "private",
|
|
8840
|
-
"default": "'1.8.
|
|
8837
|
+
"default": "'1.8.1'",
|
|
8841
8838
|
"inheritedFrom": {
|
|
8842
8839
|
"name": "VscElement",
|
|
8843
8840
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8947,7 +8944,7 @@
|
|
|
8947
8944
|
"text": "string"
|
|
8948
8945
|
},
|
|
8949
8946
|
"privacy": "private",
|
|
8950
|
-
"default": "'1.8.
|
|
8947
|
+
"default": "'1.8.1'",
|
|
8951
8948
|
"inheritedFrom": {
|
|
8952
8949
|
"name": "VscElement",
|
|
8953
8950
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9042,7 +9039,7 @@
|
|
|
9042
9039
|
"text": "string"
|
|
9043
9040
|
},
|
|
9044
9041
|
"privacy": "private",
|
|
9045
|
-
"default": "'1.8.
|
|
9042
|
+
"default": "'1.8.1'",
|
|
9046
9043
|
"inheritedFrom": {
|
|
9047
9044
|
"name": "VscElement",
|
|
9048
9045
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9131,7 +9128,7 @@
|
|
|
9131
9128
|
"text": "string"
|
|
9132
9129
|
},
|
|
9133
9130
|
"privacy": "private",
|
|
9134
|
-
"default": "'1.8.
|
|
9131
|
+
"default": "'1.8.1'",
|
|
9135
9132
|
"inheritedFrom": {
|
|
9136
9133
|
"name": "VscElement",
|
|
9137
9134
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9380,7 +9377,7 @@
|
|
|
9380
9377
|
"text": "string"
|
|
9381
9378
|
},
|
|
9382
9379
|
"privacy": "private",
|
|
9383
|
-
"default": "'1.8.
|
|
9380
|
+
"default": "'1.8.1'",
|
|
9384
9381
|
"inheritedFrom": {
|
|
9385
9382
|
"name": "VscElement",
|
|
9386
9383
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9469,7 +9466,7 @@
|
|
|
9469
9466
|
"type": {
|
|
9470
9467
|
"text": "CSSResultGroup"
|
|
9471
9468
|
},
|
|
9472
|
-
"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; } `, ]"
|
|
9469
|
+
"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; } `, ]"
|
|
9473
9470
|
}
|
|
9474
9471
|
],
|
|
9475
9472
|
"exports": [
|
|
@@ -9888,7 +9885,7 @@
|
|
|
9888
9885
|
"text": "string"
|
|
9889
9886
|
},
|
|
9890
9887
|
"privacy": "private",
|
|
9891
|
-
"default": "'1.8.
|
|
9888
|
+
"default": "'1.8.1'",
|
|
9892
9889
|
"inheritedFrom": {
|
|
9893
9890
|
"name": "VscElement",
|
|
9894
9891
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10108,7 +10105,7 @@
|
|
|
10108
10105
|
"type": {
|
|
10109
10106
|
"text": "CSSResultGroup"
|
|
10110
10107
|
},
|
|
10111
|
-
"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
|
|
10108
|
+
"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); } `, ]"
|
|
10112
10109
|
}
|
|
10113
10110
|
],
|
|
10114
10111
|
"exports": [
|
|
@@ -10521,7 +10518,7 @@
|
|
|
10521
10518
|
"text": "string"
|
|
10522
10519
|
},
|
|
10523
10520
|
"privacy": "private",
|
|
10524
|
-
"default": "'1.8.
|
|
10521
|
+
"default": "'1.8.1'",
|
|
10525
10522
|
"inheritedFrom": {
|
|
10526
10523
|
"name": "VscElement",
|
|
10527
10524
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10758,7 +10755,7 @@
|
|
|
10758
10755
|
"type": {
|
|
10759
10756
|
"text": "CSSResultGroup"
|
|
10760
10757
|
},
|
|
10761
|
-
"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); } `, ]"
|
|
10758
|
+
"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); } `, ]"
|
|
10762
10759
|
}
|
|
10763
10760
|
],
|
|
10764
10761
|
"exports": [
|
|
@@ -11259,7 +11256,7 @@
|
|
|
11259
11256
|
"text": "string"
|
|
11260
11257
|
},
|
|
11261
11258
|
"privacy": "private",
|
|
11262
|
-
"default": "'1.8.
|
|
11259
|
+
"default": "'1.8.1'",
|
|
11263
11260
|
"inheritedFrom": {
|
|
11264
11261
|
"name": "VscElement",
|
|
11265
11262
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11429,7 +11426,7 @@
|
|
|
11429
11426
|
"text": "string"
|
|
11430
11427
|
},
|
|
11431
11428
|
"privacy": "private",
|
|
11432
|
-
"default": "'1.8.
|
|
11429
|
+
"default": "'1.8.1'",
|
|
11433
11430
|
"inheritedFrom": {
|
|
11434
11431
|
"name": "VscElement",
|
|
11435
11432
|
"module": "src/includes/VscElement.ts"
|
|
@@ -12398,7 +12395,7 @@
|
|
|
12398
12395
|
"text": "string"
|
|
12399
12396
|
},
|
|
12400
12397
|
"privacy": "private",
|
|
12401
|
-
"default": "'1.8.
|
|
12398
|
+
"default": "'1.8.1'",
|
|
12402
12399
|
"inheritedFrom": {
|
|
12403
12400
|
"name": "VscElement",
|
|
12404
12401
|
"module": "src/includes/VscElement.ts"
|