@vscode-elements/elements 1.12.0 → 1.13.1

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 +230 -103
  3. package/dist/bundled.js +231 -220
  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 +23 -7
  83. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  84. package/dist/vscode-table/vscode-table.js +57 -9
  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.1'"
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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.1'",
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
  {
@@ -8208,6 +8297,14 @@
8208
8297
  },
8209
8298
  "privacy": "private"
8210
8299
  },
8300
+ {
8301
+ "kind": "field",
8302
+ "name": "_assignedElements",
8303
+ "type": {
8304
+ "text": "NodeListOf<HTMLElement>"
8305
+ },
8306
+ "privacy": "private"
8307
+ },
8211
8308
  {
8212
8309
  "kind": "field",
8213
8310
  "name": "_assignedHeaderElements",
@@ -8532,6 +8629,11 @@
8532
8629
  "name": "_toggleCompactView",
8533
8630
  "privacy": "private"
8534
8631
  },
8632
+ {
8633
+ "kind": "method",
8634
+ "name": "_onDefaultSlotChange",
8635
+ "privacy": "private"
8636
+ },
8535
8637
  {
8536
8638
  "kind": "method",
8537
8639
  "name": "_onHeaderSlotChange",
@@ -8632,7 +8734,7 @@
8632
8734
  "text": "string"
8633
8735
  },
8634
8736
  "privacy": "private",
8635
- "default": "'1.12.0'",
8737
+ "default": "'1.13.1'",
8636
8738
  "inheritedFrom": {
8637
8739
  "name": "VscElement",
8638
8740
  "module": "src/includes/VscElement.ts"
@@ -8654,55 +8756,47 @@
8654
8756
  ],
8655
8757
  "attributes": [
8656
8758
  {
8759
+ "name": "resizable",
8657
8760
  "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"
8761
+ "text": "boolean"
8673
8762
  },
8674
- "description": "Rows are separated by borders",
8675
- "name": "bordered-rows"
8763
+ "default": "false",
8764
+ "fieldName": "resizable"
8676
8765
  },
8677
8766
  {
8767
+ "name": "responsive",
8678
8768
  "type": {
8679
- "text": "Boolean"
8769
+ "text": "boolean"
8680
8770
  },
8681
- "description": "Columns are separated by borders",
8682
- "name": "bordered-columns"
8771
+ "default": "false",
8772
+ "fieldName": "responsive"
8683
8773
  },
8684
8774
  {
8775
+ "name": "bordered",
8685
8776
  "type": {
8686
- "text": "Boolean"
8777
+ "text": "boolean"
8687
8778
  },
8688
- "description": "Rows and columns are separated by borders",
8689
- "name": "bordered"
8779
+ "default": "false",
8780
+ "description": "Both rows and columns are separated by borders.",
8781
+ "fieldName": "bordered"
8690
8782
  },
8691
8783
  {
8692
- "name": "resizable",
8784
+ "name": "bordered-columns",
8693
8785
  "type": {
8694
8786
  "text": "boolean"
8695
8787
  },
8696
8788
  "default": "false",
8697
- "fieldName": "resizable"
8789
+ "description": "Columns are separated by borders.",
8790
+ "fieldName": "borderedColumns"
8698
8791
  },
8699
8792
  {
8700
- "name": "responsive",
8793
+ "name": "bordered-rows",
8701
8794
  "type": {
8702
8795
  "text": "boolean"
8703
8796
  },
8704
8797
  "default": "false",
8705
- "fieldName": "responsive"
8798
+ "description": "Rows are separated by borders.",
8799
+ "fieldName": "borderedRows"
8706
8800
  },
8707
8801
  {
8708
8802
  "name": "breakpoint",
@@ -8738,13 +8832,22 @@
8738
8832
  "fieldName": "delayedResizing"
8739
8833
  },
