@vscode-elements/elements 1.11.1-pre.2 → 1.12.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 (73) hide show
  1. package/custom-elements.json +96 -148
  2. package/dist/bundled.js +125 -142
  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/FormButtonWidgetBase.d.ts.map +1 -1
  7. package/dist/includes/form-button-widget/FormButtonWidgetBase.js +0 -2
  8. package/dist/includes/form-button-widget/FormButtonWidgetBase.js.map +1 -1
  9. package/dist/includes/form-button-widget/base.styles.d.ts.map +1 -1
  10. package/dist/includes/form-button-widget/base.styles.js +1 -0
  11. package/dist/includes/form-button-widget/base.styles.js.map +1 -1
  12. package/dist/includes/style-property-map.d.ts +23 -0
  13. package/dist/includes/style-property-map.d.ts.map +1 -0
  14. package/dist/includes/style-property-map.js +37 -0
  15. package/dist/includes/style-property-map.js.map +1 -0
  16. package/dist/vscode-checkbox/vscode-checkbox.styles.d.ts.map +1 -1
  17. package/dist/vscode-checkbox/vscode-checkbox.styles.js +0 -2
  18. package/dist/vscode-checkbox/vscode-checkbox.styles.js.map +1 -1
  19. package/dist/vscode-checkbox-group/vscode-checkbox-group.styles.d.ts.map +1 -1
  20. package/dist/vscode-checkbox-group/vscode-checkbox-group.styles.js +0 -2
  21. package/dist/vscode-checkbox-group/vscode-checkbox-group.styles.js.map +1 -1
  22. package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
  23. package/dist/vscode-context-menu/vscode-context-menu.js +2 -0
  24. package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
  25. package/dist/vscode-context-menu/vscode-context-menu.styles.js +1 -1
  26. package/dist/vscode-context-menu/vscode-context-menu.styles.js.map +1 -1
  27. package/dist/vscode-context-menu-item/vscode-context-menu-item.styles.js +1 -1
  28. package/dist/vscode-context-menu-item/vscode-context-menu-item.styles.js.map +1 -1
  29. package/dist/vscode-form-helper/vscode-form-helper.d.ts +1 -0
  30. package/dist/vscode-form-helper/vscode-form-helper.d.ts.map +1 -1
  31. package/dist/vscode-form-helper/vscode-form-helper.js +17 -2
  32. package/dist/vscode-form-helper/vscode-form-helper.js.map +1 -1
  33. package/dist/vscode-form-helper/vscode-form-helper.styles.d.ts.map +1 -1
  34. package/dist/vscode-form-helper/vscode-form-helper.styles.js +3 -4
  35. package/dist/vscode-form-helper/vscode-form-helper.styles.js.map +1 -1
  36. package/dist/vscode-icon/vscode-icon.d.ts +1 -2
  37. package/dist/vscode-icon/vscode-icon.d.ts.map +1 -1
  38. package/dist/vscode-icon/vscode-icon.js +9 -9
  39. package/dist/vscode-icon/vscode-icon.js.map +1 -1
  40. package/dist/vscode-icon/vscode-icon.styles.d.ts.map +1 -1
  41. package/dist/vscode-icon/vscode-icon.styles.js +0 -4
  42. package/dist/vscode-icon/vscode-icon.styles.js.map +1 -1
  43. package/dist/vscode-radio/vscode-radio.styles.d.ts.map +1 -1
  44. package/dist/vscode-radio/vscode-radio.styles.js +0 -2
  45. package/dist/vscode-radio/vscode-radio.styles.js.map +1 -1
  46. package/dist/vscode-scrollable/vscode-scrollable.d.ts +4 -3
  47. package/dist/vscode-scrollable/vscode-scrollable.d.ts.map +1 -1
  48. package/dist/vscode-scrollable/vscode-scrollable.js +27 -16
  49. package/dist/vscode-scrollable/vscode-scrollable.js.map +1 -1
  50. package/dist/vscode-scrollable/vscode-scrollable.styles.d.ts.map +1 -1
  51. package/dist/vscode-scrollable/vscode-scrollable.styles.js +1 -5
  52. package/dist/vscode-scrollable/vscode-scrollable.styles.js.map +1 -1
  53. package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
  54. package/dist/vscode-split-layout/vscode-split-layout.js +4 -5
  55. package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
  56. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  57. package/dist/vscode-table/vscode-table.js +3 -3
  58. package/dist/vscode-table/vscode-table.js.map +1 -1
  59. package/dist/vscode-textarea/vscode-textarea.d.ts.map +1 -1
  60. package/dist/vscode-textarea/vscode-textarea.js +3 -2
  61. package/dist/vscode-textarea/vscode-textarea.js.map +1 -1
  62. package/dist/vscode-tree/vscode-tree.d.ts.map +1 -1
  63. package/dist/vscode-tree/vscode-tree.js +10 -6
  64. package/dist/vscode-tree/vscode-tree.js.map +1 -1
  65. package/package.json +2 -5
  66. package/dist/includes/formHelperTextStyles.d.ts +0 -12
  67. package/dist/includes/formHelperTextStyles.d.ts.map +0 -1
  68. package/dist/includes/formHelperTextStyles.js +0 -30
  69. package/dist/includes/formHelperTextStyles.js.map +0 -1
  70. package/dist/includes/themeHelpers.d.ts +0 -7
  71. package/dist/includes/themeHelpers.d.ts.map +0 -1
  72. package/dist/includes/themeHelpers.js +0 -52
  73. package/dist/includes/themeHelpers.js.map +0 -1
