@vscode-elements/elements 1.7.1-pre.1 → 1.8.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 (67) hide show
  1. package/custom-elements.json +433 -171
  2. package/dist/bundled.js +111 -93
  3. package/dist/includes/VscElement.d.ts.map +1 -1
  4. package/dist/includes/VscElement.js +1 -1
  5. package/dist/includes/VscElement.js.map +1 -1
  6. package/dist/includes/test-helpers.d.ts +32 -0
  7. package/dist/includes/test-helpers.d.ts.map +1 -0
  8. package/dist/includes/test-helpers.js +76 -0
  9. package/dist/includes/test-helpers.js.map +1 -0
  10. package/dist/includes/vscode-select/styles.d.ts.map +1 -1
  11. package/dist/includes/vscode-select/styles.js +7 -9
  12. package/dist/includes/vscode-select/styles.js.map +1 -1
  13. package/dist/includes/vscode-select/vscode-select-base.d.ts +3 -4
  14. package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
  15. package/dist/includes/vscode-select/vscode-select-base.js +17 -18
  16. package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
  17. package/dist/vscode-checkbox/vscode-checkbox.d.ts +5 -0
  18. package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
  19. package/dist/vscode-checkbox/vscode-checkbox.js +8 -4
  20. package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
  21. package/dist/vscode-context-menu/vscode-context-menu.d.ts +1 -1
  22. package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
  23. package/dist/vscode-context-menu/vscode-context-menu.js +1 -1
  24. package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
  25. package/dist/vscode-divider/vscode-divider.d.ts +1 -1
  26. package/dist/vscode-divider/vscode-divider.d.ts.map +1 -1
  27. package/dist/vscode-divider/vscode-divider.js +2 -2
  28. package/dist/vscode-divider/vscode-divider.js.map +1 -1
  29. package/dist/vscode-multi-select/vscode-multi-select.d.ts +1 -0
  30. package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
  31. package/dist/vscode-multi-select/vscode-multi-select.js +9 -7
  32. package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
  33. package/dist/vscode-progress-ring/vscode-progress-ring.d.ts +1 -1
  34. package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -1
  35. package/dist/vscode-progress-ring/vscode-progress-ring.js +2 -2
  36. package/dist/vscode-progress-ring/vscode-progress-ring.js.map +1 -1
  37. package/dist/vscode-radio/vscode-radio.d.ts +3 -0
  38. package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
  39. package/dist/vscode-radio/vscode-radio.js +3 -0
  40. package/dist/vscode-radio/vscode-radio.js.map +1 -1
  41. package/dist/vscode-radio-group/vscode-radio-group.d.ts +3 -0
  42. package/dist/vscode-radio-group/vscode-radio-group.d.ts.map +1 -1
  43. package/dist/vscode-radio-group/vscode-radio-group.js +3 -0
  44. package/dist/vscode-radio-group/vscode-radio-group.js.map +1 -1
  45. package/dist/vscode-single-select/vscode-single-select.d.ts +1 -1
  46. package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
  47. package/dist/vscode-single-select/vscode-single-select.js +8 -9
  48. package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
  49. package/dist/vscode-split-layout/vscode-split-layout.d.ts +64 -10
  50. package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
  51. package/dist/vscode-split-layout/vscode-split-layout.js +237 -107
  52. package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
  53. package/dist/vscode-split-layout/vscode-split-layout.styles.d.ts.map +1 -1
  54. package/dist/vscode-split-layout/vscode-split-layout.styles.js +29 -11
  55. package/dist/vscode-split-layout/vscode-split-layout.styles.js.map +1 -1
  56. package/dist/vscode-tab-header/vscode-tab-header.styles.js +1 -1
  57. package/dist/vscode-tab-header/vscode-tab-header.styles.js.map +1 -1
  58. package/dist/vscode-table/vscode-table.d.ts +1 -1
  59. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  60. package/dist/vscode-table/vscode-table.js +1 -1
  61. package/dist/vscode-table/vscode-table.js.map +1 -1
  62. package/dist/vscode-textfield/vscode-textfield.d.ts +15 -0
  63. package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
  64. package/dist/vscode-textfield/vscode-textfield.js +15 -0
  65. package/dist/vscode-textfield/vscode-textfield.js.map +1 -1
  66. package/package.json +1 -1
  67. package/vscode.html-custom-data.json +38 -11
@@ -24,7 +24,7 @@
24
24
  "text": "string"
25
25
  },
26
26
  "privacy": "private",
27
- "default": "'1.7.1-pre.1'"
27
+ "default": "'1.8.0'"
28
28
  },
29
29
  {
30
30
  "kind": "field",
@@ -115,6 +115,127 @@
115
115
  }
116
116
  ]
117
117
  },
118
+ {
119
+ "kind": "javascript-module",
120
+ "path": "src/includes/test-helpers.ts",
121
+ "declarations": [
122
+ {
123
+ "kind": "function",
124
+ "name": "clickOnElement",
125
+ "parameters": [
126
+ {
127
+ "name": "el",
128
+ "type": {
129
+ "text": "Element"
130
+ }
131
+ },
132
+ {
133
+ "name": "position",
134
+ "default": "'center'",
135
+ "type": {
136
+ "text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
137
+ }
138
+ },
139
+ {
140
+ "name": "offsetX",
141
+ "default": "0"
142
+ },
143
+ {
144
+ "name": "offsetY",
145
+ "default": "0"
146
+ }
147
+ ],
148
+ "description": "A testing utility that measures an element's position and clicks on it."
149
+ },
150
+ {
151
+ "kind": "function",
152
+ "name": "moveMouseOnElement",
153
+ "parameters": [
154
+ {
155
+ "name": "el",
156
+ "type": {
157
+ "text": "Element"
158
+ }
159
+ },
160
+ {
161
+ "name": "position",
162
+ "default": "'center'",
163
+ "type": {
164
+ "text": "'top' | 'right' | 'bottom' | 'left' | 'center'"
165
+ }
166
+ },
167
+ {
168
+ "name": "offsetX",
169
+ "default": "0"
170
+ },
171
+ {
172
+ "name": "offsetY",
173
+ "default": "0"
174
+ }
175
+ ],
176
+ "description": "A testing utility that moves the mouse onto an element."
177
+ },
178
+ {
179
+ "kind": "function",
180
+ "name": "dragElement",
181
+ "return": {
182
+ "type": {
183
+ "text": "Promise<void>"
184
+ }
185
+ },
186
+ "parameters": [
187
+ {
188
+ "name": "el",
189
+ "type": {
190
+ "text": "Element"
191
+ }
192
+ },
193
+ {
194
+ "name": "deltaX",
195
+ "default": "0"
196
+ },
197
+ {
198
+ "name": "deltaY",
199
+ "default": "0"
200
+ },
201
+ {
202
+ "name": "callbacks",
203
+ "default": "{}",
204
+ "type": {
205
+ "text": "{\n afterMouseDown?: () => void | Promise<void>;\n afterMouseMove?: () => void | Promise<void>;\n }"
206
+ }
207
+ }
208
+ ],
209
+ "description": "A testing utility that drags an element with the mouse."
210
+ }
211
+ ],
212
+ "exports": [
213
+ {
214
+ "kind": "js",
215
+ "name": "clickOnElement",
216
+ "declaration": {
217
+ "name": "clickOnElement",
218
+ "module": "src/includes/test-helpers.ts"
219
+ }
220
+ },
221
+ {
222
+ "kind": "js",
223
+ "name": "moveMouseOnElement",
224
+ "declaration": {
225
+ "name": "moveMouseOnElement",
226
+ "module": "src/includes/test-helpers.ts"
227
+ }
228
+ },
229
+ {
230
+ "kind": "js",
231
+ "name": "dragElement",
232
+ "declaration": {
233
+ "name": "dragElement",
234
+ "module": "src/includes/test-helpers.ts"
235
+ }
236
+ }
237
+ ]
238
+ },
118
239
  {
119
240
  "kind": "javascript-module",
120
241
  "path": "src/includes/themeHelpers.ts",
@@ -294,7 +415,7 @@
294
415
  "text": "string"
295
416
  },
