@vscode-elements/elements 2.3.2-pre.1 → 2.4.1-pre.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/custom-elements.json +1401 -345
  2. package/dist/bundled.js +163 -164
  3. package/dist/includes/VscElement.d.ts +1 -0
  4. package/dist/includes/VscElement.d.ts.map +1 -1
  5. package/dist/includes/VscElement.js +16 -3
  6. package/dist/includes/VscElement.js.map +1 -1
  7. package/dist/includes/helpers.d.ts +1 -0
  8. package/dist/includes/helpers.d.ts.map +1 -1
  9. package/dist/includes/helpers.js +3 -0
  10. package/dist/includes/helpers.js.map +1 -1
  11. package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
  12. package/dist/includes/vscode-select/vscode-select-base.js +1 -4
  13. package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
  14. package/dist/vscode-icon/vscode-icon.d.ts.map +1 -1
  15. package/dist/vscode-icon/vscode-icon.js +2 -3
  16. package/dist/vscode-icon/vscode-icon.js.map +1 -1
  17. package/dist/vscode-table/ColumnResizeController.d.ts +37 -0
  18. package/dist/vscode-table/ColumnResizeController.d.ts.map +1 -0
  19. package/dist/vscode-table/ColumnResizeController.js +141 -0
  20. package/dist/vscode-table/ColumnResizeController.js.map +1 -0
  21. package/dist/vscode-table/calculations.d.ts +13 -0
  22. package/dist/vscode-table/calculations.d.ts.map +1 -0
  23. package/dist/vscode-table/calculations.js +82 -0
  24. package/dist/vscode-table/calculations.js.map +1 -0
  25. package/dist/vscode-table/vscode-table.d.ts +9 -14
  26. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  27. package/dist/vscode-table/vscode-table.js +62 -98
  28. package/dist/vscode-table/vscode-table.js.map +1 -1
  29. package/dist/vscode-table/vscode-table.styles.d.ts +2 -0
  30. package/dist/vscode-table/vscode-table.styles.d.ts.map +1 -1
  31. package/dist/vscode-table/vscode-table.styles.js +6 -5
  32. package/dist/vscode-table/vscode-table.styles.js.map +1 -1
  33. package/dist/vscode-tree-item/vscode-tree-item.d.ts +13 -0
  34. package/dist/vscode-tree-item/vscode-tree-item.d.ts.map +1 -1
  35. package/dist/vscode-tree-item/vscode-tree-item.js +13 -0
  36. package/dist/vscode-tree-item/vscode-tree-item.js.map +1 -1
  37. package/package.json +3 -3
  38. package/vscode.html-custom-data.json +9 -9
  39. package/dist/vscode-table/helpers.d.ts +0 -2
  40. package/dist/vscode-table/helpers.d.ts.map +0 -1
  41. package/dist/vscode-table/helpers.js +0 -20
  42. package/dist/vscode-table/helpers.js.map +0 -1
@@ -25,6 +25,18 @@
25
25
  },
26
26
  "description": "VSCode Elements version",
27
27
  "readonly": true
28
+ },
29
+ {
30
+ "kind": "method",
31
+ "name": "warn",
32
+ "parameters": [
33
+ {
34
+ "name": "message",
35
+ "type": {
36
+ "text": "string"
37
+ }
38
+ }
39
+ ]
28
40
  }
29
41
  ],
30
42
  "superclass": {
@@ -111,6 +123,18 @@
111
123
  {
112
124
  "kind": "function",
113
125
  "name": "getDefaultEditorFontStack"
126
+ },
127
+ {
128
+ "kind": "function",
129
+ "name": "logMessage",
130
+ "parameters": [
131
+ {
132
+ "name": "msg",
133
+ "type": {
134
+ "text": "string"
135
+ }
136
+ }
137
+ ]
114
138
  }
115
139
  ],
116
140
  "exports": [
@@ -145,6 +169,14 @@
145
169
  "name": "getDefaultEditorFontStack",
146
170
  "module": "src/includes/helpers.ts"
147
171
  }
172
+ },
173
+ {
174
+ "kind": "js",
175
+ "name": "logMessage",
176
+ "declaration": {
177
+ "name": "logMessage",
178
+ "module": "src/includes/helpers.ts"
179
+ }
148
180
  }
149
181
  ]
150
182
  },
@@ -962,6 +994,22 @@
962
994
  "name": "VscElement",
963
995
  "module": "src/includes/VscElement.ts"
964
996
  }
997
+ },
998
+ {
999
+ "kind": "method",
1000
+ "name": "warn",
1001
+ "parameters": [
1002
+ {
1003
+ "name": "message",
1004
+ "type": {
1005
+ "text": "string"
1006
+ }
1007
+ }
1008
+ ],
1009
+ "inheritedFrom": {
1010
+ "name": "VscElement",
1011
+ "module": "src/includes/VscElement.ts"
1012
+ }
965
1013
  }
966
1014
  ],
967
1015
  "attributes": [
@@ -1205,6 +1253,22 @@
1205
1253
  "name": "VscElement",
1206
1254
  "module": "src/includes/VscElement.ts"
1207
1255
  }
1256
+ },
1257
+ {
1258
+ "kind": "method",
1259
+ "name": "warn",
1260
+ "parameters": [
1261
+ {
1262
+ "name": "message",
1263
+ "type": {
1264
+ "text": "string"
1265
+ }
1266
+ }
1267
+ ],
1268
+ "inheritedFrom": {
1269
+ "name": "VscElement",
1270
+ "module": "src/includes/VscElement.ts"
1271
+ }
1208
1272
  }
1209
1273
  ],
1210
1274
  "attributes": [
@@ -1336,6 +1400,22 @@
1336
1400
  "name": "VscElement",
1337
1401
  "module": "src/includes/VscElement.ts"
1338
1402
  }
1403
+ },
1404
+ {
1405
+ "kind": "method",
1406
+ "name": "warn",
1407
+ "parameters": [
1408
+ {
1409
+ "name": "message",
1410
+ "type": {
1411
+ "text": "string"
1412
+ }
1413
+ }
1414
+ ],
1415
+ "inheritedFrom": {
1416
+ "name": "VscElement",
1417
+ "module": "src/includes/VscElement.ts"
1418
+ }
1339
1419
  }
1340
1420
  ],
1341
1421
  "superclass": {
@@ -1773,6 +1853,22 @@
1773
1853
  "name": "VscElement",
1774
1854
  "module": "src/includes/VscElement.ts"
1775
1855
  }
1856
+ },
1857
+ {
1858
+ "kind": "method",
1859
+ "name": "warn",
1860
+ "parameters": [
1861
+ {
1862
+ "name": "message",
1863
+ "type": {
1864
+ "text": "string"
1865
+ }
1866
+ }
1867
+ ],
1868
+ "inheritedFrom": {
1869
+ "name": "VscElement",
1870
+ "module": "src/includes/VscElement.ts"
1871
+ }
1776
1872
  }
1777
1873
  ],
1778
1874
  "events": [
@@ -1985,6 +2081,22 @@
1985
2081
  "name": "VscElement",
1986
2082
  "module": "src/includes/VscElement.ts"
1987
2083
  }
2084
+ },
2085
+ {
2086
+ "kind": "method",
2087
+ "name": "warn",
2088
+ "parameters": [
2089
+ {
2090
+ "name": "message",
2091
+ "type": {
2092
+ "text": "string"
2093
+ }
2094
+ }
2095
+ ],
2096
+ "inheritedFrom": {
2097
+ "name": "VscElement",
2098
+ "module": "src/includes/VscElement.ts"
2099
+ }
1988
2100
  }
1989
2101
  ],
1990
2102
  "attributes": [
@@ -2209,6 +2321,22 @@
2209
2321
  "name": "VscElement",
2210
2322
  "module": "src/includes/VscElement.ts"
2211
2323
  }
2324
+ },
2325
+ {
2326
+ "kind": "method",
2327
+ "name": "warn",
2328
+ "parameters": [
2329
+ {
2330
+ "name": "message",
2331
+ "type": {
2332
+ "text": "string"
2333
+ }
2334
+ }
2335
+ ],
2336
+ "inheritedFrom": {
2337
+ "name": "VscElement",
2338
+ "module": "src/includes/VscElement.ts"
2339
+ }
2212
2340
  }
2213
2341
  ],
2214
2342
  "events": [
@@ -2535,6 +2663,22 @@
2535
2663
  "name": "VscElement",
2536
2664
  "module": "src/includes/VscElement.ts"
2537
2665
  }
2666
+ },
2667
+ {
2668
+ "kind": "method",
2669
+ "name": "warn",
2670
+ "parameters": [
2671
+ {
2672
+ "name": "message",
2673
+ "type": {
2674
+ "text": "string"
2675
+ }
2676
+ }
2677
+ ],
2678
+ "inheritedFrom": {
2679
+ "name": "VscElement",
2680
+ "module": "src/includes/VscElement.ts"
2681
+ }
2538
2682
  }
2539
2683
  ],
2540
2684
  "events": [
@@ -2725,6 +2869,22 @@
2725
2869
  "name": "VscElement",
2726
2870
  "module": "src/includes/VscElement.ts"
2727
2871
  }
2872
+ },
2873
+ {
2874
+ "kind": "method",
2875
+ "name": "warn",
2876
+ "parameters": [
2877
+ {
2878
+ "name": "message",
2879
+ "type": {
2880
+ "text": "string"
2881
+ }
2882
+ }
2883
+ ],
2884
+ "inheritedFrom": {
2885
+ "name": "VscElement",
2886
+ "module": "src/includes/VscElement.ts"
2887
+ }
2728
2888
  }
2729
2889
  ],
2730
2890
  "attributes": [
@@ -2857,6 +3017,22 @@
2857
3017
  "name": "VscElement",
2858
3018
  "module": "src/includes/VscElement.ts"
2859
3019
  }
3020
+ },
3021
+ {
3022
+ "kind": "method",
3023
+ "name": "warn",
3024
+ "parameters": [
3025
+ {
3026
+ "name": "message",
3027
+ "type": {
3028
+ "text": "string"
3029
+ }
3030
+ }
3031
+ ],
3032
+ "inheritedFrom": {
3033
+ "name": "VscElement",
3034
+ "module": "src/includes/VscElement.ts"
3035
+ }
2860
3036
  }
2861
3037
  ],
2862
3038
  "attributes": [
@@ -2898,7 +3074,7 @@
2898
3074
  },
2899
3075
  {
2900
3076
  "kind": "javascript-module",
2901
- "path": "src/vscode-form-group/vscode-form-group.styles.ts",
3077
+ "path": "src/vscode-form-container/vscode-form-container.styles.ts",
2902
3078
  "declarations": [
2903
3079
  {
2904
3080
  "kind": "variable",
@@ -2906,7 +3082,7 @@
2906
3082
  "type": {
2907
3083
  "text": "CSSResultGroup"
2908
3084
  },
2909
- "default": "[ defaultStyles, css` :host { --label-right-margin: 14px; --label-width: 150px; display: block; margin: 15px 0; } :host([variant='settings-group']) { margin: 0; padding: 12px 14px 18px; max-width: 727px; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper, :host([variant='settings-group']) .wrapper { display: block; } :host([variant='horizontal']) ::slotted(vscode-checkbox-group), :host([variant='horizontal']) ::slotted(vscode-radio-group) { width: calc(100% - calc(var(--label-width) + var(--label-right-margin))); } :host([variant='horizontal']) ::slotted(vscode-label) { margin-right: var(--label-right-margin); text-align: right; width: var(--label-width); } :host([variant='settings-group']) ::slotted(vscode-label) { height: 18px; line-height: 18px; margin-bottom: 4px; margin-right: 0; padding: 0; } ::slotted(vscode-form-helper) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-form-helper), :host([variant='settings-group']) ::slotted(vscode-form-helper) { display: block; margin-left: 0; } :host([variant='settings-group']) ::slotted(vscode-form-helper) { margin-bottom: 0; margin-top: 0; } :host([variant='vertical']) ::slotted(vscode-label), :host([variant='settings-group']) ::slotted(vscode-label) { display: block; margin-left: 0; text-align: left; } :host([variant='settings-group']) ::slotted(vscode-inputbox), :host([variant='settings-group']) ::slotted(vscode-textfield), :host([variant='settings-group']) ::slotted(vscode-textarea), :host([variant='settings-group']) ::slotted(vscode-single-select), :host([variant='settings-group']) ::slotted(vscode-multi-select) { margin-top: 9px; } ::slotted(vscode-button:first-child) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-button) { margin-left: 0; } ::slotted(vscode-button) { margin-right: 4px; } `, ]"
3085
+ "default": "[ defaultStyles, css` :host { display: block; max-width: 727px; } `, ]"
2910
3086
  }
2911
3087
  ],
2912
3088
  "exports": [
@@ -2915,165 +3091,59 @@
2915
3091
  "name": "default",
2916
3092
  "declaration": {
2917
3093
  "name": "styles",
2918
- "module": "src/vscode-form-group/vscode-form-group.styles.ts"
3094
+ "module": "src/vscode-form-container/vscode-form-container.styles.ts"
2919
3095
  }
2920
3096
  }
2921
3097
  ]
2922
3098
  },
2923
3099
  {
2924
3100
  "kind": "javascript-module",
2925
- "path": "src/vscode-form-group/vscode-form-group.ts",
3101
+ "path": "src/vscode-form-container/vscode-form-container.ts",
2926
3102
  "declarations": [
2927
3103
  {
2928
3104
  "kind": "class",
2929
3105
  "description": "",
2930
- "name": "VscodeFormGroup",
2931
- "cssProperties": [
3106
+ "name": "VscodeFormContainer",
3107
+ "members": [
2932
3108
  {
2933
- "description": "The width of the label in horizontal mode",
2934
- "name": "--label-width",
2935
- "default": "150px"
3109
+ "kind": "field",
3110
+ "name": "responsive",
3111
+ "type": {
3112
+ "text": "boolean"
3113
+ },
3114
+ "attribute": "responsive",
3115
+ "reflects": true
2936
3116
  },
2937
3117
  {
2938
- "description": "The right margin of the label in horizontal mode",
2939
- "name": "--label-right-margin",
2940
- "default": "14px"
2941
- }
2942
- ],
2943
- "members": [
3118
+ "kind": "field",
3119
+ "name": "breakpoint",
3120
+ "type": {
3121
+ "text": "number"
3122
+ },
3123
+ "default": "490",
3124
+ "attribute": "breakpoint"
3125
+ },
2944
3126
  {
2945
3127
  "kind": "field",
2946
- "name": "variant",
3128
+ "name": "_resizeObserver",
2947
3129
  "type": {
2948
- "text": "FormGroupVariant"
3130
+ "text": "ResizeObserver | null"
2949
3131
  },
2950
- "default": "'horizontal'",
2951
- "attribute": "variant",
2952
- "reflects": true
3132
+ "privacy": "private"
2953
3133
  },
2954
3134
  {
2955
3135
  "kind": "field",
2956
- "name": "version",
3136
+ "name": "_wrapperElement",
2957
3137
  "type": {
2958
- "text": "string"
3138
+ "text": "Element"
2959
3139
  },
2960
- "description": "VSCode Elements version",
2961
- "readonly": true,
2962
- "inheritedFrom": {
2963
- "name": "VscElement",
2964
- "module": "src/includes/VscElement.ts"
2965
- }
2966
- }
2967
- ],
2968
- "attributes": [
3140
+ "privacy": "private"
3141
+ },
2969
3142
  {
2970
- "name": "variant",
3143
+ "kind": "field",
3144
+ "name": "_assignedFormGroups",
2971
3145
  "type": {
2972
- "text": "FormGroupVariant"
2973
- },
2974
- "default": "'horizontal'",
2975
- "fieldName": "variant"
2976
- }
2977
- ],
2978
- "superclass": {
2979
- "name": "VscElement",
2980
- "module": "/src/includes/VscElement.js"
2981
- },
2982
- "tagName": "vscode-form-group",
2983
- "customElement": true
2984
- }
2985
- ],
2986
- "exports": [
2987
- {
2988
- "kind": "js",
2989
- "name": "VscodeFormGroup",
2990
- "declaration": {
2991
- "name": "VscodeFormGroup",
2992
- "module": "src/vscode-form-group/vscode-form-group.ts"
2993
- }
2994
- },
2995
- {
2996
- "kind": "custom-element-definition",
2997
- "name": "vscode-form-group",
2998
- "declaration": {
2999
- "name": "VscodeFormGroup",
3000
- "module": "src/vscode-form-group/vscode-form-group.ts"
3001
- }
3002
- }
3003
- ]
3004
- },
3005
- {
3006
- "kind": "javascript-module",
3007
- "path": "src/vscode-form-container/vscode-form-container.styles.ts",
3008
- "declarations": [
3009
- {
3010
- "kind": "variable",
3011
- "name": "styles",
3012
- "type": {
3013
- "text": "CSSResultGroup"
3014
- },
3015
- "default": "[ defaultStyles, css` :host { display: block; max-width: 727px; } `, ]"
3016
- }
3017
- ],
3018
- "exports": [
3019
- {
3020
- "kind": "js",
3021
- "name": "default",
3022
- "declaration": {
3023
- "name": "styles",
3024
- "module": "src/vscode-form-container/vscode-form-container.styles.ts"
3025
- }
3026
- }
3027
- ]
3028
- },
3029
- {
3030
- "kind": "javascript-module",
3031
- "path": "src/vscode-form-container/vscode-form-container.ts",
3032
- "declarations": [
3033
- {
3034
- "kind": "class",
3035
- "description": "",
3036
- "name": "VscodeFormContainer",
3037
- "members": [
3038
- {
3039
- "kind": "field",
3040
- "name": "responsive",
3041
- "type": {
3042
- "text": "boolean"
3043
- },
3044
- "attribute": "responsive",
3045
- "reflects": true
3046
- },
3047
- {
3048
- "kind": "field",
3049
- "name": "breakpoint",
3050
- "type": {
3051
- "text": "number"
3052
- },
3053
- "default": "490",
3054
- "attribute": "breakpoint"
3055
- },
3056
- {
3057
- "kind": "field",
3058
- "name": "_resizeObserver",
3059
- "type": {
3060
- "text": "ResizeObserver | null"
3061
- },
3062
- "privacy": "private"
3063
- },
3064
- {
3065
- "kind": "field",
3066
- "name": "_wrapperElement",
3067
- "type": {
3068
- "text": "Element"
3069
- },
3070
- "privacy": "private"
3071
- },
3072
- {
3073
- "kind": "field",
3074
- "name": "_assignedFormGroups",
3075
- "type": {
3076
- "text": "VscodeFormGroup[]"
3146
+ "text": "VscodeFormGroup[]"
3077
3147
  },
3078
3148
  "privacy": "private"
3079
3149
  },
@@ -3156,6 +3226,22 @@
3156
3226
  "name": "VscElement",
3157
3227
  "module": "src/includes/VscElement.ts"
3158
3228
  }
3229
+ },
3230
+ {
3231
+ "kind": "method",
3232
+ "name": "warn",
3233
+ "parameters": [
3234
+ {
3235
+ "name": "message",
3236
+ "type": {
3237
+ "text": "string"
3238
+ }
3239
+ }
3240
+ ],
3241
+ "inheritedFrom": {
3242
+ "name": "VscElement",
3243
+ "module": "src/includes/VscElement.ts"
3244
+ }
3159
3245
  }
3160
3246
  ],
3161
3247
  "attributes": [
@@ -3202,6 +3288,128 @@
3202
3288
  }
3203
3289
  ]
3204
3290
  },
3291
+ {
3292
+ "kind": "javascript-module",
3293
+ "path": "src/vscode-form-group/vscode-form-group.styles.ts",
3294
+ "declarations": [
3295
+ {
3296
+ "kind": "variable",
3297
+ "name": "styles",
3298
+ "type": {
3299
+ "text": "CSSResultGroup"
3300
+ },
3301
+ "default": "[ defaultStyles, css` :host { --label-right-margin: 14px; --label-width: 150px; display: block; margin: 15px 0; } :host([variant='settings-group']) { margin: 0; padding: 12px 14px 18px; max-width: 727px; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper, :host([variant='settings-group']) .wrapper { display: block; } :host([variant='horizontal']) ::slotted(vscode-checkbox-group), :host([variant='horizontal']) ::slotted(vscode-radio-group) { width: calc(100% - calc(var(--label-width) + var(--label-right-margin))); } :host([variant='horizontal']) ::slotted(vscode-label) { margin-right: var(--label-right-margin); text-align: right; width: var(--label-width); } :host([variant='settings-group']) ::slotted(vscode-label) { height: 18px; line-height: 18px; margin-bottom: 4px; margin-right: 0; padding: 0; } ::slotted(vscode-form-helper) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-form-helper), :host([variant='settings-group']) ::slotted(vscode-form-helper) { display: block; margin-left: 0; } :host([variant='settings-group']) ::slotted(vscode-form-helper) { margin-bottom: 0; margin-top: 0; } :host([variant='vertical']) ::slotted(vscode-label), :host([variant='settings-group']) ::slotted(vscode-label) { display: block; margin-left: 0; text-align: left; } :host([variant='settings-group']) ::slotted(vscode-inputbox), :host([variant='settings-group']) ::slotted(vscode-textfield), :host([variant='settings-group']) ::slotted(vscode-textarea), :host([variant='settings-group']) ::slotted(vscode-single-select), :host([variant='settings-group']) ::slotted(vscode-multi-select) { margin-top: 9px; } ::slotted(vscode-button:first-child) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-button) { margin-left: 0; } ::slotted(vscode-button) { margin-right: 4px; } `, ]"
3302
+ }
3303
+ ],
3304
+ "exports": [
3305
+ {
3306
+ "kind": "js",
3307
+ "name": "default",
3308
+ "declaration": {
3309
+ "name": "styles",
3310
+ "module": "src/vscode-form-group/vscode-form-group.styles.ts"
3311
+ }
3312
+ }
3313
+ ]
3314
+ },
3315
+ {
3316
+ "kind": "javascript-module",
3317
+ "path": "src/vscode-form-group/vscode-form-group.ts",
3318
+ "declarations": [
3319
+ {
3320
+ "kind": "class",
3321
+ "description": "",
3322
+ "name": "VscodeFormGroup",
3323
+ "cssProperties": [
3324
+ {
3325
+ "description": "The width of the label in horizontal mode",
3326
+ "name": "--label-width",
3327
+ "default": "150px"
3328
+ },
3329
+ {
3330
+ "description": "The right margin of the label in horizontal mode",
3331
+ "name": "--label-right-margin",
3332
+ "default": "14px"
3333
+ }
3334
+ ],
3335
+ "members": [
3336
+ {
3337
+ "kind": "field",
3338
+ "name": "variant",
3339
+ "type": {
3340
+ "text": "FormGroupVariant"
3341
+ },
3342
+ "default": "'horizontal'",
3343
+ "attribute": "variant",
3344
+ "reflects": true
3345
+ },
3346
+ {
3347
+ "kind": "field",
3348
+ "name": "version",
3349
+ "type": {
3350
+ "text": "string"
3351
+ },
3352
+ "description": "VSCode Elements version",
3353
+ "readonly": true,
3354
+ "inheritedFrom": {
3355
+ "name": "VscElement",
3356
+ "module": "src/includes/VscElement.ts"
3357
+ }
3358
+ },
3359
+ {
3360
+ "kind": "method",
3361
+ "name": "warn",
3362
+ "parameters": [
3363
+ {
3364
+ "name": "message",
3365
+ "type": {
3366
+ "text": "string"
3367
+ }
3368
+ }
3369
+ ],
3370
+ "inheritedFrom": {
3371
+ "name": "VscElement",
3372
+ "module": "src/includes/VscElement.ts"
3373
+ }
3374
+ }
3375
+ ],
3376
+ "attributes": [
3377
+ {
3378
+ "name": "variant",
3379
+ "type": {
3380
+ "text": "FormGroupVariant"
3381
+ },
3382
+ "default": "'horizontal'",
3383
+ "fieldName": "variant"
3384
+ }
3385
+ ],
3386
+ "superclass": {
3387
+ "name": "VscElement",
3388
+ "module": "/src/includes/VscElement.js"
3389
+ },
3390
+ "tagName": "vscode-form-group",
3391
+ "customElement": true
3392
+ }
3393
+ ],
3394
+ "exports": [
3395
+ {
3396
+ "kind": "js",
3397
+ "name": "VscodeFormGroup",
3398
+ "declaration": {
3399
+ "name": "VscodeFormGroup",
3400
+ "module": "src/vscode-form-group/vscode-form-group.ts"
3401
+ }
3402
+ },
3403
+ {
3404
+ "kind": "custom-element-definition",
3405
+ "name": "vscode-form-group",
3406
+ "declaration": {
3407
+ "name": "VscodeFormGroup",
3408
+ "module": "src/vscode-form-group/vscode-form-group.ts"
3409
+ }
3410
+ }
3411
+ ]
3412
+ },
3205
3413
  {
3206
3414
  "kind": "javascript-module",
3207
3415
  "path": "src/vscode-form-helper/vscode-form-helper.styles.ts",
@@ -3258,6 +3466,22 @@
3258
3466
  "name": "VscElement",
3259
3467
  "module": "src/includes/VscElement.ts"
3260
3468
  }
3469
+ },
3470
+ {
3471
+ "kind": "method",
3472
+ "name": "warn",
3473
+ "parameters": [
3474
+ {
3475
+ "name": "message",
3476
+ "type": {
3477
+ "text": "string"
3478
+ }
3479
+ }
3480
+ ],
3481
+ "inheritedFrom": {
3482
+ "name": "VscElement",
3483
+ "module": "src/includes/VscElement.ts"
3484
+ }
3261
3485
  }
3262
3486
  ],
3263
3487
  "superclass": {
@@ -3450,6 +3674,22 @@
3450
3674
  "name": "VscElement",
3451
3675
  "module": "src/includes/VscElement.ts"
3452
3676
  }
3677
+ },
3678
+ {
3679
+ "kind": "method",
3680
+ "name": "warn",
3681
+ "parameters": [
3682
+ {
3683
+ "name": "message",
3684
+ "type": {
3685
+ "text": "string"
3686
+ }
3687
+ }
3688
+ ],
3689
+ "inheritedFrom": {
3690
+ "name": "VscElement",
3691
+ "module": "src/includes/VscElement.ts"
3692
+ }
3453
3693
  }
3454
3694
  ],
3455
3695
  "attributes": [
@@ -3663,6 +3903,22 @@
3663
3903
  "name": "VscElement",
3664
3904
  "module": "src/includes/VscElement.ts"
3665
3905
  }
3906
+ },
3907
+ {
3908
+ "kind": "method",
3909
+ "name": "warn",
3910
+ "parameters": [
3911
+ {
3912
+ "name": "message",
3913
+ "type": {
3914
+ "text": "string"
3915
+ }
3916
+ }
3917
+ ],
3918
+ "inheritedFrom": {
3919
+ "name": "VscElement",
3920
+ "module": "src/includes/VscElement.ts"
3921
+ }
3666
3922
  }
3667
3923
  ],
3668
3924
  "attributes": [
@@ -4993,6 +5249,22 @@
4993
5249
  "name": "VscElement",
4994
5250
  "module": "src/includes/VscElement.ts"
4995
5251
  }
5252
+ },
5253
+ {
5254
+ "kind": "method",
5255
+ "name": "warn",
5256
+ "parameters": [
5257
+ {
5258
+ "name": "message",
5259
+ "type": {
5260
+ "text": "string"
5261
+ }
5262
+ }
5263
+ ],
5264
+ "inheritedFrom": {
5265
+ "name": "VscElement",
5266
+ "module": "src/includes/VscElement.ts"
5267
+ }
4996
5268
  }
4997
5269
  ],
4998
5270
  "attributes": [
@@ -5288,8 +5560,24 @@
5288
5560
  "name": "VscElement",
5289
5561
  "module": "src/includes/VscElement.ts"
5290
5562
  }
5291
- }
5292
- ],
5563
+ },
5564
+ {
5565
+ "kind": "method",
5566
+ "name": "warn",
5567
+ "parameters": [
5568
+ {
5569
+ "name": "message",
5570
+ "type": {
5571
+ "text": "string"
5572
+ }
5573
+ }
5574
+ ],
5575
+ "inheritedFrom": {
5576
+ "name": "VscElement",
5577
+ "module": "src/includes/VscElement.ts"
5578
+ }
5579
+ }
5580
+ ],
5293
5581
  "attributes": [
5294
5582
  {
5295
5583
  "name": "value",
@@ -5489,6 +5777,22 @@
5489
5777
  "name": "VscElement",
5490
5778
  "module": "src/includes/VscElement.ts"
5491
5779
  }
5780
+ },
5781
+ {
5782
+ "kind": "method",
5783
+ "name": "warn",
5784
+ "parameters": [
5785
+ {
5786
+ "name": "message",
5787
+ "type": {
5788
+ "text": "string"
5789
+ }
5790
+ }
5791
+ ],
5792
+ "inheritedFrom": {
5793
+ "name": "VscElement",
5794
+ "module": "src/includes/VscElement.ts"
5795
+ }
5492
5796
  }
