@vscode-elements/elements 1.3.1 → 1.5.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 (29) hide show
  1. package/custom-elements.json +307 -125
  2. package/dist/bundled.js +1 -1
  3. package/dist/includes/VscElement.js +1 -1
  4. package/dist/includes/VscElement.js.map +1 -1
  5. package/dist/includes/vscode-select/helpers.d.ts +10 -4
  6. package/dist/includes/vscode-select/helpers.d.ts.map +1 -1
  7. package/dist/includes/vscode-select/helpers.js +119 -17
  8. package/dist/includes/vscode-select/helpers.js.map +1 -1
  9. package/dist/includes/vscode-select/styles.d.ts.map +1 -1
  10. package/dist/includes/vscode-select/styles.js +8 -0
  11. package/dist/includes/vscode-select/styles.js.map +1 -1
  12. package/dist/includes/vscode-select/types.d.ts +1 -0
  13. package/dist/includes/vscode-select/types.d.ts.map +1 -1
  14. package/dist/includes/vscode-select/types.js.map +1 -1
  15. package/dist/includes/vscode-select/vscode-select-base.d.ts +14 -5
  16. package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
  17. package/dist/includes/vscode-select/vscode-select-base.js +32 -4
  18. package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
  19. package/dist/vscode-multi-select/vscode-multi-select.d.ts +4 -1
  20. package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
  21. package/dist/vscode-multi-select/vscode-multi-select.js +20 -7
  22. package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
  23. package/dist/vscode-single-select/vscode-single-select.d.ts +4 -1
  24. package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
  25. package/dist/vscode-single-select/vscode-single-select.js +18 -7
  26. package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
  27. package/package.json +1 -1
  28. package/vscode.css-custom-data.json +4 -0
  29. package/vscode.html-custom-data.json +24 -6
@@ -24,7 +24,7 @@
24
24
  "text": "string"
25
25
  },
26
26
  "privacy": "private",
27
- "default": "'1.3.1'"
27
+ "default": "'1.5.0'"
28
28
  },
29
29
  {
30
30
  "kind": "field",
@@ -293,7 +293,7 @@
293
293
  "text": "string"
294
294
  },
295
295
  "privacy": "private",
296
- "default": "'1.3.1'",
296
+ "default": "'1.5.0'",
297
297
  "inheritedFrom": {
298
298
  "name": "VscElement",
299
299
  "module": "src/includes/VscElement.ts"
@@ -579,7 +579,7 @@
579
579
  "text": "string"
580
580
  },
581
581
  "privacy": "private",
582
- "default": "'1.3.1'",
582
+ "default": "'1.5.0'",
583
583
  "inheritedFrom": {
584
584
  "name": "VscElement",
585
585
  "module": "src/includes/VscElement.ts"
@@ -1073,7 +1073,7 @@
1073
1073
  "text": "string"
1074
1074
  },
1075
1075
  "privacy": "private",
1076
- "default": "'1.3.1'",
1076
+ "default": "'1.5.0'",
1077
1077
  "inheritedFrom": {
1078
1078
  "name": "VscElement",
1079
1079
  "module": "src/includes/VscElement.ts"
@@ -1291,7 +1291,7 @@
1291
1291
  "text": "string"
1292
1292
  },
1293
1293
  "privacy": "private",
1294
- "default": "'1.3.1'",
1294
+ "default": "'1.5.0'",
1295
1295
  "inheritedFrom": {
1296
1296
  "name": "VscElement",
1297
1297
  "module": "src/includes/VscElement.ts"
@@ -1473,7 +1473,7 @@
1473
1473
  "text": "string"
1474
1474
  },
1475
1475
  "privacy": "private",
1476
- "default": "'1.3.1'",
1476
+ "default": "'1.5.0'",
1477
1477
  "inheritedFrom": {
1478
1478
  "name": "VscElement",
1479
1479
  "module": "src/includes/VscElement.ts"
@@ -1776,7 +1776,7 @@
1776
1776
  "text": "string"
1777
1777
  },
1778
1778
  "privacy": "private",
1779
- "default": "'1.3.1'",
1779
+ "default": "'1.5.0'",
1780
1780
  "inheritedFrom": {
1781
1781
  "name": "VscElement",
1782
1782
  "module": "src/includes/VscElement.ts"
@@ -1966,7 +1966,7 @@
1966
1966
  "text": "string"
1967
1967
  },
1968
1968
  "privacy": "private",
