@vscode-elements/elements 1.9.2-pre.1 → 1.10.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.
@@ -24,7 +24,7 @@
24
24
  "text": "string"
25
25
  },
26
26
  "privacy": "private",
27
- "default": "'1.9.2-pre.1'"
27
+ "default": "'1.10.0'"
28
28
  },
29
29
  {
30
30
  "kind": "field",
@@ -344,6 +344,131 @@
344
344
  }
345
345
  ]
346
346
  },
347
+ {
348
+ "kind": "javascript-module",
349
+ "path": "src/vscode-badge/vscode-badge.styles.ts",
350
+ "declarations": [
351
+ {
352
+ "kind": "variable",
353
+ "name": "styles",
354
+ "type": {
355
+ "text": "CSSResultGroup"
356
+ },
357
+ "default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground); display: inline-block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; box-sizing: border-box; height: 18px; line-height: 1; padding: 3px 5px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } `, ]"
358
+ }
359
+ ],
360
+ "exports": [
361
+ {
362
+ "kind": "js",
363
+ "name": "default",
364
+ "declaration": {
365
+ "name": "styles",
366
+ "module": "src/vscode-badge/vscode-badge.styles.ts"
367
+ }
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "kind": "javascript-module",
373
+ "path": "src/vscode-badge/vscode-badge.ts",
374
+ "declarations": [
375
+ {
376
+ "kind": "class",
377
+ "description": "",
378
+ "name": "VscodeBadge",
379
+ "cssProperties": [
380
+ {
381
+ "name": "--vscode-font-family"
382
+ },
383
+ {
384
+ "description": "default and counter variant background color",
385
+ "name": "--vscode-badge-background"
386
+ },
387
+ {
388
+ "description": "default and counter variant foreground color",
389
+ "name": "--vscode-badge-foreground"
390
+ },
391
+ {
392
+ "description": "activity bar variant background color",
393
+ "name": "--vscode-activityBarBadge-background"
394
+ },
395
+ {
396
+ "description": "activity bar variant foreground color",
397
+ "name": "--vscode-activityBarBadge-foreground"
398
+ }
399
+ ],
400
+ "members": [
401
+ {
402
+ "kind": "field",
403
+ "name": "variant",
404
+ "type": {
405
+ "text": "'default' | 'counter' | 'activity-bar-counter'"
406
+ },
407
+ "default": "'default'",
408
+ "attribute": "variant",
409
+ "reflects": true
410
+ },
411
+ {
412
+ "kind": "field",
413
+ "name": "_version",
414
+ "type": {
415
+ "text": "string"
416
+ },
417
+ "privacy": "private",
418
+ "default": "'1.10.0'",
419
+ "inheritedFrom": {
420
+ "name": "VscElement",
421
+ "module": "src/includes/VscElement.ts"
422
+ }
423
+ },
424
+ {
425
+ "kind": "field",
426
+ "name": "version",
427
+ "description": "VSC Element version",
428
+ "readonly": true,
429
+ "inheritedFrom": {
430
+ "name": "VscElement",
431
+ "module": "src/includes/VscElement.ts"
432
+ }
433
+ }
434
+ ],
435
+ "attributes": [
436
+ {
437
+ "name": "variant",
438
+ "type": {
439
+ "text": "'default' | 'counter' | 'activity-bar-counter'"
440
+ },
441
+ "default": "'default'",
442
+ "fieldName": "variant"
443
+ }
444
+ ],
445
+ "superclass": {
446
+ "name": "VscElement",
447
+ "module": "/src/includes/VscElement.js"
448
+ },
449
+ "tagName": "vscode-badge",
450
+ "customElement": true
451
+ }
452
+ ],
453
+ "exports": [
454
+ {
455
+ "kind": "js",
456
+ "name": "VscodeBadge",
457
+ "declaration": {
458
+ "name": "VscodeBadge",
459
+ "module": "src/vscode-badge/vscode-badge.ts"
460
+ }
461
+ },
462
+ {
463
+ "kind": "custom-element-definition",
464
+ "name": "vscode-badge",
465
+ "declaration": {
466
+ "name": "VscodeBadge",
467
+ "module": "src/vscode-badge/vscode-badge.ts"
468
+ }
469
+ }
470
+ ]
471
+ },
347
472
  {
348
473
  "kind": "javascript-module",
349
474
  "path": "src/vscode-button/vscode-button.styles.ts",
@@ -618,7 +743,7 @@
618
743
  "text": "string"
619
744
  },
620
745
  "privacy": "private",
621
- "default": "'1.9.2-pre.1'",
746
+ "default": "'1.10.0'",
622
747
  "inheritedFrom": {
623
748
  "name": "VscElement",
624
749
  "module": "src/includes/VscElement.ts"
@@ -783,131 +908,6 @@
783
908
  }
784
909
  ]
785
910
  },