296
417
  "privacy": "private",
297
- "default": "'1.7.1-pre.1'",
418
+ "default": "'1.8.0'",
298
419
  "inheritedFrom": {
299
420
  "name": "VscElement",
300
421
  "module": "src/includes/VscElement.ts"
@@ -622,7 +743,7 @@
622
743
  "text": "string"
623
744
  },
624
745
  "privacy": "private",
625
- "default": "'1.7.1-pre.1'",
746
+ "default": "'1.8.0'",
626
747
  "inheritedFrom": {
627
748
  "name": "VscElement",
628
749
  "module": "src/includes/VscElement.ts"
@@ -1160,7 +1281,7 @@
1160
1281
  "text": "string"
1161
1282
  },
1162
1283
  "privacy": "private",
1163
- "default": "'1.7.1-pre.1'",
1284
+ "default": "'1.8.0'",
1164
1285
  "inheritedFrom": {
1165
1286
  "name": "VscElement",
1166
1287
  "module": "src/includes/VscElement.ts"
@@ -1182,7 +1303,8 @@
1182
1303
  "name": "change",
1183
1304
  "type": {
1184
1305
  "text": "Event"
1185
- }
1306
+ },
1307
+ "description": "Dispatched when checked state is changed. The event is bubbled, so it can be listened on a parent element like the `CheckboxGroup`."
1186
1308
  },
1187
1309
  {
1188
1310
  "name": "vsc-change",
@@ -1190,6 +1312,13 @@
1190
1312
  "text": "CustomEvent"
1191
1313
  },
1192
1314
  "deprecated": "true"
1315
+ },
1316
+ {
1317
+ "type": {
1318
+ "text": "Event"
1319
+ },
1320
+ "description": "Dispatched when the element is invalid and `checkValidity()` has been called or the form containing this element is submitted. [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/invalid_event)",
1321
+ "name": "invalid"
1193
1322
  }
1194
1323
  ],
1195
1324
  "attributes": [
@@ -1370,7 +1499,7 @@
1370
1499
  "text": "string"
1371
1500
  },
1372
1501
  "privacy": "private",
1373
- "default": "'1.7.1-pre.1'",
1502
+ "default": "'1.8.0'",
1374
1503
  "inheritedFrom": {
1375
1504
  "name": "VscElement",
1376
1505
  "module": "src/includes/VscElement.ts"
@@ -1563,7 +1692,7 @@
1563
1692
  "text": "string"
1564
1693
  },
1565
1694
  "privacy": "private",
1566
- "default": "'1.7.1-pre.1'",
1695
+ "default": "'1.8.0'",
1567
1696
  "inheritedFrom": {
1568
1697
  "name": "VscElement",
1569
1698
  "module": "src/includes/VscElement.ts"
@@ -1875,7 +2004,7 @@
1875
2004
  "text": "string"
1876
2005
  },
1877
2006
  "privacy": "private",
1878
- "default": "'1.7.1-pre.1'",
2007
+ "default": "'1.8.0'",
1879
2008
  "inheritedFrom": {
1880
2009
  "name": "VscElement",
1881
2010
  "module": "src/includes/VscElement.ts"
@@ -2065,7 +2194,7 @@
2065
2194
  "text": "string"
2066
2195
  },
2067
2196
  "privacy": "private",
2068
- "default": "'1.7.1-pre.1'",
2197
+ "default": "'1.8.0'",
2069
2198
  "inheritedFrom": {
2070
2199
  "name": "VscElement",
2071
2200
  "module": "src/includes/VscElement.ts"
@@ -2201,7 +2330,7 @@
2201
2330
  "text": "string"
2202
2331
  },
2203
2332
  "privacy": "private",
2204
- "default": "'1.7.1-pre.1'",
2333
+ "default": "'1.8.0'",
2205
2334
  "inheritedFrom": {
2206
2335
  "name": "VscElement",
2207
2336
  "module": "src/includes/VscElement.ts"
@@ -2230,7 +2359,7 @@
2230
2359
  ],
2231
2360
  "superclass": {
2232
2361
  "name": "VscElement",
2233
- "module": "/src/includes/VscElement"
2362
+ "module": "/src/includes/VscElement.js"
2234
2363
  },
2235
2364
  "tagName": "vscode-divider",
2236
2365
  "customElement": true
@@ -2419,7 +2548,7 @@
2419
2548
  "text": "string"
2420
2549
  },
2421
2550
  "privacy": "private",
2422
- "default": "'1.7.1-pre.1'",
2551
+ "default": "'1.8.0'",
2423
2552
  "inheritedFrom": {
2424
2553
  "name": "VscElement",
2425
2554
  "module": "src/includes/VscElement.ts"
@@ -2551,7 +2680,7 @@
2551
2680
  "text": "string"
2552
2681
  },
