@vscode-elements/elements 1.14.0 → 1.14.1-pre.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.
Files changed (49) hide show
  1. package/custom-elements.json +798 -537
  2. package/dist/bundled.js +179 -89
  3. package/dist/includes/VscElement.d.ts.map +1 -1
  4. package/dist/includes/VscElement.js +1 -1
  5. package/dist/includes/VscElement.js.map +1 -1
  6. package/dist/includes/form-button-widget/LabelledCheckboxOrRadio.d.ts.map +1 -1
  7. package/dist/includes/uniqueId.d.ts.map +1 -1
  8. package/dist/includes/vscode-select/helpers.d.ts.map +1 -1
  9. package/dist/main.d.ts +2 -0
  10. package/dist/main.d.ts.map +1 -1
  11. package/dist/main.js +2 -0
  12. package/dist/main.js.map +1 -1
  13. package/dist/vscode-checkbox/vscode-checkbox.d.ts +0 -2
  14. package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
  15. package/dist/vscode-checkbox/vscode-checkbox.js +0 -5
  16. package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
  17. package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
  18. package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
  19. package/dist/vscode-table/helpers.d.ts.map +1 -1
  20. package/dist/vscode-table/vscode-table.d.ts +1 -0
  21. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  22. package/dist/vscode-table/vscode-table.js +18 -14
  23. package/dist/vscode-table/vscode-table.js.map +1 -1
  24. package/dist/vscode-toolbar-button/index.d.ts +2 -0
  25. package/dist/vscode-toolbar-button/index.d.ts.map +1 -0
  26. package/dist/vscode-toolbar-button/index.js +2 -0
  27. package/dist/vscode-toolbar-button/index.js.map +1 -0
  28. package/dist/vscode-toolbar-button/vscode-toolbar-button.d.ts +26 -0
  29. package/dist/vscode-toolbar-button/vscode-toolbar-button.d.ts.map +1 -0
  30. package/dist/vscode-toolbar-button/vscode-toolbar-button.js +83 -0
  31. package/dist/vscode-toolbar-button/vscode-toolbar-button.js.map +1 -0
  32. package/dist/vscode-toolbar-button/vscode-toolbar-button.styles.d.ts +4 -0
  33. package/dist/vscode-toolbar-button/vscode-toolbar-button.styles.d.ts.map +1 -0
  34. package/dist/vscode-toolbar-button/vscode-toolbar-button.styles.js +77 -0
  35. package/dist/vscode-toolbar-button/vscode-toolbar-button.styles.js.map +1 -0
  36. package/dist/vscode-toolbar-container/index.d.ts +2 -0
  37. package/dist/vscode-toolbar-container/index.d.ts.map +1 -0
  38. package/dist/vscode-toolbar-container/index.js +2 -0
  39. package/dist/vscode-toolbar-container/index.js.map +1 -0
  40. package/dist/vscode-toolbar-container/vscode-toolbar-container.d.ts +17 -0
  41. package/dist/vscode-toolbar-container/vscode-toolbar-container.d.ts.map +1 -0
  42. package/dist/vscode-toolbar-container/vscode-toolbar-container.js +25 -0
  43. package/dist/vscode-toolbar-container/vscode-toolbar-container.js.map +1 -0
  44. package/dist/vscode-toolbar-container/vscode-toolbar-container.styles.d.ts +4 -0
  45. package/dist/vscode-toolbar-container/vscode-toolbar-container.styles.d.ts.map +1 -0
  46. package/dist/vscode-toolbar-container/vscode-toolbar-container.styles.js +14 -0
  47. package/dist/vscode-toolbar-container/vscode-toolbar-container.styles.js.map +1 -0
  48. package/package.json +12 -18
  49. package/vscode.html-custom-data.json +17 -0
@@ -4,19 +4,78 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "src/includes/AssociatedFormControl.ts",
8
- "declarations": [],
9
- "exports": []
7
+ "path": "src/vscode-badge/vscode-badge.styles.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "styles",
12
+ "type": {
13
+ "text": "CSSResultGroup"
14
+ },
15
+ "default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background, #616161); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground, #f8f8f8); display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; line-height: 11px; min-height: 18px; min-width: 18px; padding: 3px 6px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground, #ffffff); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } :host([variant='tab-header-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 10px; color: var(--vscode-activityBarBadge-foreground, #ffffff); line-height: 10px; min-height: 16px; min-width: 16px; padding: 3px 5px; } `, ]"
16
+ }
17
+ ],
18
+ "exports": [
19
+ {
20
+ "kind": "js",
21
+ "name": "default",
22
+ "declaration": {
23
+ "name": "styles",
24
+ "module": "src/vscode-badge/vscode-badge.styles.ts"
25
+ }
26
+ }
27
+ ]
10
28
  },