786
- {
787
- "kind": "javascript-module",
788
- "path": "src/vscode-badge/vscode-badge.styles.ts",
789
- "declarations": [
790
- {
791
- "kind": "variable",
792
- "name": "styles",
793
- "type": {
794
- "text": "CSSResultGroup"
795
- },
796
- "default": "[ defaultStyles, css` :host { background-color: var(--vscode-badge-background); border: 1px solid var(--vscode-contrastBorder, transparent); border-radius: 2px; box-sizing: border-box; color: var(--vscode-badge-foreground); display: inline-block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 400; line-height: 14px; min-width: 18px; padding: 2px 3px; text-align: center; white-space: nowrap; } :host([variant='counter']) { border-radius: 11px; box-sizing: border-box; height: 18px; line-height: 1; padding: 3px 5px; } :host([variant='activity-bar-counter']) { background-color: var(--vscode-activityBarBadge-background); border-radius: 20px; color: var(--vscode-activityBarBadge-foreground); font-size: 9px; font-weight: 600; line-height: 16px; padding: 0 4px; } `, ]"
797
- }
798
- ],
799
- "exports": [
800
- {
801
- "kind": "js",
802
- "name": "default",
803
- "declaration": {
804
- "name": "styles",
805
- "module": "src/vscode-badge/vscode-badge.styles.ts"
806
- }
807
- }
808
- ]
809
- },
810
- {
811
- "kind": "javascript-module",
812
- "path": "src/vscode-badge/vscode-badge.ts",
813
- "declarations": [
814
- {
815
- "kind": "class",
816
- "description": "",
817
- "name": "VscodeBadge",
818
- "cssProperties": [
819
- {
820
- "name": "--vscode-font-family"
821
- },
822
- {
823
- "description": "default and counter variant background color",
824
- "name": "--vscode-badge-background"
825
- },
826
- {
827
- "description": "default and counter variant foreground color",
828
- "name": "--vscode-badge-foreground"
829
- },
830
- {
831
- "description": "activity bar variant background color",
832
- "name": "--vscode-activityBarBadge-background"
833
- },
834
- {
835
- "description": "activity bar variant foreground color",
836
- "name": "--vscode-activityBarBadge-foreground"
837
- }
838
- ],
839
- "members": [
840
- {
841
- "kind": "field",
842
- "name": "variant",
843
- "type": {
844
- "text": "'default' | 'counter' | 'activity-bar-counter'"
845
- },
846
- "default": "'default'",
847
- "attribute": "variant",
848
- "reflects": true
849
- },
850
- {
851
- "kind": "field",
852
- "name": "_version",
853
- "type": {
854
- "text": "string"
855
- },
856
- "privacy": "private",
857
- "default": "'1.9.2-pre.1'",
858
- "inheritedFrom": {
859
- "name": "VscElement",
860
- "module": "src/includes/VscElement.ts"
861
- }
862
- },
863
- {
864
- "kind": "field",
865
- "name": "version",
866
- "description": "VSC Element version",
867
- "readonly": true,
868
- "inheritedFrom": {
869
- "name": "VscElement",
870
- "module": "src/includes/VscElement.ts"
871
- }
872
- }
873
- ],
874
- "attributes": [
875
- {
876
- "name": "variant",
877
- "type": {
878
- "text": "'default' | 'counter' | 'activity-bar-counter'"
879
- },
880
- "default": "'default'",
881
- "fieldName": "variant"
882
- }
883
- ],
884
- "superclass": {
885
- "name": "VscElement",
886
- "module": "/src/includes/VscElement.js"
887
- },
888
- "tagName": "vscode-badge",
889
- "customElement": true
890
- }
891
- ],
892
- "exports": [
893
- {
894
- "kind": "js",
895
- "name": "VscodeBadge",
896
- "declaration": {
897
- "name": "VscodeBadge",
898
- "module": "src/vscode-badge/vscode-badge.ts"
899
- }
900
- },
901
- {
902
- "kind": "custom-element-definition",
903
- "name": "vscode-badge",
904
- "declaration": {
905
- "name": "VscodeBadge",
906
- "module": "src/vscode-badge/vscode-badge.ts"
907
- }
908
- }
909
- ]
910
- },
911
911
  {
912
912
  "kind": "javascript-module",
913
913
  "path": "src/vscode-checkbox/vscode-checkbox.styles.ts",
@@ -1281,7 +1281,7 @@
1281
1281
  "text": "string"
1282
1282
  },
1283
1283
  "privacy": "private",
1284
- "default": "'1.9.2-pre.1'",
1284
+ "default": "'1.10.0'",
1285
1285
  "inheritedFrom": {
1286
1286
  "name": "VscElement",
1287
1287
  "module": "src/includes/VscElement.ts"
@@ -1499,7 +1499,7 @@
1499
1499
  "text": "string"
1500
1500
  },
1501
1501
  "privacy": "private",
1502
- "default": "'1.9.2-pre.1'",
1502
+ "default": "'1.10.0'",
1503
1503
  "inheritedFrom": {
1504
1504
  "name": "VscElement",
1505
1505
  "module": "src/includes/VscElement.ts"
@@ -1692,7 +1692,7 @@
1692
1692
  "text": "string"
1693
1693
  },
1694
1694
  "privacy": "private",
1695
- "default": "'1.9.2-pre.1'",
1695
+ "default": "'1.10.0'",
1696
1696
  "inheritedFrom": {
1697
1697
  "name": "VscElement",
1698
1698
  "module": "src/includes/VscElement.ts"
@@ -2015,7 +2015,7 @@
2015
2015
  "text": "string"
2016
2016
  },
2017
2017
  "privacy": "private",
2018
- "default": "'1.9.2-pre.1'",
2018
+ "default": "'1.10.0'",
2019
2019
  "inheritedFrom": {
2020
2020
  "name": "VscElement",
2021
2021
  "module": "src/includes/VscElement.ts"
@@ -2214,7 +2214,7 @@
2214
2214
  "text": "string"
2215
2215
  },
2216
2216
  "privacy": "private",
2217
- "default": "'1.9.2-pre.1'",
2217
+ "default": "'1.10.0'",
2218
2218
  "inheritedFrom": {
2219
2219
  "name": "VscElement",
2220
2220
  "module": "src/includes/VscElement.ts"
@@ -2350,7 +2350,7 @@
2350
2350
  "text": "string"
2351
2351
  },
2352
2352
  "privacy": "private",
2353
- "default": "'1.9.2-pre.1'",
2353
+ "default": "'1.10.0'",
2354
2354
  "inheritedFrom": {
2355
2355
  "name": "VscElement",
2356
2356
  "module": "src/includes/VscElement.ts"
@@ -2568,7 +2568,7 @@
2568
2568
  "text": "string"
2569
2569
  },
2570
2570
  "privacy": "private",
2571
- "default": "'1.9.2-pre.1'",
2571
+ "default": "'1.10.0'",
2572
2572
  "inheritedFrom": {
2573
2573
  "name": "VscElement",
2574
2574
  "module": "src/includes/VscElement.ts"
@@ -2700,7 +2700,7 @@
2700
2700
  "text": "string"
2701
2701
  },
2702
2702
  "privacy": "private",
2703
- "default": "'1.9.2-pre.1'",
2703
+ "default": "'1.10.0'",
2704
2704
  "inheritedFrom": {
2705
2705
  "name": "VscElement",
2706
2706
  "module": "src/includes/VscElement.ts"
@@ -2800,7 +2800,7 @@
2800
2800
  "text": "string"
2801
2801
  },
2802
2802
  "privacy": "private",
2803
- "default": "'1.9.2-pre.1'",
2803
+ "default": "'1.10.0'",
2804
2804
  "inheritedFrom": {
2805
2805
  "name": "VscElement",
2806
2806
  "module": "src/includes/VscElement.ts"
@@ -2998,7 +2998,7 @@
2998
2998
  "text": "string"
2999
2999
  },
3000
3000
  "privacy": "private",
3001
- "default": "'1.9.2-pre.1'",
3001
+ "default": "'1.10.0'",
3002
3002
  "inheritedFrom": {
3003
3003
  "name": "VscElement",
3004
3004
  "module": "src/includes/VscElement.ts"
@@ -3218,7 +3218,7 @@
3218
3218
  "text": "string"
3219
3219
  },
3220
3220
  "privacy": "private",
3221
- "default": "'1.9.2-pre.1'",
3221
+ "default": "'1.10.0'",
3222
3222
  "inheritedFrom": {
3223
3223
  "name": "VscElement",
3224
3224
  "module": "src/includes/VscElement.ts"
@@ -3661,6 +3661,7 @@
3661
3661
  "text": "boolean"
3662
3662
  },
3663
3663
  "default": "false",
3664
+ "description": "Options can be filtered by typing into a text input field.",
3664
3665
  "attribute": "combobox",
3665
3666
  "reflects": true,
3666
3667
  "inheritedFrom": {
@@ -3671,6 +3672,7 @@
3671
3672
  {
3672
3673
  "kind": "field",
3673
3674
  "name": "disabled",
3675
+ "description": "The element cannot be used and is not focusable.",
3674
3676
  "type": {
3675
3677
  "text": "boolean"
3676
3678
  },
@@ -3702,6 +3704,7 @@
3702
3704
  "text": "boolean"
3703
3705
  },
3704
3706
  "default": "false",
3707
+ "description": "Its value is true when element is focused.",
3705
3708
  "attribute": "focused",
3706
3709
  "reflects": true,
3707
3710
  "inheritedFrom": {
@@ -3709,6 +3712,21 @@
3709
3712
  "module": "src/includes/vscode-select/vscode-select-base.ts"
3710
3713
  }
3711
3714
  },
3715
+ {
3716
+ "kind": "field",
3717
+ "name": "open",
3718
+ "type": {
3719
+ "text": "boolean"
3720
+ },
3721
+ "default": "false",
3722
+ "description": "Toggle the dropdown visibility.",
3723
+ "attribute": "open",
3724
+ "reflects": true,
3725
+ "inheritedFrom": {
3726
+ "name": "VscodeSelectBase",
3727
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
3728
+ }
3729
+ },
3712
3730
  {
3713
3731
  "kind": "field",
3714
3732
  "name": "options",
@@ -3820,20 +3838,7 @@
3820
3838
  "text": "number"
3821
3839
  },