2553
2682
  "privacy": "private",
2554
- "default": "'1.7.1-pre.1'",
2683
+ "default": "'1.8.0'",
2555
2684
  "inheritedFrom": {
2556
2685
  "name": "VscElement",
2557
2686
  "module": "src/includes/VscElement.ts"
@@ -2651,7 +2780,7 @@
2651
2780
  "text": "string"
2652
2781
  },
2653
2782
  "privacy": "private",
2654
- "default": "'1.7.1-pre.1'",
2783
+ "default": "'1.8.0'",
2655
2784
  "inheritedFrom": {
2656
2785
  "name": "VscElement",
2657
2786
  "module": "src/includes/VscElement.ts"
@@ -2849,7 +2978,7 @@
2849
2978
  "text": "string"
2850
2979
  },
2851
2980
  "privacy": "private",
2852
- "default": "'1.7.1-pre.1'",
2981
+ "default": "'1.8.0'",
2853
2982
  "inheritedFrom": {
2854
2983
  "name": "VscElement",
2855
2984
  "module": "src/includes/VscElement.ts"
@@ -3069,7 +3198,7 @@
3069
3198
  "text": "string"
3070
3199
  },
3071
3200
  "privacy": "private",
3072
- "default": "'1.7.1-pre.1'",
3201
+ "default": "'1.8.0'",
3073
3202
  "inheritedFrom": {
3074
3203
  "name": "VscElement",
3075
3204
  "module": "src/includes/VscElement.ts"
@@ -3340,6 +3469,14 @@
3340
3469
  },
3341
3470
  "privacy": "private"
3342
3471
  },
3472
+ {
3473
+ "kind": "field",
3474
+ "name": "_faceElement",
3475
+ "type": {
3476
+ "text": "HTMLDivElement"
3477
+ },
3478
+ "privacy": "private"
3479
+ },
3343
3480
  {
3344
3481
  "kind": "method",
3345
3482
  "name": "_setDefaultValue",
@@ -3852,40 +3989,9 @@
3852
3989
  "module": "src/includes/vscode-select/vscode-select-base.ts"
3853
3990
  }
3854
3991
  },
3855
- {
3856
- "kind": "method",
3857
- "name": "_onClickOutside",
3858
- "privacy": "protected",
3859
- "return": {
3860
- "type": {
3861
- "text": "void"
3862
- }
3863
- },
3864
- "parameters": [
3865
- {
3866
- "name": "event",
3867
- "type": {
3868
- "text": "MouseEvent"
3869
- }
3870
- }
3871
- ],
3872
- "inheritedFrom": {
3873
- "name": "VscodeSelectBase",
3874
- "module": "src/includes/vscode-select/vscode-select-base.ts"
3875
- }
3876
- },
3877
3992
  {
3878
3993
  "kind": "field",
3879
- "name": "_onClickOutsideBound",
3880
- "privacy": "protected",
3881
- "inheritedFrom": {
3882
- "name": "VscodeSelectBase",
3883
- "module": "src/includes/vscode-select/vscode-select-base.ts"
3884
- }
3885
- },
3886
- {
3887
- "kind": "method",
3888
- "name": "_onMouseMove",
3994
+ "name": "_onClickOutside",
3889
3995
  "privacy": "private",
3890
3996
  "inheritedFrom": {
3891
3997
  "name": "VscodeSelectBase",
@@ -3894,7 +4000,7 @@
3894
4000
  },
3895
4001
  {
3896
4002
  "kind": "field",
3897
- "name": "_onMouseMoveBound",
4003
+ "name": "_onMouseMove",
3898
4004
  "privacy": "private",
3899
4005
  "inheritedFrom": {
3900
4006
  "name": "VscodeSelectBase",
@@ -4177,7 +4283,7 @@
4177
4283
  "text": "string"
4178
4284
  },
4179
4285
  "privacy": "private",
4180
- "default": "'1.7.1-pre.1'",
4286
+ "default": "'1.8.0'",
4181
4287
  "inheritedFrom": {
4182
4288
  "name": "VscElement",
4183
4289
  "module": "src/includes/VscElement.ts"
@@ -4433,7 +4539,7 @@
4433
4539
  "text": "string"
4434
4540
  },
4435
4541
  "privacy": "private",
4436
- "default": "'1.7.1-pre.1'",
4542
+ "default": "'1.8.0'",
4437
4543
  "inheritedFrom": {
4438
4544
  "name": "VscElement",
4439
4545
  "module": "src/includes/VscElement.ts"
@@ -4581,7 +4687,7 @@
4581
4687
  "text": "string"
4582
4688
  },
4583
4689
  "privacy": "private",
4584
- "default": "'1.7.1-pre.1'",
4690
+ "default": "'1.8.0'",
4585
4691
  "inheritedFrom": {
4586
4692
  "name": "VscElement",
4587
4693
  "module": "src/includes/VscElement.ts"
@@ -4626,7 +4732,7 @@
4626
4732
  ],
4627
4733
  "superclass": {
4628
4734
  "name": "VscElement",
4629
- "module": "/src/includes/VscElement"
4735
+ "module": "/src/includes/VscElement.js"
4630
4736
  },
4631
4737
  "tagName": "vscode-progress-ring",
4632
4738
  "customElement": true
@@ -5048,7 +5154,7 @@
5048
5154
  "text": "string"
5049
5155
  },
5050
5156
  "privacy": "private",
5051
- "default": "'1.7.1-pre.1'",
5157
+ "default": "'1.8.0'",
5052
5158
  "inheritedFrom": {
5053
5159
  "name": "VscElement",
5054
5160
  "module": "src/includes/VscElement.ts"
@@ -5079,6 +5185,13 @@
5079
5185
  },
5080
5186
  "description": "Dispatched when checked state is changed.",
5081
5187
  "name": "change"
5188
+ },
5189
+ {
5190
+ "type": {
5191
+ "text": "Event"
5192
+ },
5193
+ "description": "Dispatched when the element is invalid and `checkValidity()` has been called or the form containing this element is submitted. [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/invalid_event)",
5194
+ "name": "invalid"
5082
5195
  }
5083
5196
  ],
5084
5197
  "attributes": [
@@ -5360,7 +5473,7 @@
5360
5473
  "text": "string"
5361
5474
  },
5362
5475
  "privacy": "private",