8740
8834
  {
8741
- "name": "compact",
8835
+ "name": "zebra",
8742
8836
  "type": {
8743
8837
  "text": "boolean"
8744
8838
  },
8745
8839
  "default": "false",
8746
- "description": "For internal use only",
8747
- "fieldName": "compact"
8840
+ "description": "Zebra stripes, even rows are tinted.",
8841
+ "fieldName": "zebra"
8842
+ },
8843
+ {
8844
+ "name": "zebra-odd",
8845
+ "type": {
8846
+ "text": "boolean"
8847
+ },
8848
+ "default": "false",
8849
+ "description": "Zebra stripes, odd rows are tinted.",
8850
+ "fieldName": "zebraOdd"
8748
8851
  }
8749
8852
  ],
8750
8853
  "superclass": {
@@ -8819,7 +8922,7 @@
8819
8922
  "text": "string"
8820
8923
  },
8821
8924
  "privacy": "private",
8822
- "default": "'1.12.0'",
8925
+ "default": "'1.13.1'",
8823
8926
  "inheritedFrom": {
8824
8927
  "name": "VscElement",
8825
8928
  "module": "src/includes/VscElement.ts"
@@ -8941,7 +9044,7 @@
8941
9044
  "text": "string"
8942
9045
  },
8943
9046
  "privacy": "private",
8944
- "default": "'1.12.0'",
9047
+ "default": "'1.13.1'",
8945
9048
  "inheritedFrom": {
8946
9049
  "name": "VscElement",
8947
9050
  "module": "src/includes/VscElement.ts"
@@ -9054,7 +9157,7 @@
9054
9157
  "text": "string"
9055
9158
  },
9056
9159
  "privacy": "private",
9057
- "default": "'1.12.0'",
9160
+ "default": "'1.13.1'",
9058
9161
  "inheritedFrom": {
9059
9162
  "name": "VscElement",
9060
9163
  "module": "src/includes/VscElement.ts"
@@ -9152,7 +9255,7 @@
9152
9255
  "text": "string"
9153
9256
  },
9154
9257
  "privacy": "private",
9155
- "default": "'1.12.0'",
9258
+ "default": "'1.13.1'",
9156
9259
  "inheritedFrom": {
9157
9260
  "name": "VscElement",
9158
9261
  "module": "src/includes/VscElement.ts"
@@ -9244,7 +9347,7 @@
9244
9347
  "text": "string"
9245
9348
  },
9246
9349
  "privacy": "private",
9247
- "default": "'1.12.0'",
9350
+ "default": "'1.13.1'",
9248
9351
  "inheritedFrom": {
9249
9352
  "name": "VscElement",
9250
9353
  "module": "src/includes/VscElement.ts"
@@ -9496,7 +9599,7 @@
9496
9599
  "text": "string"
9497
9600
  },
9498
9601
  "privacy": "private",
9499
- "default": "'1.12.0'",
9602
+ "default": "'1.13.1'",
9500
9603
  "inheritedFrom": {
9501
9604
  "name": "VscElement",
9502
9605
  "module": "src/includes/VscElement.ts"
@@ -10007,7 +10110,7 @@
10007
10110
  "text": "string"
10008
10111
  },
10009
10112
  "privacy": "private",
