@vscode-elements/elements 1.7.1 → 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 +390 -86
- package/dist/bundled.js +118 -83
- 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 +32 -0
- package/dist/includes/test-helpers.d.ts.map +1 -0
- package/dist/includes/test-helpers.js +76 -0
- package/dist/includes/test-helpers.js.map +1 -0
- package/dist/includes/vscode-select/styles.d.ts.map +1 -1
- package/dist/includes/vscode-select/styles.js +12 -14
- package/dist/includes/vscode-select/styles.js.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.d.ts +2 -2
- package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.js +4 -4
- 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/vscode-context-menu.d.ts +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.js +1 -1
- 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-divider/vscode-divider.d.ts +1 -1
- package/dist/vscode-divider/vscode-divider.d.ts.map +1 -1
- package/dist/vscode-divider/vscode-divider.js +2 -2
- package/dist/vscode-divider/vscode-divider.js.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.js +2 -2
- package/dist/vscode-progress-ring/vscode-progress-ring.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 +0 -1
- package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +1 -5
- 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 +65 -12
- package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.js +244 -110
- package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.styles.d.ts.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.styles.js +29 -11
- package/dist/vscode-split-layout/vscode-split-layout.styles.js.map +1 -1
- package/dist/vscode-tab-header/vscode-tab-header.styles.js +1 -1
- package/dist/vscode-tab-header/vscode-tab-header.styles.js.map +1 -1
- package/dist/vscode-table/vscode-table.d.ts +1 -1
- package/dist/vscode-table/vscode-table.d.ts.map +1 -1
- package/dist/vscode-table/vscode-table.js +1 -1
- package/dist/vscode-table/vscode-table.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.d.ts +15 -0
- package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.js +15 -0
- package/dist/vscode-textfield/vscode-textfield.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 +35 -8
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.8.1'"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "field",
|
|
@@ -115,6 +115,127 @@
|
|
|
115
115
|
}
|
|
116
116
|
]
|
|
117
117
|
},
|
|
118
|
+
{
|
|
119
|
+
"kind": "javascript-module",
|
|
120
|
+
"path": "src/includes/test-helpers.ts",
|
|
121
|
+
"declarations": [
|
|
122
|
+
{
|
|
123
|
+
"kind": "function",
|
|
124
|
+
"name": "clickOnElement",
|
|
125
|
+
"parameters": [
|
|
126
|
+
{
|
|
127
|
+
"name": "el",
|
|
128
|
+
"type": {
|
|
129
|
+
"text": "Element"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "position",
|
|
134
|
+
"default": "'center'",
|
|
135
|
+
"type": {
|
|
136
|
+
"text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "offsetX",
|
|
141
|
+
"default": "0"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "offsetY",
|
|
145
|
+
"default": "0"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"description": "A testing utility that measures an element's position and clicks on it."
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"kind": "function",
|
|
152
|
+
"name": "moveMouseOnElement",
|
|
153
|
+
"parameters": [
|
|
154
|
+
{
|
|
155
|
+
"name": "el",
|
|
156
|
+
"type": {
|
|
157
|
+
"text": "Element"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "position",
|
|
162
|
+
"default": "'center'",
|
|
163
|
+
"type": {
|
|
164
|
+
"text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "offsetX",
|
|
169
|
+
"default": "0"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "offsetY",
|
|
173
|
+
"default": "0"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"description": "A testing utility that moves the mouse onto an element."
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"kind": "function",
|
|
180
|
+
"name": "dragElement",
|
|
181
|
+
"return": {
|
|
182
|
+
"type": {
|
|
183
|
+
"text": "Promise<void>"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"parameters": [
|
|
187
|
+
{
|
|
188
|
+
"name": "el",
|
|
189
|
+
"type": {
|
|
190
|
+
"text": "Element"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "deltaX",
|
|
195
|
+
"default": "0"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "deltaY",
|
|
199
|
+
"default": "0"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "callbacks",
|
|
203
|
+
"default": "{}",
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "{\n afterMouseDown?: () => void | Promise<void>;\n afterMouseMove?: () => void | Promise<void>;\n }"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"description": "A testing utility that drags an element with the mouse."
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"exports": [
|
|
213
|
+
{
|
|
214
|
+
"kind": "js",
|
|
215
|
+
"name": "clickOnElement",
|
|
216
|
+
"declaration": {
|
|
217
|
+
"name": "clickOnElement",
|
|
218
|
+
"module": "src/includes/test-helpers.ts"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"kind": "js",
|
|
223
|
+
"name": "moveMouseOnElement",
|
|
224
|
+
"declaration": {
|
|
225
|
+
"name": "moveMouseOnElement",
|
|
226
|
+
"module": "src/includes/test-helpers.ts"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "js",
|
|
231
|
+
"name": "dragElement",
|
|
232
|
+
"declaration": {
|
|
233
|
+
"name": "dragElement",
|
|
234
|
+
"module": "src/includes/test-helpers.ts"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
]
|
|
238
|
+
},
|
|
118
239
|
{
|
|
119
240
|
"kind": "javascript-module",
|
|
120
241
|
"path": "src/includes/themeHelpers.ts",
|
|
@@ -294,7 +415,7 @@
|
|
|
294
415
|
"text": "string"
|
|
295
416
|
},
|
|
296
417
|
"privacy": "private",
|
|
297
|
-
"default": "'1.
|
|
418
|
+
"default": "'1.8.1'",
|
|
298
419
|
"inheritedFrom": {
|
|
299
420
|
"name": "VscElement",
|
|
300
421
|
"module": "src/includes/VscElement.ts"
|
|
@@ -358,7 +479,7 @@
|
|
|
358
479
|
"type": {
|
|
359
480
|
"text": "CSSResultGroup"
|
|
360
481
|
},
|
|
361
|
-
"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; } `, ]"
|
|
362
483
|
}
|
|
363
484
|
],
|
|
364
485
|
"exports": [
|
|
@@ -622,7 +743,7 @@
|
|
|
622
743
|
"text": "string"
|
|
623
744
|
},
|
|
624
745
|
"privacy": "private",
|
|
625
|
-
"default": "'1.
|
|
746
|
+
"default": "'1.8.1'",
|
|
626
747
|
"inheritedFrom": {
|
|
627
748
|
"name": "VscElement",
|
|
628
749
|
"module": "src/includes/VscElement.ts"
|
|
@@ -797,7 +918,7 @@
|
|
|
797
918
|
"type": {
|
|
798
919
|
"text": "CSSResultGroup"
|
|
799
920
|
},
|
|
800
|
-
"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, ]"
|
|
801
922
|
}
|
|
802
923
|
],
|
|
803
924
|
"exports": [
|
|
@@ -1160,7 +1281,7 @@
|
|
|
1160
1281
|
"text": "string"
|
|
1161
1282
|
},
|
|
1162
1283
|
"privacy": "private",
|
|
1163
|
-
"default": "'1.
|
|
1284
|
+
"default": "'1.8.1'",
|
|
1164
1285
|
"inheritedFrom": {
|
|
1165
1286
|
"name": "VscElement",
|
|
1166
1287
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1378,7 +1499,7 @@
|
|
|
1378
1499
|
"text": "string"
|
|
1379
1500
|
},
|
|
1380
1501
|
"privacy": "private",
|
|
1381
|
-
"default": "'1.
|
|
1502
|
+
"default": "'1.8.1'",
|
|
1382
1503
|
"inheritedFrom": {
|
|
1383
1504
|
"name": "VscElement",
|
|
1384
1505
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1442,7 +1563,7 @@
|
|
|
1442
1563
|
"type": {
|
|
1443
1564
|
"text": "CSSResultGroup"
|
|
1444
1565
|
},
|
|
1445
|
-
"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; } `, ]"
|
|
1446
1567
|
}
|
|
1447
1568
|
],
|
|
1448
1569
|
"exports": [
|
|
@@ -1571,7 +1692,7 @@
|
|
|
1571
1692
|
"text": "string"
|
|
1572
1693
|
},
|
|
1573
1694
|
"privacy": "private",
|
|
1574
|
-
"default": "'1.
|
|
1695
|
+
"default": "'1.8.1'",
|
|
1575
1696
|
"inheritedFrom": {
|
|
1576
1697
|
"name": "VscElement",
|
|
1577
1698
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1883,7 +2004,7 @@
|
|
|
1883
2004
|
"text": "string"
|
|
1884
2005
|
},
|
|
1885
2006
|
"privacy": "private",
|
|
1886
|
-
"default": "'1.
|
|
2007
|
+
"default": "'1.8.1'",
|
|
1887
2008
|
"inheritedFrom": {
|
|
1888
2009
|
"name": "VscElement",
|
|
1889
2010
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1962,7 +2083,7 @@
|
|
|
1962
2083
|
"type": {
|
|
1963
2084
|
"text": "CSSResultGroup"
|
|
1964
2085
|
},
|
|
1965
|
-
"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; } `, ]"
|
|
1966
2087
|
}
|
|
1967
2088
|
],
|
|
1968
2089
|
"exports": [
|
|
@@ -2073,7 +2194,7 @@
|
|
|
2073
2194
|
"text": "string"
|
|
2074
2195
|
},
|
|
2075
2196
|
"privacy": "private",
|
|
2076
|
-
"default": "'1.
|
|
2197
|
+
"default": "'1.8.1'",
|
|
2077
2198
|
"inheritedFrom": {
|
|
2078
2199
|
"name": "VscElement",
|
|
2079
2200
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2209,7 +2330,7 @@
|
|
|
2209
2330
|
"text": "string"
|
|
2210
2331
|
},
|
|
2211
2332
|
"privacy": "private",
|
|
2212
|
-
"default": "'1.
|
|
2333
|
+
"default": "'1.8.1'",
|
|
2213
2334
|
"inheritedFrom": {
|
|
2214
2335
|
"name": "VscElement",
|
|
2215
2336
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2238,7 +2359,7 @@
|
|
|
2238
2359
|
],
|
|
2239
2360
|
"superclass": {
|
|
2240
2361
|
"name": "VscElement",
|
|
2241
|
-
"module": "/src/includes/VscElement"
|
|
2362
|
+
"module": "/src/includes/VscElement.js"
|
|
2242
2363
|
},
|
|
2243
2364
|
"tagName": "vscode-divider",
|
|
2244
2365
|
"customElement": true
|
|
@@ -2427,7 +2548,7 @@
|
|
|
2427
2548
|
"text": "string"
|
|
2428
2549
|
},
|
|
2429
2550
|
"privacy": "private",
|
|
2430
|
-
"default": "'1.
|
|
2551
|
+
"default": "'1.8.1'",
|
|
2431
2552
|
"inheritedFrom": {
|
|
2432
2553
|
"name": "VscElement",
|
|
2433
2554
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2559,7 +2680,7 @@
|
|
|
2559
2680
|
"text": "string"
|
|
2560
2681
|
},
|
|
2561
2682
|
"privacy": "private",
|
|
2562
|
-
"default": "'1.
|
|
2683
|
+
"default": "'1.8.1'",
|
|
2563
2684
|
"inheritedFrom": {
|
|
2564
2685
|
"name": "VscElement",
|
|
2565
2686
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2659,7 +2780,7 @@
|
|
|
2659
2780
|
"text": "string"
|
|
2660
2781
|
},
|
|
2661
2782
|
"privacy": "private",
|
|
2662
|
-
"default": "'1.
|
|
2783
|
+
"default": "'1.8.1'",
|
|
2663
2784
|
"inheritedFrom": {
|
|
2664
2785
|
"name": "VscElement",
|
|
2665
2786
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2857,7 +2978,7 @@
|
|
|
2857
2978
|
"text": "string"
|
|
2858
2979
|
},
|
|
2859
2980
|
"privacy": "private",
|
|
2860
|
-
"default": "'1.
|
|
2981
|
+
"default": "'1.8.1'",
|
|
2861
2982
|
"inheritedFrom": {
|
|
2862
2983
|
"name": "VscElement",
|
|
2863
2984
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3077,7 +3198,7 @@
|
|
|
3077
3198
|
"text": "string"
|
|
3078
3199
|
},
|
|
3079
3200
|
"privacy": "private",
|
|
3080
|
-
"default": "'1.
|
|
3201
|
+
"default": "'1.8.1'",
|
|
3081
3202
|
"inheritedFrom": {
|
|
3082
3203
|
"name": "VscElement",
|
|
3083
3204
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4162,7 +4283,7 @@
|
|
|
4162
4283
|
"text": "string"
|
|
4163
4284
|
},
|
|
4164
4285
|
"privacy": "private",
|
|
4165
|
-
"default": "'1.
|
|
4286
|
+
"default": "'1.8.1'",
|
|
4166
4287
|
"inheritedFrom": {
|
|
4167
4288
|
"name": "VscElement",
|
|
4168
4289
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4418,7 +4539,7 @@
|
|
|
4418
4539
|
"text": "string"
|
|
4419
4540
|
},
|
|
4420
4541
|
"privacy": "private",
|
|
4421
|
-
"default": "'1.
|
|
4542
|
+
"default": "'1.8.1'",
|
|
4422
4543
|
"inheritedFrom": {
|
|
4423
4544
|
"name": "VscElement",
|
|
4424
4545
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4566,7 +4687,7 @@
|
|
|
4566
4687
|
"text": "string"
|
|
4567
4688
|
},
|
|
4568
4689
|
"privacy": "private",
|
|
4569
|
-
"default": "'1.
|
|
4690
|
+
"default": "'1.8.1'",
|
|
4570
4691
|
"inheritedFrom": {
|
|
4571
4692
|
"name": "VscElement",
|
|
4572
4693
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4611,7 +4732,7 @@
|
|
|
4611
4732
|
],
|
|
4612
4733
|
"superclass": {
|
|
4613
4734
|
"name": "VscElement",
|
|
4614
|
-
"module": "/src/includes/VscElement"
|
|
4735
|
+
"module": "/src/includes/VscElement.js"
|
|
4615
4736
|
},
|
|
4616
4737
|
"tagName": "vscode-progress-ring",
|
|
4617
4738
|
"customElement": true
|
|
@@ -5033,7 +5154,7 @@
|
|
|
5033
5154
|
"text": "string"
|
|
5034
5155
|
},
|
|
5035
5156
|
"privacy": "private",
|
|
5036
|
-
"default": "'1.
|
|
5157
|
+
"default": "'1.8.1'",
|
|
5037
5158
|
"inheritedFrom": {
|
|
5038
5159
|
"name": "VscElement",
|
|
5039
5160
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5352,7 +5473,7 @@
|
|
|
5352
5473
|
"text": "string"
|
|
5353
5474
|
},
|
|
5354
5475
|
"privacy": "private",
|
|
5355
|
-
"default": "'1.
|
|
5476
|
+
"default": "'1.8.1'",
|
|
5356
5477
|
"inheritedFrom": {
|
|
5357
5478
|
"name": "VscElement",
|
|
5358
5479
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5743,7 +5864,7 @@
|
|
|
5743
5864
|
"text": "string"
|
|
5744
5865
|
},
|
|
5745
5866
|
"privacy": "private",
|
|
5746
|
-
"default": "'1.
|
|
5867
|
+
"default": "'1.8.1'",
|
|
5747
5868
|
"inheritedFrom": {
|
|
5748
5869
|
"name": "VscElement",
|
|
5749
5870
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6111,11 +6232,6 @@
|
|
|
6111
6232
|
"name": "_manageRequired",
|
|
6112
6233
|
"privacy": "private"
|
|
6113
6234
|
},
|
|
6114
|
-
{
|
|
6115
|
-
"kind": "method",
|
|
6116
|
-
"name": "_renderLabel",
|
|
6117
|
-
"privacy": "private"
|
|
6118
|
-
},
|
|
6119
6235
|
{
|
|
6120
6236
|
"kind": "method",
|
|
6121
6237
|
"name": "_renderSelectFace",
|
|
@@ -6803,7 +6919,7 @@
|
|
|
6803
6919
|
"text": "string"
|
|
6804
6920
|
},
|
|
6805
6921
|
"privacy": "private",
|
|
6806
|
-
"default": "'1.
|
|
6922
|
+
"default": "'1.8.1'",
|
|
6807
6923
|
"inheritedFrom": {
|
|
6808
6924
|
"name": "VscElement",
|
|
6809
6925
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7007,7 +7123,7 @@
|
|
|
7007
7123
|
"type": {
|
|
7008
7124
|
"text": "CSSResultGroup"
|
|
7009
7125
|
},
|
|
7010
|
-
"default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border, transparent); border: 1px solid var(--vscode-editorWidget-border); display: block; overflow: hidden; position: relative; } ::slotted(*) { height: 100%; width: 100%; } ::slotted(vscode-split-layout) { border: 0; } .start { box-sizing: border-box;
|
|
7126
|
+
"default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border, transparent); border: 1px solid var(--vscode-editorWidget-border); display: block; overflow: hidden; position: relative; } ::slotted(*) { height: 100%; width: 100%; } ::slotted(vscode-split-layout) { border: 0; } .wrapper { display: flex; height: 100%; width: 100%; } .wrapper.horizontal { flex-direction: column; } .start { box-sizing: border-box; flex: 1; min-height: 0; min-width: 0; } :host([split='vertical']) .start { border-right: 1px solid var(--separator-border); } :host([split='horizontal']) .start { border-bottom: 1px solid var(--separator-border); } .end { flex: 1; min-height: 0; min-width: 0; } :host([split='vertical']) .start, :host([split='vertical']) .end { height: 100%; } :host([split='horizontal']) .start, :host([split='horizontal']) .end { width: 100%; } .handle-overlay { display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } .handle-overlay.active { display: block; } .handle-overlay.split-vertical { cursor: ew-resize; } .handle-overlay.split-horizontal { cursor: ns-resize; } .handle { background-color: transparent; position: absolute; z-index: 2; } .handle.hover { transition: background-color 0.1s ease-out 0.3s; background-color: var(--vscode-sash-hoverBorder); } .handle.hide { background-color: transparent; transition: background-color 0.1s ease-out; } .handle.split-vertical { cursor: ew-resize; height: 100%; } .handle.split-horizontal { cursor: ns-resize; width: 100%; } `, ]"
|
|
7011
7127
|
}
|
|
7012
7128
|
],
|
|
7013
7129
|
"exports": [
|
|
@@ -7025,6 +7141,59 @@
|
|
|
7025
7141
|
"kind": "javascript-module",
|
|
7026
7142
|
"path": "src/vscode-split-layout/vscode-split-layout.ts",
|
|
7027
7143
|
"declarations": [
|
|
7144
|
+
{
|
|
7145
|
+
"kind": "function",
|
|
7146
|
+
"name": "parseValue",
|
|
7147
|
+
"return": {
|
|
7148
|
+
"type": {
|
|
7149
|
+
"text": "{value: number; unit: PositionUnit}"
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
7152
|
+
"parameters": [
|
|
7153
|
+
{
|
|
7154
|
+
"name": "raw",
|
|
7155
|
+
"type": {
|
|
7156
|
+
"text": "string"
|
|
7157
|
+
}
|
|
7158
|
+
}
|
|
7159
|
+
]
|
|
7160
|
+
},
|
|
7161
|
+
{
|
|
7162
|
+
"kind": "function",
|
|
7163
|
+
"name": "pxToPercent",
|
|
7164
|
+
"parameters": [
|
|
7165
|
+
{
|
|
7166
|
+
"name": "current",
|
|
7167
|
+
"type": {
|
|
7168
|
+
"text": "number"
|
|
7169
|
+
}
|
|
7170
|
+
},
|
|
7171
|
+
{
|
|
7172
|
+
"name": "max",
|
|
7173
|
+
"type": {
|
|
7174
|
+
"text": "number"
|
|
7175
|
+
}
|
|
7176
|
+
}
|
|
7177
|
+
]
|
|
7178
|
+
},
|
|
7179
|
+
{
|
|
7180
|
+
"kind": "function",
|
|
7181
|
+
"name": "percentToPx",
|
|
7182
|
+
"parameters": [
|
|
7183
|
+
{
|
|
7184
|
+
"name": "current",
|
|
7185
|
+
"type": {
|
|
7186
|
+
"text": "number"
|
|
7187
|
+
}
|
|
7188
|
+
},
|
|
7189
|
+
{
|
|
7190
|
+
"name": "max",
|
|
7191
|
+
"type": {
|
|
7192
|
+
"text": "number"
|
|
7193
|
+
}
|
|
7194
|
+
}
|
|
7195
|
+
]
|
|
7196
|
+
},
|
|
7028
7197
|
{
|
|
7029
7198
|
"kind": "class",
|
|
7030
7199
|
"description": "",
|
|
@@ -7039,13 +7208,22 @@
|
|
|
7039
7208
|
{
|
|
7040
7209
|
"kind": "field",
|
|
7041
7210
|
"name": "split",
|
|
7211
|
+
"description": "Direction of the divider.",
|
|
7042
7212
|
"type": {
|
|
7043
|
-
"text": "
|
|
7213
|
+
"text": "Orientation"
|
|
7044
7214
|
},
|
|
7045
|
-
"default": "'vertical'",
|
|
7046
7215
|
"attribute": "split",
|
|
7047
7216
|
"reflects": true
|
|
7048
7217
|
},
|
|
7218
|
+
{
|
|
7219
|
+
"kind": "field",
|
|
7220
|
+
"name": "_split",
|
|
7221
|
+
"type": {
|
|
7222
|
+
"text": "Orientation"
|
|
7223
|
+
},
|
|
7224
|
+
"privacy": "private",
|
|
7225
|
+
"default": "'vertical'"
|
|
7226
|
+
},
|
|
7049
7227
|
{
|
|
7050
7228
|
"kind": "field",
|
|
7051
7229
|
"name": "resetOnDblClick",
|
|
@@ -7053,6 +7231,7 @@
|
|
|
7053
7231
|
"text": "boolean"
|
|
7054
7232
|
},
|
|
7055
7233
|
"default": "false",
|
|
7234
|
+
"description": "Controls whether the handle position should reset to the value set in the\n`initialHandlePosition` when it is double-clicked.",
|
|
7056
7235
|
"attribute": "reset-on-dbl-click",
|
|
7057
7236
|
"reflects": true
|
|
7058
7237
|
},
|
|
@@ -7063,7 +7242,7 @@
|
|
|
7063
7242
|
"text": "number"
|
|
7064
7243
|
},
|
|
7065
7244
|
"default": "4",
|
|
7066
|
-
"description": "Controls the draggable area size in pixels. it is
|
|
7245
|
+
"description": "Controls the draggable area size in pixels. it is intended to use the value\nof `workbench.sash.size`.",
|
|
7067
7246
|
"attribute": "handle-size",
|
|
7068
7247
|
"reflects": true
|
|
7069
7248
|
},
|
|
@@ -7074,57 +7253,48 @@
|
|
|
7074
7253
|
"text": "string"
|
|
7075
7254
|
},
|
|
7076
7255
|
"default": "'50%'",
|
|
7256
|
+
"description": "The handler position will reset to this position when it is double-clicked,\nor the `resetHandlePosition()` is called.",
|
|
7077
7257
|
"attribute": "initial-handle-position",
|
|
7078
7258
|
"reflects": true
|
|
7079
7259
|
},
|
|
7080
7260
|
{
|
|
7081
7261
|
"kind": "field",
|
|
7082
|
-
"name": "
|
|
7262
|
+
"name": "handlePosition",
|
|
7263
|
+
"description": "Set the handle position programmatically. The value must include a unit,\neither `%` or `px`. If no unit is specified, the value is interpreted as\n`px`.",
|
|
7083
7264
|
"type": {
|
|
7084
|
-
"text": "
|
|
7085
|
-
},
|
|
7086
|
-
"privacy": "private",
|
|
7087
|
-
"default": "0"
|
|
7088
|
-
},
|
|
7089
|
-
{
|
|
7090
|
-
"kind": "field",
|
|
7091
|
-
"name": "_startPaneBottom",
|
|
7092
|
-
"type": {
|
|
7093
|
-
"text": "number"
|
|
7265
|
+
"text": "string | undefined"
|
|
7094
7266
|
},
|
|
7095
|
-
"
|
|
7096
|
-
"default": "0"
|
|
7267
|
+
"attribute": "handle-position"
|
|
7097
7268
|
},
|
|
7098
7269
|
{
|
|
7099
7270
|
"kind": "field",
|
|
7100
|
-
"name": "
|
|
7271
|
+
"name": "_rawHandlePosition",
|
|
7101
7272
|
"type": {
|
|
7102
|
-
"text": "
|
|
7273
|
+
"text": "string | undefined"
|
|
7103
7274
|
},
|
|
7104
|
-
"privacy": "private"
|
|
7105
|
-
"default": "0"
|
|
7275
|
+
"privacy": "private"
|
|
7106
7276
|
},
|
|
7107
7277
|
{
|
|
7108
7278
|
"kind": "field",
|
|
7109
|
-
"name": "
|
|
7279
|
+
"name": "fixedPane",
|
|
7280
|
+
"description": "The size of the fixed pane will not change when the component is resized.",
|
|
7110
7281
|
"type": {
|
|
7111
|
-
"text": "
|
|
7282
|
+
"text": "FixedPaneType"
|
|
7112
7283
|
},
|
|
7113
|
-
"
|
|
7114
|
-
"default": "0"
|
|
7284
|
+
"attribute": "fixed-pane"
|
|
7115
7285
|
},
|
|
7116
7286
|
{
|
|
7117
7287
|
"kind": "field",
|
|
7118
|
-
"name": "
|
|
7288
|
+
"name": "_fixedPane",
|
|
7119
7289
|
"type": {
|
|
7120
|
-
"text": "
|
|
7290
|
+
"text": "FixedPaneType"
|
|
7121
7291
|
},
|
|
7122
7292
|
"privacy": "private",
|
|
7123
|
-
"default": "
|
|
7293
|
+
"default": "'none'"
|
|
7124
7294
|
},
|
|
7125
7295
|
{
|
|
7126
7296
|
"kind": "field",
|
|
7127
|
-
"name": "
|
|
7297
|
+
"name": "_handlePosition",
|
|
7128
7298
|
"type": {
|
|
7129
7299
|
"text": "number"
|
|
7130
7300
|
},
|
|
@@ -7158,6 +7328,22 @@
|
|
|
7158
7328
|
"privacy": "private",
|
|
7159
7329
|
"default": "false"
|
|
7160
7330
|
},
|
|
7331
|
+
{
|
|
7332
|
+
"kind": "field",
|
|
7333
|
+
"name": "_wrapperEl",
|
|
7334
|
+
"type": {
|
|
7335
|
+
"text": "HTMLDivElement"
|
|
7336
|
+
},
|
|
7337
|
+
"privacy": "private"
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"kind": "field",
|
|
7341
|
+
"name": "_handleEl",
|
|
7342
|
+
"type": {
|
|
7343
|
+
"text": "HTMLDivElement"
|
|
7344
|
+
},
|
|
7345
|
+
"privacy": "private"
|
|
7346
|
+
},
|
|
7161
7347
|
{
|
|
7162
7348
|
"kind": "field",
|
|
7163
7349
|
"name": "_nestedLayoutsAtStart",
|
|
@@ -7192,11 +7378,77 @@
|
|
|
7192
7378
|
"privacy": "private",
|
|
7193
7379
|
"default": "0"
|
|
7194
7380
|
},
|
|
7381
|
+
{
|
|
7382
|
+
"kind": "field",
|
|
7383
|
+
"name": "_resizeObserver",
|
|
7384
|
+
"type": {
|
|
7385
|
+
"text": "ResizeObserver"
|
|
7386
|
+
},
|
|
7387
|
+
"privacy": "private",
|
|
7388
|
+
"default": "new ResizeObserver(this._handleResize)"
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
"kind": "field",
|
|
7392
|
+
"name": "_wrapperObserved",
|
|
7393
|
+
"type": {
|
|
7394
|
+
"text": "boolean"
|
|
7395
|
+
},
|
|
7396
|
+
"privacy": "private",
|
|
7397
|
+
"default": "false"
|
|
7398
|
+
},
|
|
7399
|
+
{
|
|
7400
|
+
"kind": "field",
|
|
7401
|
+
"name": "_fixedPaneSize",
|
|
7402
|
+
"type": {
|
|
7403
|
+
"text": "number"
|
|
7404
|
+
},
|
|
7405
|
+
"privacy": "private",
|
|
7406
|
+
"default": "0"
|
|
7407
|
+
},
|
|
7195
7408
|
{
|
|
7196
7409
|
"kind": "method",
|
|
7197
|
-
"name": "
|
|
7410
|
+
"name": "resetHandlePosition",
|
|
7411
|
+
"description": "Sets the handle position to the value specified in the `initialHandlePosition` property."
|
|
7412
|
+
},
|
|
7413
|
+
{
|
|
7414
|
+
"kind": "method",
|
|
7415
|
+
"name": "_handlePositionPropChanged",
|
|
7416
|
+
"privacy": "private"
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"kind": "method",
|
|
7420
|
+
"name": "_fixedPanePropChanged",
|
|
7421
|
+
"privacy": "private"
|
|
7422
|
+
},
|
|
7423
|
+
{
|
|
7424
|
+
"kind": "method",
|
|
7425
|
+
"name": "_initFixedPane",
|
|
7426
|
+
"privacy": "private"
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"kind": "field",
|
|
7430
|
+
"name": "_handleResize",
|
|
7198
7431
|
"privacy": "private"
|
|
7199
7432
|
},
|
|
7433
|
+
{
|
|
7434
|
+
"kind": "method",
|
|
7435
|
+
"name": "_setPosition",
|
|
7436
|
+
"privacy": "private",
|
|
7437
|
+
"parameters": [
|
|
7438
|
+
{
|
|
7439
|
+
"name": "value",
|
|
7440
|
+
"type": {
|
|
7441
|
+
"text": "number"
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
7444
|
+
{
|
|
7445
|
+
"name": "unit",
|
|
7446
|
+
"type": {
|
|
7447
|
+
"text": "PositionUnit"
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
]
|
|
7451
|
+
},
|
|
7200
7452
|
{
|
|
7201
7453
|
"kind": "method",
|
|
7202
7454
|
"name": "_handleMouseOver",
|
|
@@ -7255,7 +7507,7 @@
|
|
|
7255
7507
|
"text": "string"
|
|
7256
7508
|
},
|
|
7257
7509
|
"privacy": "private",
|
|
7258
|
-
"default": "'1.
|
|
7510
|
+
"default": "'1.8.1'",
|
|
7259
7511
|
"inheritedFrom": {
|
|
7260
7512
|
"name": "VscElement",
|
|
7261
7513
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7275,10 +7527,10 @@
|
|
|
7275
7527
|
"attributes": [
|
|
7276
7528
|
{
|
|
7277
7529
|
"name": "split",
|
|
7530
|
+
"description": "Direction of the divider.",
|
|
7278
7531
|
"type": {
|
|
7279
|
-
"text": "
|
|
7532
|
+
"text": "Orientation"
|
|
7280
7533
|
},
|
|
7281
|
-
"default": "'vertical'",
|
|
7282
7534
|
"fieldName": "split"
|
|
7283
7535
|
},
|
|
7284
7536
|
{
|
|
@@ -7287,6 +7539,7 @@
|
|
|
7287
7539
|
"text": "boolean"
|
|
7288
7540
|
},
|
|
7289
7541
|
"default": "false",
|
|
7542
|
+
"description": "Controls whether the handle position should reset to the value set in the\n`initialHandlePosition` when it is double-clicked.",
|
|
7290
7543
|
"fieldName": "resetOnDblClick"
|
|
7291
7544
|
},
|
|
7292
7545
|
{
|
|
@@ -7295,7 +7548,7 @@
|
|
|
7295
7548
|
"text": "number"
|
|
7296
7549
|
},
|
|
7297
7550
|
"default": "4",
|
|
7298
|
-
"description": "Controls the draggable area size in pixels. it is
|
|
7551
|
+
"description": "Controls the draggable area size in pixels. it is intended to use the value\nof `workbench.sash.size`.",
|
|
7299
7552
|
"fieldName": "handleSize"
|
|
7300
7553
|
},
|
|
7301
7554
|
{
|
|
@@ -7303,8 +7556,25 @@
|
|
|
7303
7556
|
"type": {
|
|
7304
7557
|
"text": "string"
|
|
7305
7558
|
},
|
|
7306
|
-
"default": "
|
|
7559
|
+
"default": "DEFAULT_INITIAL_POSITION",
|
|
7560
|
+
"description": "The handler position will reset to this position when it is double-clicked,\nor the `resetHandlePosition()` is called.",
|
|
7307
7561
|
"fieldName": "initialHandlePosition"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"name": "handle-position",
|
|
7565
|
+
"description": "Set the handle position programmatically. The value must include a unit,\neither `%` or `px`. If no unit is specified, the value is interpreted as\n`px`.",
|
|
7566
|
+
"type": {
|
|
7567
|
+
"text": "string | undefined"
|
|
7568
|
+
},
|
|
7569
|
+
"fieldName": "handlePosition"
|
|
7570
|
+
},
|
|
7571
|
+
{
|
|
7572
|
+
"name": "fixed-pane",
|
|
7573
|
+
"description": "The size of the fixed pane will not change when the component is resized.",
|
|
7574
|
+
"type": {
|
|
7575
|
+
"text": "FixedPaneType"
|
|
7576
|
+
},
|
|
7577
|
+
"fieldName": "fixedPane"
|
|
7308
7578
|
}
|
|
7309
7579
|
],
|
|
7310
7580
|
"superclass": {
|
|
@@ -7316,6 +7586,30 @@
|
|
|
7316
7586
|
}
|
|
7317
7587
|
],
|
|
7318
7588
|
"exports": [
|
|
7589
|
+
{
|
|
7590
|
+
"kind": "js",
|
|
7591
|
+
"name": "parseValue",
|
|
7592
|
+
"declaration": {
|
|
7593
|
+
"name": "parseValue",
|
|
7594
|
+
"module": "src/vscode-split-layout/vscode-split-layout.ts"
|
|
7595
|
+
}
|
|
7596
|
+
},
|
|
7597
|
+
{
|
|
7598
|
+
"kind": "js",
|
|
7599
|
+
"name": "pxToPercent",
|
|
7600
|
+
"declaration": {
|
|
7601
|
+
"name": "pxToPercent",
|
|
7602
|
+
"module": "src/vscode-split-layout/vscode-split-layout.ts"
|
|
7603
|
+
}
|
|
7604
|
+
},
|
|
7605
|
+
{
|
|
7606
|
+
"kind": "js",
|
|
7607
|
+
"name": "percentToPx",
|
|
7608
|
+
"declaration": {
|
|
7609
|
+
"name": "percentToPx",
|
|
7610
|
+
"module": "src/vscode-split-layout/vscode-split-layout.ts"
|
|
7611
|
+
}
|
|
7612
|
+
},
|
|
7319
7613
|
{
|
|
7320
7614
|
"kind": "js",
|
|
7321
7615
|
"name": "VscodeSplitLayout",
|
|
@@ -7344,7 +7638,7 @@
|
|
|
7344
7638
|
"type": {
|
|
7345
7639
|
"text": "CSSResultGroup"
|
|
7346
7640
|
},
|
|
7347
|
-
"default": "[ defaultStyles, css` :host { border-bottom: 1px solid transparent; cursor: pointer; display: block; margin-bottom: -1px; overflow: hidden; padding: 7px 8px; text-overflow: ellipsis; user-select: none; white-space: nowrap; } :host([active]) { border-bottom-color: var(--vscode-panelTitle-activeForeground); color: var(--vscode-panelTitle-activeForeground); } :host([panel]) { border-bottom: 0; margin-bottom: 0; padding: 0; } :host(:focus-visible) { outline: none; } .wrapper { align-items: center; color: var(--vscode-foreground); display: flex; min-height: 20px; overflow: inherit; text-overflow: inherit; position: relative; } .wrapper.panel { color: var(--vscode-panelTitle-inactiveForeground); } .wrapper.panel.active, .wrapper.panel:hover { color: var(--vscode-panelTitle-
|
|
7641
|
+
"default": "[ defaultStyles, css` :host { border-bottom: 1px solid transparent; cursor: pointer; display: block; margin-bottom: -1px; overflow: hidden; padding: 7px 8px; text-overflow: ellipsis; user-select: none; white-space: nowrap; } :host([active]) { border-bottom-color: var(--vscode-panelTitle-activeForeground); color: var(--vscode-panelTitle-activeForeground); } :host([panel]) { border-bottom: 0; margin-bottom: 0; padding: 0; } :host(:focus-visible) { outline: none; } .wrapper { align-items: center; color: var(--vscode-foreground); display: flex; min-height: 20px; overflow: inherit; text-overflow: inherit; position: relative; } .wrapper.panel { color: var(--vscode-panelTitle-inactiveForeground); } .wrapper.panel.active, .wrapper.panel:hover { color: var(--vscode-panelTitle-activeForeground); } :host([panel]) .wrapper { display: flex; font-size: 11px; height: 31px; padding: 2px 10px; text-transform: uppercase; } .main { overflow: inherit; text-overflow: inherit; } .active-indicator { display: none; } .active-indicator.panel.active { border-top: 1px solid var(--vscode-panelTitle-activeBorder); bottom: 4px; display: block; left: 8px; pointer-events: none; position: absolute; right: 8px; } :host(:focus-visible) .wrapper { outline-color: var(--vscode-focusBorder); outline-offset: 3px; outline-style: solid; outline-width: 1px; } :host(:focus-visible) .wrapper.panel { outline-offset: -2px; } slot[name='content-before']::slotted(vscode-badge) { margin-right: 8px; } slot[name='content-after']::slotted(vscode-badge) { margin-left: 8px; } `, ]"
|
|
7348
7642
|
}
|
|
7349
7643
|
],
|
|
7350
7644
|
"exports": [
|
|
@@ -7415,7 +7709,7 @@
|
|
|
7415
7709
|
"text": "string"
|
|
7416
7710
|
},
|
|
7417
7711
|
"privacy": "private",
|
|
7418
|
-
"default": "'1.
|
|
7712
|
+
"default": "'1.8.1'",
|
|
7419
7713
|
"inheritedFrom": {
|
|
7420
7714
|
"name": "VscElement",
|
|
7421
7715
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7547,7 +7841,7 @@
|
|
|
7547
7841
|
"text": "string"
|
|
7548
7842
|
},
|
|
7549
7843
|
"privacy": "private",
|
|
7550
|
-
"default": "'1.
|
|
7844
|
+
"default": "'1.8.1'",
|
|
7551
7845
|
"inheritedFrom": {
|
|
7552
7846
|
"name": "VscElement",
|
|
7553
7847
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8237,7 +8531,7 @@
|
|
|
8237
8531
|
"text": "string"
|
|
8238
8532
|
},
|
|
8239
8533
|
"privacy": "private",
|
|
8240
|
-
"default": "'1.
|
|
8534
|
+
"default": "'1.8.1'",
|
|
8241
8535
|
"inheritedFrom": {
|
|
8242
8536
|
"name": "VscElement",
|
|
8243
8537
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8421,7 +8715,7 @@
|
|
|
8421
8715
|
"text": "string"
|
|
8422
8716
|
},
|
|
8423
8717
|
"privacy": "private",
|
|
8424
|
-
"default": "'1.
|
|
8718
|
+
"default": "'1.8.1'",
|
|
8425
8719
|
"inheritedFrom": {
|
|
8426
8720
|
"name": "VscElement",
|
|
8427
8721
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8540,7 +8834,7 @@
|
|
|
8540
8834
|
"text": "string"
|
|
8541
8835
|
},
|
|
8542
8836
|
"privacy": "private",
|
|
8543
|
-
"default": "'1.
|
|
8837
|
+
"default": "'1.8.1'",
|
|
8544
8838
|
"inheritedFrom": {
|
|
8545
8839
|
"name": "VscElement",
|
|
8546
8840
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8650,7 +8944,7 @@
|
|
|
8650
8944
|
"text": "string"
|
|
8651
8945
|
},
|
|
8652
8946
|
"privacy": "private",
|
|
8653
|
-
"default": "'1.
|
|
8947
|
+
"default": "'1.8.1'",
|
|
8654
8948
|
"inheritedFrom": {
|
|
8655
8949
|
"name": "VscElement",
|
|
8656
8950
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8745,7 +9039,7 @@
|
|
|
8745
9039
|
"text": "string"
|
|
8746
9040
|
},
|
|
8747
9041
|
"privacy": "private",
|
|
8748
|
-
"default": "'1.
|
|
9042
|
+
"default": "'1.8.1'",
|
|
8749
9043
|
"inheritedFrom": {
|
|
8750
9044
|
"name": "VscElement",
|
|
8751
9045
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8834,7 +9128,7 @@
|
|
|
8834
9128
|
"text": "string"
|
|
8835
9129
|
},
|
|
8836
9130
|
"privacy": "private",
|
|
8837
|
-
"default": "'1.
|
|
9131
|
+
"default": "'1.8.1'",
|
|
8838
9132
|
"inheritedFrom": {
|
|
8839
9133
|
"name": "VscElement",
|
|
8840
9134
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9083,7 +9377,7 @@
|
|
|
9083
9377
|
"text": "string"
|
|
9084
9378
|
},
|
|
9085
9379
|
"privacy": "private",
|
|
9086
|
-
"default": "'1.
|
|
9380
|
+
"default": "'1.8.1'",
|
|
9087
9381
|
"inheritedFrom": {
|
|
9088
9382
|
"name": "VscElement",
|
|
9089
9383
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9172,7 +9466,7 @@
|
|
|
9172
9466
|
"type": {
|
|
9173
9467
|
"text": "CSSResultGroup"
|
|
9174
9468
|
},
|
|
9175
|
-
"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; } `, ]"
|
|
9176
9470
|
}
|
|
9177
9471
|
],
|
|
9178
9472
|
"exports": [
|
|
@@ -9591,7 +9885,7 @@
|
|
|
9591
9885
|
"text": "string"
|
|
9592
9886
|
},
|
|
9593
9887
|
"privacy": "private",
|
|
9594
|
-
"default": "'1.
|
|
9888
|
+
"default": "'1.8.1'",
|
|
9595
9889
|
"inheritedFrom": {
|
|
9596
9890
|
"name": "VscElement",
|
|
9597
9891
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9811,7 +10105,7 @@
|
|
|
9811
10105
|
"type": {
|
|
9812
10106
|
"text": "CSSResultGroup"
|
|
9813
10107
|
},
|
|
9814
|
-
"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); } `, ]"
|
|
9815
10109
|
}
|
|
9816
10110
|
],
|
|
9817
10111
|
"exports": [
|
|
@@ -9934,6 +10228,7 @@
|
|
|
9934
10228
|
"text": "boolean"
|
|
9935
10229
|
},
|
|
9936
10230
|
"default": "false",
|
|
10231
|
+
"description": "Set error styles on the component. This is only intended to apply styles when custom error\nvalidation is implemented. To check whether the component is valid, use the checkValidity method.",
|
|
9937
10232
|
"attribute": "invalid",
|
|
9938
10233
|
"reflects": true
|
|
9939
10234
|
},
|
|
@@ -10000,6 +10295,7 @@
|
|
|
10000
10295
|
"text": "string | undefined"
|
|
10001
10296
|
},
|
|
10002
10297
|
"default": "undefined",
|
|
10298
|
+
"description": "Specifies a regular expression the form control's value should match.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern)",
|
|
10003
10299
|
"attribute": "pattern"
|
|
10004
10300
|
},
|
|
10005
10301
|
{
|
|
@@ -10102,7 +10398,13 @@
|
|
|
10102
10398
|
},
|
|
10103
10399
|
{
|
|
10104
10400
|
"kind": "method",
|
|
10105
|
-
"name": "checkValidity"
|
|
10401
|
+
"name": "checkValidity",
|
|
10402
|
+
"return": {
|
|
10403
|
+
"type": {
|
|
10404
|
+
"text": "boolean"
|
|
10405
|
+
}
|
|
10406
|
+
},
|
|
10407
|
+
"description": "Check the component's validity state when built-in validation is used.\nBuilt-in validation is triggered when any validation-related attribute is set. Validation-related\nattributes are: `max, maxlength, min, minlength, pattern, required, step`.\nSee this [the MDN reference](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity) for more details."
|
|
10106
10408
|
},
|
|
10107
10409
|
{
|
|
10108
10410
|
"kind": "method",
|
|
@@ -10216,7 +10518,7 @@
|
|
|
10216
10518
|
"text": "string"
|
|
10217
10519
|
},
|
|
10218
10520
|
"privacy": "private",
|
|
10219
|
-
"default": "'1.
|
|
10521
|
+
"default": "'1.8.1'",
|
|
10220
10522
|
"inheritedFrom": {
|
|
10221
10523
|
"name": "VscElement",
|
|
10222
10524
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10308,6 +10610,7 @@
|
|
|
10308
10610
|
"text": "boolean"
|
|
10309
10611
|
},
|
|
10310
10612
|
"default": "false",
|
|
10613
|
+
"description": "Set error styles on the component. This is only intended to apply styles when custom error\nvalidation is implemented. To check whether the component is valid, use the checkValidity method.",
|
|
10311
10614
|
"fieldName": "invalid"
|
|
10312
10615
|
},
|
|
10313
10616
|
{
|
|
@@ -10364,6 +10667,7 @@
|
|
|
10364
10667
|
"text": "string | undefined"
|
|
10365
10668
|
},
|
|
10366
10669
|
"default": "undefined",
|
|
10670
|
+
"description": "Specifies a regular expression the form control's value should match.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern)",
|
|
10367
10671
|
"fieldName": "pattern"
|
|
10368
10672
|
},
|
|
10369
10673
|
{
|
|
@@ -10451,7 +10755,7 @@
|
|
|
10451
10755
|
"type": {
|
|
10452
10756
|
"text": "CSSResultGroup"
|
|
10453
10757
|
},
|
|
10454
|
-
"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); } `, ]"
|
|
10455
10759
|
}
|
|
10456
10760
|
],
|
|
10457
10761
|
"exports": [
|
|
@@ -10952,7 +11256,7 @@
|
|
|
10952
11256
|
"text": "string"
|
|
10953
11257
|
},
|
|
10954
11258
|
"privacy": "private",
|
|
10955
|
-
"default": "'1.
|
|
11259
|
+
"default": "'1.8.1'",
|
|
10956
11260
|
"inheritedFrom": {
|
|
10957
11261
|
"name": "VscElement",
|
|
10958
11262
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11122,7 +11426,7 @@
|
|
|
11122
11426
|
"text": "string"
|
|
11123
11427
|
},
|
|
11124
11428
|
"privacy": "private",
|
|
11125
|
-
"default": "'1.
|
|
11429
|
+
"default": "'1.8.1'",
|
|
11126
11430
|
"inheritedFrom": {
|
|
11127
11431
|
"name": "VscElement",
|
|
11128
11432
|
"module": "src/includes/VscElement.ts"
|
|
@@ -12091,7 +12395,7 @@
|
|
|
12091
12395
|
"text": "string"
|
|
12092
12396
|
},
|
|
12093
12397
|
"privacy": "private",
|
|
12094
|
-
"default": "'1.
|
|
12398
|
+
"default": "'1.8.1'",
|
|
12095
12399
|
"inheritedFrom": {
|
|
12096
12400
|
"name": "VscElement",
|
|
12097
12401
|
"module": "src/includes/VscElement.ts"
|