@vaadin/text-field 24.6.0-alpha4 → 24.6.0-alpha5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/text-field",
3
- "version": "24.6.0-alpha4",
3
+ "version": "24.6.0-alpha5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,17 +36,17 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.6.0-alpha4",
40
- "@vaadin/component-base": "24.6.0-alpha4",
41
- "@vaadin/field-base": "24.6.0-alpha4",
42
- "@vaadin/input-container": "24.6.0-alpha4",
43
- "@vaadin/vaadin-lumo-styles": "24.6.0-alpha4",
44
- "@vaadin/vaadin-material-styles": "24.6.0-alpha4",
45
- "@vaadin/vaadin-themable-mixin": "24.6.0-alpha4",
39
+ "@vaadin/a11y-base": "24.6.0-alpha5",
40
+ "@vaadin/component-base": "24.6.0-alpha5",
41
+ "@vaadin/field-base": "24.6.0-alpha5",
42
+ "@vaadin/input-container": "24.6.0-alpha5",
43
+ "@vaadin/vaadin-lumo-styles": "24.6.0-alpha5",
44
+ "@vaadin/vaadin-material-styles": "24.6.0-alpha5",
45
+ "@vaadin/vaadin-themable-mixin": "24.6.0-alpha5",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@vaadin/chai-plugins": "24.6.0-alpha4",
49
+ "@vaadin/chai-plugins": "24.6.0-alpha5",
50
50
  "@vaadin/testing-helpers": "^1.0.0",
51
51
  "sinon": "^18.0.0"
52
52
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "78967d4f3bb46f58f43c2cc621802554acb2efaf"
57
+ "gitHead": "cbfa46fe276f254dcaa99a622710d56df7f0a539"
58
58
  }
@@ -121,24 +121,6 @@ export class TextField extends TextFieldMixin(ThemableMixin(ElementMixin(Polymer
121
121
  `;
122
122
  }
123
123
 
124
- static get properties() {
125
- return {
126
- /**
127
- * Maximum number of characters (in Unicode code points) that the user can enter.
128
- */
129
- maxlength: {
130
- type: Number,
131
- },
132
-
133
- /**
134
- * Minimum number of characters (in Unicode code points) that the user can enter.
135
- */
136
- minlength: {
137
- type: Number,
138
- },
139
- };
140
- }
141
-
142
124
  /** @protected */
143
125
  ready() {
144
126
  super.ready();
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/text-field",
4
- "version": "24.6.0-alpha4",
4
+ "version": "24.6.0-alpha5",
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/text-field",
4
- "version": "24.6.0-alpha4",
4
+ "version": "24.6.0-alpha5",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {