@vscode-elements/elements 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/README.md +95 -21
  2. package/custom-elements.json +217 -103
  3. package/dist/bundled.js +228 -218
  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.map +1 -1
  8. package/dist/includes/helpers.d.ts +2 -0
  9. package/dist/includes/helpers.d.ts.map +1 -1
  10. package/dist/includes/helpers.js +28 -0
  11. package/dist/includes/helpers.js.map +1 -1
  12. package/dist/includes/style-property-map.d.ts.map +1 -1
  13. package/dist/includes/style-property-map.js.map +1 -1
  14. package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
  15. package/dist/includes/vscode-select/vscode-select-base.js +13 -8
  16. package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
  17. package/dist/vscode-badge/vscode-badge.d.ts +7 -6
  18. package/dist/vscode-badge/vscode-badge.d.ts.map +1 -1
  19. package/dist/vscode-badge/vscode-badge.js +6 -5
  20. package/dist/vscode-badge/vscode-badge.js.map +1 -1
  21. package/dist/vscode-badge/vscode-badge.styles.d.ts.map +1 -1
  22. package/dist/vscode-badge/vscode-badge.styles.js +22 -10
  23. package/dist/vscode-badge/vscode-badge.styles.js.map +1 -1
  24. package/dist/vscode-button/vscode-button.d.ts +11 -11
  25. package/dist/vscode-button/vscode-button.d.ts.map +1 -1
  26. package/dist/vscode-button/vscode-button.js +11 -11
  27. package/dist/vscode-button/vscode-button.js.map +1 -1
  28. package/dist/vscode-button/vscode-button.styles.d.ts.map +1 -1
  29. package/dist/vscode-button/vscode-button.styles.js +21 -19
  30. package/dist/vscode-button/vscode-button.styles.js.map +1 -1
  31. package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
  32. package/dist/vscode-checkbox/vscode-checkbox.js +1 -1
  33. package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
  34. package/dist/vscode-checkbox-group/vscode-checkbox-group.d.ts.map +1 -1
  35. package/dist/vscode-checkbox-group/vscode-checkbox-group.js.map +1 -1
  36. package/dist/vscode-collapsible/vscode-collapsible.d.ts.map +1 -1
  37. package/dist/vscode-collapsible/vscode-collapsible.js.map +1 -1
  38. package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
  39. package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
  40. package/dist/vscode-context-menu-item/vscode-context-menu-item.d.ts.map +1 -1
  41. package/dist/vscode-context-menu-item/vscode-context-menu-item.js.map +1 -1
  42. package/dist/vscode-divider/vscode-divider.d.ts.map +1 -1
  43. package/dist/vscode-divider/vscode-divider.js.map +1 -1
  44. package/dist/vscode-form-container/vscode-form-container.d.ts.map +1 -1
  45. package/dist/vscode-form-container/vscode-form-container.js.map +1 -1
  46. package/dist/vscode-form-group/vscode-form-group.d.ts.map +1 -1
  47. package/dist/vscode-form-group/vscode-form-group.js.map +1 -1
  48. package/dist/vscode-form-helper/vscode-form-helper.d.ts.map +1 -1
  49. package/dist/vscode-form-helper/vscode-form-helper.js.map +1 -1
  50. package/dist/vscode-form-helper/vscode-form-helper.styles.js +1 -1
  51. package/dist/vscode-form-helper/vscode-form-helper.styles.js.map +1 -1
  52. package/dist/vscode-icon/vscode-icon.d.ts.map +1 -1
  53. package/dist/vscode-icon/vscode-icon.js +1 -1
  54. package/dist/vscode-icon/vscode-icon.js.map +1 -1
  55. package/dist/vscode-label/vscode-label.d.ts.map +1 -1
  56. package/dist/vscode-label/vscode-label.js.map +1 -1
  57. package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
  58. package/dist/vscode-multi-select/vscode-multi-select.js +3 -4
  59. package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
  60. package/dist/vscode-option/vscode-option.d.ts.map +1 -1
  61. package/dist/vscode-option/vscode-option.js.map +1 -1
  62. package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -1
  63. package/dist/vscode-progress-ring/vscode-progress-ring.js.map +1 -1
  64. package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
  65. package/dist/vscode-radio/vscode-radio.js +1 -1
  66. package/dist/vscode-radio/vscode-radio.js.map +1 -1
  67. package/dist/vscode-radio-group/vscode-radio-group.d.ts.map +1 -1
  68. package/dist/vscode-radio-group/vscode-radio-group.js.map +1 -1
  69. package/dist/vscode-scrollable/vscode-scrollable.d.ts.map +1 -1
  70. package/dist/vscode-scrollable/vscode-scrollable.js.map +1 -1
  71. package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
  72. package/dist/vscode-single-select/vscode-single-select.js +2 -1
  73. package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
  74. package/dist/vscode-split-layout/vscode-split-layout.d.ts +2 -0
  75. package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
  76. package/dist/vscode-split-layout/vscode-split-layout.js +2 -0
  77. package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
  78. package/dist/vscode-tab-header/vscode-tab-header.d.ts.map +1 -1
  79. package/dist/vscode-tab-header/vscode-tab-header.js.map +1 -1
  80. package/dist/vscode-tab-panel/vscode-tab-panel.d.ts.map +1 -1
  81. package/dist/vscode-tab-panel/vscode-tab-panel.js.map +1 -1
  82. package/dist/vscode-table/vscode-table.d.ts +21 -7
  83. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  84. package/dist/vscode-table/vscode-table.js +36 -7
  85. package/dist/vscode-table/vscode-table.js.map +1 -1
  86. package/dist/vscode-table-body/vscode-table-body.d.ts.map +1 -1
  87. package/dist/vscode-table-body/vscode-table-body.js.map +1 -1
  88. package/dist/vscode-table-cell/vscode-table-cell.d.ts.map +1 -1
  89. package/dist/vscode-table-cell/vscode-table-cell.js.map +1 -1
  90. package/dist/vscode-table-header/vscode-table-header.d.ts.map +1 -1
  91. package/dist/vscode-table-header/vscode-table-header.js.map +1 -1
  92. package/dist/vscode-table-header-cell/vscode-table-header-cell.d.ts.map +1 -1
  93. package/dist/vscode-table-header-cell/vscode-table-header-cell.js.map +1 -1
  94. package/dist/vscode-table-row/vscode-table-row.d.ts.map +1 -1
  95. package/dist/vscode-table-row/vscode-table-row.js.map +1 -1
  96. package/dist/vscode-tabs/vscode-tabs.d.ts.map +1 -1
  97. package/dist/vscode-tabs/vscode-tabs.js.map +1 -1
  98. package/dist/vscode-textarea/vscode-textarea.d.ts.map +1 -1
  99. package/dist/vscode-textarea/vscode-textarea.js.map +1 -1
  100. package/dist/vscode-textfield/vscode-textfield.d.ts +14 -11
  101. package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
  102. package/dist/vscode-textfield/vscode-textfield.js +15 -12
  103. package/dist/vscode-textfield/vscode-textfield.js.map +1 -1
  104. package/dist/vscode-textfield/vscode-textfield.styles.d.ts.map +1 -1
  105. package/dist/vscode-textfield/vscode-textfield.styles.js +20 -18
  106. package/dist/vscode-textfield/vscode-textfield.styles.js.map +1 -1
  107. package/dist/vscode-tree/vscode-tree.d.ts.map +1 -1
  108. package/dist/vscode-tree/vscode-tree.js.map +1 -1
  109. package/package.json +5 -3
  110. package/vscode.css-custom-data.json +19 -3
  111. package/vscode.html-custom-data.json +24 -27