1969
- "default": "'1.3.1'",
1969
+ "default": "'1.5.0'",
1970
1970
  "inheritedFrom": {
1971
1971
  "name": "VscElement",
1972
1972
  "module": "src/includes/VscElement.ts"
@@ -2216,7 +2216,7 @@
2216
2216
  "text": "string"
2217
2217
  },
2218
2218
  "privacy": "private",
2219
- "default": "'1.3.1'",
2219
+ "default": "'1.5.0'",
2220
2220
  "inheritedFrom": {
2221
2221
  "name": "VscElement",
2222
2222
  "module": "src/includes/VscElement.ts"
@@ -2348,7 +2348,7 @@
2348
2348
  "text": "string"
2349
2349
  },
2350
2350
  "privacy": "private",
2351
- "default": "'1.3.1'",
2351
+ "default": "'1.5.0'",
2352
2352
  "inheritedFrom": {
2353
2353
  "name": "VscElement",
2354
2354
  "module": "src/includes/VscElement.ts"
@@ -2448,7 +2448,7 @@
2448
2448
  "text": "string"
2449
2449
  },
2450
2450
  "privacy": "private",
2451
- "default": "'1.3.1'",
2451
+ "default": "'1.5.0'",
2452
2452
  "inheritedFrom": {
2453
2453
  "name": "VscElement",
2454
2454
  "module": "src/includes/VscElement.ts"
@@ -2646,7 +2646,7 @@
2646
2646
  "text": "string"
2647
2647
  },
2648
2648
  "privacy": "private",
2649
- "default": "'1.3.1'",
2649
+ "default": "'1.5.0'",
2650
2650
  "inheritedFrom": {
2651
2651
  "name": "VscElement",
2652
2652
  "module": "src/includes/VscElement.ts"
@@ -2866,7 +2866,7 @@
2866
2866
  "text": "string"
2867
2867
  },
2868
2868
  "privacy": "private",
2869
- "default": "'1.3.1'",
2869
+ "default": "'1.5.0'",
2870
2870
  "inheritedFrom": {
2871
2871
  "name": "VscElement",
2872
2872
  "module": "src/includes/VscElement.ts"
@@ -3004,6 +3004,12 @@
3004
3004
  {
3005
3005
  "name": "--vscode-list-focusOutline"
3006
3006
  },
3007
+ {
3008
+ "name": "--vscode-list-focusHighlightForeground"
3009
+ },
3010
+ {
3011
+ "name": "--vscode-list-highlightForeground"
3012
+ },
3007
3013
  {
3008
3014
  "name": "--vscode-list-hoverBackground"
3009
3015
  },
@@ -3039,16 +3045,6 @@
3039
3045
  "default": "[]",
3040
3046
  "attribute": "default-value"
3041
3047
  },
3042
- {
3043
- "kind": "field",
3044
- "name": "disabled",
3045
- "type": {
3046
- "text": "boolean"
3047
- },
3048
- "default": "false",
3049
- "attribute": "disabled",
3050
- "reflects": true
3051
- },
3052
3048
  {
3053
3049
  "kind": "field",
3054
3050
  "name": "required",
@@ -3284,12 +3280,26 @@
3284
3280
  "module": "src/includes/vscode-select/vscode-select-base.ts"
3285
3281
  }
3286
3282
  },
3283
+ {
3284
+ "kind": "field",
3285
+ "name": "disabled",
3286
+ "type": {
3287
+ "text": "boolean"
3288
+ },
3289
+ "attribute": "disabled",
3290
+ "reflects": true,
3291
+ "inheritedFrom": {
3292
+ "name": "VscodeSelectBase",
3293
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
3294
+ }
3295
+ },
3287
3296
  {
3288
3297
  "kind": "field",
3289
3298
  "name": "filter",
3290
- "description": "Filter method",
3299
+ "description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
3300
+ "default": "'fuzzy'",
3291
3301
  "type": {
3292
- "text": "string"
3302
+ "text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
3293
3303
  },
3294
3304
  "attribute": "filter",
3295
3305
  "inheritedFrom": {
@@ -3516,6 +3526,32 @@
3516
3526
  "module": "src/includes/vscode-select/vscode-select-base.ts"
3517
3527
  }
3518
3528
  },