5363
- "default": "'1.7.1-pre.1'",
5476
+ "default": "'1.8.0'",
5364
5477
  "inheritedFrom": {
5365
5478
  "name": "VscElement",
5366
5479
  "module": "src/includes/VscElement.ts"
@@ -5377,6 +5490,15 @@
5377
5490
  }
5378
5491
  }
5379
5492
  ],
5493
+ "events": [
5494
+ {
5495
+ "type": {
5496
+ "text": "Event"
5497
+ },
5498
+ "description": "Dispatched when a child radio button is changed.",
5499
+ "name": "change"
5500
+ }
5501
+ ],
5380
5502
  "attributes": [
5381
5503
  {
5382
5504
  "name": "variant",
@@ -5742,7 +5864,7 @@
5742
5864
  "text": "string"
5743
5865
  },
5744
5866
  "privacy": "private",
5745
- "default": "'1.7.1-pre.1'",
5867
+ "default": "'1.8.0'",
5746
5868
  "inheritedFrom": {
5747
5869
  "name": "VscElement",
5748
5870
  "module": "src/includes/VscElement.ts"
@@ -6007,6 +6129,14 @@
6007
6129
  "privacy": "private",
6008
6130
  "default": "''"
6009
6131
  },
6132
+ {
6133
+ "kind": "field",
6134
+ "name": "_face",
6135
+ "type": {
6136
+ "text": "HTMLDivElement"
6137
+ },
6138
+ "privacy": "private"
6139
+ },
6010
6140
  {
6011
6141
  "kind": "field",
6012
6142
  "name": "_internals",
@@ -6102,11 +6232,6 @@
6102
6232
  "name": "_manageRequired",
6103
6233
  "privacy": "private"
6104
6234
  },
6105
- {
6106
- "kind": "method",
6107
- "name": "_renderLabel",
6108
- "privacy": "private"
6109
- },
6110
6235
  {
6111
6236
  "kind": "method",
6112
6237
  "name": "_renderSelectFace",
@@ -6542,40 +6667,9 @@
6542
6667
  "module": "src/includes/vscode-select/vscode-select-base.ts"
6543
6668
  }
6544
6669
  },
6545
- {
6546
- "kind": "method",
6547
- "name": "_onClickOutside",
6548
- "privacy": "protected",
6549
- "return": {
6550
- "type": {
6551
- "text": "void"
6552
- }
6553
- },
6554
- "parameters": [
6555
- {
6556
- "name": "event",
6557
- "type": {
6558
- "text": "MouseEvent"
6559
- }
6560
- }
6561
- ],
6562
- "inheritedFrom": {
6563
- "name": "VscodeSelectBase",
6564
- "module": "src/includes/vscode-select/vscode-select-base.ts"
6565
- }
6566
- },
6567
6670
  {
6568
6671
  "kind": "field",
6569
- "name": "_onClickOutsideBound",
6570
- "privacy": "protected",
6571
- "inheritedFrom": {
6572
- "name": "VscodeSelectBase",
6573
- "module": "src/includes/vscode-select/vscode-select-base.ts"
6574
- }
6575
- },
6576
- {
6577
- "kind": "method",
6578
- "name": "_onMouseMove",
6672
+ "name": "_onClickOutside",
6579
6673
  "privacy": "private",
6580
6674
  "inheritedFrom": {
6581
6675
  "name": "VscodeSelectBase",
@@ -6584,7 +6678,7 @@
6584
6678
  },
6585
6679
  {
6586
6680
  "kind": "field",
6587
- "name": "_onMouseMoveBound",
6681
+ "name": "_onMouseMove",
6588
6682
  "privacy": "private",
6589
6683
  "inheritedFrom": {
6590
6684
  "name": "VscodeSelectBase",
@@ -6825,7 +6919,7 @@
6825
6919
  "text": "string"
6826
6920
  },
6827
6921
  "privacy": "private",
6828
- "default": "'1.7.1-pre.1'",
6922
+ "default": "'1.8.0'",
6829
6923
  "inheritedFrom": {
6830
6924
  "name": "VscElement",
6831
6925
  "module": "src/includes/VscElement.ts"
@@ -7029,7 +7123,7 @@
7029
7123
  "type": {
7030
7124
  "text": "CSSResultGroup"
7031
7125
  },
7032
- "default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border, transparent); border: 1px solid var(--vscode-editorWidget-border); display: block; overflow: hidden; position: relative; } ::slotted(*) { height: 100%; width: 100%; } ::slotted(vscode-split-layout) { border: 0; } .start { box-sizing: border-box; left: 0; top: 0; overflow: hidden; position: absolute; } :host([split='vertical']) .start { border-right: 1px solid var(--separator-border); } :host([split='horizontal']) .start { border-bottom: 1px solid var(--separator-border); } .end { bottom: 0; box-sizing: border-box; overflow: hidden; position: absolute; right: 0; } .handle-overlay { display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } .handle-overlay.active { display: block; } .handle-overlay.split-vertical { cursor: ew-resize; } .handle-overlay.split-horizontal { cursor: ns-resize; } .handle { position: absolute; z-index: 2; } .handle.hover { background-color: var(--vscode-sash-hoverBorder); transition: background-color 100ms linear 300ms; } .handle.hide { background-color: transparent; transition: background-color 100ms linear; } .handle.split-vertical { cursor: ew-resize; height: 100%; } .handle.split-horizontal { cursor: ns-resize; width: 100%; } `, ]"
7126
+ "default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border, transparent); border: 1px solid var(--vscode-editorWidget-border); display: block; overflow: hidden; position: relative; } ::slotted(*) { height: 100%; width: 100%; } ::slotted(vscode-split-layout) { border: 0; } .wrapper { display: flex; height: 100%; width: 100%; } .wrapper.horizontal { flex-direction: column; } .start { box-sizing: border-box; flex: 1; min-height: 0; min-width: 0; } :host([split='vertical']) .start { border-right: 1px solid var(--separator-border); } :host([split='horizontal']) .start { border-bottom: 1px solid var(--separator-border); } .end { flex: 1; min-height: 0; min-width: 0; } :host([split='vertical']) .start, :host([split='vertical']) .end { height: 100%; } :host([split='horizontal']) .start, :host([split='horizontal']) .end { width: 100%; } .handle-overlay { display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } .handle-overlay.active { display: block; } .handle-overlay.split-vertical { cursor: ew-resize; } .handle-overlay.split-horizontal { cursor: ns-resize; } .handle { background-color: transparent; position: absolute; z-index: 2; } .handle.hover { transition: background-color 0.1s ease-out 0.3s; background-color: var(--vscode-sash-hoverBorder); } .handle.hide { background-color: transparent; transition: background-color 0.1s ease-out; } .handle.split-vertical { cursor: ew-resize; height: 100%; } .handle.split-horizontal { cursor: ns-resize; width: 100%; } `, ]"
7033
7127
  }
7034
7128
  ],
7035
7129
  "exports": [
@@ -7047,6 +7141,59 @@
7047
7141
  "kind": "javascript-module",
7048
7142
  "path": "src/vscode-split-layout/vscode-split-layout.ts",
7049
7143
  "declarations": [
7144
+ {
7145
+ "kind": "function",
7146
+ "name": "parseValue",
7147
+ "return": {
7148
+ "type": {
7149
+ "text": "{value: number; unit: PositionUnit}"
7150
+ }
7151
+ },
7152
+ "parameters": [
7153
+ {
7154
+ "name": "raw",
7155
+ "type": {
7156
+ "text": "string"
7157
+ }
7158
+ }
7159
+ ]
7160
+ },
7161
+ {
7162
+ "kind": "function",
7163
+ "name": "pxToPercent",
7164
+ "parameters": [
7165
+ {
7166
+ "name": "current",
7167
+ "type": {
7168
+ "text": "number"
7169
+ }
7170
+ },
7171
+ {
7172
+ "name": "max",
7173
+ "type": {
7174
+ "text": "number"
7175
+ }
7176
+ }
7177
+ ]
7178
+ },
7179
+ {
7180
+ "kind": "function",
7181
+ "name": "percentToPx",
7182
+ "parameters": [
7183
+ {
7184
+ "name": "current",
7185
+ "type": {
7186
+ "text": "number"
7187
+ }
7188
+ },
7189
+ {
7190
+ "name": "max",
7191
+ "type": {
7192
+ "text": "number"
7193
+ }
7194
+ }
7195
+ ]
7196
+ },
7050
7197
  {
7051
7198
  "kind": "class",
7052
7199
  "description": "",
@@ -7061,13 +7208,22 @@
7061
7208
  {
7062
7209
  "kind": "field",
7063
7210
  "name": "split",
7211
+ "description": "Direction of the divider.",
7064
7212
  "type": {
7065
- "text": "'horizontal' | 'vertical'"
7213
+ "text": "Orientation"
7066
7214
  },
7067
- "default": "'vertical'",
7068
7215
  "attribute": "split",
7069
7216
  "reflects": true
7070
7217
  },
7218
+ {
7219
+ "kind": "field",
7220
+ "name": "_split",
7221
+ "type": {
7222
+ "text": "Orientation"
7223
+ },
7224
+ "privacy": "private",
7225
+ "default": "'vertical'"
7226
+ },
7071
7227
  {
7072
7228
  "kind": "field",
7073
7229
  "name": "resetOnDblClick",
@@ -7075,6 +7231,7 @@
7075
7231
  "text": "boolean"
7076
7232
  },
7077
7233
  "default": "false",
7234
+ "description": "Controls whether the handle position should reset to the value set in the\n`initialHandlePosition` when it is double-clicked.",
7078
7235
  "attribute": "reset-on-dbl-click",
7079
7236
  "reflects": true
7080
7237
  },
@@ -7085,7 +7242,7 @@
7085
7242
  "text": "number"
7086
7243
  },
7087
7244
  "default": "4",
7088
- "description": "Controls the draggable area size in pixels. it is recommended to use the value of `workbench.sash.size`.",
7245
+ "description": "Controls the draggable area size in pixels. it is intended to use the value\nof `workbench.sash.size`.",
7089
7246
  "attribute": "handle-size",
7090
7247
  "reflects": true
7091
7248
  },
@@ -7096,57 +7253,48 @@
7096
7253
  "text": "string"
7097
7254
  },