@@ -24,7 +24,7 @@
24
24
  "text": "string"
25
25
  },
26
26
  "privacy": "private",
27
- "default": "'1.12.0'"
27
+ "default": "'1.13.0'"
28
28
  },
29
29
  {
30
30
  "kind": "field",
@@ -83,6 +83,14 @@
83
83
  "text": "number"
84
84
  },
85
85
  "default": "320"
86
+ },
87
+ {
88
+ "kind": "function",
89
+ "name": "getDefaultFontStack"
90
+ },
91
+ {
92
+ "kind": "function",
93
+ "name": "getDefaultEditorFontStack"
86
94
  }
87
95
  ],
88
96
  "exports": [
@@ -101,6 +109,22 @@
101
109
  "name": "DEFUALT_INPUT_WIDGET_WIDTH",
102
110
  "module": "src/includes/helpers.ts"
103
111
  }
112
+ },
113
+ {
114
+ "kind": "js",
115
+ "name": "getDefaultFontStack",
116
+ "declaration": {
117
+ "name": "getDefaultFontStack",
118
+ "module": "src/includes/helpers.ts"
119
+ }
120
+ },
121
+ {
122
+ "kind": "js",
123
+ "name": "getDefaultEditorFontStack",
124
+ "declaration": {
125
+ "name": "getDefaultEditorFontStack",
126
+ "module": "src/includes/helpers.ts"
127
+ }
104
128
  }
105
129
  ]
106
130
  },
@@ -282,7 +306,7 @@
282
306
  "type": {
283
307
  "text": "CSSResultGroup"
284
308
  },
285
- "default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground); display: inline-block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; box-sizing: border-box; height: 18px; line-height: 1; padding: 3px 5px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } `, ]"
309
+ "default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background, #616161); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground, #f8f8f8); display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; line-height: 11px; min-height: 18px; min-width: 18px; padding: 3px 6px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground, #ffffff); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } :host([variant='tab-header-counter']) { background-color: var(--vscode-activityBarBadge-background, #0078d4); border-radius: 10px; color: var(--vscode-activityBarBadge-foreground, #ffffff); line-height: 10px; min-height: 16px; min-width: 16px; padding: 3px 5px; } `, ]"
286
310
  }
287
311
  ],