3529
+ {
3530
+ "kind": "field",
3531
+ "name": "_disabled",
3532
+ "type": {
3533
+ "text": "boolean"
3534
+ },
3535
+ "privacy": "private",
3536
+ "default": "false",
3537
+ "inheritedFrom": {
3538
+ "name": "VscodeSelectBase",
3539
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
3540
+ }
3541
+ },
3542
+ {
3543
+ "kind": "field",
3544
+ "name": "_originalTabIndex",
3545
+ "type": {
3546
+ "text": "number | undefined"
3547
+ },
3548
+ "privacy": "private",
3549
+ "default": "undefined",
3550
+ "inheritedFrom": {
3551
+ "name": "VscodeSelectBase",
3552
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
3553
+ }
3554
+ },
3519
3555
  {
3520
3556
  "kind": "field",
3521
3557
  "name": "_currentOptions",
@@ -3879,6 +3915,20 @@
3879
3915
  "module": "src/includes/vscode-select/vscode-select-base.ts"
3880
3916
  }
3881
3917
  },
3918
+ {
3919
+ "kind": "method",
3920
+ "name": "_onComboboxInputClick",
3921
+ "privacy": "protected",
3922
+ "return": {
3923
+ "type": {
3924
+ "text": "void"
3925
+ }
3926
+ },
3927
+ "inheritedFrom": {
3928
+ "name": "VscodeSelectBase",
3929
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
3930
+ }
3931
+ },
3882
3932
  {
3883
3933
  "kind": "method",
3884
3934
  "name": "_renderDescription",
@@ -3904,7 +3954,7 @@
3904
3954
  "text": "string"
3905
3955
  },
3906
3956
  "privacy": "private",
3907
- "default": "'1.3.1'",
3957
+ "default": "'1.5.0'",
3908
3958
  "inheritedFrom": {
3909
3959
  "name": "VscElement",
3910
3960
  "module": "src/includes/VscElement.ts"
@@ -3955,14 +4005,6 @@
3955
4005
  "default": "[]",
3956
4006
  "fieldName": "defaultValue"
3957
4007
  },