5493
5797
  ],
5494
5798
  "attributes": [
@@ -5636,6 +5940,22 @@
5636
5940
  "name": "VscElement",
5637
5941
  "module": "src/includes/VscElement.ts"
5638
5942
  }
5943
+ },
5944
+ {
5945
+ "kind": "method",
5946
+ "name": "warn",
5947
+ "parameters": [
5948
+ {
5949
+ "name": "message",
5950
+ "type": {
5951
+ "text": "string"
5952
+ }
5953
+ }
5954
+ ],
5955
+ "inheritedFrom": {
5956
+ "name": "VscElement",
5957
+ "module": "src/includes/VscElement.ts"
5958
+ }
5639
5959
  }
5640
5960
  ],
5641
5961
  "attributes": [
@@ -6099,6 +6419,22 @@
6099
6419
  "name": "VscElement",
6100
6420
  "module": "src/includes/VscElement.ts"
6101
6421
  }
6422
+ },
6423
+ {
6424
+ "kind": "method",
6425
+ "name": "warn",
6426
+ "parameters": [
6427
+ {
6428
+ "name": "message",
6429
+ "type": {
6430
+ "text": "string"
6431
+ }
6432
+ }
6433
+ ],
6434
+ "inheritedFrom": {
6435
+ "name": "VscElement",
6436
+ "module": "src/includes/VscElement.ts"
6437
+ }
6102
6438
  }
6103
6439
  ],
6104
6440
  "events": [
@@ -6388,6 +6724,22 @@
6388
6724
  "name": "VscElement",
6389
6725
  "module": "src/includes/VscElement.ts"
6390
6726
  }
6727
+ },
6728
+ {
6729
+ "kind": "method",
6730
+ "name": "warn",
6731
+ "parameters": [
6732
+ {
6733
+ "name": "message",
6734
+ "type": {
6735
+ "text": "string"
6736
+ }
6737
+ }
6738
+ ],
6739
+ "inheritedFrom": {
6740
+ "name": "VscElement",
6741
+ "module": "src/includes/VscElement.ts"
6742
+ }
6391
6743
  }
6392
6744
  ],
6393
6745
  "events": [
@@ -6870,6 +7222,22 @@
6870
7222
  "name": "VscElement",
6871
7223
  "module": "src/includes/VscElement.ts"
6872
7224
  }
7225
+ },
7226
+ {
7227
+ "kind": "method",
7228
+ "name": "warn",
7229
+ "parameters": [
7230
+ {
7231
+ "name": "message",
7232
+ "type": {
7233
+ "text": "string"
7234
+ }
7235
+ }
7236
+ ],
7237
+ "inheritedFrom": {
7238
+ "name": "VscElement",
7239
+ "module": "src/includes/VscElement.ts"
7240
+ }
6873
7241
  }
6874
7242
  ],
6875
7243
  "attributes": [
@@ -8183,6 +8551,22 @@
8183
8551
  "name": "VscElement",
8184
8552
  "module": "src/includes/VscElement.ts"
8185
8553
  }
8554
+ },
8555
+ {
8556
+ "kind": "method",
8557
+ "name": "warn",
8558
+ "parameters": [
8559
+ {
8560
+ "name": "message",
8561
+ "type": {
8562
+ "text": "string"
8563
+ }
8564
+ }
8565
+ ],
8566
+ "inheritedFrom": {
8567
+ "name": "VscElement",
8568
+ "module": "src/includes/VscElement.ts"
8569
+ }
8186
8570
  }
8187
8571
  ],
8188
8572
  "attributes": [
@@ -8905,6 +9289,22 @@
8905
9289
  "name": "VscElement",
8906
9290
  "module": "src/includes/VscElement.ts"
8907
9291
  }
9292
+ },
9293
+ {
9294
+ "kind": "method",
9295
+ "name": "warn",
9296
+ "parameters": [
9297
+ {
9298
+ "name": "message",
9299
+ "type": {
9300
+ "text": "string"
9301
+ }
9302
+ }
9303
+ ],
9304
+ "inheritedFrom": {
9305
+ "name": "VscElement",
9306
+ "module": "src/includes/VscElement.ts"
9307
+ }
8908
9308
  }
8909
9309
  ],
8910
9310
  "attributes": [
@@ -9115,6 +9515,22 @@
9115
9515
  "name": "VscElement",
9116
9516
  "module": "src/includes/VscElement.ts"
9117
9517
  }
9518
+ },
9519
+ {
9520
+ "kind": "method",
9521
+ "name": "warn",
9522
+ "parameters": [
9523
+ {
9524
+ "name": "message",
9525
+ "type": {
9526
+ "text": "string"
9527
+ }
9528
+ }
9529
+ ],
9530
+ "inheritedFrom": {
9531
+ "name": "VscElement",
9532
+ "module": "src/includes/VscElement.ts"
9533
+ }
9118
9534
  }
9119
9535
  ],
9120
9536
  "attributes": [
@@ -9239,6 +9655,22 @@
9239
9655
  "name": "VscElement",
9240
9656
  "module": "src/includes/VscElement.ts"
9241
9657
  }
9658
+ },
9659
+ {
9660
+ "kind": "method",
9661
+ "name": "warn",
9662
+ "parameters": [
9663
+ {
9664
+ "name": "message",
9665
+ "type": {
9666
+ "text": "string"
9667
+ }
9668
+ }
9669
+ ],
9670
+ "inheritedFrom": {
9671
+ "name": "VscElement",
9672
+ "module": "src/includes/VscElement.ts"
9673
+ }
9242
9674
  }
9243
9675
  ],
9244
9676
  "attributes": [
@@ -9289,141 +9721,562 @@
9289
9721
  },