11
29
  {
12
30
  "kind": "javascript-module",
13
- "path": "src/includes/VscElement.ts",
31
+ "path": "src/vscode-badge/vscode-badge.ts",
14
32
  "declarations": [
15
33
  {
16
34
  "kind": "class",
17
- "description": "",
18
- "name": "VscElement",
35
+ "description": "Show counts or status information. Badges can also be used within [Textfield](https://vscode-elements.github.io/components/textfield) and [TabHeader](https://vscode-elements.github.io/components/tabs) components.",
36
+ "name": "VscodeBadge",
37
+ "cssProperties": [
38
+ {
39
+ "description": "A sans-serif font type depends on the host OS.",
40
+ "name": "--vscode-font-family",
41
+ "default": "sans-serif"
42
+ },
43
+ {
44
+ "name": "--vscode-contrastBorder",
45
+ "default": "transparent"
46
+ },
47
+ {
48
+ "description": "default and counter variant background color",
49
+ "name": "--vscode-badge-background",
50
+ "default": "#616161"
51
+ },
52
+ {
53
+ "description": "default and counter variant foreground color",
54
+ "name": "--vscode-badge-foreground",
55
+ "default": "#f8f8f8"
56
+ },
57
+ {
58
+ "description": "activity bar variant background color",
59
+ "name": "--vscode-activityBarBadge-background",
60
+ "default": "#0078d4"
61
+ },
62
+ {
63
+ "description": "activity bar variant foreground color",
64
+ "name": "--vscode-activityBarBadge-foreground",
65
+ "default": "#ffffff"
66
+ }
67
+ ],
19
68
  "members": [
69
+ {
70
+ "kind": "field",
71
+ "name": "variant",
72
+ "type": {
73
+ "text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
74
+ },
75
+ "default": "'default'",
76
+ "attribute": "variant",
77
+ "reflects": true
78
+ },
20
79
  {
21
80
  "kind": "field",
22
81
  "name": "version",
@@ -24,601 +83,228 @@
24
83
  "text": "string"
25
84
  },
26
85
  "description": "VSCode Elements version",
27
- "readonly": true
86
+ "readonly": true,
87
+ "inheritedFrom": {
88
+ "name": "VscElement",
89
+ "module": "src/includes/VscElement.ts"
90
+ }
28
91
  }
29
92
  ],
30
- "superclass": {
31
- "name": "LitElement",
32
- "package": "lit"
33
- },
34
- "customElement": true
35
- },
36
- {
37
- "kind": "function",
38
- "name": "customElement",
39
- "parameters": [
93
+ "attributes": [
40
94
  {
41
- "name": "tagName",
95
+ "name": "variant",
42
96
  "type": {
43
- "text": "string"
44
- }
97
+ "text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
98
+ },
99
+ "default": "'default'",
100
+ "fieldName": "variant"
45
101
  }
46
102
  ],
47
- "description": "Own implementation of Lit's customElement decorator."
103
+ "superclass": {
104
+ "name": "VscElement",
105
+ "module": "/src/includes/VscElement.js"
106
+ },
107
+ "tagName": "vscode-badge",
108
+ "customElement": true
48
109
  }
49
110
  ],
50
111
  "exports": [
51
112
  {
52
113
  "kind": "js",
53
- "name": "VscElement",
54
- "declaration": {
55
- "name": "VscElement",
56
- "module": "src/includes/VscElement.ts"
57
- }
58
- },
59
- {
60
- "kind": "js",
61
- "name": "customElement",
114
+ "name": "VscodeBadge",
62
115
  "declaration": {
63
- "name": "customElement",
64
- "module": "src/includes/VscElement.ts"
116
+ "name": "VscodeBadge",
117
+ "module": "src/vscode-badge/vscode-badge.ts"
65
118
  }
66
119
  },
67
120
  {
68
121
  "kind": "custom-element-definition",
69
- "name": "tagName",
70
- "declaration": {
71
- "name": "anonymous_0",
72
- "module": "src/includes/VscElement.ts"
73
- }
74
- }
75
- ]
76
- },
77
- {
78
- "kind": "javascript-module",
79
- "path": "src/includes/default.styles.ts",
80
- "declarations": [],
81
- "exports": [
82
- {
83
- "kind": "js",
84
- "name": "default",
122
+ "name": "vscode-badge",
85
123
  "declaration": {
86
- "module": "src/includes/default.styles.ts"
124
+ "name": "VscodeBadge",
125
+ "module": "src/vscode-badge/vscode-badge.ts"
87
126
  }
88
127
  }
89
128
  ]
90
129
  },
91
130
  {
92
131
  "kind": "javascript-module",
93
- "path": "src/includes/helpers.ts",
132
+ "path": "src/vscode-button/vscode-button.styles.ts",
94
133
  "declarations": [
95
134
  {
96
135
  "kind": "variable",
97
- "name": "INPUT_LINE_HEIGHT_RATIO"
98
- },
99
- {
100
- "kind": "variable",
101
- "name": "DEFUALT_INPUT_WIDGET_WIDTH",
136
+ "name": "styles",
102
137
  "type": {
103
- "text": "number"
138
+ "text": "CSSResultGroup"
104
139
  },
105
- "default": "320"
106
- },
107
- {
108
- "kind": "function",
109
- "name": "getDefaultFontStack"
110
- },
111
- {
112
- "kind": "function",
113
- "name": "getDefaultEditorFontStack"
114
- }
115
- ],
116
- "exports": [
117
- {
118
- "kind": "js",
119
- "name": "INPUT_LINE_HEIGHT_RATIO",
120
- "declaration": {
121
- "name": "INPUT_LINE_HEIGHT_RATIO",
122
- "module": "src/includes/helpers.ts"
123
- }
124
- },
125
- {
126
- "kind": "js",
127
- "name": "DEFUALT_INPUT_WIDGET_WIDTH",
128
- "declaration": {
129
- "name": "DEFUALT_INPUT_WIDGET_WIDTH",
130
- "module": "src/includes/helpers.ts"
131
- }
132
- },
133
- {
134
- "kind": "js",
135
- "name": "getDefaultFontStack",
136
- "declaration": {
137
- "name": "getDefaultFontStack",
138
- "module": "src/includes/helpers.ts"
139
- }
140
- },
141
- {
142
- "kind": "js",
143
- "name": "getDefaultEditorFontStack",
144
- "declaration": {
145
- "name": "getDefaultEditorFontStack",
146
- "module": "src/includes/helpers.ts"
147
- }
148
- }
149
- ]
150
- },
151
- {
152
- "kind": "javascript-module",
153
- "path": "src/includes/style-property-map.ts",
154
- "declarations": [
155
- {
156
- "kind": "variable",
157
- "name": "stylePropertyMap",
158
- "description": "Implement a Lit directive similar to styleMap, but instead of setting styles via the style\nattribute (which violates CSP), it should apply styles using the style property.\n\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy#unsafe-inline)"
140
+ "default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(--vscode-button-border, transparent); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
159
141
  }
160
142
  ],
161
143
  "exports": [
162
144
  {
163
145
  "kind": "js",
164
- "name": "stylePropertyMap",
146
+ "name": "default",
165
147
  "declaration": {
166
- "name": "stylePropertyMap",
167
- "module": "src/includes/style-property-map.ts"
148
+ "name": "styles",
149
+ "module": "src/vscode-button/vscode-button.styles.ts"
168
150
  }
169
151
  }
170
152
  ]
171
153
  },