3958
- {
3959
- "name": "disabled",
3960
- "type": {
3961
- "text": "boolean"
3962
- },
3963
- "default": "false",
3964
- "fieldName": "disabled"
3965
- },
3966
4008
  {
3967
4009
  "name": "required",
3968
4010
  "type": {
@@ -3979,37 +4021,48 @@
3979
4021
  "fieldName": "value"
3980
4022
  },
3981
4023
  {
3982
- "name": "filter",
3983
- "description": "Filter method",
4024
+ "name": "options",
3984
4025
  "type": {
3985
- "text": "string"
4026
+ "text": "Option[]"
3986
4027
  },
3987
- "fieldName": "filter",
3988
- "attribute": "filter",
4028
+ "fieldName": "options",
4029
+ "attribute": "options",
3989
4030
  "inheritedFrom": {
3990
4031
  "name": "VscodeSelectBase",
3991
4032
  "module": "src/includes/vscode-select/vscode-select-base.ts"
3992
4033
  }
3993
4034
  },
3994
4035
  {
3995
- "name": "options",
4036
+ "name": "combobox",
3996
4037
  "type": {
3997
- "text": "Option[]"
4038
+ "text": "boolean"
3998
4039
  },
3999
- "fieldName": "options",
4000
- "attribute": "options",
4040
+ "default": "false",
4041
+ "fieldName": "combobox",
4001
4042
  "inheritedFrom": {
4002
4043
  "name": "VscodeSelectBase",
4003
4044
  "module": "src/includes/vscode-select/vscode-select-base.ts"
4004
4045
  }
4005
4046
  },
4006
4047
  {
4007
- "name": "combobox",
4048
+ "name": "disabled",
4008
4049
  "type": {
4009
4050
  "text": "boolean"
4010
4051
  },
4011
- "default": "false",
4012
- "fieldName": "combobox",
4052
+ "fieldName": "disabled",
4053
+ "inheritedFrom": {
4054
+ "name": "VscodeSelectBase",
4055
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
4056
+ }
4057
+ },
4058
+ {
4059
+ "name": "filter",
4060
+ "description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
4061
+ "default": "'fuzzy'",
4062
+ "type": {
4063
+ "text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
4064
+ },
4065
+ "fieldName": "filter",
4013
4066
  "inheritedFrom": {
4014
4067
  "name": "VscodeSelectBase",
4015
4068
  "module": "src/includes/vscode-select/vscode-select-base.ts"
@@ -4147,7 +4200,7 @@
4147
4200
  "text": "string"
4148
4201
  },
4149
4202
  "privacy": "private",
4150
- "default": "'1.3.1'",
4203
+ "default": "'1.5.0'",
4151
4204
  "inheritedFrom": {
4152
4205
  "name": "VscElement",
4153
4206
  "module": "src/includes/VscElement.ts"
@@ -4622,7 +4675,7 @@
4622
4675
  "text": "string"
4623
4676
  },
4624
4677
  "privacy": "private",
4625
- "default": "'1.3.1'",
4678
+ "default": "'1.5.0'",
4626
4679
  "inheritedFrom": {
4627
4680
  "name": "VscElement",
4628
4681
  "module": "src/includes/VscElement.ts"
@@ -4934,7 +4987,7 @@
4934
4987
  "text": "string"
4935
4988
  },
4936
4989
  "privacy": "private",
4937
- "default": "'1.3.1'",
4990
+ "default": "'1.5.0'",
4938
4991
  "inheritedFrom": {
4939
4992
  "name": "VscElement",
4940
4993
  "module": "src/includes/VscElement.ts"
@@ -5313,7 +5366,7 @@
5313
5366
  "text": "string"
5314
5367
  },
5315
5368
  "privacy": "private",
5316
- "default": "'1.3.1'",
5369
+ "default": "'1.5.0'",
5317
5370
  "inheritedFrom": {
5318
5371
  "name": "VscElement",
5319
5372
  "module": "src/includes/VscElement.ts"
@@ -5460,6 +5513,12 @@
5460
5513
  {
5461
5514
  "name": "--vscode-list-focusOutline"
5462
5515
  },
5516
+ {
5517
+ "name": "--vscode-list-highlightForeground"
5518
+ },
5519
+ {
5520
+ "name": "--vscode-list-focusHighlightForeground"
5521
+ },
5463
5522
  {
5464
5523
  "name": "--vscode-list-hoverBackground"
5465
5524
  },
@@ -5483,16 +5542,6 @@
5483
5542
  "default": "''",
5484
5543
  "attribute": "default-value"
5485
5544
  },
5486
- {
5487
- "kind": "field",
5488
- "name": "disabled",
5489
- "type": {
5490
- "text": "boolean"
5491
- },
5492
- "default": "false",
5493
- "attribute": "disabled",
5494
- "reflects": true
5495
- },
5496
5545
  {
5497
5546
  "kind": "field",
5498
5547
  "name": "name",
@@ -5748,12 +5797,26 @@
5748
5797
  "module": "src/includes/vscode-select/vscode-select-base.ts"
5749
5798
  }
5750
5799
  },
5800
+ {
5801
+ "kind": "field",
5802
+ "name": "disabled",
5803
+ "type": {
5804
+ "text": "boolean"
5805
+ },
5806
+ "attribute": "disabled",
5807
+ "reflects": true,
5808
+ "inheritedFrom": {
5809
+ "name": "VscodeSelectBase",
5810
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
5811
+ }
5812
+ },
5751
5813
  {
5752
5814
  "kind": "field",
5753
5815
  "name": "filter",
5754
- "description": "Filter method",
5816
+ "description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
5817
+ "default": "'fuzzy'",
5755
5818
  "type": {
5756
- "text": "string"
5819
+ "text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
5757
5820
  },
5758
5821
  "attribute": "filter",
5759
5822
  "inheritedFrom": {
@@ -5980,6 +6043,32 @@
5980
6043
  "module": "src/includes/vscode-select/vscode-select-base.ts"
5981
6044
  }
5982
6045
  },
6046
+ {
6047
+ "kind": "field",
6048
+ "name": "_disabled",
6049
+ "type": {
6050
+ "text": "boolean"
6051
+ },
6052
+ "privacy": "private",
6053
+ "default": "false",
6054
+ "inheritedFrom": {
6055
+ "name": "VscodeSelectBase",
6056
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
6057
+ }
6058
+ },
6059
+ {
6060
+ "kind": "field",
6061
+ "name": "_originalTabIndex",
6062
+ "type": {
6063
+ "text": "number | undefined"
6064
+ },
6065
+ "privacy": "private",
6066
+ "default": "undefined",
6067
+ "inheritedFrom": {
6068
+ "name": "VscodeSelectBase",
6069
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
6070
+ }
6071
+ },
5983
6072
  {
5984
6073
  "kind": "field",
5985
6074
  "name": "_currentOptions",
@@ -6287,6 +6376,20 @@
6287
6376
  "module": "src/includes/vscode-select/vscode-select-base.ts"
6288
6377
  }
6289
6378
  },
