@vscode-elements/elements 1.14.1-pre.3 → 1.16.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.
- package/custom-elements.json +259 -6
- package/dist/bundled.js +263 -169
- package/dist/includes/VscElement.js +1 -1
- package/dist/includes/VscElement.js.map +1 -1
- package/dist/includes/vscode-select/styles.d.ts.map +1 -1
- package/dist/includes/vscode-select/styles.js +24 -11
- package/dist/includes/vscode-select/styles.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 +37 -3
- package/dist/includes/vscode-select/vscode-select-base.js.map +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/vscode-button/vscode-button.d.ts +1 -0
- package/dist/vscode-button/vscode-button.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.js +6 -0
- package/dist/vscode-button/vscode-button.js.map +1 -1
- package/dist/vscode-button/vscode-button.styles.d.ts.map +1 -1
- package/dist/vscode-button/vscode-button.styles.js +59 -7
- package/dist/vscode-button/vscode-button.styles.js.map +1 -1
- package/dist/vscode-button-group/index.d.ts +2 -0
- package/dist/vscode-button-group/index.d.ts.map +1 -0
- package/dist/vscode-button-group/index.js +2 -0
- package/dist/vscode-button-group/index.js.map +1 -0
- package/dist/vscode-button-group/vscode-button-group.d.ts +29 -0
- package/dist/vscode-button-group/vscode-button-group.d.ts.map +1 -0
- package/dist/vscode-button-group/vscode-button-group.js +38 -0
- package/dist/vscode-button-group/vscode-button-group.js.map +1 -0
- package/dist/vscode-button-group/vscode-button-group.styles.d.ts +4 -0
- package/dist/vscode-button-group/vscode-button-group.styles.d.ts.map +1 -0
- package/dist/vscode-button-group/vscode-button-group.styles.js +33 -0
- package/dist/vscode-button-group/vscode-button-group.styles.js.map +1 -0
- package/dist/vscode-context-menu/vscode-context-menu.d.ts +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
- package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.d.ts +4 -0
- package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
- package/dist/vscode-single-select/vscode-single-select.js +13 -0
- package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.d.ts +3 -1
- package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.js +3 -1
- package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
- package/dist/vscode-split-layout/vscode-split-layout.styles.js +3 -3
- package/dist/vscode-split-layout/vscode-split-layout.styles.js.map +1 -1
- package/dist/vscode-toolbar-container/vscode-toolbar-container.d.ts +1 -1
- package/dist/vscode-toolbar-container/vscode-toolbar-container.js +1 -1
- package/dist/vscode-toolbar-container/vscode-toolbar-container.js.map +1 -1
- package/package.json +15 -13
- package/vscode.css-custom-data.json +18 -1
- package/vscode.html-custom-data.json +9 -2
package/custom-elements.json
CHANGED
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"type": {
|
|
452
452
|
"text": "CSSResultGroup"
|
|
453
453
|
},
|
|
454
|
-
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(--vscode-button-border, transparent); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-
|
|
454
|
+
"default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(--vscode-button-border, transparent); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-flex; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 0; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus-visible) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(*:last-child) { margin-right: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; height: 100%; padding: 1px 13px; } :host(:empty) .wrapper, :host([icon-only]) .wrapper { min-height: 24px; min-width: 16px; padding: 1px 5px; } slot { align-items: center; display: flex; height: 100%; } .icon, .icon-after { color: inherit; display: block; } :host(:not(:empty)) .icon { margin-right: 3px; } :host(:not(:empty)) .icon-after, :host([icon]) .icon-after { margin-left: 3px; } .divider { display: var(--divider-display, none); background-color: transparent; padding: 4px 0; box-sizing: border-box; } :host(:hover) .divider, :host(:focus-visible) .divider { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([secondary]) .divider { background-color: var(--vscode-button-secondaryBackground, #313131); } :host([secondary]:hover) .divider, :host([secondary]:focus-visible) .divider { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } .divider > div { background-color: var( --vscode-button-separator, rgba(255, 255, 255, 0.4) ); height: 100%; width: 1px; margin: 0; } :host([secondary]) .divider > div { background-color: var(--vscode-button-secondaryForeground, #cccccc); opacity: 0.4; } `, ]"
|
|
455
455
|
}
|
|
456
456
|
],
|
|
457
457
|
"exports": [
|
|
@@ -634,6 +634,16 @@
|
|
|
634
634
|
"attribute": "name",
|
|
635
635
|
"reflects": true
|
|
636
636
|
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "field",
|
|
639
|
+
"name": "iconOnly",
|
|
640
|
+
"type": {
|
|
641
|
+
"text": "boolean"
|
|
642
|
+
},
|
|
643
|
+
"default": "false",
|
|
644
|
+
"attribute": "icon-only",
|
|
645
|
+
"reflects": true
|
|
646
|
+
},
|
|
637
647
|
{
|
|
638
648
|
"kind": "field",
|
|
639
649
|
"name": "type",
|
|
@@ -837,6 +847,14 @@
|
|
|
837
847
|
"default": "undefined",
|
|
838
848
|
"fieldName": "name"
|
|
839
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "icon-only",
|
|
852
|
+
"type": {
|
|
853
|
+
"text": "boolean"
|
|
854
|
+
},
|
|
855
|
+
"default": "false",
|
|
856
|
+
"fieldName": "iconOnly"
|
|
857
|
+
},
|
|
840
858
|
{
|
|
841
859
|
"name": "type",
|
|
842
860
|
"type": {
|
|
@@ -881,6 +899,127 @@
|
|
|
881
899
|
}
|
|
882
900
|
]
|
|
883
901
|
},
|
|
902
|
+
{
|
|
903
|
+
"kind": "javascript-module",
|
|
904
|
+
"path": "src/vscode-button-group/vscode-button-group.styles.ts",
|
|
905
|
+
"declarations": [
|
|
906
|
+
{
|
|
907
|
+
"kind": "variable",
|
|
908
|
+
"name": "styles",
|
|
909
|
+
"type": {
|
|
910
|
+
"text": "CSSResultGroup"
|
|
911
|
+
},
|
|
912
|
+
"default": "[ defaultStyles, css` :host { display: inline-flex; align-items: stretch; padding: 0; border: none; } ::slotted(vscode-button:not(:first-child)) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0; } ::slotted(vscode-button:not(:last-child)) { --divider-display: block; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0; } ::slotted(vscode-button:focus) { z-index: 1; } `, ]"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"exports": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "js",
|
|
918
|
+
"name": "default",
|
|
919
|
+
"declaration": {
|
|
920
|
+
"name": "styles",
|
|
921
|
+
"module": "src/vscode-button-group/vscode-button-group.styles.ts"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
]
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"kind": "javascript-module",
|
|
928
|
+
"path": "src/vscode-button-group/vscode-button-group.ts",
|
|
929
|
+
"declarations": [
|
|
930
|
+
{
|
|
931
|
+
"kind": "class",
|
|
932
|
+
"description": "Shows a split button, including several components in a single button. Commonly used to show a button with a dropdown to the right.",
|
|
933
|
+
"name": "VscodeButtonGroup",
|
|
934
|
+
"cssProperties": [
|
|
935
|
+
{
|
|
936
|
+
"name": "--vscode-button-background",
|
|
937
|
+
"default": "#0078d4"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"name": "--vscode-button-foreground",
|
|
941
|
+
"default": "#ffffff"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "--vscode-button-border",
|
|
945
|
+
"default": "var(--vscode-button-background, rgba(255, 255, 255, 0.07))"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "--vscode-button-hoverBackground",
|
|
949
|
+
"default": "#026ec1"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"description": "A sans-serif font type depends on the host OS.",
|
|
953
|
+
"name": "--vscode-font-family",
|
|
954
|
+
"default": "sans-serif"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "--vscode-font-size",
|
|
958
|
+
"default": "13px"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "--vscode-font-weight",
|
|
962
|
+
"default": "normal"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "--vscode-button-secondaryForeground",
|
|
966
|
+
"default": "#cccccc"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "--vscode-button-secondaryBackground",
|
|
970
|
+
"default": "#313131"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "--vscode-button-secondaryHoverBackground",
|
|
974
|
+
"default": "#3c3c3c"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "--vscode-focusBorder",
|
|
978
|
+
"default": "#0078d4"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"members": [
|
|
982
|
+
{
|
|
983
|
+
"kind": "field",
|
|
984
|
+
"name": "version",
|
|
985
|
+
"type": {
|
|
986
|
+
"text": "string"
|
|
987
|
+
},
|
|
988
|
+
"description": "VSCode Elements version",
|
|
989
|
+
"readonly": true,
|
|
990
|
+
"inheritedFrom": {
|
|
991
|
+
"name": "VscElement",
|
|
992
|
+
"module": "src/includes/VscElement.ts"
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"superclass": {
|
|
997
|
+
"name": "VscElement",
|
|
998
|
+
"module": "/src/includes/VscElement.js"
|
|
999
|
+
},
|
|
1000
|
+
"tagName": "vscode-button-group",
|
|
1001
|
+
"customElement": true
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"exports": [
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "js",
|
|
1007
|
+
"name": "VscodeButtonGroup",
|
|
1008
|
+
"declaration": {
|
|
1009
|
+
"name": "VscodeButtonGroup",
|
|
1010
|
+
"module": "src/vscode-button-group/vscode-button-group.ts"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "custom-element-definition",
|
|
1015
|
+
"name": "vscode-button-group",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "VscodeButtonGroup",
|
|
1018
|
+
"module": "src/vscode-button-group/vscode-button-group.ts"
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
]
|
|
1022
|
+
},
|
|
884
1023
|
{
|
|
885
1024
|
"kind": "javascript-module",
|
|
886
1025
|
"path": "src/vscode-checkbox/vscode-checkbox.styles.ts",
|
|
@@ -3882,6 +4021,19 @@
|
|
|
3882
4021
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
3883
4022
|
}
|
|
3884
4023
|
},
|
|
4024
|
+
{
|
|
4025
|
+
"kind": "field",
|
|
4026
|
+
"name": "_isBeingFiltered",
|
|
4027
|
+
"type": {
|
|
4028
|
+
"text": "boolean"
|
|
4029
|
+
},
|
|
4030
|
+
"privacy": "private",
|
|
4031
|
+
"default": "false",
|
|
4032
|
+
"inheritedFrom": {
|
|
4033
|
+
"name": "VscodeSelectBase",
|
|
4034
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
3885
4037
|
{
|
|
3886
4038
|
"kind": "field",
|
|
3887
4039
|
"name": "_listElement",
|
|
@@ -4118,6 +4270,23 @@
|
|
|
4118
4270
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4119
4271
|
}
|
|
4120
4272
|
},
|
|
4273
|
+
{
|
|
4274
|
+
"kind": "method",
|
|
4275
|
+
"name": "_onNoOptionsClick",
|
|
4276
|
+
"privacy": "protected",
|
|
4277
|
+
"parameters": [
|
|
4278
|
+
{
|
|
4279
|
+
"name": "ev",
|
|
4280
|
+
"type": {
|
|
4281
|
+
"text": "MouseEvent"
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"inheritedFrom": {
|
|
4286
|
+
"name": "VscodeSelectBase",
|
|
4287
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4121
4290
|
{
|
|
4122
4291
|
"kind": "method",
|
|
4123
4292
|
"name": "_onEnterKeyDown",
|
|
@@ -4258,6 +4427,15 @@
|
|
|
4258
4427
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4259
4428
|
}
|
|
4260
4429
|
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "method",
|
|
4432
|
+
"name": "_onComboboxInputBlur",
|
|
4433
|
+
"privacy": "protected",
|
|
4434
|
+
"inheritedFrom": {
|
|
4435
|
+
"name": "VscodeSelectBase",
|
|
4436
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4261
4439
|
{
|
|
4262
4440
|
"kind": "method",
|
|
4263
4441
|
"name": "_onComboboxInputInput",
|
|
@@ -6281,7 +6459,8 @@
|
|
|
6281
6459
|
"text": "string"
|
|
6282
6460
|
},
|
|
6283
6461
|
"privacy": "private",
|
|
6284
|
-
"default": "''"
|
|
6462
|
+
"default": "''",
|
|
6463
|
+
"description": "This variable was introduced for cases where the value is set before the corresponding option\nexists. This can happen while a framework like Vue or React is rendering the component."
|
|
6285
6464
|
},
|
|
6286
6465
|
{
|
|
6287
6466
|
"kind": "method",
|
|
@@ -6706,6 +6885,19 @@
|
|
|
6706
6885
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6707
6886
|
}
|
|
6708
6887
|
},
|
|
6888
|
+
{
|
|
6889
|
+
"kind": "field",
|
|
6890
|
+
"name": "_isBeingFiltered",
|
|
6891
|
+
"type": {
|
|
6892
|
+
"text": "boolean"
|
|
6893
|
+
},
|
|
6894
|
+
"privacy": "private",
|
|
6895
|
+
"default": "false",
|
|
6896
|
+
"inheritedFrom": {
|
|
6897
|
+
"name": "VscodeSelectBase",
|
|
6898
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
6709
6901
|
{
|
|
6710
6902
|
"kind": "field",
|
|
6711
6903
|
"name": "_listElement",
|
|
@@ -6942,6 +7134,23 @@
|
|
|
6942
7134
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
6943
7135
|
}
|
|
6944
7136
|
},
|
|
7137
|
+
{
|
|
7138
|
+
"kind": "method",
|
|
7139
|
+
"name": "_onNoOptionsClick",
|
|
7140
|
+
"privacy": "protected",
|
|
7141
|
+
"parameters": [
|
|
7142
|
+
{
|
|
7143
|
+
"name": "ev",
|
|
7144
|
+
"type": {
|
|
7145
|
+
"text": "MouseEvent"
|
|
7146
|
+
}
|
|
7147
|
+
}
|
|
7148
|
+
],
|
|
7149
|
+
"inheritedFrom": {
|
|
7150
|
+
"name": "VscodeSelectBase",
|
|
7151
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
7152
|
+
}
|
|
7153
|
+
},
|
|
6945
7154
|
{
|
|
6946
7155
|
"kind": "method",
|
|
6947
7156
|
"name": "_onSpaceKeyDown",
|
|
@@ -7032,6 +7241,15 @@
|
|
|
7032
7241
|
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
7033
7242
|
}
|
|
7034
7243
|
},
|
|
7244
|
+
{
|
|
7245
|
+
"kind": "method",
|
|
7246
|
+
"name": "_onComboboxInputBlur",
|
|
7247
|
+
"privacy": "protected",
|
|
7248
|
+
"inheritedFrom": {
|
|
7249
|
+
"name": "VscodeSelectBase",
|
|
7250
|
+
"module": "src/includes/vscode-select/vscode-select-base.ts"
|
|
7251
|
+
}
|
|
7252
|
+
},
|
|
7035
7253
|
{
|
|
7036
7254
|
"kind": "method",
|
|
7037
7255
|
"name": "_onComboboxInputInput",
|
|
@@ -7393,7 +7611,7 @@
|
|
|
7393
7611
|
"type": {
|
|
7394
7612
|
"text": "CSSResultGroup"
|
|
7395
7613
|
},
|
|
7396
|
-
"default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border,
|
|
7614
|
+
"default": "[ defaultStyles, css` :host { --separator-border: var(--vscode-editorWidget-border, #454545); border: 1px solid var(--vscode-editorWidget-border, #454545); 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, #0078d4); } .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%; } `, ]"
|
|
7397
7615
|
}
|
|
7398
7616
|
],
|
|
7399
7617
|
"exports": [
|
|
@@ -7470,8 +7688,16 @@
|
|
|
7470
7688
|
"name": "VscodeSplitLayout",
|
|
7471
7689
|
"cssProperties": [
|
|
7472
7690
|
{
|
|
7473
|
-
"name": "--
|
|
7474
|
-
"default": "
|
|
7691
|
+
"name": "--separator-border",
|
|
7692
|
+
"default": "#454545"
|
|
7693
|
+
},
|
|
7694
|
+
{
|
|
7695
|
+
"name": "--vscode-editorWidget-border",
|
|
7696
|
+
"default": "#454545"
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"name": "--vscode-sash-hoverBorder",
|
|
7700
|
+
"default": "#0078d4"
|
|
7475
7701
|
}
|
|
7476
7702
|
],
|
|
7477
7703
|
"members": [
|
|
@@ -11212,7 +11438,7 @@
|
|
|
11212
11438
|
"declarations": [
|
|
11213
11439
|
{
|
|
11214
11440
|
"kind": "class",
|
|
11215
|
-
"description": "
|
|
11441
|
+
"description": "Simple container to arrange the toolar buttons",
|
|
11216
11442
|
"name": "VscodeToolbarContainer",
|
|
11217
11443
|
"members": [
|
|
11218
11444
|
{
|
|
@@ -12629,6 +12855,15 @@
|
|
|
12629
12855
|
"privacy": "protected",
|
|
12630
12856
|
"default": "false"
|
|
12631
12857
|
},
|
|
12858
|
+
{
|
|
12859
|
+
"kind": "field",
|
|
12860
|
+
"name": "_isBeingFiltered",
|
|
12861
|
+
"type": {
|
|
12862
|
+
"text": "boolean"
|
|
12863
|
+
},
|
|
12864
|
+
"privacy": "private",
|
|
12865
|
+
"default": "false"
|
|
12866
|
+
},
|
|
12632
12867
|
{
|
|
12633
12868
|
"kind": "field",
|
|
12634
12869
|
"name": "_listElement",
|
|
@@ -12803,6 +13038,19 @@
|
|
|
12803
13038
|
"name": "_onPlaceholderOptionMouseOut",
|
|
12804
13039
|
"privacy": "protected"
|
|
12805
13040
|
},
|
|
13041
|
+
{
|
|
13042
|
+
"kind": "method",
|
|
13043
|
+
"name": "_onNoOptionsClick",
|
|
13044
|
+
"privacy": "protected",
|
|
13045
|
+
"parameters": [
|
|
13046
|
+
{
|
|
13047
|
+
"name": "ev",
|
|
13048
|
+
"type": {
|
|
13049
|
+
"text": "MouseEvent"
|
|
13050
|
+
}
|
|
13051
|
+
}
|
|
13052
|
+
]
|
|
13053
|
+
},
|
|
12806
13054
|
{
|
|
12807
13055
|
"kind": "method",
|
|
12808
13056
|
"name": "_onEnterKeyDown",
|
|
@@ -12913,6 +13161,11 @@
|
|
|
12913
13161
|
}
|
|
12914
13162
|
]
|
|
12915
13163
|
},
|
|
13164
|
+
{
|
|
13165
|
+
"kind": "method",
|
|
13166
|
+
"name": "_onComboboxInputBlur",
|
|
13167
|
+
"privacy": "protected"
|
|
13168
|
+
},
|
|
12916
13169
|
{
|
|
12917
13170
|
"kind": "method",
|
|
12918
13171
|
"name": "_onComboboxInputInput",
|