172
154
  {
173
155
  "kind": "javascript-module",
174
- "path": "src/includes/test-helpers.ts",
156
+ "path": "src/vscode-button/vscode-button.ts",
175
157
  "declarations": [
176
158
  {
177
- "kind": "function",
178
- "name": "clickOnElement",
179
- "parameters": [
159
+ "kind": "class",
160
+ "description": "Clickable element that are used to trigger actions.",
161
+ "name": "VscodeButton",
162
+ "cssProperties": [
180
163
  {
181
- "name": "el",
182
- "type": {
183
- "text": "Element"
184
- }
164
+ "name": "--vscode-button-background",
165
+ "default": "#0078d4"
185
166
  },
186
167
  {
187
- "name": "position",
188
- "default": "'center'",
189
- "type": {
190
- "text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
191
- }
168
+ "name": "--vscode-button-foreground",
169
+ "default": "#ffffff"
192
170
  },
193
171
  {
194
- "name": "offsetX",
195
- "default": "0"
172
+ "name": "--vscode-button-border",
173
+ "default": "var(--vscode-button-background, rgba(255, 255, 255, 0.07))"
196
174
  },
197
175
  {
198
- "name": "offsetY",
199
- "default": "0"
200
- }
201
- ],
202
- "description": "A testing utility that measures an element's position and clicks on it."
203
- },
204
- {
205
- "kind": "function",
206
- "name": "moveMouseOnElement",
207
- "parameters": [
176
+ "name": "--vscode-button-hoverBackground",
177
+ "default": "#026ec1"
178
+ },
208
179
  {
209
- "name": "el",
210
- "type": {
211
- "text": "Element"
212
- }
180
+ "description": "A sans-serif font type depends on the host OS.",
181
+ "name": "--vscode-font-family",
182
+ "default": "sans-serif"
213
183
  },
214
184
  {
215
- "name": "position",
216
- "default": "'center'",
217
- "type": {
218
- "text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
219
- }
185
+ "name": "--vscode-font-size",
186
+ "default": "13px"
220
187
  },
221
188
  {
222
- "name": "offsetX",
223
- "default": "0"
189
+ "name": "--vscode-font-weight",
190
+ "default": "normal"
224
191
  },
225
192
  {
226
- "name": "offsetY",
227
- "default": "0"
228
- }
229
- ],
230
- "description": "A testing utility that moves the mouse onto an element."
231
- },
232
- {
233
- "kind": "function",
234
- "name": "dragElement",
235
- "return": {
236
- "type": {
237
- "text": "Promise<void>"
238
- }
239
- },
240
- "parameters": [
241
- {
242
- "name": "el",
243
- "type": {
244
- "text": "Element"
245
- }
193
+ "name": "--vscode-button-secondaryForeground",
194
+ "default": "#cccccc"
246
195
  },
247
196
  {
248
- "name": "deltaX",
249
- "default": "0"
197
+ "name": "--vscode-button-secondaryBackground",
198
+ "default": "#313131"
250
199
  },
251
200
  {
252
- "name": "deltaY",
253
- "default": "0"
201
+ "name": "--vscode-button-secondaryHoverBackground",
202
+ "default": "#3c3c3c"
254
203
  },
255
204
  {
256
- "name": "callbacks",
257
- "default": "{}",
258
- "type": {
259
- "text": "{\n afterMouseDown?: () => void | Promise<void>;\n afterMouseMove?: () => void | Promise<void>;\n }"
260
- }
205
+ "name": "--vscode-focusBorder",
206
+ "default": "#0078d4"
261
207
  }
262
208
  ],
263
- "description": "A testing utility that drags an element with the mouse."
264
- }
265
- ],
266
- "exports": [
267
- {
268
- "kind": "js",
269
- "name": "clickOnElement",
270
- "declaration": {
271
- "name": "clickOnElement",
272
- "module": "src/includes/test-helpers.ts"
273
- }
274
- },
275
- {
276
- "kind": "js",
277
- "name": "moveMouseOnElement",
278
- "declaration": {
279
- "name": "moveMouseOnElement",
280
- "module": "src/includes/test-helpers.ts"
281
- }
282
- },
283
- {
284
- "kind": "js",
285
- "name": "dragElement",
286
- "declaration": {
287
- "name": "dragElement",
288
- "module": "src/includes/test-helpers.ts"
289
- }
290
- }
291
- ]
292
- },
293
- {
294
- "kind": "javascript-module",
295
- "path": "src/includes/uniqueId.ts",
296
- "declarations": [
297
- {
298
- "kind": "function",
299
- "name": "uniqueId",
300
- "parameters": [
209
+ "members": [
301
210
  {
302
- "name": "prefix",
303
- "default": "''"
304
- }
305
- ]
306
- }
307
- ],
308
- "exports": [
309
- {
310
- "kind": "js",
311
- "name": "default",
312
- "declaration": {
313
- "name": "uniqueId",
314
- "module": "src/includes/uniqueId.ts"
315
- }
316
- }
317
- ]
318
- },
319
- {
320
- "kind": "javascript-module",
321
- "path": "src/vscode-badge/vscode-badge.styles.ts",
322
- "declarations": [
323
- {
324
- "kind": "variable",
325
- "name": "styles",
326
- "type": {
327
- "text": "CSSResultGroup"
328
- },
329
- "default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background, #616161); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground, #f8f8f8); display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; line-height: 11px; min-height: 18px; min-width: 18px; padding: 3px 6px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground, #ffffff); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } :host([variant='tab-header-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 10px; color: var(--vscode-activityBarBadge-foreground, #ffffff); line-height: 10px; min-height: 16px; min-width: 16px; padding: 3px 5px; } `, ]"
330
- }
331
- ],
332
- "exports": [
333
- {
334
- "kind": "js",
335
- "name": "default",
336
- "declaration": {
337
- "name": "styles",
338
- "module": "src/vscode-badge/vscode-badge.styles.ts"
339
- }
340
- }
341
- ]
342
- },
343
- {
344
- "kind": "javascript-module",
345
- "path": "src/vscode-badge/vscode-badge.ts",
346
- "declarations": [
347
- {
348
- "kind": "class",
349
- "description": "Show counts or status information. Badges can also be used within [Textfield](https://vscode-elements.github.io/components/textfield) and [TabHeader](https://vscode-elements.github.io/components/tabs) components.",
350
- "name": "VscodeBadge",
351
- "cssProperties": [
211
+ "kind": "field",
212
+ "name": "autofocus",
213
+ "type": {
214
+ "text": "boolean"
215
+ },
216
+ "default": "false",
217
+ "attribute": "autofocus",
218
+ "reflects": true
219
+ },
352
220
  {
353
- "description": "A sans-serif font type depends on the host OS.",
354
- "name": "--vscode-font-family",
355
- "default": "sans-serif"
221
+ "kind": "field",
222
+ "name": "secondary",
223
+ "type": {
224
+ "text": "boolean"
225
+ },
226
+ "default": "false",
227
+ "description": "Button has a less prominent style.",
228
+ "attribute": "secondary",
229
+ "reflects": true
356
230
  },
357
231
  {
358
- "name": "--vscode-contrastBorder",
359
- "default": "transparent"
232
+ "kind": "field",
233
+ "name": "disabled",
234
+ "type": {
235
+ "text": "boolean"
236
+ },
237
+ "default": "false",
238
+ "attribute": "disabled",
239
+ "reflects": true
360
240
  },
361
241
  {
362
- "description": "default and counter variant background color",
363
- "name": "--vscode-badge-background",
364
- "default": "#616161"
242
+ "kind": "field",
243
+ "name": "icon",
244
+ "type": {
245
+ "text": "string"
246
+ },
247
+ "default": "''",
248
+ "description": "A [Codicon](https://microsoft.github.io/vscode-codicons/dist/codicon.html) before the label",
249
+ "attribute": "icon"
365
250
  },
366
251
  {
367
- "description": "default and counter variant foreground color",
368
- "name": "--vscode-badge-foreground",
369
- "default": "#f8f8f8"
252
+ "kind": "field",
253
+ "name": "iconSpin",
254
+ "type": {
255
+ "text": "boolean"
256
+ },
257
+ "default": "false",
258
+ "description": "Spin property for the icon",
259
+ "attribute": "icon-spin",
260
+ "reflects": true
370
261
  },
371
262
  {
372
- "description": "activity bar variant background color",
373
- "name": "--vscode-activityBarBadge-background",
374
- "default": "#0078d4"
263
+ "kind": "field",
264
+ "name": "iconSpinDuration",
265
+ "type": {
266
+ "text": "number | undefined"
267
+ },
268
+ "description": "Duration property for the icon",
269
+ "attribute": "icon-spin-duration",
270
+ "reflects": true
375
271
  },
376
272
  {
377
- "description": "activity bar variant foreground color",
378
- "name": "--vscode-activityBarBadge-foreground",
379
- "default": "#ffffff"
380
- }
381
- ],
382
- "members": [
273
+ "kind": "field",
274
+ "name": "iconAfter",
275
+ "type": {
276
+ "text": "string"
277
+ },
278
+ "default": "''",
279
+ "description": "A [Codicon](https://microsoft.github.io/vscode-codicons/dist/codicon.html) after the label",
280
+ "attribute": "icon-after"
281
+ },
383
282
  {
384
283
  "kind": "field",
385
- "name": "variant",
284
+ "name": "iconAfterSpin",
386
285
  "type": {
387
- "text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
286
+ "text": "boolean"
388
287
  },
389
- "default": "'default'",
390
- "attribute": "variant",
288
+ "default": "false",
289
+ "description": "Spin property for the after icon",
290
+ "attribute": "icon-after-spin",
391
291
  "reflects": true
392
292
  },
393
293
  {
394
294
  "kind": "field",
395
- "name": "version",
295
+ "name": "iconAfterSpinDuration",
396
296
  "type": {
397
- "text": "string"
297
+ "text": "number | undefined"
398
298
  },
399
- "description": "VSCode Elements version",
400
- "readonly": true,
401
- "inheritedFrom": {
402
- "name": "VscElement",
403
- "module": "src/includes/VscElement.ts"
404
- }
405
- }
406
- ],
407
- "attributes": [
299
+ "description": "Duration property for the after icon",
300
+ "attribute": "icon-after-spin-duration",
301
+ "reflects": true
302
+ },
408
303
  {
409
- "name": "variant",
304
+ "kind": "field",
305
+ "name": "focused",
410
306
  "type": {
411
- "text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
412
- },
413
- "default": "'default'",
414
- "fieldName": "variant"
415
- }
416
- ],
417
- "superclass": {
418
- "name": "VscElement",
419
- "module": "/src/includes/VscElement.js"
420
- },
421
- "tagName": "vscode-badge",
422
- "customElement": true
423
- }
424
- ],
425
- "exports": [
426
- {
427
- "kind": "js",
428
- "name": "VscodeBadge",
429
- "declaration": {
430
- "name": "VscodeBadge",
431
- "module": "src/vscode-badge/vscode-badge.ts"
432
- }
433
- },
434
- {
435
- "kind": "custom-element-definition",
436
- "name": "vscode-badge",
437
- "declaration": {
438
- "name": "VscodeBadge",
439
- "module": "src/vscode-badge/vscode-badge.ts"
440
- }
441
- }
442
- ]
443
- },
444
- {
445
- "kind": "javascript-module",
446
- "path": "src/vscode-button/vscode-button.styles.ts",
447
- "declarations": [
448
- {
449
- "kind": "variable",
450
- "name": "styles",
451
- "type": {
452
- "text": "CSSResultGroup"
453
- },
454
- "default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(--vscode-button-border, transparent); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
455
- }
456
- ],
457
- "exports": [
458
- {
459
- "kind": "js",
460
- "name": "default",
461
- "declaration": {
462
- "name": "styles",
463
- "module": "src/vscode-button/vscode-button.styles.ts"
464
- }
465
- }
466
- ]
467
- },
468
- {
469
- "kind": "javascript-module",
470
- "path": "src/vscode-button/vscode-button.ts",
471
- "declarations": [
472
- {
473
- "kind": "class",
474
- "description": "Clickable element that are used to trigger actions.",
475
- "name": "VscodeButton",
476
- "cssProperties": [
477
- {
478
- "name": "--vscode-button-background",
479
- "default": "#0078d4"
480
- },
481
- {
482
- "name": "--vscode-button-foreground",
483
- "default": "#ffffff"
484
- },
485
- {
486
- "name": "--vscode-button-border",
487
- "default": "var(--vscode-button-background, rgba(255, 255, 255, 0.07))"
488
- },
489
- {
490
- "name": "--vscode-button-hoverBackground",
491
- "default": "#026ec1"
492
- },
493
- {
494
- "description": "A sans-serif font type depends on the host OS.",
495
- "name": "--vscode-font-family",
496
- "default": "sans-serif"
497
- },
498
- {
499
- "name": "--vscode-font-size",
500
- "default": "13px"
501
- },
502
- {
503
- "name": "--vscode-font-weight",
504
- "default": "normal"
505
- },
506
- {
507
- "name": "--vscode-button-secondaryForeground",
508
- "default": "#cccccc"
509
- },
510
- {
511
- "name": "--vscode-button-secondaryBackground",
512
- "default": "#313131"
513
- },
514
- {
515
- "name": "--vscode-button-secondaryHoverBackground",
516
- "default": "#3c3c3c"
517
- },
518
- {
519
- "name": "--vscode-focusBorder",
520
- "default": "#0078d4"
521
- }
522
- ],
523
- "members": [
524
- {
525
- "kind": "field",
526
- "name": "autofocus",
527
- "type": {
528
- "text": "boolean"
529
- },
530
- "default": "false",
531
- "attribute": "autofocus",
532
- "reflects": true
533
- },
534
- {
535
- "kind": "field",
536
- "name": "secondary",
537
- "type": {
538
- "text": "boolean"
539
- },
540
- "default": "false",
541
- "description": "Button has a less prominent style.",
542
- "attribute": "secondary",
543
- "reflects": true
544
- },
545
- {
546
- "kind": "field",
547
- "name": "disabled",
548
- "type": {
549
- "text": "boolean"
550
- },
551
- "default": "false",
552
- "attribute": "disabled",
553
- "reflects": true
554
- },
555
- {
556
- "kind": "field",
557
- "name": "icon",
558
- "type": {
559
- "text": "string"
560
- },
561
- "default": "''",
562
- "description": "A [Codicon](https://microsoft.github.io/vscode-codicons/dist/codicon.html) before the label",
563
- "attribute": "icon"
564
- },
565
- {
566
- "kind": "field",
567
- "name": "iconSpin",
568
- "type": {
569
- "text": "boolean"
570
- },
571
- "default": "false",
572
- "description": "Spin property for the icon",
573
- "attribute": "icon-spin",
574
- "reflects": true
575
- },
576
- {
577
- "kind": "field",
578
- "name": "iconSpinDuration",
579
- "type": {
580
- "text": "number | undefined"
581
- },
582
- "description": "Duration property for the icon",
583
- "attribute": "icon-spin-duration",
584
- "reflects": true
585
- },
586
- {
587
- "kind": "field",
588
- "name": "iconAfter",
589
- "type": {
590
- "text": "string"
591
- },
592
- "default": "''",
593
- "description": "A [Codicon](https://microsoft.github.io/vscode-codicons/dist/codicon.html) after the label",
594
- "attribute": "icon-after"
595
- },
596
- {
597
- "kind": "field",
598
- "name": "iconAfterSpin",
599
- "type": {
600
- "text": "boolean"
601
- },
602
- "default": "false",
603
- "description": "Spin property for the after icon",
604
- "attribute": "icon-after-spin",
605
- "reflects": true
606
- },
607
- {
608
- "kind": "field",
609
- "name": "iconAfterSpinDuration",
610
- "type": {
611
- "text": "number | undefined"
612
- },
613
- "description": "Duration property for the after icon",
614
- "attribute": "icon-after-spin-duration",
615
- "reflects": true
616
- },
617
- {
618
- "kind": "field",
619
- "name": "focused",
620
- "type": {
621
- "text": "boolean"
307
+ "text": "boolean"
622
308
  },
623
309
  "default": "false",
624
310
  "attribute": "focused",
@@ -846,37 +532,351 @@
846
532
  "fieldName": "type"
847
533
  },
848
534
  {
849
- "name": "value",
850
- "type": {
851
- "text": "string"
852
- },
853
- "default": "''",
854
- "fieldName": "value"
535
+ "name": "value",
536
+ "type": {
537
+ "text": "string"
538
+ },
539
+ "default": "''",
540
+ "fieldName": "value"
541
+ }
542
+ ],
543
+ "superclass": {
544
+ "name": "VscElement",
545
+ "module": "/src/includes/VscElement.js"
546
+ },
547
+ "tagName": "vscode-button",
548
+ "customElement": true
549
+ }
550
+ ],
551
+ "exports": [
552
+ {
553
+ "kind": "js",
554
+ "name": "VscodeButton",
555
+ "declaration": {
556
+ "name": "VscodeButton",
557
+ "module": "src/vscode-button/vscode-button.ts"
558
+ }
559
+ },
560
+ {
561
+ "kind": "custom-element-definition",
562
+ "name": "vscode-button",
563
+ "declaration": {
564
+ "name": "VscodeButton",
565
+ "module": "src/vscode-button/vscode-button.ts"
566
+ }
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "kind": "javascript-module",
572
+ "path": "src/includes/AssociatedFormControl.ts",
573
+ "declarations": [],
574
+ "exports": []
575
+ },
576
+ {
577
+ "kind": "javascript-module",
578
+ "path": "src/includes/VscElement.ts",
579
+ "declarations": [
580
+ {
581
+ "kind": "class",
582
+ "description": "",
583
+ "name": "VscElement",
584
+ "members": [
585
+ {
586
+ "kind": "field",
587
+ "name": "version",
588
+ "type": {
589
+ "text": "string"
590
+ },
591
+ "description": "VSCode Elements version",
592
+ "readonly": true
593
+ }
594
+ ],
595
+ "superclass": {
596
+ "name": "LitElement",
597
+ "package": "lit"
598
+ },
599
+ "customElement": true
600
+ },
601
+ {
602
+ "kind": "function",
603
+ "name": "customElement",
604
+ "parameters": [
605
+ {
606
+ "name": "tagName",
607
+ "type": {
608
+ "text": "string"
609
+ }
610
+ }
611
+ ],
612
+ "description": "Own implementation of Lit's customElement decorator."
613
+ }
614
+ ],
615
+ "exports": [
616
+ {
617
+ "kind": "js",
618
+ "name": "VscElement",
619
+ "declaration": {
620
+ "name": "VscElement",
621
+ "module": "src/includes/VscElement.ts"
622
+ }
623
+ },
624
+ {
625
+ "kind": "js",
626
+ "name": "customElement",
627
+ "declaration": {
628
+ "name": "customElement",
629
+ "module": "src/includes/VscElement.ts"
630
+ }
631
+ },
632
+ {
633
+ "kind": "custom-element-definition",
634
+ "name": "tagName",
635
+ "declaration": {
636
+ "name": "anonymous_0",
637
+ "module": "src/includes/VscElement.ts"
638
+ }
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "kind": "javascript-module",
644
+ "path": "src/includes/default.styles.ts",
645
+ "declarations": [],
646
+ "exports": [
647
+ {
648
+ "kind": "js",
649
+ "name": "default",
650
+ "declaration": {
651
+ "module": "src/includes/default.styles.ts"
652
+ }
653
+ }
654
+ ]
655
+ },
656
+ {
657
+ "kind": "javascript-module",
658
+ "path": "src/includes/helpers.ts",
659
+ "declarations": [
660
+ {
661
+ "kind": "variable",
662
+ "name": "INPUT_LINE_HEIGHT_RATIO"
663
+ },
664
+ {
665
+ "kind": "variable",
666
+ "name": "DEFUALT_INPUT_WIDGET_WIDTH",
667
+ "type": {
668
+ "text": "number"
669
+ },
670
+ "default": "320"
671
+ },
672
+ {
673
+ "kind": "function",
674
+ "name": "getDefaultFontStack"
675
+ },
676
+ {
677
+ "kind": "function",
678
+ "name": "getDefaultEditorFontStack"
679
+ }
680
+ ],
681
+ "exports": [
682
+ {
683
+ "kind": "js",
684
+ "name": "INPUT_LINE_HEIGHT_RATIO",
685
+ "declaration": {
686
+ "name": "INPUT_LINE_HEIGHT_RATIO",
687
+ "module": "src/includes/helpers.ts"
688
+ }
689
+ },
690
+ {
691
+ "kind": "js",
692
+ "name": "DEFUALT_INPUT_WIDGET_WIDTH",
693
+ "declaration": {
694
+ "name": "DEFUALT_INPUT_WIDGET_WIDTH",
695
+ "module": "src/includes/helpers.ts"
696
+ }
697
+ },
698
+ {
699
+ "kind": "js",
700
+ "name": "getDefaultFontStack",
701
+ "declaration": {
702
+ "name": "getDefaultFontStack",
703
+ "module": "src/includes/helpers.ts"
704
+ }
705
+ },
706
+ {
707
+ "kind": "js",
708
+ "name": "getDefaultEditorFontStack",
709
+ "declaration": {
710
+ "name": "getDefaultEditorFontStack",
711
+ "module": "src/includes/helpers.ts"
712
+ }
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "kind": "javascript-module",
718
+ "path": "src/includes/style-property-map.ts",
719
+ "declarations": [
720
+ {
721
+ "kind": "variable",
722
+ "name": "stylePropertyMap",
723
+ "description": "Implement a Lit directive similar to styleMap, but instead of setting styles via the style\nattribute (which violates CSP), it should apply styles using the style property.\n\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy#unsafe-inline)"
724
+ }
725
+ ],
726
+ "exports": [
727
+ {
728
+ "kind": "js",
729
+ "name": "stylePropertyMap",
730
+ "declaration": {
731
+ "name": "stylePropertyMap",
732
+ "module": "src/includes/style-property-map.ts"
733
+ }
734
+ }
735
+ ]
736
+ },
737
+ {
738
+ "kind": "javascript-module",
739
+ "path": "src/includes/test-helpers.ts",
740
+ "declarations": [
741
+ {
742
+ "kind": "function",
743
+ "name": "clickOnElement",
744
+ "parameters": [
745
+ {
746
+ "name": "el",
747
+ "type": {
748
+ "text": "Element"
749
+ }
750
+ },
751
+ {
752
+ "name": "position",
753
+ "default": "'center'",
754
+ "type": {
755
+ "text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
756
+ }
757
+ },
758
+ {
759
+ "name": "offsetX",
760
+ "default": "0"
761
+ },
762
+ {
763
+ "name": "offsetY",
764
+ "default": "0"
765
+ }
766
+ ],
767
+ "description": "A testing utility that measures an element's position and clicks on it."
768
+ },
769
+ {
770
+ "kind": "function",
771
+ "name": "moveMouseOnElement",
772
+ "parameters": [
773
+ {
774
+ "name": "el",
775
+ "type": {
776
+ "text": "Element"
777
+ }
778
+ },
779
+ {
780
+ "name": "position",
781
+ "default": "'center'",
782
+ "type": {
783
+ "text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
784
+ }
785
+ },
786
+ {
787
+ "name": "offsetX",
788
+ "default": "0"
789
+ },
790
+ {
791
+ "name": "offsetY",
792
+ "default": "0"
793
+ }
794
+ ],
795
+ "description": "A testing utility that moves the mouse onto an element."
796
+ },
797
+ {
798
+ "kind": "function",
799
+ "name": "dragElement",
800
+ "return": {
801
+ "type": {
802
+ "text": "Promise<void>"
803
+ }
804
+ },
805
+ "parameters": [
806
+ {
807
+ "name": "el",
808
+ "type": {
809
+ "text": "Element"
810
+ }
811
+ },
812
+ {
813
+ "name": "deltaX",
814
+ "default": "0"
815
+ },
816
+ {
817
+ "name": "deltaY",
818
+ "default": "0"
819
+ },
820
+ {
821
+ "name": "callbacks",
822
+ "default": "{}",
823
+ "type": {
824
+ "text": "{\n afterMouseDown?: () => void | Promise<void>;\n afterMouseMove?: () => void | Promise<void>;\n }"
825
+ }
826
+ }
827
+ ],
828
+ "description": "A testing utility that drags an element with the mouse."
829
+ }
830
+ ],
831
+ "exports": [
832
+ {
833
+ "kind": "js",
834
+ "name": "clickOnElement",
835
+ "declaration": {
836
+ "name": "clickOnElement",
837
+ "module": "src/includes/test-helpers.ts"
838
+ }
839
+ },
840
+ {
841
+ "kind": "js",
842
+ "name": "moveMouseOnElement",
843
+ "declaration": {
844
+ "name": "moveMouseOnElement",
845
+ "module": "src/includes/test-helpers.ts"
846
+ }
847
+ },
848
+ {
849
+ "kind": "js",
850
+ "name": "dragElement",
851
+ "declaration": {
852
+ "name": "dragElement",
853
+ "module": "src/includes/test-helpers.ts"
854
+ }
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "kind": "javascript-module",
860
+ "path": "src/includes/uniqueId.ts",
861
+ "declarations": [
862
+ {
863
+ "kind": "function",
864
+ "name": "uniqueId",
865
+ "parameters": [
866
+ {
867
+ "name": "prefix",
868
+ "default": "''"
855
869
  }
856
- ],
857
- "superclass": {
858
- "name": "VscElement",
859
- "module": "/src/includes/VscElement.js"
860
- },
861
- "tagName": "vscode-button",
862
- "customElement": true
870
+ ]
863
871
  }
864
872
  ],
865
873
  "exports": [
866
874
  {
867
875
  "kind": "js",
868
- "name": "VscodeButton",
869
- "declaration": {
870
- "name": "VscodeButton",
871
- "module": "src/vscode-button/vscode-button.ts"
872
- }
873
- },
874
- {
875
- "kind": "custom-element-definition",
876
- "name": "vscode-button",
876
+ "name": "default",
877
877
  "declaration": {
878
- "name": "VscodeButton",
879
- "module": "src/vscode-button/vscode-button.ts"
878
+ "name": "uniqueId",
879
+ "module": "src/includes/uniqueId.ts"
880
880
  }
881
881
  }
882
882
  ]
@@ -8371,6 +8371,11 @@
8371
8371
  "privacy": "private",
8372
8372
  "description": "Get cached cells of first row"
8373
8373
  },
8374
+ {
8375
+ "kind": "method",
8376
+ "name": "_resizeTableBody",
8377
+ "privacy": "private"
8378
+ },
8374
8379
  {
8375
8380
  "kind": "method",
8376
8381
  "name": "_initResizeObserver",
@@ -10737,6 +10742,262 @@
10737
10742
  }
10738
10743
  ]
10739
10744
  },
10745
+ {
10746
+ "kind": "javascript-module",
10747
+ "path": "src/vscode-toolbar-button/vscode-toolbar-button.styles.ts",
10748
+ "declarations": [
10749
+ {
10750
+ "kind": "variable",
10751
+ "name": "styles",
10752
+ "type": {
10753
+ "text": "CSSResultGroup"
10754
+ },
10755
+ "default": "[ defaultStyles, css` :host { display: inline-flex; } button { align-items: center; background-color: transparent; border: 0; border-radius: 5px; color: var(--vscode-foreground, #cccccc); cursor: pointer; display: flex; outline-offset: -1px; outline-width: 1px; padding: 0; user-select: none; } button:focus-visible { outline-color: var(--vscode-focusBorder, #0078d4); outline-style: solid; } button:hover { background-color: var( --vscode-toolbar-hoverBackground, rgba(90, 93, 94, 0.31) ); outline-style: dashed; outline-color: var(--vscode-toolbar-hoverOutline, transparent); } button:active { background-color: var( --vscode-toolbar-activeBackground, rgba(99, 102, 103, 0.31) ); } button.checked { background-color: var( --vscode-inputOption-activeBackground, rgba(36, 137, 219, 0.51) ); outline-color: var(--vscode-inputOption-activeBorder, #2488db); outline-style: solid; color: var(--vscode-inputOption-activeForeground, #ffffff); } button.checked vscode-icon { color: var(--vscode-inputOption-activeForeground, #ffffff); } vscode-icon { display: block; padding: 3px; } slot:not(.empty) { align-items: center; display: flex; height: 22px; padding: 0 5px 0 2px; } slot.textOnly:not(.empty) { padding: 0 5px; } `, ]"
10756
+ }
10757
+ ],
10758
+ "exports": [
10759
+ {
10760
+ "kind": "js",
10761
+ "name": "default",
10762
+ "declaration": {
10763
+ "name": "styles",
10764
+ "module": "src/vscode-toolbar-button/vscode-toolbar-button.styles.ts"
10765
+ }
10766
+ }
10767
+ ]
10768
+ },
10769
+ {
10770
+ "kind": "javascript-module",
10771
+ "path": "src/vscode-toolbar-button/vscode-toolbar-button.ts",
10772
+ "declarations": [
10773
+ {
10774
+ "kind": "class",
10775
+ "description": "Toolbar button",
10776
+ "name": "VscodeToolbarButton",
10777
+ "members": [
10778
+ {
10779
+ "kind": "field",
10780
+ "name": "icon",
10781
+ "type": {
10782
+ "text": "string"
10783
+ },
10784
+ "default": "''",
10785
+ "attribute": "icon",
10786
+ "reflects": true
10787
+ },
10788
+ {
10789
+ "kind": "field",
10790
+ "name": "label",
10791
+ "type": {
10792
+ "text": "string | undefined"
10793
+ },
10794
+ "default": "undefined",
10795
+ "attribute": "label"
10796
+ },
10797
+ {
10798
+ "kind": "field",
10799
+ "name": "toggleable",
10800
+ "type": {
10801
+ "text": "boolean"
10802
+ },
10803
+ "default": "false",
10804
+ "attribute": "toggleable",
10805
+ "reflects": true
10806
+ },
10807
+ {
10808
+ "kind": "field",
10809
+ "name": "checked",
10810
+ "type": {
10811
+ "text": "boolean"
10812
+ },
10813
+ "default": "false",
10814
+ "attribute": "checked",
10815
+ "reflects": true
10816
+ },
10817
+ {
10818
+ "kind": "field",
10819
+ "name": "_isSlotEmpty",
10820
+ "type": {
10821
+ "text": "boolean"
10822
+ },
10823
+ "privacy": "private",
10824
+ "default": "true"
10825
+ },
10826
+ {
10827
+ "kind": "field",
10828
+ "name": "_assignedNodes",
10829
+ "type": {
10830
+ "text": "NodeList | null"
10831
+ },
10832
+ "privacy": "private"
10833
+ },
10834
+ {
10835
+ "kind": "method",
10836
+ "name": "_handleSlotChange",
10837
+ "privacy": "private"
10838
+ },
10839
+ {
10840
+ "kind": "method",
10841
+ "name": "_handleButtonClick",
10842
+ "privacy": "private"
10843
+ },
10844
+ {
10845
+ "kind": "field",
10846
+ "name": "version",
10847
+ "type": {
10848
+ "text": "string"
10849
+ },
10850
+ "description": "VSCode Elements version",
10851
+ "readonly": true,
10852
+ "inheritedFrom": {
10853
+ "name": "VscElement",
10854
+ "module": "src/includes/VscElement.ts"
10855
+ }
10856
+ }
10857
+ ],
10858
+ "events": [
10859
+ {
10860
+ "name": "change",
10861
+ "type": {
10862
+ "text": "Event"
10863
+ }
10864
+ }
10865
+ ],
10866
+ "attributes": [
10867
+ {
10868
+ "name": "icon",
10869
+ "type": {
10870
+ "text": "string"
10871
+ },
10872
+ "default": "''",
10873
+ "fieldName": "icon"
10874
+ },
10875
+ {
10876
+ "name": "label",
10877
+ "type": {
10878
+ "text": "string | undefined"
10879
+ },
10880
+ "default": "undefined",
10881
+ "fieldName": "label"
10882
+ },
10883
+ {
10884
+ "name": "toggleable",
10885
+ "type": {
10886
+ "text": "boolean"
10887
+ },
10888
+ "default": "false",
10889
+ "fieldName": "toggleable"
10890
+ },
10891
+ {
10892
+ "name": "checked",
10893
+ "type": {
10894
+ "text": "boolean"
10895
+ },
10896
+ "default": "false",
10897
+ "fieldName": "checked"
10898
+ }
10899
+ ],
10900
+ "superclass": {
10901
+ "name": "VscElement",
10902
+ "module": "/src/includes/VscElement.js"
10903
+ },
10904
+ "tagName": "vscode-toolbar-button",
10905
+ "customElement": true
10906
+ }
10907
+ ],
10908
+ "exports": [
10909
+ {
10910
+ "kind": "js",
10911
+ "name": "VscodeToolbarButton",
10912
+ "declaration": {
10913
+ "name": "VscodeToolbarButton",
10914
+ "module": "src/vscode-toolbar-button/vscode-toolbar-button.ts"
10915
+ }
10916
+ },
10917
+ {
10918
+ "kind": "custom-element-definition",
10919
+ "name": "vscode-toolbar-button",
10920
+ "declaration": {
10921
+ "name": "VscodeToolbarButton",
10922
+ "module": "src/vscode-toolbar-button/vscode-toolbar-button.ts"
10923
+ }
10924
+ }
10925
+ ]
10926
+ },
10927
+ {
10928
+ "kind": "javascript-module",
10929
+ "path": "src/vscode-toolbar-container/vscode-toolbar-container.styles.ts",
10930
+ "declarations": [
10931
+ {
10932
+ "kind": "variable",
10933
+ "name": "styles",
10934
+ "type": {
10935
+ "text": "CSSResultGroup"
10936
+ },
10937
+ "default": "[ defaultStyles, css` :host { gap: 4px; display: flex; align-items: center; } `, ]"
10938
+ }
10939
+ ],
10940
+ "exports": [
10941
+ {
10942
+ "kind": "js",
10943
+ "name": "default",
10944
+ "declaration": {
10945
+ "name": "styles",
10946
+ "module": "src/vscode-toolbar-container/vscode-toolbar-container.styles.ts"
10947
+ }
10948
+ }
10949
+ ]
10950
+ },
10951
+ {
10952
+ "kind": "javascript-module",
10953
+ "path": "src/vscode-toolbar-container/vscode-toolbar-container.ts",
10954
+ "declarations": [
10955
+ {
10956
+ "kind": "class",
10957
+ "description": "Toolbar container",
10958
+ "name": "VscodeToolbarContainer",
10959
+ "members": [
10960
+ {
10961
+ "kind": "field",
10962
+ "name": "version",
10963
+ "type": {
10964
+ "text": "string"
10965
+ },
10966
+ "description": "VSCode Elements version",
10967
+ "readonly": true,
10968
+ "inheritedFrom": {
10969
+ "name": "VscElement",
10970
+ "module": "src/includes/VscElement.ts"
10971
+ }
10972
+ }
10973
+ ],
10974
+ "superclass": {
10975
+ "name": "VscElement",
10976
+ "module": "/src/includes/VscElement.js"
10977
+ },
10978
+ "tagName": "vscode-toolbar-container",
10979
+ "customElement": true
10980
+ }
10981
+ ],
10982
+ "exports": [
10983
+ {
10984
+ "kind": "js",
10985
+ "name": "VscodeToolbarContainer",
10986
+ "declaration": {
10987
+ "name": "VscodeToolbarContainer",
10988
+ "module": "src/vscode-toolbar-container/vscode-toolbar-container.ts"
10989
+ }
10990
+ },
10991
+ {
10992
+ "kind": "custom-element-definition",
10993
+ "name": "vscode-toolbar-container",
10994
+ "declaration": {
10995
+ "name": "VscodeToolbarContainer",
10996
+ "module": "src/vscode-toolbar-container/vscode-toolbar-container.ts"
10997
+ }
10998
+ }
10999
+ ]
11000
+ },
10740
11001
  {
10741
11002
  "kind": "javascript-module",
10742
11003
  "path": "src/vscode-tree/vscode-tree.styles.ts",