6379
+ {
6380
+ "kind": "method",
6381
+ "name": "_onComboboxInputClick",
6382
+ "privacy": "protected",
6383
+ "return": {
6384
+ "type": {
6385
+ "text": "void"
6386
+ }
6387
+ },
6388
+ "inheritedFrom": {
6389
+ "name": "VscodeSelectBase",
6390
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
6391
+ }
6392
+ },
6290
6393
  {
6291
6394
  "kind": "method",
6292
6395
  "name": "_renderDescription",
@@ -6326,7 +6429,7 @@
6326
6429
  "text": "string"
6327
6430
  },
6328
6431
  "privacy": "private",
6329
- "default": "'1.3.1'",
6432
+ "default": "'1.5.0'",
6330
6433
  "inheritedFrom": {
6331
6434
  "name": "VscElement",
6332
6435
  "module": "src/includes/VscElement.ts"
@@ -6377,14 +6480,6 @@
6377
6480
  "default": "''",
6378
6481
  "fieldName": "defaultValue"
6379
6482
  },
6380
- {
6381
- "name": "disabled",
6382
- "type": {
6383
- "text": "boolean"
6384
- },
6385
- "default": "false",
6386
- "fieldName": "disabled"
6387
- },
6388
6483
  {
6389
6484
  "name": "selected-index",
6390
6485
  "type": {
@@ -6408,37 +6503,48 @@
6408
6503
  "fieldName": "required"
6409
6504
  },
6410
6505
  {
6411
- "name": "filter",
6412
- "description": "Filter method",
6506
+ "name": "options",
6413
6507
  "type": {
6414
- "text": "string"
6508
+ "text": "Option[]"
6415
6509
  },
6416
- "fieldName": "filter",
6417
- "attribute": "filter",
6510
+ "fieldName": "options",
6511
+ "attribute": "options",
6418
6512
  "inheritedFrom": {
6419
6513
  "name": "VscodeSelectBase",
6420
6514
  "module": "src/includes/vscode-select/vscode-select-base.ts"
6421
6515
  }
6422
6516
  },
6423
6517
  {
6424
- "name": "options",
6518
+ "name": "combobox",
6425
6519
  "type": {
6426
- "text": "Option[]"
6520
+ "text": "boolean"
6427
6521
  },
6428
- "fieldName": "options",
6429
- "attribute": "options",
6522
+ "default": "false",
6523
+ "fieldName": "combobox",
6430
6524
  "inheritedFrom": {
6431
6525
  "name": "VscodeSelectBase",
6432
6526
  "module": "src/includes/vscode-select/vscode-select-base.ts"
6433
6527
  }
6434
6528
  },
6435
6529
  {
6436
- "name": "combobox",
6530
+ "name": "disabled",
6437
6531
  "type": {
6438
6532
  "text": "boolean"
6439
6533
  },
6440
- "default": "false",
6441
- "fieldName": "combobox",
6534
+ "fieldName": "disabled",
6535
+ "inheritedFrom": {
6536
+ "name": "VscodeSelectBase",
6537
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
6538
+ }
6539
+ },
6540
+ {
6541
+ "name": "filter",
6542
+ "description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
6543
+ "default": "'fuzzy'",
6544
+ "type": {
6545
+ "text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
6546
+ },
6547
+ "fieldName": "filter",
6442
6548
  "inheritedFrom": {
6443
6549
  "name": "VscodeSelectBase",
6444
6550
  "module": "src/includes/vscode-select/vscode-select-base.ts"
@@ -6765,7 +6871,7 @@
6765
6871
  "text": "string"
6766
6872
  },
6767
6873
  "privacy": "private",
6768
- "default": "'1.3.1'",
6874
+ "default": "'1.5.0'",
6769
6875
  "inheritedFrom": {
6770
6876
  "name": "VscElement",
6771
6877
  "module": "src/includes/VscElement.ts"
@@ -6925,7 +7031,7 @@
6925
7031
  "text": "string"
6926
7032
  },
6927
7033
  "privacy": "private",
6928
- "default": "'1.3.1'",
7034
+ "default": "'1.5.0'",
6929
7035
  "inheritedFrom": {
6930
7036
  "name": "VscElement",
6931
7037
  "module": "src/includes/VscElement.ts"
@@ -7057,7 +7163,7 @@
7057
7163
  "text": "string"
7058
7164
  },
7059
7165
  "privacy": "private",
7060
- "default": "'1.3.1'",
7166
+ "default": "'1.5.0'",
7061
7167
  "inheritedFrom": {
7062
7168
  "name": "VscElement",
7063
7169
  "module": "src/includes/VscElement.ts"
@@ -7734,7 +7840,7 @@
7734
7840
  "text": "string"
7735
7841
  },
7736
7842
  "privacy": "private",
7737
- "default": "'1.3.1'",
7843
+ "default": "'1.5.0'",
7738
7844
  "inheritedFrom": {
7739
7845
  "name": "VscElement",
7740
7846
  "module": "src/includes/VscElement.ts"
@@ -7918,7 +8024,7 @@
7918
8024
  "text": "string"
7919
8025
  },
7920
8026
  "privacy": "private",
7921
- "default": "'1.3.1'",
8027
+ "default": "'1.5.0'",
7922
8028
  "inheritedFrom": {
7923
8029
  "name": "VscElement",
7924
8030
  "module": "src/includes/VscElement.ts"
@@ -8037,7 +8143,7 @@
8037
8143
  "text": "string"
8038
8144
  },
8039
8145
  "privacy": "private",
8040
- "default": "'1.3.1'",
8146
+ "default": "'1.5.0'",
8041
8147
  "inheritedFrom": {
8042
8148
  "name": "VscElement",
8043
8149
  "module": "src/includes/VscElement.ts"
@@ -8147,7 +8253,7 @@
8147
8253
  "text": "string"
8148
8254
  },
8149
8255
  "privacy": "private",
8150
- "default": "'1.3.1'",
8256
+ "default": "'1.5.0'",
8151
8257
  "inheritedFrom": {
8152
8258
  "name": "VscElement",
8153
8259
  "module": "src/includes/VscElement.ts"
@@ -8242,7 +8348,7 @@
8242
8348
  "text": "string"
8243
8349
  },
8244
8350
  "privacy": "private",
8245
- "default": "'1.3.1'",
8351
+ "default": "'1.5.0'",
8246
8352
  "inheritedFrom": {
8247
8353
  "name": "VscElement",
8248
8354
  "module": "src/includes/VscElement.ts"
@@ -8331,7 +8437,7 @@
8331
8437
  "text": "string"
8332
8438
  },
8333
8439
  "privacy": "private",
8334
- "default": "'1.3.1'",
8440
+ "default": "'1.5.0'",
8335
8441
  "inheritedFrom": {
8336
8442
  "name": "VscElement",
8337
8443
  "module": "src/includes/VscElement.ts"
@@ -8580,7 +8686,7 @@
8580
8686
  "text": "string"
8581
8687
  },
8582
8688
  "privacy": "private",
8583
- "default": "'1.3.1'",
8689
+ "default": "'1.5.0'",
8584
8690
  "inheritedFrom": {
8585
8691
  "name": "VscElement",
8586
8692
  "module": "src/includes/VscElement.ts"
@@ -9088,7 +9194,7 @@
9088
9194
  "text": "string"
9089
9195
  },
9090
9196
  "privacy": "private",
9091
- "default": "'1.3.1'",
9197
+ "default": "'1.5.0'",
9092
9198
  "inheritedFrom": {
9093
9199
  "name": "VscElement",
9094
9200
  "module": "src/includes/VscElement.ts"
@@ -9734,7 +9840,7 @@
9734
9840
  "text": "string"
9735
9841
  },
9736
9842
  "privacy": "private",
9737
- "default": "'1.3.1'",
9843
+ "default": "'1.5.0'",
9738
9844
  "inheritedFrom": {
9739
9845
  "name": "VscElement",
9740
9846
  "module": "src/includes/VscElement.ts"
@@ -10497,7 +10603,7 @@
10497
10603
  "text": "string"
10498
10604
  },
10499
10605
  "privacy": "private",
10500
- "default": "'1.3.1'",
10606
+ "default": "'1.5.0'",
10501
10607
  "inheritedFrom": {
10502
10608
  "name": "VscElement",
10503
10609
  "module": "src/includes/VscElement.ts"
@@ -10667,7 +10773,7 @@
10667
10773
  "text": "string"
10668
10774
  },
10669
10775
  "privacy": "private",
10670
- "default": "'1.3.1'",
10776
+ "default": "'1.5.0'",
10671
10777
  "inheritedFrom": {
10672
10778
  "name": "VscElement",
10673
10779
  "module": "src/includes/VscElement.ts"
@@ -10859,10 +10965,10 @@
10859
10965
  "declarations": [
10860
10966
  {
10861
10967
  "kind": "function",
10862
- "name": "startsWithPerTermMatch",
10968
+ "name": "startsWithPerTermSearch",
10863
10969
  "return": {
10864
10970
  "type": {
10865
- "text": "boolean"
10971
+ "text": "SearchResult"
10866
10972
  }
10867
10973
  },
10868
10974
  "parameters": [
@@ -10882,10 +10988,10 @@
10882
10988
  },
10883
10989
  {
10884
10990
  "kind": "function",
10885
- "name": "startsWithMatch",
10991
+ "name": "startsWithSearch",
10886
10992
  "return": {
10887
10993
  "type": {
10888
- "text": "boolean"
10994
+ "text": "SearchResult"
10889
10995
  }
10890
10996
  },
10891
10997
  "parameters": [
@@ -10905,10 +11011,10 @@
10905
11011
  },
10906
11012
  {
10907
11013
  "kind": "function",
10908
- "name": "containsMatch",
11014
+ "name": "containsSearch",
10909
11015
  "return": {
10910
11016
  "type": {
10911
- "text": "boolean"
11017
+ "text": "SearchResult"
10912
11018
  }
10913
11019
  },
10914
11020
  "parameters": [
@@ -10928,10 +11034,10 @@
10928
11034
  },
10929
11035
  {
10930
11036
  "kind": "function",
10931
- "name": "fuzzyMatch",
11037
+ "name": "fuzzySearch",
10932
11038
  "return": {
10933
11039
  "type": {
10934
- "text": "boolean"
11040
+ "text": "SearchResult"
10935
11041
  }
10936
11042
  },
10937
11043
  "parameters": [
@@ -10977,38 +11083,61 @@
10977
11083
  }
10978
11084
  }
10979
11085
  ]
11086
+ },
11087
+ {
11088
+ "kind": "function",
11089
+ "name": "highlightRanges",
11090
+ "return": {
11091
+ "type": {
11092
+ "text": "TemplateResult | TemplateResult[]"
11093
+ }
11094
+ },
11095
+ "parameters": [
11096
+ {
11097
+ "name": "text",
11098
+ "type": {
11099
+ "text": "string"
11100
+ }
11101
+ },
11102
+ {
11103
+ "name": "ranges",
11104
+ "type": {
11105
+ "text": "[number, number][]"
11106
+ }
11107
+ }
11108
+ ]
10980
11109
  }
10981
11110
  ],
10982
11111
  "exports": [
10983
11112
  {
10984
11113
  "kind": "js",
10985
- "name": "startsWithPerTermMatch",
11114
+ "name": "startsWithPerTermSearch",
10986
11115
  "declaration": {
10987
- "name": "startsWithPerTermMatch",
11116
+ "name": "startsWithPerTermSearch",
10988
11117
  "module": "src/includes/vscode-select/helpers.ts"
10989
11118
  }
10990
11119
  },
10991
11120
  {
10992
11121
  "kind": "js",
10993
- "name": "startsWithMatch",
11122
+ "name": "startsWithSearch",
10994
11123
  "declaration": {
10995
- "name": "startsWithMatch",
11124
+ "name": "startsWithSearch",
10996
11125
  "module": "src/includes/vscode-select/helpers.ts"
10997
11126
  }
10998
11127
  },
10999
11128
  {
11000
11129
  "kind": "js",
11001
- "name": "containsMatch",
11130
+ "name": "containsSearch",
11002
11131
  "declaration": {
11003
- "name": "containsMatch",
11132
+ "name": "containsSearch",
11004
11133
  "module": "src/includes/vscode-select/helpers.ts"
11005
11134
  }
11006
11135
  },
11007
11136
  {
11008
11137
  "kind": "js",
11009
- "name": "fuzzyMatch",
11138
+ "name": "fuzzySearch",
11010
11139
  "declaration": {
11011
- "name": "fuzzyMatch",
11140
+ "name": "fuzzySearch",
11012
11141
  "module": "src/includes/vscode-select/helpers.ts"
11013
11142
  }
11014
11143
  },
@@ -11019,6 +11148,14 @@
11019
11148
  "name": "filterOptionsByPattern",
11020
11149
  "module": "src/includes/vscode-select/helpers.ts"
11021
11150
  }
11151
+ },
11152
+ {
11153
+ "kind": "js",
11154
+ "name": "highlightRanges",
11155
+ "declaration": {
11156
+ "name": "highlightRanges",
11157
+ "module": "src/includes/vscode-select/helpers.ts"
11158
+ }
11022
11159
  }
11023
11160
  ]
11024
11161
  },
@@ -11088,6 +11225,15 @@
11088
11225
  "attribute": "combobox",
11089
11226
  "reflects": true
11090
11227
  },
