@vscode-elements/elements 1.0.0-pre.12 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +84 -42
- package/dist/bundled.js +1 -1
- package/dist/includes/VscElement.d.ts.map +1 -1
- package/dist/includes/VscElement.js +1 -1
- package/dist/includes/VscElement.js.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.d.ts +3 -0
- package/dist/includes/vscode-select/vscode-select-base.d.ts.map +1 -1
- package/dist/includes/vscode-select/vscode-select-base.js +3 -0
- package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.d.ts +4 -0
- package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
- package/dist/vscode-checkbox/vscode-checkbox.js +7 -0
- package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.d.ts +5 -0
- package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
- package/dist/vscode-multi-select/vscode-multi-select.js +5 -0
- package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
- package/dist/vscode-radio/vscode-radio.d.ts +4 -0
- package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
- package/dist/vscode-radio/vscode-radio.js +7 -0
- package/dist/vscode-radio/vscode-radio.js.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.d.ts +5 -0
- package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +5 -0
- package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.d.ts +3 -0
- package/dist/vscode-textarea/vscode-textarea.d.ts.map +1 -1
- package/dist/vscode-textarea/vscode-textarea.js +3 -0
- package/dist/vscode-textarea/vscode-textarea.js.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.d.ts +3 -0
- package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
- package/dist/vscode-textfield/vscode-textfield.js +3 -0
- package/dist/vscode-textfield/vscode-textfield.js.map +1 -1
- package/dist/vscode-tree/vscode-tree.d.ts +13 -1
- package/dist/vscode-tree/vscode-tree.d.ts.map +1 -1
- package/dist/vscode-tree/vscode-tree.js +3 -1
- package/dist/vscode-tree/vscode-tree.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +18 -8
package/custom-elements.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"text": "string"
|
|
25
25
|
},
|
|
26
26
|
"privacy": "private",
|
|
27
|
-
"default": "'1.0.
|
|
27
|
+
"default": "'1.0.1'"
|
|
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.0.
|
|
296
|
+
"default": "'1.0.1'",
|
|
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.0.
|
|
582
|
+
"default": "'1.0.1'",
|
|
583
583
|
"inheritedFrom": {
|
|
584
584
|
"name": "VscElement",
|
|
585
585
|
"module": "src/includes/VscElement.ts"
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
"declarations": [
|
|
744
744
|
{
|
|
745
745
|
"kind": "class",
|
|
746
|
-
"description": "",
|
|
746
|
+
"description": "When participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
747
747
|
"name": "VscodeCheckbox",
|
|
748
748
|
"cssProperties": [
|
|
749
749
|
{
|
|
@@ -803,6 +803,16 @@
|
|
|
803
803
|
"attribute": "default-checked",
|
|
804
804
|
"reflects": true
|
|
805
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"kind": "field",
|
|
808
|
+
"name": "invalid",
|
|
809
|
+
"type": {
|
|
810
|
+
"text": "boolean"
|
|
811
|
+
},
|
|
812
|
+
"default": "false",
|
|
813
|
+
"attribute": "invalid",
|
|
814
|
+
"reflects": true
|
|
815
|
+
},
|
|
806
816
|
{
|
|
807
817
|
"kind": "field",
|
|
808
818
|
"name": "name",
|
|
@@ -1063,7 +1073,7 @@
|
|
|
1063
1073
|
"text": "string"
|
|
1064
1074
|
},
|
|
1065
1075
|
"privacy": "private",
|
|
1066
|
-
"default": "'1.0.
|
|
1076
|
+
"default": "'1.0.1'",
|
|
1067
1077
|
"inheritedFrom": {
|
|
1068
1078
|
"name": "VscElement",
|
|
1069
1079
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1144,6 +1154,14 @@
|
|
|
1144
1154
|
"default": "false",
|
|
1145
1155
|
"fieldName": "defaultChecked"
|
|
1146
1156
|
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "invalid",
|
|
1159
|
+
"type": {
|
|
1160
|
+
"text": "boolean"
|
|
1161
|
+
},
|
|
1162
|
+
"default": "false",
|
|
1163
|
+
"fieldName": "invalid"
|
|
1164
|
+
},
|
|
1147
1165
|
{
|
|
1148
1166
|
"name": "value",
|
|
1149
1167
|
"type": {
|
|
@@ -1273,7 +1291,7 @@
|
|
|
1273
1291
|
"text": "string"
|
|
1274
1292
|
},
|
|
1275
1293
|
"privacy": "private",
|
|
1276
|
-
"default": "'1.0.
|
|
1294
|
+
"default": "'1.0.1'",
|
|
1277
1295
|
"inheritedFrom": {
|
|
1278
1296
|
"name": "VscElement",
|
|
1279
1297
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1455,7 +1473,7 @@
|
|
|
1455
1473
|
"text": "string"
|
|
1456
1474
|
},
|
|
1457
1475
|
"privacy": "private",
|
|
1458
|
-
"default": "'1.0.
|
|
1476
|
+
"default": "'1.0.1'",
|
|
1459
1477
|
"inheritedFrom": {
|
|
1460
1478
|
"name": "VscElement",
|
|
1461
1479
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1758,7 +1776,7 @@
|
|
|
1758
1776
|
"text": "string"
|
|
1759
1777
|
},
|
|
1760
1778
|
"privacy": "private",
|
|
1761
|
-
"default": "'1.0.
|
|
1779
|
+
"default": "'1.0.1'",
|
|
1762
1780
|
"inheritedFrom": {
|
|
1763
1781
|
"name": "VscElement",
|
|
1764
1782
|
"module": "src/includes/VscElement.ts"
|
|
@@ -1948,7 +1966,7 @@
|
|
|
1948
1966
|
"text": "string"
|
|
1949
1967
|
},
|
|
1950
1968
|
"privacy": "private",
|
|
1951
|
-
"default": "'1.0.
|
|
1969
|
+
"default": "'1.0.1'",
|
|
1952
1970
|
"inheritedFrom": {
|
|
1953
1971
|
"name": "VscElement",
|
|
1954
1972
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2198,7 +2216,7 @@
|
|
|
2198
2216
|
"text": "string"
|
|
2199
2217
|
},
|
|
2200
2218
|
"privacy": "private",
|
|
2201
|
-
"default": "'1.0.
|
|
2219
|
+
"default": "'1.0.1'",
|
|
2202
2220
|
"inheritedFrom": {
|
|
2203
2221
|
"name": "VscElement",
|
|
2204
2222
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2330,7 +2348,7 @@
|
|
|
2330
2348
|
"text": "string"
|
|
2331
2349
|
},
|
|
2332
2350
|
"privacy": "private",
|
|
2333
|
-
"default": "'1.0.
|
|
2351
|
+
"default": "'1.0.1'",
|
|
2334
2352
|
"inheritedFrom": {
|
|
2335
2353
|
"name": "VscElement",
|
|
2336
2354
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2430,7 +2448,7 @@
|
|
|
2430
2448
|
"text": "string"
|
|
2431
2449
|
},
|
|
2432
2450
|
"privacy": "private",
|
|
2433
|
-
"default": "'1.0.
|
|
2451
|
+
"default": "'1.0.1'",
|
|
2434
2452
|
"inheritedFrom": {
|
|
2435
2453
|
"name": "VscElement",
|
|
2436
2454
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2628,7 +2646,7 @@
|
|
|
2628
2646
|
"text": "string"
|
|
2629
2647
|
},
|
|
2630
2648
|
"privacy": "private",
|
|
2631
|
-
"default": "'1.0.
|
|
2649
|
+
"default": "'1.0.1'",
|
|
2632
2650
|
"inheritedFrom": {
|
|
2633
2651
|
"name": "VscElement",
|
|
2634
2652
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2848,7 +2866,7 @@
|
|
|
2848
2866
|
"text": "string"
|
|
2849
2867
|
},
|
|
2850
2868
|
"privacy": "private",
|
|
2851
|
-
"default": "'1.0.
|
|
2869
|
+
"default": "'1.0.1'",
|
|
2852
2870
|
"inheritedFrom": {
|
|
2853
2871
|
"name": "VscElement",
|
|
2854
2872
|
"module": "src/includes/VscElement.ts"
|
|
@@ -2937,7 +2955,7 @@
|
|
|
2937
2955
|
"declarations": [
|
|
2938
2956
|
{
|
|
2939
2957
|
"kind": "class",
|
|
2940
|
-
"description": "",
|
|
2958
|
+
"description": "Allows to select multiple items from a list of options.\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
2941
2959
|
"name": "VscodeMultiSelect",
|
|
2942
2960
|
"cssProperties": [
|
|
2943
2961
|
{
|
|
@@ -3244,6 +3262,7 @@
|
|
|
3244
3262
|
"text": "boolean"
|
|
3245
3263
|
},
|
|
3246
3264
|
"default": "false",
|
|
3265
|
+
"description": "Sets the invalid state manually.",
|
|
3247
3266
|
"attribute": "invalid",
|
|
3248
3267
|
"reflects": true,
|
|
3249
3268
|
"inheritedFrom": {
|
|
@@ -3885,7 +3904,7 @@
|
|
|
3885
3904
|
"text": "string"
|
|
3886
3905
|
},
|
|
3887
3906
|
"privacy": "private",
|
|
3888
|
-
"default": "'1.0.
|
|
3907
|
+
"default": "'1.0.1'",
|
|
3889
3908
|
"inheritedFrom": {
|
|
3890
3909
|
"name": "VscElement",
|
|
3891
3910
|
"module": "src/includes/VscElement.ts"
|
|
@@ -3909,6 +3928,7 @@
|
|
|
3909
3928
|
"text": "boolean"
|
|
3910
3929
|
},
|
|
3911
3930
|
"default": "false",
|
|
3931
|
+
"description": "Sets the invalid state manually.",
|
|
3912
3932
|
"fieldName": "invalid",
|
|
3913
3933
|
"inheritedFrom": {
|
|
3914
3934
|
"name": "VscodeSelectBase",
|
|
@@ -4127,7 +4147,7 @@
|
|
|
4127
4147
|
"text": "string"
|
|
4128
4148
|
},
|
|
4129
4149
|
"privacy": "private",
|
|
4130
|
-
"default": "'1.0.
|
|
4150
|
+
"default": "'1.0.1'",
|
|
4131
4151
|
"inheritedFrom": {
|
|
4132
4152
|
"name": "VscElement",
|
|
4133
4153
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4235,7 +4255,7 @@
|
|
|
4235
4255
|
"declarations": [
|
|
4236
4256
|
{
|
|
4237
4257
|
"kind": "class",
|
|
4238
|
-
"description": "",
|
|
4258
|
+
"description": "When participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
4239
4259
|
"name": "VscodeRadio",
|
|
4240
4260
|
"cssProperties": [
|
|
4241
4261
|
{
|
|
@@ -4295,6 +4315,16 @@
|
|
|
4295
4315
|
"attribute": "default-checked",
|
|
4296
4316
|
"reflects": true
|
|
4297
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
"kind": "field",
|
|
4320
|
+
"name": "invalid",
|
|
4321
|
+
"type": {
|
|
4322
|
+
"text": "boolean"
|
|
4323
|
+
},
|
|
4324
|
+
"default": "false",
|
|
4325
|
+
"attribute": "invalid",
|
|
4326
|
+
"reflects": true
|
|
4327
|
+
},
|
|
4298
4328
|
{
|
|
4299
4329
|
"kind": "field",
|
|
4300
4330
|
"name": "name",
|
|
@@ -4592,7 +4622,7 @@
|
|
|
4592
4622
|
"text": "string"
|
|
4593
4623
|
},
|
|
4594
4624
|
"privacy": "private",
|
|
4595
|
-
"default": "'1.0.
|
|
4625
|
+
"default": "'1.0.1'",
|
|
4596
4626
|
"inheritedFrom": {
|
|
4597
4627
|
"name": "VscElement",
|
|
4598
4628
|
"module": "src/includes/VscElement.ts"
|
|
@@ -4671,6 +4701,14 @@
|
|
|
4671
4701
|
"default": "false",
|
|
4672
4702
|
"fieldName": "defaultChecked"
|
|
4673
4703
|
},
|
|
4704
|
+
{
|
|
4705
|
+
"name": "invalid",
|
|
4706
|
+
"type": {
|
|
4707
|
+
"text": "boolean"
|
|
4708
|
+
},
|
|
4709
|
+
"default": "false",
|
|
4710
|
+
"fieldName": "invalid"
|
|
4711
|
+
},
|
|
4674
4712
|
{
|
|
4675
4713
|
"name": "value",
|
|
4676
4714
|
"type": {
|
|
@@ -4896,7 +4934,7 @@
|
|
|
4896
4934
|
"text": "string"
|
|
4897
4935
|
},
|
|
4898
4936
|
"privacy": "private",
|
|
4899
|
-
"default": "'1.0.
|
|
4937
|
+
"default": "'1.0.1'",
|
|
4900
4938
|
"inheritedFrom": {
|
|
4901
4939
|
"name": "VscElement",
|
|
4902
4940
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5275,7 +5313,7 @@
|
|
|
5275
5313
|
"text": "string"
|
|
5276
5314
|
},
|
|
5277
5315
|
"privacy": "private",
|
|
5278
|
-
"default": "'1.0.
|
|
5316
|
+
"default": "'1.0.1'",
|
|
5279
5317
|
"inheritedFrom": {
|
|
5280
5318
|
"name": "VscElement",
|
|
5281
5319
|
"module": "src/includes/VscElement.ts"
|
|
@@ -5373,7 +5411,7 @@
|
|
|
5373
5411
|
"declarations": [
|
|
5374
5412
|
{
|
|
5375
5413
|
"kind": "class",
|
|
5376
|
-
"description": "## Types\n\n```typescript\ninterface Option {\n label: string;\n value: string;\n description: string;\n selected: boolean;\n disabled: boolean;\n}\n```",
|
|
5414
|
+
"description": "Allows to select an item from multiple options.\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.\n\n## Types\n\n```typescript\ninterface Option {\n label: string;\n value: string;\n description: string;\n selected: boolean;\n disabled: boolean;\n}\n```",
|
|
5377
5415
|
"name": "VscodeSingleSelect",
|
|
5378
5416
|
"cssProperties": [
|
|
5379
5417
|
{
|
|
@@ -5688,6 +5726,7 @@
|
|
|
5688
5726
|
"text": "boolean"
|
|
5689
5727
|
},
|
|
5690
5728
|
"default": "false",
|
|
5729
|
+
"description": "Sets the invalid state manually.",
|
|
5691
5730
|
"attribute": "invalid",
|
|
5692
5731
|
"reflects": true,
|
|
5693
5732
|
"inheritedFrom": {
|
|
@@ -6287,7 +6326,7 @@
|
|
|
6287
6326
|
"text": "string"
|
|
6288
6327
|
},
|
|
6289
6328
|
"privacy": "private",
|
|
6290
|
-
"default": "'1.0.
|
|
6329
|
+
"default": "'1.0.1'",
|
|
6291
6330
|
"inheritedFrom": {
|
|
6292
6331
|
"name": "VscElement",
|
|
6293
6332
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6311,6 +6350,7 @@
|
|
|
6311
6350
|
"text": "boolean"
|
|
6312
6351
|
},
|
|
6313
6352
|
"default": "false",
|
|
6353
|
+
"description": "Sets the invalid state manually.",
|
|
6314
6354
|
"fieldName": "invalid",
|
|
6315
6355
|
"inheritedFrom": {
|
|
6316
6356
|
"name": "VscodeSelectBase",
|
|
@@ -6725,7 +6765,7 @@
|
|
|
6725
6765
|
"text": "string"
|
|
6726
6766
|
},
|
|
6727
6767
|
"privacy": "private",
|
|
6728
|
-
"default": "'1.0.
|
|
6768
|
+
"default": "'1.0.1'",
|
|
6729
6769
|
"inheritedFrom": {
|
|
6730
6770
|
"name": "VscElement",
|
|
6731
6771
|
"module": "src/includes/VscElement.ts"
|
|
@@ -6885,7 +6925,7 @@
|
|
|
6885
6925
|
"text": "string"
|
|
6886
6926
|
},
|
|
6887
6927
|
"privacy": "private",
|
|
6888
|
-
"default": "'1.0.
|
|
6928
|
+
"default": "'1.0.1'",
|
|
6889
6929
|
"inheritedFrom": {
|
|
6890
6930
|
"name": "VscElement",
|
|
6891
6931
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7017,7 +7057,7 @@
|
|
|
7017
7057
|
"text": "string"
|
|
7018
7058
|
},
|
|
7019
7059
|
"privacy": "private",
|
|
7020
|
-
"default": "'1.0.
|
|
7060
|
+
"default": "'1.0.1'",
|
|
7021
7061
|
"inheritedFrom": {
|
|
7022
7062
|
"name": "VscElement",
|
|
7023
7063
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7694,7 +7734,7 @@
|
|
|
7694
7734
|
"text": "string"
|
|
7695
7735
|
},
|
|
7696
7736
|
"privacy": "private",
|
|
7697
|
-
"default": "'1.0.
|
|
7737
|
+
"default": "'1.0.1'",
|
|
7698
7738
|
"inheritedFrom": {
|
|
7699
7739
|
"name": "VscElement",
|
|
7700
7740
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7878,7 +7918,7 @@
|
|
|
7878
7918
|
"text": "string"
|
|
7879
7919
|
},
|
|
7880
7920
|
"privacy": "private",
|
|
7881
|
-
"default": "'1.0.
|
|
7921
|
+
"default": "'1.0.1'",
|
|
7882
7922
|
"inheritedFrom": {
|
|
7883
7923
|
"name": "VscElement",
|
|
7884
7924
|
"module": "src/includes/VscElement.ts"
|
|
@@ -7997,7 +8037,7 @@
|
|
|
7997
8037
|
"text": "string"
|
|
7998
8038
|
},
|
|
7999
8039
|
"privacy": "private",
|
|
8000
|
-
"default": "'1.0.
|
|
8040
|
+
"default": "'1.0.1'",
|
|
8001
8041
|
"inheritedFrom": {
|
|
8002
8042
|
"name": "VscElement",
|
|
8003
8043
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8107,7 +8147,7 @@
|
|
|
8107
8147
|
"text": "string"
|
|
8108
8148
|
},
|
|
8109
8149
|
"privacy": "private",
|
|
8110
|
-
"default": "'1.0.
|
|
8150
|
+
"default": "'1.0.1'",
|
|
8111
8151
|
"inheritedFrom": {
|
|
8112
8152
|
"name": "VscElement",
|
|
8113
8153
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8202,7 +8242,7 @@
|
|
|
8202
8242
|
"text": "string"
|
|
8203
8243
|
},
|
|
8204
8244
|
"privacy": "private",
|
|
8205
|
-
"default": "'1.0.
|
|
8245
|
+
"default": "'1.0.1'",
|
|
8206
8246
|
"inheritedFrom": {
|
|
8207
8247
|
"name": "VscElement",
|
|
8208
8248
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8291,7 +8331,7 @@
|
|
|
8291
8331
|
"text": "string"
|
|
8292
8332
|
},
|
|
8293
8333
|
"privacy": "private",
|
|
8294
|
-
"default": "'1.0.
|
|
8334
|
+
"default": "'1.0.1'",
|
|
8295
8335
|
"inheritedFrom": {
|
|
8296
8336
|
"name": "VscElement",
|
|
8297
8337
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8540,7 +8580,7 @@
|
|
|
8540
8580
|
"text": "string"
|
|
8541
8581
|
},
|
|
8542
8582
|
"privacy": "private",
|
|
8543
|
-
"default": "'1.0.
|
|
8583
|
+
"default": "'1.0.1'",
|
|
8544
8584
|
"inheritedFrom": {
|
|
8545
8585
|
"name": "VscElement",
|
|
8546
8586
|
"module": "src/includes/VscElement.ts"
|
|
@@ -8649,7 +8689,7 @@
|
|
|
8649
8689
|
"declarations": [
|
|
8650
8690
|
{
|
|
8651
8691
|
"kind": "class",
|
|
8652
|
-
"description": "Multi-line text input.",
|
|
8692
|
+
"description": "Multi-line text input.\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
8653
8693
|
"name": "VscodeTextarea",
|
|
8654
8694
|
"cssProperties": [
|
|
8655
8695
|
{
|
|
@@ -9048,7 +9088,7 @@
|
|
|
9048
9088
|
"text": "string"
|
|
9049
9089
|
},
|
|
9050
9090
|
"privacy": "private",
|
|
9051
|
-
"default": "'1.0.
|
|
9091
|
+
"default": "'1.0.1'",
|
|
9052
9092
|
"inheritedFrom": {
|
|
9053
9093
|
"name": "VscElement",
|
|
9054
9094
|
"module": "src/includes/VscElement.ts"
|
|
@@ -9309,7 +9349,7 @@
|
|
|
9309
9349
|
"declarations": [
|
|
9310
9350
|
{
|
|
9311
9351
|
"kind": "class",
|
|
9312
|
-
"description": "A simple inline textfield",
|
|
9352
|
+
"description": "A simple inline textfield\n\nWhen participating in a form, it supports the `:invalid` pseudo class. Otherwise the error styles\ncan be applied through the `invalid` property.",
|
|
9313
9353
|
"name": "VscodeTextfield",
|
|
9314
9354
|
"cssProperties": [
|
|
9315
9355
|
{
|
|
@@ -9694,7 +9734,7 @@
|
|
|
9694
9734
|
"text": "string"
|
|
9695
9735
|
},
|
|
9696
9736
|
"privacy": "private",
|
|
9697
|
-
"default": "'1.0.
|
|
9737
|
+
"default": "'1.0.1'",
|
|
9698
9738
|
"inheritedFrom": {
|
|
9699
9739
|
"name": "VscElement",
|
|
9700
9740
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10397,7 +10437,7 @@
|
|
|
10397
10437
|
"text": "string"
|
|
10398
10438
|
},
|
|
10399
10439
|
"privacy": "private",
|
|
10400
|
-
"default": "'1.0.
|
|
10440
|
+
"default": "'1.0.1'",
|
|
10401
10441
|
"inheritedFrom": {
|
|
10402
10442
|
"name": "VscElement",
|
|
10403
10443
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10432,11 +10472,11 @@
|
|
|
10432
10472
|
"description": "Dispatched when an item is selected."
|
|
10433
10473
|
},
|
|
10434
10474
|
{
|
|
10435
|
-
"name": "vsc-tree-select",
|
|
10436
10475
|
"type": {
|
|
10437
10476
|
"text": "CustomEvent"
|
|
10438
10477
|
},
|
|
10439
|
-
"description": "Dispatched when an item is selected."
|
|
10478
|
+
"description": "Dispatched when an item is selected.",
|
|
10479
|
+
"name": "vsc-tree-select"
|
|
10440
10480
|
},
|
|
10441
10481
|
{
|
|
10442
10482
|
"type": {
|
|
@@ -10567,7 +10607,7 @@
|
|
|
10567
10607
|
"text": "string"
|
|
10568
10608
|
},
|
|
10569
10609
|
"privacy": "private",
|
|
10570
|
-
"default": "'1.0.
|
|
10610
|
+
"default": "'1.0.1'",
|
|
10571
10611
|
"inheritedFrom": {
|
|
10572
10612
|
"name": "VscElement",
|
|
10573
10613
|
"module": "src/includes/VscElement.ts"
|
|
@@ -10995,6 +11035,7 @@
|
|
|
10995
11035
|
"text": "boolean"
|
|
10996
11036
|
},
|
|
10997
11037
|
"default": "false",
|
|
11038
|
+
"description": "Sets the invalid state manually.",
|
|
10998
11039
|
"attribute": "invalid",
|
|
10999
11040
|
"reflects": true
|
|
11000
11041
|
},
|
|
@@ -11478,7 +11519,7 @@
|
|
|
11478
11519
|
"text": "string"
|
|
11479
11520
|
},
|
|
11480
11521
|
"privacy": "private",
|
|
11481
|
-
"default": "'1.0.
|
|
11522
|
+
"default": "'1.0.1'",
|
|
11482
11523
|
"inheritedFrom": {
|
|
11483
11524
|
"name": "VscElement",
|
|
11484
11525
|
"module": "src/includes/VscElement.ts"
|
|
@@ -11542,6 +11583,7 @@
|
|
|
11542
11583
|
"text": "boolean"
|
|
11543
11584
|
},
|
|
11544
11585
|
"default": "false",
|
|
11586
|
+
"description": "Sets the invalid state manually.",
|
|
11545
11587
|
"fieldName": "invalid"
|
|
11546
11588
|
},
|
|
11547
11589
|
{
|