@vaadin/number-field 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482
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 +11 -11
- package/src/vaadin-number-field.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -1185,34 +1185,6 @@
|
|
|
1185
1185
|
"name": "value-changed"
|
|
1186
1186
|
}
|
|
1187
1187
|
],
|
|
1188
|
-
"mixins": [
|
|
1189
|
-
{
|
|
1190
|
-
"name": "NumberFieldMixin",
|
|
1191
|
-
"module": "src/vaadin-number-field-mixin.js"
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
"name": "ThemableMixin",
|
|
1195
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"name": "ElementMixin",
|
|
1199
|
-
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"name": "PolylitMixin",
|
|
1203
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"name": "LumoInjectionMixin",
|
|
1207
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
1208
|
-
}
|
|
1209
|
-
],
|
|
1210
|
-
"superclass": {
|
|
1211
|
-
"name": "LitElement",
|
|
1212
|
-
"package": "lit"
|
|
1213
|
-
},
|
|
1214
|
-
"tagName": "vaadin-number-field",
|
|
1215
|
-
"customElement": true,
|
|
1216
1188
|
"attributes": [
|
|
1217
1189
|
{
|
|
1218
1190
|
"name": "accessible-name",
|
|
@@ -1490,6 +1462,13 @@
|
|
|
1490
1462
|
"module": "src/vaadin-number-field-mixin.js"
|
|
1491
1463
|
}
|
|
1492
1464
|
},
|
|
1465
|
+
{
|
|
1466
|
+
"type": {
|
|
1467
|
+
"text": "string"
|
|
1468
|
+
},
|
|
1469
|
+
"description": "The theme variants to apply to the component.",
|
|
1470
|
+
"name": "theme"
|
|
1471
|
+
},
|
|
1493
1472
|
{
|
|
1494
1473
|
"name": "title",
|
|
1495
1474
|
"type": {
|
|
@@ -1514,7 +1493,35 @@
|
|
|
1514
1493
|
"package": "@vaadin/field-base/src/clear-button-mixin.js"
|
|
1515
1494
|
}
|
|
1516
1495
|
}
|
|
1517
|
-
]
|
|
1496
|
+
],
|
|
1497
|
+
"mixins": [
|
|
1498
|
+
{
|
|
1499
|
+
"name": "NumberFieldMixin",
|
|
1500
|
+
"module": "src/vaadin-number-field-mixin.js"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "ThemableMixin",
|
|
1504
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"name": "ElementMixin",
|
|
1508
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "PolylitMixin",
|
|
1512
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "LumoInjectionMixin",
|
|
1516
|
+
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"superclass": {
|
|
1520
|
+
"name": "LitElement",
|
|
1521
|
+
"package": "lit"
|
|
1522
|
+
},
|
|
1523
|
+
"tagName": "vaadin-number-field",
|
|
1524
|
+
"customElement": true
|
|
1518
1525
|
}
|
|
1519
1526
|
],
|
|
1520
1527
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/number-field",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
|
-
"@vaadin/a11y-base": "25.3.0-
|
|
39
|
-
"@vaadin/component-base": "25.3.0-
|
|
40
|
-
"@vaadin/field-base": "25.3.0-
|
|
41
|
-
"@vaadin/input-container": "25.3.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
|
|
39
|
+
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
|
|
40
|
+
"@vaadin/field-base": "25.3.0-dev.1fa5a51482",
|
|
41
|
+
"@vaadin/input-container": "25.3.0-dev.1fa5a51482",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
|
|
43
43
|
"lit": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@vaadin/aura": "25.3.0-
|
|
47
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
48
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
46
|
+
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
|
|
47
|
+
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
|
|
48
|
+
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
|
|
49
49
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
50
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
50
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
|
|
51
51
|
"sinon": "^22.0.0"
|
|
52
52
|
},
|
|
53
53
|
"customElements": "custom-elements.json",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"web-types.json",
|
|
56
56
|
"web-types.lit.json"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
|
|
59
59
|
}
|
|
@@ -123,6 +123,7 @@ import { NumberFieldMixin } from './vaadin-number-field-mixin.js';
|
|
|
123
123
|
* @fires {CustomEvent} value-changed - Fired when the `value` property changes.
|
|
124
124
|
* @fires {CustomEvent} validated - Fired whenever the field is validated.
|
|
125
125
|
*
|
|
126
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
126
127
|
* @customElement vaadin-number-field
|
|
127
128
|
* @extends HTMLElement
|
|
128
129
|
*/
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/number-field",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -222,9 +222,7 @@
|
|
|
222
222
|
"description": "The theme variants to apply to the component.",
|
|
223
223
|
"value": {
|
|
224
224
|
"type": [
|
|
225
|
-
"string"
|
|
226
|
-
"null",
|
|
227
|
-
"undefined"
|
|
225
|
+
"string"
|
|
228
226
|
]
|
|
229
227
|
}
|
|
230
228
|
},
|
package/web-types.lit.json
CHANGED