9290
9722
  {
9291
9723
  "kind": "javascript-module",
9292
- "path": "src/vscode-table/helpers.ts",
9293
- "declarations": [
9294
- {
9295
- "kind": "function",
9296
- "name": "rawValueToPercentage",
9297
- "return": {
9298
- "type": {
9299
- "text": "number | null"
9300
- }
9301
- },
9302
- "parameters": [
9303
- {
9304
- "name": "raw",
9305
- "type": {
9306
- "text": "string | number"
9307
- }
9308
- },
9309
- {
9310
- "name": "base",
9311
- "type": {
9312
- "text": "number"
9313
- }
9314
- }
9315
- ]
9316
- }
9317
- ],
9318
- "exports": [
9319
- {
9320
- "kind": "js",
9321
- "name": "rawValueToPercentage",
9322
- "declaration": {
9323
- "name": "rawValueToPercentage",
9324
- "module": "src/vscode-table/helpers.ts"
9325
- }
9326
- }
9327
- ]
9328
- },
9329
- {
9330
- "kind": "javascript-module",
9331
- "path": "src/vscode-table/vscode-table.styles.ts",
9332
- "declarations": [
9333
- {
9334
- "kind": "variable",
9335
- "name": "styles",
9336
- "type": {
9337
- "text": "CSSResultGroup"
9338
- },
9339
- "default": "[ baseStyles, css` :host { display: block; --vsc-row-even-background: transparent; --vsc-row-odd-background: transparent; --vsc-row-border-bottom-width: 0; --vsc-row-border-top-width: 0; --vsc-row-display: table-row; } :host([bordered]), :host([bordered-rows]) { --vsc-row-border-bottom-width: 1px; } :host([compact]) { --vsc-row-display: block; } :host([bordered][compact]), :host([bordered-rows][compact]) { --vsc-row-border-bottom-width: 0; --vsc-row-border-top-width: 1px; } :host([zebra]) { --vsc-row-even-background: var( --vscode-keybindingTable-rowsBackground, rgba(204, 204, 204, 0.04) ); } :host([zebra-odd]) { --vsc-row-odd-background: var( --vscode-keybindingTable-rowsBackground, rgba(204, 204, 204, 0.04) ); } ::slotted(vscode-table-row) { width: 100%; } .wrapper { height: 100%; max-width: 100%; overflow: hidden; position: relative; width: 100%; } .wrapper.select-disabled { user-select: none; } .wrapper.resize-cursor { cursor: ew-resize; } .wrapper.compact-view .header-slot-wrapper { height: 0; overflow: hidden; } .scrollable { height: 100%; } .scrollable:before { background-color: transparent; content: ''; display: block; height: 1px; position: absolute; width: 100%; } .wrapper:not(.compact-view) .scrollable:not([scrolled]):before { background-color: var( --vscode-editorGroup-border, rgba(255, 255, 255, 0.09) ); } .sash { visibility: hidden; } :host([bordered-columns]) .sash, :host([bordered]) .sash { visibility: visible; } :host([resizable]) .wrapper:hover .sash { visibility: visible; } .sash { height: 100%; position: absolute; top: 0; width: 1px; } .wrapper.compact-view .sash { display: none; } .sash.resizable { cursor: ew-resize; } .sash-visible { background-color: var( --vscode-editorGroup-border, rgba(255, 255, 255, 0.09) ); height: 100%; position: absolute; top: 30px; width: 1px; } .sash.hover .sash-visible { background-color: var(--vscode-sash-hoverBorder, #0078d4); transition: background-color 50ms linear 300ms; } .sash .sash-clickable { background-color: transparent; height: 100%; left: -2px; position: absolute; width: 5px; } `, ]"
9340
- }
9341
- ],
9342
- "exports": [
9343
- {
9344
- "kind": "js",
9345
- "name": "default",
9346
- "declaration": {
9347
- "name": "styles",
9348
- "module": "src/vscode-table/vscode-table.styles.ts"
9349
- }
9350
- }
9351
- ]
9352
- },
9353
- {
9354
- "kind": "javascript-module",
9355
- "path": "src/vscode-table/vscode-table.ts",
9724
+ "path": "src/vscode-table/ColumnResizeController.ts",
9356
9725
  "declarations": [
9357
9726
  {
9358
9727
  "kind": "class",
9359
9728
  "description": "",
9360
- "name": "VscodeTable",
9361
- "cssProperties": [
9729
+ "name": "ColumnResizeController",
9730
+ "members": [
9362
9731
  {
9363
- "name": "--vscode-editorGroup-border",
9364
- "default": "rgba(255, 255, 255, 0.09)"
9732
+ "kind": "field",
9733
+ "name": "_host",
9734
+ "type": {
9735
+ "text": "VscodeTable"
9736
+ },
9737
+ "privacy": "private"
9365
9738
  },
9366
9739
  {
9367
- "name": "--vscode-keybindingTable-rowsBackground",
9368
- "default": "rgba(204, 204, 204, 0.04)"
9740
+ "kind": "field",
9741
+ "name": "_hostWidth",
9742
+ "privacy": "private"
9369
9743
  },
9370
9744
  {
9371
- "name": "--vscode-sash-hoverBorder",
9372
- "default": "#0078d4"
9373
- }
9374
- ],
9375
- "members": [
9745
+ "kind": "field",
9746
+ "name": "_hostX",
9747
+ "privacy": "private"
9748
+ },
9376
9749
  {
9377
9750
  "kind": "field",
9378
- "name": "resizable",
9751
+ "name": "_activeSplitter",
9379
9752
  "type": {
9380
- "text": "boolean"
9753
+ "text": "SplitterElement | null"
9381
9754
  },
9382
- "default": "false",
9383
- "attribute": "resizable",
9384
- "reflects": true
9755
+ "privacy": "private",
9756
+ "default": "null"
9385
9757
  },
9386
9758
  {
9387
9759
  "kind": "field",
9388
- "name": "responsive",
9389
- "type": {
9390
- "text": "boolean"
9391
- },
9392
- "default": "false",
9393
- "attribute": "responsive",
9394
- "reflects": true
9760
+ "name": "_minColumnWidth",
9761
+ "privacy": "private"
9395
9762
  },
9396
9763
  {
9397
9764
  "kind": "field",
9398
- "name": "bordered",
9765
+ "name": "_columnWidths",
9399
9766
  "type": {
9400
- "text": "boolean"
9767
+ "text": "Percent[]"
9401
9768
  },
9402
- "default": "false",
9403
- "description": "Both rows and columns are separated by borders.",
9404
- "attribute": "bordered",
9405
- "reflects": true
9769
+ "privacy": "private",
9770
+ "default": "[]"
9406
9771
  },
9407
9772
  {
9408
9773
  "kind": "field",
9409
- "name": "borderedColumns",
9774
+ "name": "_dragState",
9410
9775
  "type": {
9411
- "text": "boolean"
9776
+ "text": "{\n splitterIndex: number;\n pointerId: number;\n prevX: Px;\n dragOffset: Px;\n } | null"
9412
9777
  },
9413
- "default": "false",
9414
- "description": "Columns are separated by borders.",
9415
- "attribute": "bordered-columns",
9416
- "reflects": true
9778
+ "privacy": "private",
9779
+ "default": "null"
9417
9780
  },
9418
9781
  {
9419
9782
  "kind": "field",
9420
- "name": "borderedRows",
9783
+ "name": "_cachedSplitterPositions",
9421
9784
  "type": {
9422
- "text": "boolean"
9785
+ "text": "Percent[] | null"
9423
9786
  },
9424
- "default": "false",
9425
- "description": "Rows are separated by borders.",
9426
- "attribute": "bordered-rows",
9787
+ "privacy": "private",
9788
+ "default": "null"
9789
+ },
9790
+ {
9791
+ "kind": "method",
9792
+ "name": "hostConnected",
9793
+ "return": {
9794
+ "type": {
9795
+ "text": "void"
9796
+ }
9797
+ }
9798
+ },
9799
+ {
9800
+ "kind": "field",
9801
+ "name": "isDragging",
9802
+ "type": {
9803
+ "text": "boolean"
9804
+ },
9805
+ "readonly": true
9806
+ },
9807
+ {
9808
+ "kind": "field",
9809
+ "name": "splitterPositions",
9810
+ "type": {
9811
+ "text": "Percent[]"
9812
+ },
9813
+ "readonly": true
9814
+ },
9815
+ {
9816
+ "kind": "method",
9817
+ "name": "getActiveSplitterCalculatedPosition"
9818
+ },
9819
+ {
9820
+ "kind": "field",
9821
+ "name": "columnWidths",
9822
+ "readonly": true
9823
+ },
9824
+ {
9825
+ "kind": "method",
9826
+ "name": "saveHostDimensions"
9827
+ },
9828
+ {
9829
+ "kind": "method",
9830
+ "name": "setActiveSplitter",
9831
+ "parameters": [
9832
+ {
9833
+ "name": "splitter",
9834
+ "type": {
9835
+ "text": "HTMLElement"
9836
+ }
9837
+ }
9838
+ ]
9839
+ },
9840
+ {
9841
+ "kind": "method",
9842
+ "name": "getActiveSplitter"
9843
+ },
9844
+ {
9845
+ "kind": "method",
9846
+ "name": "setMinColumnWidth",
9847
+ "parameters": [
9848
+ {
9849
+ "name": "width",
9850
+ "type": {
9851
+ "text": "Percent"
9852
+ }
9853
+ }
9854
+ ]
9855
+ },
9856
+ {
9857
+ "kind": "method",
9858
+ "name": "setColumWidths",
9859
+ "parameters": [
9860
+ {
9861
+ "name": "widths",
9862
+ "type": {
9863
+ "text": "Percent[]"
9864
+ }
9865
+ }
9866
+ ]
9867
+ },
9868
+ {
9869
+ "kind": "method",
9870
+ "name": "shouldDrag",
9871
+ "parameters": [
9872
+ {
9873
+ "name": "event",
9874
+ "type": {
9875
+ "text": "PointerEvent"
9876
+ }
9877
+ }
9878
+ ]
9879
+ },
9880
+ {
9881
+ "kind": "method",
9882
+ "name": "startDrag",
9883
+ "parameters": [
9884
+ {
9885
+ "name": "event",
9886
+ "type": {
9887
+ "text": "PointerEvent"
9888
+ }
9889
+ }
9890
+ ]
9891
+ },
9892
+ {
9893
+ "kind": "method",
9894
+ "name": "drag",
9895
+ "parameters": [
9896
+ {
9897
+ "name": "event",
9898
+ "type": {
9899
+ "text": "PointerEvent"
9900
+ }
9901
+ }
9902
+ ]
9903
+ },
9904
+ {
9905
+ "kind": "method",
9906
+ "name": "stopDrag",
9907
+ "parameters": [
9908
+ {
9909
+ "name": "event",
9910
+ "type": {
9911
+ "text": "PointerEvent"
9912
+ }
9913
+ }
9914
+ ]
9915
+ },
9916
+ {
9917
+ "kind": "method",
9918
+ "name": "_toPercent",
9919
+ "privacy": "private",
9920
+ "parameters": [
9921
+ {
9922
+ "name": "px",
9923
+ "type": {
9924
+ "text": "Px"
9925
+ }
9926
+ }
9927
+ ]
9928
+ },
9929
+ {
9930
+ "kind": "method",
9931
+ "name": "_toPx",
9932
+ "privacy": "private",
9933
+ "parameters": [
9934
+ {
9935
+ "name": "percent",
9936
+ "type": {
9937
+ "text": "Percent"
9938
+ }
9939
+ }
9940
+ ]
9941
+ }
9942
+ ]
9943
+ }
9944
+ ],
9945
+ "exports": [
9946
+ {
9947
+ "kind": "js",
9948
+ "name": "ColumnResizeController",
9949
+ "declaration": {
9950
+ "name": "ColumnResizeController",
9951
+ "module": "src/vscode-table/ColumnResizeController.ts"
9952
+ }
9953
+ }
9954
+ ]
9955
+ },
9956
+ {
9957
+ "kind": "javascript-module",
9958
+ "path": "src/vscode-table/calculations.ts",
9959
+ "declarations": [
9960
+ {
9961
+ "kind": "function",
9962
+ "name": "px",
9963
+ "return": {
9964
+ "type": {
9965
+ "text": "Px"
9966
+ }
9967
+ },
9968
+ "parameters": [
9969
+ {
9970
+ "name": "value",
9971
+ "type": {
9972
+ "text": "number"
9973
+ }
9974
+ }
9975
+ ]
9976
+ },
9977
+ {
9978
+ "kind": "function",
9979
+ "name": "percent",
9980
+ "return": {
9981
+ "type": {
9982
+ "text": "Percent"
9983
+ }
9984
+ },
9985
+ "parameters": [
9986
+ {
9987
+ "name": "value",
9988
+ "type": {
9989
+ "text": "number"
9990
+ }
9991
+ }
9992
+ ]
9993
+ },
9994
+ {
9995
+ "kind": "function",
9996
+ "name": "toPercent",
9997
+ "return": {
9998
+ "type": {
9999
+ "text": "Percent"
10000
+ }
10001
+ },
10002
+ "parameters": [
10003
+ {
10004
+ "name": "px",
10005
+ "type": {
10006
+ "text": "Px"
10007
+ }
10008
+ },
10009
+ {
10010
+ "name": "container",
10011
+ "type": {
10012
+ "text": "Px"
10013
+ }
10014
+ }
10015
+ ]
10016
+ },
10017
+ {
10018
+ "kind": "function",
10019
+ "name": "toPx",
10020
+ "return": {
10021
+ "type": {
10022
+ "text": "Px"
10023
+ }
10024
+ },
10025
+ "parameters": [
10026
+ {
10027
+ "name": "p",
10028
+ "type": {
10029
+ "text": "Percent"
10030
+ }
10031
+ },
10032
+ {
10033
+ "name": "container",
10034
+ "type": {
10035
+ "text": "Px"
10036
+ }
10037
+ }
10038
+ ]
10039
+ },
10040
+ {
10041
+ "kind": "function",
10042
+ "name": "calculateColumnWidths",
10043
+ "return": {
10044
+ "type": {
10045
+ "text": "Percent[]"
10046
+ }
10047
+ },
10048
+ "parameters": [
10049
+ {
10050
+ "name": "widths",
10051
+ "type": {
10052
+ "text": "Percent[]"
10053
+ }
10054
+ },
10055
+ {
10056
+ "name": "splitterIndex",
10057
+ "type": {
10058
+ "text": "number"
10059
+ }
10060
+ },
10061
+ {
10062
+ "name": "delta",
10063
+ "type": {
10064
+ "text": "Percent"
10065
+ }
10066
+ },
10067
+ {
10068
+ "name": "minWidth",
10069
+ "type": {
10070
+ "text": "Percent"
10071
+ }
10072
+ }
10073
+ ]
10074
+ },
10075
+ {
10076
+ "kind": "function",
10077
+ "name": "parseSizeAttributeToPercent",
10078
+ "return": {
10079
+ "type": {
10080
+ "text": "number | null"
10081
+ }
10082
+ },
10083
+ "parameters": [
10084
+ {
10085
+ "name": "raw",
10086
+ "type": {
10087
+ "text": "string | number"
10088
+ }
10089
+ },
10090
+ {
10091
+ "name": "base",
10092
+ "type": {
10093
+ "text": "number"
10094
+ }
10095
+ }
10096
+ ]
10097
+ }
10098
+ ],
10099
+ "exports": [
10100
+ {
10101
+ "kind": "js",
10102
+ "name": "px",
10103
+ "declaration": {
10104
+ "name": "px",
10105
+ "module": "src/vscode-table/calculations.ts"
10106
+ }
10107
+ },
10108
+ {
10109
+ "kind": "js",
10110
+ "name": "percent",
10111
+ "declaration": {
10112
+ "name": "percent",
10113
+ "module": "src/vscode-table/calculations.ts"
10114
+ }
10115
+ },
10116
+ {
10117
+ "kind": "js",
10118
+ "name": "toPercent",
10119
+ "declaration": {
10120
+ "name": "toPercent",
10121
+ "module": "src/vscode-table/calculations.ts"
10122
+ }
10123
+ },
10124
+ {
10125
+ "kind": "js",
10126
+ "name": "toPx",
10127
+ "declaration": {
10128
+ "name": "toPx",
10129
+ "module": "src/vscode-table/calculations.ts"
10130
+ }
10131
+ },
10132
+ {
10133
+ "kind": "js",
10134
+ "name": "calculateColumnWidths",
10135
+ "declaration": {
10136
+ "name": "calculateColumnWidths",
10137
+ "module": "src/vscode-table/calculations.ts"
10138
+ }
10139
+ },
10140
+ {
10141
+ "kind": "js",
10142
+ "name": "parseSizeAttributeToPercent",
10143
+ "declaration": {
10144
+ "name": "parseSizeAttributeToPercent",
10145
+ "module": "src/vscode-table/calculations.ts"
10146
+ }
10147
+ }
10148
+ ]
10149
+ },
10150
+ {
10151
+ "kind": "javascript-module",
10152
+ "path": "src/vscode-table/vscode-table.styles.ts",
10153
+ "declarations": [
10154
+ {
10155
+ "kind": "variable",
10156
+ "name": "SPLITTER_HIT_WIDTH",
10157
+ "type": {
10158
+ "text": "number"
10159
+ },
10160
+ "default": "5"
10161
+ },
10162
+ {
10163
+ "kind": "variable",
10164
+ "name": "SPLITTER_VISIBLE_WIDTH",
10165
+ "type": {
10166
+ "text": "number"
10167
+ },
10168
+ "default": "1"
10169
+ },
10170
+ {
10171
+ "kind": "variable",
10172
+ "name": "styles",
10173
+ "type": {
10174
+ "text": "CSSResultGroup"
10175
+ },
10176
+ "default": "[ baseStyles, css` :host { display: block; --vsc-row-even-background: transparent; --vsc-row-odd-background: transparent; --vsc-row-border-bottom-width: 0; --vsc-row-border-top-width: 0; --vsc-row-display: table-row; } :host([bordered]), :host([bordered-rows]) { --vsc-row-border-bottom-width: 1px; } :host([compact]) { --vsc-row-display: block; } :host([bordered][compact]), :host([bordered-rows][compact]) { --vsc-row-border-bottom-width: 0; --vsc-row-border-top-width: 1px; } :host([zebra]) { --vsc-row-even-background: var( --vscode-keybindingTable-rowsBackground, rgba(204, 204, 204, 0.04) ); } :host([zebra-odd]) { --vsc-row-odd-background: var( --vscode-keybindingTable-rowsBackground, rgba(204, 204, 204, 0.04) ); } ::slotted(vscode-table-row) { width: 100%; } .wrapper { height: 100%; max-width: 100%; overflow: hidden; position: relative; width: 100%; } .wrapper.select-disabled { user-select: none; } .wrapper.resize-cursor { cursor: ew-resize; } .wrapper.compact-view .header-slot-wrapper { height: 0; overflow: hidden; } .scrollable { height: 100%; } .scrollable:before { background-color: transparent; content: ''; display: block; height: 1px; position: absolute; width: 100%; } .wrapper:not(.compact-view) .scrollable:not([scrolled]):before { background-color: var( --vscode-editorGroup-border, rgba(255, 255, 255, 0.09) ); } .sash { visibility: hidden; } :host([bordered-columns]) .sash, :host([bordered]) .sash { visibility: visible; } :host([resizable]) .wrapper:hover .sash { visibility: visible; } .sash { height: 100%; position: absolute; top: 0; width: 1px; } .wrapper.compact-view .sash { display: none; } .sash.resizable { cursor: ew-resize; } .sash-visible { background-color: var( --vscode-editorGroup-border, rgba(255, 255, 255, 0.09) ); height: calc(100% - 30px); position: absolute; top: 30px; width: ${SPLITTER_VISIBLE_WIDTH}px; } .sash.hover .sash-visible { background-color: var(--vscode-sash-hoverBorder, #0078d4); transition: background-color 50ms linear 300ms; } .sash .sash-clickable { height: 100%; left: ${0 - (SPLITTER_HIT_WIDTH - SPLITTER_VISIBLE_WIDTH) / 2}px; position: absolute; width: ${SPLITTER_HIT_WIDTH}px; } `, ]"
10177
+ }
10178
+ ],
10179
+ "exports": [
10180
+ {
10181
+ "kind": "js",
10182
+ "name": "SPLITTER_HIT_WIDTH",
10183
+ "declaration": {
10184
+ "name": "SPLITTER_HIT_WIDTH",
10185
+ "module": "src/vscode-table/vscode-table.styles.ts"
10186
+ }
10187
+ },
10188
+ {
10189
+ "kind": "js",
10190
+ "name": "SPLITTER_VISIBLE_WIDTH",
10191
+ "declaration": {
10192
+ "name": "SPLITTER_VISIBLE_WIDTH",
10193
+ "module": "src/vscode-table/vscode-table.styles.ts"
10194
+ }
10195
+ },
10196
+ {
10197
+ "kind": "js",
10198
+ "name": "default",
10199
+ "declaration": {
10200
+ "name": "styles",
10201
+ "module": "src/vscode-table/vscode-table.styles.ts"
10202
+ }
10203
+ }
10204
+ ]
10205
+ },
10206
+ {
10207
+ "kind": "javascript-module",
10208
+ "path": "src/vscode-table/vscode-table.ts",
10209
+ "declarations": [
10210
+ {
10211
+ "kind": "class",
10212
+ "description": "",
10213
+ "name": "VscodeTable",
10214
+ "cssProperties": [
10215
+ {
10216
+ "name": "--vscode-editorGroup-border",
10217
+ "default": "rgba(255, 255, 255, 0.09)"
10218
+ },
10219
+ {
10220
+ "name": "--vscode-keybindingTable-rowsBackground",
10221
+ "default": "rgba(204, 204, 204, 0.04)"
10222
+ },
10223
+ {
10224
+ "name": "--vscode-sash-hoverBorder",
10225
+ "default": "#0078d4"
10226
+ }
10227
+ ],
10228
+ "members": [
10229
+ {
10230
+ "kind": "field",
10231
+ "name": "resizable",
10232
+ "type": {
10233
+ "text": "boolean"
10234
+ },
10235
+ "default": "false",
10236
+ "attribute": "resizable",
10237
+ "reflects": true
10238
+ },
10239
+ {
10240
+ "kind": "field",
10241
+ "name": "responsive",
10242
+ "type": {
10243
+ "text": "boolean"
10244
+ },
10245
+ "default": "false",
10246
+ "attribute": "responsive",
10247
+ "reflects": true
10248
+ },
10249
+ {
10250
+ "kind": "field",
10251
+ "name": "bordered",
10252
+ "type": {
10253
+ "text": "boolean"
10254
+ },
10255
+ "default": "false",
10256
+ "description": "Both rows and columns are separated by borders.",
10257
+ "attribute": "bordered",
10258
+ "reflects": true
10259
+ },
10260
+ {
10261
+ "kind": "field",
10262
+ "name": "borderedColumns",
10263
+ "type": {
10264
+ "text": "boolean"
10265
+ },
10266
+ "default": "false",
10267
+ "description": "Columns are separated by borders.",
10268
+ "attribute": "bordered-columns",
10269
+ "reflects": true
10270
+ },
10271
+ {
10272
+ "kind": "field",
10273
+ "name": "borderedRows",
10274
+ "type": {
10275
+ "text": "boolean"
10276
+ },
10277
+ "default": "false",
10278
+ "description": "Rows are separated by borders.",
10279
+ "attribute": "bordered-rows",
9427
10280
  "reflects": true
9428
10281
  },
9429
10282
  {
@@ -9486,14 +10339,6 @@
9486
10339
  "attribute": "zebra-odd",
9487
10340
  "reflects": true
9488
10341
  },
9489
- {
9490
- "kind": "field",
9491
- "name": "_bodySlot",
9492
- "type": {
9493
- "text": "HTMLSlotElement"
9494
- },
9495
- "privacy": "private"
9496
- },
9497
10342
  {
9498
10343
  "kind": "field",
9499
10344
  "name": "_headerElement",
@@ -9613,24 +10458,6 @@
9613
10458
  "privacy": "private",
9614
10459
  "default": "-1"
9615
10460
  },
9616
- {
9617
- "kind": "field",
9618
- "name": "_activeSashCursorOffset",
9619
- "type": {
9620
- "text": "number"
9621
- },
9622
- "privacy": "private",
9623
- "default": "0"
9624
- },
9625
- {
9626
- "kind": "field",
9627
- "name": "_componentX",
9628
- "type": {
9629
- "text": "number"
9630
- },
9631
- "privacy": "private",
9632
- "default": "0"
9633
- },
9634
10461
  {
9635
10462
  "kind": "field",
9636
10463
  "name": "_componentH",
@@ -9669,22 +10496,6 @@
9669
10496
  "default": "[]",
9670
10497
  "description": "Cached querySelectorAll result. Updated when the body slot changes.\nIt shouldn't be used directly, check the \"_getCellsOfFirstRow\" function."
9671
10498
  },
9672
- {
9673
- "kind": "field",
9674
- "name": "_cellsToResize",
9675
- "type": {
9676
- "text": "VscodeTableCell[]"
9677
- },
9678
- "privacy": "private"
9679
- },
9680
- {
9681
- "kind": "field",
9682
- "name": "_headerCellsToResize",
9683
- "type": {
9684
- "text": "VscodeTableHeaderCell[]"
9685
- },
9686
- "privacy": "private"
9687
- },
9688
10499
  {
9689
10500
  "kind": "field",
9690
10501
  "name": "_prevHeaderHeight",
@@ -9704,30 +10515,10 @@
9704
10515
  "default": "0"
9705
10516
  },
9706
10517
  {
9707
- "kind": "method",
9708
- "name": "_px2Percent",
10518
+ "kind": "field",
10519
+ "name": "_columnResizeController",
9709
10520
  "privacy": "private",
9710
- "parameters": [
9711
- {
9712
- "name": "px",
9713
- "type": {
9714
- "text": "number"
9715
- }
9716
- }
9717
- ]
9718
- },
9719
- {
9720
- "kind": "method",
9721
- "name": "_percent2Px",
9722
- "privacy": "private",
9723
- "parameters": [
9724
- {
9725
- "name": "percent",
9726
- "type": {
9727
- "text": "number"
9728
- }
9729
- }
9730
- ]
10521
+ "default": "new ColumnResizeController(this)"
9731
10522
  },
9732
10523
  {
9733
10524
  "kind": "method",
@@ -9783,7 +10574,7 @@
9783
10574
  },
9784
10575
  {
9785
10576
  "kind": "method",
9786
- "name": "_calcColWidthPercentages",
10577
+ "name": "_calculateInitialColumnWidths",
9787
10578
  "privacy": "private",
9788
10579
  "return": {
9789
10580
  "type": {
@@ -9855,6 +10646,19 @@
9855
10646
  "name": "_toggleCompactView",
9856
10647
  "privacy": "private"
9857
10648
  },
10649
+ {
10650
+ "kind": "method",
10651
+ "name": "_stopDrag",
10652
+ "privacy": "private",
10653
+ "parameters": [
10654
+ {
10655
+ "name": "event",
10656
+ "type": {
10657
+ "text": "PointerEvent"
10658
+ }
10659
+ }
10660
+ ]
10661
+ },
9858
10662
  {
9859
10663
  "kind": "method",
9860
10664
  "name": "_onDefaultSlotChange",
@@ -9885,20 +10689,7 @@
9885
10689
  },
9886
10690
  {
9887
10691
  "kind": "method",
9888
- "name": "_onSashMouseOut",
9889
- "privacy": "private",
9890
- "parameters": [
9891
- {
9892
- "name": "event",
9893
- "type": {
9894
- "text": "MouseEvent"
9895
- }
9896
- }
9897
- ]
9898
- },
9899
- {
9900
- "kind": "method",
9901
- "name": "_onSashMouseDown",
10692
+ "name": "_onSashMouseOut",
9902
10693
  "privacy": "private",
9903
10694
  "parameters": [
9904
10695
  {
@@ -9911,46 +10702,41 @@
9911
10702
  },
9912
10703
  {
9913
10704
  "kind": "method",
9914
- "name": "_updateActiveSashPosition",
10705
+ "name": "_resizeColumns",
9915
10706
  "privacy": "private",
9916
10707
  "parameters": [
9917
10708
  {
9918
- "name": "mouseX",
9919
- "type": {
9920
- "text": "number"
9921
- }
10709
+ "name": "resizeBodyCells",
10710
+ "default": "true"
9922
10711
  }
9923
10712
  ]
9924
10713
  },
9925
10714
  {
9926
10715
  "kind": "method",
9927
- "name": "_getSashPositions",
9928
- "privacy": "private",
9929
- "return": {
9930
- "type": {
9931
- "text": "{\n sashPos: number;\n prevSashPos: number;\n nextSashPos: number;\n }"
9932
- }
9933
- }
9934
- },
9935
- {
9936
- "kind": "method",
9937
- "name": "_resizeColumns",
10716
+ "name": "_handleSplitterPointerDown",
9938
10717
  "privacy": "private",
9939
10718
  "parameters": [
9940
10719
  {
9941
- "name": "resizeBodyCells",
9942
- "default": "true"
10720
+ "name": "event",
10721
+ "type": {
10722
+ "text": "PointerEvent"
10723
+ }
9943
10724
  }
9944
10725
  ]
9945
10726
  },
9946
10727
  {
9947
10728
  "kind": "field",
9948
- "name": "_onResizingMouseMove",
10729
+ "name": "_handleSplitterPointerMove",
10730
+ "privacy": "private"
10731
+ },
10732
+ {
10733
+ "kind": "field",
10734
+ "name": "_handleSplitterPointerUp",
9949
10735
  "privacy": "private"
9950
10736
  },
9951
10737
  {
9952
10738
  "kind": "field",
9953
- "name": "_onResizingMouseUp",
10739
+ "name": "_handleSplitterPointerCancel",
9954
10740
  "privacy": "private"
9955
10741
  },
9956
10742
  {
@@ -9965,6 +10751,22 @@
9965
10751
  "name": "VscElement",
9966
10752
  "module": "src/includes/VscElement.ts"
9967
10753
  }
10754
+ },
10755
+ {
10756
+ "kind": "method",
10757
+ "name": "warn",
10758
+ "parameters": [
10759
+ {
10760
+ "name": "message",
10761
+ "type": {
10762
+ "text": "string"
10763
+ }
10764
+ }
10765
+ ],
10766
+ "inheritedFrom": {
10767
+ "name": "VscElement",
10768
+ "module": "src/includes/VscElement.ts"
10769
+ }
9968
10770
  }
9969
10771
  ],
9970
10772
  "attributes": [
@@ -10135,6 +10937,22 @@
10135
10937
  "name": "VscElement",
10136
10938
  "module": "src/includes/VscElement.ts"
10137
10939
  }
10940
+ },
10941
+ {
10942
+ "kind": "method",
10943
+ "name": "warn",
10944
+ "parameters": [
10945
+ {
10946
+ "name": "message",
10947
+ "type": {
10948
+ "text": "string"
10949
+ }
10950
+ }
10951
+ ],
10952
+ "inheritedFrom": {
10953
+ "name": "VscElement",
10954
+ "module": "src/includes/VscElement.ts"
10955
+ }
10138
10956
  }
10139
10957
  ],
10140
10958
  "superclass": {
@@ -10248,6 +11066,22 @@
10248
11066
  "name": "VscElement",
10249
11067
  "module": "src/includes/VscElement.ts"
10250
11068
  }
11069
+ },
11070
+ {
11071
+ "kind": "method",
11072
+ "name": "warn",
11073
+ "parameters": [
11074
+ {
11075
+ "name": "message",
11076
+ "type": {
11077
+ "text": "string"
11078
+ }
11079
+ }
11080
+ ],
11081
+ "inheritedFrom": {
11082
+ "name": "VscElement",
11083
+ "module": "src/includes/VscElement.ts"
11084
+ }
10251
11085
  }
10252
11086
  ],
10253
11087
  "attributes": [
@@ -10349,6 +11183,22 @@
10349
11183
  "name": "VscElement",
10350
11184
  "module": "src/includes/VscElement.ts"
10351
11185
  }
11186
+ },
11187
+ {
11188
+ "kind": "method",
11189
+ "name": "warn",
11190
+ "parameters": [
11191
+ {
11192
+ "name": "message",
11193
+ "type": {
11194
+ "text": "string"
11195
+ }
11196
+ }
11197
+ ],
11198
+ "inheritedFrom": {
11199
+ "name": "VscElement",
11200
+ "module": "src/includes/VscElement.ts"
11201
+ }
10352
11202
  }
10353
11203
  ],