7098
7255
  "default": "'50%'",
7256
+ "description": "The handler position will reset to this position when it is double-clicked,\nor the `resetHandlePosition()` is called.",
7099
7257
  "attribute": "initial-handle-position",
7100
7258
  "reflects": true
7101
7259
  },
7102
7260
  {
7103
7261
  "kind": "field",
7104
- "name": "_startPaneRight",
7262
+ "name": "handlePosition",
7263
+ "description": "Set the handle position programmatically. The value must include a unit,\neither `%` or `px`. If no unit is specified, the value is interpreted as\n`px`.",
7105
7264
  "type": {
7106
- "text": "number"
7107
- },
7108
- "privacy": "private",
7109
- "default": "0"
7110
- },
7111
- {
7112
- "kind": "field",
7113
- "name": "_startPaneBottom",
7114
- "type": {
7115
- "text": "number"
7265
+ "text": "string | undefined"
7116
7266
  },
7117
- "privacy": "private",
7118
- "default": "0"
7267
+ "attribute": "handle-position"
7119
7268
  },
7120
7269
  {
7121
7270
  "kind": "field",
7122
- "name": "_endPaneTop",
7271
+ "name": "_rawHandlePosition",
7123
7272
  "type": {
7124
- "text": "number"
7273
+ "text": "string | undefined"
7125
7274
  },
7126
- "privacy": "private",
7127
- "default": "0"
7275
+ "privacy": "private"
7128
7276
  },
7129
7277
  {
7130
7278
  "kind": "field",
7131
- "name": "_endPaneLeft",
7279
+ "name": "fixedPane",
7280
+ "description": "The size of the fixed pane will not change when the component is resized.",
7132
7281
  "type": {
7133
- "text": "number"
7282
+ "text": "FixedPaneType"
7134
7283
  },
7135
- "privacy": "private",
7136
- "default": "0"
7284
+ "attribute": "fixed-pane"
7137
7285
  },
7138
7286
  {
7139
7287
  "kind": "field",
7140
- "name": "_handleLeft",
7288
+ "name": "_fixedPane",
7141
7289
  "type": {
7142
- "text": "number"
7290
+ "text": "FixedPaneType"
7143
7291
  },
7144
7292
  "privacy": "private",
7145
- "default": "0"
7293
+ "default": "'none'"
7146
7294
  },
7147
7295
  {
7148
7296
  "kind": "field",
7149
- "name": "_handleTop",
7297
+ "name": "_handlePosition",
7150
7298
  "type": {
7151
7299
  "text": "number"
7152
7300
  },
@@ -7180,6 +7328,22 @@
7180
7328
  "privacy": "private",
7181
7329
  "default": "false"
7182
7330
  },