3822
3840
  "privacy": "protected",
3823
- "default": "-1",
3824
- "inheritedFrom": {
3825
- "name": "VscodeSelectBase",
3826
- "module": "src/includes/vscode-select/vscode-select-base.ts"
3827
- }
3828
- },
3829
- {
3830
- "kind": "field",
3831
- "name": "_selectedIndexes",
3832
- "type": {
3833
- "text": "number[]"
3834
- },
3835
- "privacy": "protected",
3836
- "default": "[]",
3841
+ "default": "-1",
3837
3842
  "inheritedFrom": {
3838
3843
  "name": "VscodeSelectBase",
3839
3844
  "module": "src/includes/vscode-select/vscode-select-base.ts"
@@ -3841,12 +3846,12 @@
3841
3846
  },
3842
3847
  {
3843
3848
  "kind": "field",
3844
- "name": "_showDropdown",
3849
+ "name": "_selectedIndexes",
3845
3850
  "type": {
3846
- "text": "boolean"
3851
+ "text": "number[]"
3847
3852
  },
3848
3853
  "privacy": "protected",
3849
- "default": "false",
3854
+ "default": "[]",
3850
3855
  "inheritedFrom": {
3851
3856
  "name": "VscodeSelectBase",
3852
3857
  "module": "src/includes/vscode-select/vscode-select-base.ts"
@@ -4312,7 +4317,7 @@
4312
4317
  "text": "string"
4313
4318
  },
4314
4319
  "privacy": "private",
4315
- "default": "'1.9.2-pre.1'",
4320
+ "default": "'1.10.0'",
4316
4321
  "inheritedFrom": {
4317
4322
  "name": "VscElement",
4318
4323
  "module": "src/includes/VscElement.ts"
@@ -4393,6 +4398,7 @@
4393
4398
  "text": "boolean"
4394
4399
  },
4395
4400
  "default": "false",
4401
+ "description": "Options can be filtered by typing into a text input field.",
4396
4402
  "fieldName": "combobox",
4397
4403
  "inheritedFrom": {
4398
4404
  "name": "VscodeSelectBase",
@@ -4401,6 +4407,7 @@
4401
4407
  },
4402
4408
  {
4403
4409
  "name": "disabled",
4410
+ "description": "The element cannot be used and is not focusable.",
4404
4411
  "type": {
4405
4412
  "text": "boolean"
4406
4413
  },
@@ -4429,12 +4436,26 @@
4429
4436
  "text": "boolean"
4430
4437
  },
4431
4438
  "default": "false",
4439
+ "description": "Its value is true when element is focused.",
4432
4440
  "fieldName": "focused",
4433
4441
  "inheritedFrom": {
4434
4442
  "name": "VscodeSelectBase",
4435
4443
  "module": "src/includes/vscode-select/vscode-select-base.ts"
4436
4444
  }
4437
4445
  },
4446
+ {
4447
+ "name": "open",
4448
+ "type": {
4449
+ "text": "boolean"
4450
+ },
4451
+ "default": "false",
4452
+ "description": "Toggle the dropdown visibility.",
4453
+ "fieldName": "open",
4454
+ "inheritedFrom": {
4455
+ "name": "VscodeSelectBase",
4456
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
4457
+ }
4458
+ },
4438
4459
  {
4439
4460
  "name": "position",
4440
4461
  "type": {
@@ -4577,7 +4598,7 @@
4577
4598
  "text": "string"
4578
4599
  },
4579
4600
  "privacy": "private",
4580
- "default": "'1.9.2-pre.1'",
4601
+ "default": "'1.10.0'",
4581
4602
  "inheritedFrom": {
4582
4603
  "name": "VscElement",
4583
4604
  "module": "src/includes/VscElement.ts"
@@ -4724,7 +4745,7 @@
4724
4745
  "text": "string"
4725
4746
  },
4726
4747
  "privacy": "private",
4727
- "default": "'1.9.2-pre.1'",
4748
+ "default": "'1.10.0'",
4728
4749
  "inheritedFrom": {
4729
4750
  "name": "VscElement",
4730
4751
  "module": "src/includes/VscElement.ts"
@@ -5191,7 +5212,7 @@
5191
5212
  "text": "string"
5192
5213
  },
5193
5214
  "privacy": "private",
5194
- "default": "'1.9.2-pre.1'",
5215
+ "default": "'1.10.0'",
5195
5216
  "inheritedFrom": {
5196
5217
  "name": "VscElement",
5197
5218
  "module": "src/includes/VscElement.ts"
@@ -5510,7 +5531,7 @@
5510
5531
  "text": "string"
5511
5532
  },
5512
5533
  "privacy": "private",
5513
- "default": "'1.9.2-pre.1'",
5534
+ "default": "'1.10.0'",
5514
5535
  "inheritedFrom": {
5515
5536
  "name": "VscElement",
5516
5537
  "module": "src/includes/VscElement.ts"
@@ -5901,7 +5922,7 @@
5901
5922
  "text": "string"
5902
5923
  },
5903
5924
  "privacy": "private",
5904
- "default": "'1.9.2-pre.1'",
5925
+ "default": "'1.10.0'",
5905
5926
  "inheritedFrom": {
5906
5927
  "name": "VscElement",
5907
5928
  "module": "src/includes/VscElement.ts"
@@ -6342,6 +6363,7 @@
6342
6363
  "text": "boolean"
6343
6364
  },
6344
6365
  "default": "false",
6366
+ "description": "Options can be filtered by typing into a text input field.",
6345
6367
  "attribute": "combobox",
6346
6368
  "reflects": true,
6347
6369
  "inheritedFrom": {
@@ -6352,6 +6374,7 @@
6352
6374
  {
6353
6375
  "kind": "field",
6354
6376
  "name": "disabled",
6377
+ "description": "The element cannot be used and is not focusable.",
6355
6378
  "type": {
6356
6379
  "text": "boolean"
6357
6380
  },
@@ -6383,6 +6406,7 @@
6383
6406
  "text": "boolean"
6384
6407
  },
6385
6408
  "default": "false",
6409
+ "description": "Its value is true when element is focused.",
6386
6410
  "attribute": "focused",
6387
6411
  "reflects": true,
6388
6412
  "inheritedFrom": {
@@ -6390,6 +6414,21 @@
6390
6414
  "module": "src/includes/vscode-select/vscode-select-base.ts"
6391
6415
  }
6392
6416
  },
6417
+ {
6418
+ "kind": "field",
6419
+ "name": "open",
6420
+ "type": {
6421
+ "text": "boolean"
6422
+ },
6423
+ "default": "false",
6424
+ "description": "Toggle the dropdown visibility.",
6425
+ "attribute": "open",
6426
+ "reflects": true,
6427
+ "inheritedFrom": {
6428
+ "name": "VscodeSelectBase",
6429
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
6430
+ }
6431
+ },
6393
6432
  {
6394
6433
  "kind": "field",
6395
6434
  "name": "options",
@@ -6520,19 +6559,6 @@
6520
6559
  "module": "src/includes/vscode-select/vscode-select-base.ts"
6521
6560
  }
6522
6561
  },
6523
- {
6524
- "kind": "field",
6525
- "name": "_showDropdown",
6526
- "type": {
6527
- "text": "boolean"
6528
- },
6529
- "privacy": "protected",
6530
- "default": "false",
6531
- "inheritedFrom": {
6532
- "name": "VscodeSelectBase",
6533
- "module": "src/includes/vscode-select/vscode-select-base.ts"
6534
- }
6535
- },
6536
6562
  {
6537
6563
  "kind": "field",
6538
6564
  "name": "_options",
@@ -6965,7 +6991,7 @@
6965
6991
  "text": "string"
6966
6992
  },
6967
6993
  "privacy": "private",
6968
- "default": "'1.9.2-pre.1'",
6994
+ "default": "'1.10.0'",
6969
6995
  "inheritedFrom": {
6970
6996
  "name": "VscElement",
6971
6997
  "module": "src/includes/VscElement.ts"
@@ -7053,6 +7079,7 @@
7053
7079
  "text": "boolean"
7054
7080
  },
7055
7081
  "default": "false",
7082
+ "description": "Options can be filtered by typing into a text input field.",
7056
7083
  "fieldName": "combobox",
7057
7084
  "inheritedFrom": {
7058
7085
  "name": "VscodeSelectBase",
@@ -7061,6 +7088,7 @@
7061
7088
  },
7062
7089
  {
7063
7090
  "name": "disabled",
7091
+ "description": "The element cannot be used and is not focusable.",
7064
7092
  "type": {
7065
7093
  "text": "boolean"
7066
7094
  },
@@ -7089,12 +7117,26 @@
7089
7117
  "text": "boolean"
7090
7118
  },
7091
7119
  "default": "false",
7120
+ "description": "Its value is true when element is focused.",
7092
7121
  "fieldName": "focused",
7093
7122
  "inheritedFrom": {
7094
7123
  "name": "VscodeSelectBase",
7095
7124
  "module": "src/includes/vscode-select/vscode-select-base.ts"
7096
7125
  }
7097
7126
  },