288
312
  "exports": [
@@ -306,23 +330,33 @@
306
330
  "name": "VscodeBadge",
307
331
  "cssProperties": [
308
332
  {
309
- "name": "--vscode-font-family"
333
+ "description": "A sans-serif font type depends on the host OS.",
334
+ "name": "--vscode-font-family",
335
+ "default": "sans-serif"
336
+ },
337
+ {
338
+ "name": "--vscode-contrastBorder",
339
+ "default": "transparent"
310
340
  },
311
341
  {
312
342
  "description": "default and counter variant background color",
313
- "name": "--vscode-badge-background"
343
+ "name": "--vscode-badge-background",
344
+ "default": "#616161"
314
345
  },
315
346
  {
316
347
  "description": "default and counter variant foreground color",
317
- "name": "--vscode-badge-foreground"
348
+ "name": "--vscode-badge-foreground",
349
+ "default": "#f8f8f8"
318
350
  },
319
351
  {
320
352
  "description": "activity bar variant background color",
321
- "name": "--vscode-activityBarBadge-background"
353
+ "name": "--vscode-activityBarBadge-background",
354
+ "default": "#0078d4"
322
355
  },
323
356
  {
324
357
  "description": "activity bar variant foreground color",
325
- "name": "--vscode-activityBarBadge-foreground"
358
+ "name": "--vscode-activityBarBadge-foreground",
359
+ "default": "#ffffff"
326
360
  }
327
361
  ],
328
362
  "members": [
@@ -330,7 +364,7 @@
330
364
  "kind": "field",
331
365
  "name": "variant",
332
366
  "type": {
333
- "text": "'default' | 'counter' | 'activity-bar-counter'"
367
+ "text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
334
368
  },
335
369
  "default": "'default'",
336
370
  "attribute": "variant",
@@ -343,7 +377,7 @@
343
377
  "text": "string"
344
378
  },
345
379
  "privacy": "private",
346
- "default": "'1.12.0'",
380
+ "default": "'1.13.0'",
347
381
  "inheritedFrom": {
348
382
  "name": "VscElement",
349
383
  "module": "src/includes/VscElement.ts"
@@ -367,7 +401,7 @@
367
401
  {
368
402
  "name": "variant",
369
403
  "type": {
370
- "text": "'default' | 'counter' | 'activity-bar-counter'"
404
+ "text": "| 'default'\n | 'counter'\n | 'activity-bar-counter'\n | 'tab-header-counter'"
371
405
  },
372
406
  "default": "'default'",
373
407
  "fieldName": "variant"
@@ -410,7 +444,7 @@
410
444
  "type": {
411
445
  "text": "CSSResultGroup"
412
446
  },
413
- "default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background); border-color: var( --vscode-button-border, var(--vscode-button-background) ); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground); background-color: var(--vscode-button-secondaryBackground); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground); } :host([disabled]:hover) { background-color: var(--vscode-button-background); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground); outline: 1px solid var(--vscode-focusBorder); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
447
+ "default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var( --vscode-button-border, var(--vscode-button-background, rgba(255, 255, 255, 0.07)) ); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
414
448
  }
415
449
  ],
416
450
  "exports": [
@@ -434,38 +468,49 @@
434
468
  "name": "VscodeButton",
435
469
  "cssProperties": [
436
470
  {
437
- "name": "--vscode-button-background"
471
+ "name": "--vscode-button-background",
472
+ "default": "#0078d4"
438
473
  },
439
474
  {
440
- "name": "--vscode-button-foreground"
475
+ "name": "--vscode-button-foreground",
476
+ "default": "#ffffff"
441
477
  },
442
478
  {
443
479
  "name": "--vscode-button-border",
444
- "default": "var(--vscode-button-background)"
480
+ "default": "var(--vscode-button-background, rgba(255, 255, 255, 0.07))"
445
481
  },
446
482
  {
447
- "name": "--vscode-button-hoverBackground"
483
+ "name": "--vscode-button-hoverBackground",
484
+ "default": "#026ec1"
448
485
  },
449
486
  {
450
- "name": "--vscode-font-family"
487
+ "description": "A sans-serif font type depends on the host OS.",
488
+ "name": "--vscode-font-family",
489
+ "default": "sans-serif"
451
490
  },
452
491
  {
453
- "name": "--vscode-font-size"
492
+ "name": "--vscode-font-size",
493
+ "default": "13px"
454
494
  },
455
495
  {
456
- "name": "--vscode-font-weight"
496
+ "name": "--vscode-font-weight",
497
+ "default": "normal"
457
498
  },
458
499
  {
459
- "name": "--vscode-button-secondaryForeground"
500
+ "name": "--vscode-button-secondaryForeground",
501
+ "default": "#cccccc"
460
502
  },
461
503
  {
462
- "name": "--vscode-button-secondaryBackground"
504
+ "name": "--vscode-button-secondaryBackground",
505
+ "default": "#313131"
463
506
  },
464
507
  {
465
- "name": "--vscode-button-secondaryHoverBackground"
508
+ "name": "--vscode-button-secondaryHoverBackground",
509
+ "default": "#3c3c3c"
466
510
  },
467
511
  {
468
- "name": "--vscode-focusBorder"
512
+ "name": "--vscode-focusBorder",
513
+ "default": "#0078d4"
469
514
  }
470
515
  ],
471
516
  "members": [
@@ -674,7 +719,7 @@
674
719
  "text": "string"
675
720
  },
676
721
  "privacy": "private",
677
- "default": "'1.12.0'",
722
+ "default": "'1.13.0'",
678
723
  "inheritedFrom": {
679
724
  "name": "VscElement",
680
725
  "module": "src/includes/VscElement.ts"
@@ -1219,7 +1264,7 @@
1219
1264
  "text": "string"
1220
1265
  },
1221
1266
  "privacy": "private",
1222
- "default": "'1.12.0'",
1267
+ "default": "'1.13.0'",
1223
1268
  "inheritedFrom": {
1224
1269
  "name": "VscElement",
1225
1270
  "module": "src/includes/VscElement.ts"
@@ -1442,7 +1487,7 @@
1442
1487
  "text": "string"
1443
1488
  },
1444
1489
  "privacy": "private",
1445
- "default": "'1.12.0'",
1490
+ "default": "'1.13.0'",
1446
1491
  "inheritedFrom": {
1447
1492
  "name": "VscElement",
1448
1493
  "module": "src/includes/VscElement.ts"
@@ -1638,7 +1683,7 @@
1638
1683
  "text": "string"
1639
1684
  },
1640
1685
  "privacy": "private",
1641
- "default": "'1.12.0'",
1686
+ "default": "'1.13.0'",
1642
1687
  "inheritedFrom": {
1643
1688
  "name": "VscElement",
1644
1689
  "module": "src/includes/VscElement.ts"
@@ -1964,7 +2009,7 @@
1964
2009
  "text": "string"
1965
2010
  },
1966
2011
  "privacy": "private",
1967
- "default": "'1.12.0'",
2012
+ "default": "'1.13.0'",
1968
2013
  "inheritedFrom": {
1969
2014
  "name": "VscElement",
1970
2015
  "module": "src/includes/VscElement.ts"
@@ -2166,7 +2211,7 @@
2166
2211
  "text": "string"
2167
2212
  },
2168
2213
  "privacy": "private",
2169
- "default": "'1.12.0'",
2214
+ "default": "'1.13.0'",
2170
2215
  "inheritedFrom": {
2171
2216
  "name": "VscElement",
2172
2217
  "module": "src/includes/VscElement.ts"
@@ -2305,7 +2350,7 @@
2305
2350
  "text": "string"
2306
2351
  },
2307
2352
  "privacy": "private",
2308
- "default": "'1.12.0'",
2353
+ "default": "'1.13.0'",
2309
2354
  "inheritedFrom": {
2310
2355
  "name": "VscElement",
2311
2356
  "module": "src/includes/VscElement.ts"
@@ -2526,7 +2571,7 @@
2526
2571
  "text": "string"
2527
2572
  },
2528
2573
  "privacy": "private",
2529
- "default": "'1.12.0'",
2574
+ "default": "'1.13.0'",
2530
2575
  "inheritedFrom": {
2531
2576
  "name": "VscElement",
2532
2577
  "module": "src/includes/VscElement.ts"
@@ -2661,7 +2706,7 @@
2661
2706
  "text": "string"
2662
2707
  },
2663
2708
  "privacy": "private",
2664
- "default": "'1.12.0'",
2709
+ "default": "'1.13.0'",
2665
2710
  "inheritedFrom": {
2666
2711
  "name": "VscElement",
2667
2712
  "module": "src/includes/VscElement.ts"
@@ -2769,7 +2814,7 @@
2769
2814
  "text": "string"
2770
2815
  },
2771
2816
  "privacy": "private",
2772
- "default": "'1.12.0'",
2817
+ "default": "'1.13.0'",
2773
2818
  "inheritedFrom": {
2774
2819
  "name": "VscElement",
2775
2820
  "module": "src/includes/VscElement.ts"
@@ -2970,7 +3015,7 @@
2970
3015
  "text": "string"
2971
3016
  },
2972
3017
  "privacy": "private",
2973
- "default": "'1.12.0'",
3018
+ "default": "'1.13.0'",
2974
3019
  "inheritedFrom": {
2975
3020
  "name": "VscElement",
2976
3021
  "module": "src/includes/VscElement.ts"
@@ -3193,7 +3238,7 @@
3193
3238
  "text": "string"
3194
3239
  },
3195
3240
  "privacy": "private",
3196
- "default": "'1.12.0'",
3241
+ "default": "'1.13.0'",
3197
3242
  "inheritedFrom": {
3198
3243
  "name": "VscElement",
3199
3244
  "module": "src/includes/VscElement.ts"
@@ -4290,7 +4335,7 @@
4290
4335
  "text": "string"
4291
4336
  },
4292
4337
  "privacy": "private",
4293
- "default": "'1.12.0'",
4338
+ "default": "'1.13.0'",
4294
4339
  "inheritedFrom": {
4295
4340
  "name": "VscElement",
4296
4341
  "module": "src/includes/VscElement.ts"
@@ -4588,7 +4633,7 @@
4588
4633
  "text": "string"
4589
4634
  },
4590
4635
  "privacy": "private",
4591
- "default": "'1.12.0'",
4636
+ "default": "'1.13.0'",
4592
4637
  "inheritedFrom": {
4593
4638
  "name": "VscElement",
4594
4639
  "module": "src/includes/VscElement.ts"
@@ -4738,7 +4783,7 @@
4738
4783
  "text": "string"
4739
4784
  },
4740
4785
  "privacy": "private",
4741
- "default": "'1.12.0'",
4786
+ "default": "'1.13.0'",
4742
4787
  "inheritedFrom": {
4743
4788
  "name": "VscElement",
4744
4789
  "module": "src/includes/VscElement.ts"
@@ -5208,7 +5253,7 @@
5208
5253
  "text": "string"
5209
5254
  },
5210
5255
  "privacy": "private",
5211
- "default": "'1.12.0'",
5256
+ "default": "'1.13.0'",
5212
5257
  "inheritedFrom": {
5213
5258
  "name": "VscElement",
5214
5259
  "module": "src/includes/VscElement.ts"
@@ -5530,7 +5575,7 @@
5530
5575
  "text": "string"
5531
5576
  },
5532
5577
  "privacy": "private",
5533
- "default": "'1.12.0'",
5578
+ "default": "'1.13.0'",
5534
5579
  "inheritedFrom": {
5535
5580
  "name": "VscElement",
5536
5581
  "module": "src/includes/VscElement.ts"
@@ -5924,7 +5969,7 @@
5924
5969
  "text": "string"
5925
5970
  },
5926
5971
  "privacy": "private",
5927
- "default": "'1.12.0'",
5972
+ "default": "'1.13.0'",
5928
5973
  "inheritedFrom": {
5929
5974
  "name": "VscElement",
5930
5975
  "module": "src/includes/VscElement.ts"
@@ -6982,7 +7027,7 @@
6982
7027
  "text": "string"
6983
7028
  },
6984
7029
  "privacy": "private",
6985
- "default": "'1.12.0'",
7030
+ "default": "'1.13.0'",
6986
7031
  "inheritedFrom": {
6987
7032
  "name": "VscElement",
6988
7033
  "module": "src/includes/VscElement.ts"
@@ -7371,7 +7416,7 @@
7371
7416
  "name": "fixedPane",
7372
7417
  "description": "The size of the fixed pane will not change when the component is resized.",
7373
7418
  "type": {
7374
- "text": "FixedPaneType"
7419
+ "text": "'start' | 'end' | 'none'"
7375
7420
  },
7376
7421
  "attribute": "fixed-pane"
7377
7422
  },
@@ -7599,7 +7644,7 @@
7599
7644
  "text": "string"
7600
7645
  },
7601
7646
  "privacy": "private",
7602
- "default": "'1.12.0'",
7647
+ "default": "'1.13.0'",
7603
7648
  "inheritedFrom": {
7604
7649
  "name": "VscElement",
7605
7650
  "module": "src/includes/VscElement.ts"
@@ -7667,7 +7712,7 @@
7667
7712
  "name": "fixed-pane",
7668
7713
  "description": "The size of the fixed pane will not change when the component is resized.",
7669
7714
  "type": {
7670
- "text": "FixedPaneType"
7715
+ "text": "'start' | 'end' | 'none'"
7671
7716
  },
7672
7717
  "fieldName": "fixedPane"
7673
7718
  }
@@ -7804,7 +7849,7 @@
7804
7849
  "text": "string"
7805
7850
  },
