@vaadin/multi-select-combo-box 25.1.0-alpha8 → 25.1.0-alpha9
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 +58 -0
- package/package.json +15 -15
- package/web-types.json +230 -239
- package/web-types.lit.json +88 -88
package/custom-elements.json
CHANGED
|
@@ -302,6 +302,28 @@
|
|
|
302
302
|
"name": "clearCache",
|
|
303
303
|
"description": "Clears the cached pages and reloads data from data provider when needed."
|
|
304
304
|
},
|
|
305
|
+
{
|
|
306
|
+
"kind": "field",
|
|
307
|
+
"name": "i18n",
|
|
308
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Screen reader announcement on clear button click.\n cleared: 'Selection cleared',\n // Screen reader announcement when a chip is focused.\n focused: ' focused. Press Backspace to remove',\n // Screen reader announcement when item is selected.\n selected: 'added to selection',\n // Screen reader announcement when item is deselected.\n deselected: 'removed from selection',\n // Screen reader announcement of the selected items count.\n // {count} is replaced with the actual count of items.\n total: '{count} items selected',\n}\n```",
|
|
309
|
+
"return": {
|
|
310
|
+
"type": {
|
|
311
|
+
"text": "!MultiSelectComboBoxI18n"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"parameters": [
|
|
315
|
+
{
|
|
316
|
+
"name": "value",
|
|
317
|
+
"type": {
|
|
318
|
+
"text": "Object"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"inheritedFrom": {
|
|
323
|
+
"name": "I18nMixin",
|
|
324
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
305
327
|
{
|
|
306
328
|
"kind": "field",
|
|
307
329
|
"name": "itemClassNameGenerator",
|
|
@@ -442,6 +464,13 @@
|
|
|
442
464
|
"description": "Set to true to not collapse selected items chips into the overflow\nchip and instead always expand vertically, causing input field to\nwrap into multiple lines when width is limited.",
|
|
443
465
|
"fieldName": "autoExpandVertically"
|
|
444
466
|
},
|
|
467
|
+
{
|
|
468
|
+
"name": "i18n",
|
|
469
|
+
"inheritedFrom": {
|
|
470
|
+
"name": "I18nMixin",
|
|
471
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
445
474
|
{
|
|
446
475
|
"name": "item-id-path",
|
|
447
476
|
"type": {
|
|
@@ -942,6 +971,28 @@
|
|
|
942
971
|
"module": "src/vaadin-multi-select-combo-box-mixin.js"
|
|
943
972
|
}
|
|
944
973
|
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "field",
|
|
976
|
+
"name": "i18n",
|
|
977
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Screen reader announcement on clear button click.\n cleared: 'Selection cleared',\n // Screen reader announcement when a chip is focused.\n focused: ' focused. Press Backspace to remove',\n // Screen reader announcement when item is selected.\n selected: 'added to selection',\n // Screen reader announcement when item is deselected.\n deselected: 'removed from selection',\n // Screen reader announcement of the selected items count.\n // {count} is replaced with the actual count of items.\n total: '{count} items selected',\n}\n```",
|
|
978
|
+
"return": {
|
|
979
|
+
"type": {
|
|
980
|
+
"text": "!MultiSelectComboBoxI18n"
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"parameters": [
|
|
984
|
+
{
|
|
985
|
+
"name": "value",
|
|
986
|
+
"type": {
|
|
987
|
+
"text": "Object"
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"inheritedFrom": {
|
|
992
|
+
"name": "I18nMixin",
|
|
993
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
945
996
|
{
|
|
946
997
|
"kind": "field",
|
|
947
998
|
"name": "itemClassNameGenerator",
|
|
@@ -1211,6 +1262,13 @@
|
|
|
1211
1262
|
"module": "src/vaadin-multi-select-combo-box-mixin.js"
|
|
1212
1263
|
}
|
|
1213
1264
|
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "i18n",
|
|
1267
|
+
"inheritedFrom": {
|
|
1268
|
+
"name": "I18nMixin",
|
|
1269
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1214
1272
|
{
|
|
1215
1273
|
"name": "item-id-path",
|
|
1216
1274
|
"type": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/multi-select-combo-box",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-alpha9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,23 +37,23 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
41
|
-
"@vaadin/combo-box": "25.1.0-
|
|
42
|
-
"@vaadin/component-base": "25.1.0-
|
|
43
|
-
"@vaadin/field-base": "25.1.0-
|
|
44
|
-
"@vaadin/input-container": "25.1.0-
|
|
45
|
-
"@vaadin/item": "25.1.0-
|
|
46
|
-
"@vaadin/lit-renderer": "25.1.0-
|
|
47
|
-
"@vaadin/overlay": "25.1.0-
|
|
48
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
40
|
+
"@vaadin/a11y-base": "25.1.0-alpha9",
|
|
41
|
+
"@vaadin/combo-box": "25.1.0-alpha9",
|
|
42
|
+
"@vaadin/component-base": "25.1.0-alpha9",
|
|
43
|
+
"@vaadin/field-base": "25.1.0-alpha9",
|
|
44
|
+
"@vaadin/input-container": "25.1.0-alpha9",
|
|
45
|
+
"@vaadin/item": "25.1.0-alpha9",
|
|
46
|
+
"@vaadin/lit-renderer": "25.1.0-alpha9",
|
|
47
|
+
"@vaadin/overlay": "25.1.0-alpha9",
|
|
48
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
|
|
49
49
|
"lit": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@vaadin/aura": "25.1.0-
|
|
53
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
54
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
52
|
+
"@vaadin/aura": "25.1.0-alpha9",
|
|
53
|
+
"@vaadin/chai-plugins": "25.1.0-alpha9",
|
|
54
|
+
"@vaadin/test-runner-commands": "25.1.0-alpha9",
|
|
55
55
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
56
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
56
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
|
|
57
57
|
"sinon": "^21.0.0"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "custom-elements.json",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"web-types.json",
|
|
62
62
|
"web-types.lit.json"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
|
|
65
65
|
}
|