@@ -24,7 +24,7 @@
24
24
  "text": "string"
25
25
  },
26
26
  "privacy": "private",
27
- "default": "'1.11.1-pre.2'"
27
+ "default": "'1.12.0'"
28
28
  },
29
29
  {
30
30
  "kind": "field",
@@ -68,20 +68,6 @@
68
68
  }
69
69
  ]
70
70
  },
71
- {
72
- "kind": "javascript-module",
73
- "path": "src/includes/formHelperTextStyles.ts",
74
- "declarations": [],
75
- "exports": [
76
- {
77
- "kind": "js",
78
- "name": "default",
79
- "declaration": {
80
- "module": "src/includes/formHelperTextStyles.ts"
81
- }
82
- }
83
- ]
84
- },
85
71
  {
86
72
  "kind": "javascript-module",
87
73
  "path": "src/includes/helpers.ts",
@@ -118,6 +104,27 @@
118
104
  }
119
105
  ]
120
106
  },
107
+ {
108
+ "kind": "javascript-module",
109
+ "path": "src/includes/style-property-map.ts",
110
+ "declarations": [
111
+ {
112
+ "kind": "variable",
113
+ "name": "stylePropertyMap",
114
+ "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)"
115
+ }
116
+ ],
117
+ "exports": [
118
+ {
119
+ "kind": "js",
120
+ "name": "stylePropertyMap",
121
+ "declaration": {
122
+ "name": "stylePropertyMap",
123
+ "module": "src/includes/style-property-map.ts"
124
+ }
125
+ }
126
+ ]
127
+ },
121
128
  {
122
129
  "kind": "javascript-module",
123
130
  "path": "src/includes/test-helpers.ts",
@@ -239,88 +246,6 @@
239
246
  }
240
247
  ]
241
248
  },
242
- {
243
- "kind": "javascript-module",
244
- "path": "src/includes/themeHelpers.ts",
245
- "declarations": [
246
- {
247
- "kind": "function",
248
- "name": "isRgba",
249
- "return": {
250
- "type": {
251
- "text": "boolean"
252
- }
253
- },
254
- "parameters": [
255
- {
256
- "name": "colorStr",
257
- "type": {
258
- "text": "string"
259
- }
260
- }
261
- ]
262
- },
263
- {
264
- "kind": "function",
265
- "name": "addAlpha",
266
- "return": {
267
- "type": {
268
- "text": "string"
269
- }
270
- },
271
- "parameters": [
272
- {
273
- "name": "hexColor",
274
- "type": {
275
- "text": "string"
276
- }
277
- },
278
- {
279
- "name": "alpha",
280
- "type": {
281
- "text": "number"
282
- }
283
- }
284
- ]
285
- },
286
- {
287
- "kind": "function",
288
- "name": "applyForegroundRGBA",
289
- "return": {
290
- "type": {
291
- "text": "void"
292
- }
293
- },
294
- "description": "Define a translucent version of the foreground color as a global css variable"
295
- }
296
- ],
297
- "exports": [
298
- {
299
- "kind": "js",
300
- "name": "isRgba",
301
- "declaration": {
302
- "name": "isRgba",
303
- "module": "src/includes/themeHelpers.ts"
304
- }
305
- },
306
- {
307
- "kind": "js",
308
- "name": "addAlpha",
309
- "declaration": {
310
- "name": "addAlpha",
311
- "module": "src/includes/themeHelpers.ts"
312
- }
313
- },
314
- {
315
- "kind": "js",
316
- "name": "applyForegroundRGBA",
317
- "declaration": {
318
- "name": "applyForegroundRGBA",
319
- "module": "src/includes/themeHelpers.ts"
320
- }
321
- }
322
- ]
323
- },
324
249
  {
325
250
  "kind": "javascript-module",
326
251
  "path": "src/includes/uniqueId.ts",
@@ -418,7 +343,7 @@
418
343
  "text": "string"
419
344
  },