11228
+ {
11229
+ "kind": "field",
11230
+ "name": "disabled",
11231
+ "type": {
11232
+ "text": "boolean"
11233
+ },
11234
+ "attribute": "disabled",
11235
+ "reflects": true
11236
+ },
11091
11237
  {
11092
11238
  "kind": "field",
11093
11239
  "name": "invalid",
@@ -11102,9 +11248,10 @@
11102
11248
  {
11103
11249
  "kind": "field",
11104
11250
  "name": "filter",
11105
- "description": "Filter method",
11251
+ "description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
11252
+ "default": "'fuzzy'",
11106
11253
  "type": {
11107
- "text": "string"
11254
+ "text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
11108
11255
  },
11109
11256
  "attribute": "filter"
11110
11257
  },
@@ -11259,6 +11406,24 @@
11259
11406
  "privacy": "private",
11260
11407
  "default": "false"
11261
11408
  },
11409
+ {
11410
+ "kind": "field",
11411
+ "name": "_disabled",
11412
+ "type": {
11413
+ "text": "boolean"
11414
+ },
11415
+ "privacy": "private",
11416
+ "default": "false"
11417
+ },
11418
+ {
11419
+ "kind": "field",
11420
+ "name": "_originalTabIndex",
11421
+ "type": {
11422
+ "text": "number | undefined"
11423
+ },
11424
+ "privacy": "private",
11425
+ "default": "undefined"
11426
+ },
11262
11427
  {
11263
11428
  "kind": "field",
11264
11429
  "name": "_currentOptions",
@@ -11522,6 +11687,16 @@
11522
11687
  }