10354
11204
  "superclass": {
@@ -10437,6 +11287,22 @@
10437
11287
  "name": "VscElement",
10438
11288
  "module": "src/includes/VscElement.ts"
10439
11289
  }
11290
+ },
11291
+ {
11292
+ "kind": "method",
11293
+ "name": "warn",
11294
+ "parameters": [
11295
+ {
11296
+ "name": "message",
11297
+ "type": {
11298
+ "text": "string"
11299
+ }
11300
+ }
11301
+ ],
11302
+ "inheritedFrom": {
11303
+ "name": "VscElement",
11304
+ "module": "src/includes/VscElement.ts"
11305
+ }
10440
11306
  }
10441
11307
  ],
10442
11308
  "superclass": {
@@ -10517,6 +11383,22 @@
10517
11383
  "name": "VscElement",
10518
11384
  "module": "src/includes/VscElement.ts"
10519
11385
  }
11386
+ },
11387
+ {
11388
+ "kind": "method",
11389
+ "name": "warn",
11390
+ "parameters": [
11391
+ {
11392
+ "name": "message",
11393
+ "type": {
11394
+ "text": "string"
11395
+ }
11396
+ }
11397
+ ],
11398
+ "inheritedFrom": {
11399
+ "name": "VscElement",
11400
+ "module": "src/includes/VscElement.ts"
11401
+ }
10520
11402
  }