420
345
  "privacy": "private",
421
- "default": "'1.11.1-pre.2'",
346
+ "default": "'1.12.0'",
422
347
  "inheritedFrom": {
423
348
  "name": "VscElement",
424
349
  "module": "src/includes/VscElement.ts"
@@ -749,7 +674,7 @@
749
674
  "text": "string"
750
675
  },
751
676
  "privacy": "private",
752
- "default": "'1.11.1-pre.2'",
677
+ "default": "'1.12.0'",
753
678
  "inheritedFrom": {
754
679
  "name": "VscElement",
755
680
  "module": "src/includes/VscElement.ts"
@@ -927,7 +852,7 @@
927
852
  "type": {
928
853
  "text": "CSSResultGroup"
929
854
  },
930
- "default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 3px; } .indeterminate-icon { background-color: currentColor; position: absolute; height: 1px; width: 12px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } `, formHelperTextStyles, ]"
855
+ "default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 3px; } .indeterminate-icon { background-color: currentColor; position: absolute; height: 1px; width: 12px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } `, ]"
931
856
  }
932
857
  ],
933
858
  "exports": [
@@ -1294,7 +1219,7 @@
1294
1219
  "text": "string"
1295
1220
  },
1296
1221
  "privacy": "private",
1297
- "default": "'1.11.1-pre.2'",
1222
+ "default": "'1.12.0'",
1298
1223
  "inheritedFrom": {
1299
1224
  "name": "VscElement",
1300
1225
  "module": "src/includes/VscElement.ts"
@@ -1477,7 +1402,7 @@
1477
1402
  "type": {
1478
1403
  "text": "CSSResultGroup"
1479
1404
  },
1480
- "default": "[ defaultStyles, css` :host { display: block; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper { display: block; } ::slotted(vscode-checkbox) { margin-right: 20px; } ::slotted(vscode-checkbox:last-child) { margin-right: 0; } :host([variant='vertical']) ::slotted(vscode-checkbox) { display: block; margin-bottom: 15px; } :host([variant='vertical']) ::slotted(vscode-checkbox:last-child) { margin-bottom: 0; } `, formHelperTextStyles, ]"
1405
+ "default": "[ defaultStyles, css` :host { display: block; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper { display: block; } ::slotted(vscode-checkbox) { margin-right: 20px; } ::slotted(vscode-checkbox:last-child) { margin-right: 0; } :host([variant='vertical']) ::slotted(vscode-checkbox) { display: block; margin-bottom: 15px; } :host([variant='vertical']) ::slotted(vscode-checkbox:last-child) { margin-bottom: 0; } `, ]"
1481
1406
  }
1482
1407
  ],
1483
1408
  "exports": [
@@ -1517,7 +1442,7 @@
1517
1442
  "text": "string"
1518
1443
  },
1519
1444
  "privacy": "private",
1520
- "default": "'1.11.1-pre.2'",
1445
+ "default": "'1.12.0'",
1521
1446
  "inheritedFrom": {
1522
1447
  "name": "VscElement",
1523
1448
  "module": "src/includes/VscElement.ts"
@@ -1713,7 +1638,7 @@
1713
1638
  "text": "string"
1714
1639
  },
1715
1640
  "privacy": "private",
1716
- "default": "'1.11.1-pre.2'",
1641
+ "default": "'1.12.0'",
1717
1642
  "inheritedFrom": {
1718
1643
  "name": "VscElement",
1719
1644
  "module": "src/includes/VscElement.ts"
@@ -1807,7 +1732,7 @@
1807
1732
  "type": {
1808
1733
  "text": "CSSResultGroup"
1809
1734
  },
1810
- "default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 1.4em; position: relative; } .context-menu { background-color: var(--vscode-menu-background); border-color: var(--vscode-menu-border); border-radius: 5px; border-style: solid; border-width: 1px; box-shadow: 0 2px 8px var(--vscode-widget-shadow); color: var(--vscode-menu-foreground); padding: 4px 0; white-space: nowrap; } .context-menu:focus { outline: 0; } `, ]"
1735
+ "default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 1.4em; position: relative; } .context-menu { background-color: var(--vscode-menu-background); border-color: var(--vscode-menu-border, var(--vscode-menu-background)); border-radius: 5px; border-style: solid; border-width: 1px; box-shadow: 0 2px 8px var(--vscode-widget-shadow); color: var(--vscode-menu-foreground); padding: 4px 0; white-space: nowrap; } .context-menu:focus { outline: 0; } `, ]"
1811
1736
  }
1812
1737
  ],
1813
1738
  "exports": [
@@ -2039,7 +1964,7 @@
2039
1964
  "text": "string"
2040
1965
  },
2041
1966
  "privacy": "private",