7806
7851
  "privacy": "private",
7807
- "default": "'1.12.0'",
7852
+ "default": "'1.13.0'",
7808
7853
  "inheritedFrom": {
7809
7854
  "name": "VscElement",
7810
7855
  "module": "src/includes/VscElement.ts"
@@ -7939,7 +7984,7 @@
7939
7984
  "text": "string"
7940
7985
  },
7941
7986
  "privacy": "private",
7942
- "default": "'1.12.0'",
7987
+ "default": "'1.13.0'",
7943
7988
  "inheritedFrom": {
7944
7989
  "name": "VscElement",
7945
7990
  "module": "src/includes/VscElement.ts"
@@ -8127,6 +8172,39 @@
8127
8172
  "attribute": "responsive",
8128
8173
  "reflects": true
8129
8174
  },
8175
+ {
8176
+ "kind": "field",
8177
+ "name": "bordered",
8178
+ "type": {
8179
+ "text": "boolean"
8180
+ },
8181
+ "default": "false",
8182
+ "description": "Both rows and columns are separated by borders.",
8183
+ "attribute": "bordered",
8184
+ "reflects": true
8185
+ },
8186
+ {
8187
+ "kind": "field",
8188
+ "name": "borderedColumns",
8189
+ "type": {
8190
+ "text": "boolean"
8191
+ },
8192
+ "default": "false",
8193
+ "description": "Columns are separated by borders.",
8194
+ "attribute": "bordered-columns",
8195
+ "reflects": true
8196
+ },
8197
+ {
8198
+ "kind": "field",
8199
+ "name": "borderedRows",
8200
+ "type": {
8201
+ "text": "boolean"
8202
+ },
8203
+ "default": "false",
8204
+ "description": "Rows are separated by borders.",
8205
+ "attribute": "bordered-rows",
8206
+ "reflects": true
8207
+ },
8130
8208
  {
8131
8209
  "kind": "field",
8132
8210
  "name": "breakpoint",
@@ -8167,13 +8245,24 @@
8167
8245
  },
