@vscode-elements/elements 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1626 -1336
- package/dist/bundled.js +1 -1
- package/dist/includes/VscElement.js +1 -1
- package/dist/includes/VscElement.js.map +1 -1
- package/dist/includes/vscode-select/helpers.d.ts +10 -4
- package/dist/includes/vscode-select/helpers.d.ts.map +1 -1
- package/dist/includes/vscode-select/helpers.js +119 -17
- package/dist/includes/vscode-select/helpers.js.map +1 -1
- package/dist/includes/vscode-select/styles.d.ts.map +1 -1
- package/dist/includes/vscode-select/styles.js +8 -0
- package/dist/includes/vscode-select/styles.js.map +1 -1
- package/dist/includes/vscode-select/types.d.ts +1 -0
- package/dist/includes/vscode-select/types.d.ts.map +1 -1
- package/dist/includes/vscode-select/types.js.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.d.ts +9 -5
- package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.js +8 -4
- package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
- package/dist/main.d.ts +2 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +2 -0
- package/dist/main.js.map +1 -1
- package/dist/vscode-divider/index.d.ts +2 -0
- package/dist/vscode-divider/index.d.ts.map +1 -0
- package/dist/vscode-divider/index.js +2 -0
- package/dist/vscode-divider/index.js.map +1 -0
- package/dist/vscode-divider/vscode-divider.d.ts +13 -0
- package/dist/vscode-divider/vscode-divider.d.ts.map +1 -0
- package/dist/vscode-divider/vscode-divider.js +28 -0
- package/dist/vscode-divider/vscode-divider.js.map +1 -0
- package/dist/vscode-divider/vscode-divider.styles.d.ts +4 -0
- package/dist/vscode-divider/vscode-divider.styles.d.ts.map +1 -0
- package/dist/vscode-divider/vscode-divider.styles.js +16 -0
- package/dist/vscode-divider/vscode-divider.styles.js.map +1 -0
- package/dist/vscode-multi-select/vscode-multi-select.d.ts +2 -0
- package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js +8 -1
- package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
- package/dist/vscode-progress-ring/index.d.ts +2 -0
- package/dist/vscode-progress-ring/index.d.ts.map +1 -0
- package/dist/vscode-progress-ring/index.js +2 -0
- package/dist/vscode-progress-ring/index.js.map +1 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts +15 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.js +51 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.js.map +1 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.styles.d.ts +4 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.styles.d.ts.map +1 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.styles.js +54 -0
- package/dist/vscode-progress-ring/vscode-progress-ring.styles.js.map +1 -0
- package/dist/vscode-single-select/vscode-single-select.d.ts +2 -0
- package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +6 -1
- package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
- package/package.json +1 -1
- package/vscode.css-custom-data.json +18 -14
- package/vscode.html-custom-data.json +65 -26
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.6.0'"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "field",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"text": "string"
|
|
294
294
|
},
|
|
295
295
|
"privacy": "private",
|
|
296
|
-
"default": "'1.
|
|
296
|
+
"default": "'1.6.0'",
|
|
297
297
|
"inheritedFrom": {
|
|
298
298
|
"name": "VscElement",
|
|
299
299
|
"module": "src/includes/VscElement.ts"
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"text": "string"
|
|
580
580
|
},
|
|
581
581
|
"privacy": "private",
|
|
582
|
-
"default": "'1.
|
|
582
|
+
"default": "'1.6.0'",
|
|
583
583
|
"inheritedFrom": {
|
|
584
584
|
"name": "VscElement",
|
|
585
585
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"text": "string"
|
|
1074
1074
|
},
|
|
1075
1075
|
"privacy": "private",
|
|
1076
|
-
"default": "'1.
|
|
1076
|
+
"default": "'1.6.0'",
|
|
1077
1077
|
"inheritedFrom": {
|
|
1078
1078
|
"name": "VscElement",
|
|
1079
1079
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
"text": "string"
|
|
1292
1292
|
},
|
|
1293
1293
|
"privacy": "private",
|
|
1294
|
-
"default": "'1.
|
|
1294
|
+
"default": "'1.6.0'",
|
|
1295
1295
|
"inheritedFrom": {
|
|
1296
1296
|
"name": "VscElement",
|
|
1297
1297
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
"text": "string"
|
|
1474
1474
|
},
|
|
1475
1475
|
"privacy": "private",
|
|
1476
|
-
"default": "'1.
|
|
1476
|
+
"default": "'1.6.0'",
|
|
1477
1477
|
"inheritedFrom": {
|
|
1478
1478
|
"name": "VscElement",
|
|
1479
1479
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
"text": "string"
|
|
1777
1777
|
},
|
|
1778
1778
|
"privacy": "private",
|
|
1779
|
-
"default": "'1.
|
|
1779
|
+
"default": "'1.6.0'",
|
|
1780
1780
|
"inheritedFrom": {
|
|
1781
1781
|
"name": "VscElement",
|
|
1782
1782
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1966,7 +1966,7 @@
|
|
|
1966
1966
|
"text": "string"
|
|
1967
1967
|
},
|
|
1968
1968
|
"privacy": "private",
|
|
1969
|
-
"default": "'1.
|
|
1969
|
+
"default": "'1.6.0'",
|
|
1970
1970
|
"inheritedFrom": {
|
|
1971
1971
|
"name": "VscElement",
|
|
1972
1972
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2052,6 +2052,110 @@
|
|
|
2052
2052
|
}
|
|
2053
2053
|
]
|
|
2054
2054
|
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "javascript-module",
|
|
2057
|
+
"path": "src/vscode-divider/vscode-divider.styles.ts",
|
|
2058
|
+
"declarations": [
|
|
2059
|
+
{
|
|
2060
|
+
"kind": "variable",
|
|
2061
|
+
"name": "styles",
|
|
2062
|
+
"type": {
|
|
2063
|
+
"text": "CSSResultGroup"
|
|
2064
|
+
},
|
|
2065
|
+
"default": "[\n defaultStyles,\n css`\n :host {\n background-color: var(--vscode-widget-border);\n display: block;\n height: 1px;\n margin-bottom: 10px;\n margin-top: 10px;\n }\n `,\n]"
|
|
2066
|
+
}
|
|
2067
|
+
],
|
|
2068
|
+
"exports": [
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "js",
|
|
2071
|
+
"name": "default",
|
|
2072
|
+
"declaration": {
|
|
2073
|
+
"name": "styles",
|
|
2074
|
+
"module": "src/vscode-divider/vscode-divider.styles.ts"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
]
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "javascript-module",
|
|
2081
|
+
"path": "src/vscode-divider/vscode-divider.ts",
|
|
2082
|
+
"declarations": [
|
|
2083
|
+
{
|
|
2084
|
+
"kind": "class",
|
|
2085
|
+
"description": "",
|
|
2086
|
+
"name": "VscodeDivider",
|
|
2087
|
+
"members": [
|
|
2088
|
+
{
|
|
2089
|
+
"kind": "field",
|
|
2090
|
+
"name": "role",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "'separator' | 'presentation'"
|
|
2093
|
+
},
|
|
2094
|
+
"default": "'separator'",
|
|
2095
|
+
"attribute": "role",
|
|
2096
|
+
"reflects": true
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "field",
|
|
2100
|
+
"name": "_version",
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "string"
|
|
2103
|
+
},
|
|
2104
|
+
"privacy": "private",
|
|
2105
|
+
"default": "'1.6.0'",
|
|
2106
|
+
"inheritedFrom": {
|
|
2107
|
+
"name": "VscElement",
|
|
2108
|
+
"module": "src/includes/VscElement.ts"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"kind": "field",
|
|
2113
|
+
"name": "version",
|
|
2114
|
+
"description": "VSC Element version",
|
|
2115
|
+
"readonly": true,
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "VscElement",
|
|
2118
|
+
"module": "src/includes/VscElement.ts"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"attributes": [
|
|
2123
|
+
{
|
|
2124
|
+
"name": "role",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "'separator' | 'presentation'"
|
|
2127
|
+
},
|
|
2128
|
+
"default": "'separator'",
|
|
2129
|
+
"fieldName": "role"
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2132
|
+
"superclass": {
|
|
2133
|
+
"name": "VscElement",
|
|
2134
|
+
"module": "/src/includes/VscElement"
|
|
2135
|
+
},
|
|
2136
|
+
"tagName": "vscode-divider",
|
|
2137
|
+
"customElement": true
|
|
2138
|
+
}
|
|
2139
|
+
],
|
|
2140
|
+
"exports": [
|
|
2141
|
+
{
|
|
2142
|
+
"kind": "js",
|
|
2143
|
+
"name": "VscodeDivider",
|
|
2144
|
+
"declaration": {
|
|
2145
|
+
"name": "VscodeDivider",
|
|
2146
|
+
"module": "src/vscode-divider/vscode-divider.ts"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"kind": "custom-element-definition",
|
|
2151
|
+
"name": "vscode-divider",
|
|
2152
|
+
"declaration": {
|
|
2153
|
+
"name": "VscodeDivider",
|
|
2154
|
+
"module": "src/vscode-divider/vscode-divider.ts"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2055
2159
|
{
|
|
2056
2160
|
"kind": "javascript-module",
|
|
2057
2161
|
"path": "src/vscode-form-container/vscode-form-container.styles.ts",
|
|
@@ -2216,7 +2320,7 @@
|
|
|
2216
2320
|
"text": "string"
|
|
2217
2321
|
},
|
|
2218
2322
|
"privacy": "private",
|
|
2219
|
-
"default": "'1.
|
|
2323
|
+
"default": "'1.6.0'",
|
|
2220
2324
|
"inheritedFrom": {
|
|
2221
2325
|
"name": "VscElement",
|
|
2222
2326
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2348,7 +2452,7 @@
|
|
|
2348
2452
|
"text": "string"
|
|
2349
2453
|
},
|
|
2350
2454
|
"privacy": "private",
|
|
2351
|
-
"default": "'1.
|
|
2455
|
+
"default": "'1.6.0'",
|
|
2352
2456
|
"inheritedFrom": {
|
|
2353
2457
|
"name": "VscElement",
|
|
2354
2458
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2448,7 +2552,7 @@
|
|
|
2448
2552
|
"text": "string"
|
|
2449
2553
|
},
|
|
2450
2554
|
"privacy": "private",
|
|
2451
|
-
"default": "'1.
|
|
2555
|
+
"default": "'1.6.0'",
|
|
2452
2556
|
"inheritedFrom": {
|
|
2453
2557
|
"name": "VscElement",
|
|
2454
2558
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2646,7 +2750,7 @@
|
|
|
2646
2750
|
"text": "string"
|
|
2647
2751
|
},
|
|
2648
2752
|
"privacy": "private",
|
|
2649
|
-
"default": "'1.
|
|
2753
|
+
"default": "'1.6.0'",
|
|
2650
2754
|
"inheritedFrom": {
|
|
2651
2755
|
"name": "VscElement",
|
|
2652
2756
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2866,7 +2970,7 @@
|
|
|
2866
2970
|
"text": "string"
|
|
2867
2971
|
},
|
|
2868
2972
|
"privacy": "private",
|
|
2869
|
-
"default": "'1.
|
|
2973
|
+
"default": "'1.6.0'",
|
|
2870
2974
|
"inheritedFrom": {
|
|
2871
2975
|
"name": "VscElement",
|
|
2872
2976
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3004,6 +3108,12 @@
|
|
|
3004
3108
|
{
|
|
3005
3109
|
"name": "--vscode-list-focusOutline"
|
|
3006
3110
|
},
|
|
3111
|
+
{
|
|
3112
|
+
"name": "--vscode-list-focusHighlightForeground"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"name": "--vscode-list-highlightForeground"
|
|
3116
|
+
},
|
|
3007
3117
|
{
|
|
3008
3118
|
"name": "--vscode-list-hoverBackground"
|
|
3009
3119
|
},
|
|
@@ -3290,9 +3400,10 @@
|
|
|
3290
3400
|
{
|
|
3291
3401
|
"kind": "field",
|
|
3292
3402
|
"name": "filter",
|
|
3293
|
-
"description": "
|
|
3403
|
+
"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.",
|
|
3404
|
+
"default": "'fuzzy'",
|
|
3294
3405
|
"type": {
|
|
3295
|
-
"text": "
|
|
3406
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
3296
3407
|
},
|
|
3297
3408
|
"attribute": "filter",
|
|
3298
3409
|
"inheritedFrom": {
|
|
@@ -3947,7 +4058,7 @@
|
|
|
3947
4058
|
"text": "string"
|
|
3948
4059
|
},
|
|
3949
4060
|
"privacy": "private",
|
|
3950
|
-
"default": "'1.
|
|
4061
|
+
"default": "'1.6.0'",
|
|
3951
4062
|
"inheritedFrom": {
|
|
3952
4063
|
"name": "VscElement",
|
|
3953
4064
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4013,19 +4124,6 @@
|
|
|
4013
4124
|
},
|
|
4014
4125
|
"fieldName": "value"
|
|
4015
4126
|
},
|
|
4016
|
-
{
|
|
4017
|
-
"name": "filter",
|
|
4018
|
-
"description": "Filter method",
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": "string"
|
|
4021
|
-
},
|
|
4022
|
-
"fieldName": "filter",
|
|
4023
|
-
"attribute": "filter",
|
|
4024
|
-
"inheritedFrom": {
|
|
4025
|
-
"name": "VscodeSelectBase",
|
|
4026
|
-
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4027
|
-
}
|
|
4028
|
-
},
|
|
4029
4127
|
{
|
|
4030
4128
|
"name": "options",
|
|
4031
4129
|
"type": {
|
|
@@ -4061,6 +4159,19 @@
|
|
|
4061
4159
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4062
4160
|
}
|
|
4063
4161
|
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "filter",
|
|
4164
|
+
"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.",
|
|
4165
|
+
"default": "'fuzzy'",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
4168
|
+
},
|
|
4169
|
+
"fieldName": "filter",
|
|
4170
|
+
"inheritedFrom": {
|
|
4171
|
+
"name": "VscodeSelectBase",
|
|
4172
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4064
4175
|
{
|
|
4065
4176
|
"name": "focused",
|
|
4066
4177
|
"type": {
|
|
@@ -4193,7 +4304,7 @@
|
|
|
4193
4304
|
"text": "string"
|
|
4194
4305
|
},
|
|
4195
4306
|
"privacy": "private",
|
|
4196
|
-
"default": "'1.
|
|
4307
|
+
"default": "'1.6.0'",
|
|
4197
4308
|
"inheritedFrom": {
|
|
4198
4309
|
"name": "VscElement",
|
|
4199
4310
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4271,6 +4382,146 @@
|
|
|
4271
4382
|
}
|
|
4272
4383
|
]
|
|
4273
4384
|
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "javascript-module",
|
|
4387
|
+
"path": "src/vscode-progress-ring/vscode-progress-ring.styles.ts",
|
|
4388
|
+
"declarations": [
|
|
4389
|
+
{
|
|
4390
|
+
"kind": "variable",
|
|
4391
|
+
"name": "styles",
|
|
4392
|
+
"type": {
|
|
4393
|
+
"text": "CSSResultGroup"
|
|
4394
|
+
},
|
|
4395
|
+
"default": "[\n defaultStyles,\n css`\n :host {\n align-items: center;\n display: block;\n height: 28px;\n margin: 0;\n outline: none;\n width: 28px;\n }\n\n .progress {\n height: 100%;\n width: 100%;\n }\n\n .background {\n fill: none;\n stroke: transparent;\n stroke-width: 2px;\n }\n\n .indeterminate-indicator-1 {\n fill: none;\n stroke: var(--vscode-progressBar-background);\n stroke-width: 2px;\n stroke-linecap: square;\n transform-origin: 50% 50%;\n transform: rotate(-90deg);\n transition: all 0.2s ease-in-out;\n animation: spin-infinite 2s linear infinite;\n }\n\n @keyframes spin-infinite {\n 0% {\n stroke-dasharray: 0.01px 43.97px;\n transform: rotate(0deg);\n }\n 50% {\n stroke-dasharray: 21.99px 21.99px;\n transform: rotate(450deg);\n }\n 100% {\n stroke-dasharray: 0.01px 43.97px;\n transform: rotate(1080deg);\n }\n }\n `,\n]"
|
|
4396
|
+
}
|
|
4397
|
+
],
|
|
4398
|
+
"exports": [
|
|
4399
|
+
{
|
|
4400
|
+
"kind": "js",
|
|
4401
|
+
"name": "default",
|
|
4402
|
+
"declaration": {
|
|
4403
|
+
"name": "styles",
|
|
4404
|
+
"module": "src/vscode-progress-ring/vscode-progress-ring.styles.ts"
|
|
4405
|
+
}
|
|
4406
|
+
}
|
|
4407
|
+
]
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"kind": "javascript-module",
|
|
4411
|
+
"path": "src/vscode-progress-ring/vscode-progress-ring.ts",
|
|
4412
|
+
"declarations": [
|
|
4413
|
+
{
|
|
4414
|
+
"kind": "class",
|
|
4415
|
+
"description": "",
|
|
4416
|
+
"name": "VscodeProgressRing",
|
|
4417
|
+
"members": [
|
|
4418
|
+
{
|
|
4419
|
+
"kind": "field",
|
|
4420
|
+
"name": "ariaLabel",
|
|
4421
|
+
"type": {
|
|
4422
|
+
"text": "string"
|
|
4423
|
+
},
|
|
4424
|
+
"default": "'Loading'",
|
|
4425
|
+
"attribute": "aria-label",
|
|
4426
|
+
"reflects": true
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"kind": "field",
|
|
4430
|
+
"name": "ariaLive",
|
|
4431
|
+
"type": {
|
|
4432
|
+
"text": "string"
|
|
4433
|
+
},
|
|
4434
|
+
"default": "'assertive'",
|
|
4435
|
+
"attribute": "aria-live",
|
|
4436
|
+
"reflects": true
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"kind": "field",
|
|
4440
|
+
"name": "role",
|
|
4441
|
+
"type": {
|
|
4442
|
+
"text": "string"
|
|
4443
|
+
},
|
|
4444
|
+
"default": "'alert'",
|
|
4445
|
+
"attribute": "role",
|
|
4446
|
+
"reflects": true
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
"kind": "field",
|
|
4450
|
+
"name": "_version",
|
|
4451
|
+
"type": {
|
|
4452
|
+
"text": "string"
|
|
4453
|
+
},
|
|
4454
|
+
"privacy": "private",
|
|
4455
|
+
"default": "'1.6.0'",
|
|
4456
|
+
"inheritedFrom": {
|
|
4457
|
+
"name": "VscElement",
|
|
4458
|
+
"module": "src/includes/VscElement.ts"
|
|
4459
|
+
}
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"kind": "field",
|
|
4463
|
+
"name": "version",
|
|
4464
|
+
"description": "VSC Element version",
|
|
4465
|
+
"readonly": true,
|
|
4466
|
+
"inheritedFrom": {
|
|
4467
|
+
"name": "VscElement",
|
|
4468
|
+
"module": "src/includes/VscElement.ts"
|
|
4469
|
+
}
|
|
4470
|
+
}
|
|
4471
|
+
],
|
|
4472
|
+
"attributes": [
|
|
4473
|
+
{
|
|
4474
|
+
"name": "aria-label",
|
|
4475
|
+
"type": {
|
|
4476
|
+
"text": "string"
|
|
4477
|
+
},
|
|
4478
|
+
"default": "'Loading'",
|
|
4479
|
+
"fieldName": "ariaLabel"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"name": "aria-live",
|
|
4483
|
+
"type": {
|
|
4484
|
+
"text": "string"
|
|
4485
|
+
},
|
|
4486
|
+
"default": "'assertive'",
|
|
4487
|
+
"fieldName": "ariaLive"
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "role",
|
|
4491
|
+
"type": {
|
|
4492
|
+
"text": "string"
|
|
4493
|
+
},
|
|
4494
|
+
"default": "'alert'",
|
|
4495
|
+
"fieldName": "role"
|
|
4496
|
+
}
|
|
4497
|
+
],
|
|
4498
|
+
"superclass": {
|
|
4499
|
+
"name": "VscElement",
|
|
4500
|
+
"module": "/src/includes/VscElement"
|
|
4501
|
+
},
|
|
4502
|
+
"tagName": "vscode-progress-ring",
|
|
4503
|
+
"customElement": true
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"exports": [
|
|
4507
|
+
{
|
|
4508
|
+
"kind": "js",
|
|
4509
|
+
"name": "VscodeProgressRing",
|
|
4510
|
+
"declaration": {
|
|
4511
|
+
"name": "VscodeProgressRing",
|
|
4512
|
+
"module": "src/vscode-progress-ring/vscode-progress-ring.ts"
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"kind": "custom-element-definition",
|
|
4517
|
+
"name": "vscode-progress-ring",
|
|
4518
|
+
"declaration": {
|
|
4519
|
+
"name": "VscodeProgressRing",
|
|
4520
|
+
"module": "src/vscode-progress-ring/vscode-progress-ring.ts"
|
|
4521
|
+
}
|
|
4522
|
+
}
|
|
4523
|
+
]
|
|
4524
|
+
},
|
|
4274
4525
|
{
|
|
4275
4526
|
"kind": "javascript-module",
|
|
4276
4527
|
"path": "src/vscode-radio/vscode-radio.styles.ts",
|
|
@@ -4668,7 +4919,7 @@
|
|
|
4668
4919
|
"text": "string"
|
|
4669
4920
|
},
|
|
4670
4921
|
"privacy": "private",
|
|
4671
|
-
"default": "'1.
|
|
4922
|
+
"default": "'1.6.0'",
|
|
4672
4923
|
"inheritedFrom": {
|
|
4673
4924
|
"name": "VscElement",
|
|
4674
4925
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4980,7 +5231,7 @@
|
|
|
4980
5231
|
"text": "string"
|
|
4981
5232
|
},
|
|
4982
5233
|
"privacy": "private",
|
|
4983
|
-
"default": "'1.
|
|
5234
|
+
"default": "'1.6.0'",
|
|
4984
5235
|
"inheritedFrom": {
|
|
4985
5236
|
"name": "VscElement",
|
|
4986
5237
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5359,7 +5610,7 @@
|
|
|
5359
5610
|
"text": "string"
|
|
5360
5611
|
},
|
|
5361
5612
|
"privacy": "private",
|
|
5362
|
-
"default": "'1.
|
|
5613
|
+
"default": "'1.6.0'",
|
|
5363
5614
|
"inheritedFrom": {
|
|
5364
5615
|
"name": "VscElement",
|
|
5365
5616
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5506,6 +5757,12 @@
|
|
|
5506
5757
|
{
|
|
5507
5758
|
"name": "--vscode-list-focusOutline"
|
|
5508
5759
|
},
|
|
5760
|
+
{
|
|
5761
|
+
"name": "--vscode-list-highlightForeground"
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"name": "--vscode-list-focusHighlightForeground"
|
|
5765
|
+
},
|
|
5509
5766
|
{
|
|
5510
5767
|
"name": "--vscode-list-hoverBackground"
|
|
5511
5768
|
},
|
|
@@ -5800,9 +6057,10 @@
|
|
|
5800
6057
|
{
|
|
5801
6058
|
"kind": "field",
|
|
5802
6059
|
"name": "filter",
|
|
5803
|
-
"description": "
|
|
6060
|
+
"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.",
|
|
6061
|
+
"default": "'fuzzy'",
|
|
5804
6062
|
"type": {
|
|
5805
|
-
"text": "
|
|
6063
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
5806
6064
|
},
|
|
5807
6065
|
"attribute": "filter",
|
|
5808
6066
|
"inheritedFrom": {
|
|
@@ -6415,7 +6673,7 @@
|
|
|
6415
6673
|
"text": "string"
|
|
6416
6674
|
},
|
|
6417
6675
|
"privacy": "private",
|
|
6418
|
-
"default": "'1.
|
|
6676
|
+
"default": "'1.6.0'",
|
|
6419
6677
|
"inheritedFrom": {
|
|
6420
6678
|
"name": "VscElement",
|
|
6421
6679
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6488,19 +6746,6 @@
|
|
|
6488
6746
|
"default": "false",
|
|
6489
6747
|
"fieldName": "required"
|
|
6490
6748
|
},
|
|
6491
|
-
{
|
|
6492
|
-
"name": "filter",
|
|
6493
|
-
"description": "Filter method",
|
|
6494
|
-
"type": {
|
|
6495
|
-
"text": "string"
|
|
6496
|
-
},
|
|
6497
|
-
"fieldName": "filter",
|
|
6498
|
-
"attribute": "filter",
|
|
6499
|
-
"inheritedFrom": {
|
|
6500
|
-
"name": "VscodeSelectBase",
|
|
6501
|
-
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6502
|
-
}
|
|
6503
|
-
},
|
|
6504
6749
|
{
|
|
6505
6750
|
"name": "options",
|
|
6506
6751
|
"type": {
|
|
@@ -6536,6 +6781,19 @@
|
|
|
6536
6781
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6537
6782
|
}
|
|
6538
6783
|
},
|
|
6784
|
+
{
|
|
6785
|
+
"name": "filter",
|
|
6786
|
+
"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.",
|
|
6787
|
+
"default": "'fuzzy'",
|
|
6788
|
+
"type": {
|
|
6789
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
6790
|
+
},
|
|
6791
|
+
"fieldName": "filter",
|
|
6792
|
+
"inheritedFrom": {
|
|
6793
|
+
"name": "VscodeSelectBase",
|
|
6794
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6795
|
+
}
|
|
6796
|
+
},
|
|
6539
6797
|
{
|
|
6540
6798
|
"name": "focused",
|
|
6541
6799
|
"type": {
|
|
@@ -6857,7 +7115,7 @@
|
|
|
6857
7115
|
"text": "string"
|
|
6858
7116
|
},
|
|
6859
7117
|
"privacy": "private",
|
|
6860
|
-
"default": "'1.
|
|
7118
|
+
"default": "'1.6.0'",
|
|
6861
7119
|
"inheritedFrom": {
|
|
6862
7120
|
"name": "VscElement",
|
|
6863
7121
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7017,7 +7275,7 @@
|
|
|
7017
7275
|
"text": "string"
|
|
7018
7276
|
},
|
|
7019
7277
|
"privacy": "private",
|
|
7020
|
-
"default": "'1.
|
|
7278
|
+
"default": "'1.6.0'",
|
|
7021
7279
|
"inheritedFrom": {
|
|
7022
7280
|
"name": "VscElement",
|
|
7023
7281
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7149,7 +7407,7 @@
|
|
|
7149
7407
|
"text": "string"
|
|
7150
7408
|
},
|
|
7151
7409
|
"privacy": "private",
|
|
7152
|
-
"default": "'1.
|
|
7410
|
+
"default": "'1.6.0'",
|
|
7153
7411
|
"inheritedFrom": {
|
|
7154
7412
|
"name": "VscElement",
|
|
7155
7413
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7826,7 +8084,7 @@
|
|
|
7826
8084
|
"text": "string"
|
|
7827
8085
|
},
|
|
7828
8086
|
"privacy": "private",
|
|
7829
|
-
"default": "'1.
|
|
8087
|
+
"default": "'1.6.0'",
|
|
7830
8088
|
"inheritedFrom": {
|
|
7831
8089
|
"name": "VscElement",
|
|
7832
8090
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8010,7 +8268,7 @@
|
|
|
8010
8268
|
"text": "string"
|
|
8011
8269
|
},
|
|
8012
8270
|
"privacy": "private",
|
|
8013
|
-
"default": "'1.
|
|
8271
|
+
"default": "'1.6.0'",
|
|
8014
8272
|
"inheritedFrom": {
|
|
8015
8273
|
"name": "VscElement",
|
|
8016
8274
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8129,7 +8387,7 @@
|
|
|
8129
8387
|
"text": "string"
|
|
8130
8388
|
},
|
|
8131
8389
|
"privacy": "private",
|
|
8132
|
-
"default": "'1.
|
|
8390
|
+
"default": "'1.6.0'",
|
|
8133
8391
|
"inheritedFrom": {
|
|
8134
8392
|
"name": "VscElement",
|
|
8135
8393
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8239,7 +8497,7 @@
|
|
|
8239
8497
|
"text": "string"
|
|
8240
8498
|
},
|
|
8241
8499
|
"privacy": "private",
|
|
8242
|
-
"default": "'1.
|
|
8500
|
+
"default": "'1.6.0'",
|
|
8243
8501
|
"inheritedFrom": {
|
|
8244
8502
|
"name": "VscElement",
|
|
8245
8503
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8334,7 +8592,7 @@
|
|
|
8334
8592
|
"text": "string"
|
|
8335
8593
|
},
|
|
8336
8594
|
"privacy": "private",
|
|
8337
|
-
"default": "'1.
|
|
8595
|
+
"default": "'1.6.0'",
|
|
8338
8596
|
"inheritedFrom": {
|
|
8339
8597
|
"name": "VscElement",
|
|
8340
8598
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8423,7 +8681,7 @@
|
|
|
8423
8681
|
"text": "string"
|
|
8424
8682
|
},
|
|
8425
8683
|
"privacy": "private",
|
|
8426
|
-
"default": "'1.
|
|
8684
|
+
"default": "'1.6.0'",
|
|
8427
8685
|
"inheritedFrom": {
|
|
8428
8686
|
"name": "VscElement",
|
|
8429
8687
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8469,7 +8727,7 @@
|
|
|
8469
8727
|
},
|
|
8470
8728
|
{
|
|
8471
8729
|
"kind": "javascript-module",
|
|
8472
|
-
"path": "src/vscode-
|
|
8730
|
+
"path": "src/vscode-textarea/vscode-textarea.styles.ts",
|
|
8473
8731
|
"declarations": [
|
|
8474
8732
|
{
|
|
8475
8733
|
"kind": "variable",
|
|
@@ -8477,7 +8735,7 @@
|
|
|
8477
8735
|
"type": {
|
|
8478
8736
|
"text": "CSSResultGroup"
|
|
8479
8737
|
},
|
|
8480
|
-
"default": "[\n defaultStyles,\n css`\n :host {\n display: block;\n }\n\n .
|
|
8738
|
+
"default": "[\n defaultStyles,\n css`\n :host {\n display: inline-block;\n height: 40px;\n position: relative;\n width: 320px;\n }\n\n :host([cols]) {\n width: auto;\n }\n\n :host([rows]) {\n height: auto;\n }\n\n .shadow {\n box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset;\n display: none;\n inset: 0 0 auto 0;\n height: 6px;\n pointer-events: none;\n position: absolute;\n width: 100%;\n }\n\n .shadow.visible {\n display: block;\n }\n\n textarea {\n background-color: var(--vscode-settings-textInputBackground);\n border-color: var(--vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground));\n border-radius: 2px;\n border-style: solid;\n border-width: 1px;\n box-sizing: border-box;\n color: var(--vscode-settings-textInputForeground);\n display: block;\n font-family: var(--vscode-font-family);\n font-size: var(--vscode-font-size);\n font-weight: var(--vscode-font-weight);\n height: 100%;\n width: 100%;\n }\n\n :host([cols]) textarea {\n width: auto;\n }\n\n :host([rows]) textarea {\n height: auto;\n }\n\n :host([invalid]) textarea,\n :host(:invalid) textarea {\n background-color: var(--vscode-inputValidation-errorBackground);\n border-color: var(--vscode-inputValidation-errorBorder, #be1100);\n }\n\n textarea.monospace {\n background-color: var(--vscode-editor-background);\n color: var(--vscode-editor-foreground);\n font-family: var(--vscode-editor-font-family);\n font-size: var(--vscode-editor-font-size);\n font-weight: var(--vscode-editor-font-weight);\n }\n\n .textarea.monospace::placeholder {\n color: var(--vscode-editor-inlineValuesForeground);\n }\n\n textarea.cursor-pointer {\n cursor: pointer;\n }\n\n textarea:focus {\n border-color: var(--vscode-focusBorder);\n outline: none;\n }\n\n textarea::placeholder {\n color: var(--vscode-input-placeholderForeground);\n opacity: 1;\n }\n\n textarea::-webkit-scrollbar-track {\n background-color: transparent;\n }\n\n textarea::-webkit-scrollbar {\n width: 14px;\n }\n\n textarea::-webkit-scrollbar-thumb {\n background-color: transparent;\n }\n\n textarea:hover::-webkit-scrollbar-thumb {\n background-color: var(--vscode-scrollbarSlider-background);\n }\n\n textarea::-webkit-scrollbar-thumb:hover {\n background-color: var(--vscode-scrollbarSlider-hoverBackground);\n }\n\n textarea::-webkit-scrollbar-thumb:active {\n background-color: var(--vscode-scrollbarSlider-activeBackground);\n }\n\n textarea::-webkit-scrollbar-corner {\n background-color: transparent;\n }\n\n textarea::-webkit-resizer {\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACJJREFUeJxjYMAOZuIQZ5j5//9/rJJESczEKYGsG6cEXgAAsEEefMxkua4AAAAASUVORK5CYII=');\n background-repeat: no-repeat;\n background-position: right bottom;\n }\n `,\n]"
|
|
8481
8739
|
}
|
|
8482
8740
|
],
|
|
8483
8741
|
"exports": [
|
|
@@ -8486,20 +8744,35 @@
|
|
|
8486
8744
|
"name": "default",
|
|
8487
8745
|
"declaration": {
|
|
8488
8746
|
"name": "styles",
|
|
8489
|
-
"module": "src/vscode-
|
|
8747
|
+
"module": "src/vscode-textarea/vscode-textarea.styles.ts"
|
|
8490
8748
|
}
|
|
8491
8749
|
}
|
|
8492
8750
|
]
|
|
8493
8751
|
},
|
|
8494
8752
|
{
|
|
8495
8753
|
"kind": "javascript-module",
|
|
8496
|
-
"path": "src/vscode-
|
|
8754
|
+
"path": "src/vscode-textarea/vscode-textarea.ts",
|
|
8497
8755
|
"declarations": [
|
|
8498
8756
|
{
|
|
8499
8757
|
"kind": "class",
|
|
8500
|
-
"description": "",
|
|
8501
|
-
"name": "
|
|
8758
|
+
"description": "Multi-line text input.\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
8759
|
+
"name": "VscodeTextarea",
|
|
8502
8760
|
"cssProperties": [
|
|
8761
|
+
{
|
|
8762
|
+
"name": "--vscode-scrollbar-shadow"
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"name": "--vscode-settings-textInputBackground"
|
|
8766
|
+
},
|
|
8767
|
+
{
|
|
8768
|
+
"name": "--vscode-settings-textInputBorder"
|
|
8769
|
+
},
|
|
8770
|
+
{
|
|
8771
|
+
"name": "--vscode-settings-textInputForeground"
|
|
8772
|
+
},
|
|
8773
|
+
{
|
|
8774
|
+
"name": "--vscode-input-placeholderForeground"
|
|
8775
|
+
},
|
|
8503
8776
|
{
|
|
8504
8777
|
"name": "--vscode-font-family"
|
|
8505
8778
|
},
|
|
@@ -8510,910 +8783,895 @@
|
|
|
8510
8783
|
"name": "--vscode-font-weight"
|
|
8511
8784
|
},
|
|
8512
8785
|
{
|
|
8513
|
-
"name": "--vscode-
|
|
8786
|
+
"name": "--vscode-editor-background"
|
|
8514
8787
|
},
|
|
8515
8788
|
{
|
|
8516
|
-
"name": "--vscode-
|
|
8517
|
-
}
|
|
8518
|
-
],
|
|
8519
|
-
"slots": [
|
|
8789
|
+
"name": "--vscode-editor-foreground"
|
|
8790
|
+
},
|
|
8520
8791
|
{
|
|
8521
|
-
"
|
|
8522
|
-
"name": ""
|
|
8792
|
+
"name": "--vscode-editor-font-family"
|
|
8523
8793
|
},
|
|
8524
8794
|
{
|
|
8525
|
-
"
|
|
8526
|
-
"name": "header"
|
|
8795
|
+
"name": "--vscode-editor-font-size"
|
|
8527
8796
|
},
|
|
8528
8797
|
{
|
|
8529
|
-
"
|
|
8530
|
-
|
|
8798
|
+
"name": "--vscode-editor-font-weight"
|
|
8799
|
+
},
|
|
8800
|
+
{
|
|
8801
|
+
"name": "--vscode-editor-inlineValuesForeground"
|
|
8802
|
+
},
|
|
8803
|
+
{
|
|
8804
|
+
"name": "--vscode-focusBorder"
|
|
8805
|
+
},
|
|
8806
|
+
{
|
|
8807
|
+
"name": "--vscode-scrollbarSlider-background"
|
|
8808
|
+
},
|
|
8809
|
+
{
|
|
8810
|
+
"name": "--vscode-scrollbarSlider-hoverBackground"
|
|
8811
|
+
},
|
|
8812
|
+
{
|
|
8813
|
+
"name": "--vscode-scrollbarSlider-activeBackground"
|
|
8531
8814
|
}
|
|
8532
8815
|
],
|
|
8533
8816
|
"members": [
|
|
8534
8817
|
{
|
|
8535
8818
|
"kind": "field",
|
|
8536
|
-
"name": "
|
|
8819
|
+
"name": "autocomplete",
|
|
8537
8820
|
"type": {
|
|
8538
|
-
"text": "
|
|
8821
|
+
"text": "'on' | 'off' | undefined"
|
|
8539
8822
|
},
|
|
8540
|
-
"default": "
|
|
8541
|
-
"
|
|
8542
|
-
"attribute": "panel",
|
|
8543
|
-
"reflects": true
|
|
8823
|
+
"default": "undefined",
|
|
8824
|
+
"attribute": "autocomplete"
|
|
8544
8825
|
},
|
|
8545
8826
|
{
|
|
8546
8827
|
"kind": "field",
|
|
8547
|
-
"name": "
|
|
8828
|
+
"name": "autofocus",
|
|
8548
8829
|
"type": {
|
|
8549
|
-
"text": "
|
|
8830
|
+
"text": "boolean"
|
|
8550
8831
|
},
|
|
8551
|
-
"default": "
|
|
8552
|
-
"attribute": "
|
|
8832
|
+
"default": "false",
|
|
8833
|
+
"attribute": "autofocus",
|
|
8553
8834
|
"reflects": true
|
|
8554
8835
|
},
|
|
8555
8836
|
{
|
|
8556
8837
|
"kind": "field",
|
|
8557
|
-
"name": "
|
|
8838
|
+
"name": "defaultValue",
|
|
8558
8839
|
"type": {
|
|
8559
|
-
"text": "
|
|
8840
|
+
"text": "string"
|
|
8560
8841
|
},
|
|
8561
|
-
"
|
|
8842
|
+
"default": "''",
|
|
8843
|
+
"attribute": "default-value"
|
|
8562
8844
|
},
|
|
8563
8845
|
{
|
|
8564
8846
|
"kind": "field",
|
|
8565
|
-
"name": "
|
|
8847
|
+
"name": "disabled",
|
|
8566
8848
|
"type": {
|
|
8567
|
-
"text": "
|
|
8849
|
+
"text": "boolean"
|
|
8568
8850
|
},
|
|
8569
|
-
"
|
|
8851
|
+
"default": "false",
|
|
8852
|
+
"attribute": "disabled",
|
|
8853
|
+
"reflects": true
|
|
8570
8854
|
},
|
|
8571
8855
|
{
|
|
8572
8856
|
"kind": "field",
|
|
8573
|
-
"name": "
|
|
8857
|
+
"name": "invalid",
|
|
8574
8858
|
"type": {
|
|
8575
|
-
"text": "
|
|
8859
|
+
"text": "boolean"
|
|
8576
8860
|
},
|
|
8577
|
-
"
|
|
8578
|
-
"
|
|
8861
|
+
"default": "false",
|
|
8862
|
+
"attribute": "invalid",
|
|
8863
|
+
"reflects": true
|
|
8579
8864
|
},
|
|
8580
8865
|
{
|
|
8581
8866
|
"kind": "field",
|
|
8582
|
-
"name": "
|
|
8867
|
+
"name": "label",
|
|
8583
8868
|
"type": {
|
|
8584
|
-
"text": "
|
|
8869
|
+
"text": "string"
|
|
8585
8870
|
},
|
|
8586
|
-
"
|
|
8587
|
-
"default": "[]"
|
|
8871
|
+
"default": "''"
|
|
8588
8872
|
},
|
|
8589
8873
|
{
|
|
8590
8874
|
"kind": "field",
|
|
8591
|
-
"name": "
|
|
8875
|
+
"name": "maxLength",
|
|
8592
8876
|
"type": {
|
|
8593
|
-
"text": "
|
|
8877
|
+
"text": "number | undefined"
|
|
8594
8878
|
},
|
|
8595
|
-
"
|
|
8596
|
-
"
|
|
8879
|
+
"default": "undefined",
|
|
8880
|
+
"attribute": "maxLength"
|
|
8597
8881
|
},
|
|
8598
8882
|
{
|
|
8599
8883
|
"kind": "field",
|
|
8600
|
-
"name": "
|
|
8884
|
+
"name": "minLength",
|
|
8601
8885
|
"type": {
|
|
8602
|
-
"text": "number"
|
|
8886
|
+
"text": "number | undefined"
|
|
8603
8887
|
},
|
|
8604
|
-
"
|
|
8605
|
-
"
|
|
8888
|
+
"default": "undefined",
|
|
8889
|
+
"attribute": "minLength"
|
|
8606
8890
|
},
|
|
8607
8891
|
{
|
|
8608
|
-
"kind": "
|
|
8609
|
-
"name": "
|
|
8610
|
-
"
|
|
8892
|
+
"kind": "field",
|
|
8893
|
+
"name": "rows",
|
|
8894
|
+
"type": {
|
|
8895
|
+
"text": "number | undefined"
|
|
8896
|
+
},
|
|
8897
|
+
"default": "undefined",
|
|
8898
|
+
"attribute": "rows"
|
|
8611
8899
|
},
|
|
8612
8900
|
{
|
|
8613
|
-
"kind": "
|
|
8614
|
-
"name": "
|
|
8615
|
-
"
|
|
8901
|
+
"kind": "field",
|
|
8902
|
+
"name": "cols",
|
|
8903
|
+
"type": {
|
|
8904
|
+
"text": "number | undefined"
|
|
8905
|
+
},
|
|
8906
|
+
"default": "undefined",
|
|
8907
|
+
"attribute": "cols"
|
|
8616
8908
|
},
|
|
8617
8909
|
{
|
|
8618
|
-
"kind": "
|
|
8619
|
-
"name": "
|
|
8620
|
-
"
|
|
8910
|
+
"kind": "field",
|
|
8911
|
+
"name": "name",
|
|
8912
|
+
"type": {
|
|
8913
|
+
"text": "string | undefined"
|
|
8914
|
+
},
|
|
8915
|
+
"default": "undefined",
|
|
8916
|
+
"attribute": "name"
|
|
8621
8917
|
},
|
|
8622
8918
|
{
|
|
8623
|
-
"kind": "
|
|
8624
|
-
"name": "
|
|
8625
|
-
"
|
|
8919
|
+
"kind": "field",
|
|
8920
|
+
"name": "placeholder",
|
|
8921
|
+
"type": {
|
|
8922
|
+
"text": "string | undefined"
|
|
8923
|
+
},
|
|
8924
|
+
"default": "undefined",
|
|
8925
|
+
"attribute": "placeholder"
|
|
8626
8926
|
},
|
|
8627
8927
|
{
|
|
8628
|
-
"kind": "
|
|
8629
|
-
"name": "
|
|
8630
|
-
"
|
|
8631
|
-
|
|
8632
|
-
|
|
8633
|
-
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
}
|
|
8637
|
-
}
|
|
8638
|
-
]
|
|
8928
|
+
"kind": "field",
|
|
8929
|
+
"name": "readonly",
|
|
8930
|
+
"type": {
|
|
8931
|
+
"text": "boolean"
|
|
8932
|
+
},
|
|
8933
|
+
"default": "false",
|
|
8934
|
+
"attribute": "readonly",
|
|
8935
|
+
"reflects": true
|
|
8639
8936
|
},
|
|
8640
8937
|
{
|
|
8641
|
-
"kind": "
|
|
8642
|
-
"name": "
|
|
8643
|
-
"
|
|
8938
|
+
"kind": "field",
|
|
8939
|
+
"name": "resize",
|
|
8940
|
+
"type": {
|
|
8941
|
+
"text": "'both' | 'horizontal' | 'vertical' | 'none'"
|
|
8942
|
+
},
|
|
8943
|
+
"default": "'none'",
|
|
8944
|
+
"attribute": "resize"
|
|
8644
8945
|
},
|
|
8645
8946
|
{
|
|
8646
|
-
"kind": "
|
|
8647
|
-
"name": "
|
|
8648
|
-
"
|
|
8947
|
+
"kind": "field",
|
|
8948
|
+
"name": "required",
|
|
8949
|
+
"type": {
|
|
8950
|
+
"text": "boolean"
|
|
8951
|
+
},
|
|
8952
|
+
"default": "false",
|
|
8953
|
+
"attribute": "required",
|
|
8954
|
+
"reflects": true
|
|
8649
8955
|
},
|
|
8650
8956
|
{
|
|
8651
|
-
"kind": "
|
|
8652
|
-
"name": "
|
|
8653
|
-
"
|
|
8957
|
+
"kind": "field",
|
|
8958
|
+
"name": "spellcheck",
|
|
8959
|
+
"type": {
|
|
8960
|
+
"text": "boolean"
|
|
8961
|
+
},
|
|
8962
|
+
"default": "false",
|
|
8963
|
+
"attribute": "spellcheck"
|
|
8654
8964
|
},
|
|
8655
8965
|
{
|
|
8656
|
-
"kind": "
|
|
8657
|
-
"name": "
|
|
8658
|
-
"
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
}
|
|
8666
|
-
]
|
|
8966
|
+
"kind": "field",
|
|
8967
|
+
"name": "monospace",
|
|
8968
|
+
"type": {
|
|
8969
|
+
"text": "boolean"
|
|
8970
|
+
},
|
|
8971
|
+
"default": "false",
|
|
8972
|
+
"description": "Use monospace fonts. The font family, weight, size, and color will be the same as set in the\nVSCode code editor.",
|
|
8973
|
+
"attribute": "monospace",
|
|
8974
|
+
"reflects": true
|
|
8667
8975
|
},
|
|
8668
8976
|
{
|
|
8669
8977
|
"kind": "field",
|
|
8670
|
-
"name": "
|
|
8978
|
+
"name": "value",
|
|
8671
8979
|
"type": {
|
|
8672
8980
|
"text": "string"
|
|
8673
8981
|
},
|
|
8674
|
-
"
|
|
8675
|
-
"default": "'1.4.0'",
|
|
8676
|
-
"inheritedFrom": {
|
|
8677
|
-
"name": "VscElement",
|
|
8678
|
-
"module": "src/includes/VscElement.ts"
|
|
8679
|
-
}
|
|
8982
|
+
"attribute": "value"
|
|
8680
8983
|
},
|
|
8681
8984
|
{
|
|
8682
8985
|
"kind": "field",
|
|
8683
|
-
"name": "
|
|
8684
|
-
"description": "VSC Element version",
|
|
8685
|
-
"readonly": true,
|
|
8686
|
-
"inheritedFrom": {
|
|
8687
|
-
"name": "VscElement",
|
|
8688
|
-
"module": "src/includes/VscElement.ts"
|
|
8689
|
-
}
|
|
8690
|
-
}
|
|
8691
|
-
],
|
|
8692
|
-
"events": [
|
|
8693
|
-
{
|
|
8694
|
-
"name": "vsc-select",
|
|
8986
|
+
"name": "wrappedElement",
|
|
8695
8987
|
"type": {
|
|
8696
|
-
"text": "
|
|
8988
|
+
"text": "HTMLTextAreaElement"
|
|
8697
8989
|
},
|
|
8698
|
-
"
|
|
8990
|
+
"description": "Getter for the inner textarea element if it needs to be accessed for some reason.",
|
|
8991
|
+
"readonly": true
|
|
8699
8992
|
},
|
|
8700
8993
|
{
|
|
8994
|
+
"kind": "field",
|
|
8995
|
+
"name": "form",
|
|
8701
8996
|
"type": {
|
|
8702
|
-
"text": "
|
|
8997
|
+
"text": "HTMLFormElement | null"
|
|
8703
8998
|
},
|
|
8704
|
-
"
|
|
8705
|
-
|
|
8706
|
-
}
|
|
8707
|
-
],
|
|
8708
|
-
"attributes": [
|
|
8999
|
+
"readonly": true
|
|
9000
|
+
},
|
|
8709
9001
|
{
|
|
8710
|
-
"
|
|
9002
|
+
"kind": "field",
|
|
9003
|
+
"name": "validity",
|
|
8711
9004
|
"type": {
|
|
8712
|
-
"text": "
|
|
9005
|
+
"text": "ValidityState"
|
|
8713
9006
|
},
|
|
8714
|
-
"
|
|
8715
|
-
"description": "Panel-like look",
|
|
8716
|
-
"fieldName": "panel"
|
|
9007
|
+
"readonly": true
|
|
8717
9008
|
},
|
|
8718
9009
|
{
|
|
8719
|
-
"
|
|
9010
|
+
"kind": "field",
|
|
9011
|
+
"name": "validationMessage",
|
|
9012
|
+
"readonly": true
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"kind": "field",
|
|
9016
|
+
"name": "willValidate",
|
|
9017
|
+
"readonly": true
|
|
9018
|
+
},
|
|
9019
|
+
{
|
|
9020
|
+
"kind": "field",
|
|
9021
|
+
"name": "minlength",
|
|
9022
|
+
"description": "Lowercase alias to minLength",
|
|
8720
9023
|
"type": {
|
|
8721
|
-
"text": "number"
|
|
8722
|
-
}
|
|
8723
|
-
|
|
8724
|
-
"fieldName": "selectedIndex"
|
|
8725
|
-
}
|
|
8726
|
-
],
|
|
8727
|
-
"superclass": {
|
|
8728
|
-
"name": "VscElement",
|
|
8729
|
-
"module": "/src/includes/VscElement.js"
|
|
8730
|
-
},
|
|
8731
|
-
"tagName": "vscode-tabs",
|
|
8732
|
-
"customElement": true
|
|
8733
|
-
}
|
|
8734
|
-
],
|
|
8735
|
-
"exports": [
|
|
8736
|
-
{
|
|
8737
|
-
"kind": "js",
|
|
8738
|
-
"name": "VscodeTabs",
|
|
8739
|
-
"declaration": {
|
|
8740
|
-
"name": "VscodeTabs",
|
|
8741
|
-
"module": "src/vscode-tabs/vscode-tabs.ts"
|
|
8742
|
-
}
|
|
8743
|
-
},
|
|
8744
|
-
{
|
|
8745
|
-
"kind": "custom-element-definition",
|
|
8746
|
-
"name": "vscode-tabs",
|
|
8747
|
-
"declaration": {
|
|
8748
|
-
"name": "VscodeTabs",
|
|
8749
|
-
"module": "src/vscode-tabs/vscode-tabs.ts"
|
|
8750
|
-
}
|
|
8751
|
-
}
|
|
8752
|
-
]
|
|
8753
|
-
},
|
|
8754
|
-
{
|
|
8755
|
-
"kind": "javascript-module",
|
|
8756
|
-
"path": "src/vscode-textarea/vscode-textarea.styles.ts",
|
|
8757
|
-
"declarations": [
|
|
8758
|
-
{
|
|
8759
|
-
"kind": "variable",
|
|
8760
|
-
"name": "styles",
|
|
8761
|
-
"type": {
|
|
8762
|
-
"text": "CSSResultGroup"
|
|
8763
|
-
},
|
|
8764
|
-
"default": "[\n defaultStyles,\n css`\n :host {\n display: inline-block;\n height: 40px;\n position: relative;\n width: 320px;\n }\n\n :host([cols]) {\n width: auto;\n }\n\n :host([rows]) {\n height: auto;\n }\n\n .shadow {\n box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset;\n display: none;\n inset: 0 0 auto 0;\n height: 6px;\n pointer-events: none;\n position: absolute;\n width: 100%;\n }\n\n .shadow.visible {\n display: block;\n }\n\n textarea {\n background-color: var(--vscode-settings-textInputBackground);\n border-color: var(--vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground));\n border-radius: 2px;\n border-style: solid;\n border-width: 1px;\n box-sizing: border-box;\n color: var(--vscode-settings-textInputForeground);\n display: block;\n font-family: var(--vscode-font-family);\n font-size: var(--vscode-font-size);\n font-weight: var(--vscode-font-weight);\n height: 100%;\n width: 100%;\n }\n\n :host([cols]) textarea {\n width: auto;\n }\n\n :host([rows]) textarea {\n height: auto;\n }\n\n :host([invalid]) textarea,\n :host(:invalid) textarea {\n background-color: var(--vscode-inputValidation-errorBackground);\n border-color: var(--vscode-inputValidation-errorBorder, #be1100);\n }\n\n textarea.monospace {\n background-color: var(--vscode-editor-background);\n color: var(--vscode-editor-foreground);\n font-family: var(--vscode-editor-font-family);\n font-size: var(--vscode-editor-font-size);\n font-weight: var(--vscode-editor-font-weight);\n }\n\n .textarea.monospace::placeholder {\n color: var(--vscode-editor-inlineValuesForeground);\n }\n\n textarea.cursor-pointer {\n cursor: pointer;\n }\n\n textarea:focus {\n border-color: var(--vscode-focusBorder);\n outline: none;\n }\n\n textarea::placeholder {\n color: var(--vscode-input-placeholderForeground);\n opacity: 1;\n }\n\n textarea::-webkit-scrollbar-track {\n background-color: transparent;\n }\n\n textarea::-webkit-scrollbar {\n width: 14px;\n }\n\n textarea::-webkit-scrollbar-thumb {\n background-color: transparent;\n }\n\n textarea:hover::-webkit-scrollbar-thumb {\n background-color: var(--vscode-scrollbarSlider-background);\n }\n\n textarea::-webkit-scrollbar-thumb:hover {\n background-color: var(--vscode-scrollbarSlider-hoverBackground);\n }\n\n textarea::-webkit-scrollbar-thumb:active {\n background-color: var(--vscode-scrollbarSlider-activeBackground);\n }\n\n textarea::-webkit-scrollbar-corner {\n background-color: transparent;\n }\n\n textarea::-webkit-resizer {\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACJJREFUeJxjYMAOZuIQZ5j5//9/rJJESczEKYGsG6cEXgAAsEEefMxkua4AAAAASUVORK5CYII=');\n background-repeat: no-repeat;\n background-position: right bottom;\n }\n `,\n]"
|
|
8765
|
-
}
|
|
8766
|
-
],
|
|
8767
|
-
"exports": [
|
|
8768
|
-
{
|
|
8769
|
-
"kind": "js",
|
|
8770
|
-
"name": "default",
|
|
8771
|
-
"declaration": {
|
|
8772
|
-
"name": "styles",
|
|
8773
|
-
"module": "src/vscode-textarea/vscode-textarea.styles.ts"
|
|
8774
|
-
}
|
|
8775
|
-
}
|
|
8776
|
-
]
|
|
8777
|
-
},
|
|
8778
|
-
{
|
|
8779
|
-
"kind": "javascript-module",
|
|
8780
|
-
"path": "src/vscode-textarea/vscode-textarea.ts",
|
|
8781
|
-
"declarations": [
|
|
8782
|
-
{
|
|
8783
|
-
"kind": "class",
|
|
8784
|
-
"description": "Multi-line text input.\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
8785
|
-
"name": "VscodeTextarea",
|
|
8786
|
-
"cssProperties": [
|
|
9024
|
+
"text": "number | undefined"
|
|
9025
|
+
}
|
|
9026
|
+
},
|
|
8787
9027
|
{
|
|
8788
|
-
"
|
|
9028
|
+
"kind": "field",
|
|
9029
|
+
"name": "maxlength",
|
|
9030
|
+
"description": "Lowercase alias to maxLength",
|
|
9031
|
+
"type": {
|
|
9032
|
+
"text": "number | undefined"
|
|
9033
|
+
}
|
|
8789
9034
|
},
|
|
8790
9035
|
{
|
|
8791
|
-
"
|
|
9036
|
+
"kind": "method",
|
|
9037
|
+
"name": "checkValidity",
|
|
9038
|
+
"return": {
|
|
9039
|
+
"type": {
|
|
9040
|
+
"text": "boolean"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
8792
9043
|
},
|
|
8793
9044
|
{
|
|
8794
|
-
"
|
|
9045
|
+
"kind": "method",
|
|
9046
|
+
"name": "reportValidity",
|
|
9047
|
+
"return": {
|
|
9048
|
+
"type": {
|
|
9049
|
+
"text": "boolean"
|
|
9050
|
+
}
|
|
9051
|
+
}
|
|
8795
9052
|
},
|
|
8796
9053
|
{
|
|
8797
|
-
"
|
|
9054
|
+
"kind": "field",
|
|
9055
|
+
"name": "_textareaEl",
|
|
9056
|
+
"type": {
|
|
9057
|
+
"text": "HTMLTextAreaElement"
|
|
9058
|
+
},
|
|
9059
|
+
"privacy": "private"
|
|
8798
9060
|
},
|
|
8799
9061
|
{
|
|
8800
|
-
"
|
|
9062
|
+
"kind": "field",
|
|
9063
|
+
"name": "_value",
|
|
9064
|
+
"type": {
|
|
9065
|
+
"text": "string"
|
|
9066
|
+
},
|
|
9067
|
+
"privacy": "private",
|
|
9068
|
+
"default": "''"
|
|
8801
9069
|
},
|
|
8802
9070
|
{
|
|
8803
|
-
"
|
|
9071
|
+
"kind": "field",
|
|
9072
|
+
"name": "_textareaPointerCursor",
|
|
9073
|
+
"type": {
|
|
9074
|
+
"text": "boolean"
|
|
9075
|
+
},
|
|
9076
|
+
"privacy": "private",
|
|
9077
|
+
"default": "false"
|
|
8804
9078
|
},
|
|
8805
9079
|
{
|
|
8806
|
-
"
|
|
9080
|
+
"kind": "field",
|
|
9081
|
+
"name": "_shadow",
|
|
9082
|
+
"type": {
|
|
9083
|
+
"text": "boolean"
|
|
9084
|
+
},
|
|
9085
|
+
"privacy": "private",
|
|
9086
|
+
"default": "false"
|
|
8807
9087
|
},
|
|
8808
9088
|
{
|
|
8809
|
-
"
|
|
9089
|
+
"kind": "field",
|
|
9090
|
+
"name": "_internals",
|
|
9091
|
+
"type": {
|
|
9092
|
+
"text": "ElementInternals"
|
|
9093
|
+
},
|
|
9094
|
+
"privacy": "private"
|
|
8810
9095
|
},
|
|
8811
9096
|
{
|
|
8812
|
-
"
|
|
9097
|
+
"kind": "method",
|
|
9098
|
+
"name": "_setValidityFromInput",
|
|
9099
|
+
"privacy": "private"
|
|
8813
9100
|
},
|
|
8814
9101
|
{
|
|
8815
|
-
"
|
|
9102
|
+
"kind": "method",
|
|
9103
|
+
"name": "_dataChanged",
|
|
9104
|
+
"privacy": "private"
|
|
8816
9105
|
},
|
|
8817
9106
|
{
|
|
8818
|
-
"
|
|
9107
|
+
"kind": "method",
|
|
9108
|
+
"name": "_handleChange",
|
|
9109
|
+
"privacy": "private",
|
|
9110
|
+
"parameters": [
|
|
9111
|
+
{
|
|
9112
|
+
"name": "ev",
|
|
9113
|
+
"type": {
|
|
9114
|
+
"text": "Event"
|
|
9115
|
+
}
|
|
9116
|
+
}
|
|
9117
|
+
]
|
|
8819
9118
|
},
|
|
8820
9119
|
{
|
|
8821
|
-
"
|
|
9120
|
+
"kind": "method",
|
|
9121
|
+
"name": "_handleInput",
|
|
9122
|
+
"privacy": "private",
|
|
9123
|
+
"parameters": [
|
|
9124
|
+
{
|
|
9125
|
+
"name": "ev",
|
|
9126
|
+
"type": {
|
|
9127
|
+
"text": "InputEvent"
|
|
9128
|
+
}
|
|
9129
|
+
}
|
|
9130
|
+
]
|
|
8822
9131
|
},
|
|
8823
9132
|
{
|
|
8824
|
-
"
|
|
9133
|
+
"kind": "method",
|
|
9134
|
+
"name": "_handleMouseMove",
|
|
9135
|
+
"privacy": "private",
|
|
9136
|
+
"parameters": [
|
|
9137
|
+
{
|
|
9138
|
+
"name": "ev",
|
|
9139
|
+
"type": {
|
|
9140
|
+
"text": "MouseEvent"
|
|
9141
|
+
}
|
|
9142
|
+
}
|
|
9143
|
+
]
|
|
8825
9144
|
},
|
|
8826
9145
|
{
|
|
8827
|
-
"
|
|
9146
|
+
"kind": "method",
|
|
9147
|
+
"name": "_handleScroll",
|
|
9148
|
+
"privacy": "private"
|
|
8828
9149
|
},
|
|
8829
9150
|
{
|
|
8830
|
-
"
|
|
9151
|
+
"kind": "field",
|
|
9152
|
+
"name": "_version",
|
|
9153
|
+
"type": {
|
|
9154
|
+
"text": "string"
|
|
9155
|
+
},
|
|
9156
|
+
"privacy": "private",
|
|
9157
|
+
"default": "'1.6.0'",
|
|
9158
|
+
"inheritedFrom": {
|
|
9159
|
+
"name": "VscElement",
|
|
9160
|
+
"module": "src/includes/VscElement.ts"
|
|
9161
|
+
}
|
|
8831
9162
|
},
|
|
8832
9163
|
{
|
|
8833
|
-
"
|
|
9164
|
+
"kind": "field",
|
|
9165
|
+
"name": "version",
|
|
9166
|
+
"description": "VSC Element version",
|
|
9167
|
+
"readonly": true,
|
|
9168
|
+
"inheritedFrom": {
|
|
9169
|
+
"name": "VscElement",
|
|
9170
|
+
"module": "src/includes/VscElement.ts"
|
|
9171
|
+
}
|
|
9172
|
+
}
|
|
9173
|
+
],
|
|
9174
|
+
"events": [
|
|
9175
|
+
{
|
|
9176
|
+
"name": "change",
|
|
9177
|
+
"type": {
|
|
9178
|
+
"text": "Event"
|
|
9179
|
+
}
|
|
8834
9180
|
},
|
|
8835
9181
|
{
|
|
8836
|
-
"name": "
|
|
9182
|
+
"name": "vsc-change",
|
|
9183
|
+
"type": {
|
|
9184
|
+
"text": "CustomEvent"
|
|
9185
|
+
},
|
|
9186
|
+
"deprecated": "true"
|
|
8837
9187
|
},
|
|
8838
9188
|
{
|
|
8839
|
-
"name": "
|
|
9189
|
+
"name": "vsc-input",
|
|
9190
|
+
"type": {
|
|
9191
|
+
"text": "CustomEvent"
|
|
9192
|
+
},
|
|
9193
|
+
"deprecated": "true"
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"type": {
|
|
9197
|
+
"text": "InputEvent"
|
|
9198
|
+
},
|
|
9199
|
+
"name": "input"
|
|
8840
9200
|
}
|
|
8841
9201
|
],
|
|
8842
|
-
"
|
|
9202
|
+
"attributes": [
|
|
8843
9203
|
{
|
|
8844
|
-
"kind": "field",
|
|
8845
9204
|
"name": "autocomplete",
|
|
8846
9205
|
"type": {
|
|
8847
9206
|
"text": "'on' | 'off' | undefined"
|
|
8848
9207
|
},
|
|
8849
9208
|
"default": "undefined",
|
|
8850
|
-
"
|
|
9209
|
+
"resolveInitializer": {
|
|
9210
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9211
|
+
},
|
|
9212
|
+
"fieldName": "autocomplete"
|
|
8851
9213
|
},
|
|
8852
9214
|
{
|
|
8853
|
-
"kind": "field",
|
|
8854
9215
|
"name": "autofocus",
|
|
8855
9216
|
"type": {
|
|
8856
9217
|
"text": "boolean"
|
|
8857
9218
|
},
|
|
8858
9219
|
"default": "false",
|
|
8859
|
-
"
|
|
8860
|
-
"reflects": true
|
|
9220
|
+
"fieldName": "autofocus"
|
|
8861
9221
|
},
|
|
8862
9222
|
{
|
|
8863
|
-
"
|
|
8864
|
-
"name": "defaultValue",
|
|
9223
|
+
"name": "default-value",
|
|
8865
9224
|
"type": {
|
|
8866
9225
|
"text": "string"
|
|
8867
9226
|
},
|
|
8868
9227
|
"default": "''",
|
|
8869
|
-
"
|
|
9228
|
+
"fieldName": "defaultValue"
|
|
8870
9229
|
},
|
|
8871
9230
|
{
|
|
8872
|
-
"kind": "field",
|
|
8873
9231
|
"name": "disabled",
|
|
8874
9232
|
"type": {
|
|
8875
9233
|
"text": "boolean"
|
|
8876
9234
|
},
|
|
8877
9235
|
"default": "false",
|
|
8878
|
-
"
|
|
8879
|
-
"reflects": true
|
|
9236
|
+
"fieldName": "disabled"
|
|
8880
9237
|
},
|
|
8881
9238
|
{
|
|
8882
|
-
"kind": "field",
|
|
8883
9239
|
"name": "invalid",
|
|
8884
9240
|
"type": {
|
|
8885
9241
|
"text": "boolean"
|
|
8886
9242
|
},
|
|
8887
9243
|
"default": "false",
|
|
8888
|
-
"
|
|
8889
|
-
"reflects": true
|
|
8890
|
-
},
|
|
8891
|
-
{
|
|
8892
|
-
"kind": "field",
|
|
8893
|
-
"name": "label",
|
|
8894
|
-
"type": {
|
|
8895
|
-
"text": "string"
|
|
8896
|
-
},
|
|
8897
|
-
"default": "''"
|
|
9244
|
+
"fieldName": "invalid"
|
|
8898
9245
|
},
|
|
8899
9246
|
{
|
|
8900
|
-
"kind": "field",
|
|
8901
9247
|
"name": "maxLength",
|
|
8902
9248
|
"type": {
|
|
8903
9249
|
"text": "number | undefined"
|
|
8904
9250
|
},
|
|
8905
9251
|
"default": "undefined",
|
|
8906
|
-
"
|
|
9252
|
+
"resolveInitializer": {
|
|
9253
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9254
|
+
},
|
|
9255
|
+
"fieldName": "maxLength"
|
|
8907
9256
|
},
|
|
8908
9257
|
{
|
|
8909
|
-
"kind": "field",
|
|
8910
9258
|
"name": "minLength",
|
|
8911
9259
|
"type": {
|
|
8912
9260
|
"text": "number | undefined"
|
|
8913
9261
|
},
|
|
8914
9262
|
"default": "undefined",
|
|
8915
|
-
"
|
|
9263
|
+
"resolveInitializer": {
|
|
9264
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9265
|
+
},
|
|
9266
|
+
"fieldName": "minLength"
|
|
8916
9267
|
},
|
|
8917
9268
|
{
|
|
8918
|
-
"kind": "field",
|
|
8919
9269
|
"name": "rows",
|
|
8920
9270
|
"type": {
|
|
8921
9271
|
"text": "number | undefined"
|
|
8922
9272
|
},
|
|
8923
9273
|
"default": "undefined",
|
|
8924
|
-
"
|
|
9274
|
+
"resolveInitializer": {
|
|
9275
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9276
|
+
},
|
|
9277
|
+
"fieldName": "rows"
|
|
8925
9278
|
},
|
|
8926
9279
|
{
|
|
8927
|
-
"kind": "field",
|
|
8928
9280
|
"name": "cols",
|
|
8929
9281
|
"type": {
|
|
8930
9282
|
"text": "number | undefined"
|
|
8931
9283
|
},
|
|
8932
9284
|
"default": "undefined",
|
|
8933
|
-
"
|
|
9285
|
+
"resolveInitializer": {
|
|
9286
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9287
|
+
},
|
|
9288
|
+
"fieldName": "cols"
|
|
8934
9289
|
},
|
|
8935
9290
|
{
|
|
8936
|
-
"kind": "field",
|
|
8937
9291
|
"name": "name",
|
|
8938
9292
|
"type": {
|
|
8939
9293
|
"text": "string | undefined"
|
|
8940
9294
|
},
|
|
8941
9295
|
"default": "undefined",
|
|
8942
|
-
"
|
|
9296
|
+
"resolveInitializer": {
|
|
9297
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9298
|
+
},
|
|
9299
|
+
"fieldName": "name"
|
|
8943
9300
|
},
|
|
8944
9301
|
{
|
|
8945
|
-
"kind": "field",
|
|
8946
9302
|
"name": "placeholder",
|
|
8947
9303
|
"type": {
|
|
8948
9304
|
"text": "string | undefined"
|
|
8949
9305
|
},
|
|
8950
9306
|
"default": "undefined",
|
|
8951
|
-
"
|
|
9307
|
+
"resolveInitializer": {
|
|
9308
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9309
|
+
},
|
|
9310
|
+
"fieldName": "placeholder"
|
|
8952
9311
|
},
|
|
8953
9312
|
{
|
|
8954
|
-
"kind": "field",
|
|
8955
9313
|
"name": "readonly",
|
|
8956
9314
|
"type": {
|
|
8957
9315
|
"text": "boolean"
|
|
8958
9316
|
},
|
|
8959
9317
|
"default": "false",
|
|
8960
|
-
"
|
|
8961
|
-
"reflects": true
|
|
9318
|
+
"fieldName": "readonly"
|
|
8962
9319
|
},
|
|
8963
9320
|
{
|
|
8964
|
-
"kind": "field",
|
|
8965
9321
|
"name": "resize",
|
|
8966
9322
|
"type": {
|
|
8967
9323
|
"text": "'both' | 'horizontal' | 'vertical' | 'none'"
|
|
8968
9324
|
},
|
|
8969
9325
|
"default": "'none'",
|
|
8970
|
-
"
|
|
9326
|
+
"fieldName": "resize"
|
|
8971
9327
|
},
|
|
8972
9328
|
{
|
|
8973
|
-
"kind": "field",
|
|
8974
9329
|
"name": "required",
|
|
8975
9330
|
"type": {
|
|
8976
9331
|
"text": "boolean"
|
|
8977
9332
|
},
|
|
8978
9333
|
"default": "false",
|
|
8979
|
-
"
|
|
8980
|
-
"reflects": true
|
|
9334
|
+
"fieldName": "required"
|
|
8981
9335
|
},
|
|
8982
9336
|
{
|
|
8983
|
-
"kind": "field",
|
|
8984
9337
|
"name": "spellcheck",
|
|
8985
9338
|
"type": {
|
|
8986
9339
|
"text": "boolean"
|
|
8987
9340
|
},
|
|
8988
9341
|
"default": "false",
|
|
8989
|
-
"
|
|
9342
|
+
"fieldName": "spellcheck"
|
|
8990
9343
|
},
|
|
8991
9344
|
{
|
|
8992
|
-
"kind": "field",
|
|
8993
9345
|
"name": "monospace",
|
|
8994
9346
|
"type": {
|
|
8995
9347
|
"text": "boolean"
|
|
8996
9348
|
},
|
|
8997
9349
|
"default": "false",
|
|
8998
9350
|
"description": "Use monospace fonts. The font family, weight, size, and color will be the same as set in the\nVSCode code editor.",
|
|
8999
|
-
"
|
|
9000
|
-
"reflects": true
|
|
9351
|
+
"fieldName": "monospace"
|
|
9001
9352
|
},
|
|
9002
9353
|
{
|
|
9003
|
-
"kind": "field",
|
|
9004
9354
|
"name": "value",
|
|
9005
9355
|
"type": {
|
|
9006
9356
|
"text": "string"
|
|
9007
9357
|
},
|
|
9008
|
-
"
|
|
9358
|
+
"fieldName": "value"
|
|
9359
|
+
}
|
|
9360
|
+
],
|
|
9361
|
+
"superclass": {
|
|
9362
|
+
"name": "VscElement",
|
|
9363
|
+
"module": "/src/includes/VscElement.js"
|
|
9364
|
+
},
|
|
9365
|
+
"tagName": "vscode-textarea",
|
|
9366
|
+
"customElement": true
|
|
9367
|
+
}
|
|
9368
|
+
],
|
|
9369
|
+
"exports": [
|
|
9370
|
+
{
|
|
9371
|
+
"kind": "js",
|
|
9372
|
+
"name": "VscodeTextarea",
|
|
9373
|
+
"declaration": {
|
|
9374
|
+
"name": "VscodeTextarea",
|
|
9375
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9376
|
+
}
|
|
9377
|
+
},
|
|
9378
|
+
{
|
|
9379
|
+
"kind": "custom-element-definition",
|
|
9380
|
+
"name": "vscode-textarea",
|
|
9381
|
+
"declaration": {
|
|
9382
|
+
"name": "VscodeTextarea",
|
|
9383
|
+
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9384
|
+
}
|
|
9385
|
+
}
|
|
9386
|
+
]
|
|
9387
|
+
},
|
|
9388
|
+
{
|
|
9389
|
+
"kind": "javascript-module",
|
|
9390
|
+
"path": "src/vscode-tabs/vscode-tabs.styles.ts",
|
|
9391
|
+
"declarations": [
|
|
9392
|
+
{
|
|
9393
|
+
"kind": "variable",
|
|
9394
|
+
"name": "styles",
|
|
9395
|
+
"type": {
|
|
9396
|
+
"text": "CSSResultGroup"
|
|
9397
|
+
},
|
|
9398
|
+
"default": "[\n defaultStyles,\n css`\n :host {\n display: block;\n }\n\n .header {\n align-items: center;\n display: flex;\n font-family: var(--vscode-font-family);\n font-size: var(--vscode-font-size);\n font-weight: var(--vscode-font-weight);\n width: 100%;\n }\n\n .header {\n border-bottom-color: var(--vscode-settings-headerBorder);\n border-bottom-style: solid;\n border-bottom-width: 1px;\n }\n\n .header.panel {\n background-color: var(--vscode-panel-background);\n border-bottom-width: 0;\n box-sizing: border-box;\n padding-left: 8px;\n padding-right: 8px;\n }\n\n slot[name='addons'] {\n display: block;\n margin-left: auto;\n }\n `,\n]"
|
|
9399
|
+
}
|
|
9400
|
+
],
|
|
9401
|
+
"exports": [
|
|
9402
|
+
{
|
|
9403
|
+
"kind": "js",
|
|
9404
|
+
"name": "default",
|
|
9405
|
+
"declaration": {
|
|
9406
|
+
"name": "styles",
|
|
9407
|
+
"module": "src/vscode-tabs/vscode-tabs.styles.ts"
|
|
9408
|
+
}
|
|
9409
|
+
}
|
|
9410
|
+
]
|
|
9411
|
+
},
|
|
9412
|
+
{
|
|
9413
|
+
"kind": "javascript-module",
|
|
9414
|
+
"path": "src/vscode-tabs/vscode-tabs.ts",
|
|
9415
|
+
"declarations": [
|
|
9416
|
+
{
|
|
9417
|
+
"kind": "class",
|
|
9418
|
+
"description": "",
|
|
9419
|
+
"name": "VscodeTabs",
|
|
9420
|
+
"cssProperties": [
|
|
9421
|
+
{
|
|
9422
|
+
"name": "--vscode-font-family"
|
|
9009
9423
|
},
|
|
9010
9424
|
{
|
|
9011
|
-
"
|
|
9012
|
-
"name": "wrappedElement",
|
|
9013
|
-
"type": {
|
|
9014
|
-
"text": "HTMLTextAreaElement"
|
|
9015
|
-
},
|
|
9016
|
-
"description": "Getter for the inner textarea element if it needs to be accessed for some reason.",
|
|
9017
|
-
"readonly": true
|
|
9425
|
+
"name": "--vscode-font-size"
|
|
9018
9426
|
},
|
|
9019
9427
|
{
|
|
9020
|
-
"
|
|
9021
|
-
"name": "form",
|
|
9022
|
-
"type": {
|
|
9023
|
-
"text": "HTMLFormElement | null"
|
|
9024
|
-
},
|
|
9025
|
-
"readonly": true
|
|
9428
|
+
"name": "--vscode-font-weight"
|
|
9026
9429
|
},
|
|
9027
9430
|
{
|
|
9028
|
-
"
|
|
9029
|
-
"name": "validity",
|
|
9030
|
-
"type": {
|
|
9031
|
-
"text": "ValidityState"
|
|
9032
|
-
},
|
|
9033
|
-
"readonly": true
|
|
9431
|
+
"name": "--vscode-settings-headerBorder"
|
|
9034
9432
|
},
|
|
9035
9433
|
{
|
|
9036
|
-
"
|
|
9037
|
-
|
|
9038
|
-
|
|
9434
|
+
"name": "--vscode-panel-background"
|
|
9435
|
+
}
|
|
9436
|
+
],
|
|
9437
|
+
"slots": [
|
|
9438
|
+
{
|
|
9439
|
+
"description": "Default slot. It is used for tab panels.",
|
|
9440
|
+
"name": ""
|
|
9039
9441
|
},
|
|
9040
9442
|
{
|
|
9041
|
-
"
|
|
9042
|
-
"name": "
|
|
9043
|
-
"readonly": true
|
|
9443
|
+
"description": "Slot for tab headers.",
|
|
9444
|
+
"name": "header"
|
|
9044
9445
|
},
|
|
9446
|
+
{
|
|
9447
|
+
"description": "Right aligned area in the header.",
|
|
9448
|
+
"name": "addons"
|
|
9449
|
+
}
|
|
9450
|
+
],
|
|
9451
|
+
"members": [
|
|
9045
9452
|
{
|
|
9046
9453
|
"kind": "field",
|
|
9047
|
-
"name": "
|
|
9048
|
-
"description": "Lowercase alias to minLength",
|
|
9454
|
+
"name": "panel",
|
|
9049
9455
|
"type": {
|
|
9050
|
-
"text": "
|
|
9051
|
-
}
|
|
9456
|
+
"text": "boolean"
|
|
9457
|
+
},
|
|
9458
|
+
"default": "false",
|
|
9459
|
+
"description": "Panel-like look",
|
|
9460
|
+
"attribute": "panel",
|
|
9461
|
+
"reflects": true
|
|
9052
9462
|
},
|
|
9053
9463
|
{
|
|
9054
9464
|
"kind": "field",
|
|
9055
|
-
"name": "
|
|
9056
|
-
"description": "Lowercase alias to maxLength",
|
|
9465
|
+
"name": "selectedIndex",
|
|
9057
9466
|
"type": {
|
|
9058
|
-
"text": "number
|
|
9059
|
-
}
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
"
|
|
9063
|
-
"name": "checkValidity",
|
|
9064
|
-
"return": {
|
|
9065
|
-
"type": {
|
|
9066
|
-
"text": "boolean"
|
|
9067
|
-
}
|
|
9068
|
-
}
|
|
9467
|
+
"text": "number"
|
|
9468
|
+
},
|
|
9469
|
+
"default": "0",
|
|
9470
|
+
"attribute": "selected-index",
|
|
9471
|
+
"reflects": true
|
|
9069
9472
|
},
|
|
9070
9473
|
{
|
|
9071
|
-
"kind": "
|
|
9072
|
-
"name": "
|
|
9073
|
-
"
|
|
9074
|
-
"
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
}
|
|
9474
|
+
"kind": "field",
|
|
9475
|
+
"name": "_headerSlotElements",
|
|
9476
|
+
"type": {
|
|
9477
|
+
"text": "Element[]"
|
|
9478
|
+
},
|
|
9479
|
+
"privacy": "private"
|
|
9078
9480
|
},
|
|
9079
9481
|
{
|
|
9080
9482
|
"kind": "field",
|
|
9081
|
-
"name": "
|
|
9483
|
+
"name": "_mainSlotElements",
|
|
9082
9484
|
"type": {
|
|
9083
|
-
"text": "
|
|
9485
|
+
"text": "Element[]"
|
|
9084
9486
|
},
|
|
9085
9487
|
"privacy": "private"
|
|
9086
9488
|
},
|
|
9087
9489
|
{
|
|
9088
9490
|
"kind": "field",
|
|
9089
|
-
"name": "
|
|
9491
|
+
"name": "_tabHeaders",
|
|
9090
9492
|
"type": {
|
|
9091
|
-
"text": "
|
|
9493
|
+
"text": "VscodeTabHeader[]"
|
|
9092
9494
|
},
|
|
9093
9495
|
"privacy": "private",
|
|
9094
|
-
"default": "
|
|
9496
|
+
"default": "[]"
|
|
9095
9497
|
},
|
|
9096
9498
|
{
|
|
9097
9499
|
"kind": "field",
|
|
9098
|
-
"name": "
|
|
9500
|
+
"name": "_tabPanels",
|
|
9099
9501
|
"type": {
|
|
9100
|
-
"text": "
|
|
9502
|
+
"text": "VscodeTabPanel[]"
|
|
9101
9503
|
},
|
|
9102
9504
|
"privacy": "private",
|
|
9103
|
-
"default": "
|
|
9505
|
+
"default": "[]"
|
|
9104
9506
|
},
|
|
9105
9507
|
{
|
|
9106
9508
|
"kind": "field",
|
|
9107
|
-
"name": "
|
|
9509
|
+
"name": "_componentId",
|
|
9108
9510
|
"type": {
|
|
9109
|
-
"text": "
|
|
9511
|
+
"text": "string"
|
|
9110
9512
|
},
|
|
9111
9513
|
"privacy": "private",
|
|
9112
|
-
"default": "
|
|
9514
|
+
"default": "''"
|
|
9113
9515
|
},
|
|
9114
9516
|
{
|
|
9115
9517
|
"kind": "field",
|
|
9116
|
-
"name": "
|
|
9518
|
+
"name": "_tabFocus",
|
|
9117
9519
|
"type": {
|
|
9118
|
-
"text": "
|
|
9520
|
+
"text": "number"
|
|
9119
9521
|
},
|
|
9120
|
-
"privacy": "private"
|
|
9522
|
+
"privacy": "private",
|
|
9523
|
+
"default": "0"
|
|
9121
9524
|
},
|
|
9122
9525
|
{
|
|
9123
9526
|
"kind": "method",
|
|
9124
|
-
"name": "
|
|
9527
|
+
"name": "_dispatchSelectEvent",
|
|
9125
9528
|
"privacy": "private"
|
|
9126
9529
|
},
|
|
9127
9530
|
{
|
|
9128
9531
|
"kind": "method",
|
|
9129
|
-
"name": "
|
|
9532
|
+
"name": "_setActiveTab",
|
|
9130
9533
|
"privacy": "private"
|
|
9131
9534
|
},
|
|
9132
9535
|
{
|
|
9133
9536
|
"kind": "method",
|
|
9134
|
-
"name": "
|
|
9135
|
-
"privacy": "private"
|
|
9136
|
-
"parameters": [
|
|
9137
|
-
{
|
|
9138
|
-
"name": "ev",
|
|
9139
|
-
"type": {
|
|
9140
|
-
"text": "Event"
|
|
9141
|
-
}
|
|
9142
|
-
}
|
|
9143
|
-
]
|
|
9537
|
+
"name": "_focusPrevTab",
|
|
9538
|
+
"privacy": "private"
|
|
9144
9539
|
},
|
|
9145
9540
|
{
|
|
9146
9541
|
"kind": "method",
|
|
9147
|
-
"name": "
|
|
9148
|
-
"privacy": "private"
|
|
9149
|
-
"parameters": [
|
|
9150
|
-
{
|
|
9151
|
-
"name": "ev",
|
|
9152
|
-
"type": {
|
|
9153
|
-
"text": "InputEvent"
|
|
9154
|
-
}
|
|
9155
|
-
}
|
|
9156
|
-
]
|
|
9542
|
+
"name": "_focusNextTab",
|
|
9543
|
+
"privacy": "private"
|
|
9157
9544
|
},
|
|
9158
9545
|
{
|
|
9159
9546
|
"kind": "method",
|
|
9160
|
-
"name": "
|
|
9547
|
+
"name": "_onHeaderKeyDown",
|
|
9161
9548
|
"privacy": "private",
|
|
9162
9549
|
"parameters": [
|
|
9163
9550
|
{
|
|
9164
9551
|
"name": "ev",
|
|
9165
9552
|
"type": {
|
|
9166
|
-
"text": "
|
|
9553
|
+
"text": "KeyboardEvent"
|
|
9167
9554
|
}
|
|
9168
9555
|
}
|
|
9169
9556
|
]
|
|
9170
9557
|
},
|
|
9171
9558
|
{
|
|
9172
9559
|
"kind": "method",
|
|
9173
|
-
"name": "
|
|
9560
|
+
"name": "_moveHeadersToHeaderSlot",
|
|
9174
9561
|
"privacy": "private"
|
|
9175
9562
|
},
|
|
9176
9563
|
{
|
|
9177
|
-
"kind": "
|
|
9178
|
-
"name": "
|
|
9179
|
-
"
|
|
9180
|
-
"text": "string"
|
|
9181
|
-
},
|
|
9182
|
-
"privacy": "private",
|
|
9183
|
-
"default": "'1.4.0'",
|
|
9184
|
-
"inheritedFrom": {
|
|
9185
|
-
"name": "VscElement",
|
|
9186
|
-
"module": "src/includes/VscElement.ts"
|
|
9187
|
-
}
|
|
9188
|
-
},
|
|
9189
|
-
{
|
|
9190
|
-
"kind": "field",
|
|
9191
|
-
"name": "version",
|
|
9192
|
-
"description": "VSC Element version",
|
|
9193
|
-
"readonly": true,
|
|
9194
|
-
"inheritedFrom": {
|
|
9195
|
-
"name": "VscElement",
|
|
9196
|
-
"module": "src/includes/VscElement.ts"
|
|
9197
|
-
}
|
|
9198
|
-
}
|
|
9199
|
-
],
|
|
9200
|
-
"events": [
|
|
9201
|
-
{
|
|
9202
|
-
"name": "change",
|
|
9203
|
-
"type": {
|
|
9204
|
-
"text": "Event"
|
|
9205
|
-
}
|
|
9206
|
-
},
|
|
9207
|
-
{
|
|
9208
|
-
"name": "vsc-change",
|
|
9209
|
-
"type": {
|
|
9210
|
-
"text": "CustomEvent"
|
|
9211
|
-
},
|
|
9212
|
-
"deprecated": "true"
|
|
9213
|
-
},
|
|
9214
|
-
{
|
|
9215
|
-
"name": "vsc-input",
|
|
9216
|
-
"type": {
|
|
9217
|
-
"text": "CustomEvent"
|
|
9218
|
-
},
|
|
9219
|
-
"deprecated": "true"
|
|
9220
|
-
},
|
|
9221
|
-
{
|
|
9222
|
-
"type": {
|
|
9223
|
-
"text": "InputEvent"
|
|
9224
|
-
},
|
|
9225
|
-
"name": "input"
|
|
9226
|
-
}
|
|
9227
|
-
],
|
|
9228
|
-
"attributes": [
|
|
9229
|
-
{
|
|
9230
|
-
"name": "autocomplete",
|
|
9231
|
-
"type": {
|
|
9232
|
-
"text": "'on' | 'off' | undefined"
|
|
9233
|
-
},
|
|
9234
|
-
"default": "undefined",
|
|
9235
|
-
"resolveInitializer": {
|
|
9236
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9237
|
-
},
|
|
9238
|
-
"fieldName": "autocomplete"
|
|
9239
|
-
},
|
|
9240
|
-
{
|
|
9241
|
-
"name": "autofocus",
|
|
9242
|
-
"type": {
|
|
9243
|
-
"text": "boolean"
|
|
9244
|
-
},
|
|
9245
|
-
"default": "false",
|
|
9246
|
-
"fieldName": "autofocus"
|
|
9247
|
-
},
|
|
9248
|
-
{
|
|
9249
|
-
"name": "default-value",
|
|
9250
|
-
"type": {
|
|
9251
|
-
"text": "string"
|
|
9252
|
-
},
|
|
9253
|
-
"default": "''",
|
|
9254
|
-
"fieldName": "defaultValue"
|
|
9255
|
-
},
|
|
9256
|
-
{
|
|
9257
|
-
"name": "disabled",
|
|
9258
|
-
"type": {
|
|
9259
|
-
"text": "boolean"
|
|
9260
|
-
},
|
|
9261
|
-
"default": "false",
|
|
9262
|
-
"fieldName": "disabled"
|
|
9263
|
-
},
|
|
9264
|
-
{
|
|
9265
|
-
"name": "invalid",
|
|
9266
|
-
"type": {
|
|
9267
|
-
"text": "boolean"
|
|
9268
|
-
},
|
|
9269
|
-
"default": "false",
|
|
9270
|
-
"fieldName": "invalid"
|
|
9271
|
-
},
|
|
9272
|
-
{
|
|
9273
|
-
"name": "maxLength",
|
|
9274
|
-
"type": {
|
|
9275
|
-
"text": "number | undefined"
|
|
9276
|
-
},
|
|
9277
|
-
"default": "undefined",
|
|
9278
|
-
"resolveInitializer": {
|
|
9279
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9280
|
-
},
|
|
9281
|
-
"fieldName": "maxLength"
|
|
9282
|
-
},
|
|
9283
|
-
{
|
|
9284
|
-
"name": "minLength",
|
|
9285
|
-
"type": {
|
|
9286
|
-
"text": "number | undefined"
|
|
9287
|
-
},
|
|
9288
|
-
"default": "undefined",
|
|
9289
|
-
"resolveInitializer": {
|
|
9290
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9291
|
-
},
|
|
9292
|
-
"fieldName": "minLength"
|
|
9293
|
-
},
|
|
9294
|
-
{
|
|
9295
|
-
"name": "rows",
|
|
9296
|
-
"type": {
|
|
9297
|
-
"text": "number | undefined"
|
|
9298
|
-
},
|
|
9299
|
-
"default": "undefined",
|
|
9300
|
-
"resolveInitializer": {
|
|
9301
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9302
|
-
},
|
|
9303
|
-
"fieldName": "rows"
|
|
9304
|
-
},
|
|
9305
|
-
{
|
|
9306
|
-
"name": "cols",
|
|
9307
|
-
"type": {
|
|
9308
|
-
"text": "number | undefined"
|
|
9309
|
-
},
|
|
9310
|
-
"default": "undefined",
|
|
9311
|
-
"resolveInitializer": {
|
|
9312
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9313
|
-
},
|
|
9314
|
-
"fieldName": "cols"
|
|
9315
|
-
},
|
|
9316
|
-
{
|
|
9317
|
-
"name": "name",
|
|
9318
|
-
"type": {
|
|
9319
|
-
"text": "string | undefined"
|
|
9320
|
-
},
|
|
9321
|
-
"default": "undefined",
|
|
9322
|
-
"resolveInitializer": {
|
|
9323
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9324
|
-
},
|
|
9325
|
-
"fieldName": "name"
|
|
9564
|
+
"kind": "method",
|
|
9565
|
+
"name": "_onMainSlotChange",
|
|
9566
|
+
"privacy": "private"
|
|
9326
9567
|
},
|
|
9327
9568
|
{
|
|
9328
|
-
"
|
|
9329
|
-
"
|
|
9330
|
-
|
|
9331
|
-
},
|
|
9332
|
-
"default": "undefined",
|
|
9333
|
-
"resolveInitializer": {
|
|
9334
|
-
"module": "src/vscode-textarea/vscode-textarea.ts"
|
|
9335
|
-
},
|
|
9336
|
-
"fieldName": "placeholder"
|
|
9569
|
+
"kind": "method",
|
|
9570
|
+
"name": "_onHeaderSlotChange",
|
|
9571
|
+
"privacy": "private"
|
|
9337
9572
|
},
|
|
9338
9573
|
{
|
|
9339
|
-
"
|
|
9340
|
-
"
|
|
9341
|
-
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
9574
|
+
"kind": "method",
|
|
9575
|
+
"name": "_onHeaderClick",
|
|
9576
|
+
"privacy": "private",
|
|
9577
|
+
"parameters": [
|
|
9578
|
+
{
|
|
9579
|
+
"name": "event",
|
|
9580
|
+
"type": {
|
|
9581
|
+
"text": "MouseEvent"
|
|
9582
|
+
}
|
|
9583
|
+
}
|
|
9584
|
+
]
|
|
9345
9585
|
},
|
|
9346
9586
|
{
|
|
9347
|
-
"
|
|
9587
|
+
"kind": "field",
|
|
9588
|
+
"name": "_version",
|
|
9348
9589
|
"type": {
|
|
9349
|
-
"text": "
|
|
9590
|
+
"text": "string"
|
|
9350
9591
|
},
|
|
9351
|
-
"
|
|
9352
|
-
"
|
|
9592
|
+
"privacy": "private",
|
|
9593
|
+
"default": "'1.6.0'",
|
|
9594
|
+
"inheritedFrom": {
|
|
9595
|
+
"name": "VscElement",
|
|
9596
|
+
"module": "src/includes/VscElement.ts"
|
|
9597
|
+
}
|
|
9353
9598
|
},
|
|
9354
9599
|
{
|
|
9355
|
-
"
|
|
9600
|
+
"kind": "field",
|
|
9601
|
+
"name": "version",
|
|
9602
|
+
"description": "VSC Element version",
|
|
9603
|
+
"readonly": true,
|
|
9604
|
+
"inheritedFrom": {
|
|
9605
|
+
"name": "VscElement",
|
|
9606
|
+
"module": "src/includes/VscElement.ts"
|
|
9607
|
+
}
|
|
9608
|
+
}
|
|
9609
|
+
],
|
|
9610
|
+
"events": [
|
|
9611
|
+
{
|
|
9612
|
+
"name": "vsc-select",
|
|
9356
9613
|
"type": {
|
|
9357
|
-
"text": "
|
|
9614
|
+
"text": "CustomEvent"
|
|
9358
9615
|
},
|
|
9359
|
-
"
|
|
9360
|
-
"fieldName": "required"
|
|
9616
|
+
"deprecated": "true"
|
|
9361
9617
|
},
|
|
9362
9618
|
{
|
|
9363
|
-
"name": "spellcheck",
|
|
9364
9619
|
"type": {
|
|
9365
|
-
"text": "
|
|
9620
|
+
"text": "VscTabSelectEvent"
|
|
9366
9621
|
},
|
|
9367
|
-
"
|
|
9368
|
-
"
|
|
9369
|
-
}
|
|
9622
|
+
"description": "Dispatched when the active tab is changed",
|
|
9623
|
+
"name": "vsc-tabs-select"
|
|
9624
|
+
}
|
|
9625
|
+
],
|
|
9626
|
+
"attributes": [
|
|
9370
9627
|
{
|
|
9371
|
-
"name": "
|
|
9628
|
+
"name": "panel",
|
|
9372
9629
|
"type": {
|
|
9373
9630
|
"text": "boolean"
|
|
9374
9631
|
},
|
|
9375
9632
|
"default": "false",
|
|
9376
|
-
"description": "
|
|
9377
|
-
"fieldName": "
|
|
9633
|
+
"description": "Panel-like look",
|
|
9634
|
+
"fieldName": "panel"
|
|
9378
9635
|
},
|
|
9379
9636
|
{
|
|
9380
|
-
"name": "
|
|
9637
|
+
"name": "selected-index",
|
|
9381
9638
|
"type": {
|
|
9382
|
-
"text": "
|
|
9639
|
+
"text": "number"
|
|
9383
9640
|
},
|
|
9384
|
-
"
|
|
9641
|
+
"default": "0",
|
|
9642
|
+
"fieldName": "selectedIndex"
|
|
9385
9643
|
}
|
|
9386
9644
|
],
|
|
9387
9645
|
"superclass": {
|
|
9388
9646
|
"name": "VscElement",
|
|
9389
9647
|
"module": "/src/includes/VscElement.js"
|
|
9390
9648
|
},
|
|
9391
|
-
"tagName": "vscode-
|
|
9649
|
+
"tagName": "vscode-tabs",
|
|
9392
9650
|
"customElement": true
|
|
9393
9651
|
}
|
|
9394
9652
|
],
|
|
9395
9653
|
"exports": [
|
|
9396
9654
|
{
|
|
9397
9655
|
"kind": "js",
|
|
9398
|
-
"name": "
|
|
9656
|
+
"name": "VscodeTabs",
|
|
9399
9657
|
"declaration": {
|
|
9400
|
-
"name": "
|
|
9401
|
-
"module": "src/vscode-
|
|
9658
|
+
"name": "VscodeTabs",
|
|
9659
|
+
"module": "src/vscode-tabs/vscode-tabs.ts"
|
|
9402
9660
|
}
|
|
9403
9661
|
},
|
|
9404
9662
|
{
|
|
9405
9663
|
"kind": "custom-element-definition",
|
|
9406
|
-
"name": "vscode-
|
|
9664
|
+
"name": "vscode-tabs",
|
|
9407
9665
|
"declaration": {
|
|
9408
|
-
"name": "
|
|
9409
|
-
"module": "src/vscode-
|
|
9666
|
+
"name": "VscodeTabs",
|
|
9667
|
+
"module": "src/vscode-tabs/vscode-tabs.ts"
|
|
9410
9668
|
}
|
|
9411
9669
|
}
|
|
9412
9670
|
]
|
|
9413
9671
|
},
|
|
9414
9672
|
{
|
|
9415
9673
|
"kind": "javascript-module",
|
|
9416
|
-
"path": "src/vscode-
|
|
9674
|
+
"path": "src/vscode-tree/vscode-tree.styles.ts",
|
|
9417
9675
|
"declarations": [
|
|
9418
9676
|
{
|
|
9419
9677
|
"kind": "variable",
|
|
@@ -9421,7 +9679,7 @@
|
|
|
9421
9679
|
"type": {
|
|
9422
9680
|
"text": "CSSResultGroup"
|
|
9423
9681
|
},
|
|
9424
|
-
"default": "[\n defaultStyles,\n css`\n :host {\n
|
|
9682
|
+
"default": "[\n defaultStyles,\n css`\n :host {\n --hover-outline-color: transparent;\n --hover-outline-style: solid;\n --hover-outline-width: 0;\n --selected-outline-color: transparent;\n --selected-outline-style: solid;\n --selected-outline-width: 0;\n\n display: block;\n outline: none;\n user-select: none;\n }\n\n .wrapper {\n height: 100%;\n }\n\n li {\n list-style: none;\n }\n\n ul,\n li {\n margin: 0;\n padding: 0;\n }\n\n ul {\n position: relative;\n }\n\n :host([indent-guides]) ul ul:before {\n content: '';\n display: block;\n height: 100%;\n position: absolute;\n bottom: 0;\n left: var(--indent-guide-pos);\n top: 0;\n pointer-events: none;\n width: 1px;\n z-index: 1;\n }\n\n .contents {\n align-items: center;\n display: flex;\n font-family: var(--vscode-font-family);\n font-size: var(--vscode-font-size);\n font-weight: var(--vscode-font-weight);\n outline-offset: -1px;\n padding-right: 12px;\n }\n\n .multi .contents {\n align-items: flex-start;\n }\n\n .contents:hover {\n cursor: pointer;\n }\n\n .arrow-container {\n align-items: center;\n display: flex;\n height: 22px;\n justify-content: center;\n padding-left: 8px;\n padding-right: 6px;\n width: 16px;\n }\n\n .icon-arrow {\n color: currentColor;\n display: block;\n }\n\n .theme-icon {\n display: block;\n flex-shrink: 0;\n margin-right: 6px;\n }\n\n .image-icon {\n background-repeat: no-repeat;\n background-position: 0 center;\n background-size: 16px;\n display: block;\n flex-shrink: 0;\n margin-right: 6px;\n height: 22px;\n width: 16px;\n }\n\n .multi .contents .theme-icon {\n margin-top: 3px;\n }\n\n .text-content {\n display: flex;\n line-height: 22px;\n }\n\n .single .text-content {\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n width: 100%;\n }\n\n .description {\n font-size: 0.9em;\n line-height: 22px;\n margin-left: 0.5em;\n opacity: 0.95;\n white-space: pre;\n }\n\n .actions {\n display: none;\n }\n\n .contents.selected > .actions,\n .contents.focused > .actions,\n .contents:hover > .actions {\n display: flex;\n }\n\n .decorations {\n align-items: center;\n display: flex;\n height: 22px;\n margin-left: 5px;\n }\n\n .filled-circle {\n margin-right: 3px;\n opacity: 0.4;\n }\n\n .decoration-text {\n font-size: 90%;\n font-weight: 600;\n margin-right: 3px;\n opacity: 0.75;\n }\n\n .filled-circle,\n .decoration-text {\n color: var(--color, currentColor);\n }\n\n .contents:hover .filled-circle,\n .contents:hover .decoration-text {\n color: var(--hover-color, var(--color));\n }\n\n .contents.focused .filled-circle,\n .contents.focused .decoration-text {\n color: var(--focused-color, var(--color));\n }\n\n .contents.selected .filled-circle,\n .contents.selected .decoration-text {\n color: var(--selected-color, var(--color));\n }\n\n /* Theme colors */\n :host(:focus) .wrapper.has-not-focused-item {\n outline: 1px solid var(--vscode-focusBorder);\n }\n\n :host(:focus) .contents.selected,\n :host(:focus) .contents.focused.selected {\n color: var(--vscode-list-activeSelectionForeground);\n background-color: var(--vscode-list-activeSelectionBackground);\n }\n\n :host(:focus) .contents.selected .icon-arrow,\n :host(:focus) .contents.selected.focused .icon-arrow,\n :host(:focus) .contents.selected .theme-icon,\n :host(:focus) .contents.selected.focused .theme-icon,\n :host(:focus) .contents.selected .action-icon,\n :host(:focus) .contents.selected.focused .action-icon {\n color: var(--vscode-list-activeSelectionIconForeground);\n }\n\n :host(:focus) .contents.focused {\n color: var(--vscode-list-focusForeground);\n background-color: var(--vscode-list-focusBackground);\n }\n\n :host(:focus) .contents.selected.focused {\n outline-color: var(--vscode-list-focusAndSelectionOutline, var(--vscode-list-focusOutline));\n }\n\n .contents:hover {\n background-color: var(--vscode-list-hoverBackground);\n color: var(--vscode-list-hoverForeground);\n }\n\n .contents:hover,\n .contents.selected:hover {\n outline-color: var(--hover-outline-color);\n outline-style: var(--hover-outline-style);\n outline-width: var(--hover-outline-width);\n }\n\n .contents.selected,\n .contents.selected.focused {\n background-color: var(--vscode-list-inactiveSelectionBackground);\n color: var(--vscode-list-inactiveSelectionForeground);\n }\n\n .contents.selected,\n .contents.selected.focused {\n outline-color: var(--selected-outline-color);\n outline-style: var(--selected-outline-style);\n outline-width: var(--selected-outline-width);\n }\n\n .contents.selected .theme-icon {\n color: var(--vscode-list-inactiveSelectionIconForeground);\n }\n\n .contents.focused {\n background-color: var(--vscode-list-inactiveFocusBackground);\n outline: 1px dotted var(--vscode-list-inactiveFocusOutline);\n }\n\n :host(:focus) .contents.focused {\n outline: 1px solid var(--vscode-list-focusOutline);\n }\n\n :host([indent-guides]) ul ul:before {\n background-color: var(--vscode-tree-inactiveIndentGuidesStroke);\n }\n\n :host([indent-guides]) ul ul.has-active-item:before {\n background-color: var(--vscode-tree-indentGuidesStroke);\n }\n `,\n]"
|
|
9425
9683
|
}
|
|
9426
9684
|
],
|
|
9427
9685
|
"exports": [
|
|
@@ -9430,29 +9688,20 @@
|
|
|
9430
9688
|
"name": "default",
|
|
9431
9689
|
"declaration": {
|
|
9432
9690
|
"name": "styles",
|
|
9433
|
-
"module": "src/vscode-
|
|
9691
|
+
"module": "src/vscode-tree/vscode-tree.styles.ts"
|
|
9434
9692
|
}
|
|
9435
9693
|
}
|
|
9436
9694
|
]
|
|
9437
9695
|
},
|
|
9438
9696
|
{
|
|
9439
9697
|
"kind": "javascript-module",
|
|
9440
|
-
"path": "src/vscode-
|
|
9698
|
+
"path": "src/vscode-tree/vscode-tree.ts",
|
|
9441
9699
|
"declarations": [
|
|
9442
9700
|
{
|
|
9443
9701
|
"kind": "class",
|
|
9444
|
-
"description": "
|
|
9445
|
-
"name": "
|
|
9702
|
+
"description": "",
|
|
9703
|
+
"name": "VscodeTree",
|
|
9446
9704
|
"cssProperties": [
|
|
9447
|
-
{
|
|
9448
|
-
"name": "--vscode-settings-textInputBackground"
|
|
9449
|
-
},
|
|
9450
|
-
{
|
|
9451
|
-
"name": "--vscode-settings-textInputBorder"
|
|
9452
|
-
},
|
|
9453
|
-
{
|
|
9454
|
-
"name": "--vscode-settings-textInputForeground"
|
|
9455
|
-
},
|
|
9456
9705
|
{
|
|
9457
9706
|
"name": "--vscode-focusBorder"
|
|
9458
9707
|
},
|
|
@@ -9466,349 +9715,449 @@
|
|
|
9466
9715
|
"name": "--vscode-font-weight"
|
|
9467
9716
|
},
|
|
9468
9717
|
{
|
|
9469
|
-
"name": "--vscode-
|
|
9718
|
+
"name": "--vscode-list-hoverForeground"
|
|
9470
9719
|
},
|
|
9471
9720
|
{
|
|
9472
|
-
"name": "--vscode-
|
|
9721
|
+
"name": "--vscode-list-hoverBackground"
|
|
9473
9722
|
},
|
|
9474
9723
|
{
|
|
9475
|
-
"name": "--vscode-
|
|
9724
|
+
"name": "--vscode-list-inactiveSelectionBackground"
|
|
9476
9725
|
},
|
|
9477
9726
|
{
|
|
9478
|
-
"name": "--vscode-
|
|
9479
|
-
}
|
|
9480
|
-
],
|
|
9481
|
-
"slots": [
|
|
9482
|
-
{
|
|
9483
|
-
"description": "A slot before the editable area but inside of the component. It is used to place icons.",
|
|
9484
|
-
"name": "content-before"
|
|
9727
|
+
"name": "--vscode-list-inactiveSelectionForeground"
|
|
9485
9728
|
},
|
|
9486
9729
|
{
|
|
9487
|
-
"
|
|
9488
|
-
"name": "content-after"
|
|
9489
|
-
}
|
|
9490
|
-
],
|
|
9491
|
-
"members": [
|
|
9492
|
-
{
|
|
9493
|
-
"kind": "field",
|
|
9494
|
-
"name": "autocomplete",
|
|
9495
|
-
"type": {
|
|
9496
|
-
"text": "'on' | 'off' | undefined"
|
|
9497
|
-
},
|
|
9498
|
-
"default": "undefined",
|
|
9499
|
-
"attribute": "autocomplete"
|
|
9730
|
+
"name": "--vscode-list-activeSelectionBackground"
|
|
9500
9731
|
},
|
|
9501
9732
|
{
|
|
9502
|
-
"
|
|
9503
|
-
"name": "autofocus",
|
|
9504
|
-
"type": {
|
|
9505
|
-
"text": "boolean"
|
|
9506
|
-
},
|
|
9507
|
-
"default": "false",
|
|
9508
|
-
"attribute": "autofocus",
|
|
9509
|
-
"reflects": true
|
|
9733
|
+
"name": "--vscode-list-activeSelectionForeground"
|
|
9510
9734
|
},
|
|
9511
9735
|
{
|
|
9512
|
-
"
|
|
9513
|
-
"name": "defaultValue",
|
|
9514
|
-
"type": {
|
|
9515
|
-
"text": "string"
|
|
9516
|
-
},
|
|
9517
|
-
"default": "''",
|
|
9518
|
-
"attribute": "default-value"
|
|
9736
|
+
"name": "--vscode-list-inactiveSelectionIconForeground"
|
|
9519
9737
|
},
|
|
9520
9738
|
{
|
|
9521
|
-
"
|
|
9522
|
-
"name": "disabled",
|
|
9523
|
-
"type": {
|
|
9524
|
-
"text": "boolean"
|
|
9525
|
-
},
|
|
9526
|
-
"default": "false",
|
|
9527
|
-
"attribute": "disabled",
|
|
9528
|
-
"reflects": true
|
|
9739
|
+
"name": "--vscode-list-inactiveFocusBackground"
|
|
9529
9740
|
},
|
|
9530
9741
|
{
|
|
9531
|
-
"
|
|
9532
|
-
"name": "focused",
|
|
9533
|
-
"type": {
|
|
9534
|
-
"text": "boolean"
|
|
9535
|
-
},
|
|
9536
|
-
"default": "false",
|
|
9537
|
-
"attribute": "focused",
|
|
9538
|
-
"reflects": true
|
|
9742
|
+
"name": "--vscode-list-inactiveFocusOutline"
|
|
9539
9743
|
},
|
|
9540
9744
|
{
|
|
9541
|
-
"
|
|
9542
|
-
"name": "invalid",
|
|
9543
|
-
"type": {
|
|
9544
|
-
"text": "boolean"
|
|
9545
|
-
},
|
|
9546
|
-
"default": "false",
|
|
9547
|
-
"attribute": "invalid",
|
|
9548
|
-
"reflects": true
|
|
9745
|
+
"name": "--vscode-list-focusOutline"
|
|
9549
9746
|
},
|
|
9550
9747
|
{
|
|
9551
|
-
"
|
|
9552
|
-
"name": "max",
|
|
9553
|
-
"type": {
|
|
9554
|
-
"text": "number | undefined"
|
|
9555
|
-
},
|
|
9556
|
-
"default": "undefined",
|
|
9557
|
-
"attribute": "max"
|
|
9748
|
+
"name": "--vscode-tree-inactiveIndentGuidesStroke"
|
|
9558
9749
|
},
|
|
9559
9750
|
{
|
|
9560
|
-
"
|
|
9561
|
-
|
|
9562
|
-
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
"
|
|
9566
|
-
"attribute": "maxLength"
|
|
9751
|
+
"name": "--vscode-tree-indentGuidesStroke"
|
|
9752
|
+
}
|
|
9753
|
+
],
|
|
9754
|
+
"cssParts": [
|
|
9755
|
+
{
|
|
9756
|
+
"name": "text-content"
|
|
9567
9757
|
},
|
|
9568
9758
|
{
|
|
9569
|
-
"
|
|
9570
|
-
"name": "min",
|
|
9571
|
-
"type": {
|
|
9572
|
-
"text": "number | undefined"
|
|
9573
|
-
},
|
|
9574
|
-
"default": "undefined",
|
|
9575
|
-
"attribute": "min"
|
|
9759
|
+
"name": "description"
|
|
9576
9760
|
},
|
|
9577
9761
|
{
|
|
9578
|
-
"
|
|
9579
|
-
"name": "minLength",
|
|
9580
|
-
"type": {
|
|
9581
|
-
"text": "number | undefined"
|
|
9582
|
-
},
|
|
9583
|
-
"default": "undefined",
|
|
9584
|
-
"attribute": "minLength"
|
|
9762
|
+
"name": "counter-badge-decoration"
|
|
9585
9763
|
},
|
|
9586
9764
|
{
|
|
9587
|
-
"
|
|
9588
|
-
"name": "multiple",
|
|
9589
|
-
"type": {
|
|
9590
|
-
"text": "boolean"
|
|
9591
|
-
},
|
|
9592
|
-
"default": "false",
|
|
9593
|
-
"attribute": "multiple",
|
|
9594
|
-
"reflects": true
|
|
9765
|
+
"name": "filled-circle-decoration"
|
|
9595
9766
|
},
|
|
9596
9767
|
{
|
|
9597
|
-
"
|
|
9598
|
-
"name": "name",
|
|
9599
|
-
"type": {
|
|
9600
|
-
"text": "string | undefined"
|
|
9601
|
-
},
|
|
9602
|
-
"default": "undefined",
|
|
9603
|
-
"attribute": "name",
|
|
9604
|
-
"reflects": true
|
|
9768
|
+
"name": "caption-decoration"
|
|
9605
9769
|
},
|
|
9770
|
+
{
|
|
9771
|
+
"description": "Container of decorations",
|
|
9772
|
+
"name": "decorations"
|
|
9773
|
+
}
|
|
9774
|
+
],
|
|
9775
|
+
"members": [
|
|
9606
9776
|
{
|
|
9607
9777
|
"kind": "field",
|
|
9608
|
-
"name": "
|
|
9778
|
+
"name": "data",
|
|
9609
9779
|
"type": {
|
|
9610
|
-
"text": "
|
|
9780
|
+
"text": "TreeItem[]"
|
|
9611
9781
|
},
|
|
9612
|
-
"
|
|
9613
|
-
"attribute": "pattern"
|
|
9782
|
+
"attribute": "data"
|
|
9614
9783
|
},
|
|
9615
9784
|
{
|
|
9616
9785
|
"kind": "field",
|
|
9617
|
-
"name": "
|
|
9786
|
+
"name": "indent",
|
|
9618
9787
|
"type": {
|
|
9619
|
-
"text": "
|
|
9788
|
+
"text": "number"
|
|
9620
9789
|
},
|
|
9621
|
-
"default": "
|
|
9622
|
-
"attribute": "
|
|
9790
|
+
"default": "8",
|
|
9791
|
+
"attribute": "indent"
|
|
9623
9792
|
},
|
|
9624
9793
|
{
|
|
9625
9794
|
"kind": "field",
|
|
9626
|
-
"name": "
|
|
9795
|
+
"name": "arrows",
|
|
9627
9796
|
"type": {
|
|
9628
9797
|
"text": "boolean"
|
|
9629
9798
|
},
|
|
9630
9799
|
"default": "false",
|
|
9631
|
-
"attribute": "
|
|
9800
|
+
"attribute": "arrows",
|
|
9632
9801
|
"reflects": true
|
|
9633
9802
|
},
|
|
9634
9803
|
{
|
|
9635
9804
|
"kind": "field",
|
|
9636
|
-
"name": "
|
|
9805
|
+
"name": "multiline",
|
|
9637
9806
|
"type": {
|
|
9638
9807
|
"text": "boolean"
|
|
9639
9808
|
},
|
|
9640
9809
|
"default": "false",
|
|
9641
|
-
"attribute": "
|
|
9810
|
+
"attribute": "multiline",
|
|
9642
9811
|
"reflects": true
|
|
9643
9812
|
},
|
|
9644
9813
|
{
|
|
9645
9814
|
"kind": "field",
|
|
9646
|
-
"name": "
|
|
9815
|
+
"name": "tabindex",
|
|
9647
9816
|
"type": {
|
|
9648
|
-
"text": "number
|
|
9817
|
+
"text": "number"
|
|
9649
9818
|
},
|
|
9650
|
-
"default": "
|
|
9651
|
-
"attribute": "
|
|
9819
|
+
"default": "0",
|
|
9820
|
+
"attribute": "tabindex",
|
|
9821
|
+
"reflects": true
|
|
9652
9822
|
},
|
|
9653
9823
|
{
|
|
9654
9824
|
"kind": "field",
|
|
9655
|
-
"name": "
|
|
9656
|
-
"description": "Same as the `type` of the native `<input>` element but only a subset of types are supported.\nThe supported ones are: `color`,`date`,`datetime-local`,`email`,`file`,`month`,`number`,`password`,`search`,`tel`,`text`,`time`,`url`,`week`",
|
|
9825
|
+
"name": "indentGuides",
|
|
9657
9826
|
"type": {
|
|
9658
|
-
"text": "
|
|
9827
|
+
"text": "boolean"
|
|
9659
9828
|
},
|
|
9660
|
-
"
|
|
9829
|
+
"default": "false",
|
|
9830
|
+
"attribute": "indent-guides",
|
|
9661
9831
|
"reflects": true
|
|
9662
9832
|
},
|
|
9663
9833
|
{
|
|
9664
9834
|
"kind": "field",
|
|
9665
|
-
"name": "
|
|
9835
|
+
"name": "_data",
|
|
9666
9836
|
"type": {
|
|
9667
|
-
"text": "
|
|
9837
|
+
"text": "TreeItem[]"
|
|
9668
9838
|
},
|
|
9669
|
-
"
|
|
9839
|
+
"privacy": "private",
|
|
9840
|
+
"default": "[]"
|
|
9670
9841
|
},
|
|
9671
9842
|
{
|
|
9672
9843
|
"kind": "field",
|
|
9673
|
-
"name": "
|
|
9674
|
-
"description": "Lowercase alias to minLength",
|
|
9844
|
+
"name": "_selectedItem",
|
|
9675
9845
|
"type": {
|
|
9676
|
-
"text": "
|
|
9677
|
-
}
|
|
9846
|
+
"text": "TreeItem | null"
|
|
9847
|
+
},
|
|
9848
|
+
"privacy": "private",
|
|
9849
|
+
"default": "null"
|
|
9678
9850
|
},
|
|
9679
9851
|
{
|
|
9680
9852
|
"kind": "field",
|
|
9681
|
-
"name": "
|
|
9682
|
-
"description": "Lowercase alias to maxLength",
|
|
9853
|
+
"name": "_focusedItem",
|
|
9683
9854
|
"type": {
|
|
9684
|
-
"text": "
|
|
9685
|
-
}
|
|
9855
|
+
"text": "TreeItem | null"
|
|
9856
|
+
},
|
|
9857
|
+
"privacy": "private",
|
|
9858
|
+
"default": "null"
|
|
9686
9859
|
},
|
|
9687
9860
|
{
|
|
9688
9861
|
"kind": "field",
|
|
9689
|
-
"name": "
|
|
9862
|
+
"name": "_selectedBranch",
|
|
9690
9863
|
"type": {
|
|
9691
|
-
"text": "
|
|
9864
|
+
"text": "TreeItem | null"
|
|
9692
9865
|
},
|
|
9693
|
-
"
|
|
9866
|
+
"privacy": "private",
|
|
9867
|
+
"default": "null"
|
|
9694
9868
|
},
|
|
9695
9869
|
{
|
|
9696
9870
|
"kind": "field",
|
|
9697
|
-
"name": "
|
|
9871
|
+
"name": "_focusedBranch",
|
|
9698
9872
|
"type": {
|
|
9699
|
-
"text": "
|
|
9873
|
+
"text": "TreeItem | null"
|
|
9700
9874
|
},
|
|
9701
|
-
"
|
|
9875
|
+
"privacy": "private",
|
|
9876
|
+
"default": "null"
|
|
9702
9877
|
},
|
|
9703
9878
|
{
|
|
9704
|
-
"kind": "
|
|
9705
|
-
"name": "
|
|
9706
|
-
"
|
|
9879
|
+
"kind": "method",
|
|
9880
|
+
"name": "closeAll",
|
|
9881
|
+
"privacy": "public",
|
|
9882
|
+
"return": {
|
|
9883
|
+
"type": {
|
|
9884
|
+
"text": "void"
|
|
9885
|
+
}
|
|
9886
|
+
},
|
|
9887
|
+
"description": "Closes all opened tree items recursively."
|
|
9707
9888
|
},
|
|
9708
9889
|
{
|
|
9709
|
-
"kind": "
|
|
9710
|
-
"name": "
|
|
9711
|
-
"
|
|
9890
|
+
"kind": "method",
|
|
9891
|
+
"name": "deselectAll",
|
|
9892
|
+
"privacy": "public",
|
|
9893
|
+
"description": "Deselects all selected items."
|
|
9712
9894
|
},
|
|
9713
9895
|
{
|
|
9714
9896
|
"kind": "method",
|
|
9715
|
-
"name": "
|
|
9897
|
+
"name": "getItemByPath",
|
|
9898
|
+
"privacy": "public",
|
|
9899
|
+
"return": {
|
|
9900
|
+
"type": {
|
|
9901
|
+
"text": ""
|
|
9902
|
+
}
|
|
9903
|
+
},
|
|
9904
|
+
"parameters": [
|
|
9905
|
+
{
|
|
9906
|
+
"name": "path",
|
|
9907
|
+
"type": {
|
|
9908
|
+
"text": "number[]"
|
|
9909
|
+
}
|
|
9910
|
+
}
|
|
9911
|
+
],
|
|
9912
|
+
"description": "Returns a reference to a TreeItem object by path."
|
|
9716
9913
|
},
|
|
9717
9914
|
{
|
|
9718
9915
|
"kind": "method",
|
|
9719
|
-
"name": "
|
|
9916
|
+
"name": "_getItemByPath",
|
|
9917
|
+
"privacy": "private",
|
|
9918
|
+
"return": {
|
|
9919
|
+
"type": {
|
|
9920
|
+
"text": "TreeItem | null"
|
|
9921
|
+
}
|
|
9922
|
+
},
|
|
9923
|
+
"parameters": [
|
|
9924
|
+
{
|
|
9925
|
+
"name": "path",
|
|
9926
|
+
"type": {
|
|
9927
|
+
"text": "number[]"
|
|
9928
|
+
}
|
|
9929
|
+
}
|
|
9930
|
+
]
|
|
9720
9931
|
},
|
|
9721
9932
|
{
|
|
9722
|
-
"kind": "
|
|
9723
|
-
"name": "
|
|
9724
|
-
"
|
|
9725
|
-
|
|
9933
|
+
"kind": "method",
|
|
9934
|
+
"name": "_handleActionClick",
|
|
9935
|
+
"privacy": "private",
|
|
9936
|
+
"parameters": [
|
|
9937
|
+
{
|
|
9938
|
+
"name": "ev",
|
|
9939
|
+
"type": {
|
|
9940
|
+
"text": "MouseEvent"
|
|
9941
|
+
}
|
|
9942
|
+
}
|
|
9943
|
+
]
|
|
9944
|
+
},
|
|
9945
|
+
{
|
|
9946
|
+
"kind": "method",
|
|
9947
|
+
"name": "_renderIconVariant",
|
|
9948
|
+
"privacy": "private",
|
|
9949
|
+
"parameters": [
|
|
9950
|
+
{
|
|
9951
|
+
"name": "variant",
|
|
9952
|
+
"type": {
|
|
9953
|
+
"text": "{value: string; type: IconType}"
|
|
9954
|
+
}
|
|
9955
|
+
}
|
|
9956
|
+
]
|
|
9957
|
+
},
|
|
9958
|
+
{
|
|
9959
|
+
"kind": "method",
|
|
9960
|
+
"name": "_renderIcon",
|
|
9961
|
+
"privacy": "private",
|
|
9962
|
+
"return": {
|
|
9963
|
+
"type": {
|
|
9964
|
+
"text": "TemplateResult"
|
|
9965
|
+
}
|
|
9726
9966
|
},
|
|
9727
|
-
"
|
|
9967
|
+
"parameters": [
|
|
9968
|
+
{
|
|
9969
|
+
"name": "item",
|
|
9970
|
+
"type": {
|
|
9971
|
+
"text": "TreeItem"
|
|
9972
|
+
}
|
|
9973
|
+
}
|
|
9974
|
+
]
|
|
9728
9975
|
},
|
|
9729
9976
|
{
|
|
9730
|
-
"kind": "
|
|
9731
|
-
"name": "
|
|
9732
|
-
"
|
|
9733
|
-
|
|
9977
|
+
"kind": "method",
|
|
9978
|
+
"name": "_renderArrow",
|
|
9979
|
+
"privacy": "private",
|
|
9980
|
+
"return": {
|
|
9981
|
+
"type": {
|
|
9982
|
+
"text": "TemplateResult"
|
|
9983
|
+
}
|
|
9734
9984
|
},
|
|
9735
|
-
"
|
|
9985
|
+
"parameters": [
|
|
9986
|
+
{
|
|
9987
|
+
"name": "item",
|
|
9988
|
+
"type": {
|
|
9989
|
+
"text": "TreeItem"
|
|
9990
|
+
}
|
|
9991
|
+
}
|
|
9992
|
+
]
|
|
9736
9993
|
},
|
|
9737
9994
|
{
|
|
9738
|
-
"kind": "
|
|
9739
|
-
"name": "
|
|
9740
|
-
"
|
|
9741
|
-
|
|
9995
|
+
"kind": "method",
|
|
9996
|
+
"name": "_renderActions",
|
|
9997
|
+
"privacy": "private",
|
|
9998
|
+
"return": {
|
|
9999
|
+
"type": {
|
|
10000
|
+
"text": "TemplateResult"
|
|
10001
|
+
}
|
|
9742
10002
|
},
|
|
10003
|
+
"parameters": [
|
|
10004
|
+
{
|
|
10005
|
+
"name": "item",
|
|
10006
|
+
"type": {
|
|
10007
|
+
"text": "TreeItem"
|
|
10008
|
+
}
|
|
10009
|
+
}
|
|
10010
|
+
]
|
|
10011
|
+
},
|
|
10012
|
+
{
|
|
10013
|
+
"kind": "method",
|
|
10014
|
+
"name": "_renderDecorations",
|
|
9743
10015
|
"privacy": "private",
|
|
9744
|
-
"
|
|
10016
|
+
"parameters": [
|
|
10017
|
+
{
|
|
10018
|
+
"name": "item",
|
|
10019
|
+
"type": {
|
|
10020
|
+
"text": "TreeItem"
|
|
10021
|
+
}
|
|
10022
|
+
}
|
|
10023
|
+
]
|
|
9745
10024
|
},
|
|
9746
10025
|
{
|
|
9747
|
-
"kind": "
|
|
9748
|
-
"name": "
|
|
9749
|
-
"type": {
|
|
9750
|
-
"text": "InputType"
|
|
9751
|
-
},
|
|
10026
|
+
"kind": "method",
|
|
10027
|
+
"name": "_renderTreeItem",
|
|
9752
10028
|
"privacy": "private",
|
|
9753
|
-
"
|
|
10029
|
+
"parameters": [
|
|
10030
|
+
{
|
|
10031
|
+
"name": "item",
|
|
10032
|
+
"type": {
|
|
10033
|
+
"text": "TreeItem"
|
|
10034
|
+
}
|
|
10035
|
+
},
|
|
10036
|
+
{
|
|
10037
|
+
"name": "additionalOptions",
|
|
10038
|
+
"type": {
|
|
10039
|
+
"text": "{\n path: number[];\n itemType: ItemType;\n hasFocusedItem: boolean;\n hasSelectedItem: boolean;\n }"
|
|
10040
|
+
}
|
|
10041
|
+
}
|
|
10042
|
+
]
|
|
9754
10043
|
},
|
|
9755
10044
|
{
|
|
9756
|
-
"kind": "
|
|
9757
|
-
"name": "
|
|
9758
|
-
"
|
|
9759
|
-
|
|
9760
|
-
|
|
9761
|
-
|
|
10045
|
+
"kind": "method",
|
|
10046
|
+
"name": "_renderTree",
|
|
10047
|
+
"privacy": "private",
|
|
10048
|
+
"parameters": [
|
|
10049
|
+
{
|
|
10050
|
+
"name": "tree",
|
|
10051
|
+
"type": {
|
|
10052
|
+
"text": "TreeItem[]"
|
|
10053
|
+
}
|
|
10054
|
+
},
|
|
10055
|
+
{
|
|
10056
|
+
"name": "oldPath",
|
|
10057
|
+
"default": "[]",
|
|
10058
|
+
"type": {
|
|
10059
|
+
"text": "number[]"
|
|
10060
|
+
}
|
|
10061
|
+
}
|
|
10062
|
+
]
|
|
10063
|
+
},
|
|
10064
|
+
{
|
|
10065
|
+
"kind": "method",
|
|
10066
|
+
"name": "_selectItem",
|
|
10067
|
+
"privacy": "private",
|
|
10068
|
+
"parameters": [
|
|
10069
|
+
{
|
|
10070
|
+
"name": "item",
|
|
10071
|
+
"type": {
|
|
10072
|
+
"text": "TreeItem"
|
|
10073
|
+
}
|
|
10074
|
+
}
|
|
10075
|
+
]
|
|
9762
10076
|
},
|
|
9763
10077
|
{
|
|
9764
10078
|
"kind": "method",
|
|
9765
|
-
"name": "
|
|
9766
|
-
"privacy": "private"
|
|
10079
|
+
"name": "_focusItem",
|
|
10080
|
+
"privacy": "private",
|
|
10081
|
+
"parameters": [
|
|
10082
|
+
{
|
|
10083
|
+
"name": "item",
|
|
10084
|
+
"type": {
|
|
10085
|
+
"text": "TreeItem"
|
|
10086
|
+
}
|
|
10087
|
+
}
|
|
10088
|
+
]
|
|
9767
10089
|
},
|
|
9768
10090
|
{
|
|
9769
10091
|
"kind": "method",
|
|
9770
|
-
"name": "
|
|
9771
|
-
"privacy": "private"
|
|
10092
|
+
"name": "_closeSubTreeRecursively",
|
|
10093
|
+
"privacy": "private",
|
|
10094
|
+
"parameters": [
|
|
10095
|
+
{
|
|
10096
|
+
"name": "tree",
|
|
10097
|
+
"type": {
|
|
10098
|
+
"text": "TreeItem[]"
|
|
10099
|
+
}
|
|
10100
|
+
}
|
|
10101
|
+
]
|
|
9772
10102
|
},
|
|
9773
10103
|
{
|
|
9774
10104
|
"kind": "method",
|
|
9775
|
-
"name": "
|
|
10105
|
+
"name": "_deselectItemsRecursively",
|
|
9776
10106
|
"privacy": "private",
|
|
9777
10107
|
"parameters": [
|
|
9778
10108
|
{
|
|
9779
|
-
"name": "
|
|
10109
|
+
"name": "tree",
|
|
9780
10110
|
"type": {
|
|
9781
|
-
"text": "
|
|
10111
|
+
"text": "TreeItem[]"
|
|
9782
10112
|
}
|
|
9783
10113
|
}
|
|
9784
10114
|
]
|
|
9785
10115
|
},
|
|
9786
10116
|
{
|
|
9787
10117
|
"kind": "method",
|
|
9788
|
-
"name": "
|
|
10118
|
+
"name": "_emitSelectEvent",
|
|
9789
10119
|
"privacy": "private",
|
|
9790
10120
|
"parameters": [
|
|
9791
10121
|
{
|
|
9792
|
-
"name": "
|
|
10122
|
+
"name": "item",
|
|
9793
10123
|
"type": {
|
|
9794
|
-
"text": "
|
|
10124
|
+
"text": "TreeItem"
|
|
10125
|
+
}
|
|
10126
|
+
},
|
|
10127
|
+
{
|
|
10128
|
+
"name": "path",
|
|
10129
|
+
"type": {
|
|
10130
|
+
"text": "string"
|
|
9795
10131
|
}
|
|
9796
10132
|
}
|
|
9797
10133
|
]
|
|
9798
10134
|
},
|
|
9799
10135
|
{
|
|
9800
10136
|
"kind": "method",
|
|
9801
|
-
"name": "
|
|
10137
|
+
"name": "_focusPrevItem",
|
|
9802
10138
|
"privacy": "private"
|
|
9803
10139
|
},
|
|
9804
10140
|
{
|
|
9805
10141
|
"kind": "method",
|
|
9806
|
-
"name": "
|
|
10142
|
+
"name": "_focusNextItem",
|
|
9807
10143
|
"privacy": "private"
|
|
9808
10144
|
},
|
|
9809
10145
|
{
|
|
9810
10146
|
"kind": "method",
|
|
9811
|
-
"name": "
|
|
10147
|
+
"name": "_handleClick",
|
|
10148
|
+
"privacy": "private",
|
|
10149
|
+
"parameters": [
|
|
10150
|
+
{
|
|
10151
|
+
"name": "event",
|
|
10152
|
+
"type": {
|
|
10153
|
+
"text": "MouseEvent"
|
|
10154
|
+
}
|
|
10155
|
+
}
|
|
10156
|
+
]
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"kind": "method",
|
|
10160
|
+
"name": "_handleComponentKeyDown",
|
|
9812
10161
|
"privacy": "private",
|
|
9813
10162
|
"parameters": [
|
|
9814
10163
|
{
|
|
@@ -9819,6 +10168,11 @@
|
|
|
9819
10168
|
}
|
|
9820
10169
|
]
|
|
9821
10170
|
},
|
|
10171
|
+
{
|
|
10172
|
+
"kind": "field",
|
|
10173
|
+
"name": "_handleComponentKeyDownBound",
|
|
10174
|
+
"privacy": "private"
|
|
10175
|
+
},
|
|
9822
10176
|
{
|
|
9823
10177
|
"kind": "field",
|
|
9824
10178
|
"name": "_version",
|
|
@@ -9826,7 +10180,7 @@
|
|
|
9826
10180
|
"text": "string"
|
|
9827
10181
|
},
|
|
9828
10182
|
"privacy": "private",
|
|
9829
|
-
"default": "'1.
|
|
10183
|
+
"default": "'1.6.0'",
|
|
9830
10184
|
"inheritedFrom": {
|
|
9831
10185
|
"name": "VscElement",
|
|
9832
10186
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9845,242 +10199,115 @@
|
|
|
9845
10199
|
],
|
|
9846
10200
|
"events": [
|
|
9847
10201
|
{
|
|
9848
|
-
"name": "vsc-
|
|
10202
|
+
"name": "vsc-run-action",
|
|
9849
10203
|
"type": {
|
|
9850
10204
|
"text": "CustomEvent"
|
|
9851
10205
|
},
|
|
9852
|
-
"deprecated": "
|
|
10206
|
+
"deprecated": "Renamed to `vsc-tree-action`",
|
|
10207
|
+
"description": "Dispatched when an action icon is clicked."
|
|
9853
10208
|
},
|
|
9854
10209
|
{
|
|
9855
|
-
"name": "
|
|
10210
|
+
"name": "vsc-select",
|
|
9856
10211
|
"type": {
|
|
9857
|
-
"text": "
|
|
9858
|
-
}
|
|
10212
|
+
"text": "CustomEvent"
|
|
10213
|
+
},
|
|
10214
|
+
"deprecated": "Renamed to `vsc-tree-select`",
|
|
10215
|
+
"description": "Dispatched when an item is selected."
|
|
9859
10216
|
},
|
|
9860
10217
|
{
|
|
9861
|
-
"name": "vsc-change",
|
|
9862
10218
|
"type": {
|
|
9863
10219
|
"text": "CustomEvent"
|
|
9864
10220
|
},
|
|
9865
|
-
"
|
|
10221
|
+
"description": "Dispatched when an item is selected.",
|
|
10222
|
+
"name": "vsc-tree-select"
|
|
9866
10223
|
},
|
|
9867
10224
|
{
|
|
9868
10225
|
"type": {
|
|
9869
|
-
"text": "
|
|
10226
|
+
"text": "VscTreeActionEvent"
|
|
9870
10227
|
},
|
|
9871
|
-
"
|
|
10228
|
+
"description": "Dispatched when an action icon is clicked.",
|
|
10229
|
+
"name": "vsc-tree-action"
|
|
9872
10230
|
}
|
|
9873
10231
|
],
|
|
9874
10232
|
"attributes": [
|
|
9875
10233
|
{
|
|
9876
|
-
"name": "
|
|
9877
|
-
"type": {
|
|
9878
|
-
"text": "'on' | 'off' | undefined"
|
|
9879
|
-
},
|
|
9880
|
-
"default": "undefined",
|
|
9881
|
-
"resolveInitializer": {
|
|
9882
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9883
|
-
},
|
|
9884
|
-
"fieldName": "autocomplete"
|
|
9885
|
-
},
|
|
9886
|
-
{
|
|
9887
|
-
"name": "autofocus",
|
|
9888
|
-
"type": {
|
|
9889
|
-
"text": "boolean"
|
|
9890
|
-
},
|
|
9891
|
-
"default": "false",
|
|
9892
|
-
"fieldName": "autofocus"
|
|
9893
|
-
},
|
|
9894
|
-
{
|
|
9895
|
-
"name": "default-value",
|
|
9896
|
-
"type": {
|
|
9897
|
-
"text": "string"
|
|
9898
|
-
},
|
|
9899
|
-
"default": "''",
|
|
9900
|
-
"fieldName": "defaultValue"
|
|
9901
|
-
},
|
|
9902
|
-
{
|
|
9903
|
-
"name": "disabled",
|
|
10234
|
+
"name": "data",
|
|
9904
10235
|
"type": {
|
|
9905
|
-
"text": "
|
|
10236
|
+
"text": "TreeItem[]"
|
|
9906
10237
|
},
|
|
9907
|
-
"
|
|
9908
|
-
"fieldName": "disabled"
|
|
10238
|
+
"fieldName": "data"
|
|
9909
10239
|
},
|
|
9910
10240
|
{
|
|
9911
|
-
"name": "
|
|
10241
|
+
"name": "indent",
|
|
9912
10242
|
"type": {
|
|
9913
|
-
"text": "
|
|
10243
|
+
"text": "number"
|
|
9914
10244
|
},
|
|
9915
|
-
"default": "
|
|
9916
|
-
"fieldName": "
|
|
10245
|
+
"default": "8",
|
|
10246
|
+
"fieldName": "indent"
|
|
9917
10247
|
},
|
|
9918
10248
|
{
|
|
9919
|
-
"name": "
|
|
10249
|
+
"name": "arrows",
|
|
9920
10250
|
"type": {
|
|
9921
10251
|
"text": "boolean"
|
|
9922
10252
|
},
|
|
9923
10253
|
"default": "false",
|
|
9924
|
-
"fieldName": "
|
|
9925
|
-
},
|
|
9926
|
-
{
|
|
9927
|
-
"name": "max",
|
|
9928
|
-
"type": {
|
|
9929
|
-
"text": "number | undefined"
|
|
9930
|
-
},
|
|
9931
|
-
"default": "undefined",
|
|
9932
|
-
"resolveInitializer": {
|
|
9933
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9934
|
-
},
|
|
9935
|
-
"fieldName": "max"
|
|
9936
|
-
},
|
|
9937
|
-
{
|
|
9938
|
-
"name": "maxLength",
|
|
9939
|
-
"type": {
|
|
9940
|
-
"text": "number | undefined"
|
|
9941
|
-
},
|
|
9942
|
-
"default": "undefined",
|
|
9943
|
-
"resolveInitializer": {
|
|
9944
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9945
|
-
},
|
|
9946
|
-
"fieldName": "maxLength"
|
|
9947
|
-
},
|
|
9948
|
-
{
|
|
9949
|
-
"name": "min",
|
|
9950
|
-
"type": {
|
|
9951
|
-
"text": "number | undefined"
|
|
9952
|
-
},
|
|
9953
|
-
"default": "undefined",
|
|
9954
|
-
"resolveInitializer": {
|
|
9955
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9956
|
-
},
|
|
9957
|
-
"fieldName": "min"
|
|
9958
|
-
},
|
|
9959
|
-
{
|
|
9960
|
-
"name": "minLength",
|
|
9961
|
-
"type": {
|
|
9962
|
-
"text": "number | undefined"
|
|
9963
|
-
},
|
|
9964
|
-
"default": "undefined",
|
|
9965
|
-
"resolveInitializer": {
|
|
9966
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9967
|
-
},
|
|
9968
|
-
"fieldName": "minLength"
|
|
10254
|
+
"fieldName": "arrows"
|
|
9969
10255
|
},
|
|
9970
10256
|
{
|
|
9971
|
-
"name": "
|
|
10257
|
+
"name": "multiline",
|
|
9972
10258
|
"type": {
|
|
9973
10259
|
"text": "boolean"
|
|
9974
10260
|
},
|
|
9975
10261
|
"default": "false",
|
|
9976
|
-
"fieldName": "
|
|
9977
|
-
},
|
|
9978
|
-
{
|
|
9979
|
-
"name": "name",
|
|
9980
|
-
"type": {
|
|
9981
|
-
"text": "string | undefined"
|
|
9982
|
-
},
|
|
9983
|
-
"default": "undefined",
|
|
9984
|
-
"resolveInitializer": {
|
|
9985
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9986
|
-
},
|
|
9987
|
-
"fieldName": "name"
|
|
9988
|
-
},
|
|
9989
|
-
{
|
|
9990
|
-
"name": "pattern",
|
|
9991
|
-
"type": {
|
|
9992
|
-
"text": "string | undefined"
|
|
9993
|
-
},
|
|
9994
|
-
"default": "undefined",
|
|
9995
|
-
"resolveInitializer": {
|
|
9996
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
9997
|
-
},
|
|
9998
|
-
"fieldName": "pattern"
|
|
9999
|
-
},
|
|
10000
|
-
{
|
|
10001
|
-
"name": "placeholder",
|
|
10002
|
-
"type": {
|
|
10003
|
-
"text": "string | undefined"
|
|
10004
|
-
},
|
|
10005
|
-
"default": "undefined",
|
|
10006
|
-
"resolveInitializer": {
|
|
10007
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10008
|
-
},
|
|
10009
|
-
"fieldName": "placeholder"
|
|
10262
|
+
"fieldName": "multiline"
|
|
10010
10263
|
},
|
|
10011
10264
|
{
|
|
10012
|
-
"name": "
|
|
10265
|
+
"name": "tabindex",
|
|
10013
10266
|
"type": {
|
|
10014
|
-
"text": "
|
|
10267
|
+
"text": "number"
|
|
10015
10268
|
},
|
|
10016
|
-
"default": "
|
|
10017
|
-
"fieldName": "
|
|
10269
|
+
"default": "0",
|
|
10270
|
+
"fieldName": "tabindex"
|
|
10018
10271
|
},
|
|
10019
10272
|
{
|
|
10020
|
-
"name": "
|
|
10273
|
+
"name": "indent-guides",
|
|
10021
10274
|
"type": {
|
|
10022
10275
|
"text": "boolean"
|
|
10023
10276
|
},
|
|
10024
10277
|
"default": "false",
|
|
10025
|
-
"fieldName": "
|
|
10026
|
-
},
|
|
10027
|
-
{
|
|
10028
|
-
"name": "step",
|
|
10029
|
-
"type": {
|
|
10030
|
-
"text": "number | undefined"
|
|
10031
|
-
},
|
|
10032
|
-
"default": "undefined",
|
|
10033
|
-
"resolveInitializer": {
|
|
10034
|
-
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10035
|
-
},
|
|
10036
|
-
"fieldName": "step"
|
|
10037
|
-
},
|
|
10038
|
-
{
|
|
10039
|
-
"name": "type",
|
|
10040
|
-
"description": "Same as the `type` of the native `<input>` element but only a subset of types are supported.\nThe supported ones are: `color`,`date`,`datetime-local`,`email`,`file`,`month`,`number`,`password`,`search`,`tel`,`text`,`time`,`url`,`week`",
|
|
10041
|
-
"type": {
|
|
10042
|
-
"text": "InputType"
|
|
10043
|
-
},
|
|
10044
|
-
"fieldName": "type"
|
|
10045
|
-
},
|
|
10046
|
-
{
|
|
10047
|
-
"name": "value",
|
|
10048
|
-
"type": {
|
|
10049
|
-
"text": "string"
|
|
10050
|
-
},
|
|
10051
|
-
"fieldName": "value"
|
|
10278
|
+
"fieldName": "indentGuides"
|
|
10052
10279
|
}
|
|
10053
10280
|
],
|
|
10054
10281
|
"superclass": {
|
|
10055
10282
|
"name": "VscElement",
|
|
10056
10283
|
"module": "/src/includes/VscElement.js"
|
|
10057
10284
|
},
|
|
10058
|
-
"tagName": "vscode-
|
|
10285
|
+
"tagName": "vscode-tree",
|
|
10059
10286
|
"customElement": true
|
|
10060
10287
|
}
|
|
10061
10288
|
],
|
|
10062
10289
|
"exports": [
|
|
10063
10290
|
{
|
|
10064
10291
|
"kind": "js",
|
|
10065
|
-
"name": "
|
|
10292
|
+
"name": "VscodeTree",
|
|
10066
10293
|
"declaration": {
|
|
10067
|
-
"name": "
|
|
10068
|
-
"module": "src/vscode-
|
|
10294
|
+
"name": "VscodeTree",
|
|
10295
|
+
"module": "src/vscode-tree/vscode-tree.ts"
|
|
10069
10296
|
}
|
|
10070
10297
|
},
|
|
10071
10298
|
{
|
|
10072
10299
|
"kind": "custom-element-definition",
|
|
10073
|
-
"name": "vscode-
|
|
10300
|
+
"name": "vscode-tree",
|
|
10074
10301
|
"declaration": {
|
|
10075
|
-
"name": "
|
|
10076
|
-
"module": "src/vscode-
|
|
10302
|
+
"name": "VscodeTree",
|
|
10303
|
+
"module": "src/vscode-tree/vscode-tree.ts"
|
|
10077
10304
|
}
|
|
10078
10305
|
}
|
|
10079
10306
|
]
|
|
10080
10307
|
},
|
|
10081
10308
|
{
|
|
10082
10309
|
"kind": "javascript-module",
|
|
10083
|
-
"path": "src/vscode-
|
|
10310
|
+
"path": "src/vscode-textfield/vscode-textfield.styles.ts",
|
|
10084
10311
|
"declarations": [
|
|
10085
10312
|
{
|
|
10086
10313
|
"kind": "variable",
|
|
@@ -10088,7 +10315,7 @@
|
|
|
10088
10315
|
"type": {
|
|
10089
10316
|
"text": "CSSResultGroup"
|
|
10090
10317
|
},
|
|
10091
|
-
"default": "[\n defaultStyles,\n css`\n :host {\n
|
|
10318
|
+
"default": "[\n defaultStyles,\n css`\n :host {\n align-items: center;\n background-color: var(--vscode-settings-textInputBackground);\n border-color: var(--vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground));\n border-radius: 2px;\n border-style: solid;\n border-width: 1px;\n box-sizing: border-box;\n color: var(--vscode-settings-textInputForeground);\n display: inline-flex;\n max-width: 100%;\n position: relative;\n width: 320px;\n }\n\n :host([focused]) {\n border-color: var(--vscode-focusBorder);\n }\n\n :host([invalid]),\n :host(:invalid) {\n border-color: var(--vscode-inputValidation-errorBorder, #be1100);\n }\n\n :host([invalid]) input,\n :host(:invalid) input {\n background-color: var(--vscode-inputValidation-errorBackground);\n }\n\n ::slotted([slot='content-before']) {\n display: block;\n margin-left: 2px;\n }\n\n ::slotted([slot='content-after']) {\n display: block;\n margin-right: 2px;\n }\n\n slot[name='content-before'],\n slot[name='content-after'] {\n align-items: center;\n display: flex;\n }\n\n input {\n background-color: var(--vscode-settings-textInputBackground);\n border: 0;\n box-sizing: border-box;\n color: var(--vscode-settings-textInputForeground);\n display: block;\n font-family: var(--vscode-font-family);\n font-size: var(--vscode-font-size);\n font-weight: var(--vscode-font-weight);\n line-height: 18px;\n outline: none;\n padding-bottom: 3px;\n padding-left: 4px;\n padding-right: 4px;\n padding-top: 3px;\n width: 100%;\n }\n\n input:read-only:not([type=\"file\"]) {\n cursor: not-allowed;\n }\n\n input::placeholder {\n color: var(--vscode-input-placeholderForeground);\n opacity: 1;\n }\n\n input[type='file'] {\n line-height: 24px;\n padding-bottom: 0;\n padding-left: 2px;\n padding-top: 0;\n }\n\n input[type='file']::file-selector-button {\n background-color: var(--vscode-button-background);\n border: 0;\n border-radius: 2px;\n color: var(--vscode-button-foreground);\n cursor: pointer;\n font-family: var(--vscode-font-family);\n font-size: var(--vscode-font-size);\n font-weight: var(--vscode-font-weight);\n line-height: 20px;\n padding: 0 14px;\n }\n\n input[type='file']::file-selector-button:hover {\n background-color: var(--vscode-button-hoverBackground);\n }\n `,\n]"
|
|
10092
10319
|
}
|
|
10093
10320
|
],
|
|
10094
10321
|
"exports": [
|
|
@@ -10097,476 +10324,385 @@
|
|
|
10097
10324
|
"name": "default",
|
|
10098
10325
|
"declaration": {
|
|
10099
10326
|
"name": "styles",
|
|
10100
|
-
"module": "src/vscode-
|
|
10327
|
+
"module": "src/vscode-textfield/vscode-textfield.styles.ts"
|
|
10101
10328
|
}
|
|
10102
10329
|
}
|
|
10103
10330
|
]
|
|
10104
10331
|
},
|
|
10105
10332
|
{
|
|
10106
10333
|
"kind": "javascript-module",
|
|
10107
|
-
"path": "src/vscode-
|
|
10334
|
+
"path": "src/vscode-textfield/vscode-textfield.ts",
|
|
10108
10335
|
"declarations": [
|
|
10109
10336
|
{
|
|
10110
10337
|
"kind": "class",
|
|
10111
|
-
"description": "",
|
|
10112
|
-
"name": "
|
|
10338
|
+
"description": "A simple inline textfield\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
10339
|
+
"name": "VscodeTextfield",
|
|
10113
10340
|
"cssProperties": [
|
|
10114
10341
|
{
|
|
10115
|
-
"name": "--vscode-
|
|
10342
|
+
"name": "--vscode-settings-textInputBackground"
|
|
10116
10343
|
},
|
|
10117
10344
|
{
|
|
10118
|
-
"name": "--vscode-
|
|
10345
|
+
"name": "--vscode-settings-textInputBorder"
|
|
10119
10346
|
},
|
|
10120
10347
|
{
|
|
10121
|
-
"name": "--vscode-
|
|
10348
|
+
"name": "--vscode-settings-textInputForeground"
|
|
10122
10349
|
},
|
|
10123
10350
|
{
|
|
10124
|
-
"name": "--vscode-
|
|
10351
|
+
"name": "--vscode-focusBorder"
|
|
10125
10352
|
},
|
|
10126
10353
|
{
|
|
10127
|
-
"name": "--vscode-
|
|
10354
|
+
"name": "--vscode-font-family"
|
|
10128
10355
|
},
|
|
10129
10356
|
{
|
|
10130
|
-
"name": "--vscode-
|
|
10357
|
+
"name": "--vscode-font-size"
|
|
10131
10358
|
},
|
|
10132
10359
|
{
|
|
10133
|
-
"name": "--vscode-
|
|
10360
|
+
"name": "--vscode-font-weight"
|
|
10134
10361
|
},
|
|
10135
10362
|
{
|
|
10136
|
-
"name": "--vscode-
|
|
10363
|
+
"name": "--vscode-input-placeholderForeground"
|
|
10137
10364
|
},
|
|
10138
10365
|
{
|
|
10139
|
-
"name": "--vscode-
|
|
10366
|
+
"name": "--vscode-button-background"
|
|
10140
10367
|
},
|
|
10141
10368
|
{
|
|
10142
|
-
"name": "--vscode-
|
|
10369
|
+
"name": "--vscode-button-foreground"
|
|
10143
10370
|
},
|
|
10144
10371
|
{
|
|
10145
|
-
"name": "--vscode-
|
|
10146
|
-
}
|
|
10372
|
+
"name": "--vscode-button-hoverBackground"
|
|
10373
|
+
}
|
|
10374
|
+
],
|
|
10375
|
+
"slots": [
|
|
10147
10376
|
{
|
|
10148
|
-
"
|
|
10377
|
+
"description": "A slot before the editable area but inside of the component. It is used to place icons.",
|
|
10378
|
+
"name": "content-before"
|
|
10149
10379
|
},
|
|
10150
10380
|
{
|
|
10151
|
-
"
|
|
10152
|
-
|
|
10381
|
+
"description": "A slot after the editable area but inside of the component. It is used to place icons.",
|
|
10382
|
+
"name": "content-after"
|
|
10383
|
+
}
|
|
10384
|
+
],
|
|
10385
|
+
"members": [
|
|
10153
10386
|
{
|
|
10154
|
-
"
|
|
10387
|
+
"kind": "field",
|
|
10388
|
+
"name": "autocomplete",
|
|
10389
|
+
"type": {
|
|
10390
|
+
"text": "'on' | 'off' | undefined"
|
|
10391
|
+
},
|
|
10392
|
+
"default": "undefined",
|
|
10393
|
+
"attribute": "autocomplete"
|
|
10155
10394
|
},
|
|
10156
10395
|
{
|
|
10157
|
-
"
|
|
10396
|
+
"kind": "field",
|
|
10397
|
+
"name": "autofocus",
|
|
10398
|
+
"type": {
|
|
10399
|
+
"text": "boolean"
|
|
10400
|
+
},
|
|
10401
|
+
"default": "false",
|
|
10402
|
+
"attribute": "autofocus",
|
|
10403
|
+
"reflects": true
|
|
10158
10404
|
},
|
|
10159
10405
|
{
|
|
10160
|
-
"
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
"
|
|
10406
|
+
"kind": "field",
|
|
10407
|
+
"name": "defaultValue",
|
|
10408
|
+
"type": {
|
|
10409
|
+
"text": "string"
|
|
10410
|
+
},
|
|
10411
|
+
"default": "''",
|
|
10412
|
+
"attribute": "default-value"
|
|
10166
10413
|
},
|
|
10167
10414
|
{
|
|
10168
|
-
"
|
|
10415
|
+
"kind": "field",
|
|
10416
|
+
"name": "disabled",
|
|
10417
|
+
"type": {
|
|
10418
|
+
"text": "boolean"
|
|
10419
|
+
},
|
|
10420
|
+
"default": "false",
|
|
10421
|
+
"attribute": "disabled",
|
|
10422
|
+
"reflects": true
|
|
10169
10423
|
},
|
|
10170
10424
|
{
|
|
10171
|
-
"
|
|
10425
|
+
"kind": "field",
|
|
10426
|
+
"name": "focused",
|
|
10427
|
+
"type": {
|
|
10428
|
+
"text": "boolean"
|
|
10429
|
+
},
|
|
10430
|
+
"default": "false",
|
|
10431
|
+
"attribute": "focused",
|
|
10432
|
+
"reflects": true
|
|
10172
10433
|
},
|
|
10173
10434
|
{
|
|
10174
|
-
"
|
|
10435
|
+
"kind": "field",
|
|
10436
|
+
"name": "invalid",
|
|
10437
|
+
"type": {
|
|
10438
|
+
"text": "boolean"
|
|
10439
|
+
},
|
|
10440
|
+
"default": "false",
|
|
10441
|
+
"attribute": "invalid",
|
|
10442
|
+
"reflects": true
|
|
10175
10443
|
},
|
|
10176
10444
|
{
|
|
10177
|
-
"
|
|
10445
|
+
"kind": "field",
|
|
10446
|
+
"name": "max",
|
|
10447
|
+
"type": {
|
|
10448
|
+
"text": "number | undefined"
|
|
10449
|
+
},
|
|
10450
|
+
"default": "undefined",
|
|
10451
|
+
"attribute": "max"
|
|
10178
10452
|
},
|
|
10179
|
-
{
|
|
10180
|
-
"description": "Container of decorations",
|
|
10181
|
-
"name": "decorations"
|
|
10182
|
-
}
|
|
10183
|
-
],
|
|
10184
|
-
"members": [
|
|
10185
10453
|
{
|
|
10186
10454
|
"kind": "field",
|
|
10187
|
-
"name": "
|
|
10455
|
+
"name": "maxLength",
|
|
10188
10456
|
"type": {
|
|
10189
|
-
"text": "
|
|
10457
|
+
"text": "number | undefined"
|
|
10190
10458
|
},
|
|
10191
|
-
"
|
|
10459
|
+
"default": "undefined",
|
|
10460
|
+
"attribute": "maxLength"
|
|
10192
10461
|
},
|
|
10193
10462
|
{
|
|
10194
10463
|
"kind": "field",
|
|
10195
|
-
"name": "
|
|
10464
|
+
"name": "min",
|
|
10196
10465
|
"type": {
|
|
10197
|
-
"text": "number"
|
|
10466
|
+
"text": "number | undefined"
|
|
10198
10467
|
},
|
|
10199
|
-
"default": "
|
|
10200
|
-
"attribute": "
|
|
10468
|
+
"default": "undefined",
|
|
10469
|
+
"attribute": "min"
|
|
10201
10470
|
},
|
|
10202
10471
|
{
|
|
10203
10472
|
"kind": "field",
|
|
10204
|
-
"name": "
|
|
10473
|
+
"name": "minLength",
|
|
10205
10474
|
"type": {
|
|
10206
|
-
"text": "
|
|
10475
|
+
"text": "number | undefined"
|
|
10207
10476
|
},
|
|
10208
|
-
"default": "
|
|
10209
|
-
"attribute": "
|
|
10210
|
-
"reflects": true
|
|
10477
|
+
"default": "undefined",
|
|
10478
|
+
"attribute": "minLength"
|
|
10211
10479
|
},
|
|
10212
10480
|
{
|
|
10213
10481
|
"kind": "field",
|
|
10214
|
-
"name": "
|
|
10482
|
+
"name": "multiple",
|
|
10215
10483
|
"type": {
|
|
10216
10484
|
"text": "boolean"
|
|
10217
10485
|
},
|
|
10218
10486
|
"default": "false",
|
|
10219
|
-
"attribute": "
|
|
10487
|
+
"attribute": "multiple",
|
|
10220
10488
|
"reflects": true
|
|
10221
10489
|
},
|
|
10222
10490
|
{
|
|
10223
10491
|
"kind": "field",
|
|
10224
|
-
"name": "
|
|
10492
|
+
"name": "name",
|
|
10225
10493
|
"type": {
|
|
10226
|
-
"text": "
|
|
10494
|
+
"text": "string | undefined"
|
|
10227
10495
|
},
|
|
10228
|
-
"default": "
|
|
10229
|
-
"attribute": "
|
|
10496
|
+
"default": "undefined",
|
|
10497
|
+
"attribute": "name",
|
|
10230
10498
|
"reflects": true
|
|
10231
10499
|
},
|
|
10232
10500
|
{
|
|
10233
10501
|
"kind": "field",
|
|
10234
|
-
"name": "
|
|
10502
|
+
"name": "pattern",
|
|
10235
10503
|
"type": {
|
|
10236
|
-
"text": "
|
|
10504
|
+
"text": "string | undefined"
|
|
10237
10505
|
},
|
|
10238
|
-
"default": "
|
|
10239
|
-
"attribute": "
|
|
10240
|
-
"reflects": true
|
|
10506
|
+
"default": "undefined",
|
|
10507
|
+
"attribute": "pattern"
|
|
10241
10508
|
},
|
|
10242
10509
|
{
|
|
10243
10510
|
"kind": "field",
|
|
10244
|
-
"name": "
|
|
10511
|
+
"name": "placeholder",
|
|
10245
10512
|
"type": {
|
|
10246
|
-
"text": "
|
|
10513
|
+
"text": "string | undefined"
|
|
10247
10514
|
},
|
|
10248
|
-
"
|
|
10249
|
-
"
|
|
10515
|
+
"default": "undefined",
|
|
10516
|
+
"attribute": "placeholder"
|
|
10250
10517
|
},
|
|
10251
10518
|
{
|
|
10252
10519
|
"kind": "field",
|
|
10253
|
-
"name": "
|
|
10520
|
+
"name": "readonly",
|
|
10254
10521
|
"type": {
|
|
10255
|
-
"text": "
|
|
10522
|
+
"text": "boolean"
|
|
10256
10523
|
},
|
|
10257
|
-
"
|
|
10258
|
-
"
|
|
10524
|
+
"default": "false",
|
|
10525
|
+
"attribute": "readonly",
|
|
10526
|
+
"reflects": true
|
|
10259
10527
|
},
|
|
10260
10528
|
{
|
|
10261
10529
|
"kind": "field",
|
|
10262
|
-
"name": "
|
|
10530
|
+
"name": "required",
|
|
10263
10531
|
"type": {
|
|
10264
|
-
"text": "
|
|
10532
|
+
"text": "boolean"
|
|
10265
10533
|
},
|
|
10266
|
-
"
|
|
10267
|
-
"
|
|
10534
|
+
"default": "false",
|
|
10535
|
+
"attribute": "required",
|
|
10536
|
+
"reflects": true
|
|
10268
10537
|
},
|
|
10269
10538
|
{
|
|
10270
10539
|
"kind": "field",
|
|
10271
|
-
"name": "
|
|
10540
|
+
"name": "step",
|
|
10272
10541
|
"type": {
|
|
10273
|
-
"text": "
|
|
10542
|
+
"text": "number | undefined"
|
|
10274
10543
|
},
|
|
10275
|
-
"
|
|
10276
|
-
"
|
|
10544
|
+
"default": "undefined",
|
|
10545
|
+
"attribute": "step"
|
|
10277
10546
|
},
|
|
10278
10547
|
{
|
|
10279
10548
|
"kind": "field",
|
|
10280
|
-
"name": "
|
|
10549
|
+
"name": "type",
|
|
10550
|
+
"description": "Same as the `type` of the native `<input>` element but only a subset of types are supported.\nThe supported ones are: `color`,`date`,`datetime-local`,`email`,`file`,`month`,`number`,`password`,`search`,`tel`,`text`,`time`,`url`,`week`",
|
|
10281
10551
|
"type": {
|
|
10282
|
-
"text": "
|
|
10552
|
+
"text": "InputType"
|
|
10283
10553
|
},
|
|
10284
|
-
"
|
|
10285
|
-
"
|
|
10554
|
+
"attribute": "type",
|
|
10555
|
+
"reflects": true
|
|
10286
10556
|
},
|
|
10287
10557
|
{
|
|
10288
|
-
"kind": "
|
|
10289
|
-
"name": "
|
|
10290
|
-
"
|
|
10291
|
-
|
|
10292
|
-
"type": {
|
|
10293
|
-
"text": "void"
|
|
10294
|
-
}
|
|
10558
|
+
"kind": "field",
|
|
10559
|
+
"name": "value",
|
|
10560
|
+
"type": {
|
|
10561
|
+
"text": "string"
|
|
10295
10562
|
},
|
|
10296
|
-
"
|
|
10563
|
+
"attribute": "value"
|
|
10297
10564
|
},
|
|
10298
10565
|
{
|
|
10299
|
-
"kind": "
|
|
10300
|
-
"name": "
|
|
10301
|
-
"
|
|
10302
|
-
"
|
|
10566
|
+
"kind": "field",
|
|
10567
|
+
"name": "minlength",
|
|
10568
|
+
"description": "Lowercase alias to minLength",
|
|
10569
|
+
"type": {
|
|
10570
|
+
"text": "number | undefined"
|
|
10571
|
+
}
|
|
10303
10572
|
},
|
|
10304
10573
|
{
|
|
10305
|
-
"kind": "
|
|
10306
|
-
"name": "
|
|
10307
|
-
"
|
|
10308
|
-
"
|
|
10309
|
-
"
|
|
10310
|
-
|
|
10311
|
-
|
|
10574
|
+
"kind": "field",
|
|
10575
|
+
"name": "maxlength",
|
|
10576
|
+
"description": "Lowercase alias to maxLength",
|
|
10577
|
+
"type": {
|
|
10578
|
+
"text": "number | undefined"
|
|
10579
|
+
}
|
|
10580
|
+
},
|
|
10581
|
+
{
|
|
10582
|
+
"kind": "field",
|
|
10583
|
+
"name": "form",
|
|
10584
|
+
"type": {
|
|
10585
|
+
"text": "HTMLFormElement | null"
|
|
10312
10586
|
},
|
|
10313
|
-
"
|
|
10314
|
-
{
|
|
10315
|
-
"name": "path",
|
|
10316
|
-
"type": {
|
|
10317
|
-
"text": "number[]"
|
|
10318
|
-
}
|
|
10319
|
-
}
|
|
10320
|
-
],
|
|
10321
|
-
"description": "Returns a reference to a TreeItem object by path."
|
|
10587
|
+
"readonly": true
|
|
10322
10588
|
},
|
|
10323
10589
|
{
|
|
10324
|
-
"kind": "
|
|
10325
|
-
"name": "
|
|
10326
|
-
"
|
|
10327
|
-
|
|
10328
|
-
"type": {
|
|
10329
|
-
"text": "TreeItem | null"
|
|
10330
|
-
}
|
|
10590
|
+
"kind": "field",
|
|
10591
|
+
"name": "validity",
|
|
10592
|
+
"type": {
|
|
10593
|
+
"text": "ValidityState"
|
|
10331
10594
|
},
|
|
10332
|
-
"
|
|
10333
|
-
{
|
|
10334
|
-
"name": "path",
|
|
10335
|
-
"type": {
|
|
10336
|
-
"text": "number[]"
|
|
10337
|
-
}
|
|
10338
|
-
}
|
|
10339
|
-
]
|
|
10595
|
+
"readonly": true
|
|
10340
10596
|
},
|
|
10341
10597
|
{
|
|
10342
|
-
"kind": "
|
|
10343
|
-
"name": "
|
|
10344
|
-
"
|
|
10345
|
-
"parameters": [
|
|
10346
|
-
{
|
|
10347
|
-
"name": "ev",
|
|
10348
|
-
"type": {
|
|
10349
|
-
"text": "MouseEvent"
|
|
10350
|
-
}
|
|
10351
|
-
}
|
|
10352
|
-
]
|
|
10598
|
+
"kind": "field",
|
|
10599
|
+
"name": "validationMessage",
|
|
10600
|
+
"readonly": true
|
|
10353
10601
|
},
|
|
10354
10602
|
{
|
|
10355
|
-
"kind": "
|
|
10356
|
-
"name": "
|
|
10357
|
-
"
|
|
10358
|
-
"parameters": [
|
|
10359
|
-
{
|
|
10360
|
-
"name": "variant",
|
|
10361
|
-
"type": {
|
|
10362
|
-
"text": "{value: string; type: IconType}"
|
|
10363
|
-
}
|
|
10364
|
-
}
|
|
10365
|
-
]
|
|
10603
|
+
"kind": "field",
|
|
10604
|
+
"name": "willValidate",
|
|
10605
|
+
"readonly": true
|
|
10366
10606
|
},
|
|
10367
10607
|
{
|
|
10368
10608
|
"kind": "method",
|
|
10369
|
-
"name": "
|
|
10370
|
-
"privacy": "private",
|
|
10371
|
-
"return": {
|
|
10372
|
-
"type": {
|
|
10373
|
-
"text": "TemplateResult"
|
|
10374
|
-
}
|
|
10375
|
-
},
|
|
10376
|
-
"parameters": [
|
|
10377
|
-
{
|
|
10378
|
-
"name": "item",
|
|
10379
|
-
"type": {
|
|
10380
|
-
"text": "TreeItem"
|
|
10381
|
-
}
|
|
10382
|
-
}
|
|
10383
|
-
]
|
|
10609
|
+
"name": "checkValidity"
|
|
10384
10610
|
},
|
|
10385
10611
|
{
|
|
10386
10612
|
"kind": "method",
|
|
10387
|
-
"name": "
|
|
10388
|
-
"privacy": "private",
|
|
10389
|
-
"return": {
|
|
10390
|
-
"type": {
|
|
10391
|
-
"text": "TemplateResult"
|
|
10392
|
-
}
|
|
10393
|
-
},
|
|
10394
|
-
"parameters": [
|
|
10395
|
-
{
|
|
10396
|
-
"name": "item",
|
|
10397
|
-
"type": {
|
|
10398
|
-
"text": "TreeItem"
|
|
10399
|
-
}
|
|
10400
|
-
}
|
|
10401
|
-
]
|
|
10613
|
+
"name": "reportValidity"
|
|
10402
10614
|
},
|
|
10403
10615
|
{
|
|
10404
|
-
"kind": "
|
|
10405
|
-
"name": "
|
|
10406
|
-
"
|
|
10407
|
-
|
|
10408
|
-
"type": {
|
|
10409
|
-
"text": "TemplateResult"
|
|
10410
|
-
}
|
|
10616
|
+
"kind": "field",
|
|
10617
|
+
"name": "wrappedElement",
|
|
10618
|
+
"type": {
|
|
10619
|
+
"text": "HTMLInputElement"
|
|
10411
10620
|
},
|
|
10412
|
-
"
|
|
10413
|
-
{
|
|
10414
|
-
"name": "item",
|
|
10415
|
-
"type": {
|
|
10416
|
-
"text": "TreeItem"
|
|
10417
|
-
}
|
|
10418
|
-
}
|
|
10419
|
-
]
|
|
10621
|
+
"readonly": true
|
|
10420
10622
|
},
|
|
10421
10623
|
{
|
|
10422
|
-
"kind": "
|
|
10423
|
-
"name": "
|
|
10424
|
-
"
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
"type": {
|
|
10429
|
-
"text": "TreeItem"
|
|
10430
|
-
}
|
|
10431
|
-
}
|
|
10432
|
-
]
|
|
10624
|
+
"kind": "field",
|
|
10625
|
+
"name": "_inputEl",
|
|
10626
|
+
"type": {
|
|
10627
|
+
"text": "HTMLInputElement"
|
|
10628
|
+
},
|
|
10629
|
+
"privacy": "private"
|
|
10433
10630
|
},
|
|
10434
10631
|
{
|
|
10435
|
-
"kind": "
|
|
10436
|
-
"name": "
|
|
10632
|
+
"kind": "field",
|
|
10633
|
+
"name": "_value",
|
|
10634
|
+
"type": {
|
|
10635
|
+
"text": "string"
|
|
10636
|
+
},
|
|
10437
10637
|
"privacy": "private",
|
|
10438
|
-
"
|
|
10439
|
-
{
|
|
10440
|
-
"name": "item",
|
|
10441
|
-
"type": {
|
|
10442
|
-
"text": "TreeItem"
|
|
10443
|
-
}
|
|
10444
|
-
},
|
|
10445
|
-
{
|
|
10446
|
-
"name": "additionalOptions",
|
|
10447
|
-
"type": {
|
|
10448
|
-
"text": "{\n path: number[];\n itemType: ItemType;\n hasFocusedItem: boolean;\n hasSelectedItem: boolean;\n }"
|
|
10449
|
-
}
|
|
10450
|
-
}
|
|
10451
|
-
]
|
|
10638
|
+
"default": "''"
|
|
10452
10639
|
},
|
|
10453
10640
|
{
|
|
10454
|
-
"kind": "
|
|
10455
|
-
"name": "
|
|
10641
|
+
"kind": "field",
|
|
10642
|
+
"name": "_type",
|
|
10643
|
+
"type": {
|
|
10644
|
+
"text": "InputType"
|
|
10645
|
+
},
|
|
10456
10646
|
"privacy": "private",
|
|
10457
|
-
"
|
|
10458
|
-
{
|
|
10459
|
-
"name": "tree",
|
|
10460
|
-
"type": {
|
|
10461
|
-
"text": "TreeItem[]"
|
|
10462
|
-
}
|
|
10463
|
-
},
|
|
10464
|
-
{
|
|
10465
|
-
"name": "oldPath",
|
|
10466
|
-
"default": "[]",
|
|
10467
|
-
"type": {
|
|
10468
|
-
"text": "number[]"
|
|
10469
|
-
}
|
|
10470
|
-
}
|
|
10471
|
-
]
|
|
10647
|
+
"default": "'text'"
|
|
10472
10648
|
},
|
|
10473
10649
|
{
|
|
10474
|
-
"kind": "
|
|
10475
|
-
"name": "
|
|
10476
|
-
"
|
|
10477
|
-
|
|
10478
|
-
|
|
10479
|
-
|
|
10480
|
-
"type": {
|
|
10481
|
-
"text": "TreeItem"
|
|
10482
|
-
}
|
|
10483
|
-
}
|
|
10484
|
-
]
|
|
10650
|
+
"kind": "field",
|
|
10651
|
+
"name": "_internals",
|
|
10652
|
+
"type": {
|
|
10653
|
+
"text": "ElementInternals"
|
|
10654
|
+
},
|
|
10655
|
+
"privacy": "private"
|
|
10485
10656
|
},
|
|
10486
10657
|
{
|
|
10487
10658
|
"kind": "method",
|
|
10488
|
-
"name": "
|
|
10489
|
-
"privacy": "private"
|
|
10490
|
-
"parameters": [
|
|
10491
|
-
{
|
|
10492
|
-
"name": "item",
|
|
10493
|
-
"type": {
|
|
10494
|
-
"text": "TreeItem"
|
|
10495
|
-
}
|
|
10496
|
-
}
|
|
10497
|
-
]
|
|
10659
|
+
"name": "_dataChanged",
|
|
10660
|
+
"privacy": "private"
|
|
10498
10661
|
},
|
|
10499
10662
|
{
|
|
10500
10663
|
"kind": "method",
|
|
10501
|
-
"name": "
|
|
10502
|
-
"privacy": "private"
|
|
10503
|
-
"parameters": [
|
|
10504
|
-
{
|
|
10505
|
-
"name": "tree",
|
|
10506
|
-
"type": {
|
|
10507
|
-
"text": "TreeItem[]"
|
|
10508
|
-
}
|
|
10509
|
-
}
|
|
10510
|
-
]
|
|
10664
|
+
"name": "_setValidityFromInput",
|
|
10665
|
+
"privacy": "private"
|
|
10511
10666
|
},
|
|
10512
10667
|
{
|
|
10513
10668
|
"kind": "method",
|
|
10514
|
-
"name": "
|
|
10669
|
+
"name": "_onInput",
|
|
10515
10670
|
"privacy": "private",
|
|
10516
10671
|
"parameters": [
|
|
10517
10672
|
{
|
|
10518
|
-
"name": "
|
|
10673
|
+
"name": "ev",
|
|
10519
10674
|
"type": {
|
|
10520
|
-
"text": "
|
|
10675
|
+
"text": "InputEvent"
|
|
10521
10676
|
}
|
|
10522
10677
|
}
|
|
10523
10678
|
]
|
|
10524
10679
|
},
|
|
10525
10680
|
{
|
|
10526
10681
|
"kind": "method",
|
|
10527
|
-
"name": "
|
|
10682
|
+
"name": "_onChange",
|
|
10528
10683
|
"privacy": "private",
|
|
10529
10684
|
"parameters": [
|
|
10530
10685
|
{
|
|
10531
|
-
"name": "
|
|
10532
|
-
"type": {
|
|
10533
|
-
"text": "TreeItem"
|
|
10534
|
-
}
|
|
10535
|
-
},
|
|
10536
|
-
{
|
|
10537
|
-
"name": "path",
|
|
10686
|
+
"name": "ev",
|
|
10538
10687
|
"type": {
|
|
10539
|
-
"text": "
|
|
10688
|
+
"text": "Event"
|
|
10540
10689
|
}
|
|
10541
10690
|
}
|
|
10542
10691
|
]
|
|
10543
10692
|
},
|
|
10544
10693
|
{
|
|
10545
10694
|
"kind": "method",
|
|
10546
|
-
"name": "
|
|
10547
|
-
"privacy": "private"
|
|
10548
|
-
},
|
|
10549
|
-
{
|
|
10550
|
-
"kind": "method",
|
|
10551
|
-
"name": "_focusNextItem",
|
|
10695
|
+
"name": "_onFocus",
|
|
10552
10696
|
"privacy": "private"
|
|
10553
10697
|
},
|
|
10554
|
-
{
|
|
10555
|
-
"kind": "method",
|
|
10556
|
-
"name": "
|
|
10557
|
-
"privacy": "private"
|
|
10558
|
-
"parameters": [
|
|
10559
|
-
{
|
|
10560
|
-
"name": "event",
|
|
10561
|
-
"type": {
|
|
10562
|
-
"text": "MouseEvent"
|
|
10563
|
-
}
|
|
10564
|
-
}
|
|
10565
|
-
]
|
|
10698
|
+
{
|
|
10699
|
+
"kind": "method",
|
|
10700
|
+
"name": "_onBlur",
|
|
10701
|
+
"privacy": "private"
|
|
10566
10702
|
},
|
|
10567
10703
|
{
|
|
10568
10704
|
"kind": "method",
|
|
10569
|
-
"name": "
|
|
10705
|
+
"name": "_onKeyDown",
|
|
10570
10706
|
"privacy": "private",
|
|
10571
10707
|
"parameters": [
|
|
10572
10708
|
{
|
|
@@ -10577,11 +10713,6 @@
|
|
|
10577
10713
|
}
|
|
10578
10714
|
]
|
|
10579
10715
|
},
|
|
10580
|
-
{
|
|
10581
|
-
"kind": "field",
|
|
10582
|
-
"name": "_handleComponentKeyDownBound",
|
|
10583
|
-
"privacy": "private"
|
|
10584
|
-
},
|
|
10585
10716
|
{
|
|
10586
10717
|
"kind": "field",
|
|
10587
10718
|
"name": "_version",
|
|
@@ -10589,7 +10720,7 @@
|
|
|
10589
10720
|
"text": "string"
|
|
10590
10721
|
},
|
|
10591
10722
|
"privacy": "private",
|
|
10592
|
-
"default": "'1.
|
|
10723
|
+
"default": "'1.6.0'",
|
|
10593
10724
|
"inheritedFrom": {
|
|
10594
10725
|
"name": "VscElement",
|
|
10595
10726
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10608,108 +10739,235 @@
|
|
|
10608
10739
|
],
|
|
10609
10740
|
"events": [
|
|
10610
10741
|
{
|
|
10611
|
-
"name": "vsc-
|
|
10742
|
+
"name": "vsc-input",
|
|
10612
10743
|
"type": {
|
|
10613
10744
|
"text": "CustomEvent"
|
|
10614
10745
|
},
|
|
10615
|
-
"deprecated": "
|
|
10616
|
-
"description": "Dispatched when an action icon is clicked."
|
|
10746
|
+
"deprecated": "true"
|
|
10617
10747
|
},
|
|
10618
10748
|
{
|
|
10619
|
-
"name": "
|
|
10749
|
+
"name": "change",
|
|
10620
10750
|
"type": {
|
|
10621
|
-
"text": "
|
|
10622
|
-
}
|
|
10623
|
-
"deprecated": "Renamed to `vsc-tree-select`",
|
|
10624
|
-
"description": "Dispatched when an item is selected."
|
|
10751
|
+
"text": "Event"
|
|
10752
|
+
}
|
|
10625
10753
|
},
|
|
10626
10754
|
{
|
|
10755
|
+
"name": "vsc-change",
|
|
10627
10756
|
"type": {
|
|
10628
10757
|
"text": "CustomEvent"
|
|
10629
10758
|
},
|
|
10630
|
-
"
|
|
10631
|
-
"name": "vsc-tree-select"
|
|
10759
|
+
"deprecated": "true"
|
|
10632
10760
|
},
|
|
10633
10761
|
{
|
|
10634
10762
|
"type": {
|
|
10635
|
-
"text": "
|
|
10763
|
+
"text": "InputEvent"
|
|
10636
10764
|
},
|
|
10637
|
-
"
|
|
10638
|
-
"name": "vsc-tree-action"
|
|
10765
|
+
"name": "input"
|
|
10639
10766
|
}
|
|
10640
10767
|
],
|
|
10641
10768
|
"attributes": [
|
|
10642
10769
|
{
|
|
10643
|
-
"name": "
|
|
10770
|
+
"name": "autocomplete",
|
|
10644
10771
|
"type": {
|
|
10645
|
-
"text": "
|
|
10772
|
+
"text": "'on' | 'off' | undefined"
|
|
10646
10773
|
},
|
|
10647
|
-
"
|
|
10774
|
+
"default": "undefined",
|
|
10775
|
+
"resolveInitializer": {
|
|
10776
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10777
|
+
},
|
|
10778
|
+
"fieldName": "autocomplete"
|
|
10648
10779
|
},
|
|
10649
10780
|
{
|
|
10650
|
-
"name": "
|
|
10781
|
+
"name": "autofocus",
|
|
10651
10782
|
"type": {
|
|
10652
|
-
"text": "
|
|
10783
|
+
"text": "boolean"
|
|
10653
10784
|
},
|
|
10654
|
-
"default": "
|
|
10655
|
-
"fieldName": "
|
|
10785
|
+
"default": "false",
|
|
10786
|
+
"fieldName": "autofocus"
|
|
10656
10787
|
},
|
|
10657
10788
|
{
|
|
10658
|
-
"name": "
|
|
10789
|
+
"name": "default-value",
|
|
10790
|
+
"type": {
|
|
10791
|
+
"text": "string"
|
|
10792
|
+
},
|
|
10793
|
+
"default": "''",
|
|
10794
|
+
"fieldName": "defaultValue"
|
|
10795
|
+
},
|
|
10796
|
+
{
|
|
10797
|
+
"name": "disabled",
|
|
10659
10798
|
"type": {
|
|
10660
10799
|
"text": "boolean"
|
|
10661
10800
|
},
|
|
10662
10801
|
"default": "false",
|
|
10663
|
-
"fieldName": "
|
|
10802
|
+
"fieldName": "disabled"
|
|
10664
10803
|
},
|
|
10665
10804
|
{
|
|
10666
|
-
"name": "
|
|
10805
|
+
"name": "focused",
|
|
10667
10806
|
"type": {
|
|
10668
10807
|
"text": "boolean"
|
|
10669
10808
|
},
|
|
10670
10809
|
"default": "false",
|
|
10671
|
-
"fieldName": "
|
|
10810
|
+
"fieldName": "focused"
|
|
10672
10811
|
},
|
|
10673
10812
|
{
|
|
10674
|
-
"name": "
|
|
10813
|
+
"name": "invalid",
|
|
10675
10814
|
"type": {
|
|
10676
|
-
"text": "
|
|
10815
|
+
"text": "boolean"
|
|
10677
10816
|
},
|
|
10678
|
-
"default": "
|
|
10679
|
-
"fieldName": "
|
|
10817
|
+
"default": "false",
|
|
10818
|
+
"fieldName": "invalid"
|
|
10680
10819
|
},
|
|
10681
10820
|
{
|
|
10682
|
-
"name": "
|
|
10821
|
+
"name": "max",
|
|
10822
|
+
"type": {
|
|
10823
|
+
"text": "number | undefined"
|
|
10824
|
+
},
|
|
10825
|
+
"default": "undefined",
|
|
10826
|
+
"resolveInitializer": {
|
|
10827
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10828
|
+
},
|
|
10829
|
+
"fieldName": "max"
|
|
10830
|
+
},
|
|
10831
|
+
{
|
|
10832
|
+
"name": "maxLength",
|
|
10833
|
+
"type": {
|
|
10834
|
+
"text": "number | undefined"
|
|
10835
|
+
},
|
|
10836
|
+
"default": "undefined",
|
|
10837
|
+
"resolveInitializer": {
|
|
10838
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10839
|
+
},
|
|
10840
|
+
"fieldName": "maxLength"
|
|
10841
|
+
},
|
|
10842
|
+
{
|
|
10843
|
+
"name": "min",
|
|
10844
|
+
"type": {
|
|
10845
|
+
"text": "number | undefined"
|
|
10846
|
+
},
|
|
10847
|
+
"default": "undefined",
|
|
10848
|
+
"resolveInitializer": {
|
|
10849
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10850
|
+
},
|
|
10851
|
+
"fieldName": "min"
|
|
10852
|
+
},
|
|
10853
|
+
{
|
|
10854
|
+
"name": "minLength",
|
|
10855
|
+
"type": {
|
|
10856
|
+
"text": "number | undefined"
|
|
10857
|
+
},
|
|
10858
|
+
"default": "undefined",
|
|
10859
|
+
"resolveInitializer": {
|
|
10860
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10861
|
+
},
|
|
10862
|
+
"fieldName": "minLength"
|
|
10863
|
+
},
|
|
10864
|
+
{
|
|
10865
|
+
"name": "multiple",
|
|
10683
10866
|
"type": {
|
|
10684
10867
|
"text": "boolean"
|
|
10685
10868
|
},
|
|
10686
10869
|
"default": "false",
|
|
10687
|
-
"fieldName": "
|
|
10870
|
+
"fieldName": "multiple"
|
|
10871
|
+
},
|
|
10872
|
+
{
|
|
10873
|
+
"name": "name",
|
|
10874
|
+
"type": {
|
|
10875
|
+
"text": "string | undefined"
|
|
10876
|
+
},
|
|
10877
|
+
"default": "undefined",
|
|
10878
|
+
"resolveInitializer": {
|
|
10879
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10880
|
+
},
|
|
10881
|
+
"fieldName": "name"
|
|
10882
|
+
},
|
|
10883
|
+
{
|
|
10884
|
+
"name": "pattern",
|
|
10885
|
+
"type": {
|
|
10886
|
+
"text": "string | undefined"
|
|
10887
|
+
},
|
|
10888
|
+
"default": "undefined",
|
|
10889
|
+
"resolveInitializer": {
|
|
10890
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10891
|
+
},
|
|
10892
|
+
"fieldName": "pattern"
|
|
10893
|
+
},
|
|
10894
|
+
{
|
|
10895
|
+
"name": "placeholder",
|
|
10896
|
+
"type": {
|
|
10897
|
+
"text": "string | undefined"
|
|
10898
|
+
},
|
|
10899
|
+
"default": "undefined",
|
|
10900
|
+
"resolveInitializer": {
|
|
10901
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10902
|
+
},
|
|
10903
|
+
"fieldName": "placeholder"
|
|
10904
|
+
},
|
|
10905
|
+
{
|
|
10906
|
+
"name": "readonly",
|
|
10907
|
+
"type": {
|
|
10908
|
+
"text": "boolean"
|
|
10909
|
+
},
|
|
10910
|
+
"default": "false",
|
|
10911
|
+
"fieldName": "readonly"
|
|
10912
|
+
},
|
|
10913
|
+
{
|
|
10914
|
+
"name": "required",
|
|
10915
|
+
"type": {
|
|
10916
|
+
"text": "boolean"
|
|
10917
|
+
},
|
|
10918
|
+
"default": "false",
|
|
10919
|
+
"fieldName": "required"
|
|
10920
|
+
},
|
|
10921
|
+
{
|
|
10922
|
+
"name": "step",
|
|
10923
|
+
"type": {
|
|
10924
|
+
"text": "number | undefined"
|
|
10925
|
+
},
|
|
10926
|
+
"default": "undefined",
|
|
10927
|
+
"resolveInitializer": {
|
|
10928
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10929
|
+
},
|
|
10930
|
+
"fieldName": "step"
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"name": "type",
|
|
10934
|
+
"description": "Same as the `type` of the native `<input>` element but only a subset of types are supported.\nThe supported ones are: `color`,`date`,`datetime-local`,`email`,`file`,`month`,`number`,`password`,`search`,`tel`,`text`,`time`,`url`,`week`",
|
|
10935
|
+
"type": {
|
|
10936
|
+
"text": "InputType"
|
|
10937
|
+
},
|
|
10938
|
+
"fieldName": "type"
|
|
10939
|
+
},
|
|
10940
|
+
{
|
|
10941
|
+
"name": "value",
|
|
10942
|
+
"type": {
|
|
10943
|
+
"text": "string"
|
|
10944
|
+
},
|
|
10945
|
+
"fieldName": "value"
|
|
10688
10946
|
}
|
|
10689
10947
|
],
|
|
10690
10948
|
"superclass": {
|
|
10691
10949
|
"name": "VscElement",
|
|
10692
10950
|
"module": "/src/includes/VscElement.js"
|
|
10693
10951
|
},
|
|
10694
|
-
"tagName": "vscode-
|
|
10952
|
+
"tagName": "vscode-textfield",
|
|
10695
10953
|
"customElement": true
|
|
10696
10954
|
}
|
|
10697
10955
|
],
|
|
10698
10956
|
"exports": [
|
|
10699
10957
|
{
|
|
10700
10958
|
"kind": "js",
|
|
10701
|
-
"name": "
|
|
10959
|
+
"name": "VscodeTextfield",
|
|
10702
10960
|
"declaration": {
|
|
10703
|
-
"name": "
|
|
10704
|
-
"module": "src/vscode-
|
|
10961
|
+
"name": "VscodeTextfield",
|
|
10962
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10705
10963
|
}
|
|
10706
10964
|
},
|
|
10707
10965
|
{
|
|
10708
10966
|
"kind": "custom-element-definition",
|
|
10709
|
-
"name": "vscode-
|
|
10967
|
+
"name": "vscode-textfield",
|
|
10710
10968
|
"declaration": {
|
|
10711
|
-
"name": "
|
|
10712
|
-
"module": "src/vscode-
|
|
10969
|
+
"name": "VscodeTextfield",
|
|
10970
|
+
"module": "src/vscode-textfield/vscode-textfield.ts"
|
|
10713
10971
|
}
|
|
10714
10972
|
}
|
|
10715
10973
|
]
|
|
@@ -10759,7 +11017,7 @@
|
|
|
10759
11017
|
"text": "string"
|
|
10760
11018
|
},
|
|
10761
11019
|
"privacy": "private",
|
|
10762
|
-
"default": "'1.
|
|
11020
|
+
"default": "'1.6.0'",
|
|
10763
11021
|
"inheritedFrom": {
|
|
10764
11022
|
"name": "VscElement",
|
|
10765
11023
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10951,10 +11209,10 @@
|
|
|
10951
11209
|
"declarations": [
|
|
10952
11210
|
{
|
|
10953
11211
|
"kind": "function",
|
|
10954
|
-
"name": "
|
|
11212
|
+
"name": "startsWithPerTermSearch",
|
|
10955
11213
|
"return": {
|
|
10956
11214
|
"type": {
|
|
10957
|
-
"text": "
|
|
11215
|
+
"text": "SearchResult"
|
|
10958
11216
|
}
|
|
10959
11217
|
},
|
|
10960
11218
|
"parameters": [
|
|
@@ -10974,10 +11232,10 @@
|
|
|
10974
11232
|
},
|
|
10975
11233
|
{
|
|
10976
11234
|
"kind": "function",
|
|
10977
|
-
"name": "
|
|
11235
|
+
"name": "startsWithSearch",
|
|
10978
11236
|
"return": {
|
|
10979
11237
|
"type": {
|
|
10980
|
-
"text": "
|
|
11238
|
+
"text": "SearchResult"
|
|
10981
11239
|
}
|
|
10982
11240
|
},
|
|
10983
11241
|
"parameters": [
|
|
@@ -10997,10 +11255,10 @@
|
|
|
10997
11255
|
},
|
|
10998
11256
|
{
|
|
10999
11257
|
"kind": "function",
|
|
11000
|
-
"name": "
|
|
11258
|
+
"name": "containsSearch",
|
|
11001
11259
|
"return": {
|
|
11002
11260
|
"type": {
|
|
11003
|
-
"text": "
|
|
11261
|
+
"text": "SearchResult"
|
|
11004
11262
|
}
|
|
11005
11263
|
},
|
|
11006
11264
|
"parameters": [
|
|
@@ -11020,10 +11278,10 @@
|
|
|
11020
11278
|
},
|
|
11021
11279
|
{
|
|
11022
11280
|
"kind": "function",
|
|
11023
|
-
"name": "
|
|
11281
|
+
"name": "fuzzySearch",
|
|
11024
11282
|
"return": {
|
|
11025
11283
|
"type": {
|
|
11026
|
-
"text": "
|
|
11284
|
+
"text": "SearchResult"
|
|
11027
11285
|
}
|
|
11028
11286
|
},
|
|
11029
11287
|
"parameters": [
|
|
@@ -11069,38 +11327,61 @@
|
|
|
11069
11327
|
}
|
|
11070
11328
|
}
|
|
11071
11329
|
]
|
|
11330
|
+
},
|
|
11331
|
+
{
|
|
11332
|
+
"kind": "function",
|
|
11333
|
+
"name": "highlightRanges",
|
|
11334
|
+
"return": {
|
|
11335
|
+
"type": {
|
|
11336
|
+
"text": "TemplateResult | TemplateResult[]"
|
|
11337
|
+
}
|
|
11338
|
+
},
|
|
11339
|
+
"parameters": [
|
|
11340
|
+
{
|
|
11341
|
+
"name": "text",
|
|
11342
|
+
"type": {
|
|
11343
|
+
"text": "string"
|
|
11344
|
+
}
|
|
11345
|
+
},
|
|
11346
|
+
{
|
|
11347
|
+
"name": "ranges",
|
|
11348
|
+
"type": {
|
|
11349
|
+
"text": "[number, number][]"
|
|
11350
|
+
}
|
|
11351
|
+
}
|
|
11352
|
+
]
|
|
11072
11353
|
}
|
|
11073
11354
|
],
|
|
11074
11355
|
"exports": [
|
|
11075
11356
|
{
|
|
11076
11357
|
"kind": "js",
|
|
11077
|
-
"name": "
|
|
11358
|
+
"name": "startsWithPerTermSearch",
|
|
11078
11359
|
"declaration": {
|
|
11079
|
-
"name": "
|
|
11360
|
+
"name": "startsWithPerTermSearch",
|
|
11080
11361
|
"module": "src/includes/vscode-select/helpers.ts"
|
|
11081
11362
|
}
|
|
11082
11363
|
},
|
|
11083
11364
|
{
|
|
11084
11365
|
"kind": "js",
|
|
11085
|
-
"name": "
|
|
11366
|
+
"name": "startsWithSearch",
|
|
11086
11367
|
"declaration": {
|
|
11087
|
-
"name": "
|
|
11368
|
+
"name": "startsWithSearch",
|
|
11088
11369
|
"module": "src/includes/vscode-select/helpers.ts"
|
|
11089
11370
|
}
|
|
11090
11371
|
},
|
|
11091
11372
|
{
|
|
11092
11373
|
"kind": "js",
|
|
11093
|
-
"name": "
|
|
11374
|
+
"name": "containsSearch",
|
|
11094
11375
|
"declaration": {
|
|
11095
|
-
"name": "
|
|
11376
|
+
"name": "containsSearch",
|
|
11096
11377
|
"module": "src/includes/vscode-select/helpers.ts"
|
|
11097
11378
|
}
|
|
11098
11379
|
},
|
|
11099
11380
|
{
|
|
11100
11381
|
"kind": "js",
|
|
11101
|
-
"name": "
|
|
11382
|
+
"name": "fuzzySearch",
|
|
11102
11383
|
"declaration": {
|
|
11103
|
-
"name": "
|
|
11384
|
+
"name": "fuzzySearch",
|
|
11104
11385
|
"module": "src/includes/vscode-select/helpers.ts"
|
|
11105
11386
|
}
|
|
11106
11387
|
},
|
|
@@ -11111,6 +11392,14 @@
|
|
|
11111
11392
|
"name": "filterOptionsByPattern",
|
|
11112
11393
|
"module": "src/includes/vscode-select/helpers.ts"
|
|
11113
11394
|
}
|
|
11395
|
+
},
|
|
11396
|
+
{
|
|
11397
|
+
"kind": "js",
|
|
11398
|
+
"name": "highlightRanges",
|
|
11399
|
+
"declaration": {
|
|
11400
|
+
"name": "highlightRanges",
|
|
11401
|
+
"module": "src/includes/vscode-select/helpers.ts"
|
|
11402
|
+
}
|
|
11114
11403
|
}
|
|
11115
11404
|
]
|
|
11116
11405
|
},
|
|
@@ -11203,9 +11492,10 @@
|
|
|
11203
11492
|
{
|
|
11204
11493
|
"kind": "field",
|
|
11205
11494
|
"name": "filter",
|
|
11206
|
-
"description": "
|
|
11495
|
+
"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.",
|
|
11496
|
+
"default": "'fuzzy'",
|
|
11207
11497
|
"type": {
|
|
11208
|
-
"text": "
|
|
11498
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
11209
11499
|
},
|
|
11210
11500
|
"attribute": "filter"
|
|
11211
11501
|
},
|
|
@@ -11708,7 +11998,7 @@
|
|
|
11708
11998
|
"text": "string"
|
|
11709
11999
|
},
|
|
11710
12000
|
"privacy": "private",
|
|
11711
|
-
"default": "'1.
|
|
12001
|
+
"default": "'1.6.0'",
|
|
11712
12002
|
"inheritedFrom": {
|
|
11713
12003
|
"name": "VscElement",
|
|
11714
12004
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11741,15 +12031,6 @@
|
|
|
11741
12031
|
}
|
|
11742
12032
|
],
|
|
11743
12033
|
"attributes": [
|
|
11744
|
-
{
|
|
11745
|
-
"name": "filter",
|
|
11746
|
-
"description": "Filter method",
|
|
11747
|
-
"type": {
|
|
11748
|
-
"text": "string"
|
|
11749
|
-
},
|
|
11750
|
-
"fieldName": "filter",
|
|
11751
|
-
"attribute": "filter"
|
|
11752
|
-
},
|
|
11753
12034
|
{
|
|
11754
12035
|
"name": "options",
|
|
11755
12036
|
"type": {
|
|
@@ -11782,6 +12063,15 @@
|
|
|
11782
12063
|
"description": "Sets the invalid state manually.",
|
|
11783
12064
|
"fieldName": "invalid"
|
|
11784
12065
|
},
|
|
12066
|
+
{
|
|
12067
|
+
"name": "filter",
|
|
12068
|
+
"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.",
|
|
12069
|
+
"default": "'fuzzy'",
|
|
12070
|
+
"type": {
|
|
12071
|
+
"text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
|
|
12072
|
+
},
|
|
12073
|
+
"fieldName": "filter"
|
|
12074
|
+
},
|
|
11785
12075
|
{
|
|
11786
12076
|
"name": "focused",
|
|
11787
12077
|
"type": {
|