@vaadin/scroller 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 +21 -14
- package/package.json +9 -9
- package/src/vaadin-scroller.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -95,6 +95,27 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
],
|
|
98
|
+
"attributes": [
|
|
99
|
+
{
|
|
100
|
+
"name": "scroll-direction",
|
|
101
|
+
"type": {
|
|
102
|
+
"text": "string"
|
|
103
|
+
},
|
|
104
|
+
"description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
|
|
105
|
+
"fieldName": "scrollDirection",
|
|
106
|
+
"inheritedFrom": {
|
|
107
|
+
"name": "ScrollerMixin",
|
|
108
|
+
"module": "src/vaadin-scroller-mixin.js"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"type": {
|
|
113
|
+
"text": "string"
|
|
114
|
+
},
|
|
115
|
+
"description": "The theme variants to apply to the component.",
|
|
116
|
+
"name": "theme"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
98
119
|
"mixins": [
|
|
99
120
|
{
|
|
100
121
|
"name": "ScrollerMixin",
|
|
@@ -123,20 +144,6 @@
|
|
|
123
144
|
},
|
|
124
145
|
"tagName": "vaadin-scroller",
|
|
125
146
|
"customElement": true,
|
|
126
|
-
"attributes": [
|
|
127
|
-
{
|
|
128
|
-
"name": "scroll-direction",
|
|
129
|
-
"type": {
|
|
130
|
-
"text": "string"
|
|
131
|
-
},
|
|
132
|
-
"description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
|
|
133
|
-
"fieldName": "scrollDirection",
|
|
134
|
-
"inheritedFrom": {
|
|
135
|
-
"name": "ScrollerMixin",
|
|
136
|
-
"module": "src/vaadin-scroller-mixin.js"
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
],
|
|
140
147
|
"events": []
|
|
141
148
|
}
|
|
142
149
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/scroller",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,22 +35,22 @@
|
|
|
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/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/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
|
}
|
package/src/vaadin-scroller.js
CHANGED
|
@@ -55,6 +55,7 @@ import { ScrollerMixin } from './vaadin-scroller-mixin.js';
|
|
|
55
55
|
*
|
|
56
56
|
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
|
|
57
57
|
*
|
|
58
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
58
59
|
* @customElement vaadin-scroller
|
|
59
60
|
* @extends HTMLElement
|
|
60
61
|
*/
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/scroller",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
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