11523
11688
  ]
11524
11689
  },
11690
+ {
11691
+ "kind": "method",
11692
+ "name": "_onComboboxInputClick",
11693
+ "privacy": "protected",
11694
+ "return": {
11695
+ "type": {
11696
+ "text": "void"
11697
+ }
11698
+ }
11699
+ },
11525
11700
  {
11526
11701
  "kind": "method",
11527
11702
  "name": "_renderOptions",
@@ -11579,7 +11754,7 @@
11579
11754
  "text": "string"
11580
11755
  },
11581
11756
  "privacy": "private",
11582
- "default": "'1.3.1'",
11757
+ "default": "'1.5.0'",
11583
11758
  "inheritedFrom": {
11584
11759
  "name": "VscElement",
11585
11760
  "module": "src/includes/VscElement.ts"
@@ -11612,15 +11787,6 @@
11612
11787
  }
11613
11788
  ],
11614
11789
  "attributes": [
11615
- {
11616
- "name": "filter",
11617
- "description": "Filter method",
11618
- "type": {
11619
- "text": "string"
11620
- },
11621
- "fieldName": "filter",
11622
- "attribute": "filter"
11623
- },
11624
11790
  {
11625
11791
  "name": "options",
11626
11792
  "type": {
@@ -11637,6 +11803,13 @@
11637
11803
  "default": "false",
11638
11804
  "fieldName": "combobox"
11639
11805
  },
11806
+ {
11807
+ "name": "disabled",
11808
+ "type": {
11809
+ "text": "boolean"
11810
+ },
11811
+ "fieldName": "disabled"
11812
+ },
11640
11813
  {
11641
11814
  "name": "invalid",
11642
11815
  "type": {
@@ -11646,6 +11819,15 @@
11646
11819
  "description": "Sets the invalid state manually.",
11647
11820
  "fieldName": "invalid"
11648
11821
  },
11822
+ {
11823
+ "name": "filter",
11824
+ "description": "Search method in the filtered list within the combobox mode.\n\n- contains - The list item includes the searched pattern at any position.\n- fuzzy - The list item contains the letters of the search pattern in the same order, but at any position.\n- startsWith - The search pattern matches the beginning of the searched text.\n- startsWithPerTerm - The search pattern matches the beginning of any word in the searched text.",
11825
+ "default": "'fuzzy'",
11826
+ "type": {
11827
+ "text": "'contains' | 'fuzzy' | 'startsWith' | 'startsWithPerTerm'"
11828
+ },
11829
+ "fieldName": "filter"
11830
+ },
11649
11831
  {
11650
11832
  "name": "focused",
11651
11833
  "type": {