2042
- "default": "'1.11.1-pre.2'",
1967
+ "default": "'1.12.0'",
2043
1968
  "inheritedFrom": {
2044
1969
  "name": "VscElement",
2045
1970
  "module": "src/includes/VscElement.ts"
@@ -2130,7 +2055,7 @@
2130
2055
  "type": {
2131
2056
  "text": "CSSResultGroup"
2132
2057
  },
2133
- "default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 1.4em; outline: none; position: relative; } .context-menu-item { background-color: var(--vscode-menu-background); color: var(--vscode-menu-foreground); display: flex; user-select: none; white-space: nowrap; } .ruler { border-bottom: 1px solid var(--vscode-menu-separatorBackground); display: block; margin: 0 0 4px; padding-top: 4px; width: 100%; } .context-menu-item a { align-items: center; border-color: transparent; border-radius: 3px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-menu-foreground); cursor: default; display: flex; flex: 1 1 auto; height: 2em; margin-left: 4px; margin-right: 4px; outline: none; position: relative; text-decoration: inherit; } :host([selected]) .context-menu-item a { background-color: var(--vscode-menu-selectionBackground); border-color: var( --vscode-menu-selectionBorder, var(--vscode-menu-selectionBackground) ); color: var(--vscode-menu-selectionForeground); } .label { background: none; display: flex; flex: 1 1 auto; font-size: 12px; line-height: 1; padding: 0 22px; text-decoration: none; } .keybinding { display: block; flex: 2 1 auto; line-height: 1; padding: 0 22px; text-align: right; } `, ]"
2058
+ "default": "[ defaultStyles, css` :host { display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 1.4em; outline: none; position: relative; } .context-menu-item { background-color: var(--vscode-menu-background); color: var(--vscode-menu-foreground); display: flex; user-select: none; white-space: nowrap; } .ruler { border-bottom: 1px solid var(--vscode-menu-separatorBackground); display: block; margin: 0 0 4px; padding-top: 4px; width: 100%; } .context-menu-item a { align-items: center; border-color: transparent; border-radius: 3px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-menu-foreground); cursor: pointer; display: flex; flex: 1 1 auto; height: 2em; margin-left: 4px; margin-right: 4px; outline: none; position: relative; text-decoration: inherit; } :host([selected]) .context-menu-item a { background-color: var(--vscode-menu-selectionBackground); border-color: var( --vscode-menu-selectionBorder, var(--vscode-menu-selectionBackground) ); color: var(--vscode-menu-selectionForeground); } .label { background: none; display: flex; flex: 1 1 auto; font-size: 12px; line-height: 1; padding: 0 22px; text-decoration: none; } .keybinding { display: block; flex: 2 1 auto; line-height: 1; padding: 0 22px; text-align: right; } `, ]"
2134
2059
  }
2135
2060
  ],
2136
2061
  "exports": [
@@ -2241,7 +2166,7 @@
2241
2166
  "text": "string"
2242
2167
  },
2243
2168
  "privacy": "private",
2244
- "default": "'1.11.1-pre.2'",
2169
+ "default": "'1.12.0'",
2245
2170
  "inheritedFrom": {
2246
2171
  "name": "VscElement",
2247
2172
  "module": "src/includes/VscElement.ts"
@@ -2380,7 +2305,7 @@
2380
2305
  "text": "string"
2381
2306
  },
2382
2307
  "privacy": "private",
2383
- "default": "'1.11.1-pre.2'",
2308
+ "default": "'1.12.0'",
2384
2309
  "inheritedFrom": {
2385
2310
  "name": "VscElement",
2386
2311
  "module": "src/includes/VscElement.ts"
@@ -2601,7 +2526,7 @@
2601
2526
  "text": "string"
2602
2527
  },
2603
2528
  "privacy": "private",
2604
- "default": "'1.11.1-pre.2'",
2529
+ "default": "'1.12.0'",
2605
2530
  "inheritedFrom": {
2606
2531
  "name": "VscElement",
2607
2532
  "module": "src/includes/VscElement.ts"
@@ -2736,7 +2661,7 @@
2736
2661
  "text": "string"
2737
2662
  },
2738
2663
  "privacy": "private",
2739
- "default": "'1.11.1-pre.2'",
2664
+ "default": "'1.12.0'",
2740
2665
  "inheritedFrom": {
2741
2666
  "name": "VscElement",
2742
2667
  "module": "src/includes/VscElement.ts"
@@ -2803,7 +2728,7 @@
2803
2728
  "type": {
2804
2729
  "text": "CSSResultGroup"
2805
2730
  },
2806
- "default": "[ defaultStyles, css` :host { color: var(--vsc-foreground-translucent); display: block; margin-bottom: 4px; margin-top: 4px; max-width: 720px; } :host([vertical]) { margin-left: 0; } `, formHelperTextStyles, ]"
2731
+ "default": "[ defaultStyles, css` :host { display: block; line-height: 1.4em; margin-bottom: 4px; margin-top: 4px; max-width: 720px; opacity: 0.9; } :host([vertical]) { margin-left: 0; } `, ]"
2807
2732
  }
2808
2733
  ],
2809
2734
  "exports": [
@@ -2832,6 +2757,11 @@
2832
2757
  }
2833
2758
  ],
2834
2759
  "members": [
2760
+ {
2761
+ "kind": "method",
2762
+ "name": "_injectLightDOMStyles",
2763
+ "privacy": "private"
2764
+ },
2835
2765
  {
2836
2766
  "kind": "field",
2837
2767
  "name": "_version",
@@ -2839,7 +2769,7 @@
2839
2769
  "text": "string"
2840
2770
  },
2841
2771
  "privacy": "private",
2842
- "default": "'1.11.1-pre.2'",
2772
+ "default": "'1.12.0'",
2843
2773
  "inheritedFrom": {
2844
2774
  "name": "VscElement",
2845
2775
  "module": "src/includes/VscElement.ts"
@@ -2896,7 +2826,7 @@
2896
2826
  "type": {
2897
2827
  "text": "CSSResultGroup"
2898
2828
  },
2899
- "default": "[ defaultStyles, css` :host { color: var(--vscode-icon-foreground); display: inline-block; } .codicon[class*='codicon-'] { animation-duration: var(--spin-duration) !important; display: block; font-size: var(--size); height: var(--size); width: var(--size); } .icon, .button { background-color: transparent; display: block; padding: 0; } .button { border-color: transparent; border-style: solid; border-width: 1px; border-radius: 5px; color: currentColor; cursor: pointer; padding: 2px; } .button:hover { background-color: var(--vscode-toolbar-hoverBackground); } .button:active { background-color: var(--vscode-toolbar-activeBackground); } .button:focus { outline: none; } .button:focus-visible { border-color: var(--vscode-focusBorder); } @keyframes icon-spin { 100% { transform: rotate(360deg); } } .spin { animation-name: icon-spin; animation-timing-function: linear; animation-iteration-count: infinite; } `, ]"
2829
+ "default": "[ defaultStyles, css` :host { color: var(--vscode-icon-foreground); display: inline-block; } .codicon[class*='codicon-'] { display: block; } .icon, .button { background-color: transparent; display: block; padding: 0; } .button { border-color: transparent; border-style: solid; border-width: 1px; border-radius: 5px; color: currentColor; cursor: pointer; padding: 2px; } .button:hover { background-color: var(--vscode-toolbar-hoverBackground); } .button:active { background-color: var(--vscode-toolbar-activeBackground); } .button:focus { outline: none; } .button:focus-visible { border-color: var(--vscode-focusBorder); } @keyframes icon-spin { 100% { transform: rotate(360deg); } } .spin { animation-name: icon-spin; animation-timing-function: linear; animation-iteration-count: infinite; } `, ]"
2900
2830
  }
2901
2831
  ],
2902
2832
  "exports": [
@@ -3040,7 +2970,7 @@
3040
2970
  "text": "string"
3041
2971
  },
3042
2972
  "privacy": "private",
3043
- "default": "'1.11.1-pre.2'",
2973
+ "default": "'1.12.0'",
3044
2974
  "inheritedFrom": {
3045
2975
  "name": "VscElement",
3046
2976
  "module": "src/includes/VscElement.ts"
@@ -3263,7 +3193,7 @@
3263
3193
  "text": "string"
3264
3194
  },
3265
3195
  "privacy": "private",
3266
- "default": "'1.11.1-pre.2'",
3196
+ "default": "'1.12.0'",
3267
3197
  "inheritedFrom": {
3268
3198
  "name": "VscElement",
3269
3199
  "module": "src/includes/VscElement.ts"
@@ -4360,7 +4290,7 @@
4360
4290
  "text": "string"
4361
4291
  },
4362
4292
  "privacy": "private",
4363
- "default": "'1.11.1-pre.2'",
4293
+ "default": "'1.12.0'",
4364
4294
  "inheritedFrom": {
4365
4295
  "name": "VscElement",
4366
4296
  "module": "src/includes/VscElement.ts"
@@ -4658,7 +4588,7 @@
4658
4588
  "text": "string"
4659
4589
  },
4660
4590
  "privacy": "private",
4661
- "default": "'1.11.1-pre.2'",
4591
+ "default": "'1.12.0'",
4662
4592
  "inheritedFrom": {
4663
4593
  "name": "VscElement",
4664
4594
  "module": "src/includes/VscElement.ts"
@@ -4808,7 +4738,7 @@
4808
4738
  "text": "string"
4809
4739
  },