10521
11403
  ],
10522
11404
  "superclass": {
@@ -10761,6 +11643,22 @@
10761
11643
  "name": "VscElement",
10762
11644
  "module": "src/includes/VscElement.ts"
10763
11645
  }
11646
+ },
11647
+ {
11648
+ "kind": "method",
11649
+ "name": "warn",
11650
+ "parameters": [
11651
+ {
11652
+ "name": "message",
11653
+ "type": {
11654
+ "text": "string"
11655
+ }
11656
+ }
11657
+ ],
11658
+ "inheritedFrom": {
11659
+ "name": "VscElement",
11660
+ "module": "src/includes/VscElement.ts"
11661
+ }
10764
11662
  }
10765
11663
  ],
10766
11664
  "events": [
@@ -11254,6 +12152,22 @@
11254
12152
  "name": "VscElement",
11255
12153
  "module": "src/includes/VscElement.ts"
11256
12154
  }
12155
+ },
12156
+ {
12157
+ "kind": "method",
12158
+ "name": "warn",
12159
+ "parameters": [
12160
+ {
12161
+ "name": "message",
12162
+ "type": {
12163
+ "text": "string"
12164
+ }
12165
+ }
12166
+ ],
12167
+ "inheritedFrom": {
12168
+ "name": "VscElement",
12169
+ "module": "src/includes/VscElement.ts"
12170
+ }
11257
12171
  }