7127
+ {
7128
+ "name": "open",
7129
+ "type": {
7130
+ "text": "boolean"
7131
+ },
7132
+ "default": "false",
7133
+ "description": "Toggle the dropdown visibility.",
7134
+ "fieldName": "open",
7135
+ "inheritedFrom": {
7136
+ "name": "VscodeSelectBase",
7137
+ "module": "src/includes/vscode-select/vscode-select-base.ts"
7138
+ }
7139
+ },
7098
7140
  {
7099
7141
  "name": "position",
7100
7142
  "type": {
@@ -7563,7 +7605,7 @@
7563
7605
  "text": "string"
7564
7606
  },
7565
7607
  "privacy": "private",
7566
- "default": "'1.9.2-pre.1'",
7608
+ "default": "'1.10.0'",
7567
7609
  "inheritedFrom": {
7568
7610
  "name": "VscElement",
7569
7611
  "module": "src/includes/VscElement.ts"
@@ -7765,7 +7807,7 @@
7765
7807
  "text": "string"
7766
7808
  },
7767
7809
  "privacy": "private",
7768
- "default": "'1.9.2-pre.1'",
7810
+ "default": "'1.10.0'",
7769
7811
  "inheritedFrom": {
7770
7812
  "name": "VscElement",
7771
7813
  "module": "src/includes/VscElement.ts"
@@ -7897,7 +7939,7 @@
7897
7939
  "text": "string"
7898
7940
  },
7899
7941
  "privacy": "private",
7900
- "default": "'1.9.2-pre.1'",
7942
+ "default": "'1.10.0'",
7901
7943
  "inheritedFrom": {
7902
7944
  "name": "VscElement",
7903
7945
  "module": "src/includes/VscElement.ts"
@@ -8587,7 +8629,7 @@
8587
8629
  "text": "string"
8588
8630
  },
8589
8631
  "privacy": "private",
8590
- "default": "'1.9.2-pre.1'",
8632
+ "default": "'1.10.0'",
8591
8633
  "inheritedFrom": {
8592
8634
  "name": "VscElement",
8593
8635
  "module": "src/includes/VscElement.ts"
@@ -8771,7 +8813,7 @@
8771
8813
  "text": "string"
8772
8814
  },
8773
8815
  "privacy": "private",
8774
- "default": "'1.9.2-pre.1'",
8816
+ "default": "'1.10.0'",
8775
8817
  "inheritedFrom": {
8776
8818
  "name": "VscElement",
8777
8819
  "module": "src/includes/VscElement.ts"
@@ -8890,7 +8932,7 @@
8890
8932
  "text": "string"
8891
8933
  },
8892
8934
  "privacy": "private",
8893
- "default": "'1.9.2-pre.1'",
8935
+ "default": "'1.10.0'",
8894
8936
  "inheritedFrom": {
8895
8937
  "name": "VscElement",
8896
8938
  "module": "src/includes/VscElement.ts"
@@ -9000,7 +9042,7 @@
9000
9042
  "text": "string"
9001
9043
  },
9002
9044
  "privacy": "private",
9003
- "default": "'1.9.2-pre.1'",
9045
+ "default": "'1.10.0'",
9004
9046
  "inheritedFrom": {
9005
9047
  "name": "VscElement",
9006
9048
  "module": "src/includes/VscElement.ts"
@@ -9095,7 +9137,7 @@
9095
9137
  "text": "string"
9096
9138
  },
9097
9139
  "privacy": "private",
9098
- "default": "'1.9.2-pre.1'",
9140
+ "default": "'1.10.0'",
9099
9141
  "inheritedFrom": {
9100
9142
  "name": "VscElement",
9101
9143
  "module": "src/includes/VscElement.ts"
@@ -9139,95 +9181,6 @@
9139
9181
  }
9140
9182
  ]
