@vaadin/list-box 25.1.0-alpha7 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/list-box",
3
- "version": "25.1.0-alpha7",
3
+ "version": "25.1.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.1.0-alpha7",
39
- "@vaadin/component-base": "25.1.0-alpha7",
40
- "@vaadin/item": "25.1.0-alpha7",
41
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha7",
38
+ "@vaadin/a11y-base": "25.1.0-alpha9",
39
+ "@vaadin/component-base": "25.1.0-alpha9",
40
+ "@vaadin/item": "25.1.0-alpha9",
41
+ "@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.1.0-alpha7",
46
- "@vaadin/chai-plugins": "25.1.0-alpha7",
47
- "@vaadin/test-runner-commands": "25.1.0-alpha7",
45
+ "@vaadin/aura": "25.1.0-alpha9",
46
+ "@vaadin/chai-plugins": "25.1.0-alpha9",
47
+ "@vaadin/test-runner-commands": "25.1.0-alpha9",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha7",
49
+ "@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
50
50
  "sinon": "^21.0.0"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "98c586125f769c8fefd307536965293668fda81d"
57
+ "gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
58
58
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/list-box",
4
- "version": "25.1.0-alpha7",
4
+ "version": "25.1.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -22,22 +22,22 @@
22
22
  }
23
23
  },
24
24
  {
25
- "name": "selected",
26
- "description": "The index of the item selected in the items array.\nNote: Not updated when used in `multiple` selection mode.",
25
+ "name": "multiple",
26
+ "description": "Specifies that multiple options can be selected at once.",
27
27
  "value": {
28
28
  "type": [
29
- "number",
29
+ "boolean",
30
30
  "null",
31
31
  "undefined"
32
32
  ]
33
33
  }
34
34
  },
35
35
  {
36
- "name": "multiple",
37
- "description": "Specifies that multiple options can be selected at once.",
36
+ "name": "selected",
37
+ "description": "The index of the item selected in the items array.\nNote: Not updated when used in `multiple` selection mode.",
38
38
  "value": {
39
39
  "type": [
40
- "boolean",
40
+ "number",
41
41
  "null",
42
42
  "undefined"
43
43
  ]
@@ -69,22 +69,22 @@
69
69
  }
70
70
  },
71
71
  {
72
- "name": "selected",
73
- "description": "The index of the item selected in the items array.\nNote: Not updated when used in `multiple` selection mode.",
72
+ "name": "multiple",
73
+ "description": "Specifies that multiple options can be selected at once.",
74
74
  "value": {
75
75
  "type": [
76
- "number",
76
+ "boolean",
77
77
  "null",
78
78
  "undefined"
79
79
  ]
80
80
  }
81
81
  },
82
82
  {
83
- "name": "multiple",
84
- "description": "Specifies that multiple options can be selected at once.",
83
+ "name": "selected",
84
+ "description": "The index of the item selected in the items array.\nNote: Not updated when used in `multiple` selection mode.",
85
85
  "value": {
86
86
  "type": [
87
- "boolean",
87
+ "number",
88
88
  "null",
89
89
  "undefined"
90
90
  ]
@@ -103,6 +103,10 @@
103
103
  }
104
104
  ],
105
105
  "events": [
106
+ {
107
+ "name": "items-changed",
108
+ "description": "Fired when the `items` property changes."
109
+ },
106
110
  {
107
111
  "name": "selected-changed",
108
112
  "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode."
@@ -110,10 +114,6 @@
110
114
  {
111
115
  "name": "selected-values-changed",
112
116
  "description": "Fired when the selection is changed.\nNot fired in single selection mode."
113
- },
114
- {
115
- "name": "items-changed",
116
- "description": "Fired when the `items` property changes."
117
117
  }
118
118
  ]
119
119
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/list-box",
4
- "version": "25.1.0-alpha7",
4
+ "version": "25.1.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -48,22 +48,22 @@
48
48
  }
49
49
  },
50
50
  {
51
- "name": "@selected-changed",
52
- "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode.",
51
+ "name": "@items-changed",
52
+ "description": "Fired when the `items` property changes.",
53
53
  "value": {
54
54
  "kind": "expression"
55
55
  }
56
56
  },
57
57
  {
58
- "name": "@selected-values-changed",
59
- "description": "Fired when the selection is changed.\nNot fired in single selection mode.",
58
+ "name": "@selected-changed",
59
+ "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode.",
60
60
  "value": {
61
61
  "kind": "expression"
62
62
  }
63
63
  },
64
64
  {
65
- "name": "@items-changed",
66
- "description": "Fired when the `items` property changes.",
65
+ "name": "@selected-values-changed",
66
+ "description": "Fired when the selection is changed.\nNot fired in single selection mode.",
67
67
  "value": {
68
68
  "kind": "expression"
69
69
  }