11258
12172
  ],
11259
12173
  "events": [
@@ -11871,6 +12785,22 @@
11871
12785
  "name": "VscElement",
11872
12786
  "module": "src/includes/VscElement.ts"
11873
12787
  }
12788
+ },
12789
+ {
12790
+ "kind": "method",
12791
+ "name": "warn",
12792
+ "parameters": [
12793
+ {
12794
+ "name": "message",
12795
+ "type": {
12796
+ "text": "string"
12797
+ }
12798
+ }
12799
+ ],
12800
+ "inheritedFrom": {
12801
+ "name": "VscElement",
12802
+ "module": "src/includes/VscElement.ts"
12803
+ }
11874
12804
  }
11875
12805
  ],
11876
12806
  "events": [
@@ -12180,6 +13110,22 @@
12180
13110
  "name": "VscElement",
12181
13111
  "module": "src/includes/VscElement.ts"
12182
13112
  }
13113
+ },
13114
+ {
13115
+ "kind": "method",
13116
+ "name": "warn",
13117
+ "parameters": [
13118
+ {
13119
+ "name": "message",
13120
+ "type": {
13121
+ "text": "string"
13122
+ }
13123
+ }
13124
+ ],
13125
+ "inheritedFrom": {
13126
+ "name": "VscElement",
13127
+ "module": "src/includes/VscElement.ts"
13128
+ }
12183
13129
  }
12184
13130
  ],
12185
13131
  "events": [
@@ -12296,6 +13242,22 @@
12296
13242
  "name": "VscElement",
12297
13243
  "module": "src/includes/VscElement.ts"
12298
13244
  }
13245
+ },
13246
+ {
13247
+ "kind": "method",
13248
+ "name": "warn",
13249
+ "parameters": [
13250
+ {
13251
+ "name": "message",
13252
+ "type": {
13253
+ "text": "string"
13254
+ }
13255
+ }
13256
+ ],
13257
+ "inheritedFrom": {
13258
+ "name": "VscElement",
13259
+ "module": "src/includes/VscElement.ts"
13260
+ }
12299
13261
  }
12300
13262
  ],
12301
13263
  "superclass": {
@@ -12825,6 +13787,22 @@
12825
13787
  "name": "VscElement",
12826
13788
  "module": "src/includes/VscElement.ts"
12827
13789
  }
13790
+ },
13791
+ {
13792
+ "kind": "method",
13793
+ "name": "warn",
13794
+ "parameters": [
13795
+ {
13796
+ "name": "message",
13797
+ "type": {
13798
+ "text": "string"
13799
+ }
13800
+ }
13801
+ ],
13802
+ "inheritedFrom": {
13803
+ "name": "VscElement",
13804
+ "module": "src/includes/VscElement.ts"
13805
+ }
12828
13806
  }
12829
13807
  ],
12830
13808
  "attributes": [
@@ -12947,8 +13925,38 @@
12947
13925
  "declarations": [
12948
13926
  {
12949
13927
  "kind": "class",
12950
- "description": "",
13928
+ "description": "Represents an item in a Tree component.",
12951
13929
  "name": "VscodeTreeItem",
13930
+ "slots": [
13931
+ {
13932
+ "description": "Main content",
13933
+ "name": ""
13934
+ },
13935
+ {
13936
+ "description": "Custom icon for a closed branch item.",
13937
+ "name": "icon-branch"
13938
+ },
13939
+ {
13940
+ "description": "Custom icon for an opened branch item.",
13941
+ "name": "icon-branch-opened"
13942
+ },
13943
+ {
13944
+ "description": "Custom icon for a leaf item.",
13945
+ "name": "icon-leaf"
13946
+ },
13947
+ {
13948
+ "description": "Description of the item. Displayed with a smaller font size and a less prominent color.",
13949
+ "name": "description"
13950
+ },
13951
+ {
13952
+ "description": "Container for action buttons.",
13953
+ "name": "actions"
13954
+ },
13955
+ {
13956
+ "description": "Container for small decorative elements aligned to the right edge of the item.",
13957
+ "name": "decoration"
13958
+ }
13959
+ ],
12952
13960
  "members": [
12953
13961
  {
12954
13962
  "kind": "field",
@@ -13437,6 +14445,22 @@
13437
14445
  "name": "VscElement",
13438
14446
  "module": "src/includes/VscElement.ts"
13439
14447
  }
14448
+ },
14449
+ {
14450
+ "kind": "method",
14451
+ "name": "warn",
14452
+ "parameters": [
14453
+ {
14454
+ "name": "message",
14455
+ "type": {
14456
+ "text": "string"
14457
+ }
14458
+ }
14459
+ ],
14460
+ "inheritedFrom": {
14461
+ "name": "VscElement",
14462
+ "module": "src/includes/VscElement.ts"
14463
+ }
13440
14464
  }
13441
14465
  ],
13442
14466
  "attributes": [
@@ -13500,7 +14524,7 @@
13500
14524
  "name": "VscElement",
13501
14525
  "module": "/src/includes/VscElement.js"
13502
14526
  },
13503
- "tagName": "vscode-tree-item",
14527
+ "tagName": "vscode-tree",
13504
14528
  "customElement": true
13505
14529
  }
13506
14530
  ],
@@ -13573,6 +14597,22 @@
13573
14597
  "name": "VscElement",
13574
14598
  "module": "src/includes/VscElement.ts"
13575
14599
  }
14600
+ },
14601
+ {
14602
+ "kind": "method",
14603
+ "name": "warn",
14604
+ "parameters": [
14605
+ {
14606
+ "name": "message",
14607
+ "type": {
14608
+ "text": "string"
14609
+ }
14610
+ }
14611
+ ],
14612
+ "inheritedFrom": {
14613
+ "name": "VscElement",
14614
+ "module": "src/includes/VscElement.ts"
14615
+ }
13576
14616
  }
13577
14617
  ],
13578
14618
  "attributes": [
@@ -15179,6 +16219,22 @@
15179
16219
  "name": "VscElement",
15180
16220
  "module": "src/includes/VscElement.ts"
15181
16221
  }
16222
+ },
16223
+ {
16224
+ "kind": "method",
16225
+ "name": "warn",
16226
+ "parameters": [
16227
+ {
16228
+ "name": "message",
16229
+ "type": {
16230
+ "text": "string"
16231
+ }
16232
+ }
16233
+ ],
16234
+ "inheritedFrom": {
16235
+ "name": "VscElement",
16236
+ "module": "src/includes/VscElement.ts"
16237
+ }
15182
16238
  }
15183
16239
  ],
15184
16240
  "events": [