9141
9183
  },
9142
- {
9143
- "kind": "javascript-module",
9144
- "path": "src/vscode-table-row/vscode-table-row.styles.ts",
9145
- "declarations": [
9146
- {
9147
- "kind": "variable",
9148
- "name": "styles",
9149
- "type": {
9150
- "text": "CSSResultGroup"
9151
- },
9152
- "default": "[ defaultStyles, css` :host { border-top-color: var(--vscode-editorGroup-border); border-top-style: solid; border-top-width: var(--vsc-row-border-top-width); display: var(--vsc-row-display); width: 100%; } `, ]"
9153
- }
9154
- ],
9155
- "exports": [
9156
- {
9157
- "kind": "js",
9158
- "name": "default",
9159
- "declaration": {
9160
- "name": "styles",
9161
- "module": "src/vscode-table-row/vscode-table-row.styles.ts"
9162
- }
9163
- }
9164
- ]
9165
- },
9166
- {
9167
- "kind": "javascript-module",
9168
- "path": "src/vscode-table-row/vscode-table-row.ts",
9169
- "declarations": [
9170
- {
9171
- "kind": "class",
9172
- "description": "",
9173
- "name": "VscodeTableRow",
9174
- "cssProperties": [
9175
- {
9176
- "name": "--vscode-editorGroup-border"
9177
- }
9178
- ],
9179
- "members": [
9180
- {
9181
- "kind": "field",
9182
- "name": "_version",
9183
- "type": {
9184
- "text": "string"
9185
- },
9186
- "privacy": "private",
9187
- "default": "'1.9.2-pre.1'",
9188
- "inheritedFrom": {
9189
- "name": "VscElement",
9190
- "module": "src/includes/VscElement.ts"
9191
- }
9192
- },
9193
- {
9194
- "kind": "field",
9195
- "name": "version",
9196
- "description": "VSC Element version",
9197
- "readonly": true,
9198
- "inheritedFrom": {
9199
- "name": "VscElement",
9200
- "module": "src/includes/VscElement.ts"
9201
- }
9202
- }
9203
- ],
9204
- "superclass": {
9205
- "name": "VscElement",
9206
- "module": "/src/includes/VscElement.js"
9207
- },
9208
- "tagName": "vscode-table-row",
9209
- "customElement": true
9210
- }
9211
- ],
9212
- "exports": [
9213
- {
9214
- "kind": "js",
9215
- "name": "VscodeTableRow",
9216
- "declaration": {
9217
- "name": "VscodeTableRow",
9218
- "module": "src/vscode-table-row/vscode-table-row.ts"
9219
- }
9220
- },
9221
- {
9222
- "kind": "custom-element-definition",
9223
- "name": "vscode-table-row",
9224
- "declaration": {
9225
- "name": "VscodeTableRow",
9226
- "module": "src/vscode-table-row/vscode-table-row.ts"
9227
- }
9228
- }
9229
- ]
9230
- },
9231
9184
  {
9232
9185
  "kind": "javascript-module",
9233
9186
  "path": "src/vscode-tabs/vscode-tabs.styles.ts",
@@ -9433,7 +9386,7 @@
9433
9386
  "text": "string"
9434
9387
  },