7331
+ {
7332
+ "kind": "field",
7333
+ "name": "_wrapperEl",
7334
+ "type": {
7335
+ "text": "HTMLDivElement"
7336
+ },
7337
+ "privacy": "private"
7338
+ },
7339
+ {
7340
+ "kind": "field",
7341
+ "name": "_handleEl",
7342
+ "type": {
7343
+ "text": "HTMLDivElement"
7344
+ },
7345
+ "privacy": "private"
7346
+ },
7183
7347
  {
7184
7348
  "kind": "field",
7185
7349
  "name": "_nestedLayoutsAtStart",
@@ -7214,11 +7378,80 @@
7214
7378
  "privacy": "private",
7215
7379
  "default": "0"
7216
7380
  },
7381
+ {
7382
+ "kind": "field",
7383
+ "name": "_resizeObserver",
7384
+ "type": {
7385
+ "text": "ResizeObserver"
7386
+ },
7387
+ "privacy": "private",
7388
+ "default": "new ResizeObserver(this._handleResize)"
7389
+ },
7390
+ {
7391
+ "kind": "field",
7392
+ "name": "_wrapperObserved",
7393
+ "type": {
7394
+ "text": "boolean"
7395
+ },
7396
+ "privacy": "private",
7397
+ "default": "false"
7398
+ },
7399
+ {
7400
+ "kind": "field",
7401
+ "name": "_fixedPaneSize",
7402
+ "type": {
7403
+ "text": "number"
7404
+ },
7405
+ "privacy": "private",
7406
+ "default": "0"
7407
+ },
7408
+ {
7409
+ "kind": "method",
7410
+ "name": "resetHandlePosition",
7411
+ "description": "Sets the handle position to the value specified in the `initialHandlePosition` property."
7412
+ },
7413
+ {
7414
+ "kind": "method",
7415
+ "name": "_handlePositionPropChanged",
7416
+ "privacy": "private"
7417
+ },
7217
7418
  {
7218
7419
  "kind": "method",
7219
- "name": "_initPosition",
7420
+ "name": "_fixedPanePropChanged",
7421
+ "privacy": "private",
7422
+ "parameters": [
7423
+ {
7424
+ "name": "newVal",
7425
+ "type": {
7426
+ "text": "FixedPaneType"
7427
+ }
7428
+ }
7429
+ ]
7430
+ },
7431
+ {
7432
+ "kind": "field",
7433
+ "name": "_handleResize",
7220
7434
  "privacy": "private"
7221
7435
  },
7436
+ {
7437
+ "kind": "method",
7438
+ "name": "_setPosition",
7439
+ "privacy": "private",
7440
+ "parameters": [
7441
+ {
7442
+ "name": "value",
7443
+ "type": {
7444
+ "text": "number"
7445
+ }
7446
+ },
7447
+ {
7448
+ "name": "unit",
7449
+ "type": {
7450
+ "text": "PositionUnit"
7451
+ }
7452
+ }
7453
+ ]
7454
+ },
7222
7455
  {
7223
7456
  "kind": "method",
7224
7457
  "name": "_handleMouseOver",
@@ -7277,7 +7510,7 @@
7277
7510
  "text": "string"
7278
7511
  },
7279
7512
  "privacy": "private",
7280
- "default": "'1.7.1-pre.1'",
7513
+ "default": "'1.8.0'",
7281
7514
  "inheritedFrom": {
7282
7515
  "name": "VscElement",
7283
7516
  "module": "src/includes/VscElement.ts"
@@ -7297,10 +7530,10 @@
7297
7530
  "attributes": [
7298
7531
  {
7299
7532
  "name": "split",
7533
+ "description": "Direction of the divider.",
7300
7534
  "type": {
7301
- "text": "'horizontal' | 'vertical'"
7535
+ "text": "Orientation"
7302
7536
  },
7303
- "default": "'vertical'",
7304
7537
  "fieldName": "split"
7305
7538
  },
7306
7539
  {
@@ -7309,6 +7542,7 @@
7309
7542
  "text": "boolean"
7310
7543
  },
7311
7544
  "default": "false",
7545
+ "description": "Controls whether the handle position should reset to the value set in the\n`initialHandlePosition` when it is double-clicked.",
7312
7546
  "fieldName": "resetOnDblClick"
7313
7547
  },
7314
7548
  {
@@ -7317,7 +7551,7 @@
7317
7551
  "text": "number"
7318
7552
  },
7319
7553
  "default": "4",
7320
- "description": "Controls the draggable area size in pixels. it is recommended to use the value of `workbench.sash.size`.",
7554
+ "description": "Controls the draggable area size in pixels. it is intended to use the value\nof `workbench.sash.size`.",
7321
7555
  "fieldName": "handleSize"
7322
7556
  },
7323
7557
  {
@@ -7325,8 +7559,25 @@
7325
7559
  "type": {
7326
7560
  "text": "string"
7327
7561
  },
7328
- "default": "'50%'",
7562
+ "default": "DEFAULT_INITIAL_POSITION",
7563
+ "description": "The handler position will reset to this position when it is double-clicked,\nor the `resetHandlePosition()` is called.",
7329
7564
  "fieldName": "initialHandlePosition"
7565
+ },
7566
+ {
7567
+ "name": "handle-position",
7568
+ "description": "Set the handle position programmatically. The value must include a unit,\neither `%` or `px`. If no unit is specified, the value is interpreted as\n`px`.",
7569
+ "type": {
7570
+ "text": "string | undefined"
7571
+ },
7572
+ "fieldName": "handlePosition"
7573
+ },
7574
+ {
7575
+ "name": "fixed-pane",
7576
+ "description": "The size of the fixed pane will not change when the component is resized.",
7577
+ "type": {
7578
+ "text": "FixedPaneType"
7579
+ },
7580
+ "fieldName": "fixedPane"
7330
7581
  }
7331
7582
  ],
7332
7583
  "superclass": {
@@ -7338,6 +7589,30 @@
7338
7589
  }
7339
7590
  ],
