@vscode-elements/elements 1.8.0 → 1.9.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 +127 -66
- package/dist/bundled.js +83 -66
- 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 +4 -3
- 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.d.ts +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.js +5 -4
- package/dist/vscode-checkbox/vscode-checkbox.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/vscode-context-menu.d.ts +4 -0
- package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.js +16 -5
- package/dist/vscode-context-menu/vscode-context-menu.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-multi-select/vscode-multi-select.d.ts +3 -1
- package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js +26 -2
- package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
- package/dist/vscode-radio/vscode-radio.d.ts +1 -1
- package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
- package/dist/vscode-radio/vscode-radio.js +5 -4
- package/dist/vscode-radio/vscode-radio.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.d.ts +1 -0
- package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +11 -0
- package/dist/vscode-single-select/vscode-single-select.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/vscode.html-custom-data.json +10 -3
package/custom-elements.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"text": "string"
|
|
25
25
|
},
|
|
26
26
|
"privacy": "private",
|
|
27
|
-
"default": "'1.
|
|
27
|
+
"default": "'1.9.0'"
|
|
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.
|
|
418
|
+
"default": "'1.9.0'",
|
|
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.
|
|
746
|
+
"default": "'1.9.0'",
|
|
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.
|
|
1284
|
+
"default": "'1.9.0'",
|
|
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.
|
|
1502
|
+
"default": "'1.9.0'",
|
|
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.
|
|
1695
|
+
"default": "'1.9.0'",
|
|
1696
1696
|
"inheritedFrom": {
|
|
1697
1697
|
"name": "VscElement",
|
|
1698
1698
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1836,6 +1836,17 @@
|
|
|
1836
1836
|
"text": "MenuItemData[]"
|
|
1837
1837
|
}
|
|
1838
1838
|
},
|
|
1839
|
+
{
|
|
1840
|
+
"kind": "field",
|
|
1841
|
+
"name": "preventClose",
|
|
1842
|
+
"type": {
|
|
1843
|
+
"text": "boolean"
|
|
1844
|
+
},
|
|
1845
|
+
"default": "false",
|
|
1846
|
+
"description": "By default, the menu closes when an item is clicked. This attribute prevents the menu from closing.",
|
|
1847
|
+
"attribute": "prevent-close",
|
|
1848
|
+
"reflects": true
|
|
1849
|
+
},
|
|
1839
1850
|
{
|
|
1840
1851
|
"kind": "field",
|
|
1841
1852
|
"name": "show",
|
|
@@ -2004,7 +2015,7 @@
|
|
|
2004
2015
|
"text": "string"
|
|
2005
2016
|
},
|
|
2006
2017
|
"privacy": "private",
|
|
2007
|
-
"default": "'1.
|
|
2018
|
+
"default": "'1.9.0'",
|
|
2008
2019
|
"inheritedFrom": {
|
|
2009
2020
|
"name": "VscElement",
|
|
2010
2021
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2038,6 +2049,15 @@
|
|
|
2038
2049
|
}
|
|
2039
2050
|
],
|
|
2040
2051
|
"attributes": [
|
|
2052
|
+
{
|
|
2053
|
+
"name": "prevent-close",
|
|
2054
|
+
"type": {
|
|
2055
|
+
"text": "boolean"
|
|
2056
|
+
},
|
|
2057
|
+
"default": "false",
|
|
2058
|
+
"description": "By default, the menu closes when an item is clicked. This attribute prevents the menu from closing.",
|
|
2059
|
+
"fieldName": "preventClose"
|
|
2060
|
+
},
|
|
2041
2061
|
{
|
|
2042
2062
|
"name": "show",
|
|
2043
2063
|
"type": {
|
|
@@ -2083,7 +2103,7 @@
|
|
|
2083
2103
|
"type": {
|
|
2084
2104
|
"text": "CSSResultGroup"
|
|
2085
2105
|
},
|
|
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; } `, ]"
|
|
2106
|
+
"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
2107
|
}
|
|
2088
2108
|
],
|
|
2089
2109
|
"exports": [
|
|
@@ -2194,7 +2214,7 @@
|
|
|
2194
2214
|
"text": "string"
|
|
2195
2215
|
},
|
|
2196
2216
|
"privacy": "private",
|
|
2197
|
-
"default": "'1.
|
|
2217
|
+
"default": "'1.9.0'",
|
|
2198
2218
|
"inheritedFrom": {
|
|
2199
2219
|
"name": "VscElement",
|
|
2200
2220
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2330,7 +2350,7 @@
|
|
|
2330
2350
|
"text": "string"
|
|
2331
2351
|
},
|
|
2332
2352
|
"privacy": "private",
|
|
2333
|
-
"default": "'1.
|
|
2353
|
+
"default": "'1.9.0'",
|
|
2334
2354
|
"inheritedFrom": {
|
|
2335
2355
|
"name": "VscElement",
|
|
2336
2356
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2548,7 +2568,7 @@
|
|
|
2548
2568
|
"text": "string"
|
|
2549
2569
|
},
|
|
2550
2570
|
"privacy": "private",
|
|
2551
|
-
"default": "'1.
|
|
2571
|
+
"default": "'1.9.0'",
|
|
2552
2572
|
"inheritedFrom": {
|
|
2553
2573
|
"name": "VscElement",
|
|
2554
2574
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2680,7 +2700,7 @@
|
|
|
2680
2700
|
"text": "string"
|
|
2681
2701
|
},
|
|
2682
2702
|
"privacy": "private",
|
|
2683
|
-
"default": "'1.
|
|
2703
|
+
"default": "'1.9.0'",
|
|
2684
2704
|
"inheritedFrom": {
|
|
2685
2705
|
"name": "VscElement",
|
|
2686
2706
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2780,7 +2800,7 @@
|
|
|
2780
2800
|
"text": "string"
|
|
2781
2801
|
},
|
|
2782
2802
|
"privacy": "private",
|
|
2783
|
-
"default": "'1.
|
|
2803
|
+
"default": "'1.9.0'",
|
|
2784
2804
|
"inheritedFrom": {
|
|
2785
2805
|
"name": "VscElement",
|
|
2786
2806
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2978,7 +2998,7 @@
|
|
|
2978
2998
|
"text": "string"
|
|
2979
2999
|
},
|
|
2980
3000
|
"privacy": "private",
|
|
2981
|
-
"default": "'1.
|
|
3001
|
+
"default": "'1.9.0'",
|
|
2982
3002
|
"inheritedFrom": {
|
|
2983
3003
|
"name": "VscElement",
|
|
2984
3004
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3198,7 +3218,7 @@
|
|
|
3198
3218
|
"text": "string"
|
|
3199
3219
|
},
|
|
3200
3220
|
"privacy": "private",
|
|
3201
|
-
"default": "'1.
|
|
3221
|
+
"default": "'1.9.0'",
|
|
3202
3222
|
"inheritedFrom": {
|
|
3203
3223
|
"name": "VscElement",
|
|
3204
3224
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3492,6 +3512,29 @@
|
|
|
3492
3512
|
"name": "_setFormValue",
|
|
3493
3513
|
"privacy": "private"
|
|
3494
3514
|
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "field",
|
|
3517
|
+
"name": "_requestedValueToSetLater",
|
|
3518
|
+
"type": {
|
|
3519
|
+
"text": "string[]"
|
|
3520
|
+
},
|
|
3521
|
+
"privacy": "private",
|
|
3522
|
+
"default": "[]"
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "method",
|
|
3526
|
+
"name": "_onSlotChange",
|
|
3527
|
+
"privacy": "protected",
|
|
3528
|
+
"return": {
|
|
3529
|
+
"type": {
|
|
3530
|
+
"text": "void"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
"inheritedFrom": {
|
|
3534
|
+
"name": "VscodeSelectBase",
|
|
3535
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3495
3538
|
{
|
|
3496
3539
|
"kind": "method",
|
|
3497
3540
|
"name": "_onOptionClick",
|
|
@@ -4186,20 +4229,6 @@
|
|
|
4186
4229
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4187
4230
|
}
|
|
4188
4231
|
},
|
|
4189
|
-
{
|
|
4190
|
-
"kind": "method",
|
|
4191
|
-
"name": "_onSlotChange",
|
|
4192
|
-
"privacy": "protected",
|
|
4193
|
-
"return": {
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "void"
|
|
4196
|
-
}
|
|
4197
|
-
},
|
|
4198
|
-
"inheritedFrom": {
|
|
4199
|
-
"name": "VscodeSelectBase",
|
|
4200
|
-
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4201
|
-
}
|
|
4202
|
-
},
|
|
4203
4232
|
{
|
|
4204
4233
|
"kind": "method",
|
|
4205
4234
|
"name": "_onComboboxInputFocus",
|
|
@@ -4283,7 +4312,7 @@
|
|
|
4283
4312
|
"text": "string"
|
|
4284
4313
|
},
|
|
4285
4314
|
"privacy": "private",
|
|
4286
|
-
"default": "'1.
|
|
4315
|
+
"default": "'1.9.0'",
|
|
4287
4316
|
"inheritedFrom": {
|
|
4288
4317
|
"name": "VscElement",
|
|
4289
4318
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4447,6 +4476,16 @@
|
|
|
4447
4476
|
"name": "VscodeSelectBase",
|
|
4448
4477
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4449
4478
|
}
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "input",
|
|
4482
|
+
"type": {
|
|
4483
|
+
"text": "Event"
|
|
4484
|
+
},
|
|
4485
|
+
"inheritedFrom": {
|
|
4486
|
+
"name": "VscodeSelectBase",
|
|
4487
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4488
|
+
}
|
|
4450
4489
|
}
|
|
4451
4490
|
]
|
|
4452
4491
|
}
|
|
@@ -4539,7 +4578,7 @@
|
|
|
4539
4578
|
"text": "string"
|
|
4540
4579
|
},
|
|
4541
4580
|
"privacy": "private",
|
|
4542
|
-
"default": "'1.
|
|
4581
|
+
"default": "'1.9.0'",
|
|
4543
4582
|
"inheritedFrom": {
|
|
4544
4583
|
"name": "VscElement",
|
|
4545
4584
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4687,7 +4726,7 @@
|
|
|
4687
4726
|
"text": "string"
|
|
4688
4727
|
},
|
|
4689
4728
|
"privacy": "private",
|
|
4690
|
-
"default": "'1.
|
|
4729
|
+
"default": "'1.9.0'",
|
|
4691
4730
|
"inheritedFrom": {
|
|
4692
4731
|
"name": "VscElement",
|
|
4693
4732
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5154,7 +5193,7 @@
|
|
|
5154
5193
|
"text": "string"
|
|
5155
5194
|
},
|
|
5156
5195
|
"privacy": "private",
|
|
5157
|
-
"default": "'1.
|
|
5196
|
+
"default": "'1.9.0'",
|
|
5158
5197
|
"inheritedFrom": {
|
|
5159
5198
|
"name": "VscElement",
|
|
5160
5199
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5473,7 +5512,7 @@
|
|
|
5473
5512
|
"text": "string"
|
|
5474
5513
|
},
|
|
5475
5514
|
"privacy": "private",
|
|
5476
|
-
"default": "'1.
|
|
5515
|
+
"default": "'1.9.0'",
|
|
5477
5516
|
"inheritedFrom": {
|
|
5478
5517
|
"name": "VscElement",
|
|
5479
5518
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5864,7 +5903,7 @@
|
|
|
5864
5903
|
"text": "string"
|
|
5865
5904
|
},
|
|
5866
5905
|
"privacy": "private",
|
|
5867
|
-
"default": "'1.
|
|
5906
|
+
"default": "'1.9.0'",
|
|
5868
5907
|
"inheritedFrom": {
|
|
5869
5908
|
"name": "VscElement",
|
|
5870
5909
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6158,6 +6197,15 @@
|
|
|
6158
6197
|
},
|
|
6159
6198
|
"readonly": true
|
|
6160
6199
|
},
|
|
6200
|
+
{
|
|
6201
|
+
"kind": "field",
|
|
6202
|
+
"name": "_requestedValueToSetLater",
|
|
6203
|
+
"type": {
|
|
6204
|
+
"text": "string"
|
|
6205
|
+
},
|
|
6206
|
+
"privacy": "private",
|
|
6207
|
+
"default": "''"
|
|
6208
|
+
},
|
|
6161
6209
|
{
|
|
6162
6210
|
"kind": "method",
|
|
6163
6211
|
"name": "_onSlotChange",
|
|
@@ -6919,7 +6967,7 @@
|
|
|
6919
6967
|
"text": "string"
|
|
6920
6968
|
},
|
|
6921
6969
|
"privacy": "private",
|
|
6922
|
-
"default": "'1.
|
|
6970
|
+
"default": "'1.9.0'",
|
|
6923
6971
|
"inheritedFrom": {
|
|
6924
6972
|
"name": "VscElement",
|
|
6925
6973
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7090,6 +7138,16 @@
|
|
|
7090
7138
|
"name": "VscodeSelectBase",
|
|
7091
7139
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
7092
7140
|
}
|
|
7141
|
+
},
|
|
7142
|
+
{
|
|
7143
|
+
"name": "input",
|
|
7144
|
+
"type": {
|
|
7145
|
+
"text": "Event"
|
|
7146
|
+
},
|
|
7147
|
+
"inheritedFrom": {
|
|
7148
|
+
"name": "VscodeSelectBase",
|
|
7149
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
7150
|
+
}
|
|
7093
7151
|
}
|
|
7094
7152
|
]
|
|
7095
7153
|
}
|
|
@@ -7418,15 +7476,12 @@
|
|
|
7418
7476
|
{
|
|
7419
7477
|
"kind": "method",
|
|
7420
7478
|
"name": "_fixedPanePropChanged",
|
|
7421
|
-
"privacy": "private"
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
}
|
|
7428
|
-
}
|
|
7429
|
-
]
|
|
7479
|
+
"privacy": "private"
|
|
7480
|
+
},
|
|
7481
|
+
{
|
|
7482
|
+
"kind": "method",
|
|
7483
|
+
"name": "_initFixedPane",
|
|
7484
|
+
"privacy": "private"
|
|
7430
7485
|
},
|
|
7431
7486
|
{
|
|
7432
7487
|
"kind": "field",
|
|
@@ -7510,7 +7565,7 @@
|
|
|
7510
7565
|
"text": "string"
|
|
7511
7566
|
},
|
|
7512
7567
|
"privacy": "private",
|
|
7513
|
-
"default": "'1.
|
|
7568
|
+
"default": "'1.9.0'",
|
|
7514
7569
|
"inheritedFrom": {
|
|
7515
7570
|
"name": "VscElement",
|
|
7516
7571
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7712,7 +7767,7 @@
|
|
|
7712
7767
|
"text": "string"
|
|
7713
7768
|
},
|
|
7714
7769
|
"privacy": "private",
|
|
7715
|
-
"default": "'1.
|
|
7770
|
+
"default": "'1.9.0'",
|
|
7716
7771
|
"inheritedFrom": {
|
|
7717
7772
|
"name": "VscElement",
|
|
7718
7773
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7844,7 +7899,7 @@
|
|
|
7844
7899
|
"text": "string"
|
|
7845
7900
|
},
|
|
7846
7901
|
"privacy": "private",
|
|
7847
|
-
"default": "'1.
|
|
7902
|
+
"default": "'1.9.0'",
|
|
7848
7903
|
"inheritedFrom": {
|
|
7849
7904
|
"name": "VscElement",
|
|
7850
7905
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8534,7 +8589,7 @@
|
|
|
8534
8589
|
"text": "string"
|
|
8535
8590
|
},
|
|
8536
8591
|
"privacy": "private",
|
|
8537
|
-
"default": "'1.
|
|
8592
|
+
"default": "'1.9.0'",
|
|
8538
8593
|
"inheritedFrom": {
|
|
8539
8594
|
"name": "VscElement",
|
|
8540
8595
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8718,7 +8773,7 @@
|
|
|
8718
8773
|
"text": "string"
|
|
8719
8774
|
},
|
|
8720
8775
|
"privacy": "private",
|
|
8721
|
-
"default": "'1.
|
|
8776
|
+
"default": "'1.9.0'",
|
|
8722
8777
|
"inheritedFrom": {
|
|
8723
8778
|
"name": "VscElement",
|
|
8724
8779
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8837,7 +8892,7 @@
|
|
|
8837
8892
|
"text": "string"
|
|
8838
8893
|
},
|
|
8839
8894
|
"privacy": "private",
|
|
8840
|
-
"default": "'1.
|
|
8895
|
+
"default": "'1.9.0'",
|
|
8841
8896
|
"inheritedFrom": {
|
|
8842
8897
|
"name": "VscElement",
|
|
8843
8898
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8947,7 +9002,7 @@
|
|
|
8947
9002
|
"text": "string"
|
|
8948
9003
|
},
|
|
8949
9004
|
"privacy": "private",
|
|
8950
|
-
"default": "'1.
|
|
9005
|
+
"default": "'1.9.0'",
|
|
8951
9006
|
"inheritedFrom": {
|
|
8952
9007
|
"name": "VscElement",
|
|
8953
9008
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9042,7 +9097,7 @@
|
|
|
9042
9097
|
"text": "string"
|
|
9043
9098
|
},
|
|
9044
9099
|
"privacy": "private",
|
|
9045
|
-
"default": "'1.
|
|
9100
|
+
"default": "'1.9.0'",
|
|
9046
9101
|
"inheritedFrom": {
|
|
9047
9102
|
"name": "VscElement",
|
|
9048
9103
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9131,7 +9186,7 @@
|
|
|
9131
9186
|
"text": "string"
|
|
9132
9187
|
},
|
|
9133
9188
|
"privacy": "private",
|
|
9134
|
-
"default": "'1.
|
|
9189
|
+
"default": "'1.9.0'",
|
|
9135
9190
|
"inheritedFrom": {
|
|
9136
9191
|
"name": "VscElement",
|
|
9137
9192
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9380,7 +9435,7 @@
|
|
|
9380
9435
|
"text": "string"
|
|
9381
9436
|
},
|
|
9382
9437
|
"privacy": "private",
|
|
9383
|
-
"default": "'1.
|
|
9438
|
+
"default": "'1.9.0'",
|
|
9384
9439
|
"inheritedFrom": {
|
|
9385
9440
|
"name": "VscElement",
|
|
9386
9441
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9469,7 +9524,7 @@
|
|
|
9469
9524
|
"type": {
|
|
9470
9525
|
"text": "CSSResultGroup"
|
|
9471
9526
|
},
|
|
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; } `, ]"
|
|
9527
|
+
"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
9528
|
}
|
|
9474
9529
|
],
|
|
9475
9530
|
"exports": [
|
|
@@ -9888,7 +9943,7 @@
|
|
|
9888
9943
|
"text": "string"
|
|
9889
9944
|
},
|
|
9890
9945
|
"privacy": "private",
|
|
9891
|
-
"default": "'1.
|
|
9946
|
+
"default": "'1.9.0'",
|
|
9892
9947
|
"inheritedFrom": {
|
|
9893
9948
|
"name": "VscElement",
|
|
9894
9949
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10108,7 +10163,7 @@
|
|
|
10108
10163
|
"type": {
|
|
10109
10164
|
"text": "CSSResultGroup"
|
|
10110
10165
|
},
|
|
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
|
|
10166
|
+
"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
10167
|
}
|
|
10113
10168
|
],
|
|
10114
10169
|
"exports": [
|
|
@@ -10521,7 +10576,7 @@
|
|
|
10521
10576
|
"text": "string"
|
|
10522
10577
|
},
|
|
10523
10578
|
"privacy": "private",
|
|
10524
|
-
"default": "'1.
|
|
10579
|
+
"default": "'1.9.0'",
|
|
10525
10580
|
"inheritedFrom": {
|
|
10526
10581
|
"name": "VscElement",
|
|
10527
10582
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10758,7 +10813,7 @@
|
|
|
10758
10813
|
"type": {
|
|
10759
10814
|
"text": "CSSResultGroup"
|
|
10760
10815
|
},
|
|
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); } `, ]"
|
|
10816
|
+
"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
10817
|
}
|
|
10763
10818
|
],
|
|
10764
10819
|
"exports": [
|
|
@@ -11259,7 +11314,7 @@
|
|
|
11259
11314
|
"text": "string"
|
|
11260
11315
|
},
|
|
11261
11316
|
"privacy": "private",
|
|
11262
|
-
"default": "'1.
|
|
11317
|
+
"default": "'1.9.0'",
|
|
11263
11318
|
"inheritedFrom": {
|
|
11264
11319
|
"name": "VscElement",
|
|
11265
11320
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11429,7 +11484,7 @@
|
|
|
11429
11484
|
"text": "string"
|
|
11430
11485
|
},
|
|
11431
11486
|
"privacy": "private",
|
|
11432
|
-
"default": "'1.
|
|
11487
|
+
"default": "'1.9.0'",
|
|
11433
11488
|
"inheritedFrom": {
|
|
11434
11489
|
"name": "VscElement",
|
|
11435
11490
|
"module": "src/includes/VscElement.ts"
|
|
@@ -12398,7 +12453,7 @@
|
|
|
12398
12453
|
"text": "string"
|
|
12399
12454
|
},
|
|
12400
12455
|
"privacy": "private",
|
|
12401
|
-
"default": "'1.
|
|
12456
|
+
"default": "'1.9.0'",
|
|
12402
12457
|
"inheritedFrom": {
|
|
12403
12458
|
"name": "VscElement",
|
|
12404
12459
|
"module": "src/includes/VscElement.ts"
|
|
@@ -12428,6 +12483,12 @@
|
|
|
12428
12483
|
"type": {
|
|
12429
12484
|
"text": "Event"
|
|
12430
12485
|
}
|
|
12486
|
+
},
|
|
12487
|
+
{
|
|
12488
|
+
"name": "input",
|
|
12489
|
+
"type": {
|
|
12490
|
+
"text": "Event"
|
|
12491
|
+
}
|
|
12431
12492
|
}
|
|
12432
12493
|
],
|
|
12433
12494
|
"attributes": [
|