4810
4740
  "privacy": "private",
4811
- "default": "'1.11.1-pre.2'",
4741
+ "default": "'1.12.0'",
4812
4742
  "inheritedFrom": {
4813
4743
  "name": "VscElement",
4814
4744
  "module": "src/includes/VscElement.ts"
@@ -4891,7 +4821,7 @@
4891
4821
  "type": {
4892
4822
  "text": "CSSResultGroup"
4893
4823
  },
4894
- "default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 9px; } .icon.checked:before { background-color: currentColor; border-radius: 4px; content: ''; height: 8px; left: 50%; margin: -4px 0 0 -4px; position: absolute; top: 50%; width: 8px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } `, formHelperTextStyles, ]"
4824
+ "default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 9px; } .icon.checked:before { background-color: currentColor; border-radius: 4px; content: ''; height: 8px; left: 50%; margin: -4px 0 0 -4px; position: absolute; top: 50%; width: 8px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } `, ]"
4895
4825
  }
4896
4826
  ],
4897
4827
  "exports": [
@@ -5278,7 +5208,7 @@
5278
5208
  "text": "string"
5279
5209
  },
5280
5210
  "privacy": "private",
5281
- "default": "'1.11.1-pre.2'",
5211
+ "default": "'1.12.0'",
5282
5212
  "inheritedFrom": {
5283
5213
  "name": "VscElement",
5284
5214
  "module": "src/includes/VscElement.ts"
@@ -5600,7 +5530,7 @@
5600
5530
  "text": "string"
5601
5531
  },
5602
5532
  "privacy": "private",
5603
- "default": "'1.11.1-pre.2'",
5533
+ "default": "'1.12.0'",
5604
5534
  "inheritedFrom": {
5605
5535
  "name": "VscElement",
5606
5536
  "module": "src/includes/VscElement.ts"
@@ -5676,7 +5606,7 @@
5676
5606
  "type": {
5677
5607
  "text": "CSSResultGroup"
5678
5608
  },
5679
- "default": "[ defaultStyles, css` :host { display: block; position: relative; } .scrollable-container { height: 100%; overflow: auto; } .scrollable-container.dragging { user-select: none; } .scrollable-container::-webkit-scrollbar { cursor: default; width: 0; } .scrollable-container { scrollbar-width: none; } .shadow { box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset; display: none; height: 3px; left: 0; pointer-events: none; position: absolute; top: 0; z-index: 1; width: 100%; } .shadow.visible { display: block; } .scrollbar-track { height: 100%; position: absolute; right: 0; top: 0; width: 10px; z-index: var(--scrollbar-track-z, 100); } .scrollbar-track.hidden { display: none; } .scrollbar-thumb { background-color: transparent; min-height: var(--min-thumb-height, 20px); opacity: 0; position: absolute; right: 0; width: 10px; } .scrollbar-thumb.visible { background-color: var(--vscode-scrollbarSlider-background); opacity: 1; transition: opacity 100ms; } .scrollbar-thumb.fade { background-color: var(--vscode-scrollbarSlider-background); opacity: 0; transition: opacity 800ms; } .scrollbar-thumb.visible:hover { background-color: var(--vscode-scrollbarSlider-hoverBackground); } .scrollbar-thumb.visible.active, .scrollbar-thumb.visible.active:hover { background-color: var(--vscode-scrollbarSlider-activeBackground); } .prevent-interaction { bottom: 0; left: 0; right: 0; top: 0; position: absolute; z-index: 99; } .content { overflow: hidden; } `, ]"
5609
+ "default": "[ defaultStyles, css` :host { display: block; position: relative; } .scrollable-container { height: 100%; overflow: auto; } .scrollable-container::-webkit-scrollbar { cursor: default; width: 0; } .scrollable-container { scrollbar-width: none; } .shadow { box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset; display: none; height: 3px; left: 0; pointer-events: none; position: absolute; top: 0; z-index: 1; width: 100%; } .shadow.visible { display: block; } .scrollbar-track { height: 100%; position: absolute; right: 0; top: 0; width: 10px; z-index: 100; } .scrollbar-track.hidden { display: none; } .scrollbar-thumb { background-color: transparent; min-height: var(--min-thumb-height, 20px); opacity: 0; position: absolute; right: 0; width: 10px; } .scrollbar-thumb.visible { background-color: var(--vscode-scrollbarSlider-background); opacity: 1; transition: opacity 100ms; } .scrollbar-thumb.fade { background-color: var(--vscode-scrollbarSlider-background); opacity: 0; transition: opacity 800ms; } .scrollbar-thumb.visible:hover { background-color: var(--vscode-scrollbarSlider-hoverBackground); } .scrollbar-thumb.visible.active, .scrollbar-thumb.visible.active:hover { background-color: var(--vscode-scrollbarSlider-activeBackground); } .prevent-interaction { bottom: 0; left: 0; right: 0; top: 0; position: absolute; z-index: 99; } .content { overflow: hidden; } `, ]"
5680
5610
  }
