@vaadin/progress-bar 25.3.0-alpha6 → 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 +35 -28
- package/package.json +8 -8
- package/src/vaadin-progress-bar.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -83,34 +83,6 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
|
-
"mixins": [
|
|
87
|
-
{
|
|
88
|
-
"name": "ProgressMixin",
|
|
89
|
-
"module": "src/vaadin-progress-mixin.js"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "ElementMixin",
|
|
93
|
-
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"name": "ThemableMixin",
|
|
97
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "PolylitMixin",
|
|
101
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "LumoInjectionMixin",
|
|
105
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"superclass": {
|
|
109
|
-
"name": "LitElement",
|
|
110
|
-
"package": "lit"
|
|
111
|
-
},
|
|
112
|
-
"tagName": "vaadin-progress-bar",
|
|
113
|
-
"customElement": true,
|
|
114
86
|
"attributes": [
|
|
115
87
|
{
|
|
116
88
|
"name": "indeterminate",
|
|
@@ -148,6 +120,13 @@
|
|
|
148
120
|
"module": "src/vaadin-progress-mixin.js"
|
|
149
121
|
}
|
|
150
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"type": {
|
|
125
|
+
"text": "string"
|
|
126
|
+
},
|
|
127
|
+
"description": "The theme variants to apply to the component.",
|
|
128
|
+
"name": "theme"
|
|
129
|
+
},
|
|
151
130
|
{
|
|
152
131
|
"name": "value",
|
|
153
132
|
"type": {
|
|
@@ -161,6 +140,34 @@
|
|
|
161
140
|
}
|
|
162
141
|
}
|
|
163
142
|
],
|
|
143
|
+
"mixins": [
|
|
144
|
+
{
|
|
145
|
+
"name": "ProgressMixin",
|
|
146
|
+
"module": "src/vaadin-progress-mixin.js"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "ElementMixin",
|
|
150
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "ThemableMixin",
|
|
154
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "PolylitMixin",
|
|
158
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "LumoInjectionMixin",
|
|
162
|
+
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"superclass": {
|
|
166
|
+
"name": "LitElement",
|
|
167
|
+
"package": "lit"
|
|
168
|
+
},
|
|
169
|
+
"tagName": "vaadin-progress-bar",
|
|
170
|
+
"customElement": true,
|
|
164
171
|
"events": []
|
|
165
172
|
}
|
|
166
173
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/progress-bar",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
39
|
-
"@vaadin/component-base": "25.3.0-
|
|
40
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
39
|
+
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
|
|
40
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
|
|
41
41
|
"lit": "^3.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@vaadin/aura": "25.3.0-
|
|
45
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
46
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
44
|
+
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
|
|
45
|
+
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
|
|
46
|
+
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
|
|
47
47
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
48
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
48
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482"
|
|
49
49
|
},
|
|
50
50
|
"customElements": "custom-elements.json",
|
|
51
51
|
"web-types": [
|
|
52
52
|
"web-types.json",
|
|
53
53
|
"web-types.lit.json"
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
|
|
56
56
|
}
|
|
@@ -51,6 +51,7 @@ import { ProgressMixin } from './vaadin-progress-mixin.js';
|
|
|
51
51
|
*
|
|
52
52
|
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
|
|
53
53
|
*
|
|
54
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
54
55
|
* @customElement vaadin-progress-bar
|
|
55
56
|
* @extends HTMLElement
|
|
56
57
|
*/
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/progress-bar",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -42,9 +42,7 @@
|
|
|
42
42
|
"description": "The theme variants to apply to the component.",
|
|
43
43
|
"value": {
|
|
44
44
|
"type": [
|
|
45
|
-
"string"
|
|
46
|
-
"null",
|
|
47
|
-
"undefined"
|
|
45
|
+
"string"
|
|
48
46
|
]
|
|
49
47
|
}
|
|
50
48
|
},
|
package/web-types.lit.json
CHANGED