@vaadin/scroller 25.1.0-beta1 → 25.1.0-beta3

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.
@@ -45,14 +45,6 @@
45
45
  },
46
46
  "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
47
47
  "fieldName": "scrollDirection"
48
- },
49
- {
50
- "name": "tabindex",
51
- "type": {
52
- "text": "number"
53
- },
54
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
55
- "fieldName": "tabindex"
56
48
  }
57
49
  ],
58
50
  "mixins": [
@@ -143,18 +135,6 @@
143
135
  "name": "ScrollerMixin",
144
136
  "module": "src/vaadin-scroller-mixin.js"
145
137
  }
146
- },
147
- {
148
- "name": "tabindex",
149
- "type": {
150
- "text": "number"
151
- },
152
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
153
- "fieldName": "tabindex",
154
- "inheritedFrom": {
155
- "name": "ScrollerMixin",
156
- "module": "src/vaadin-scroller-mixin.js"
157
- }
158
138
  }
159
139
  ],
160
140
  "events": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/scroller",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta3",
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.1.0-beta1",
39
- "@vaadin/component-base": "25.1.0-beta1",
40
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
38
+ "@vaadin/a11y-base": "25.1.0-beta3",
39
+ "@vaadin/component-base": "25.1.0-beta3",
40
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.1.0-beta1",
45
- "@vaadin/chai-plugins": "25.1.0-beta1",
46
- "@vaadin/test-runner-commands": "25.1.0-beta1",
44
+ "@vaadin/aura": "25.1.0-beta3",
45
+ "@vaadin/chai-plugins": "25.1.0-beta3",
46
+ "@vaadin/test-runner-commands": "25.1.0-beta3",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1"
48
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta3"
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": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
55
+ "gitHead": "4251850231a42298fda23b83928da588831cdb5d"
56
56
  }
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.1.0-beta1",
4
+ "version": "25.1.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/scroller",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {