@vscode-elements/elements 2.3.0 → 2.3.1-pre.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.
@@ -1345,6 +1345,100 @@
1345
1345
  }
1346
1346
  ]
1347
1347
  },
1348
+ {
1349
+ "kind": "javascript-module",
1350
+ "path": "src/vscode-checkbox-group/vscode-checkbox-group.styles.ts",
1351
+ "declarations": [
1352
+ {
1353
+ "kind": "variable",
1354
+ "name": "styles",
1355
+ "type": {
1356
+ "text": "CSSResultGroup"
1357
+ },
1358
+ "default": "[ defaultStyles, css` :host { display: block; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper { display: block; } ::slotted(vscode-checkbox) { margin-right: 20px; } ::slotted(vscode-checkbox:last-child) { margin-right: 0; } :host([variant='vertical']) ::slotted(vscode-checkbox) { display: block; margin-bottom: 15px; } :host([variant='vertical']) ::slotted(vscode-checkbox:last-child) { margin-bottom: 0; } `, ]"
1359
+ }
1360
+ ],
1361
+ "exports": [
1362
+ {
1363
+ "kind": "js",
1364
+ "name": "default",
1365
+ "declaration": {
1366
+ "name": "styles",
1367
+ "module": "src/vscode-checkbox-group/vscode-checkbox-group.styles.ts"
1368
+ }
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "kind": "javascript-module",
1374
+ "path": "src/vscode-checkbox-group/vscode-checkbox-group.ts",
1375
+ "declarations": [
1376
+ {
1377
+ "kind": "class",
1378
+ "description": "Arranges a group of checkboxes horizontally or vertically.",
1379
+ "name": "VscodeCheckboxGroup",
1380
+ "members": [
1381
+ {
1382
+ "kind": "field",
1383
+ "name": "variant",
1384
+ "type": {
1385
+ "text": "'horizontal' | 'vertical'"
1386
+ },
1387
+ "default": "'horizontal'",
1388
+ "attribute": "variant",
1389
+ "reflects": true
1390
+ },
1391
+ {
1392
+ "kind": "field",
1393
+ "name": "version",
1394
+ "type": {
1395
+ "text": "string"
1396
+ },
1397
+ "description": "VSCode Elements version",
1398
+ "readonly": true,
1399
+ "inheritedFrom": {
1400
+ "name": "VscElement",
1401
+ "module": "src/includes/VscElement.ts"
1402
+ }
1403
+ }
1404
+ ],
1405
+ "attributes": [
1406
+ {
1407
+ "name": "variant",
1408
+ "type": {
1409
+ "text": "'horizontal' | 'vertical'"
1410
+ },
1411
+ "default": "'horizontal'",
1412
+ "fieldName": "variant"
1413
+ }
1414
+ ],
1415
+ "superclass": {
1416
+ "name": "VscElement",
1417
+ "module": "/src/includes/VscElement.js"
1418
+ },
1419
+ "tagName": "vscode-checkbox-group",
1420
+ "customElement": true
1421
+ }
1422
+ ],
1423
+ "exports": [
1424
+ {
1425
+ "kind": "js",
1426
+ "name": "VscodeCheckboxGroup",
1427
+ "declaration": {
1428
+ "name": "VscodeCheckboxGroup",
1429
+ "module": "src/vscode-checkbox-group/vscode-checkbox-group.ts"
1430
+ }
1431
+ },
1432
+ {
1433
+ "kind": "custom-element-definition",
1434
+ "name": "vscode-checkbox-group",
1435
+ "declaration": {
1436
+ "name": "VscodeCheckboxGroup",
1437
+ "module": "src/vscode-checkbox-group/vscode-checkbox-group.ts"
1438
+ }
1439
+ }
1440
+ ]
1441
+ },
1348
1442
  {
1349
1443
  "kind": "javascript-module",
1350
1444
  "path": "src/vscode-checkbox/vscode-checkbox.styles.ts",
@@ -1910,100 +2004,6 @@
1910
2004
  }
1911
2005
  ]
1912
2006
  },
1913
- {
1914
- "kind": "javascript-module",
1915
- "path": "src/vscode-checkbox-group/vscode-checkbox-group.styles.ts",
1916
- "declarations": [
1917
- {
1918
- "kind": "variable",
1919
- "name": "styles",
1920
- "type": {
1921
- "text": "CSSResultGroup"
1922
- },
1923
- "default": "[ defaultStyles, css` :host { display: block; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper { display: block; } ::slotted(vscode-checkbox) { margin-right: 20px; } ::slotted(vscode-checkbox:last-child) { margin-right: 0; } :host([variant='vertical']) ::slotted(vscode-checkbox) { display: block; margin-bottom: 15px; } :host([variant='vertical']) ::slotted(vscode-checkbox:last-child) { margin-bottom: 0; } `, ]"
1924
- }
1925
- ],
1926
- "exports": [
1927
- {
1928
- "kind": "js",
1929
- "name": "default",
1930
- "declaration": {
1931
- "name": "styles",
1932
- "module": "src/vscode-checkbox-group/vscode-checkbox-group.styles.ts"
1933
- }
1934
- }
1935
- ]
1936
- },
1937
- {
1938
- "kind": "javascript-module",
1939
- "path": "src/vscode-checkbox-group/vscode-checkbox-group.ts",
1940
- "declarations": [
1941
- {
1942
- "kind": "class",
1943
- "description": "Arranges a group of checkboxes horizontally or vertically.",
1944
- "name": "VscodeCheckboxGroup",
1945
- "members": [
1946
- {
1947
- "kind": "field",
1948
- "name": "variant",
1949
- "type": {
1950
- "text": "'horizontal' | 'vertical'"
1951
- },
1952
- "default": "'horizontal'",
1953
- "attribute": "variant",
1954
- "reflects": true
1955
- },
1956
- {
1957
- "kind": "field",
1958
- "name": "version",
1959
- "type": {
1960
- "text": "string"
1961
- },
1962
- "description": "VSCode Elements version",
1963
- "readonly": true,
1964
- "inheritedFrom": {
1965
- "name": "VscElement",
1966
- "module": "src/includes/VscElement.ts"
1967
- }
1968
- }
1969
- ],
1970
- "attributes": [
1971
- {
1972
- "name": "variant",
1973
- "type": {
1974
- "text": "'horizontal' | 'vertical'"
1975
- },
1976
- "default": "'horizontal'",
1977
- "fieldName": "variant"
1978
- }
1979
- ],
1980
- "superclass": {
1981
- "name": "VscElement",
1982
- "module": "/src/includes/VscElement.js"
1983
- },
1984
- "tagName": "vscode-checkbox-group",
1985
- "customElement": true
1986
- }
1987
- ],
1988
- "exports": [
1989
- {
1990
- "kind": "js",
1991
- "name": "VscodeCheckboxGroup",
1992
- "declaration": {
1993
- "name": "VscodeCheckboxGroup",
1994
- "module": "src/vscode-checkbox-group/vscode-checkbox-group.ts"
1995
- }
1996
- },
1997
- {
1998
- "kind": "custom-element-definition",
1999
- "name": "vscode-checkbox-group",
2000
- "declaration": {
2001
- "name": "VscodeCheckboxGroup",
2002
- "module": "src/vscode-checkbox-group/vscode-checkbox-group.ts"
2003
- }
2004
- }
2005
- ]
2006
- },
2007
2007
  {
2008
2008
  "kind": "javascript-module",
2009
2009
  "path": "src/vscode-collapsible/vscode-collapsible.styles.ts",
@@ -3065,7 +3065,7 @@
3065
3065
  },