8168
8246
  {
8169
8247
  "kind": "field",
8170
- "name": "compact",
8248
+ "name": "zebra",
8171
8249
  "type": {
8172
8250
  "text": "boolean"
8173
8251
  },
8174
8252
  "default": "false",
8175
- "description": "For internal use only",
8176
- "attribute": "compact",
8253
+ "description": "Zebra stripes, even rows are tinted.",
8254
+ "attribute": "zebra",
8255
+ "reflects": true
8256
+ },
8257
+ {
8258
+ "kind": "field",
8259
+ "name": "zebraOdd",
8260
+ "type": {
8261
+ "text": "boolean"
8262
+ },
8263
+ "default": "false",
8264
+ "description": "Zebra stripes, odd rows are tinted.",
8265
+ "attribute": "zebra-odd",
8177
8266
  "reflects": true
8178
8267
  },
8179
8268
  {
@@ -8632,7 +8721,7 @@
8632
8721
  "text": "string"
8633
8722
  },
8634
8723
  "privacy": "private",
8635
- "default": "'1.12.0'",
8724
+ "default": "'1.13.0'",
8636
8725
  "inheritedFrom": {
8637
8726
  "name": "VscElement",
8638
8727
  "module": "src/includes/VscElement.ts"
@@ -8654,55 +8743,47 @@
8654
8743
  ],