9435
9388
  "privacy": "private",
9436
- "default": "'1.9.2-pre.1'",
9389
+ "default": "'1.10.0'",
9437
9390
  "inheritedFrom": {
9438
9391
  "name": "VscElement",
9439
9392
  "module": "src/includes/VscElement.ts"
@@ -9512,6 +9465,95 @@
9512
9465
  }
9513
9466
  ]
9514
9467
  },
9468
+ {
9469
+ "kind": "javascript-module",
9470
+ "path": "src/vscode-table-row/vscode-table-row.styles.ts",
9471
+ "declarations": [
9472
+ {
9473
+ "kind": "variable",
9474
+ "name": "styles",
9475
+ "type": {
9476
+ "text": "CSSResultGroup"
9477
+ },
9478
+ "default": "[ defaultStyles, css` :host { border-top-color: var(--vscode-editorGroup-border); border-top-style: solid; border-top-width: var(--vsc-row-border-top-width); display: var(--vsc-row-display); width: 100%; } `, ]"
9479
+ }
9480
+ ],
9481
+ "exports": [
9482
+ {
9483
+ "kind": "js",
9484
+ "name": "default",
9485
+ "declaration": {
9486
+ "name": "styles",
9487
+ "module": "src/vscode-table-row/vscode-table-row.styles.ts"
9488
+ }
9489
+ }
9490
+ ]
9491
+ },
9492
+ {
9493
+ "kind": "javascript-module",
9494
+ "path": "src/vscode-table-row/vscode-table-row.ts",
9495
+ "declarations": [
9496
+ {
9497
+ "kind": "class",
9498
+ "description": "",
9499
+ "name": "VscodeTableRow",
9500
+ "cssProperties": [
9501
+ {
9502
+ "name": "--vscode-editorGroup-border"
9503
+ }
9504
+ ],
9505
+ "members": [
9506
+ {
9507
+ "kind": "field",
9508
+ "name": "_version",
9509
+ "type": {
9510
+ "text": "string"
9511
+ },
9512
+ "privacy": "private",
9513
+ "default": "'1.10.0'",
9514
+ "inheritedFrom": {
9515
+ "name": "VscElement",
9516
+ "module": "src/includes/VscElement.ts"
9517
+ }
9518
+ },
9519
+ {
9520
+ "kind": "field",
9521
+ "name": "version",
9522
+ "description": "VSC Element version",
9523
+ "readonly": true,
9524
+ "inheritedFrom": {
9525
+ "name": "VscElement",
9526
+ "module": "src/includes/VscElement.ts"
9527
+ }
9528
+ }
9529
+ ],
9530
+ "superclass": {
9531
+ "name": "VscElement",
9532
+ "module": "/src/includes/VscElement.js"
9533
+ },
9534
+ "tagName": "vscode-table-row",
9535
+ "customElement": true
9536
+ }
9537
+ ],
9538
+ "exports": [
9539
+ {
9540
+ "kind": "js",
9541
+ "name": "VscodeTableRow",
9542
+ "declaration": {
9543
+ "name": "VscodeTableRow",
9544
+ "module": "src/vscode-table-row/vscode-table-row.ts"
9545
+ }
9546
+ },
9547
+ {
9548
+ "kind": "custom-element-definition",
9549
+ "name": "vscode-table-row",
9550
+ "declaration": {
9551
+ "name": "VscodeTableRow",
9552
+ "module": "src/vscode-table-row/vscode-table-row.ts"
9553
+ }
9554
+ }
9555
+ ]
9556
+ },
9515
9557
  {
9516
9558
  "kind": "javascript-module",
9517
9559
  "path": "src/vscode-textarea/vscode-textarea.styles.ts",
@@ -9941,7 +9983,7 @@
9941
9983
  "text": "string"
9942
9984
  },