3066
3066
  {
3067
3067
  "kind": "javascript-module",
3068
- "path": "src/vscode-form-group/vscode-form-group.styles.ts",
3068
+ "path": "src/vscode-form-helper/vscode-form-helper.styles.ts",
3069
3069
  "declarations": [
3070
3070
  {
3071
3071
  "kind": "variable",
@@ -3073,7 +3073,7 @@
3073
3073
  "type": {
3074
3074
  "text": "CSSResultGroup"
3075
3075
  },
3076
- "default": "[ defaultStyles, css` :host { --label-right-margin: 14px; --label-width: 150px; display: block; margin: 15px 0; } :host([variant='settings-group']) { margin: 0; padding: 12px 14px 18px; max-width: 727px; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper, :host([variant='settings-group']) .wrapper { display: block; } :host([variant='horizontal']) ::slotted(vscode-checkbox-group), :host([variant='horizontal']) ::slotted(vscode-radio-group) { width: calc(100% - calc(var(--label-width) + var(--label-right-margin))); } :host([variant='horizontal']) ::slotted(vscode-label) { margin-right: var(--label-right-margin); text-align: right; width: var(--label-width); } :host([variant='settings-group']) ::slotted(vscode-label) { height: 18px; line-height: 18px; margin-bottom: 4px; margin-right: 0; padding: 0; } ::slotted(vscode-form-helper) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-form-helper), :host([variant='settings-group']) ::slotted(vscode-form-helper) { display: block; margin-left: 0; } :host([variant='settings-group']) ::slotted(vscode-form-helper) { margin-bottom: 0; margin-top: 0; } :host([variant='vertical']) ::slotted(vscode-label), :host([variant='settings-group']) ::slotted(vscode-label) { display: block; margin-left: 0; text-align: left; } :host([variant='settings-group']) ::slotted(vscode-inputbox), :host([variant='settings-group']) ::slotted(vscode-textfield), :host([variant='settings-group']) ::slotted(vscode-textarea), :host([variant='settings-group']) ::slotted(vscode-single-select), :host([variant='settings-group']) ::slotted(vscode-multi-select) { margin-top: 9px; } ::slotted(vscode-button:first-child) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-button) { margin-left: 0; } ::slotted(vscode-button) { margin-right: 4px; } `, ]"
3076
+ "default": "[ defaultStyles, css` :host { display: block; line-height: 1.4em; margin-bottom: 4px; margin-top: 4px; max-width: 720px; opacity: 0.9; } :host([vertical]) { margin-left: 0; } `, ]"
3077
3077
  }
3078
3078
  ],
3079
3079
  "exports": [
@@ -3082,41 +3082,30 @@
3082
3082
  "name": "default",
3083
3083
  "declaration": {
3084
3084
  "name": "styles",
3085
- "module": "src/vscode-form-group/vscode-form-group.styles.ts"
3085
+ "module": "src/vscode-form-helper/vscode-form-helper.styles.ts"
3086
3086
  }
3087
3087
  }
3088
3088
  ]
3089
3089
  },
3090
3090
  {
3091
3091
  "kind": "javascript-module",
3092
- "path": "src/vscode-form-group/vscode-form-group.ts",
3092
+ "path": "src/vscode-form-helper/vscode-form-helper.ts",
3093
3093
  "declarations": [
3094
3094
  {
3095
3095
  "kind": "class",
3096
- "description": "",
3097
- "name": "VscodeFormGroup",
3096
+ "description": "Adds more detailed description to a [FromGroup](https://bendera.github.io/vscode-webview-elements/components/vscode-form-group/)",
3097
+ "name": "VscodeFormHelper",
3098
3098
  "cssProperties": [
3099
3099
  {
3100
- "description": "The width of the label in horizontal mode",
3101
- "name": "--label-width",
3102
- "default": "150px"
3103
- },
3104
- {
3105
- "description": "The right margin of the label in horizontal mode",
3106
- "name": "--label-right-margin",
3107
- "default": "14px"
3100
+ "description": "Default text color. 90% transparency version of `--vscode-foreground` by default.",
3101
+ "name": "--vsc-foreground-translucent"
3108
3102
  }
3109
3103
  ],
3110
3104
  "members": [
3111
3105
  {
3112
- "kind": "field",
3113
- "name": "variant",
3114
- "type": {
3115
- "text": "FormGroupVariant"
3116
- },
3117
- "default": "'horizontal'",
3118
- "attribute": "variant",
3119
- "reflects": true
3106
+ "kind": "method",
3107
+ "name": "_injectLightDOMStyles",
3108
+ "privacy": "private"
3120
3109
  },
3121
3110
  {
3122
3111
  "kind": "field",
@@ -3132,46 +3121,36 @@
3132
3121
  }
3133
3122
  }
3134
3123
  ],
3135
- "attributes": [
3136
- {
3137
- "name": "variant",
3138
- "type": {
3139
- "text": "FormGroupVariant"
3140
- },
3141
- "default": "'horizontal'",
3142
- "fieldName": "variant"
3143
- }
3144
- ],
3145
3124
  "superclass": {
3146
3125
  "name": "VscElement",
3147
3126
  "module": "/src/includes/VscElement.js"
3148
3127
  },
3149
- "tagName": "vscode-form-group",
3128
+ "tagName": "vscode-form-helper",
3150
3129
  "customElement": true
3151
3130
  }
3152
3131
  ],
