@vscode-elements/elements 1.11.1-pre.3 → 1.13.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/README.md +95 -21
- package/custom-elements.json +1427 -1313
- package/dist/bundled.js +228 -218
- package/dist/includes/VscElement.d.ts.map +1 -1
- 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/helpers.d.ts +2 -0
- package/dist/includes/helpers.d.ts.map +1 -1
- package/dist/includes/helpers.js +28 -0
- package/dist/includes/helpers.js.map +1 -1
- package/dist/includes/style-property-map.d.ts.map +1 -1
- package/dist/includes/style-property-map.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 +13 -8
- package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
- package/dist/vscode-badge/vscode-badge.d.ts +7 -6
- package/dist/vscode-badge/vscode-badge.d.ts.map +1 -1
- package/dist/vscode-badge/vscode-badge.js +6 -5
- package/dist/vscode-badge/vscode-badge.js.map +1 -1
- package/dist/vscode-badge/vscode-badge.styles.d.ts.map +1 -1
- package/dist/vscode-badge/vscode-badge.styles.js +22 -10
- package/dist/vscode-badge/vscode-badge.styles.js.map +1 -1
- package/dist/vscode-button/vscode-button.d.ts +11 -11
- package/dist/vscode-button/vscode-button.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.js +11 -11
- package/dist/vscode-button/vscode-button.js.map +1 -1
- package/dist/vscode-button/vscode-button.styles.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.styles.js +21 -19
- package/dist/vscode-button/vscode-button.styles.js.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.js +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
- package/dist/vscode-checkbox-group/vscode-checkbox-group.d.ts.map +1 -1
- package/dist/vscode-checkbox-group/vscode-checkbox-group.js.map +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.d.ts.map +1 -1
- package/dist/vscode-collapsible/vscode-collapsible.js.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.d.ts.map +1 -1
- package/dist/vscode-context-menu-item/vscode-context-menu-item.js.map +1 -1
- package/dist/vscode-divider/vscode-divider.d.ts.map +1 -1
- package/dist/vscode-divider/vscode-divider.js.map +1 -1
- package/dist/vscode-form-container/vscode-form-container.d.ts.map +1 -1
- package/dist/vscode-form-container/vscode-form-container.js.map +1 -1
- package/dist/vscode-form-group/vscode-form-group.d.ts.map +1 -1
- package/dist/vscode-form-group/vscode-form-group.js.map +1 -1
- package/dist/vscode-form-helper/vscode-form-helper.d.ts.map +1 -1
- package/dist/vscode-form-helper/vscode-form-helper.js.map +1 -1
- package/dist/vscode-form-helper/vscode-form-helper.styles.js +1 -1
- package/dist/vscode-form-helper/vscode-form-helper.styles.js.map +1 -1
- package/dist/vscode-icon/vscode-icon.d.ts.map +1 -1
- package/dist/vscode-icon/vscode-icon.js +1 -1
- package/dist/vscode-icon/vscode-icon.js.map +1 -1
- package/dist/vscode-label/vscode-label.d.ts.map +1 -1
- package/dist/vscode-label/vscode-label.js.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js +3 -4
- package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
- package/dist/vscode-option/vscode-option.d.ts.map +1 -1
- package/dist/vscode-option/vscode-option.js.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -1
- package/dist/vscode-progress-ring/vscode-progress-ring.js.map +1 -1
- package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
- package/dist/vscode-radio/vscode-radio.js +1 -1
- 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.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +2 -1
- package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.d.ts +2 -0
- package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.js +2 -0
- package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
- package/dist/vscode-tab-header/vscode-tab-header.d.ts.map +1 -1
- package/dist/vscode-tab-header/vscode-tab-header.js.map +1 -1
- package/dist/vscode-tab-panel/vscode-tab-panel.d.ts.map +1 -1
- package/dist/vscode-tab-panel/vscode-tab-panel.js.map +1 -1
- package/dist/vscode-table/vscode-table.d.ts +21 -7
- package/dist/vscode-table/vscode-table.d.ts.map +1 -1
- package/dist/vscode-table/vscode-table.js +36 -7
- package/dist/vscode-table/vscode-table.js.map +1 -1
- package/dist/vscode-table-body/vscode-table-body.d.ts.map +1 -1
- package/dist/vscode-table-body/vscode-table-body.js.map +1 -1
- package/dist/vscode-table-cell/vscode-table-cell.d.ts.map +1 -1
- package/dist/vscode-table-cell/vscode-table-cell.js.map +1 -1
- package/dist/vscode-table-header/vscode-table-header.d.ts.map +1 -1
- package/dist/vscode-table-header/vscode-table-header.js.map +1 -1
- package/dist/vscode-table-header-cell/vscode-table-header-cell.d.ts.map +1 -1
- package/dist/vscode-table-header-cell/vscode-table-header-cell.js.map +1 -1
- package/dist/vscode-table-row/vscode-table-row.d.ts.map +1 -1
- package/dist/vscode-table-row/vscode-table-row.js.map +1 -1
- package/dist/vscode-tabs/vscode-tabs.d.ts.map +1 -1
- package/dist/vscode-tabs/vscode-tabs.js.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.d.ts.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.js.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.d.ts +14 -11
- package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.js +15 -12
- 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 +20 -18
- package/dist/vscode-textfield/vscode-textfield.styles.js.map +1 -1
- package/dist/vscode-tree/vscode-tree.d.ts.map +1 -1
- package/dist/vscode-tree/vscode-tree.js.map +1 -1
- package/package.json +5 -3
- package/vscode.css-custom-data.json +19 -3
- package/vscode.html-custom-data.json +24 -27
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.13.0'"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "field",
|
|
@@ -83,6 +83,14 @@
|
|
|
83
83
|
"text": "number"
|
|
84
84
|
},
|
|
85
85
|
"default": "320"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"kind": "function",
|
|
89
|
+
"name": "getDefaultFontStack"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"kind": "function",
|
|
93
|
+
"name": "getDefaultEditorFontStack"
|
|
86
94
|
}
|
|
87
95
|
],
|
|
88
96
|
"exports": [
|
|
@@ -101,6 +109,22 @@
|
|
|
101
109
|
"name": "DEFUALT_INPUT_WIDGET_WIDTH",
|
|
102
110
|
"module": "src/includes/helpers.ts"
|
|
103
111
|
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"kind": "js",
|
|
115
|
+
"name": "getDefaultFontStack",
|
|
116
|
+
"declaration": {
|
|
117
|
+
"name": "getDefaultFontStack",
|
|
118
|
+
"module": "src/includes/helpers.ts"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"kind": "js",
|
|
123
|
+
"name": "getDefaultEditorFontStack",
|
|
124
|
+
"declaration": {
|
|
125
|
+
"name": "getDefaultEditorFontStack",
|
|
126
|
+
"module": "src/includes/helpers.ts"
|
|
127
|
+
}
|
|
104
128
|
}
|
|
105
129
|
]
|
|
106
130
|
},
|
|
@@ -282,7 +306,7 @@
|
|
|
282
306
|
"type": {
|
|
283
307
|
"text": "CSSResultGroup"
|
|
284
308
|
},
|
|
285
|
-
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground); display: inline-block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px;
|
|
309
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background, #616161); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground, #f8f8f8); display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; line-height: 11px; min-height: 18px; min-width: 18px; padding: 3px 6px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground, #ffffff); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } :host([variant='tab-header-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 10px; color: var(--vscode-activityBarBadge-foreground, #ffffff); line-height: 10px; min-height: 16px; min-width: 16px; padding: 3px 5px; } `, ]"
|
|
286
310
|
}
|
|
287
311
|
],
|
|
288
312
|
"exports": [
|
|
@@ -306,23 +330,33 @@
|
|
|
306
330
|
"name": "VscodeBadge",
|
|
307
331
|
"cssProperties": [
|
|
308
332
|
{
|
|
309
|
-
"
|
|
333
|
+
"description": "A sans-serif font type depends on the host OS.",
|
|
334
|
+
"name": "--vscode-font-family",
|
|
335
|
+
"default": "sans-serif"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "--vscode-contrastBorder",
|
|
339
|
+
"default": "transparent"
|
|
310
340
|
},
|
|
311
341
|
{
|
|
312
342
|
"description": "default and counter variant background color",
|
|
313
|
-
"name": "--vscode-badge-background"
|
|
343
|
+
"name": "--vscode-badge-background",
|
|
344
|
+
"default": "#616161"
|
|
314
345
|
},
|
|
315
346
|
{
|
|
316
347
|
"description": "default and counter variant foreground color",
|
|
317
|
-
"name": "--vscode-badge-foreground"
|
|
348
|
+
"name": "--vscode-badge-foreground",
|
|
349
|
+
"default": "#f8f8f8"
|
|
318
350
|
},
|
|
319
351
|
{
|
|
320
352
|
"description": "activity bar variant background color",
|
|
321
|
-
"name": "--vscode-activityBarBadge-background"
|
|
353
|
+
"name": "--vscode-activityBarBadge-background",
|
|
354
|
+
"default": "#0078d4"
|
|
322
355
|
},
|
|
323
356
|
{
|
|
324
357
|
"description": "activity bar variant foreground color",
|
|
325
|
-
"name": "--vscode-activityBarBadge-foreground"
|
|
358
|
+
"name": "--vscode-activityBarBadge-foreground",
|
|
359
|
+
"default": "#ffffff"
|
|
326
360
|
}
|
|
327
361
|
],
|
|
328
362
|
"members": [
|
|
@@ -330,7 +364,7 @@
|
|
|
330
364
|
"kind": "field",
|
|
331
365
|
"name": "variant",
|
|
332
366
|
"type": {
|
|
333
|
-
"text": "'default'
|
|
367
|
+
"text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
|
|
334
368
|
},
|
|
335
369
|
"default": "'default'",
|
|
336
370
|
"attribute": "variant",
|
|
@@ -343,7 +377,7 @@
|
|
|
343
377
|
"text": "string"
|
|
344
378
|
},
|
|
345
379
|
"privacy": "private",
|
|
346
|
-
"default": "'1.
|
|
380
|
+
"default": "'1.13.0'",
|
|
347
381
|
"inheritedFrom": {
|
|
348
382
|
"name": "VscElement",
|
|
349
383
|
"module": "src/includes/VscElement.ts"
|
|
@@ -367,7 +401,7 @@
|
|
|
367
401
|
{
|
|
368
402
|
"name": "variant",
|
|
369
403
|
"type": {
|
|
370
|
-
"text": "'default'
|
|
404
|
+
"text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
|
|
371
405
|
},
|
|
372
406
|
"default": "'default'",
|
|
373
407
|
"fieldName": "variant"
|
|
@@ -410,7 +444,7 @@
|
|
|
410
444
|
"type": {
|
|
411
445
|
"text": "CSSResultGroup"
|
|
412
446
|
},
|
|
413
|
-
"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; } `, ]"
|
|
447
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var( --vscode-button-border, var(--vscode-button-background, rgba(255, 255, 255, 0.07)) ); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
|
|
414
448
|
}
|
|
415
449
|
],
|
|
416
450
|
"exports": [
|
|
@@ -434,38 +468,49 @@
|
|
|
434
468
|
"name": "VscodeButton",
|
|
435
469
|
"cssProperties": [
|
|
436
470
|
{
|
|
437
|
-
"name": "--vscode-button-background"
|
|
471
|
+
"name": "--vscode-button-background",
|
|
472
|
+
"default": "#0078d4"
|
|
438
473
|
},
|
|
439
474
|
{
|
|
440
|
-
"name": "--vscode-button-foreground"
|
|
475
|
+
"name": "--vscode-button-foreground",
|
|
476
|
+
"default": "#ffffff"
|
|
441
477
|
},
|
|
442
478
|
{
|
|
443
479
|
"name": "--vscode-button-border",
|
|
444
|
-
"default": "var(--vscode-button-background)"
|
|
480
|
+
"default": "var(--vscode-button-background, rgba(255, 255, 255, 0.07))"
|
|
445
481
|
},
|
|
446
482
|
{
|
|
447
|
-
"name": "--vscode-button-hoverBackground"
|
|
483
|
+
"name": "--vscode-button-hoverBackground",
|
|
484
|
+
"default": "#026ec1"
|
|
448
485
|
},
|
|
449
486
|
{
|
|
450
|
-
"
|
|
487
|
+
"description": "A sans-serif font type depends on the host OS.",
|
|
488
|
+
"name": "--vscode-font-family",
|
|
489
|
+
"default": "sans-serif"
|
|
451
490
|
},
|
|
452
491
|
{
|
|
453
|
-
"name": "--vscode-font-size"
|
|
492
|
+
"name": "--vscode-font-size",
|
|
493
|
+
"default": "13px"
|
|
454
494
|
},
|
|
455
495
|
{
|
|
456
|
-
"name": "--vscode-font-weight"
|
|
496
|
+
"name": "--vscode-font-weight",
|
|
497
|
+
"default": "normal"
|
|
457
498
|
},
|
|
458
499
|
{
|
|
459
|
-
"name": "--vscode-button-secondaryForeground"
|
|
500
|
+
"name": "--vscode-button-secondaryForeground",
|
|
501
|
+
"default": "#cccccc"
|
|
460
502
|
},
|
|
461
503
|
{
|
|
462
|
-
"name": "--vscode-button-secondaryBackground"
|
|
504
|
+
"name": "--vscode-button-secondaryBackground",
|
|
505
|
+
"default": "#313131"
|
|
463
506
|
},
|
|
464
507
|
{
|
|
465
|
-
"name": "--vscode-button-secondaryHoverBackground"
|
|
508
|
+
"name": "--vscode-button-secondaryHoverBackground",
|
|
509
|
+
"default": "#3c3c3c"
|
|
466
510
|
},
|
|
467
511
|
{
|
|
468
|
-
"name": "--vscode-focusBorder"
|
|
512
|
+
"name": "--vscode-focusBorder",
|
|
513
|
+
"default": "#0078d4"
|
|
469
514
|
}
|
|
470
515
|
],
|
|
471
516
|
"members": [
|
|
@@ -674,7 +719,7 @@
|
|
|
674
719
|
"text": "string"
|
|
675
720
|
},
|
|
676
721
|
"privacy": "private",
|
|
677
|
-
"default": "'1.
|
|
722
|
+
"default": "'1.13.0'",
|
|
678
723
|
"inheritedFrom": {
|
|
679
724
|
"name": "VscElement",
|
|
680
725
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1219,7 +1264,7 @@
|
|
|
1219
1264
|
"text": "string"
|
|
1220
1265
|
},
|
|
1221
1266
|
"privacy": "private",
|
|
1222
|
-
"default": "'1.
|
|
1267
|
+
"default": "'1.13.0'",
|
|
1223
1268
|
"inheritedFrom": {
|
|
1224
1269
|
"name": "VscElement",
|
|
1225
1270
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1442,7 +1487,7 @@
|
|
|
1442
1487
|
"text": "string"
|
|
1443
1488
|
},
|
|
1444
1489
|
"privacy": "private",
|
|
1445
|
-
"default": "'1.
|
|
1490
|
+
"default": "'1.13.0'",
|
|
1446
1491
|
"inheritedFrom": {
|
|
1447
1492
|
"name": "VscElement",
|
|
1448
1493
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1638,7 +1683,7 @@
|
|
|
1638
1683
|
"text": "string"
|
|
1639
1684
|
},
|
|
1640
1685
|
"privacy": "private",
|
|
1641
|
-
"default": "'1.
|
|
1686
|
+
"default": "'1.13.0'",
|
|
1642
1687
|
"inheritedFrom": {
|
|
1643
1688
|
"name": "VscElement",
|
|
1644
1689
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1964,7 +2009,7 @@
|
|
|
1964
2009
|
"text": "string"
|
|
1965
2010
|
},
|
|
1966
2011
|
"privacy": "private",
|
|
1967
|
-
"default": "'1.
|
|
2012
|
+
"default": "'1.13.0'",
|
|
1968
2013
|
"inheritedFrom": {
|
|
1969
2014
|
"name": "VscElement",
|
|
1970
2015
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2166,7 +2211,7 @@
|
|
|
2166
2211
|
"text": "string"
|
|
2167
2212
|
},
|
|
2168
2213
|
"privacy": "private",
|
|
2169
|
-
"default": "'1.
|
|
2214
|
+
"default": "'1.13.0'",
|
|
2170
2215
|
"inheritedFrom": {
|
|
2171
2216
|
"name": "VscElement",
|
|
2172
2217
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2305,7 +2350,7 @@
|
|
|
2305
2350
|
"text": "string"
|
|
2306
2351
|
},
|
|
2307
2352
|
"privacy": "private",
|
|
2308
|
-
"default": "'1.
|
|
2353
|
+
"default": "'1.13.0'",
|
|
2309
2354
|
"inheritedFrom": {
|
|
2310
2355
|
"name": "VscElement",
|
|
2311
2356
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2526,7 +2571,7 @@
|
|
|
2526
2571
|
"text": "string"
|
|
2527
2572
|
},
|
|
2528
2573
|
"privacy": "private",
|
|
2529
|
-
"default": "'1.
|
|
2574
|
+
"default": "'1.13.0'",
|
|
2530
2575
|
"inheritedFrom": {
|
|
2531
2576
|
"name": "VscElement",
|
|
2532
2577
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2661,7 +2706,7 @@
|
|
|
2661
2706
|
"text": "string"
|
|
2662
2707
|
},
|
|
2663
2708
|
"privacy": "private",
|
|
2664
|
-
"default": "'1.
|
|
2709
|
+
"default": "'1.13.0'",
|
|
2665
2710
|
"inheritedFrom": {
|
|
2666
2711
|
"name": "VscElement",
|
|
2667
2712
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2769,7 +2814,7 @@
|
|
|
2769
2814
|
"text": "string"
|
|
2770
2815
|
},
|
|
2771
2816
|
"privacy": "private",
|
|
2772
|
-
"default": "'1.
|
|
2817
|
+
"default": "'1.13.0'",
|
|
2773
2818
|
"inheritedFrom": {
|
|
2774
2819
|
"name": "VscElement",
|
|
2775
2820
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2970,7 +3015,7 @@
|
|
|
2970
3015
|
"text": "string"
|
|
2971
3016
|
},
|
|
2972
3017
|
"privacy": "private",
|
|
2973
|
-
"default": "'1.
|
|
3018
|
+
"default": "'1.13.0'",
|
|
2974
3019
|
"inheritedFrom": {
|
|
2975
3020
|
"name": "VscElement",
|
|
2976
3021
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3193,7 +3238,7 @@
|
|
|
3193
3238
|
"text": "string"
|
|
3194
3239
|
},
|
|
3195
3240
|
"privacy": "private",
|
|
3196
|
-
"default": "'1.
|
|
3241
|
+
"default": "'1.13.0'",
|
|
3197
3242
|
"inheritedFrom": {
|
|
3198
3243
|
"name": "VscElement",
|
|
3199
3244
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4290,7 +4335,7 @@
|
|
|
4290
4335
|
"text": "string"
|
|
4291
4336
|
},
|
|
4292
4337
|
"privacy": "private",
|
|
4293
|
-
"default": "'1.
|
|
4338
|
+
"default": "'1.13.0'",
|
|
4294
4339
|
"inheritedFrom": {
|
|
4295
4340
|
"name": "VscElement",
|
|
4296
4341
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4588,7 +4633,7 @@
|
|
|
4588
4633
|
"text": "string"
|
|
4589
4634
|
},
|
|
4590
4635
|
"privacy": "private",
|
|
4591
|
-
"default": "'1.
|
|
4636
|
+
"default": "'1.13.0'",
|
|
4592
4637
|
"inheritedFrom": {
|
|
4593
4638
|
"name": "VscElement",
|
|
4594
4639
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4738,7 +4783,7 @@
|
|
|
4738
4783
|
"text": "string"
|
|
4739
4784
|
},
|
|
4740
4785
|
"privacy": "private",
|
|
4741
|
-
"default": "'1.
|
|
4786
|
+
"default": "'1.13.0'",
|
|
4742
4787
|
"inheritedFrom": {
|
|
4743
4788
|
"name": "VscElement",
|
|
4744
4789
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5208,7 +5253,7 @@
|
|
|
5208
5253
|
"text": "string"
|
|
5209
5254
|
},
|
|
5210
5255
|
"privacy": "private",
|
|
5211
|
-
"default": "'1.
|
|
5256
|
+
"default": "'1.13.0'",
|
|
5212
5257
|
"inheritedFrom": {
|
|
5213
5258
|
"name": "VscElement",
|
|
5214
5259
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5530,7 +5575,7 @@
|
|
|
5530
5575
|
"text": "string"
|
|
5531
5576
|
},
|
|
5532
5577
|
"privacy": "private",
|
|
5533
|
-
"default": "'1.
|
|
5578
|
+
"default": "'1.13.0'",
|
|
5534
5579
|
"inheritedFrom": {
|
|
5535
5580
|
"name": "VscElement",
|
|
5536
5581
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5924,7 +5969,7 @@
|
|
|
5924
5969
|
"text": "string"
|
|
5925
5970
|
},
|
|
5926
5971
|
"privacy": "private",
|
|
5927
|
-
"default": "'1.
|
|
5972
|
+
"default": "'1.13.0'",
|
|
5928
5973
|
"inheritedFrom": {
|
|
5929
5974
|
"name": "VscElement",
|
|
5930
5975
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6982,7 +7027,7 @@
|
|
|
6982
7027
|
"text": "string"
|
|
6983
7028
|
},
|
|
6984
7029
|
"privacy": "private",
|
|
6985
|
-
"default": "'1.
|
|
7030
|
+
"default": "'1.13.0'",
|
|
6986
7031
|
"inheritedFrom": {
|
|
6987
7032
|
"name": "VscElement",
|
|
6988
7033
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7371,7 +7416,7 @@
|
|
|
7371
7416
|
"name": "fixedPane",
|
|
7372
7417
|
"description": "The size of the fixed pane will not change when the component is resized.",
|
|
7373
7418
|
"type": {
|
|
7374
|
-
"text": "
|
|
7419
|
+
"text": "'start' | 'end' | 'none'"
|
|
7375
7420
|
},
|
|
7376
7421
|
"attribute": "fixed-pane"
|
|
7377
7422
|
},
|
|
@@ -7599,7 +7644,7 @@
|
|
|
7599
7644
|
"text": "string"
|
|
7600
7645
|
},
|
|
7601
7646
|
"privacy": "private",
|
|
7602
|
-
"default": "'1.
|
|
7647
|
+
"default": "'1.13.0'",
|
|
7603
7648
|
"inheritedFrom": {
|
|
7604
7649
|
"name": "VscElement",
|
|
7605
7650
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7667,7 +7712,7 @@
|
|
|
7667
7712
|
"name": "fixed-pane",
|
|
7668
7713
|
"description": "The size of the fixed pane will not change when the component is resized.",
|
|
7669
7714
|
"type": {
|
|
7670
|
-
"text": "
|
|
7715
|
+
"text": "'start' | 'end' | 'none'"
|
|
7671
7716
|
},
|
|
7672
7717
|
"fieldName": "fixedPane"
|
|
7673
7718
|
}
|
|
@@ -7804,7 +7849,7 @@
|
|
|
7804
7849
|
"text": "string"
|
|
7805
7850
|
},
|
|
7806
7851
|
"privacy": "private",
|
|
7807
|
-
"default": "'1.
|
|
7852
|
+
"default": "'1.13.0'",
|
|
7808
7853
|
"inheritedFrom": {
|
|
7809
7854
|
"name": "VscElement",
|
|
7810
7855
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7939,7 +7984,7 @@
|
|
|
7939
7984
|
"text": "string"
|
|
7940
7985
|
},
|
|
7941
7986
|
"privacy": "private",
|
|
7942
|
-
"default": "'1.
|
|
7987
|
+
"default": "'1.13.0'",
|
|
7943
7988
|
"inheritedFrom": {
|
|
7944
7989
|
"name": "VscElement",
|
|
7945
7990
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8127,6 +8172,39 @@
|
|
|
8127
8172
|
"attribute": "responsive",
|
|
8128
8173
|
"reflects": true
|
|
8129
8174
|
},
|
|
8175
|
+
{
|
|
8176
|
+
"kind": "field",
|
|
8177
|
+
"name": "bordered",
|
|
8178
|
+
"type": {
|
|
8179
|
+
"text": "boolean"
|
|
8180
|
+
},
|
|
8181
|
+
"default": "false",
|
|
8182
|
+
"description": "Both rows and columns are separated by borders.",
|
|
8183
|
+
"attribute": "bordered",
|
|
8184
|
+
"reflects": true
|
|
8185
|
+
},
|
|
8186
|
+
{
|
|
8187
|
+
"kind": "field",
|
|
8188
|
+
"name": "borderedColumns",
|
|
8189
|
+
"type": {
|
|
8190
|
+
"text": "boolean"
|
|
8191
|
+
},
|
|
8192
|
+
"default": "false",
|
|
8193
|
+
"description": "Columns are separated by borders.",
|
|
8194
|
+
"attribute": "bordered-columns",
|
|
8195
|
+
"reflects": true
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"kind": "field",
|
|
8199
|
+
"name": "borderedRows",
|
|
8200
|
+
"type": {
|
|
8201
|
+
"text": "boolean"
|
|
8202
|
+
},
|
|
8203
|
+
"default": "false",
|
|
8204
|
+
"description": "Rows are separated by borders.",
|
|
8205
|
+
"attribute": "bordered-rows",
|
|
8206
|
+
"reflects": true
|
|
8207
|
+
},
|
|
8130
8208
|
{
|
|
8131
8209
|
"kind": "field",
|
|
8132
8210
|
"name": "breakpoint",
|
|
@@ -8167,13 +8245,24 @@
|
|
|
8167
8245
|
},
|
|
8168
8246
|
{
|
|
8169
8247
|
"kind": "field",
|
|
8170
|
-
"name": "
|
|
8248
|
+
"name": "zebra",
|
|
8171
8249
|
"type": {
|
|
8172
8250
|
"text": "boolean"
|
|
8173
8251
|
},
|
|
8174
8252
|
"default": "false",
|
|
8175
|
-
"description": "
|
|
8176
|
-
"attribute": "
|
|
8253
|
+
"description": "Zebra stripes, even rows are tinted.",
|
|
8254
|
+
"attribute": "zebra",
|
|
8255
|
+
"reflects": true
|
|
8256
|
+
},
|
|
8257
|
+
{
|
|
8258
|
+
"kind": "field",
|
|
8259
|
+
"name": "zebraOdd",
|
|
8260
|
+
"type": {
|
|
8261
|
+
"text": "boolean"
|
|
8262
|
+
},
|
|
8263
|
+
"default": "false",
|
|
8264
|
+
"description": "Zebra stripes, odd rows are tinted.",
|
|
8265
|
+
"attribute": "zebra-odd",
|
|
8177
8266
|
"reflects": true
|
|
8178
8267
|
},
|
|
8179
8268
|
{
|
|
@@ -8632,7 +8721,7 @@
|
|
|
8632
8721
|
"text": "string"
|
|
8633
8722
|
},
|
|
8634
8723
|
"privacy": "private",
|
|
8635
|
-
"default": "'1.
|
|
8724
|
+
"default": "'1.13.0'",
|
|
8636
8725
|
"inheritedFrom": {
|
|
8637
8726
|
"name": "VscElement",
|
|
8638
8727
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8654,55 +8743,47 @@
|
|
|
8654
8743
|
],
|
|
8655
8744
|
"attributes": [
|
|
8656
8745
|
{
|
|
8746
|
+
"name": "resizable",
|
|
8657
8747
|
"type": {
|
|
8658
|
-
"text": "
|
|
8659
|
-
},
|
|
8660
|
-
"description": "Zebra stripes, even rows are tinted.",
|
|
8661
|
-
"name": "zebra"
|
|
8662
|
-
},
|
|
8663
|
-
{
|
|
8664
|
-
"type": {
|
|
8665
|
-
"text": "Boolean"
|
|
8666
|
-
},
|
|
8667
|
-
"description": "Zebra stripes, odd rows are tinted.",
|
|
8668
|
-
"name": "zebra-odd"
|
|
8669
|
-
},
|
|
8670
|
-
{
|
|
8671
|
-
"type": {
|
|
8672
|
-
"text": "Boolean"
|
|
8748
|
+
"text": "boolean"
|
|
8673
8749
|
},
|
|
8674
|
-
"
|
|
8675
|
-
"
|
|
8750
|
+
"default": "false",
|
|
8751
|
+
"fieldName": "resizable"
|
|
8676
8752
|
},
|
|
8677
8753
|
{
|
|
8754
|
+
"name": "responsive",
|
|
8678
8755
|
"type": {
|
|
8679
|
-
"text": "
|
|
8756
|
+
"text": "boolean"
|
|
8680
8757
|
},
|
|
8681
|
-
"
|
|
8682
|
-
"
|
|
8758
|
+
"default": "false",
|
|
8759
|
+
"fieldName": "responsive"
|
|
8683
8760
|
},
|
|
8684
8761
|
{
|
|
8762
|
+
"name": "bordered",
|
|
8685
8763
|
"type": {
|
|
8686
|
-
"text": "
|
|
8764
|
+
"text": "boolean"
|
|
8687
8765
|
},
|
|
8688
|
-
"
|
|
8689
|
-
"
|
|
8766
|
+
"default": "false",
|
|
8767
|
+
"description": "Both rows and columns are separated by borders.",
|
|
8768
|
+
"fieldName": "bordered"
|
|
8690
8769
|
},
|
|
8691
8770
|
{
|
|
8692
|
-
"name": "
|
|
8771
|
+
"name": "bordered-columns",
|
|
8693
8772
|
"type": {
|
|
8694
8773
|
"text": "boolean"
|
|
8695
8774
|
},
|
|
8696
8775
|
"default": "false",
|
|
8697
|
-
"
|
|
8776
|
+
"description": "Columns are separated by borders.",
|
|
8777
|
+
"fieldName": "borderedColumns"
|
|
8698
8778
|
},
|
|
8699
8779
|
{
|
|
8700
|
-
"name": "
|
|
8780
|
+
"name": "bordered-rows",
|
|
8701
8781
|
"type": {
|
|
8702
8782
|
"text": "boolean"
|
|
8703
8783
|
},
|
|
8704
8784
|
"default": "false",
|
|
8705
|
-
"
|
|
8785
|
+
"description": "Rows are separated by borders.",
|
|
8786
|
+
"fieldName": "borderedRows"
|
|
8706
8787
|
},
|
|
8707
8788
|
{
|
|
8708
8789
|
"name": "breakpoint",
|
|
@@ -8738,13 +8819,22 @@
|
|
|
8738
8819
|
"fieldName": "delayedResizing"
|
|
8739
8820
|
},
|
|
8740
8821
|
{
|
|
8741
|
-
"name": "
|
|
8822
|
+
"name": "zebra",
|
|
8742
8823
|
"type": {
|
|
8743
8824
|
"text": "boolean"
|
|
8744
8825
|
},
|
|
8745
8826
|
"default": "false",
|
|
8746
|
-
"description": "
|
|
8747
|
-
"fieldName": "
|
|
8827
|
+
"description": "Zebra stripes, even rows are tinted.",
|
|
8828
|
+
"fieldName": "zebra"
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"name": "zebra-odd",
|
|
8832
|
+
"type": {
|
|
8833
|
+
"text": "boolean"
|
|
8834
|
+
},
|
|
8835
|
+
"default": "false",
|
|
8836
|
+
"description": "Zebra stripes, odd rows are tinted.",
|
|
8837
|
+
"fieldName": "zebraOdd"
|
|
8748
8838
|
}
|
|
8749
8839
|
],
|
|
8750
8840
|
"superclass": {
|
|
@@ -8819,7 +8909,7 @@
|
|
|
8819
8909
|
"text": "string"
|
|
8820
8910
|
},
|
|
8821
8911
|
"privacy": "private",
|
|
8822
|
-
"default": "'1.
|
|
8912
|
+
"default": "'1.13.0'",
|
|
8823
8913
|
"inheritedFrom": {
|
|
8824
8914
|
"name": "VscElement",
|
|
8825
8915
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8941,7 +9031,7 @@
|
|
|
8941
9031
|
"text": "string"
|
|
8942
9032
|
},
|
|
8943
9033
|
"privacy": "private",
|
|
8944
|
-
"default": "'1.
|
|
9034
|
+
"default": "'1.13.0'",
|
|
8945
9035
|
"inheritedFrom": {
|
|
8946
9036
|
"name": "VscElement",
|
|
8947
9037
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9054,7 +9144,7 @@
|
|
|
9054
9144
|
"text": "string"
|
|
9055
9145
|
},
|
|
9056
9146
|
"privacy": "private",
|
|
9057
|
-
"default": "'1.
|
|
9147
|
+
"default": "'1.13.0'",
|
|
9058
9148
|
"inheritedFrom": {
|
|
9059
9149
|
"name": "VscElement",
|
|
9060
9150
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9152,7 +9242,7 @@
|
|
|
9152
9242
|
"text": "string"
|
|
9153
9243
|
},
|
|
9154
9244
|
"privacy": "private",
|
|
9155
|
-
"default": "'1.
|
|
9245
|
+
"default": "'1.13.0'",
|
|
9156
9246
|
"inheritedFrom": {
|
|
9157
9247
|
"name": "VscElement",
|
|
9158
9248
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9244,7 +9334,7 @@
|
|
|
9244
9334
|
"text": "string"
|
|
9245
9335
|
},
|
|
9246
9336
|
"privacy": "private",
|
|
9247
|
-
"default": "'1.
|
|
9337
|
+
"default": "'1.13.0'",
|
|
9248
9338
|
"inheritedFrom": {
|
|
9249
9339
|
"name": "VscElement",
|
|
9250
9340
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9496,7 +9586,7 @@
|
|
|
9496
9586
|
"text": "string"
|
|
9497
9587
|
},
|
|
9498
9588
|
"privacy": "private",
|
|
9499
|
-
"default": "'1.
|
|
9589
|
+
"default": "'1.13.0'",
|
|
9500
9590
|
"inheritedFrom": {
|
|
9501
9591
|
"name": "VscElement",
|
|
9502
9592
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10007,7 +10097,7 @@
|
|
|
10007
10097
|
"text": "string"
|
|
10008
10098
|
},
|
|
10009
10099
|
"privacy": "private",
|
|
10010
|
-
"default": "'1.
|
|
10100
|
+
"default": "'1.13.0'",
|
|
10011
10101
|
"inheritedFrom": {
|
|
10012
10102
|
"name": "VscElement",
|
|
10013
10103
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10230,7 +10320,7 @@
|
|
|
10230
10320
|
"type": {
|
|
10231
10321
|
"text": "CSSResultGroup"
|
|
10232
10322
|
},
|
|
10233
|
-
"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); } `, ]"
|
|
10323
|
+
"default": "[ defaultStyles, css` :host { align-items: center; background-color: var(--vscode-settings-textInputBackground, #313131); border-color: var( --vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground, #3c3c3c) ); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground, #cccccc); display: inline-flex; max-width: 100%; position: relative; width: 320px; } :host([focused]) { border-color: var(--vscode-focusBorder, #0078d4); } :host([invalid]), :host(:invalid) { border-color: var(--vscode-inputValidation-errorBorder, #be1100); } :host([invalid]) input, :host(:invalid) input { background-color: var(--vscode-inputValidation-errorBackground, #5a1d1d); } ::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, #313131); border: 0; box-sizing: border-box; color: var(--vscode-settings-textInputForeground, #cccccc); display: block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, 'normal'); 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, #989898); 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, #0078d4); border: 0; border-radius: 2px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, 'normal'); line-height: 20px; padding: 0 14px; } input[type='file']::file-selector-button:hover { background-color: var(--vscode-button-hoverBackground, #026ec1); } `, ]"
|
|
10234
10324
|
}
|
|
10235
10325
|
],
|
|
10236
10326
|
"exports": [
|
|
@@ -10254,37 +10344,61 @@
|
|
|
10254
10344
|
"name": "VscodeTextfield",
|
|
10255
10345
|
"cssProperties": [
|
|
10256
10346
|
{
|
|
10257
|
-
"name": "--vscode-settings-textInputBackground"
|
|
10347
|
+
"name": "--vscode-settings-textInputBackground",
|
|
10348
|
+
"default": "#313131"
|
|
10258
10349
|
},
|
|
10259
10350
|
{
|
|
10260
|
-
"name": "--vscode-settings-textInputBorder"
|
|
10351
|
+
"name": "--vscode-settings-textInputBorder",
|
|
10352
|
+
"default": "var(--vscode-settings-textInputBackground, #3c3c3c)"
|
|
10261
10353
|
},
|
|
10262
10354
|
{
|
|
10263
|
-
"name": "--vscode-settings-textInputForeground"
|
|
10355
|
+
"name": "--vscode-settings-textInputForeground",
|
|
10356
|
+
"default": "#cccccc"
|
|
10264
10357
|
},
|
|
10265
10358
|
{
|
|
10266
|
-
"name": "--vscode-
|
|
10359
|
+
"name": "--vscode-settings-textInputBackground",
|
|
10360
|
+
"default": "#313131"
|
|
10267
10361
|
},
|
|
10268
10362
|
{
|
|
10269
|
-
"name": "--vscode-
|
|
10363
|
+
"name": "--vscode-focusBorder",
|
|
10364
|
+
"default": "#0078d4"
|
|
10270
10365
|
},
|
|
10271
10366
|
{
|
|
10272
|
-
"
|
|
10367
|
+
"description": "A sans-serif font type depends on the host OS.",
|
|
10368
|
+
"name": "--vscode-font-family",
|
|
10369
|
+
"default": "sans-serif"
|
|
10273
10370
|
},
|
|
10274
10371
|
{
|
|
10275
|
-
"name": "--vscode-font-
|
|
10372
|
+
"name": "--vscode-font-size",
|
|
10373
|
+
"default": "13px"
|
|
10276
10374
|
},
|
|
10277
10375
|
{
|
|
10278
|
-
"name": "--vscode-
|
|
10376
|
+
"name": "--vscode-font-weight",
|
|
10377
|
+
"default": "normal"
|
|
10378
|
+
},
|
|
10379
|
+
{
|
|
10380
|
+
"name": "--vscode-inputValidation-errorBorder",
|
|
10381
|
+
"default": "#be1100"
|
|
10382
|
+
},
|
|
10383
|
+
{
|
|
10384
|
+
"name": "--vscode-inputValidation-errorBackground",
|
|
10385
|
+
"default": "#5a1d1d"
|
|
10386
|
+
},
|
|
10387
|
+
{
|
|
10388
|
+
"name": "--vscode-input-placeholderForeground",
|
|
10389
|
+
"default": "#989898"
|
|
10279
10390
|
},
|
|
10280
10391
|
{
|
|
10281
|
-
"name": "--vscode-button-background"
|
|
10392
|
+
"name": "--vscode-button-background",
|
|
10393
|
+
"default": "#0078d4"
|
|
10282
10394
|
},
|
|
10283
10395
|
{
|
|
10284
|
-
"name": "--vscode-button-foreground"
|
|
10396
|
+
"name": "--vscode-button-foreground",
|
|
10397
|
+
"default": "#ffffff"
|
|
10285
10398
|
},
|
|
10286
10399
|
{
|
|
10287
|
-
"name": "--vscode-button-hoverBackground"
|
|
10400
|
+
"name": "--vscode-button-hoverBackground",
|
|
10401
|
+
"default": "#026ec1"
|
|
10288
10402
|
}
|
|
10289
10403
|
],
|
|
10290
10404
|
"slots": [
|
|
@@ -10643,7 +10757,7 @@
|
|
|
10643
10757
|
"text": "string"
|
|
10644
10758
|
},
|
|
10645
10759
|
"privacy": "private",
|
|
10646
|
-
"default": "'1.
|
|
10760
|
+
"default": "'1.13.0'",
|
|
10647
10761
|
"inheritedFrom": {
|
|
10648
10762
|
"name": "VscElement",
|
|
10649
10763
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10875,957 +10989,754 @@
|
|
|
10875
10989
|
},
|
|
10876
10990
|
{
|
|
10877
10991
|
"kind": "javascript-module",
|
|
10878
|
-
"path": "src/
|
|
10992
|
+
"path": "src/vscode-tree/vscode-tree.styles.ts",
|
|
10993
|
+
"declarations": [
|
|
10994
|
+
{
|
|
10995
|
+
"kind": "variable",
|
|
10996
|
+
"name": "styles",
|
|
10997
|
+
"type": {
|
|
10998
|
+
"text": "CSSResultGroup"
|
|
10999
|
+
},
|
|
11000
|
+
"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); } `, ]"
|
|
11001
|
+
}
|
|
11002
|
+
],
|
|
11003
|
+
"exports": [
|
|
11004
|
+
{
|
|
11005
|
+
"kind": "js",
|
|
11006
|
+
"name": "default",
|
|
11007
|
+
"declaration": {
|
|
11008
|
+
"name": "styles",
|
|
11009
|
+
"module": "src/vscode-tree/vscode-tree.styles.ts"
|
|
11010
|
+
}
|
|
11011
|
+
}
|
|
11012
|
+
]
|
|
11013
|
+
},
|
|
11014
|
+
{
|
|
11015
|
+
"kind": "javascript-module",
|
|
11016
|
+
"path": "src/vscode-tree/vscode-tree.ts",
|
|
10879
11017
|
"declarations": [
|
|
10880
11018
|
{
|
|
10881
11019
|
"kind": "class",
|
|
10882
11020
|
"description": "",
|
|
10883
|
-
"name": "
|
|
11021
|
+
"name": "VscodeTree",
|
|
11022
|
+
"cssProperties": [
|
|
11023
|
+
{
|
|
11024
|
+
"name": "--vscode-focusBorder"
|
|
11025
|
+
},
|
|
11026
|
+
{
|
|
11027
|
+
"name": "--vscode-font-family"
|
|
11028
|
+
},
|
|
11029
|
+
{
|
|
11030
|
+
"name": "--vscode-font-size"
|
|
11031
|
+
},
|
|
11032
|
+
{
|
|
11033
|
+
"name": "--vscode-font-weight"
|
|
11034
|
+
},
|
|
11035
|
+
{
|
|
11036
|
+
"name": "--vscode-list-hoverForeground"
|
|
11037
|
+
},
|
|
11038
|
+
{
|
|
11039
|
+
"name": "--vscode-list-hoverBackground"
|
|
11040
|
+
},
|
|
11041
|
+
{
|
|
11042
|
+
"name": "--vscode-list-inactiveSelectionBackground"
|
|
11043
|
+
},
|
|
11044
|
+
{
|
|
11045
|
+
"name": "--vscode-list-inactiveSelectionForeground"
|
|
11046
|
+
},
|
|
11047
|
+
{
|
|
11048
|
+
"name": "--vscode-list-activeSelectionBackground"
|
|
11049
|
+
},
|
|
11050
|
+
{
|
|
11051
|
+
"name": "--vscode-list-activeSelectionForeground"
|
|
11052
|
+
},
|
|
11053
|
+
{
|
|
11054
|
+
"name": "--vscode-list-inactiveSelectionIconForeground"
|
|
11055
|
+
},
|
|
11056
|
+
{
|
|
11057
|
+
"name": "--vscode-list-inactiveFocusBackground"
|
|
11058
|
+
},
|
|
11059
|
+
{
|
|
11060
|
+
"name": "--vscode-list-inactiveFocusOutline"
|
|
11061
|
+
},
|
|
11062
|
+
{
|
|
11063
|
+
"name": "--vscode-list-focusOutline"
|
|
11064
|
+
},
|
|
11065
|
+
{
|
|
11066
|
+
"name": "--vscode-tree-inactiveIndentGuidesStroke"
|
|
11067
|
+
},
|
|
11068
|
+
{
|
|
11069
|
+
"name": "--vscode-tree-indentGuidesStroke"
|
|
11070
|
+
}
|
|
11071
|
+
],
|
|
11072
|
+
"cssParts": [
|
|
11073
|
+
{
|
|
11074
|
+
"name": "text-content"
|
|
11075
|
+
},
|
|
11076
|
+
{
|
|
11077
|
+
"name": "description"
|
|
11078
|
+
},
|
|
11079
|
+
{
|
|
11080
|
+
"name": "counter-badge-decoration"
|
|
11081
|
+
},
|
|
11082
|
+
{
|
|
11083
|
+
"name": "filled-circle-decoration"
|
|
11084
|
+
},
|
|
11085
|
+
{
|
|
11086
|
+
"name": "caption-decoration"
|
|
11087
|
+
},
|
|
11088
|
+
{
|
|
11089
|
+
"description": "Container of decorations",
|
|
11090
|
+
"name": "decorations"
|
|
11091
|
+
}
|
|
11092
|
+
],
|
|
10884
11093
|
"members": [
|
|
10885
11094
|
{
|
|
10886
11095
|
"kind": "field",
|
|
10887
|
-
"name": "
|
|
11096
|
+
"name": "data",
|
|
10888
11097
|
"type": {
|
|
10889
|
-
"text": "
|
|
11098
|
+
"text": "TreeItem[]"
|
|
10890
11099
|
},
|
|
10891
|
-
"
|
|
10892
|
-
"attribute": "focused",
|
|
10893
|
-
"reflects": true
|
|
11100
|
+
"attribute": "data"
|
|
10894
11101
|
},
|
|
10895
11102
|
{
|
|
10896
11103
|
"kind": "field",
|
|
10897
|
-
"name": "
|
|
11104
|
+
"name": "indent",
|
|
10898
11105
|
"type": {
|
|
10899
11106
|
"text": "number"
|
|
10900
11107
|
},
|
|
10901
|
-
"
|
|
10902
|
-
"
|
|
11108
|
+
"default": "8",
|
|
11109
|
+
"attribute": "indent"
|
|
10903
11110
|
},
|
|
10904
11111
|
{
|
|
10905
11112
|
"kind": "field",
|
|
10906
|
-
"name": "
|
|
10907
|
-
"
|
|
11113
|
+
"name": "arrows",
|
|
11114
|
+
"type": {
|
|
11115
|
+
"text": "boolean"
|
|
11116
|
+
},
|
|
11117
|
+
"default": "false",
|
|
11118
|
+
"attribute": "arrows",
|
|
11119
|
+
"reflects": true
|
|
10908
11120
|
},
|
|
10909
11121
|
{
|
|
10910
11122
|
"kind": "field",
|
|
10911
|
-
"name": "
|
|
10912
|
-
"
|
|
11123
|
+
"name": "multiline",
|
|
11124
|
+
"type": {
|
|
11125
|
+
"text": "boolean"
|
|
11126
|
+
},
|
|
11127
|
+
"default": "false",
|
|
11128
|
+
"attribute": "multiline",
|
|
11129
|
+
"reflects": true
|
|
10913
11130
|
},
|
|
10914
11131
|
{
|
|
10915
11132
|
"kind": "field",
|
|
10916
|
-
"name": "
|
|
11133
|
+
"name": "tabindex",
|
|
10917
11134
|
"type": {
|
|
10918
|
-
"text": "
|
|
11135
|
+
"text": "number"
|
|
10919
11136
|
},
|
|
10920
|
-
"
|
|
10921
|
-
"
|
|
10922
|
-
"
|
|
10923
|
-
"name": "VscElement",
|
|
10924
|
-
"module": "src/includes/VscElement.ts"
|
|
10925
|
-
}
|
|
11137
|
+
"default": "0",
|
|
11138
|
+
"attribute": "tabindex",
|
|
11139
|
+
"reflects": true
|
|
10926
11140
|
},
|
|
10927
11141
|
{
|
|
10928
11142
|
"kind": "field",
|
|
10929
|
-
"name": "
|
|
10930
|
-
"type": {
|
|
10931
|
-
"text": "string"
|
|
10932
|
-
},
|
|
10933
|
-
"description": "VSCode Elements version",
|
|
10934
|
-
"readonly": true,
|
|
10935
|
-
"inheritedFrom": {
|
|
10936
|
-
"name": "VscElement",
|
|
10937
|
-
"module": "src/includes/VscElement.ts"
|
|
10938
|
-
}
|
|
10939
|
-
}
|
|
10940
|
-
],
|
|
10941
|
-
"attributes": [
|
|
10942
|
-
{
|
|
10943
|
-
"name": "focused",
|
|
11143
|
+
"name": "indentGuides",
|
|
10944
11144
|
"type": {
|
|
10945
11145
|
"text": "boolean"
|
|
10946
11146
|
},
|
|
10947
11147
|
"default": "false",
|
|
10948
|
-
"
|
|
10949
|
-
|
|
10950
|
-
|
|
10951
|
-
"superclass": {
|
|
10952
|
-
"name": "VscElement",
|
|
10953
|
-
"module": "/src/includes/VscElement.js"
|
|
10954
|
-
}
|
|
10955
|
-
}
|
|
10956
|
-
],
|
|
10957
|
-
"exports": [
|
|
10958
|
-
{
|
|
10959
|
-
"kind": "js",
|
|
10960
|
-
"name": "FormButtonWidgetBase",
|
|
10961
|
-
"declaration": {
|
|
10962
|
-
"name": "FormButtonWidgetBase",
|
|
10963
|
-
"module": "src/includes/form-button-widget/FormButtonWidgetBase.ts"
|
|
10964
|
-
}
|
|
10965
|
-
}
|
|
10966
|
-
]
|
|
10967
|
-
},
|
|
10968
|
-
{
|
|
10969
|
-
"kind": "javascript-module",
|
|
10970
|
-
"path": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts",
|
|
10971
|
-
"declarations": [
|
|
10972
|
-
{
|
|
10973
|
-
"kind": "class",
|
|
10974
|
-
"description": "",
|
|
10975
|
-
"name": "LabelledCheckboxOrRadioInterface",
|
|
10976
|
-
"members": [
|
|
11148
|
+
"attribute": "indent-guides",
|
|
11149
|
+
"reflects": true
|
|
11150
|
+
},
|
|
10977
11151
|
{
|
|
10978
11152
|
"kind": "field",
|
|
10979
|
-
"name": "
|
|
11153
|
+
"name": "_data",
|
|
10980
11154
|
"type": {
|
|
10981
|
-
"text": "
|
|
10982
|
-
}
|
|
11155
|
+
"text": "TreeItem[]"
|
|
11156
|
+
},
|
|
11157
|
+
"privacy": "private",
|
|
11158
|
+
"default": "[]"
|
|
10983
11159
|
},
|
|
10984
11160
|
{
|
|
10985
|
-
"kind": "
|
|
10986
|
-
"name": "
|
|
10987
|
-
"
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
|
|
10991
|
-
|
|
10992
|
-
}
|
|
11161
|
+
"kind": "field",
|
|
11162
|
+
"name": "_selectedItem",
|
|
11163
|
+
"type": {
|
|
11164
|
+
"text": "TreeItem | null"
|
|
11165
|
+
},
|
|
11166
|
+
"privacy": "private",
|
|
11167
|
+
"default": "null"
|
|
10993
11168
|
},
|
|
10994
|
-
{
|
|
10995
|
-
"kind": "method",
|
|
10996
|
-
"name": "_renderLabelAttribute",
|
|
10997
|
-
"privacy": "protected",
|
|
10998
|
-
"return": {
|
|
10999
|
-
"type": {
|
|
11000
|
-
"text": "TemplateResult"
|
|
11001
|
-
}
|
|
11002
|
-
}
|
|
11003
|
-
}
|
|
11004
|
-
]
|
|
11005
|
-
},
|
|
11006
|
-
{
|
|
11007
|
-
"kind": "mixin",
|
|
11008
|
-
"description": "",
|
|
11009
|
-
"name": "LabelledCheckboxOrRadioMixin",
|
|
11010
|
-
"members": [
|
|
11011
11169
|
{
|
|
11012
11170
|
"kind": "field",
|
|
11013
|
-
"name": "
|
|
11171
|
+
"name": "_focusedItem",
|
|
11014
11172
|
"type": {
|
|
11015
|
-
"text": "
|
|
11173
|
+
"text": "TreeItem | null"
|
|
11016
11174
|
},
|
|
11017
|
-
"
|
|
11175
|
+
"privacy": "private",
|
|
11176
|
+
"default": "null"
|
|
11018
11177
|
},
|
|
11019
11178
|
{
|
|
11020
11179
|
"kind": "field",
|
|
11021
|
-
"name": "
|
|
11180
|
+
"name": "_selectedBranch",
|
|
11022
11181
|
"type": {
|
|
11023
|
-
"text": "
|
|
11182
|
+
"text": "TreeItem | null"
|
|
11024
11183
|
},
|
|
11025
11184
|
"privacy": "private",
|
|
11026
|
-
"default": "
|
|
11185
|
+
"default": "null"
|
|
11027
11186
|
},
|
|
11028
11187
|
{
|
|
11029
11188
|
"kind": "field",
|
|
11030
|
-
"name": "
|
|
11189
|
+
"name": "_focusedBranch",
|
|
11031
11190
|
"type": {
|
|
11032
|
-
"text": "
|
|
11191
|
+
"text": "TreeItem | null"
|
|
11033
11192
|
},
|
|
11034
11193
|
"privacy": "private",
|
|
11035
|
-
"default": "
|
|
11194
|
+
"default": "null"
|
|
11036
11195
|
},
|
|
11037
11196
|
{
|
|
11038
11197
|
"kind": "method",
|
|
11039
|
-
"name": "
|
|
11040
|
-
"privacy": "
|
|
11198
|
+
"name": "closeAll",
|
|
11199
|
+
"privacy": "public",
|
|
11041
11200
|
"return": {
|
|
11042
11201
|
"type": {
|
|
11043
11202
|
"text": "void"
|
|
11044
11203
|
}
|
|
11045
|
-
}
|
|
11204
|
+
},
|
|
11205
|
+
"description": "Closes all opened tree items recursively."
|
|
11046
11206
|
},
|
|
11047
11207
|
{
|
|
11048
11208
|
"kind": "method",
|
|
11049
|
-
"name": "
|
|
11050
|
-
"privacy": "
|
|
11209
|
+
"name": "deselectAll",
|
|
11210
|
+
"privacy": "public",
|
|
11211
|
+
"description": "Deselects all selected items."
|
|
11212
|
+
},
|
|
11213
|
+
{
|
|
11214
|
+
"kind": "method",
|
|
11215
|
+
"name": "getItemByPath",
|
|
11216
|
+
"privacy": "public",
|
|
11051
11217
|
"return": {
|
|
11052
11218
|
"type": {
|
|
11053
|
-
"text": "
|
|
11219
|
+
"text": ""
|
|
11054
11220
|
}
|
|
11055
|
-
}
|
|
11056
|
-
}
|
|
11057
|
-
],
|
|
11058
|
-
"attributes": [
|
|
11059
|
-
{
|
|
11060
|
-
"name": "label",
|
|
11061
|
-
"type": {
|
|
11062
|
-
"text": "string"
|
|
11063
11221
|
},
|
|
11064
|
-
"
|
|
11065
|
-
|
|
11066
|
-
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
}
|
|
11074
|
-
]
|
|
11075
|
-
}
|
|
11076
|
-
],
|
|
11077
|
-
"exports": [
|
|
11078
|
-
{
|
|
11079
|
-
"kind": "js",
|
|
11080
|
-
"name": "LabelledCheckboxOrRadioInterface",
|
|
11081
|
-
"declaration": {
|
|
11082
|
-
"name": "LabelledCheckboxOrRadioInterface",
|
|
11083
|
-
"module": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts"
|
|
11084
|
-
}
|
|
11085
|
-
},
|
|
11086
|
-
{
|
|
11087
|
-
"kind": "js",
|
|
11088
|
-
"name": "LabelledCheckboxOrRadioMixin",
|
|
11089
|
-
"declaration": {
|
|
11090
|
-
"name": "LabelledCheckboxOrRadioMixin",
|
|
11091
|
-
"module": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts"
|
|
11092
|
-
}
|
|
11093
|
-
}
|
|
11094
|
-
]
|
|
11095
|
-
},
|
|
11096
|
-
{
|
|
11097
|
-
"kind": "javascript-module",
|
|
11098
|
-
"path": "src/includes/form-button-widget/base.styles.ts",
|
|
11099
|
-
"declarations": [],
|
|
11100
|
-
"exports": [
|
|
11101
|
-
{
|
|
11102
|
-
"kind": "js",
|
|
11103
|
-
"name": "default",
|
|
11104
|
-
"declaration": {
|
|
11105
|
-
"module": "src/includes/form-button-widget/base.styles.ts"
|
|
11106
|
-
}
|
|
11107
|
-
}
|
|
11108
|
-
]
|
|
11109
|
-
},
|
|
11110
|
-
{
|
|
11111
|
-
"kind": "javascript-module",
|
|
11112
|
-
"path": "src/includes/vscode-select/helpers.ts",
|
|
11113
|
-
"declarations": [
|
|
11114
|
-
{
|
|
11115
|
-
"kind": "function",
|
|
11116
|
-
"name": "startsWithPerTermSearch",
|
|
11117
|
-
"return": {
|
|
11118
|
-
"type": {
|
|
11119
|
-
"text": "SearchResult"
|
|
11120
|
-
}
|
|
11121
|
-
},
|
|
11122
|
-
"parameters": [
|
|
11123
|
-
{
|
|
11124
|
-
"name": "subject",
|
|
11125
|
-
"type": {
|
|
11126
|
-
"text": "string"
|
|
11127
|
-
}
|
|
11222
|
+
"parameters": [
|
|
11223
|
+
{
|
|
11224
|
+
"name": "path",
|
|
11225
|
+
"type": {
|
|
11226
|
+
"text": "number[]"
|
|
11227
|
+
}
|
|
11228
|
+
}
|
|
11229
|
+
],
|
|
11230
|
+
"description": "Returns a reference to a TreeItem object by path."
|
|
11128
11231
|
},
|
|
11129
11232
|
{
|
|
11130
|
-
"
|
|
11131
|
-
"
|
|
11132
|
-
|
|
11133
|
-
|
|
11134
|
-
|
|
11135
|
-
|
|
11136
|
-
|
|
11137
|
-
|
|
11138
|
-
|
|
11139
|
-
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
-
|
|
11144
|
-
|
|
11145
|
-
|
|
11233
|
+
"kind": "method",
|
|
11234
|
+
"name": "_getItemByPath",
|
|
11235
|
+
"privacy": "private",
|
|
11236
|
+
"return": {
|
|
11237
|
+
"type": {
|
|
11238
|
+
"text": "TreeItem | null"
|
|
11239
|
+
}
|
|
11240
|
+
},
|
|
11241
|
+
"parameters": [
|
|
11242
|
+
{
|
|
11243
|
+
"name": "path",
|
|
11244
|
+
"type": {
|
|
11245
|
+
"text": "number[]"
|
|
11246
|
+
}
|
|
11247
|
+
}
|
|
11248
|
+
]
|
|
11249
|
+
},
|
|
11146
11250
|
{
|
|
11147
|
-
"
|
|
11148
|
-
"
|
|
11149
|
-
|
|
11150
|
-
|
|
11251
|
+
"kind": "method",
|
|
11252
|
+
"name": "_handleActionClick",
|
|
11253
|
+
"privacy": "private",
|
|
11254
|
+
"parameters": [
|
|
11255
|
+
{
|
|
11256
|
+
"name": "ev",
|
|
11257
|
+
"type": {
|
|
11258
|
+
"text": "MouseEvent"
|
|
11259
|
+
}
|
|
11260
|
+
}
|
|
11261
|
+
]
|
|
11151
11262
|
},
|
|
11152
11263
|
{
|
|
11153
|
-
"
|
|
11154
|
-
"
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11160
|
-
|
|
11161
|
-
|
|
11162
|
-
|
|
11163
|
-
|
|
11164
|
-
"type": {
|
|
11165
|
-
"text": "SearchResult"
|
|
11166
|
-
}
|
|
11167
|
-
},
|
|
11168
|
-
"parameters": [
|
|
11169
|
-
{
|
|
11170
|
-
"name": "subject",
|
|
11171
|
-
"type": {
|
|
11172
|
-
"text": "string"
|
|
11173
|
-
}
|
|
11174
|
-
},
|
|
11175
|
-
{
|
|
11176
|
-
"name": "pattern",
|
|
11177
|
-
"type": {
|
|
11178
|
-
"text": "string"
|
|
11179
|
-
}
|
|
11180
|
-
}
|
|
11181
|
-
]
|
|
11182
|
-
},
|
|
11183
|
-
{
|
|
11184
|
-
"kind": "function",
|
|
11185
|
-
"name": "fuzzySearch",
|
|
11186
|
-
"return": {
|
|
11187
|
-
"type": {
|
|
11188
|
-
"text": "SearchResult"
|
|
11189
|
-
}
|
|
11190
|
-
},
|
|
11191
|
-
"parameters": [
|
|
11192
|
-
{
|
|
11193
|
-
"name": "subject",
|
|
11194
|
-
"type": {
|
|
11195
|
-
"text": "string"
|
|
11196
|
-
}
|
|
11197
|
-
},
|
|
11198
|
-
{
|
|
11199
|
-
"name": "pattern",
|
|
11200
|
-
"type": {
|
|
11201
|
-
"text": "string"
|
|
11202
|
-
}
|
|
11203
|
-
}
|
|
11204
|
-
]
|
|
11205
|
-
},
|
|
11206
|
-
{
|
|
11207
|
-
"kind": "function",
|
|
11208
|
-
"name": "filterOptionsByPattern",
|
|
11209
|
-
"return": {
|
|
11210
|
-
"type": {
|
|
11211
|
-
"text": "InternalOption[]"
|
|
11212
|
-
}
|
|
11213
|
-
},
|
|
11214
|
-
"parameters": [
|
|
11215
|
-
{
|
|
11216
|
-
"name": "list",
|
|
11217
|
-
"type": {
|
|
11218
|
-
"text": "InternalOption[]"
|
|
11219
|
-
}
|
|
11220
|
-
},
|
|
11221
|
-
{
|
|
11222
|
-
"name": "pattern",
|
|
11223
|
-
"type": {
|
|
11224
|
-
"text": "string"
|
|
11225
|
-
}
|
|
11226
|
-
},
|
|
11227
|
-
{
|
|
11228
|
-
"name": "method",
|
|
11229
|
-
"type": {
|
|
11230
|
-
"text": "SearchMethod"
|
|
11231
|
-
}
|
|
11232
|
-
}
|
|
11233
|
-
]
|
|
11234
|
-
},
|
|
11235
|
-
{
|
|
11236
|
-
"kind": "function",
|
|
11237
|
-
"name": "highlightRanges",
|
|
11238
|
-
"return": {
|
|
11239
|
-
"type": {
|
|
11240
|
-
"text": "TemplateResult | TemplateResult[]"
|
|
11241
|
-
}
|
|
11242
|
-
},
|
|
11243
|
-
"parameters": [
|
|
11244
|
-
{
|
|
11245
|
-
"name": "text",
|
|
11246
|
-
"type": {
|
|
11247
|
-
"text": "string"
|
|
11248
|
-
}
|
|
11249
|
-
},
|
|
11250
|
-
{
|
|
11251
|
-
"name": "ranges",
|
|
11252
|
-
"type": {
|
|
11253
|
-
"text": "[number, number][]"
|
|
11254
|
-
}
|
|
11255
|
-
}
|
|
11256
|
-
]
|
|
11257
|
-
}
|
|
11258
|
-
],
|
|
11259
|
-
"exports": [
|
|
11260
|
-
{
|
|
11261
|
-
"kind": "js",
|
|
11262
|
-
"name": "startsWithPerTermSearch",
|
|
11263
|
-
"declaration": {
|
|
11264
|
-
"name": "startsWithPerTermSearch",
|
|
11265
|
-
"module": "src/includes/vscode-select/helpers.ts"
|
|
11266
|
-
}
|
|
11267
|
-
},
|
|
11268
|
-
{
|
|
11269
|
-
"kind": "js",
|
|
11270
|
-
"name": "startsWithSearch",
|
|
11271
|
-
"declaration": {
|
|
11272
|
-
"name": "startsWithSearch",
|
|
11273
|
-
"module": "src/includes/vscode-select/helpers.ts"
|
|
11274
|
-
}
|
|
11275
|
-
},
|
|
11276
|
-
{
|
|
11277
|
-
"kind": "js",
|
|
11278
|
-
"name": "containsSearch",
|
|
11279
|
-
"declaration": {
|
|
11280
|
-
"name": "containsSearch",
|
|
11281
|
-
"module": "src/includes/vscode-select/helpers.ts"
|
|
11282
|
-
}
|
|
11283
|
-
},
|
|
11284
|
-
{
|
|
11285
|
-
"kind": "js",
|
|
11286
|
-
"name": "fuzzySearch",
|
|
11287
|
-
"declaration": {
|
|
11288
|
-
"name": "fuzzySearch",
|
|
11289
|
-
"module": "src/includes/vscode-select/helpers.ts"
|
|
11290
|
-
}
|
|
11291
|
-
},
|
|
11292
|
-
{
|
|
11293
|
-
"kind": "js",
|
|
11294
|
-
"name": "filterOptionsByPattern",
|
|
11295
|
-
"declaration": {
|
|
11296
|
-
"name": "filterOptionsByPattern",
|
|
11297
|
-
"module": "src/includes/vscode-select/helpers.ts"
|
|
11298
|
-
}
|
|
11299
|
-
},
|
|
11300
|
-
{
|
|
11301
|
-
"kind": "js",
|
|
11302
|
-
"name": "highlightRanges",
|
|
11303
|
-
"declaration": {
|
|
11304
|
-
"name": "highlightRanges",
|
|
11305
|
-
"module": "src/includes/vscode-select/helpers.ts"
|
|
11306
|
-
}
|
|
11307
|
-
}
|
|
11308
|
-
]
|
|
11309
|
-
},
|
|
11310
|
-
{
|
|
11311
|
-
"kind": "javascript-module",
|
|
11312
|
-
"path": "src/includes/vscode-select/styles.ts",
|
|
11313
|
-
"declarations": [],
|
|
11314
|
-
"exports": [
|
|
11315
|
-
{
|
|
11316
|
-
"kind": "js",
|
|
11317
|
-
"name": "default",
|
|
11318
|
-
"declaration": {
|
|
11319
|
-
"module": "src/includes/vscode-select/styles.ts"
|
|
11320
|
-
}
|
|
11321
|
-
}
|
|
11322
|
-
]
|
|
11323
|
-
},
|
|
11324
|
-
{
|
|
11325
|
-
"kind": "javascript-module",
|
|
11326
|
-
"path": "src/includes/vscode-select/template-elements.ts",
|
|
11327
|
-
"declarations": [
|
|
11328
|
-
{
|
|
11329
|
-
"kind": "variable",
|
|
11330
|
-
"name": "chevronDownIcon",
|
|
11331
|
-
"default": "html` <span class=\"icon\"> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" > <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z\" /> </svg> </span> `"
|
|
11332
|
-
}
|
|
11333
|
-
],
|
|
11334
|
-
"exports": [
|
|
11335
|
-
{
|
|
11336
|
-
"kind": "js",
|
|
11337
|
-
"name": "chevronDownIcon",
|
|
11338
|
-
"declaration": {
|
|
11339
|
-
"name": "chevronDownIcon",
|
|
11340
|
-
"module": "src/includes/vscode-select/template-elements.ts"
|
|
11341
|
-
}
|
|
11342
|
-
}
|
|
11343
|
-
]
|
|
11344
|
-
},
|
|
11345
|
-
{
|
|
11346
|
-
"kind": "javascript-module",
|
|
11347
|
-
"path": "src/includes/vscode-select/types.ts",
|
|
11348
|
-
"declarations": [],
|
|
11349
|
-
"exports": []
|
|
11350
|
-
},
|
|
11351
|
-
{
|
|
11352
|
-
"kind": "javascript-module",
|
|
11353
|
-
"path": "src/includes/vscode-select/vscode-select-base.ts",
|
|
11354
|
-
"declarations": [
|
|
11355
|
-
{
|
|
11356
|
-
"kind": "class",
|
|
11357
|
-
"description": "",
|
|
11358
|
-
"name": "VscodeSelectBase",
|
|
11359
|
-
"cssProperties": [
|
|
11360
|
-
{
|
|
11361
|
-
"description": "workaround for dropdown z-index issues",
|
|
11362
|
-
"name": "--dropdown-z-index"
|
|
11363
|
-
}
|
|
11364
|
-
],
|
|
11365
|
-
"members": [
|
|
11366
|
-
{
|
|
11367
|
-
"kind": "field",
|
|
11368
|
-
"name": "combobox",
|
|
11369
|
-
"type": {
|
|
11370
|
-
"text": "boolean"
|
|
11371
|
-
},
|
|
11372
|
-
"default": "false",
|
|
11373
|
-
"description": "Options can be filtered by typing into a text input field.",
|
|
11374
|
-
"attribute": "combobox",
|
|
11375
|
-
"reflects": true
|
|
11376
|
-
},
|
|
11377
|
-
{
|
|
11378
|
-
"kind": "field",
|
|
11379
|
-
"name": "disabled",
|
|
11380
|
-
"description": "The element cannot be used and is not focusable.",
|
|
11381
|
-
"type": {
|
|
11382
|
-
"text": "boolean"
|
|
11383
|
-
},
|
|
11384
|
-
"attribute": "disabled",
|
|
11385
|
-
"reflects": true
|
|
11386
|
-
},
|
|
11387
|
-
{
|
|
11388
|
-
"kind": "field",
|
|
11389
|
-
"name": "invalid",
|
|
11390
|
-
"type": {
|
|
11391
|
-
"text": "boolean"
|
|
11392
|
-
},
|
|
11393
|
-
"default": "false",
|
|
11394
|
-
"description": "Sets the invalid state manually.",
|
|
11395
|
-
"attribute": "invalid",
|
|
11396
|
-
"reflects": true
|
|
11397
|
-
},
|
|
11398
|
-
{
|
|
11399
|
-
"kind": "field",
|
|
11400
|
-
"name": "filter",
|
|
11401
|
-
"description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
|
|
11402
|
-
"default": "'fuzzy'",
|
|
11403
|
-
"type": {
|
|
11404
|
-
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
11405
|
-
},
|
|
11406
|
-
"attribute": "filter"
|
|
11407
|
-
},
|
|
11408
|
-
{
|
|
11409
|
-
"kind": "field",
|
|
11410
|
-
"name": "focused",
|
|
11411
|
-
"type": {
|
|
11412
|
-
"text": "boolean"
|
|
11413
|
-
},
|
|
11414
|
-
"default": "false",
|
|
11415
|
-
"description": "Its value is true when element is focused.",
|
|
11416
|
-
"attribute": "focused",
|
|
11417
|
-
"reflects": true
|
|
11418
|
-
},
|
|
11419
|
-
{
|
|
11420
|
-
"kind": "field",
|
|
11421
|
-
"name": "open",
|
|
11422
|
-
"type": {
|
|
11423
|
-
"text": "boolean"
|
|
11424
|
-
},
|
|
11425
|
-
"default": "false",
|
|
11426
|
-
"description": "Toggle the dropdown visibility.",
|
|
11427
|
-
"attribute": "open",
|
|
11428
|
-
"reflects": true
|
|
11429
|
-
},
|
|
11430
|
-
{
|
|
11431
|
-
"kind": "field",
|
|
11432
|
-
"name": "options",
|
|
11433
|
-
"type": {
|
|
11434
|
-
"text": "Option[]"
|
|
11435
|
-
},
|
|
11436
|
-
"attribute": "options"
|
|
11437
|
-
},
|
|
11438
|
-
{
|
|
11439
|
-
"kind": "field",
|
|
11440
|
-
"name": "position",
|
|
11441
|
-
"type": {
|
|
11442
|
-
"text": "'above' | 'below'"
|
|
11443
|
-
},
|
|
11444
|
-
"default": "'below'",
|
|
11445
|
-
"description": "Position of the options list when visible.",
|
|
11446
|
-
"attribute": "position",
|
|
11447
|
-
"reflects": true
|
|
11448
|
-
},
|
|
11449
|
-
{
|
|
11450
|
-
"kind": "field",
|
|
11451
|
-
"name": "_assignedOptions",
|
|
11452
|
-
"type": {
|
|
11453
|
-
"text": "VscodeOption[]"
|
|
11454
|
-
},
|
|
11455
|
-
"privacy": "private"
|
|
11456
|
-
},
|
|
11457
|
-
{
|
|
11458
|
-
"kind": "field",
|
|
11459
|
-
"name": "_activeIndex",
|
|
11460
|
-
"type": {
|
|
11461
|
-
"text": "number"
|
|
11462
|
-
},
|
|
11463
|
-
"privacy": "protected",
|
|
11464
|
-
"default": "-1"
|
|
11465
|
-
},
|
|
11466
|
-
{
|
|
11467
|
-
"kind": "field",
|
|
11468
|
-
"name": "_currentDescription",
|
|
11469
|
-
"type": {
|
|
11470
|
-
"text": "string"
|
|
11471
|
-
},
|
|
11472
|
-
"privacy": "protected",
|
|
11473
|
-
"default": "''"
|
|
11474
|
-
},
|
|
11475
|
-
{
|
|
11476
|
-
"kind": "field",
|
|
11477
|
-
"name": "_filter",
|
|
11478
|
-
"type": {
|
|
11479
|
-
"text": "SearchMethod"
|
|
11480
|
-
},
|
|
11481
|
-
"privacy": "protected",
|
|
11482
|
-
"default": "'fuzzy'"
|
|
11483
|
-
},
|
|
11484
|
-
{
|
|
11485
|
-
"kind": "field",
|
|
11486
|
-
"name": "_filteredOptions",
|
|
11487
|
-
"type": {
|
|
11488
|
-
"text": "InternalOption[]"
|
|
11489
|
-
},
|
|
11490
|
-
"privacy": "protected",
|
|
11491
|
-
"readonly": true
|
|
11492
|
-
},
|
|
11493
|
-
{
|
|
11494
|
-
"kind": "field",
|
|
11495
|
-
"name": "_filterPattern",
|
|
11496
|
-
"type": {
|
|
11497
|
-
"text": "string"
|
|
11498
|
-
},
|
|
11499
|
-
"privacy": "protected",
|
|
11500
|
-
"default": "''"
|
|
11501
|
-
},
|
|
11502
|
-
{
|
|
11503
|
-
"kind": "field",
|
|
11504
|
-
"name": "_selectedIndex",
|
|
11505
|
-
"type": {
|
|
11506
|
-
"text": "number"
|
|
11507
|
-
},
|
|
11508
|
-
"privacy": "protected",
|
|
11509
|
-
"default": "-1"
|
|
11510
|
-
},
|
|
11511
|
-
{
|
|
11512
|
-
"kind": "field",
|
|
11513
|
-
"name": "_selectedIndexes",
|
|
11514
|
-
"type": {
|
|
11515
|
-
"text": "number[]"
|
|
11516
|
-
},
|
|
11517
|
-
"privacy": "protected",
|
|
11518
|
-
"default": "[]"
|
|
11519
|
-
},
|
|
11520
|
-
{
|
|
11521
|
-
"kind": "field",
|
|
11522
|
-
"name": "_options",
|
|
11523
|
-
"type": {
|
|
11524
|
-
"text": "InternalOption[]"
|
|
11525
|
-
},
|
|
11526
|
-
"privacy": "protected",
|
|
11527
|
-
"default": "[]"
|
|
11528
|
-
},
|
|
11529
|
-
{
|
|
11530
|
-
"kind": "field",
|
|
11531
|
-
"name": "_value",
|
|
11532
|
-
"type": {
|
|
11533
|
-
"text": "string"
|
|
11534
|
-
},
|
|
11535
|
-
"privacy": "protected",
|
|
11536
|
-
"default": "''"
|
|
11537
|
-
},
|
|
11538
|
-
{
|
|
11539
|
-
"kind": "field",
|
|
11540
|
-
"name": "_values",
|
|
11541
|
-
"type": {
|
|
11542
|
-
"text": "string[]"
|
|
11543
|
-
},
|
|
11544
|
-
"privacy": "protected",
|
|
11545
|
-
"default": "[]"
|
|
11264
|
+
"kind": "method",
|
|
11265
|
+
"name": "_renderIconVariant",
|
|
11266
|
+
"privacy": "private",
|
|
11267
|
+
"parameters": [
|
|
11268
|
+
{
|
|
11269
|
+
"name": "variant",
|
|
11270
|
+
"type": {
|
|
11271
|
+
"text": "{value: string; type: IconType}"
|
|
11272
|
+
}
|
|
11273
|
+
}
|
|
11274
|
+
]
|
|
11546
11275
|
},
|
|
11547
11276
|
{
|
|
11548
|
-
"kind": "
|
|
11549
|
-
"name": "
|
|
11550
|
-
"
|
|
11551
|
-
|
|
11277
|
+
"kind": "method",
|
|
11278
|
+
"name": "_renderIcon",
|
|
11279
|
+
"privacy": "private",
|
|
11280
|
+
"return": {
|
|
11281
|
+
"type": {
|
|
11282
|
+
"text": "TemplateResult"
|
|
11283
|
+
}
|
|
11552
11284
|
},
|
|
11553
|
-
"
|
|
11554
|
-
|
|
11285
|
+
"parameters": [
|
|
11286
|
+
{
|
|
11287
|
+
"name": "item",
|
|
11288
|
+
"type": {
|
|
11289
|
+
"text": "TreeItem"
|
|
11290
|
+
}
|
|
11291
|
+
}
|
|
11292
|
+
]
|
|
11555
11293
|
},
|
|
11556
11294
|
{
|
|
11557
|
-
"kind": "
|
|
11558
|
-
"name": "
|
|
11559
|
-
"
|
|
11560
|
-
|
|
11295
|
+
"kind": "method",
|
|
11296
|
+
"name": "_renderArrow",
|
|
11297
|
+
"privacy": "private",
|
|
11298
|
+
"return": {
|
|
11299
|
+
"type": {
|
|
11300
|
+
"text": "TemplateResult"
|
|
11301
|
+
}
|
|
11561
11302
|
},
|
|
11562
|
-
"
|
|
11303
|
+
"parameters": [
|
|
11304
|
+
{
|
|
11305
|
+
"name": "item",
|
|
11306
|
+
"type": {
|
|
11307
|
+
"text": "TreeItem"
|
|
11308
|
+
}
|
|
11309
|
+
}
|
|
11310
|
+
]
|
|
11563
11311
|
},
|
|
11564
11312
|
{
|
|
11565
|
-
"kind": "
|
|
11566
|
-
"name": "
|
|
11567
|
-
"type": {
|
|
11568
|
-
"text": "boolean"
|
|
11569
|
-
},
|
|
11313
|
+
"kind": "method",
|
|
11314
|
+
"name": "_renderActions",
|
|
11570
11315
|
"privacy": "private",
|
|
11571
|
-
"
|
|
11572
|
-
|
|
11573
|
-
|
|
11574
|
-
|
|
11575
|
-
"name": "_disabled",
|
|
11576
|
-
"type": {
|
|
11577
|
-
"text": "boolean"
|
|
11316
|
+
"return": {
|
|
11317
|
+
"type": {
|
|
11318
|
+
"text": "TemplateResult"
|
|
11319
|
+
}
|
|
11578
11320
|
},
|
|
11579
|
-
"
|
|
11580
|
-
|
|
11321
|
+
"parameters": [
|
|
11322
|
+
{
|
|
11323
|
+
"name": "item",
|
|
11324
|
+
"type": {
|
|
11325
|
+
"text": "TreeItem"
|
|
11326
|
+
}
|
|
11327
|
+
}
|
|
11328
|
+
]
|
|
11581
11329
|
},
|
|
11582
11330
|
{
|
|
11583
|
-
"kind": "
|
|
11584
|
-
"name": "
|
|
11585
|
-
"type": {
|
|
11586
|
-
"text": "number | undefined"
|
|
11587
|
-
},
|
|
11331
|
+
"kind": "method",
|
|
11332
|
+
"name": "_renderDecorations",
|
|
11588
11333
|
"privacy": "private",
|
|
11589
|
-
"
|
|
11334
|
+
"parameters": [
|
|
11335
|
+
{
|
|
11336
|
+
"name": "item",
|
|
11337
|
+
"type": {
|
|
11338
|
+
"text": "TreeItem"
|
|
11339
|
+
}
|
|
11340
|
+
}
|
|
11341
|
+
]
|
|
11590
11342
|
},
|
|
11591
11343
|
{
|
|
11592
|
-
"kind": "
|
|
11593
|
-
"name": "
|
|
11594
|
-
"
|
|
11595
|
-
|
|
11596
|
-
|
|
11597
|
-
|
|
11598
|
-
|
|
11344
|
+
"kind": "method",
|
|
11345
|
+
"name": "_renderTreeItem",
|
|
11346
|
+
"privacy": "private",
|
|
11347
|
+
"parameters": [
|
|
11348
|
+
{
|
|
11349
|
+
"name": "item",
|
|
11350
|
+
"type": {
|
|
11351
|
+
"text": "TreeItem"
|
|
11352
|
+
}
|
|
11353
|
+
},
|
|
11354
|
+
{
|
|
11355
|
+
"name": "additionalOptions",
|
|
11356
|
+
"type": {
|
|
11357
|
+
"text": "{\n path: number[];\n itemType: ItemType;\n hasFocusedItem: boolean;\n hasSelectedItem: boolean;\n }"
|
|
11358
|
+
}
|
|
11359
|
+
}
|
|
11360
|
+
]
|
|
11599
11361
|
},
|
|
11600
11362
|
{
|
|
11601
11363
|
"kind": "method",
|
|
11602
|
-
"name": "
|
|
11603
|
-
"privacy": "
|
|
11364
|
+
"name": "_renderTree",
|
|
11365
|
+
"privacy": "private",
|
|
11366
|
+
"parameters": [
|
|
11367
|
+
{
|
|
11368
|
+
"name": "tree",
|
|
11369
|
+
"type": {
|
|
11370
|
+
"text": "TreeItem[]"
|
|
11371
|
+
}
|
|
11372
|
+
},
|
|
11373
|
+
{
|
|
11374
|
+
"name": "oldPath",
|
|
11375
|
+
"default": "[]",
|
|
11376
|
+
"type": {
|
|
11377
|
+
"text": "number[]"
|
|
11378
|
+
}
|
|
11379
|
+
}
|
|
11380
|
+
]
|
|
11604
11381
|
},
|
|
11605
11382
|
{
|
|
11606
11383
|
"kind": "method",
|
|
11607
|
-
"name": "
|
|
11608
|
-
"privacy": "
|
|
11609
|
-
"return": {
|
|
11610
|
-
"type": {
|
|
11611
|
-
"text": "Promise<void>"
|
|
11612
|
-
}
|
|
11613
|
-
},
|
|
11384
|
+
"name": "_selectItem",
|
|
11385
|
+
"privacy": "private",
|
|
11614
11386
|
"parameters": [
|
|
11615
11387
|
{
|
|
11616
|
-
"name": "
|
|
11388
|
+
"name": "item",
|
|
11617
11389
|
"type": {
|
|
11618
|
-
"text": "
|
|
11390
|
+
"text": "TreeItem"
|
|
11619
11391
|
}
|
|
11620
11392
|
}
|
|
11621
11393
|
]
|
|
11622
11394
|
},
|
|
11623
11395
|
{
|
|
11624
11396
|
"kind": "method",
|
|
11625
|
-
"name": "
|
|
11626
|
-
"privacy": "
|
|
11627
|
-
"
|
|
11628
|
-
|
|
11629
|
-
"
|
|
11397
|
+
"name": "_focusItem",
|
|
11398
|
+
"privacy": "private",
|
|
11399
|
+
"parameters": [
|
|
11400
|
+
{
|
|
11401
|
+
"name": "item",
|
|
11402
|
+
"type": {
|
|
11403
|
+
"text": "TreeItem"
|
|
11404
|
+
}
|
|
11630
11405
|
}
|
|
11631
|
-
|
|
11406
|
+
]
|
|
11632
11407
|
},
|
|
11633
11408
|
{
|
|
11634
11409
|
"kind": "method",
|
|
11635
|
-
"name": "
|
|
11636
|
-
"privacy": "
|
|
11637
|
-
"
|
|
11638
|
-
|
|
11639
|
-
"
|
|
11410
|
+
"name": "_closeSubTreeRecursively",
|
|
11411
|
+
"privacy": "private",
|
|
11412
|
+
"parameters": [
|
|
11413
|
+
{
|
|
11414
|
+
"name": "tree",
|
|
11415
|
+
"type": {
|
|
11416
|
+
"text": "TreeItem[]"
|
|
11417
|
+
}
|
|
11640
11418
|
}
|
|
11641
|
-
|
|
11419
|
+
]
|
|
11642
11420
|
},
|
|
11643
11421
|
{
|
|
11644
|
-
"kind": "
|
|
11645
|
-
"name": "
|
|
11646
|
-
"privacy": "private"
|
|
11422
|
+
"kind": "method",
|
|
11423
|
+
"name": "_deselectItemsRecursively",
|
|
11424
|
+
"privacy": "private",
|
|
11425
|
+
"parameters": [
|
|
11426
|
+
{
|
|
11427
|
+
"name": "tree",
|
|
11428
|
+
"type": {
|
|
11429
|
+
"text": "TreeItem[]"
|
|
11430
|
+
}
|
|
11431
|
+
}
|
|
11432
|
+
]
|
|
11647
11433
|
},
|
|
11648
11434
|
{
|
|
11649
|
-
"kind": "
|
|
11650
|
-
"name": "
|
|
11651
|
-
"privacy": "private"
|
|
11435
|
+
"kind": "method",
|
|
11436
|
+
"name": "_emitSelectEvent",
|
|
11437
|
+
"privacy": "private",
|
|
11438
|
+
"parameters": [
|
|
11439
|
+
{
|
|
11440
|
+
"name": "item",
|
|
11441
|
+
"type": {
|
|
11442
|
+
"text": "TreeItem"
|
|
11443
|
+
}
|
|
11444
|
+
},
|
|
11445
|
+
{
|
|
11446
|
+
"name": "path",
|
|
11447
|
+
"type": {
|
|
11448
|
+
"text": "string"
|
|
11449
|
+
}
|
|
11450
|
+
}
|
|
11451
|
+
]
|
|
11652
11452
|
},
|
|
11653
11453
|
{
|
|
11654
11454
|
"kind": "method",
|
|
11655
|
-
"name": "
|
|
11455
|
+
"name": "_focusPrevItem",
|
|
11656
11456
|
"privacy": "private"
|
|
11657
11457
|
},
|
|
11658
11458
|
{
|
|
11659
11459
|
"kind": "method",
|
|
11660
|
-
"name": "
|
|
11661
|
-
"privacy": "
|
|
11662
|
-
"return": {
|
|
11663
|
-
"type": {
|
|
11664
|
-
"text": "void"
|
|
11665
|
-
}
|
|
11666
|
-
}
|
|
11460
|
+
"name": "_focusNextItem",
|
|
11461
|
+
"privacy": "private"
|
|
11667
11462
|
},
|
|
11668
11463
|
{
|
|
11669
11464
|
"kind": "method",
|
|
11670
|
-
"name": "
|
|
11671
|
-
"privacy": "
|
|
11672
|
-
"return": {
|
|
11673
|
-
"type": {
|
|
11674
|
-
"text": "void"
|
|
11675
|
-
}
|
|
11676
|
-
},
|
|
11465
|
+
"name": "_handleClick",
|
|
11466
|
+
"privacy": "private",
|
|
11677
11467
|
"parameters": [
|
|
11678
11468
|
{
|
|
11679
|
-
"name": "
|
|
11469
|
+
"name": "event",
|
|
11680
11470
|
"type": {
|
|
11681
|
-
"text": "
|
|
11471
|
+
"text": "MouseEvent"
|
|
11682
11472
|
}
|
|
11683
11473
|
}
|
|
11684
11474
|
]
|
|
11685
11475
|
},
|
|
11686
11476
|
{
|
|
11687
11477
|
"kind": "method",
|
|
11688
|
-
"name": "
|
|
11689
|
-
"privacy": "
|
|
11690
|
-
"return": {
|
|
11691
|
-
"type": {
|
|
11692
|
-
"text": "void"
|
|
11693
|
-
}
|
|
11694
|
-
},
|
|
11478
|
+
"name": "_handleComponentKeyDown",
|
|
11479
|
+
"privacy": "private",
|
|
11695
11480
|
"parameters": [
|
|
11696
11481
|
{
|
|
11697
11482
|
"name": "ev",
|
|
11698
11483
|
"type": {
|
|
11699
|
-
"text": "
|
|
11484
|
+
"text": "KeyboardEvent"
|
|
11700
11485
|
}
|
|
11701
11486
|
}
|
|
11702
11487
|
]
|
|
11703
11488
|
},
|
|
11704
11489
|
{
|
|
11705
|
-
"kind": "
|
|
11706
|
-
"name": "
|
|
11707
|
-
"privacy": "
|
|
11708
|
-
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
|
-
|
|
11490
|
+
"kind": "field",
|
|
11491
|
+
"name": "_handleComponentKeyDownBound",
|
|
11492
|
+
"privacy": "private"
|
|
11493
|
+
},
|
|
11494
|
+
{
|
|
11495
|
+
"kind": "field",
|
|
11496
|
+
"name": "_version",
|
|
11497
|
+
"type": {
|
|
11498
|
+
"text": "string"
|
|
11499
|
+
},
|
|
11500
|
+
"privacy": "private",
|
|
11501
|
+
"default": "'1.13.0'",
|
|
11502
|
+
"inheritedFrom": {
|
|
11503
|
+
"name": "VscElement",
|
|
11504
|
+
"module": "src/includes/VscElement.ts"
|
|
11712
11505
|
}
|
|
11713
11506
|
},
|
|
11714
11507
|
{
|
|
11715
|
-
"kind": "
|
|
11716
|
-
"name": "
|
|
11717
|
-
"
|
|
11508
|
+
"kind": "field",
|
|
11509
|
+
"name": "version",
|
|
11510
|
+
"type": {
|
|
11511
|
+
"text": "string"
|
|
11512
|
+
},
|
|
11513
|
+
"description": "VSCode Elements version",
|
|
11514
|
+
"readonly": true,
|
|
11515
|
+
"inheritedFrom": {
|
|
11516
|
+
"name": "VscElement",
|
|
11517
|
+
"module": "src/includes/VscElement.ts"
|
|
11518
|
+
}
|
|
11519
|
+
}
|
|
11520
|
+
],
|
|
11521
|
+
"events": [
|
|
11522
|
+
{
|
|
11523
|
+
"name": "vsc-run-action",
|
|
11524
|
+
"type": {
|
|
11525
|
+
"text": "CustomEvent"
|
|
11526
|
+
},
|
|
11527
|
+
"deprecated": "Renamed to `vsc-tree-action`",
|
|
11528
|
+
"description": "Dispatched when an action icon is clicked."
|
|
11718
11529
|
},
|
|
11719
11530
|
{
|
|
11720
|
-
"
|
|
11721
|
-
"
|
|
11722
|
-
|
|
11531
|
+
"name": "vsc-select",
|
|
11532
|
+
"type": {
|
|
11533
|
+
"text": "CustomEvent"
|
|
11534
|
+
},
|
|
11535
|
+
"deprecated": "Renamed to `vsc-tree-select`",
|
|
11536
|
+
"description": "Dispatched when an item is selected."
|
|
11537
|
+
},
|
|
11538
|
+
{
|
|
11539
|
+
"type": {
|
|
11540
|
+
"text": "VscTreeSelectEvent"
|
|
11541
|
+
},
|
|
11542
|
+
"description": "Dispatched when an item is selected.",
|
|
11543
|
+
"name": "vsc-tree-select"
|
|
11544
|
+
},
|
|
11545
|
+
{
|
|
11546
|
+
"type": {
|
|
11547
|
+
"text": "VscTreeActionEvent"
|
|
11548
|
+
},
|
|
11549
|
+
"description": "Dispatched when an action icon is clicked.",
|
|
11550
|
+
"name": "vsc-tree-action"
|
|
11551
|
+
}
|
|
11552
|
+
],
|
|
11553
|
+
"attributes": [
|
|
11554
|
+
{
|
|
11555
|
+
"name": "data",
|
|
11556
|
+
"type": {
|
|
11557
|
+
"text": "TreeItem[]"
|
|
11558
|
+
},
|
|
11559
|
+
"fieldName": "data"
|
|
11560
|
+
},
|
|
11561
|
+
{
|
|
11562
|
+
"name": "indent",
|
|
11563
|
+
"type": {
|
|
11564
|
+
"text": "number"
|
|
11565
|
+
},
|
|
11566
|
+
"default": "8",
|
|
11567
|
+
"fieldName": "indent"
|
|
11568
|
+
},
|
|
11569
|
+
{
|
|
11570
|
+
"name": "arrows",
|
|
11571
|
+
"type": {
|
|
11572
|
+
"text": "boolean"
|
|
11573
|
+
},
|
|
11574
|
+
"default": "false",
|
|
11575
|
+
"fieldName": "arrows"
|
|
11576
|
+
},
|
|
11577
|
+
{
|
|
11578
|
+
"name": "multiline",
|
|
11579
|
+
"type": {
|
|
11580
|
+
"text": "boolean"
|
|
11581
|
+
},
|
|
11582
|
+
"default": "false",
|
|
11583
|
+
"fieldName": "multiline"
|
|
11723
11584
|
},
|
|
11724
11585
|
{
|
|
11725
|
-
"
|
|
11726
|
-
"
|
|
11727
|
-
|
|
11728
|
-
|
|
11729
|
-
|
|
11730
|
-
|
|
11731
|
-
"type": {
|
|
11732
|
-
"text": "'down' | 'up'"
|
|
11733
|
-
}
|
|
11734
|
-
}
|
|
11735
|
-
]
|
|
11586
|
+
"name": "tabindex",
|
|
11587
|
+
"type": {
|
|
11588
|
+
"text": "number"
|
|
11589
|
+
},
|
|
11590
|
+
"default": "0",
|
|
11591
|
+
"fieldName": "tabindex"
|
|
11736
11592
|
},
|
|
11737
11593
|
{
|
|
11738
|
-
"
|
|
11739
|
-
"
|
|
11740
|
-
|
|
11741
|
-
|
|
11742
|
-
|
|
11743
|
-
|
|
11744
|
-
|
|
11745
|
-
|
|
11746
|
-
|
|
11594
|
+
"name": "indent-guides",
|
|
11595
|
+
"type": {
|
|
11596
|
+
"text": "boolean"
|
|
11597
|
+
},
|
|
11598
|
+
"default": "false",
|
|
11599
|
+
"fieldName": "indentGuides"
|
|
11600
|
+
}
|
|
11601
|
+
],
|
|
11602
|
+
"superclass": {
|
|
11603
|
+
"name": "VscElement",
|
|
11604
|
+
"module": "/src/includes/VscElement.js"
|
|
11605
|
+
},
|
|
11606
|
+
"tagName": "vscode-tree",
|
|
11607
|
+
"customElement": true
|
|
11608
|
+
}
|
|
11609
|
+
],
|
|
11610
|
+
"exports": [
|
|
11611
|
+
{
|
|
11612
|
+
"kind": "js",
|
|
11613
|
+
"name": "VscodeTree",
|
|
11614
|
+
"declaration": {
|
|
11615
|
+
"name": "VscodeTree",
|
|
11616
|
+
"module": "src/vscode-tree/vscode-tree.ts"
|
|
11617
|
+
}
|
|
11618
|
+
},
|
|
11619
|
+
{
|
|
11620
|
+
"kind": "custom-element-definition",
|
|
11621
|
+
"name": "vscode-tree",
|
|
11622
|
+
"declaration": {
|
|
11623
|
+
"name": "VscodeTree",
|
|
11624
|
+
"module": "src/vscode-tree/vscode-tree.ts"
|
|
11625
|
+
}
|
|
11626
|
+
}
|
|
11627
|
+
]
|
|
11628
|
+
},
|
|
11629
|
+
{
|
|
11630
|
+
"kind": "javascript-module",
|
|
11631
|
+
"path": "src/includes/form-button-widget/FormButtonWidgetBase.ts",
|
|
11632
|
+
"declarations": [
|
|
11633
|
+
{
|
|
11634
|
+
"kind": "class",
|
|
11635
|
+
"description": "",
|
|
11636
|
+
"name": "FormButtonWidgetBase",
|
|
11637
|
+
"members": [
|
|
11747
11638
|
{
|
|
11748
|
-
"kind": "
|
|
11749
|
-
"name": "
|
|
11750
|
-
"
|
|
11751
|
-
|
|
11752
|
-
|
|
11753
|
-
|
|
11754
|
-
|
|
11755
|
-
|
|
11639
|
+
"kind": "field",
|
|
11640
|
+
"name": "focused",
|
|
11641
|
+
"type": {
|
|
11642
|
+
"text": "boolean"
|
|
11643
|
+
},
|
|
11644
|
+
"default": "false",
|
|
11645
|
+
"attribute": "focused",
|
|
11646
|
+
"reflects": true
|
|
11756
11647
|
},
|
|
11757
11648
|
{
|
|
11758
|
-
"kind": "
|
|
11759
|
-
"name": "
|
|
11649
|
+
"kind": "field",
|
|
11650
|
+
"name": "_prevTabindex",
|
|
11651
|
+
"type": {
|
|
11652
|
+
"text": "number"
|
|
11653
|
+
},
|
|
11760
11654
|
"privacy": "private",
|
|
11761
|
-
"
|
|
11762
|
-
{
|
|
11763
|
-
"name": "event",
|
|
11764
|
-
"type": {
|
|
11765
|
-
"text": "KeyboardEvent"
|
|
11766
|
-
}
|
|
11767
|
-
}
|
|
11768
|
-
]
|
|
11655
|
+
"default": "0"
|
|
11769
11656
|
},
|
|
11770
11657
|
{
|
|
11771
|
-
"kind": "
|
|
11772
|
-
"name": "
|
|
11658
|
+
"kind": "field",
|
|
11659
|
+
"name": "_handleFocus",
|
|
11773
11660
|
"privacy": "private"
|
|
11774
11661
|
},
|
|
11775
11662
|
{
|
|
11776
|
-
"kind": "
|
|
11777
|
-
"name": "
|
|
11663
|
+
"kind": "field",
|
|
11664
|
+
"name": "_handleBlur",
|
|
11778
11665
|
"privacy": "private"
|
|
11779
11666
|
},
|
|
11780
11667
|
{
|
|
11781
|
-
"kind": "
|
|
11782
|
-
"name": "
|
|
11783
|
-
"
|
|
11784
|
-
|
|
11785
|
-
|
|
11786
|
-
|
|
11787
|
-
|
|
11668
|
+
"kind": "field",
|
|
11669
|
+
"name": "_version",
|
|
11670
|
+
"type": {
|
|
11671
|
+
"text": "string"
|
|
11672
|
+
},
|
|
11673
|
+
"privacy": "private",
|
|
11674
|
+
"default": "'1.13.0'",
|
|
11675
|
+
"inheritedFrom": {
|
|
11676
|
+
"name": "VscElement",
|
|
11677
|
+
"module": "src/includes/VscElement.ts"
|
|
11788
11678
|
}
|
|
11789
11679
|
},
|
|
11790
11680
|
{
|
|
11791
|
-
"kind": "
|
|
11792
|
-
"name": "
|
|
11793
|
-
"
|
|
11794
|
-
|
|
11795
|
-
"type": {
|
|
11796
|
-
"text": "void"
|
|
11797
|
-
}
|
|
11681
|
+
"kind": "field",
|
|
11682
|
+
"name": "version",
|
|
11683
|
+
"type": {
|
|
11684
|
+
"text": "string"
|
|
11798
11685
|
},
|
|
11799
|
-
"
|
|
11800
|
-
|
|
11801
|
-
|
|
11802
|
-
|
|
11803
|
-
|
|
11804
|
-
|
|
11805
|
-
|
|
11806
|
-
|
|
11807
|
-
|
|
11686
|
+
"description": "VSCode Elements version",
|
|
11687
|
+
"readonly": true,
|
|
11688
|
+
"inheritedFrom": {
|
|
11689
|
+
"name": "VscElement",
|
|
11690
|
+
"module": "src/includes/VscElement.ts"
|
|
11691
|
+
}
|
|
11692
|
+
}
|
|
11693
|
+
],
|
|
11694
|
+
"attributes": [
|
|
11808
11695
|
{
|
|
11809
|
-
"
|
|
11810
|
-
"
|
|
11811
|
-
|
|
11812
|
-
"return": {
|
|
11813
|
-
"type": {
|
|
11814
|
-
"text": "void"
|
|
11815
|
-
}
|
|
11696
|
+
"name": "focused",
|
|
11697
|
+
"type": {
|
|
11698
|
+
"text": "boolean"
|
|
11816
11699
|
},
|
|
11817
|
-
"
|
|
11818
|
-
|
|
11819
|
-
|
|
11820
|
-
|
|
11821
|
-
|
|
11822
|
-
|
|
11823
|
-
|
|
11824
|
-
|
|
11700
|
+
"default": "false",
|
|
11701
|
+
"fieldName": "focused"
|
|
11702
|
+
}
|
|
11703
|
+
],
|
|
11704
|
+
"superclass": {
|
|
11705
|
+
"name": "VscElement",
|
|
11706
|
+
"module": "/src/includes/VscElement.js"
|
|
11707
|
+
}
|
|
11708
|
+
}
|
|
11709
|
+
],
|
|
11710
|
+
"exports": [
|
|
11711
|
+
{
|
|
11712
|
+
"kind": "js",
|
|
11713
|
+
"name": "FormButtonWidgetBase",
|
|
11714
|
+
"declaration": {
|
|
11715
|
+
"name": "FormButtonWidgetBase",
|
|
11716
|
+
"module": "src/includes/form-button-widget/FormButtonWidgetBase.ts"
|
|
11717
|
+
}
|
|
11718
|
+
}
|
|
11719
|
+
]
|
|
11720
|
+
},
|
|
11721
|
+
{
|
|
11722
|
+
"kind": "javascript-module",
|
|
11723
|
+
"path": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts",
|
|
11724
|
+
"declarations": [
|
|
11725
|
+
{
|
|
11726
|
+
"kind": "class",
|
|
11727
|
+
"description": "",
|
|
11728
|
+
"name": "LabelledCheckboxOrRadioInterface",
|
|
11729
|
+
"members": [
|
|
11730
|
+
{
|
|
11731
|
+
"kind": "field",
|
|
11732
|
+
"name": "label",
|
|
11733
|
+
"type": {
|
|
11734
|
+
"text": "string"
|
|
11735
|
+
}
|
|
11825
11736
|
},
|
|
11826
11737
|
{
|
|
11827
11738
|
"kind": "method",
|
|
11828
|
-
"name": "
|
|
11739
|
+
"name": "_handleSlotChange",
|
|
11829
11740
|
"privacy": "protected",
|
|
11830
11741
|
"return": {
|
|
11831
11742
|
"type": {
|
|
@@ -11835,693 +11746,894 @@
|
|
|
11835
11746
|
},
|
|
11836
11747
|
{
|
|
11837
11748
|
"kind": "method",
|
|
11838
|
-
"name": "
|
|
11749
|
+
"name": "_renderLabelAttribute",
|
|
11839
11750
|
"privacy": "protected",
|
|
11840
11751
|
"return": {
|
|
11841
11752
|
"type": {
|
|
11842
|
-
"text": "TemplateResult
|
|
11753
|
+
"text": "TemplateResult"
|
|
11843
11754
|
}
|
|
11844
11755
|
}
|
|
11756
|
+
}
|
|
11757
|
+
]
|
|
11758
|
+
},
|
|
11759
|
+
{
|
|
11760
|
+
"kind": "mixin",
|
|
11761
|
+
"description": "",
|
|
11762
|
+
"name": "LabelledCheckboxOrRadioMixin",
|
|
11763
|
+
"members": [
|
|
11764
|
+
{
|
|
11765
|
+
"kind": "field",
|
|
11766
|
+
"name": "label",
|
|
11767
|
+
"type": {
|
|
11768
|
+
"text": "string"
|
|
11769
|
+
},
|
|
11770
|
+
"attribute": "label"
|
|
11845
11771
|
},
|
|
11846
11772
|
{
|
|
11847
|
-
"kind": "
|
|
11848
|
-
"name": "
|
|
11849
|
-
"
|
|
11773
|
+
"kind": "field",
|
|
11774
|
+
"name": "_label",
|
|
11775
|
+
"type": {
|
|
11776
|
+
"text": "string"
|
|
11777
|
+
},
|
|
11778
|
+
"privacy": "private",
|
|
11779
|
+
"default": "''"
|
|
11850
11780
|
},
|
|
11851
11781
|
{
|
|
11852
|
-
"kind": "
|
|
11853
|
-
"name": "
|
|
11854
|
-
"
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
}
|
|
11782
|
+
"kind": "field",
|
|
11783
|
+
"name": "_slottedText",
|
|
11784
|
+
"type": {
|
|
11785
|
+
"text": "string"
|
|
11786
|
+
},
|
|
11787
|
+
"privacy": "private",
|
|
11788
|
+
"default": "''"
|
|
11860
11789
|
},
|
|
11861
11790
|
{
|
|
11862
11791
|
"kind": "method",
|
|
11863
|
-
"name": "
|
|
11792
|
+
"name": "_handleSlotChange",
|
|
11864
11793
|
"privacy": "protected",
|
|
11865
11794
|
"return": {
|
|
11866
11795
|
"type": {
|
|
11867
|
-
"text": "
|
|
11796
|
+
"text": "void"
|
|
11868
11797
|
}
|
|
11869
11798
|
}
|
|
11870
11799
|
},
|
|
11871
11800
|
{
|
|
11872
11801
|
"kind": "method",
|
|
11873
|
-
"name": "
|
|
11802
|
+
"name": "_renderLabelAttribute",
|
|
11874
11803
|
"privacy": "protected",
|
|
11875
11804
|
"return": {
|
|
11876
11805
|
"type": {
|
|
11877
11806
|
"text": "TemplateResult"
|
|
11878
11807
|
}
|
|
11879
11808
|
}
|
|
11809
|
+
}
|
|
11810
|
+
],
|
|
11811
|
+
"attributes": [
|
|
11812
|
+
{
|
|
11813
|
+
"name": "label",
|
|
11814
|
+
"type": {
|
|
11815
|
+
"text": "string"
|
|
11816
|
+
},
|
|
11817
|
+
"fieldName": "label"
|
|
11818
|
+
}
|
|
11819
|
+
],
|
|
11820
|
+
"parameters": [
|
|
11821
|
+
{
|
|
11822
|
+
"name": "superClass",
|
|
11823
|
+
"type": {
|
|
11824
|
+
"text": "T"
|
|
11825
|
+
}
|
|
11826
|
+
}
|
|
11827
|
+
]
|
|
11828
|
+
}
|
|
11829
|
+
],
|
|
11830
|
+
"exports": [
|
|
11831
|
+
{
|
|
11832
|
+
"kind": "js",
|
|
11833
|
+
"name": "LabelledCheckboxOrRadioInterface",
|
|
11834
|
+
"declaration": {
|
|
11835
|
+
"name": "LabelledCheckboxOrRadioInterface",
|
|
11836
|
+
"module": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts"
|
|
11837
|
+
}
|
|
11838
|
+
},
|
|
11839
|
+
{
|
|
11840
|
+
"kind": "js",
|
|
11841
|
+
"name": "LabelledCheckboxOrRadioMixin",
|
|
11842
|
+
"declaration": {
|
|
11843
|
+
"name": "LabelledCheckboxOrRadioMixin",
|
|
11844
|
+
"module": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts"
|
|
11845
|
+
}
|
|
11846
|
+
}
|
|
11847
|
+
]
|
|
11848
|
+
},
|
|
11849
|
+
{
|
|
11850
|
+
"kind": "javascript-module",
|
|
11851
|
+
"path": "src/includes/form-button-widget/base.styles.ts",
|
|
11852
|
+
"declarations": [],
|
|
11853
|
+
"exports": [
|
|
11854
|
+
{
|
|
11855
|
+
"kind": "js",
|
|
11856
|
+
"name": "default",
|
|
11857
|
+
"declaration": {
|
|
11858
|
+
"module": "src/includes/form-button-widget/base.styles.ts"
|
|
11859
|
+
}
|
|
11860
|
+
}
|
|
11861
|
+
]
|
|
11862
|
+
},
|
|
11863
|
+
{
|
|
11864
|
+
"kind": "javascript-module",
|
|
11865
|
+
"path": "src/includes/vscode-select/helpers.ts",
|
|
11866
|
+
"declarations": [
|
|
11867
|
+
{
|
|
11868
|
+
"kind": "function",
|
|
11869
|
+
"name": "startsWithPerTermSearch",
|
|
11870
|
+
"return": {
|
|
11871
|
+
"type": {
|
|
11872
|
+
"text": "SearchResult"
|
|
11873
|
+
}
|
|
11874
|
+
},
|
|
11875
|
+
"parameters": [
|
|
11876
|
+
{
|
|
11877
|
+
"name": "subject",
|
|
11878
|
+
"type": {
|
|
11879
|
+
"text": "string"
|
|
11880
|
+
}
|
|
11880
11881
|
},
|
|
11881
11882
|
{
|
|
11882
|
-
"
|
|
11883
|
-
"
|
|
11884
|
-
|
|
11883
|
+
"name": "pattern",
|
|
11884
|
+
"type": {
|
|
11885
|
+
"text": "string"
|
|
11886
|
+
}
|
|
11887
|
+
}
|
|
11888
|
+
]
|
|
11889
|
+
},
|
|
11890
|
+
{
|
|
11891
|
+
"kind": "function",
|
|
11892
|
+
"name": "startsWithSearch",
|
|
11893
|
+
"return": {
|
|
11894
|
+
"type": {
|
|
11895
|
+
"text": "SearchResult"
|
|
11896
|
+
}
|
|
11897
|
+
},
|
|
11898
|
+
"parameters": [
|
|
11899
|
+
{
|
|
11900
|
+
"name": "subject",
|
|
11901
|
+
"type": {
|
|
11902
|
+
"text": "string"
|
|
11903
|
+
}
|
|
11885
11904
|
},
|
|
11886
11905
|
{
|
|
11887
|
-
"
|
|
11888
|
-
"
|
|
11906
|
+
"name": "pattern",
|
|
11907
|
+
"type": {
|
|
11908
|
+
"text": "string"
|
|
11909
|
+
}
|
|
11910
|
+
}
|
|
11911
|
+
]
|
|
11912
|
+
},
|
|
11913
|
+
{
|
|
11914
|
+
"kind": "function",
|
|
11915
|
+
"name": "containsSearch",
|
|
11916
|
+
"return": {
|
|
11917
|
+
"type": {
|
|
11918
|
+
"text": "SearchResult"
|
|
11919
|
+
}
|
|
11920
|
+
},
|
|
11921
|
+
"parameters": [
|
|
11922
|
+
{
|
|
11923
|
+
"name": "subject",
|
|
11889
11924
|
"type": {
|
|
11890
11925
|
"text": "string"
|
|
11891
|
-
},
|
|
11892
|
-
"privacy": "private",
|
|
11893
|
-
"default": "'1.11.1-pre.3'",
|
|
11894
|
-
"inheritedFrom": {
|
|
11895
|
-
"name": "VscElement",
|
|
11896
|
-
"module": "src/includes/VscElement.ts"
|
|
11897
11926
|
}
|
|
11898
11927
|
},
|
|
11899
11928
|
{
|
|
11900
|
-
"
|
|
11901
|
-
"name": "version",
|
|
11929
|
+
"name": "pattern",
|
|
11902
11930
|
"type": {
|
|
11903
11931
|
"text": "string"
|
|
11904
|
-
},
|
|
11905
|
-
"description": "VSCode Elements version",
|
|
11906
|
-
"readonly": true,
|
|
11907
|
-
"inheritedFrom": {
|
|
11908
|
-
"name": "VscElement",
|
|
11909
|
-
"module": "src/includes/VscElement.ts"
|
|
11910
11932
|
}
|
|
11911
11933
|
}
|
|
11912
|
-
]
|
|
11913
|
-
|
|
11934
|
+
]
|
|
11935
|
+
},
|
|
11936
|
+
{
|
|
11937
|
+
"kind": "function",
|
|
11938
|
+
"name": "fuzzySearch",
|
|
11939
|
+
"return": {
|
|
11940
|
+
"type": {
|
|
11941
|
+
"text": "SearchResult"
|
|
11942
|
+
}
|
|
11943
|
+
},
|
|
11944
|
+
"parameters": [
|
|
11914
11945
|
{
|
|
11915
|
-
"name": "
|
|
11946
|
+
"name": "subject",
|
|
11916
11947
|
"type": {
|
|
11917
|
-
"text": "
|
|
11918
|
-
}
|
|
11919
|
-
"deprecated": "true"
|
|
11948
|
+
"text": "string"
|
|
11949
|
+
}
|
|
11920
11950
|
},
|
|
11921
11951
|
{
|
|
11922
|
-
"name": "
|
|
11952
|
+
"name": "pattern",
|
|
11923
11953
|
"type": {
|
|
11924
|
-
"text": "
|
|
11954
|
+
"text": "string"
|
|
11955
|
+
}
|
|
11956
|
+
}
|
|
11957
|
+
]
|
|
11958
|
+
},
|
|
11959
|
+
{
|
|
11960
|
+
"kind": "function",
|
|
11961
|
+
"name": "filterOptionsByPattern",
|
|
11962
|
+
"return": {
|
|
11963
|
+
"type": {
|
|
11964
|
+
"text": "InternalOption[]"
|
|
11965
|
+
}
|
|
11966
|
+
},
|
|
11967
|
+
"parameters": [
|
|
11968
|
+
{
|
|
11969
|
+
"name": "list",
|
|
11970
|
+
"type": {
|
|
11971
|
+
"text": "InternalOption[]"
|
|
11972
|
+
}
|
|
11973
|
+
},
|
|
11974
|
+
{
|
|
11975
|
+
"name": "pattern",
|
|
11976
|
+
"type": {
|
|
11977
|
+
"text": "string"
|
|
11978
|
+
}
|
|
11979
|
+
},
|
|
11980
|
+
{
|
|
11981
|
+
"name": "method",
|
|
11982
|
+
"type": {
|
|
11983
|
+
"text": "SearchMethod"
|
|
11984
|
+
}
|
|
11985
|
+
}
|
|
11986
|
+
]
|
|
11987
|
+
},
|
|
11988
|
+
{
|
|
11989
|
+
"kind": "function",
|
|
11990
|
+
"name": "highlightRanges",
|
|
11991
|
+
"return": {
|
|
11992
|
+
"type": {
|
|
11993
|
+
"text": "TemplateResult | TemplateResult[]"
|
|
11994
|
+
}
|
|
11995
|
+
},
|
|
11996
|
+
"parameters": [
|
|
11997
|
+
{
|
|
11998
|
+
"name": "text",
|
|
11999
|
+
"type": {
|
|
12000
|
+
"text": "string"
|
|
11925
12001
|
}
|
|
11926
12002
|
},
|
|
11927
12003
|
{
|
|
11928
|
-
"name": "
|
|
11929
|
-
"type": {
|
|
11930
|
-
"text": "
|
|
11931
|
-
}
|
|
12004
|
+
"name": "ranges",
|
|
12005
|
+
"type": {
|
|
12006
|
+
"text": "[number, number][]"
|
|
12007
|
+
}
|
|
12008
|
+
}
|
|
12009
|
+
]
|
|
12010
|
+
}
|
|
12011
|
+
],
|
|
12012
|
+
"exports": [
|
|
12013
|
+
{
|
|
12014
|
+
"kind": "js",
|
|
12015
|
+
"name": "startsWithPerTermSearch",
|
|
12016
|
+
"declaration": {
|
|
12017
|
+
"name": "startsWithPerTermSearch",
|
|
12018
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
12019
|
+
}
|
|
12020
|
+
},
|
|
12021
|
+
{
|
|
12022
|
+
"kind": "js",
|
|
12023
|
+
"name": "startsWithSearch",
|
|
12024
|
+
"declaration": {
|
|
12025
|
+
"name": "startsWithSearch",
|
|
12026
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
12027
|
+
}
|
|
12028
|
+
},
|
|
12029
|
+
{
|
|
12030
|
+
"kind": "js",
|
|
12031
|
+
"name": "containsSearch",
|
|
12032
|
+
"declaration": {
|
|
12033
|
+
"name": "containsSearch",
|
|
12034
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
12035
|
+
}
|
|
12036
|
+
},
|
|
12037
|
+
{
|
|
12038
|
+
"kind": "js",
|
|
12039
|
+
"name": "fuzzySearch",
|
|
12040
|
+
"declaration": {
|
|
12041
|
+
"name": "fuzzySearch",
|
|
12042
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
12043
|
+
}
|
|
12044
|
+
},
|
|
12045
|
+
{
|
|
12046
|
+
"kind": "js",
|
|
12047
|
+
"name": "filterOptionsByPattern",
|
|
12048
|
+
"declaration": {
|
|
12049
|
+
"name": "filterOptionsByPattern",
|
|
12050
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
12051
|
+
}
|
|
12052
|
+
},
|
|
12053
|
+
{
|
|
12054
|
+
"kind": "js",
|
|
12055
|
+
"name": "highlightRanges",
|
|
12056
|
+
"declaration": {
|
|
12057
|
+
"name": "highlightRanges",
|
|
12058
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
12059
|
+
}
|
|
12060
|
+
}
|
|
12061
|
+
]
|
|
12062
|
+
},
|
|
12063
|
+
{
|
|
12064
|
+
"kind": "javascript-module",
|
|
12065
|
+
"path": "src/includes/vscode-select/styles.ts",
|
|
12066
|
+
"declarations": [],
|
|
12067
|
+
"exports": [
|
|
12068
|
+
{
|
|
12069
|
+
"kind": "js",
|
|
12070
|
+
"name": "default",
|
|
12071
|
+
"declaration": {
|
|
12072
|
+
"module": "src/includes/vscode-select/styles.ts"
|
|
12073
|
+
}
|
|
12074
|
+
}
|
|
12075
|
+
]
|
|
12076
|
+
},
|
|
12077
|
+
{
|
|
12078
|
+
"kind": "javascript-module",
|
|
12079
|
+
"path": "src/includes/vscode-select/template-elements.ts",
|
|
12080
|
+
"declarations": [
|
|
12081
|
+
{
|
|
12082
|
+
"kind": "variable",
|
|
12083
|
+
"name": "chevronDownIcon",
|
|
12084
|
+
"default": "html` <span class=\"icon\"> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" > <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z\" /> </svg> </span> `"
|
|
12085
|
+
}
|
|
12086
|
+
],
|
|
12087
|
+
"exports": [
|
|
12088
|
+
{
|
|
12089
|
+
"kind": "js",
|
|
12090
|
+
"name": "chevronDownIcon",
|
|
12091
|
+
"declaration": {
|
|
12092
|
+
"name": "chevronDownIcon",
|
|
12093
|
+
"module": "src/includes/vscode-select/template-elements.ts"
|
|
12094
|
+
}
|
|
12095
|
+
}
|
|
12096
|
+
]
|
|
12097
|
+
},
|
|
12098
|
+
{
|
|
12099
|
+
"kind": "javascript-module",
|
|
12100
|
+
"path": "src/includes/vscode-select/types.ts",
|
|
12101
|
+
"declarations": [],
|
|
12102
|
+
"exports": []
|
|
12103
|
+
},
|
|
12104
|
+
{
|
|
12105
|
+
"kind": "javascript-module",
|
|
12106
|
+
"path": "src/includes/vscode-select/vscode-select-base.ts",
|
|
12107
|
+
"declarations": [
|
|
12108
|
+
{
|
|
12109
|
+
"kind": "class",
|
|
12110
|
+
"description": "",
|
|
12111
|
+
"name": "VscodeSelectBase",
|
|
12112
|
+
"cssProperties": [
|
|
12113
|
+
{
|
|
12114
|
+
"description": "workaround for dropdown z-index issues",
|
|
12115
|
+
"name": "--dropdown-z-index"
|
|
11932
12116
|
}
|
|
11933
12117
|
],
|
|
11934
|
-
"
|
|
11935
|
-
{
|
|
11936
|
-
"name": "options",
|
|
11937
|
-
"type": {
|
|
11938
|
-
"text": "Option[]"
|
|
11939
|
-
},
|
|
11940
|
-
"fieldName": "options",
|
|
11941
|
-
"attribute": "options"
|
|
11942
|
-
},
|
|
12118
|
+
"members": [
|
|
11943
12119
|
{
|
|
12120
|
+
"kind": "field",
|
|
11944
12121
|
"name": "combobox",
|
|
11945
12122
|
"type": {
|
|
11946
12123
|
"text": "boolean"
|
|
11947
12124
|
},
|
|
11948
12125
|
"default": "false",
|
|
11949
12126
|
"description": "Options can be filtered by typing into a text input field.",
|
|
11950
|
-
"
|
|
12127
|
+
"attribute": "combobox",
|
|
12128
|
+
"reflects": true
|
|
11951
12129
|
},
|
|
11952
12130
|
{
|
|
12131
|
+
"kind": "field",
|
|
11953
12132
|
"name": "disabled",
|
|
11954
12133
|
"description": "The element cannot be used and is not focusable.",
|
|
11955
12134
|
"type": {
|
|
11956
12135
|
"text": "boolean"
|
|
11957
12136
|
},
|
|
11958
|
-
"
|
|
12137
|
+
"attribute": "disabled",
|
|
12138
|
+
"reflects": true
|
|
11959
12139
|
},
|
|
11960
12140
|
{
|
|
12141
|
+
"kind": "field",
|
|
11961
12142
|
"name": "invalid",
|
|
11962
12143
|
"type": {
|
|
11963
12144
|
"text": "boolean"
|
|
11964
12145
|
},
|
|
11965
12146
|
"default": "false",
|
|
11966
12147
|
"description": "Sets the invalid state manually.",
|
|
11967
|
-
"
|
|
12148
|
+
"attribute": "invalid",
|
|
12149
|
+
"reflects": true
|
|
11968
12150
|
},
|
|
11969
12151
|
{
|
|
12152
|
+
"kind": "field",
|
|
11970
12153
|
"name": "filter",
|
|
11971
12154
|
"description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
|
|
11972
12155
|
"default": "'fuzzy'",
|
|
11973
12156
|
"type": {
|
|
11974
12157
|
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
11975
12158
|
},
|
|
11976
|
-
"
|
|
12159
|
+
"attribute": "filter"
|
|
11977
12160
|
},
|
|
11978
12161
|
{
|
|
12162
|
+
"kind": "field",
|
|
11979
12163
|
"name": "focused",
|
|
11980
12164
|
"type": {
|
|
11981
12165
|
"text": "boolean"
|
|
11982
12166
|
},
|
|
11983
12167
|
"default": "false",
|
|
11984
12168
|
"description": "Its value is true when element is focused.",
|
|
11985
|
-
"
|
|
12169
|
+
"attribute": "focused",
|
|
12170
|
+
"reflects": true
|
|
11986
12171
|
},
|
|
11987
12172
|
{
|
|
12173
|
+
"kind": "field",
|
|
11988
12174
|
"name": "open",
|
|
11989
12175
|
"type": {
|
|
11990
12176
|
"text": "boolean"
|
|
11991
12177
|
},
|
|
11992
12178
|
"default": "false",
|
|
11993
12179
|
"description": "Toggle the dropdown visibility.",
|
|
11994
|
-
"
|
|
12180
|
+
"attribute": "open",
|
|
12181
|
+
"reflects": true
|
|
12182
|
+
},
|
|
12183
|
+
{
|
|
12184
|
+
"kind": "field",
|
|
12185
|
+
"name": "options",
|
|
12186
|
+
"type": {
|
|
12187
|
+
"text": "Option[]"
|
|
12188
|
+
},
|
|
12189
|
+
"attribute": "options"
|
|
11995
12190
|
},
|
|
11996
12191
|
{
|
|
12192
|
+
"kind": "field",
|
|
11997
12193
|
"name": "position",
|
|
11998
12194
|
"type": {
|
|
11999
12195
|
"text": "'above' | 'below'"
|
|
12000
12196
|
},
|
|
12001
12197
|
"default": "'below'",
|
|
12002
12198
|
"description": "Position of the options list when visible.",
|
|
12003
|
-
"
|
|
12004
|
-
|
|
12005
|
-
],
|
|
12006
|
-
"superclass": {
|
|
12007
|
-
"name": "VscElement",
|
|
12008
|
-
"module": "/src/includes/VscElement.js"
|
|
12009
|
-
}
|
|
12010
|
-
}
|
|
12011
|
-
],
|
|
12012
|
-
"exports": [
|
|
12013
|
-
{
|
|
12014
|
-
"kind": "js",
|
|
12015
|
-
"name": "VscodeSelectBase",
|
|
12016
|
-
"declaration": {
|
|
12017
|
-
"name": "VscodeSelectBase",
|
|
12018
|
-
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
12019
|
-
}
|
|
12020
|
-
}
|
|
12021
|
-
]
|
|
12022
|
-
},
|
|
12023
|
-
{
|
|
12024
|
-
"kind": "javascript-module",
|
|
12025
|
-
"path": "src/vscode-tree/vscode-tree.styles.ts",
|
|
12026
|
-
"declarations": [
|
|
12027
|
-
{
|
|
12028
|
-
"kind": "variable",
|
|
12029
|
-
"name": "styles",
|
|
12030
|
-
"type": {
|
|
12031
|
-
"text": "CSSResultGroup"
|
|
12032
|
-
},
|
|
12033
|
-
"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); } `, ]"
|
|
12034
|
-
}
|
|
12035
|
-
],
|
|
12036
|
-
"exports": [
|
|
12037
|
-
{
|
|
12038
|
-
"kind": "js",
|
|
12039
|
-
"name": "default",
|
|
12040
|
-
"declaration": {
|
|
12041
|
-
"name": "styles",
|
|
12042
|
-
"module": "src/vscode-tree/vscode-tree.styles.ts"
|
|
12043
|
-
}
|
|
12044
|
-
}
|
|
12045
|
-
]
|
|
12046
|
-
},
|
|
12047
|
-
{
|
|
12048
|
-
"kind": "javascript-module",
|
|
12049
|
-
"path": "src/vscode-tree/vscode-tree.ts",
|
|
12050
|
-
"declarations": [
|
|
12051
|
-
{
|
|
12052
|
-
"kind": "class",
|
|
12053
|
-
"description": "",
|
|
12054
|
-
"name": "VscodeTree",
|
|
12055
|
-
"cssProperties": [
|
|
12056
|
-
{
|
|
12057
|
-
"name": "--vscode-focusBorder"
|
|
12058
|
-
},
|
|
12059
|
-
{
|
|
12060
|
-
"name": "--vscode-font-family"
|
|
12061
|
-
},
|
|
12062
|
-
{
|
|
12063
|
-
"name": "--vscode-font-size"
|
|
12064
|
-
},
|
|
12065
|
-
{
|
|
12066
|
-
"name": "--vscode-font-weight"
|
|
12067
|
-
},
|
|
12068
|
-
{
|
|
12069
|
-
"name": "--vscode-list-hoverForeground"
|
|
12070
|
-
},
|
|
12071
|
-
{
|
|
12072
|
-
"name": "--vscode-list-hoverBackground"
|
|
12073
|
-
},
|
|
12074
|
-
{
|
|
12075
|
-
"name": "--vscode-list-inactiveSelectionBackground"
|
|
12076
|
-
},
|
|
12077
|
-
{
|
|
12078
|
-
"name": "--vscode-list-inactiveSelectionForeground"
|
|
12079
|
-
},
|
|
12080
|
-
{
|
|
12081
|
-
"name": "--vscode-list-activeSelectionBackground"
|
|
12082
|
-
},
|
|
12083
|
-
{
|
|
12084
|
-
"name": "--vscode-list-activeSelectionForeground"
|
|
12085
|
-
},
|
|
12086
|
-
{
|
|
12087
|
-
"name": "--vscode-list-inactiveSelectionIconForeground"
|
|
12088
|
-
},
|
|
12089
|
-
{
|
|
12090
|
-
"name": "--vscode-list-inactiveFocusBackground"
|
|
12091
|
-
},
|
|
12092
|
-
{
|
|
12093
|
-
"name": "--vscode-list-inactiveFocusOutline"
|
|
12094
|
-
},
|
|
12095
|
-
{
|
|
12096
|
-
"name": "--vscode-list-focusOutline"
|
|
12097
|
-
},
|
|
12098
|
-
{
|
|
12099
|
-
"name": "--vscode-tree-inactiveIndentGuidesStroke"
|
|
12100
|
-
},
|
|
12101
|
-
{
|
|
12102
|
-
"name": "--vscode-tree-indentGuidesStroke"
|
|
12103
|
-
}
|
|
12104
|
-
],
|
|
12105
|
-
"cssParts": [
|
|
12106
|
-
{
|
|
12107
|
-
"name": "text-content"
|
|
12199
|
+
"attribute": "position",
|
|
12200
|
+
"reflects": true
|
|
12108
12201
|
},
|
|
12109
12202
|
{
|
|
12110
|
-
"
|
|
12203
|
+
"kind": "field",
|
|
12204
|
+
"name": "_assignedOptions",
|
|
12205
|
+
"type": {
|
|
12206
|
+
"text": "VscodeOption[]"
|
|
12207
|
+
},
|
|
12208
|
+
"privacy": "private"
|
|
12111
12209
|
},
|
|
12112
12210
|
{
|
|
12113
|
-
"
|
|
12211
|
+
"kind": "field",
|
|
12212
|
+
"name": "_activeIndex",
|
|
12213
|
+
"type": {
|
|
12214
|
+
"text": "number"
|
|
12215
|
+
},
|
|
12216
|
+
"privacy": "protected",
|
|
12217
|
+
"default": "-1"
|
|
12114
12218
|
},
|
|
12115
12219
|
{
|
|
12116
|
-
"
|
|
12220
|
+
"kind": "field",
|
|
12221
|
+
"name": "_currentDescription",
|
|
12222
|
+
"type": {
|
|
12223
|
+
"text": "string"
|
|
12224
|
+
},
|
|
12225
|
+
"privacy": "protected",
|
|
12226
|
+
"default": "''"
|
|
12117
12227
|
},
|
|
12118
12228
|
{
|
|
12119
|
-
"
|
|
12229
|
+
"kind": "field",
|
|
12230
|
+
"name": "_filter",
|
|
12231
|
+
"type": {
|
|
12232
|
+
"text": "SearchMethod"
|
|
12233
|
+
},
|
|
12234
|
+
"privacy": "protected",
|
|
12235
|
+
"default": "'fuzzy'"
|
|
12120
12236
|
},
|
|
12121
12237
|
{
|
|
12122
|
-
"
|
|
12123
|
-
"name": "
|
|
12124
|
-
|
|
12125
|
-
|
|
12126
|
-
|
|
12238
|
+
"kind": "field",
|
|
12239
|
+
"name": "_filteredOptions",
|
|
12240
|
+
"type": {
|
|
12241
|
+
"text": "InternalOption[]"
|
|
12242
|
+
},
|
|
12243
|
+
"privacy": "protected",
|
|
12244
|
+
"readonly": true
|
|
12245
|
+
},
|
|
12127
12246
|
{
|
|
12128
12247
|
"kind": "field",
|
|
12129
|
-
"name": "
|
|
12248
|
+
"name": "_filterPattern",
|
|
12130
12249
|
"type": {
|
|
12131
|
-
"text": "
|
|
12250
|
+
"text": "string"
|
|
12132
12251
|
},
|
|
12133
|
-
"
|
|
12252
|
+
"privacy": "protected",
|
|
12253
|
+
"default": "''"
|
|
12134
12254
|
},
|
|
12135
12255
|
{
|
|
12136
12256
|
"kind": "field",
|
|
12137
|
-
"name": "
|
|
12257
|
+
"name": "_selectedIndex",
|
|
12138
12258
|
"type": {
|
|
12139
12259
|
"text": "number"
|
|
12140
12260
|
},
|
|
12141
|
-
"
|
|
12142
|
-
"
|
|
12261
|
+
"privacy": "protected",
|
|
12262
|
+
"default": "-1"
|
|
12143
12263
|
},
|
|
12144
12264
|
{
|
|
12145
12265
|
"kind": "field",
|
|
12146
|
-
"name": "
|
|
12266
|
+
"name": "_selectedIndexes",
|
|
12147
12267
|
"type": {
|
|
12148
|
-
"text": "
|
|
12268
|
+
"text": "number[]"
|
|
12149
12269
|
},
|
|
12150
|
-
"
|
|
12151
|
-
"
|
|
12152
|
-
"reflects": true
|
|
12270
|
+
"privacy": "protected",
|
|
12271
|
+
"default": "[]"
|
|
12153
12272
|
},
|
|
12154
12273
|
{
|
|
12155
12274
|
"kind": "field",
|
|
12156
|
-
"name": "
|
|
12275
|
+
"name": "_options",
|
|
12157
12276
|
"type": {
|
|
12158
|
-
"text": "
|
|
12277
|
+
"text": "InternalOption[]"
|
|
12159
12278
|
},
|
|
12160
|
-
"
|
|
12161
|
-
"
|
|
12162
|
-
"reflects": true
|
|
12279
|
+
"privacy": "protected",
|
|
12280
|
+
"default": "[]"
|
|
12163
12281
|
},
|
|
12164
12282
|
{
|
|
12165
12283
|
"kind": "field",
|
|
12166
|
-
"name": "
|
|
12284
|
+
"name": "_value",
|
|
12167
12285
|
"type": {
|
|
12168
|
-
"text": "
|
|
12286
|
+
"text": "string"
|
|
12169
12287
|
},
|
|
12170
|
-
"
|
|
12171
|
-
"
|
|
12172
|
-
"reflects": true
|
|
12288
|
+
"privacy": "protected",
|
|
12289
|
+
"default": "''"
|
|
12173
12290
|
},
|
|
12174
12291
|
{
|
|
12175
12292
|
"kind": "field",
|
|
12176
|
-
"name": "
|
|
12293
|
+
"name": "_values",
|
|
12177
12294
|
"type": {
|
|
12178
|
-
"text": "
|
|
12295
|
+
"text": "string[]"
|
|
12179
12296
|
},
|
|
12180
|
-
"
|
|
12181
|
-
"
|
|
12182
|
-
"reflects": true
|
|
12297
|
+
"privacy": "protected",
|
|
12298
|
+
"default": "[]"
|
|
12183
12299
|
},
|
|
12184
12300
|
{
|
|
12185
12301
|
"kind": "field",
|
|
12186
|
-
"name": "
|
|
12302
|
+
"name": "_listScrollTop",
|
|
12187
12303
|
"type": {
|
|
12188
|
-
"text": "
|
|
12304
|
+
"text": "number"
|
|
12189
12305
|
},
|
|
12190
|
-
"privacy": "
|
|
12191
|
-
"default": "
|
|
12306
|
+
"privacy": "protected",
|
|
12307
|
+
"default": "0"
|
|
12192
12308
|
},
|
|
12193
12309
|
{
|
|
12194
12310
|
"kind": "field",
|
|
12195
|
-
"name": "
|
|
12311
|
+
"name": "_listElement",
|
|
12196
12312
|
"type": {
|
|
12197
|
-
"text": "
|
|
12313
|
+
"text": "HTMLUListElement"
|
|
12198
12314
|
},
|
|
12199
|
-
"privacy": "private"
|
|
12200
|
-
"default": "null"
|
|
12315
|
+
"privacy": "private"
|
|
12201
12316
|
},
|
|
12202
12317
|
{
|
|
12203
12318
|
"kind": "field",
|
|
12204
|
-
"name": "
|
|
12319
|
+
"name": "_isHoverForbidden",
|
|
12205
12320
|
"type": {
|
|
12206
|
-
"text": "
|
|
12321
|
+
"text": "boolean"
|
|
12207
12322
|
},
|
|
12208
12323
|
"privacy": "private",
|
|
12209
|
-
"default": "
|
|
12324
|
+
"default": "false"
|
|
12210
12325
|
},
|
|
12211
12326
|
{
|
|
12212
12327
|
"kind": "field",
|
|
12213
|
-
"name": "
|
|
12328
|
+
"name": "_disabled",
|
|
12214
12329
|
"type": {
|
|
12215
|
-
"text": "
|
|
12330
|
+
"text": "boolean"
|
|
12216
12331
|
},
|
|
12217
12332
|
"privacy": "private",
|
|
12218
|
-
"default": "
|
|
12333
|
+
"default": "false"
|
|
12219
12334
|
},
|
|
12220
12335
|
{
|
|
12221
12336
|
"kind": "field",
|
|
12222
|
-
"name": "
|
|
12337
|
+
"name": "_originalTabIndex",
|
|
12223
12338
|
"type": {
|
|
12224
|
-
"text": "
|
|
12339
|
+
"text": "number | undefined"
|
|
12225
12340
|
},
|
|
12226
12341
|
"privacy": "private",
|
|
12227
|
-
"default": "
|
|
12342
|
+
"default": "undefined"
|
|
12228
12343
|
},
|
|
12229
12344
|
{
|
|
12230
|
-
"kind": "
|
|
12231
|
-
"name": "
|
|
12232
|
-
"
|
|
12233
|
-
|
|
12234
|
-
"type": {
|
|
12235
|
-
"text": "void"
|
|
12236
|
-
}
|
|
12345
|
+
"kind": "field",
|
|
12346
|
+
"name": "_currentOptions",
|
|
12347
|
+
"type": {
|
|
12348
|
+
"text": "InternalOption[]"
|
|
12237
12349
|
},
|
|
12238
|
-
"
|
|
12350
|
+
"privacy": "protected",
|
|
12351
|
+
"readonly": true
|
|
12239
12352
|
},
|
|
12240
12353
|
{
|
|
12241
12354
|
"kind": "method",
|
|
12242
|
-
"name": "
|
|
12243
|
-
"privacy": "
|
|
12244
|
-
"description": "Deselects all selected items."
|
|
12355
|
+
"name": "_setStateFromSlottedElements",
|
|
12356
|
+
"privacy": "protected"
|
|
12245
12357
|
},
|
|
12246
12358
|
{
|
|
12247
12359
|
"kind": "method",
|
|
12248
|
-
"name": "
|
|
12249
|
-
"privacy": "
|
|
12360
|
+
"name": "_toggleDropdown",
|
|
12361
|
+
"privacy": "protected",
|
|
12250
12362
|
"return": {
|
|
12251
12363
|
"type": {
|
|
12252
|
-
"text": ""
|
|
12364
|
+
"text": "Promise<void>"
|
|
12253
12365
|
}
|
|
12254
12366
|
},
|
|
12255
12367
|
"parameters": [
|
|
12256
12368
|
{
|
|
12257
|
-
"name": "
|
|
12369
|
+
"name": "visible",
|
|
12258
12370
|
"type": {
|
|
12259
|
-
"text": "
|
|
12371
|
+
"text": "boolean"
|
|
12260
12372
|
}
|
|
12261
12373
|
}
|
|
12262
|
-
]
|
|
12263
|
-
"description": "Returns a reference to a TreeItem object by path."
|
|
12374
|
+
]
|
|
12264
12375
|
},
|
|
12265
12376
|
{
|
|
12266
12377
|
"kind": "method",
|
|
12267
|
-
"name": "
|
|
12268
|
-
"privacy": "
|
|
12378
|
+
"name": "_dispatchChangeEvent",
|
|
12379
|
+
"privacy": "protected",
|
|
12269
12380
|
"return": {
|
|
12270
12381
|
"type": {
|
|
12271
|
-
"text": "
|
|
12272
|
-
}
|
|
12273
|
-
},
|
|
12274
|
-
"parameters": [
|
|
12275
|
-
{
|
|
12276
|
-
"name": "path",
|
|
12277
|
-
"type": {
|
|
12278
|
-
"text": "number[]"
|
|
12279
|
-
}
|
|
12382
|
+
"text": "void"
|
|
12280
12383
|
}
|
|
12281
|
-
|
|
12384
|
+
}
|
|
12282
12385
|
},
|
|
12283
12386
|
{
|
|
12284
12387
|
"kind": "method",
|
|
12285
|
-
"name": "
|
|
12286
|
-
"privacy": "
|
|
12287
|
-
"
|
|
12288
|
-
{
|
|
12289
|
-
"
|
|
12290
|
-
"type": {
|
|
12291
|
-
"text": "MouseEvent"
|
|
12292
|
-
}
|
|
12388
|
+
"name": "_onFaceClick",
|
|
12389
|
+
"privacy": "protected",
|
|
12390
|
+
"return": {
|
|
12391
|
+
"type": {
|
|
12392
|
+
"text": "void"
|
|
12293
12393
|
}
|
|
12294
|
-
|
|
12394
|
+
}
|
|
12395
|
+
},
|
|
12396
|
+
{
|
|
12397
|
+
"kind": "field",
|
|
12398
|
+
"name": "_onClickOutside",
|
|
12399
|
+
"privacy": "private"
|
|
12400
|
+
},
|
|
12401
|
+
{
|
|
12402
|
+
"kind": "field",
|
|
12403
|
+
"name": "_onMouseMove",
|
|
12404
|
+
"privacy": "private"
|
|
12295
12405
|
},
|
|
12296
12406
|
{
|
|
12297
12407
|
"kind": "method",
|
|
12298
|
-
"name": "
|
|
12299
|
-
"privacy": "private"
|
|
12300
|
-
|
|
12301
|
-
|
|
12302
|
-
|
|
12303
|
-
|
|
12304
|
-
|
|
12305
|
-
|
|
12408
|
+
"name": "_toggleComboboxDropdown",
|
|
12409
|
+
"privacy": "private"
|
|
12410
|
+
},
|
|
12411
|
+
{
|
|
12412
|
+
"kind": "method",
|
|
12413
|
+
"name": "_onComboboxButtonClick",
|
|
12414
|
+
"privacy": "protected",
|
|
12415
|
+
"return": {
|
|
12416
|
+
"type": {
|
|
12417
|
+
"text": "void"
|
|
12306
12418
|
}
|
|
12307
|
-
|
|
12419
|
+
}
|
|
12308
12420
|
},
|
|
12309
12421
|
{
|
|
12310
12422
|
"kind": "method",
|
|
12311
|
-
"name": "
|
|
12312
|
-
"privacy": "
|
|
12423
|
+
"name": "_onComboboxButtonKeyDown",
|
|
12424
|
+
"privacy": "protected",
|
|
12313
12425
|
"return": {
|
|
12314
12426
|
"type": {
|
|
12315
|
-
"text": "
|
|
12427
|
+
"text": "void"
|
|
12316
12428
|
}
|
|
12317
12429
|
},
|
|
12318
12430
|
"parameters": [
|
|
12319
12431
|
{
|
|
12320
|
-
"name": "
|
|
12432
|
+
"name": "ev",
|
|
12321
12433
|
"type": {
|
|
12322
|
-
"text": "
|
|
12434
|
+
"text": "KeyboardEvent"
|
|
12323
12435
|
}
|
|
12324
12436
|
}
|
|
12325
12437
|
]
|
|
12326
12438
|
},
|
|
12327
12439
|
{
|
|
12328
12440
|
"kind": "method",
|
|
12329
|
-
"name": "
|
|
12330
|
-
"privacy": "
|
|
12441
|
+
"name": "_onOptionMouseOver",
|
|
12442
|
+
"privacy": "protected",
|
|
12331
12443
|
"return": {
|
|
12332
12444
|
"type": {
|
|
12333
|
-
"text": "
|
|
12445
|
+
"text": "void"
|
|
12334
12446
|
}
|
|
12335
12447
|
},
|
|
12336
12448
|
"parameters": [
|
|
12337
12449
|
{
|
|
12338
|
-
"name": "
|
|
12450
|
+
"name": "ev",
|
|
12339
12451
|
"type": {
|
|
12340
|
-
"text": "
|
|
12452
|
+
"text": "MouseEvent"
|
|
12341
12453
|
}
|
|
12342
12454
|
}
|
|
12343
12455
|
]
|
|
12344
12456
|
},
|
|
12345
12457
|
{
|
|
12346
12458
|
"kind": "method",
|
|
12347
|
-
"name": "
|
|
12348
|
-
"privacy": "
|
|
12459
|
+
"name": "_onEnterKeyDown",
|
|
12460
|
+
"privacy": "protected",
|
|
12349
12461
|
"return": {
|
|
12350
12462
|
"type": {
|
|
12351
|
-
"text": "
|
|
12352
|
-
}
|
|
12353
|
-
},
|
|
12354
|
-
"parameters": [
|
|
12355
|
-
{
|
|
12356
|
-
"name": "item",
|
|
12357
|
-
"type": {
|
|
12358
|
-
"text": "TreeItem"
|
|
12359
|
-
}
|
|
12463
|
+
"text": "void"
|
|
12360
12464
|
}
|
|
12361
|
-
|
|
12465
|
+
}
|
|
12362
12466
|
},
|
|
12363
12467
|
{
|
|
12364
12468
|
"kind": "method",
|
|
12365
|
-
"name": "
|
|
12469
|
+
"name": "_onSpaceKeyDown",
|
|
12470
|
+
"privacy": "private"
|
|
12471
|
+
},
|
|
12472
|
+
{
|
|
12473
|
+
"kind": "method",
|
|
12474
|
+
"name": "_scrollActiveElementToTop",
|
|
12475
|
+
"privacy": "private"
|
|
12476
|
+
},
|
|
12477
|
+
{
|
|
12478
|
+
"kind": "method",
|
|
12479
|
+
"name": "_adjustOptionListScrollPos",
|
|
12366
12480
|
"privacy": "private",
|
|
12367
12481
|
"parameters": [
|
|
12368
12482
|
{
|
|
12369
|
-
"name": "
|
|
12483
|
+
"name": "direction",
|
|
12370
12484
|
"type": {
|
|
12371
|
-
"text": "
|
|
12485
|
+
"text": "'down' | 'up'"
|
|
12372
12486
|
}
|
|
12373
12487
|
}
|
|
12374
12488
|
]
|
|
12375
12489
|
},
|
|
12376
12490
|
{
|
|
12377
12491
|
"kind": "method",
|
|
12378
|
-
"name": "
|
|
12379
|
-
"privacy": "
|
|
12380
|
-
"
|
|
12381
|
-
{
|
|
12382
|
-
"
|
|
12383
|
-
|
|
12384
|
-
|
|
12385
|
-
|
|
12386
|
-
|
|
12387
|
-
|
|
12388
|
-
|
|
12389
|
-
|
|
12390
|
-
|
|
12391
|
-
|
|
12492
|
+
"name": "_onArrowUpKeyDown",
|
|
12493
|
+
"privacy": "protected",
|
|
12494
|
+
"return": {
|
|
12495
|
+
"type": {
|
|
12496
|
+
"text": "void"
|
|
12497
|
+
}
|
|
12498
|
+
}
|
|
12499
|
+
},
|
|
12500
|
+
{
|
|
12501
|
+
"kind": "method",
|
|
12502
|
+
"name": "_onArrowDownKeyDown",
|
|
12503
|
+
"privacy": "protected",
|
|
12504
|
+
"return": {
|
|
12505
|
+
"type": {
|
|
12506
|
+
"text": "void"
|
|
12392
12507
|
}
|
|
12393
|
-
|
|
12508
|
+
}
|
|
12394
12509
|
},
|
|
12395
12510
|
{
|
|
12396
12511
|
"kind": "method",
|
|
12397
|
-
"name": "
|
|
12512
|
+
"name": "_onComponentKeyDown",
|
|
12398
12513
|
"privacy": "private",
|
|
12399
12514
|
"parameters": [
|
|
12400
12515
|
{
|
|
12401
|
-
"name": "
|
|
12402
|
-
"type": {
|
|
12403
|
-
"text": "TreeItem[]"
|
|
12404
|
-
}
|
|
12405
|
-
},
|
|
12406
|
-
{
|
|
12407
|
-
"name": "oldPath",
|
|
12408
|
-
"default": "[]",
|
|
12516
|
+
"name": "event",
|
|
12409
12517
|
"type": {
|
|
12410
|
-
"text": "
|
|
12518
|
+
"text": "KeyboardEvent"
|
|
12411
12519
|
}
|
|
12412
12520
|
}
|
|
12413
12521
|
]
|
|
12414
12522
|
},
|
|
12415
12523
|
{
|
|
12416
12524
|
"kind": "method",
|
|
12417
|
-
"name": "
|
|
12418
|
-
"privacy": "private"
|
|
12419
|
-
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
|
|
12423
|
-
|
|
12424
|
-
|
|
12525
|
+
"name": "_onComponentFocus",
|
|
12526
|
+
"privacy": "private"
|
|
12527
|
+
},
|
|
12528
|
+
{
|
|
12529
|
+
"kind": "method",
|
|
12530
|
+
"name": "_onComponentBlur",
|
|
12531
|
+
"privacy": "private"
|
|
12532
|
+
},
|
|
12533
|
+
{
|
|
12534
|
+
"kind": "method",
|
|
12535
|
+
"name": "_onSlotChange",
|
|
12536
|
+
"privacy": "protected",
|
|
12537
|
+
"return": {
|
|
12538
|
+
"type": {
|
|
12539
|
+
"text": "void"
|
|
12425
12540
|
}
|
|
12426
|
-
|
|
12541
|
+
}
|
|
12427
12542
|
},
|
|
12428
12543
|
{
|
|
12429
12544
|
"kind": "method",
|
|
12430
|
-
"name": "
|
|
12431
|
-
"privacy": "
|
|
12545
|
+
"name": "_onComboboxInputFocus",
|
|
12546
|
+
"privacy": "protected",
|
|
12547
|
+
"return": {
|
|
12548
|
+
"type": {
|
|
12549
|
+
"text": "void"
|
|
12550
|
+
}
|
|
12551
|
+
},
|
|
12432
12552
|
"parameters": [
|
|
12433
12553
|
{
|
|
12434
|
-
"name": "
|
|
12554
|
+
"name": "ev",
|
|
12435
12555
|
"type": {
|
|
12436
|
-
"text": "
|
|
12556
|
+
"text": "FocusEvent"
|
|
12437
12557
|
}
|
|
12438
12558
|
}
|
|
12439
12559
|
]
|
|
12440
12560
|
},
|
|
12441
12561
|
{
|
|
12442
12562
|
"kind": "method",
|
|
12443
|
-
"name": "
|
|
12444
|
-
"privacy": "
|
|
12563
|
+
"name": "_onComboboxInputInput",
|
|
12564
|
+
"privacy": "protected",
|
|
12565
|
+
"return": {
|
|
12566
|
+
"type": {
|
|
12567
|
+
"text": "void"
|
|
12568
|
+
}
|
|
12569
|
+
},
|
|
12445
12570
|
"parameters": [
|
|
12446
12571
|
{
|
|
12447
|
-
"name": "
|
|
12572
|
+
"name": "ev",
|
|
12448
12573
|
"type": {
|
|
12449
|
-
"text": "
|
|
12574
|
+
"text": "InputEvent"
|
|
12450
12575
|
}
|
|
12451
12576
|
}
|
|
12452
12577
|
]
|
|
12453
12578
|
},
|
|
12454
12579
|
{
|
|
12455
12580
|
"kind": "method",
|
|
12456
|
-
"name": "
|
|
12457
|
-
"privacy": "
|
|
12458
|
-
"
|
|
12459
|
-
{
|
|
12460
|
-
"
|
|
12461
|
-
"type": {
|
|
12462
|
-
"text": "TreeItem[]"
|
|
12463
|
-
}
|
|
12581
|
+
"name": "_onComboboxInputClick",
|
|
12582
|
+
"privacy": "protected",
|
|
12583
|
+
"return": {
|
|
12584
|
+
"type": {
|
|
12585
|
+
"text": "void"
|
|
12464
12586
|
}
|
|
12465
|
-
|
|
12587
|
+
}
|
|
12466
12588
|
},
|
|
12467
12589
|
{
|
|
12468
12590
|
"kind": "method",
|
|
12469
|
-
"name": "
|
|
12470
|
-
"privacy": "
|
|
12471
|
-
"
|
|
12472
|
-
{
|
|
12473
|
-
"
|
|
12474
|
-
"type": {
|
|
12475
|
-
"text": "TreeItem"
|
|
12476
|
-
}
|
|
12477
|
-
},
|
|
12478
|
-
{
|
|
12479
|
-
"name": "path",
|
|
12480
|
-
"type": {
|
|
12481
|
-
"text": "string"
|
|
12482
|
-
}
|
|
12591
|
+
"name": "_renderOptions",
|
|
12592
|
+
"privacy": "protected",
|
|
12593
|
+
"return": {
|
|
12594
|
+
"type": {
|
|
12595
|
+
"text": "TemplateResult | TemplateResult[]"
|
|
12483
12596
|
}
|
|
12484
|
-
|
|
12597
|
+
}
|
|
12485
12598
|
},
|
|
12486
12599
|
{
|
|
12487
12600
|
"kind": "method",
|
|
12488
|
-
"name": "
|
|
12601
|
+
"name": "_renderDescription",
|
|
12489
12602
|
"privacy": "private"
|
|
12490
12603
|
},
|
|
12491
12604
|
{
|
|
12492
12605
|
"kind": "method",
|
|
12493
|
-
"name": "
|
|
12494
|
-
"privacy": "
|
|
12606
|
+
"name": "_renderSelectFace",
|
|
12607
|
+
"privacy": "protected",
|
|
12608
|
+
"return": {
|
|
12609
|
+
"type": {
|
|
12610
|
+
"text": "TemplateResult"
|
|
12611
|
+
}
|
|
12612
|
+
}
|
|
12495
12613
|
},
|
|
12496
12614
|
{
|
|
12497
12615
|
"kind": "method",
|
|
12498
|
-
"name": "
|
|
12499
|
-
"privacy": "
|
|
12500
|
-
"
|
|
12501
|
-
{
|
|
12502
|
-
"
|
|
12503
|
-
"type": {
|
|
12504
|
-
"text": "MouseEvent"
|
|
12505
|
-
}
|
|
12616
|
+
"name": "_renderComboboxFace",
|
|
12617
|
+
"privacy": "protected",
|
|
12618
|
+
"return": {
|
|
12619
|
+
"type": {
|
|
12620
|
+
"text": "TemplateResult"
|
|
12506
12621
|
}
|
|
12507
|
-
|
|
12622
|
+
}
|
|
12508
12623
|
},
|
|
12509
12624
|
{
|
|
12510
12625
|
"kind": "method",
|
|
12511
|
-
"name": "
|
|
12512
|
-
"privacy": "
|
|
12513
|
-
"
|
|
12514
|
-
{
|
|
12515
|
-
"
|
|
12516
|
-
"type": {
|
|
12517
|
-
"text": "KeyboardEvent"
|
|
12518
|
-
}
|
|
12626
|
+
"name": "_renderDropdownControls",
|
|
12627
|
+
"privacy": "protected",
|
|
12628
|
+
"return": {
|
|
12629
|
+
"type": {
|
|
12630
|
+
"text": "TemplateResult"
|
|
12519
12631
|
}
|
|
12520
|
-
|
|
12632
|
+
}
|
|
12521
12633
|
},
|
|
12522
12634
|
{
|
|
12523
|
-
"kind": "
|
|
12524
|
-
"name": "
|
|
12635
|
+
"kind": "method",
|
|
12636
|
+
"name": "_renderDropdown",
|
|
12525
12637
|
"privacy": "private"
|
|
12526
12638
|
},
|
|
12527
12639
|
{
|
|
@@ -12531,7 +12643,7 @@
|
|
|
12531
12643
|
"text": "string"
|
|
12532
12644
|
},
|
|
12533
12645
|
"privacy": "private",
|
|
12534
|
-
"default": "'1.
|
|
12646
|
+
"default": "'1.13.0'",
|
|
12535
12647
|
"inheritedFrom": {
|
|
12536
12648
|
"name": "VscElement",
|
|
12537
12649
|
"module": "src/includes/VscElement.ts"
|
|
@@ -12553,108 +12665,110 @@
|
|
|
12553
12665
|
],
|
|
12554
12666
|
"events": [
|
|
12555
12667
|
{
|
|
12556
|
-
"name": "vsc-
|
|
12557
|
-
"type": {
|
|
12558
|
-
"text": "CustomEvent"
|
|
12559
|
-
},
|
|
12560
|
-
"deprecated": "Renamed to `vsc-tree-action`",
|
|
12561
|
-
"description": "Dispatched when an action icon is clicked."
|
|
12562
|
-
},
|
|
12563
|
-
{
|
|
12564
|
-
"name": "vsc-select",
|
|
12668
|
+
"name": "vsc-change",
|
|
12565
12669
|
"type": {
|
|
12566
12670
|
"text": "CustomEvent"
|
|
12567
12671
|
},
|
|
12568
|
-
"deprecated": "
|
|
12569
|
-
"description": "Dispatched when an item is selected."
|
|
12672
|
+
"deprecated": "true"
|
|
12570
12673
|
},
|
|
12571
12674
|
{
|
|
12675
|
+
"name": "change",
|
|
12572
12676
|
"type": {
|
|
12573
|
-
"text": "
|
|
12574
|
-
}
|
|
12575
|
-
"description": "Dispatched when an item is selected.",
|
|
12576
|
-
"name": "vsc-tree-select"
|
|
12677
|
+
"text": "Event"
|
|
12678
|
+
}
|
|
12577
12679
|
},
|
|
12578
12680
|
{
|
|
12681
|
+
"name": "input",
|
|
12579
12682
|
"type": {
|
|
12580
|
-
"text": "
|
|
12581
|
-
}
|
|
12582
|
-
"description": "Dispatched when an action icon is clicked.",
|
|
12583
|
-
"name": "vsc-tree-action"
|
|
12683
|
+
"text": "Event"
|
|
12684
|
+
}
|
|
12584
12685
|
}
|
|
12585
12686
|
],
|
|
12586
12687
|
"attributes": [
|
|
12587
12688
|
{
|
|
12588
|
-
"name": "
|
|
12689
|
+
"name": "options",
|
|
12589
12690
|
"type": {
|
|
12590
|
-
"text": "
|
|
12691
|
+
"text": "Option[]"
|
|
12591
12692
|
},
|
|
12592
|
-
"fieldName": "
|
|
12693
|
+
"fieldName": "options",
|
|
12694
|
+
"attribute": "options"
|
|
12593
12695
|
},
|
|
12594
12696
|
{
|
|
12595
|
-
"name": "
|
|
12697
|
+
"name": "combobox",
|
|
12596
12698
|
"type": {
|
|
12597
|
-
"text": "
|
|
12699
|
+
"text": "boolean"
|
|
12598
12700
|
},
|
|
12599
|
-
"default": "
|
|
12600
|
-
"
|
|
12701
|
+
"default": "false",
|
|
12702
|
+
"description": "Options can be filtered by typing into a text input field.",
|
|
12703
|
+
"fieldName": "combobox"
|
|
12601
12704
|
},
|
|
12602
12705
|
{
|
|
12603
|
-
"name": "
|
|
12706
|
+
"name": "disabled",
|
|
12707
|
+
"description": "The element cannot be used and is not focusable.",
|
|
12604
12708
|
"type": {
|
|
12605
12709
|
"text": "boolean"
|
|
12606
12710
|
},
|
|
12607
|
-
"
|
|
12608
|
-
"fieldName": "arrows"
|
|
12711
|
+
"fieldName": "disabled"
|
|
12609
12712
|
},
|
|
12610
12713
|
{
|
|
12611
|
-
"name": "
|
|
12714
|
+
"name": "invalid",
|
|
12612
12715
|
"type": {
|
|
12613
12716
|
"text": "boolean"
|
|
12614
12717
|
},
|
|
12615
12718
|
"default": "false",
|
|
12616
|
-
"
|
|
12719
|
+
"description": "Sets the invalid state manually.",
|
|
12720
|
+
"fieldName": "invalid"
|
|
12617
12721
|
},
|
|
12618
12722
|
{
|
|
12619
|
-
"name": "
|
|
12723
|
+
"name": "filter",
|
|
12724
|
+
"description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
|
|
12725
|
+
"default": "'fuzzy'",
|
|
12620
12726
|
"type": {
|
|
12621
|
-
"text": "
|
|
12727
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
12622
12728
|
},
|
|
12623
|
-
"
|
|
12624
|
-
"fieldName": "tabindex"
|
|
12729
|
+
"fieldName": "filter"
|
|
12625
12730
|
},
|
|
12626
12731
|
{
|
|
12627
|
-
"name": "
|
|
12732
|
+
"name": "focused",
|
|
12628
12733
|
"type": {
|
|
12629
12734
|
"text": "boolean"
|
|
12630
12735
|
},
|
|
12631
12736
|
"default": "false",
|
|
12632
|
-
"
|
|
12737
|
+
"description": "Its value is true when element is focused.",
|
|
12738
|
+
"fieldName": "focused"
|
|
12739
|
+
},
|
|
12740
|
+
{
|
|
12741
|
+
"name": "open",
|
|
12742
|
+
"type": {
|
|
12743
|
+
"text": "boolean"
|
|
12744
|
+
},
|
|
12745
|
+
"default": "false",
|
|
12746
|
+
"description": "Toggle the dropdown visibility.",
|
|
12747
|
+
"fieldName": "open"
|
|
12748
|
+
},
|
|
12749
|
+
{
|
|
12750
|
+
"name": "position",
|
|
12751
|
+
"type": {
|
|
12752
|
+
"text": "'above' | 'below'"
|
|
12753
|
+
},
|
|
12754
|
+
"default": "'below'",
|
|
12755
|
+
"description": "Position of the options list when visible.",
|
|
12756
|
+
"fieldName": "position"
|
|
12633
12757
|
}
|
|
12634
12758
|
],
|
|
12635
12759
|
"superclass": {
|
|
12636
12760
|
"name": "VscElement",
|
|
12637
12761
|
"module": "/src/includes/VscElement.js"
|
|
12638
|
-
}
|
|
12639
|
-
"tagName": "vscode-tree",
|
|
12640
|
-
"customElement": true
|
|
12762
|
+
}
|
|
12641
12763
|
}
|
|
12642
12764
|
],
|
|
12643
12765
|
"exports": [
|
|
12644
12766
|
{
|
|
12645
12767
|
"kind": "js",
|
|
12646
|
-
"name": "
|
|
12647
|
-
"declaration": {
|
|
12648
|
-
"name": "VscodeTree",
|
|
12649
|
-
"module": "src/vscode-tree/vscode-tree.ts"
|
|
12650
|
-
}
|
|
12651
|
-
},
|
|
12652
|
-
{
|
|
12653
|
-
"kind": "custom-element-definition",
|
|
12654
|
-
"name": "vscode-tree",
|
|
12768
|
+
"name": "VscodeSelectBase",
|
|
12655
12769
|
"declaration": {
|
|
12656
|
-
"name": "
|
|
12657
|
-
"module": "src/vscode-
|
|
12770
|
+
"name": "VscodeSelectBase",
|
|
12771
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
12658
12772
|
}
|
|
12659
12773
|
}
|
|
12660
12774
|
]
|