5681
5611
  ],
5682
5612
  "exports": [
@@ -5766,16 +5696,25 @@
5766
5696
  },
5767
5697
  {
5768
5698
  "kind": "field",
5769
- "name": "_thumbVisible",
5699
+ "name": "_thumbHeight",
5770
5700
  "type": {
5771
- "text": "boolean"
5701
+ "text": "number"
5772
5702
  },
5773
5703
  "privacy": "private",
5774
- "default": "false"
5704
+ "default": "0"
5775
5705
  },
5776
5706
  {
5777
5707
  "kind": "field",
5778
- "name": "_thumbFade",
5708
+ "name": "_thumbY",
5709
+ "type": {
5710
+ "text": "number"
5711
+ },
5712
+ "privacy": "private",
5713
+ "default": "0"
5714
+ },
5715
+ {
5716
+ "kind": "field",
5717
+ "name": "_thumbVisible",
5779
5718
  "type": {
5780
5719
  "text": "boolean"
5781
5720
  },
@@ -5784,7 +5723,7 @@
5784
5723
  },
5785
5724
  {
5786
5725
  "kind": "field",
5787
- "name": "_thumbActive",
5726
+ "name": "_thumbFade",
5788
5727
  "type": {
5789
5728
  "text": "boolean"
5790
5729
  },
@@ -5793,12 +5732,12 @@
5793
5732
  },
5794
5733
  {
5795
5734
  "kind": "field",
5796
- "name": "_scrollbarTrackZ",
5735
+ "name": "_thumbActive",
5797
5736
  "type": {
5798
- "text": "number"
5737
+ "text": "boolean"
5799
5738
  },
5800
5739
  "privacy": "private",
5801
- "default": "0"
5740
+ "default": "false"
5802
5741
  },
5803
5742
  {
5804
5743
  "kind": "field",
@@ -5875,6 +5814,15 @@
5875
5814
  "privacy": "private",
5876
5815
  "default": "true"
5877
5816
  },
5817
+ {
5818
+ "kind": "field",
5819
+ "name": "_scrollbarTrackZ",
5820
+ "type": {
5821
+ "text": "number"
5822
+ },
5823
+ "privacy": "private",
5824
+ "default": "0"
5825
+ },
5878
5826
  {
5879
5827
  "kind": "field",
5880
5828
  "name": "_resizeObserverCallback",
@@ -5976,7 +5924,7 @@
5976
5924
  "text": "string"
5977
5925
  },
5978
5926
  "privacy": "private",
5979
- "default": "'1.11.1-pre.2'",
5927
+ "default": "'1.12.0'",
5980
5928
  "inheritedFrom": {
5981
5929
  "name": "VscElement",
5982
5930
  "module": "src/includes/VscElement.ts"
@@ -7034,7 +6982,7 @@
7034
6982
  "text": "string"
7035
6983
  },
7036
6984
  "privacy": "private",
7037
- "default": "'1.11.1-pre.2'",
6985
+ "default": "'1.12.0'",
7038
6986
  "inheritedFrom": {
7039
6987
  "name": "VscElement",
7040
6988
  "module": "src/includes/VscElement.ts"
@@ -7651,7 +7599,7 @@
7651
7599
  "text": "string"
7652
7600
  },
7653
7601
  "privacy": "private",
7654
- "default": "'1.11.1-pre.2'",
7602
+ "default": "'1.12.0'",
7655
7603
  "inheritedFrom": {
7656
7604
  "name": "VscElement",
7657
7605
  "module": "src/includes/VscElement.ts"
@@ -7856,7 +7804,7 @@
7856
7804
  "text": "string"
7857
7805
  },
7858
7806
  "privacy": "private",
7859
- "default": "'1.11.1-pre.2'",
7807
+ "default": "'1.12.0'",
7860
7808
  "inheritedFrom": {
7861
7809
  "name": "VscElement",
7862
7810
  "module": "src/includes/VscElement.ts"
@@ -7991,7 +7939,7 @@
7991
7939
  "text": "string"
7992
7940
  },
7993
7941
  "privacy": "private",
7994
- "default": "'1.11.1-pre.2'",
7942
+ "default": "'1.12.0'",
7995
7943
  "inheritedFrom": {
7996
7944
  "name": "VscElement",
7997
7945
  "module": "src/includes/VscElement.ts"
@@ -8684,7 +8632,7 @@
8684
8632
  "text": "string"
8685
8633
  },