3153
3132
  "exports": [
3154
3133
  {
3155
3134
  "kind": "js",
3156
- "name": "VscodeFormGroup",
3135
+ "name": "VscodeFormHelper",
3157
3136
  "declaration": {
3158
- "name": "VscodeFormGroup",
3159
- "module": "src/vscode-form-group/vscode-form-group.ts"
3137
+ "name": "VscodeFormHelper",
3138
+ "module": "src/vscode-form-helper/vscode-form-helper.ts"
3160
3139
  }
3161
3140
  },
3162
3141
  {
3163
3142
  "kind": "custom-element-definition",
3164
- "name": "vscode-form-group",
3143
+ "name": "vscode-form-helper",
3165
3144
  "declaration": {
3166
- "name": "VscodeFormGroup",
3167
- "module": "src/vscode-form-group/vscode-form-group.ts"
3145
+ "name": "VscodeFormHelper",
3146
+ "module": "src/vscode-form-helper/vscode-form-helper.ts"
3168
3147
  }
3169
3148
  }
3170
3149
  ]
3171
3150
  },
3172
3151
  {
3173
3152
  "kind": "javascript-module",
3174
- "path": "src/vscode-form-helper/vscode-form-helper.styles.ts",
3153
+ "path": "src/vscode-form-group/vscode-form-group.styles.ts",
3175
3154
  "declarations": [
3176
3155
  {
3177
3156
  "kind": "variable",
@@ -3179,7 +3158,7 @@
3179
3158
  "type": {
3180
3159
  "text": "CSSResultGroup"
3181
3160
  },
3182
- "default": "[ defaultStyles, css` :host { display: block; line-height: 1.4em; margin-bottom: 4px; margin-top: 4px; max-width: 720px; opacity: 0.9; } :host([vertical]) { margin-left: 0; } `, ]"
3161
+ "default": "[ defaultStyles, css` :host { --label-right-margin: 14px; --label-width: 150px; display: block; margin: 15px 0; } :host([variant='settings-group']) { margin: 0; padding: 12px 14px 18px; max-width: 727px; } .wrapper { display: flex; flex-wrap: wrap; } :host([variant='vertical']) .wrapper, :host([variant='settings-group']) .wrapper { display: block; } :host([variant='horizontal']) ::slotted(vscode-checkbox-group), :host([variant='horizontal']) ::slotted(vscode-radio-group) { width: calc(100% - calc(var(--label-width) + var(--label-right-margin))); } :host([variant='horizontal']) ::slotted(vscode-label) { margin-right: var(--label-right-margin); text-align: right; width: var(--label-width); } :host([variant='settings-group']) ::slotted(vscode-label) { height: 18px; line-height: 18px; margin-bottom: 4px; margin-right: 0; padding: 0; } ::slotted(vscode-form-helper) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-form-helper), :host([variant='settings-group']) ::slotted(vscode-form-helper) { display: block; margin-left: 0; } :host([variant='settings-group']) ::slotted(vscode-form-helper) { margin-bottom: 0; margin-top: 0; } :host([variant='vertical']) ::slotted(vscode-label), :host([variant='settings-group']) ::slotted(vscode-label) { display: block; margin-left: 0; text-align: left; } :host([variant='settings-group']) ::slotted(vscode-inputbox), :host([variant='settings-group']) ::slotted(vscode-textfield), :host([variant='settings-group']) ::slotted(vscode-textarea), :host([variant='settings-group']) ::slotted(vscode-single-select), :host([variant='settings-group']) ::slotted(vscode-multi-select) { margin-top: 9px; } ::slotted(vscode-button:first-child) { margin-left: calc(var(--label-width) + var(--label-right-margin)); } :host([variant='vertical']) ::slotted(vscode-button) { margin-left: 0; } ::slotted(vscode-button) { margin-right: 4px; } `, ]"
3183
3162
  }
3184
3163
  ],
3185
3164
  "exports": [
@@ -3188,30 +3167,41 @@
3188
3167
  "name": "default",
3189
3168
  "declaration": {
3190
3169
  "name": "styles",
3191
- "module": "src/vscode-form-helper/vscode-form-helper.styles.ts"
3170
+ "module": "src/vscode-form-group/vscode-form-group.styles.ts"
3192
3171
  }
3193
3172
  }
3194
3173
  ]