8655
8744
  "attributes": [
8656
8745
  {
8746
+ "name": "resizable",
8657
8747
  "type": {
8658
- "text": "Boolean"
8659
- },
8660
- "description": "Zebra stripes, even rows are tinted.",
8661
- "name": "zebra"
8662
- },
8663
- {
8664
- "type": {
8665
- "text": "Boolean"
8666
- },
8667
- "description": "Zebra stripes, odd rows are tinted.",
8668
- "name": "zebra-odd"
8669
- },
8670
- {
8671
- "type": {
8672
- "text": "Boolean"
8748
+ "text": "boolean"
8673
8749
  },
8674
- "description": "Rows are separated by borders",
8675
- "name": "bordered-rows"
8750
+ "default": "false",
8751
+ "fieldName": "resizable"
8676
8752
  },
8677
8753
  {
8754
+ "name": "responsive",
8678
8755
  "type": {
8679
- "text": "Boolean"
8756
+ "text": "boolean"
8680
8757
  },
8681
- "description": "Columns are separated by borders",
8682
- "name": "bordered-columns"
8758
+ "default": "false",
8759
+ "fieldName": "responsive"
8683
8760
  },
8684
8761
  {
8762
+ "name": "bordered",
8685
8763
  "type": {
8686
- "text": "Boolean"
8764
+ "text": "boolean"
8687
8765
  },
8688
- "description": "Rows and columns are separated by borders",
8689
- "name": "bordered"
8766
+ "default": "false",
8767
+ "description": "Both rows and columns are separated by borders.",
8768
+ "fieldName": "bordered"
8690
8769
  },
8691
8770
  {
8692
- "name": "resizable",
8771
+ "name": "bordered-columns",
8693
8772
  "type": {
8694
8773
  "text": "boolean"
8695
8774
  },
8696
8775
  "default": "false",
8697
- "fieldName": "resizable"
8776
+ "description": "Columns are separated by borders.",
8777
+ "fieldName": "borderedColumns"
8698
8778
  },
8699
8779
  {
8700
- "name": "responsive",
8780
+ "name": "bordered-rows",
8701
8781
  "type": {
8702
8782
  "text": "boolean"
8703
8783
  },
8704
8784
  "default": "false",
8705
- "fieldName": "responsive"
8785
+ "description": "Rows are separated by borders.",
8786
+ "fieldName": "borderedRows"
8706
8787
  },
8707
8788
  {
8708
8789
  "name": "breakpoint",
@@ -8738,13 +8819,22 @@
8738
8819
  "fieldName": "delayedResizing"
8739
8820
  },
8740
8821
  {
8741
- "name": "compact",
8822
+ "name": "zebra",
8742
8823
  "type": {
8743
8824
  "text": "boolean"
8744
8825
  },
8745
8826
  "default": "false",
8746
- "description": "For internal use only",
8747
- "fieldName": "compact"
8827
+ "description": "Zebra stripes, even rows are tinted.",
8828
+ "fieldName": "zebra"
8829
+ },
8830
+ {
8831
+ "name": "zebra-odd",
8832
+ "type": {
8833
+ "text": "boolean"
8834
+ },
8835
+ "default": "false",
8836
+ "description": "Zebra stripes, odd rows are tinted.",
8837
+ "fieldName": "zebraOdd"
8748
8838
  }
8749
8839
  ],
8750
8840
  "superclass": {
@@ -8819,7 +8909,7 @@
8819
8909
  "text": "string"
8820
8910
  },
8821
8911
  "privacy": "private",
8822
- "default": "'1.12.0'",
8912
+ "default": "'1.13.0'",
8823
8913
  "inheritedFrom": {
8824
8914
  "name": "VscElement",
8825
8915
  "module": "src/includes/VscElement.ts"
@@ -8941,7 +9031,7 @@
8941
9031
  "text": "string"
8942
9032
  },
