@vaadin/field-base 24.8.4 → 24.8.5
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/field-base",
|
|
3
|
-
"version": "24.8.
|
|
3
|
+
"version": "24.8.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
34
34
|
"@polymer/polymer": "^3.0.0",
|
|
35
|
-
"@vaadin/a11y-base": "~24.8.
|
|
36
|
-
"@vaadin/component-base": "~24.8.
|
|
35
|
+
"@vaadin/a11y-base": "~24.8.5",
|
|
36
|
+
"@vaadin/component-base": "~24.8.5",
|
|
37
37
|
"lit": "^3.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@vaadin/chai-plugins": "~24.8.
|
|
41
|
-
"@vaadin/test-runner-commands": "~24.8.
|
|
40
|
+
"@vaadin/chai-plugins": "~24.8.5",
|
|
41
|
+
"@vaadin/test-runner-commands": "~24.8.5",
|
|
42
42
|
"@vaadin/testing-helpers": "^1.1.0",
|
|
43
43
|
"sinon": "^18.0.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a519b0d2b1d09d1ddaa4ff6829819f8a2be30ad8"
|
|
46
46
|
}
|
|
@@ -49,15 +49,6 @@ export declare class InputFieldMixinClass {
|
|
|
49
49
|
*/
|
|
50
50
|
autocomplete: string | undefined;
|
|
51
51
|
|
|
52
|
-
/**
|
|
53
|
-
* This is a property supported by Safari that is used to control whether
|
|
54
|
-
* autocorrection should be enabled when the user is entering/editing the text.
|
|
55
|
-
* Possible values are:
|
|
56
|
-
* on: Enable autocorrection.
|
|
57
|
-
* off: Disable autocorrection.
|
|
58
|
-
*/
|
|
59
|
-
autocorrect: 'off' | 'on' | undefined;
|
|
60
|
-
|
|
61
52
|
/**
|
|
62
53
|
* This is a property supported by Safari and Chrome that is used to control whether
|
|
63
54
|
* autocapitalization should be enabled when the user is entering/editing the text.
|