3195
3174
  },
3196
3175
  {
3197
3176
  "kind": "javascript-module",
3198
- "path": "src/vscode-form-helper/vscode-form-helper.ts",
3177
+ "path": "src/vscode-form-group/vscode-form-group.ts",
3199
3178
  "declarations": [
3200
3179
  {
3201
3180
  "kind": "class",
3202
- "description": "Adds more detailed description to a [FromGroup](https://bendera.github.io/vscode-webview-elements/components/vscode-form-group/)",
3203
- "name": "VscodeFormHelper",
3181
+ "description": "",
3182
+ "name": "VscodeFormGroup",
3204
3183
  "cssProperties": [
3205
3184
  {
3206
- "description": "Default text color. 90% transparency version of `--vscode-foreground` by default.",
3207
- "name": "--vsc-foreground-translucent"
3185
+ "description": "The width of the label in horizontal mode",
3186
+ "name": "--label-width",
3187
+ "default": "150px"
3188
+ },
3189
+ {
3190
+ "description": "The right margin of the label in horizontal mode",
3191
+ "name": "--label-right-margin",
3192
+ "default": "14px"
3208
3193
  }
3209
3194
  ],
3210
3195
  "members": [
3211
3196
  {
3212
- "kind": "method",
3213
- "name": "_injectLightDOMStyles",
3214
- "privacy": "private"
3197
+ "kind": "field",
3198
+ "name": "variant",
3199
+ "type": {
3200
+ "text": "FormGroupVariant"
3201
+ },
3202
+ "default": "'horizontal'",
3203
+ "attribute": "variant",
3204
+ "reflects": true
3215
3205
  },
3216
3206
  {
3217
3207
  "kind": "field",
@@ -3227,29 +3217,39 @@
3227
3217
  }
3228
3218
  }
3229
3219
  ],
3220
+ "attributes": [
3221
+ {
3222
+ "name": "variant",
3223
+ "type": {
3224
+ "text": "FormGroupVariant"
3225
+ },
3226
+ "default": "'horizontal'",
3227
+ "fieldName": "variant"
3228
+ }
3229
+ ],
3230
3230
  "superclass": {
3231
3231
  "name": "VscElement",
3232
3232
  "module": "/src/includes/VscElement.js"
3233
3233
  },
3234
- "tagName": "vscode-form-helper",
3234
+ "tagName": "vscode-form-group",
3235
3235
  "customElement": true
3236
3236
  }
3237
3237
  ],
3238
3238
  "exports": [
3239
3239
  {
3240
3240
  "kind": "js",
3241
- "name": "VscodeFormHelper",
3241
+ "name": "VscodeFormGroup",
3242
3242
  "declaration": {
3243
- "name": "VscodeFormHelper",
3244
- "module": "src/vscode-form-helper/vscode-form-helper.ts"
3243
+ "name": "VscodeFormGroup",
3244
+ "module": "src/vscode-form-group/vscode-form-group.ts"
3245
3245
  }
3246
3246
  },
3247
3247
  {
3248
3248
  "kind": "custom-element-definition",
3249
- "name": "vscode-form-helper",
3249
+ "name": "vscode-form-group",
3250
3250
  "declaration": {
3251
- "name": "VscodeFormHelper",
3252
- "module": "src/vscode-form-helper/vscode-form-helper.ts"
3251
+ "name": "VscodeFormGroup",
3252
+ "module": "src/vscode-form-group/vscode-form-group.ts"
3253
3253
  }
3254
3254
  }
3255
3255
  ]