8943
9033
  "privacy": "private",
8944
- "default": "'1.12.0'",
9034
+ "default": "'1.13.0'",
8945
9035
  "inheritedFrom": {
8946
9036
  "name": "VscElement",
8947
9037
  "module": "src/includes/VscElement.ts"
@@ -9054,7 +9144,7 @@
9054
9144
  "text": "string"
9055
9145
  },
9056
9146
  "privacy": "private",
9057
- "default": "'1.12.0'",
9147
+ "default": "'1.13.0'",
9058
9148
  "inheritedFrom": {
9059
9149
  "name": "VscElement",
9060
9150
  "module": "src/includes/VscElement.ts"
@@ -9152,7 +9242,7 @@
9152
9242
  "text": "string"
9153
9243
  },
9154
9244
  "privacy": "private",
9155
- "default": "'1.12.0'",
9245
+ "default": "'1.13.0'",
9156
9246
  "inheritedFrom": {
9157
9247
  "name": "VscElement",
9158
9248
  "module": "src/includes/VscElement.ts"
@@ -9244,7 +9334,7 @@
9244
9334
  "text": "string"
9245
9335
  },
9246
9336
  "privacy": "private",
9247
- "default": "'1.12.0'",
9337
+ "default": "'1.13.0'",
9248
9338
  "inheritedFrom": {
9249
9339
  "name": "VscElement",
9250
9340
  "module": "src/includes/VscElement.ts"
@@ -9496,7 +9586,7 @@
9496
9586
  "text": "string"
9497
9587
  },
9498
9588
  "privacy": "private",
9499
- "default": "'1.12.0'",
9589
+ "default": "'1.13.0'",
9500
9590
  "inheritedFrom": {
9501
9591
  "name": "VscElement",
9502
9592
  "module": "src/includes/VscElement.ts"
@@ -10007,7 +10097,7 @@
10007
10097
  "text": "string"
10008
10098
  },
10009
10099
  "privacy": "private",
10010
- "default": "'1.12.0'",
10100
+ "default": "'1.13.0'",
10011
10101
  "inheritedFrom": {
10012
10102
  "name": "VscElement",
10013
10103
  "module": "src/includes/VscElement.ts"
@@ -10230,7 +10320,7 @@
10230
10320
  "type": {
10231
10321
  "text": "CSSResultGroup"
10232
10322
  },
10233
- "default": "[ defaultStyles, css` :host { align-items: center; background-color: var(--vscode-settings-textInputBackground); border-color: var( --vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground) ); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground); display: inline-flex; max-width: 100%; position: relative; width: 320px; } :host([focused]) { border-color: var(--vscode-focusBorder); } :host([invalid]), :host(:invalid) { border-color: var(--vscode-inputValidation-errorBorder, #be1100); } :host([invalid]) input, :host(:invalid) input { background-color: var(--vscode-inputValidation-errorBackground); } ::slotted([slot='content-before']) { display: block; margin-left: 2px; } ::slotted([slot='content-after']) { display: block; margin-right: 2px; } slot[name='content-before'], slot[name='content-after'] { align-items: center; display: flex; } input { background-color: var(--vscode-settings-textInputBackground); border: 0; box-sizing: border-box; color: var(--vscode-settings-textInputForeground); display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 18px; outline: none; padding-bottom: 3px; padding-left: 4px; padding-right: 4px; padding-top: 3px; width: 100%; } input:read-only:not([type='file']) { cursor: not-allowed; } input::placeholder { color: var(--vscode-input-placeholderForeground); opacity: 1; } input[type='file'] { line-height: 24px; padding-bottom: 0; padding-left: 2px; padding-top: 0; } input[type='file']::file-selector-button { background-color: var(--vscode-button-background); border: 0; border-radius: 2px; color: var(--vscode-button-foreground); cursor: pointer; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); line-height: 20px; padding: 0 14px; } input[type='file']::file-selector-button:hover { background-color: var(--vscode-button-hoverBackground); } `, ]"
10323
+ "default": "[ defaultStyles, css` :host { align-items: center; background-color: var(--vscode-settings-textInputBackground, #313131); border-color: var( --vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground, #3c3c3c) ); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground, #cccccc); display: inline-flex; max-width: 100%; position: relative; width: 320px; } :host([focused]) { border-color: var(--vscode-focusBorder, #0078d4); } :host([invalid]), :host(:invalid) { border-color: var(--vscode-inputValidation-errorBorder, #be1100); } :host([invalid]) input, :host(:invalid) input { background-color: var(--vscode-inputValidation-errorBackground, #5a1d1d); } ::slotted([slot='content-before']) { display: block; margin-left: 2px; } ::slotted([slot='content-after']) { display: block; margin-right: 2px; } slot[name='content-before'], slot[name='content-after'] { align-items: center; display: flex; } input { background-color: var(--vscode-settings-textInputBackground, #313131); border: 0; box-sizing: border-box; color: var(--vscode-settings-textInputForeground, #cccccc); display: block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, 'normal'); line-height: 18px; outline: none; padding-bottom: 3px; padding-left: 4px; padding-right: 4px; padding-top: 3px; width: 100%; } input:read-only:not([type='file']) { cursor: not-allowed; } input::placeholder { color: var(--vscode-input-placeholderForeground, #989898); opacity: 1; } input[type='file'] { line-height: 24px; padding-bottom: 0; padding-left: 2px; padding-top: 0; } input[type='file']::file-selector-button { background-color: var(--vscode-button-background, #0078d4); border: 0; border-radius: 2px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, 'normal'); line-height: 20px; padding: 0 14px; } input[type='file']::file-selector-button:hover { background-color: var(--vscode-button-hoverBackground, #026ec1); } `, ]"
10234
10324
  }