7340
7591
  "exports": [
7592
+ {
7593
+ "kind": "js",
7594
+ "name": "parseValue",
7595
+ "declaration": {
7596
+ "name": "parseValue",
7597
+ "module": "src/vscode-split-layout/vscode-split-layout.ts"
7598
+ }
7599
+ },
7600
+ {
7601
+ "kind": "js",
7602
+ "name": "pxToPercent",
7603
+ "declaration": {
7604
+ "name": "pxToPercent",
7605
+ "module": "src/vscode-split-layout/vscode-split-layout.ts"
7606
+ }
7607
+ },
7608
+ {
7609
+ "kind": "js",
7610
+ "name": "percentToPx",
7611
+ "declaration": {
7612
+ "name": "percentToPx",
7613
+ "module": "src/vscode-split-layout/vscode-split-layout.ts"
7614
+ }
7615
+ },
7341
7616
  {
7342
7617
  "kind": "js",
7343
7618
  "name": "VscodeSplitLayout",
@@ -7366,7 +7641,7 @@
7366
7641
  "type": {
7367
7642
  "text": "CSSResultGroup"
7368
7643
  },
7369
- "default": "[ defaultStyles, css` :host { border-bottom: 1px solid transparent; cursor: pointer; display: block; margin-bottom: -1px; overflow: hidden; padding: 7px 8px; text-overflow: ellipsis; user-select: none; white-space: nowrap; } :host([active]) { border-bottom-color: var(--vscode-panelTitle-activeForeground); color: var(--vscode-panelTitle-activeForeground); } :host([panel]) { border-bottom: 0; margin-bottom: 0; padding: 0; } :host(:focus-visible) { outline: none; } .wrapper { align-items: center; color: var(--vscode-foreground); display: flex; min-height: 20px; overflow: inherit; text-overflow: inherit; position: relative; } .wrapper.panel { color: var(--vscode-panelTitle-inactiveForeground); } .wrapper.panel.active, .wrapper.panel:hover { color: var(--vscode-panelTitle-inactiveForeground); } :host([panel]) .wrapper { display: flex; font-size: 11px; height: 31px; padding: 2px 10px; text-transform: uppercase; } .main { overflow: inherit; text-overflow: inherit; } .active-indicator { display: none; } .active-indicator.panel.active { border-top: 1px solid var(--vscode-panelTitle-activeBorder); bottom: 4px; display: block; left: 8px; pointer-events: none; position: absolute; right: 8px; } :host(:focus-visible) .wrapper { outline-color: var(--vscode-focusBorder); outline-offset: 3px; outline-style: solid; outline-width: 1px; } :host(:focus-visible) .wrapper.panel { outline-offset: -2px; } slot[name='content-before']::slotted(vscode-badge) { margin-right: 8px; } slot[name='content-after']::slotted(vscode-badge) { margin-left: 8px; } `, ]"
7644
+ "default": "[ defaultStyles, css` :host { border-bottom: 1px solid transparent; cursor: pointer; display: block; margin-bottom: -1px; overflow: hidden; padding: 7px 8px; text-overflow: ellipsis; user-select: none; white-space: nowrap; } :host([active]) { border-bottom-color: var(--vscode-panelTitle-activeForeground); color: var(--vscode-panelTitle-activeForeground); } :host([panel]) { border-bottom: 0; margin-bottom: 0; padding: 0; } :host(:focus-visible) { outline: none; } .wrapper { align-items: center; color: var(--vscode-foreground); display: flex; min-height: 20px; overflow: inherit; text-overflow: inherit; position: relative; } .wrapper.panel { color: var(--vscode-panelTitle-inactiveForeground); } .wrapper.panel.active, .wrapper.panel:hover { color: var(--vscode-panelTitle-activeForeground); } :host([panel]) .wrapper { display: flex; font-size: 11px; height: 31px; padding: 2px 10px; text-transform: uppercase; } .main { overflow: inherit; text-overflow: inherit; } .active-indicator { display: none; } .active-indicator.panel.active { border-top: 1px solid var(--vscode-panelTitle-activeBorder); bottom: 4px; display: block; left: 8px; pointer-events: none; position: absolute; right: 8px; } :host(:focus-visible) .wrapper { outline-color: var(--vscode-focusBorder); outline-offset: 3px; outline-style: solid; outline-width: 1px; } :host(:focus-visible) .wrapper.panel { outline-offset: -2px; } slot[name='content-before']::slotted(vscode-badge) { margin-right: 8px; } slot[name='content-after']::slotted(vscode-badge) { margin-left: 8px; } `, ]"
7370
7645
  }
7371
7646
  ],
7372
7647
  "exports": [
@@ -7437,7 +7712,7 @@
7437
7712
  "text": "string"
7438
7713
  },
7439
7714
  "privacy": "private",
7440
- "default": "'1.7.1-pre.1'",
7715
+ "default": "'1.8.0'",
7441
7716
  "inheritedFrom": {
7442
7717
  "name": "VscElement",
7443
7718
  "module": "src/includes/VscElement.ts"
@@ -7569,7 +7844,7 @@
7569
7844
  "text": "string"
7570
7845
  },
7571
7846
  "privacy": "private",
7572
- "default": "'1.7.1-pre.1'",
7847
+ "default": "'1.8.0'",
7573
7848
  "inheritedFrom": {
7574
7849
  "name": "VscElement",
7575
7850
  "module": "src/includes/VscElement.ts"
@@ -8259,7 +8534,7 @@
8259
8534
  "text": "string"
8260
8535
  },
8261
8536
  "privacy": "private",
8262
- "default": "'1.7.1-pre.1'",
8537
+ "default": "'1.8.0'",
8263
8538
  "inheritedFrom": {
8264
8539
  "name": "VscElement",
8265
8540
  "module": "src/includes/VscElement.ts"
@@ -8443,7 +8718,7 @@
8443
8718
  "text": "string"
8444
8719
  },
8445
8720
  "privacy": "private",
8446
- "default": "'1.7.1-pre.1'",
8721
+ "default": "'1.8.0'",
8447
8722
  "inheritedFrom": {
8448
8723
  "name": "VscElement",
8449
8724
  "module": "src/includes/VscElement.ts"
@@ -8562,7 +8837,7 @@
8562
8837
  "text": "string"
8563
8838
  },
8564
8839
  "privacy": "private",
8565
- "default": "'1.7.1-pre.1'",
8840
+ "default": "'1.8.0'",
8566
8841
  "inheritedFrom": {
8567
8842
  "name": "VscElement",
8568
8843
  "module": "src/includes/VscElement.ts"
@@ -8672,7 +8947,7 @@
8672
8947
  "text": "string"
8673
8948
  },
8674
8949
  "privacy": "private",
8675
- "default": "'1.7.1-pre.1'",
8950
+ "default": "'1.8.0'",
8676
8951
  "inheritedFrom": {
8677
8952
  "name": "VscElement",
8678
8953
  "module": "src/includes/VscElement.ts"
@@ -8767,7 +9042,7 @@
8767
9042
  "text": "string"
8768
9043
  },