@@ -5780,64 +5780,64 @@
5780
5780
  },
5781
5781
  {
5782
5782
  "kind": "field",
5783
- "name": "_slottedText",
5783
+ "name": "form",
5784
5784
  "type": {
5785
- "text": "string"
5785
+ "text": "HTMLFormElement | null"
5786
5786
  },
5787
- "privacy": "private",
5788
- "default": "''",
5789
- "inheritedFrom": {
5790
- "name": "LabelledCheckboxOrRadioMixin",
5791
- "module": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts"
5792
- }
5787
+ "readonly": true
5793
5788
  },
5794
5789
  {
5795
5790
  "kind": "field",
5796
- "name": "_inputEl",
5791
+ "name": "validity",
5797
5792
  "type": {
5798
- "text": "HTMLInputElement"
5793
+ "text": "ValidityState"
5799
5794
  },
5800
- "privacy": "private"
5795
+ "readonly": true
5801
5796
  },
5802
5797
  {
5803
5798
  "kind": "field",
5804
- "name": "_internals",
5799
+ "name": "validationMessage",
5805
5800
  "type": {
5806
- "text": "ElementInternals"
5801
+ "text": "string"
5807
5802
  },
5808
- "privacy": "private"
5803
+ "readonly": true
5809
5804
  },
5810
5805
  {
5811
5806
  "kind": "field",
5812
- "name": "form",
5807
+ "name": "willValidate",
5813
5808
  "type": {
5814
- "text": "HTMLFormElement | null"
5809
+ "text": "boolean"
5815
5810
  },
5816
5811
  "readonly": true
5817
5812
  },
5818
5813
  {
5819
5814
  "kind": "field",
5820
- "name": "validity",
5815
+ "name": "_slottedText",
5821
5816
  "type": {
5822
- "text": "ValidityState"
5817
+ "text": "string"
5823
5818
  },
5824
- "readonly": true
5819
+ "privacy": "private",
5820
+ "default": "''",
5821
+ "inheritedFrom": {
5822
+ "name": "LabelledCheckboxOrRadioMixin",
5823
+ "module": "src/includes/form-button-widget/LabelledCheckboxOrRadio.ts"
5824
+ }
5825
5825
  },
5826
5826
  {
5827
5827
  "kind": "field",
5828
- "name": "validationMessage",
5828
+ "name": "_inputEl",
5829
5829
  "type": {
5830
- "text": "string"
5830
+ "text": "HTMLInputElement"
5831
5831
  },
5832
- "readonly": true
5832
+ "privacy": "private"
5833
5833
  },
5834
5834
  {
5835
5835
  "kind": "field",
5836
- "name": "willValidate",
5836
+ "name": "_internals",
5837
5837
  "type": {
5838
- "text": "boolean"
5838
+ "text": "ElementInternals"
5839
5839
  },
5840
- "readonly": true
5840
+ "privacy": "private"
5841
5841
  },
5842
5842
  {
5843
5843
  "kind": "method",
@@ -6289,27 +6289,14 @@
6289
6289
  "name": "_checkNext",
6290
6290
  "privacy": "private"
6291
6291
  },
6292
- {
6293
- "kind": "method",
6294
- "name": "_onKeyDown",
6295
- "privacy": "private",
6296
- "parameters": [
6297
- {
6298
- "name": "ev",
6299
- "type": {
6300
- "text": "KeyboardEvent"
6301
- }
6302
- }
6303
- ]
6304
- },
6305
6292
  {
6306
6293
  "kind": "field",
6307
- "name": "_onKeyDownBound",
6294
+ "name": "_handleKeyDown",
6308
6295
  "privacy": "private"
6309
6296
  },
6310
6297
  {
6311
6298
  "kind": "method",
6312
- "name": "_onChange",
6299
+ "name": "_handleChange",
6313
6300
  "privacy": "private",
6314
6301
  "parameters": [
6315
6302
  {
@@ -6322,7 +6309,7 @@
6322
6309
  },
6323
6310
  {
6324
6311
  "kind": "method",
6325
- "name": "_onSlotChange",
6312
+ "name": "_handleSlotChange",
6326
6313
  "privacy": "private"
6327
6314
  },
6328
6315
  {