@vaadin/message-input 25.3.0-alpha6 → 25.3.0-alpha8
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 +36 -29
- package/package.json +10 -10
- package/src/vaadin-message-input-button.js +1 -0
- package/src/vaadin-message-input.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -210,34 +210,6 @@
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
],
|
|
213
|
-
"mixins": [
|
|
214
|
-
{
|
|
215
|
-
"name": "MessageInputMixin",
|
|
216
|
-
"module": "src/vaadin-message-input-mixin.js"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "ElementMixin",
|
|
220
|
-
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "ThemableMixin",
|
|
224
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "PolylitMixin",
|
|
228
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "LumoInjectionMixin",
|
|
232
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"superclass": {
|
|
236
|
-
"name": "LitElement",
|
|
237
|
-
"package": "lit"
|
|
238
|
-
},
|
|
239
|
-
"tagName": "vaadin-message-input",
|
|
240
|
-
"customElement": true,
|
|
241
213
|
"attributes": [
|
|
242
214
|
{
|
|
243
215
|
"name": "disabled",
|
|
@@ -263,6 +235,13 @@
|
|
|
263
235
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
264
236
|
}
|
|
265
237
|
},
|
|
238
|
+
{
|
|
239
|
+
"type": {
|
|
240
|
+
"text": "string"
|
|
241
|
+
},
|
|
242
|
+
"description": "The theme variants to apply to the component.",
|
|
243
|
+
"name": "theme"
|
|
244
|
+
},
|
|
266
245
|
{
|
|
267
246
|
"name": "value",
|
|
268
247
|
"type": {
|
|
@@ -275,7 +254,35 @@
|
|
|
275
254
|
"module": "src/vaadin-message-input-mixin.js"
|
|
276
255
|
}
|
|
277
256
|
}
|
|
278
|
-
]
|
|
257
|
+
],
|
|
258
|
+
"mixins": [
|
|
259
|
+
{
|
|
260
|
+
"name": "MessageInputMixin",
|
|
261
|
+
"module": "src/vaadin-message-input-mixin.js"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "ElementMixin",
|
|
265
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "ThemableMixin",
|
|
269
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "PolylitMixin",
|
|
273
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "LumoInjectionMixin",
|
|
277
|
+
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"superclass": {
|
|
281
|
+
"name": "LitElement",
|
|
282
|
+
"package": "lit"
|
|
283
|
+
},
|
|
284
|
+
"tagName": "vaadin-message-input",
|
|
285
|
+
"customElement": true
|
|
279
286
|
}
|
|
280
287
|
],
|
|
281
288
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/message-input",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-alpha8",
|
|
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/button": "25.3.0-
|
|
39
|
-
"@vaadin/component-base": "25.3.0-
|
|
40
|
-
"@vaadin/text-area": "25.3.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
38
|
+
"@vaadin/button": "25.3.0-alpha8",
|
|
39
|
+
"@vaadin/component-base": "25.3.0-alpha8",
|
|
40
|
+
"@vaadin/text-area": "25.3.0-alpha8",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
|
|
42
42
|
"lit": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vaadin/aura": "25.3.0-
|
|
46
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
45
|
+
"@vaadin/aura": "25.3.0-alpha8",
|
|
46
|
+
"@vaadin/chai-plugins": "25.3.0-alpha8",
|
|
47
|
+
"@vaadin/test-runner-commands": "25.3.0-alpha8",
|
|
48
48
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
49
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
49
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
|
|
50
50
|
"sinon": "^22.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": "
|
|
57
|
+
"gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
|
|
58
58
|
}
|
|
@@ -16,6 +16,7 @@ import { messageInputButtonStyles } from './styles/vaadin-message-input-button-s
|
|
|
16
16
|
/**
|
|
17
17
|
* An element used internally by `<vaadin-message-input>`. Not intended to be used separately.
|
|
18
18
|
*
|
|
19
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
19
20
|
* @customElement vaadin-message-input-button
|
|
20
21
|
* @extends HTMLElement
|
|
21
22
|
* @private
|
|
@@ -47,6 +47,7 @@ import { MessageInputMixin } from './vaadin-message-input-mixin.js';
|
|
|
47
47
|
*
|
|
48
48
|
* @fires {CustomEvent} submit - Fired when a new message is submitted, either by clicking the "send" button, or pressing the Enter key.
|
|
49
49
|
*
|
|
50
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
50
51
|
* @customElement vaadin-message-input
|
|
51
52
|
* @extends HTMLElement
|
|
52
53
|
*/
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/message-input",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-alpha8",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -24,9 +24,7 @@
|
|
|
24
24
|
"description": "The theme variants to apply to the component.",
|
|
25
25
|
"value": {
|
|
26
26
|
"type": [
|
|
27
|
-
"string"
|
|
28
|
-
"null",
|
|
29
|
-
"undefined"
|
|
27
|
+
"string"
|
|
30
28
|
]
|
|
31
29
|
}
|
|
32
30
|
},
|
package/web-types.lit.json
CHANGED