8769
9044
  "privacy": "private",
8770
- "default": "'1.7.1-pre.1'",
9045
+ "default": "'1.8.0'",
8771
9046
  "inheritedFrom": {
8772
9047
  "name": "VscElement",
8773
9048
  "module": "src/includes/VscElement.ts"
@@ -8856,7 +9131,7 @@
8856
9131
  "text": "string"
8857
9132
  },
8858
9133
  "privacy": "private",
8859
- "default": "'1.7.1-pre.1'",
9134
+ "default": "'1.8.0'",
8860
9135
  "inheritedFrom": {
8861
9136
  "name": "VscElement",
8862
9137
  "module": "src/includes/VscElement.ts"
@@ -9105,7 +9380,7 @@
9105
9380
  "text": "string"
9106
9381
  },
9107
9382
  "privacy": "private",
9108
- "default": "'1.7.1-pre.1'",
9383
+ "default": "'1.8.0'",
9109
9384
  "inheritedFrom": {
9110
9385
  "name": "VscElement",
9111
9386
  "module": "src/includes/VscElement.ts"
@@ -9613,7 +9888,7 @@
9613
9888
  "text": "string"
9614
9889
  },
9615
9890
  "privacy": "private",
9616
- "default": "'1.7.1-pre.1'",
9891
+ "default": "'1.8.0'",
9617
9892
  "inheritedFrom": {
9618
9893
  "name": "VscElement",
9619
9894
  "module": "src/includes/VscElement.ts"
@@ -9956,6 +10231,7 @@
9956
10231
  "text": "boolean"
9957
10232
  },
9958
10233
  "default": "false",
10234
+ "description": "Set error styles on the component. This is only intended to apply styles when custom error\nvalidation is implemented. To check whether the component is valid, use the checkValidity method.",
9959
10235
  "attribute": "invalid",
9960
10236
  "reflects": true
9961
10237
  },
@@ -10022,6 +10298,7 @@
10022
10298
  "text": "string | undefined"
10023
10299
  },
10024
10300
  "default": "undefined",
10301
+ "description": "Specifies a regular expression the form control's value should match.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern)",
10025
10302
  "attribute": "pattern"
10026
10303
  },
10027
10304
  {
@@ -10124,7 +10401,13 @@
10124
10401
  },
10125
10402
  {
10126
10403
  "kind": "method",
10127
- "name": "checkValidity"
10404
+ "name": "checkValidity",
10405
+ "return": {
10406
+ "type": {
10407
+ "text": "boolean"
10408
+ }
10409
+ },
10410
+ "description": "Check the component's validity state when built-in validation is used.\nBuilt-in validation is triggered when any validation-related attribute is set. Validation-related\nattributes are: `max, maxlength, min, minlength, pattern, required, step`.\nSee this [the MDN reference](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity) for more details."
10128
10411
  },
10129
10412
  {
10130
10413
  "kind": "method",
@@ -10238,7 +10521,7 @@
10238
10521
  "text": "string"
10239
10522
  },
10240
10523
  "privacy": "private",
10241
- "default": "'1.7.1-pre.1'",
10524
+ "default": "'1.8.0'",
10242
10525
  "inheritedFrom": {
10243
10526
  "name": "VscElement",
10244
10527
  "module": "src/includes/VscElement.ts"
@@ -10330,6 +10613,7 @@
10330
10613
  "text": "boolean"
10331
10614
  },
10332
10615
  "default": "false",
10616
+ "description": "Set error styles on the component. This is only intended to apply styles when custom error\nvalidation is implemented. To check whether the component is valid, use the checkValidity method.",
10333
10617
  "fieldName": "invalid"
10334
10618
  },
10335
10619
  {
@@ -10386,6 +10670,7 @@
10386
10670
  "text": "string | undefined"
10387
10671
  },
10388
10672
  "default": "undefined",
10673
+ "description": "Specifies a regular expression the form control's value should match.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern)",
10389
10674
  "fieldName": "pattern"
10390
10675
  },
10391
10676
  {
@@ -10974,7 +11259,7 @@
10974
11259
  "text": "string"
10975
11260
  },
10976
11261
  "privacy": "private",
10977
- "default": "'1.7.1-pre.1'",
11262
+ "default": "'1.8.0'",
10978
11263
  "inheritedFrom": {
10979
11264
  "name": "VscElement",
10980
11265
  "module": "src/includes/VscElement.ts"
@@ -11144,7 +11429,7 @@
11144
11429
  "text": "string"
11145
11430
  },
11146
11431
  "privacy": "private",
11147
- "default": "'1.7.1-pre.1'",
11432
+ "default": "'1.8.0'",
11148
11433
  "inheritedFrom": {
11149
11434
  "name": "VscElement",
11150
11435
  "module": "src/includes/VscElement.ts"
@@ -11863,37 +12148,14 @@
11863
12148
  }
11864
12149
  }
11865
12150
  },
11866
- {
11867
- "kind": "method",
11868
- "name": "_onClickOutside",
11869
- "privacy": "protected",
11870
- "return": {
11871
- "type": {
11872
- "text": "void"
11873
- }
11874
- },
11875
- "parameters": [
11876
- {
11877
- "name": "event",
11878
- "type": {
11879
- "text": "MouseEvent"
11880
- }
11881
- }
11882
- ]
11883
- },
11884
12151
  {
11885
12152
  "kind": "field",
11886
- "name": "_onClickOutsideBound",
11887
- "privacy": "protected"
11888
- },
11889
- {
11890
- "kind": "method",
11891
- "name": "_onMouseMove",
12153
+ "name": "_onClickOutside",
11892
12154
  "privacy": "private"
11893
12155
  },
11894
12156
  {
11895
12157
  "kind": "field",
11896
- "name": "_onMouseMoveBound",
12158
+ "name": "_onMouseMove",
11897
12159
  "privacy": "private"
11898
12160
  },
11899
12161
  {
@@ -12136,7 +12398,7 @@
12136
12398
  "text": "string"
12137
12399
  },
12138
12400
  "privacy": "private",
12139
- "default": "'1.7.1-pre.1'",
12401
+ "default": "'1.8.0'",
12140
12402
  "inheritedFrom": {
12141
12403
  "name": "VscElement",
12142
12404
  "module": "src/includes/VscElement.ts"