10235
10325
  ],
10236
10326
  "exports": [
@@ -10254,37 +10344,61 @@
10254
10344
  "name": "VscodeTextfield",
10255
10345
  "cssProperties": [
10256
10346
  {
10257
- "name": "--vscode-settings-textInputBackground"
10347
+ "name": "--vscode-settings-textInputBackground",
10348
+ "default": "#313131"
10258
10349
  },
10259
10350
  {
10260
- "name": "--vscode-settings-textInputBorder"
10351
+ "name": "--vscode-settings-textInputBorder",
10352
+ "default": "var(--vscode-settings-textInputBackground, #3c3c3c)"
10261
10353
  },
10262
10354
  {
10263
- "name": "--vscode-settings-textInputForeground"
10355
+ "name": "--vscode-settings-textInputForeground",
10356
+ "default": "#cccccc"
10264
10357
  },
10265
10358
  {
10266
- "name": "--vscode-focusBorder"
10359
+ "name": "--vscode-settings-textInputBackground",
10360
+ "default": "#313131"
10267
10361
  },
10268
10362
  {
10269
- "name": "--vscode-font-family"
10363
+ "name": "--vscode-focusBorder",
10364
+ "default": "#0078d4"
10270
10365
  },
10271
10366
  {
10272
- "name": "--vscode-font-size"
10367
+ "description": "A sans-serif font type depends on the host OS.",
10368
+ "name": "--vscode-font-family",
10369
+ "default": "sans-serif"
10273
10370
  },
10274
10371
  {
10275
- "name": "--vscode-font-weight"
10372
+ "name": "--vscode-font-size",
10373
+ "default": "13px"
10276
10374
  },
10277
10375
  {
10278
- "name": "--vscode-input-placeholderForeground"
10376
+ "name": "--vscode-font-weight",
10377
+ "default": "normal"
10378
+ },
10379
+ {
10380
+ "name": "--vscode-inputValidation-errorBorder",
10381
+ "default": "#be1100"
10382
+ },
10383
+ {
10384
+ "name": "--vscode-inputValidation-errorBackground",
10385
+ "default": "#5a1d1d"
10386
+ },
10387
+ {
10388
+ "name": "--vscode-input-placeholderForeground",
10389
+ "default": "#989898"
10279
10390
  },
10280
10391
  {
10281
- "name": "--vscode-button-background"
10392
+ "name": "--vscode-button-background",
10393
+ "default": "#0078d4"
10282
10394
  },
10283
10395
  {
10284
- "name": "--vscode-button-foreground"
10396
+ "name": "--vscode-button-foreground",
10397
+ "default": "#ffffff"
10285
10398
  },
10286
10399
  {
10287
- "name": "--vscode-button-hoverBackground"
10400
+ "name": "--vscode-button-hoverBackground",
10401
+ "default": "#026ec1"
10288
10402
  }
10289
10403
  ],
10290
10404
  "slots": [
@@ -10643,7 +10757,7 @@
10643
10757
  "text": "string"
10644
10758
  },
10645
10759
  "privacy": "private",
10646
- "default": "'1.12.0'",
10760
+ "default": "'1.13.0'",
10647
10761
  "inheritedFrom": {
10648
10762
  "name": "VscElement",
10649
10763
  "module": "src/includes/VscElement.ts"
@@ -11384,7 +11498,7 @@
11384
11498
  "text": "string"
11385
11499
  },
11386
11500
  "privacy": "private",
11387
- "default": "'1.12.0'",
11501
+ "default": "'1.13.0'",
11388
11502
  "inheritedFrom": {
11389
11503
  "name": "VscElement",
11390
11504
  "module": "src/includes/VscElement.ts"
@@ -11557,7 +11671,7 @@
11557
11671
  "text": "string"
11558
11672
  },
11559
11673
  "privacy": "private",
11560
- "default": "'1.12.0'",
11674
+ "default": "'1.13.0'",
11561
11675
  "inheritedFrom": {
11562
11676
  "name": "VscElement",
11563
11677
  "module": "src/includes/VscElement.ts"
@@ -12529,7 +12643,7 @@
12529
12643
  "text": "string"
12530
12644
  },
12531
12645
  "privacy": "private",
12532
- "default": "'1.12.0'",
12646
+ "default": "'1.13.0'",
12533
12647
  "inheritedFrom": {
12534
12648
  "name": "VscElement",
12535
12649
  "module": "src/includes/VscElement.ts"