9943
9985
  "privacy": "private",
9944
- "default": "'1.9.2-pre.1'",
9986
+ "default": "'1.10.0'",
9945
9987
  "inheritedFrom": {
9946
9988
  "name": "VscElement",
9947
9989
  "module": "src/includes/VscElement.ts"
@@ -10574,7 +10616,7 @@
10574
10616
  "text": "string"
10575
10617
  },
10576
10618
  "privacy": "private",
10577
- "default": "'1.9.2-pre.1'",
10619
+ "default": "'1.10.0'",
10578
10620
  "inheritedFrom": {
10579
10621
  "name": "VscElement",
10580
10622
  "module": "src/includes/VscElement.ts"
@@ -11312,7 +11354,7 @@
11312
11354
  "text": "string"
11313
11355
  },
11314
11356
  "privacy": "private",
11315
- "default": "'1.9.2-pre.1'",
11357
+ "default": "'1.10.0'",
11316
11358
  "inheritedFrom": {
11317
11359
  "name": "VscElement",
11318
11360
  "module": "src/includes/VscElement.ts"
@@ -11482,7 +11524,7 @@
11482
11524
  "text": "string"
11483
11525
  },
11484
11526
  "privacy": "private",
11485
- "default": "'1.9.2-pre.1'",
11527
+ "default": "'1.10.0'",
11486
11528
  "inheritedFrom": {
11487
11529
  "name": "VscElement",
11488
11530
  "module": "src/includes/VscElement.ts"
@@ -11931,12 +11973,14 @@
11931
11973
  "text": "boolean"
11932
11974
  },
11933
11975
  "default": "false",
11976
+ "description": "Options can be filtered by typing into a text input field.",
11934
11977
  "attribute": "combobox",
11935
11978
  "reflects": true
11936
11979
  },
11937
11980
  {
11938
11981
  "kind": "field",
11939
11982
  "name": "disabled",
11983
+ "description": "The element cannot be used and is not focusable.",
11940
11984
  "type": {
11941
11985
  "text": "boolean"
11942
11986
  },
@@ -11971,9 +12015,21 @@
11971
12015
  "text": "boolean"
11972
12016
  },
11973
12017
  "default": "false",
12018
+ "description": "Its value is true when element is focused.",
11974
12019
  "attribute": "focused",
11975
12020
  "reflects": true
11976
12021
  },
12022
+ {
12023
+ "kind": "field",
12024
+ "name": "open",
12025
+ "type": {
12026
+ "text": "boolean"
12027
+ },
12028
+ "default": "false",
12029
+ "description": "Toggle the dropdown visibility.",
12030
+ "attribute": "open",
12031
+ "reflects": true
12032
+ },
11977
12033
  {
11978
12034
  "kind": "field",
11979
12035
  "name": "options",
@@ -12064,15 +12120,6 @@
12064
12120
  "privacy": "protected",
12065
12121
  "default": "[]"
12066
12122
  },
12067
- {
12068
- "kind": "field",
12069
- "name": "_showDropdown",
12070
- "type": {
12071
- "text": "boolean"
12072
- },
12073
- "privacy": "protected",
12074
- "default": "false"
12075
- },
12076
12123
  {
12077
12124
  "kind": "field",
12078
12125
  "name": "_options",
@@ -12451,7 +12498,7 @@
12451
12498
  "text": "string"
12452
12499
  },
12453
12500
  "privacy": "private",
12454
- "default": "'1.9.2-pre.1'",
12501
+ "default": "'1.10.0'",
12455
12502
  "inheritedFrom": {
12456
12503
  "name": "VscElement",
12457
12504
  "module": "src/includes/VscElement.ts"
@@ -12504,10 +12551,12 @@
12504
12551
  "text": "boolean"
12505
12552
  },
12506
12553
  "default": "false",
12554
+ "description": "Options can be filtered by typing into a text input field.",
12507
12555
  "fieldName": "combobox"
12508
12556
  },
12509
12557
  {
12510
12558
  "name": "disabled",
12559
+ "description": "The element cannot be used and is not focusable.",
12511
12560
  "type": {
12512
12561
  "text": "boolean"
12513
12562
  },
@@ -12537,8 +12586,18 @@
12537
12586
  "text": "boolean"
12538
12587
  },
12539
12588
  "default": "false",
12589
+ "description": "Its value is true when element is focused.",
12540
12590
  "fieldName": "focused"
12541
12591
  },
12592
+ {
12593
+ "name": "open",
12594
+ "type": {
12595
+ "text": "boolean"
12596
+ },
12597
+ "default": "false",
12598
+ "description": "Toggle the dropdown visibility.",
12599
+ "fieldName": "open"
12600
+ },
12542
12601
  {
12543
12602
  "name": "position",
12544
12603
  "type": {