8686
8634
  "privacy": "private",
8687
- "default": "'1.11.1-pre.2'",
8635
+ "default": "'1.12.0'",
8688
8636
  "inheritedFrom": {
8689
8637
  "name": "VscElement",
8690
8638
  "module": "src/includes/VscElement.ts"
@@ -8871,7 +8819,7 @@
8871
8819
  "text": "string"
8872
8820
  },
8873
8821
  "privacy": "private",
8874
- "default": "'1.11.1-pre.2'",
8822
+ "default": "'1.12.0'",
8875
8823
  "inheritedFrom": {
8876
8824
  "name": "VscElement",
8877
8825
  "module": "src/includes/VscElement.ts"
@@ -8993,7 +8941,7 @@
8993
8941
  "text": "string"
8994
8942
  },
8995
8943
  "privacy": "private",
8996
- "default": "'1.11.1-pre.2'",
8944
+ "default": "'1.12.0'",
8997
8945
  "inheritedFrom": {
8998
8946
  "name": "VscElement",
8999
8947
  "module": "src/includes/VscElement.ts"
@@ -9106,7 +9054,7 @@
9106
9054
  "text": "string"
9107
9055
  },
9108
9056
  "privacy": "private",
9109
- "default": "'1.11.1-pre.2'",
9057
+ "default": "'1.12.0'",
9110
9058
  "inheritedFrom": {
9111
9059
  "name": "VscElement",
9112
9060
  "module": "src/includes/VscElement.ts"
@@ -9204,7 +9152,7 @@
9204
9152
  "text": "string"
9205
9153
  },
9206
9154
  "privacy": "private",
9207
- "default": "'1.11.1-pre.2'",
9155
+ "default": "'1.12.0'",
9208
9156
  "inheritedFrom": {
9209
9157
  "name": "VscElement",
9210
9158
  "module": "src/includes/VscElement.ts"
@@ -9296,7 +9244,7 @@
9296
9244
  "text": "string"
9297
9245
  },
9298
9246
  "privacy": "private",
9299
- "default": "'1.11.1-pre.2'",
9247
+ "default": "'1.12.0'",
9300
9248
  "inheritedFrom": {
9301
9249
  "name": "VscElement",
9302
9250
  "module": "src/includes/VscElement.ts"
@@ -9548,7 +9496,7 @@
9548
9496
  "text": "string"
9549
9497
  },
9550
9498
  "privacy": "private",
9551
- "default": "'1.11.1-pre.2'",
9499
+ "default": "'1.12.0'",
9552
9500
  "inheritedFrom": {
9553
9501
  "name": "VscElement",
9554
9502
  "module": "src/includes/VscElement.ts"
@@ -10059,7 +10007,7 @@
10059
10007
  "text": "string"
10060
10008
  },
10061
10009
  "privacy": "private",
10062
- "default": "'1.11.1-pre.2'",
10010
+ "default": "'1.12.0'",
10063
10011
  "inheritedFrom": {
10064
10012
  "name": "VscElement",
10065
10013
  "module": "src/includes/VscElement.ts"
@@ -10695,7 +10643,7 @@
10695
10643
  "text": "string"
10696
10644
  },
10697
10645
  "privacy": "private",
10698
- "default": "'1.11.1-pre.2'",
10646
+ "default": "'1.12.0'",
10699
10647
  "inheritedFrom": {
10700
10648
  "name": "VscElement",
10701
10649
  "module": "src/includes/VscElement.ts"
@@ -11436,7 +11384,7 @@
11436
11384
  "text": "string"
11437
11385
  },
11438
11386
  "privacy": "private",
11439
- "default": "'1.11.1-pre.2'",
11387
+ "default": "'1.12.0'",
11440
11388
  "inheritedFrom": {
11441
11389
  "name": "VscElement",
11442
11390
  "module": "src/includes/VscElement.ts"
@@ -11609,7 +11557,7 @@
11609
11557
  "text": "string"
11610
11558
  },
11611
11559
  "privacy": "private",
11612
- "default": "'1.11.1-pre.2'",
11560
+ "default": "'1.12.0'",
11613
11561
  "inheritedFrom": {
11614
11562
  "name": "VscElement",
11615
11563
  "module": "src/includes/VscElement.ts"
@@ -12581,7 +12529,7 @@
12581
12529
  "text": "string"
12582
12530
  },
12583
12531
  "privacy": "private",
12584
- "default": "'1.11.1-pre.2'",
12532
+ "default": "'1.12.0'",
12585
12533
  "inheritedFrom": {
12586
12534
  "name": "VscElement",
12587
12535
  "module": "src/includes/VscElement.ts"