10010
- "default": "'1.12.0'",
10113
+ "default": "'1.13.1'",
10011
10114
  "inheritedFrom": {
10012
10115
  "name": "VscElement",
10013
10116
  "module": "src/includes/VscElement.ts"
@@ -10230,7 +10333,7 @@
10230
10333
  "type": {
10231
10334
  "text": "CSSResultGroup"
10232
10335
  },
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); } `, ]"
10336
+ "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
10337
  }
10235
10338
  ],
10236
10339
  "exports": [
@@ -10254,37 +10357,61 @@
10254
10357
  "name": "VscodeTextfield",
10255
10358
  "cssProperties": [
10256
10359
  {
10257
- "name": "--vscode-settings-textInputBackground"
10360
+ "name": "--vscode-settings-textInputBackground",
10361
+ "default": "#313131"
10258
10362
  },
10259
10363
  {
10260
- "name": "--vscode-settings-textInputBorder"
10364
+ "name": "--vscode-settings-textInputBorder",
10365
+ "default": "var(--vscode-settings-textInputBackground, #3c3c3c)"
10261
10366
  },
10262
10367
  {
10263
- "name": "--vscode-settings-textInputForeground"
10368
+ "name": "--vscode-settings-textInputForeground",
10369
+ "default": "#cccccc"
10264
10370
  },
10265
10371
  {
10266
- "name": "--vscode-focusBorder"
10372
+ "name": "--vscode-settings-textInputBackground",
10373
+ "default": "#313131"
10267
10374
  },
10268
10375
  {
10269
- "name": "--vscode-font-family"
10376
+ "name": "--vscode-focusBorder",
10377
+ "default": "#0078d4"
10270
10378
  },
10271
10379
  {
10272
- "name": "--vscode-font-size"
10380
+ "description": "A sans-serif font type depends on the host OS.",
10381
+ "name": "--vscode-font-family",
10382
+ "default": "sans-serif"
10273
10383
  },
10274
10384
  {
10275
- "name": "--vscode-font-weight"
10385
+ "name": "--vscode-font-size",
10386
+ "default": "13px"
10276
10387
  },
10277
10388
  {
10278
- "name": "--vscode-input-placeholderForeground"
10389
+ "name": "--vscode-font-weight",
10390
+ "default": "normal"
10391
+ },
10392
+ {
10393
+ "name": "--vscode-inputValidation-errorBorder",
10394
+ "default": "#be1100"
10395
+ },
10396
+ {
10397
+ "name": "--vscode-inputValidation-errorBackground",
10398
+ "default": "#5a1d1d"
10399
+ },
10400
+ {
10401
+ "name": "--vscode-input-placeholderForeground",
10402
+ "default": "#989898"
10279
10403
  },
10280
10404
  {
10281
- "name": "--vscode-button-background"
10405
+ "name": "--vscode-button-background",
10406
+ "default": "#0078d4"
10282
10407
  },
10283
10408
  {
10284
- "name": "--vscode-button-foreground"
10409
+ "name": "--vscode-button-foreground",
10410
+ "default": "#ffffff"
10285
10411
  },
10286
10412
  {
10287
- "name": "--vscode-button-hoverBackground"
10413
+ "name": "--vscode-button-hoverBackground",
10414
+ "default": "#026ec1"
10288
10415
  }
10289
10416
  ],
10290
10417
  "slots": [
@@ -10643,7 +10770,7 @@
10643
10770
  "text": "string"
10644
10771
  },
10645
10772
  "privacy": "private",
10646
- "default": "'1.12.0'",
10773
+ "default": "'1.13.1'",
10647
10774
  "inheritedFrom": {
10648
10775
  "name": "VscElement",
10649
10776
  "module": "src/includes/VscElement.ts"
@@ -11384,7 +11511,7 @@
11384
11511
  "text": "string"
11385
11512
  },
11386
11513
  "privacy": "private",
11387
- "default": "'1.12.0'",
11514
+ "default": "'1.13.1'",
11388
11515
  "inheritedFrom": {
11389
11516
  "name": "VscElement",
11390
11517
  "module": "src/includes/VscElement.ts"
@@ -11557,7 +11684,7 @@
11557
11684
  "text": "string"
11558
11685
  },
11559
11686
  "privacy": "private",
11560
- "default": "'1.12.0'",
11687
+ "default": "'1.13.1'",
11561
11688
  "inheritedFrom": {
11562
11689
  "name": "VscElement",
11563
11690
  "module": "src/includes/VscElement.ts"
@@ -12529,7 +12656,7 @@
12529
12656
  "text": "string"
12530
12657
  },
12531
12658
  "privacy": "private",
12532
- "default": "'1.12.0'",
12659
+ "default": "'1.13.1'",
12533
12660
  "inheritedFrom": {
12534
12661
  "name": "VscElement",
12535
12662
  "module": "src/includes/VscElement.ts"