@vaadin/text-field 24.0.2 → 24.0.4

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.0.2",
3
+ "version": "24.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,12 +38,12 @@
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/component-base": "~24.0.2",
42
- "@vaadin/field-base": "~24.0.2",
43
- "@vaadin/input-container": "~24.0.2",
44
- "@vaadin/vaadin-lumo-styles": "~24.0.2",
45
- "@vaadin/vaadin-material-styles": "~24.0.2",
46
- "@vaadin/vaadin-themable-mixin": "~24.0.2",
41
+ "@vaadin/component-base": "~24.0.4",
42
+ "@vaadin/field-base": "~24.0.4",
43
+ "@vaadin/input-container": "~24.0.4",
44
+ "@vaadin/vaadin-lumo-styles": "~24.0.4",
45
+ "@vaadin/vaadin-material-styles": "~24.0.4",
46
+ "@vaadin/vaadin-themable-mixin": "~24.0.4",
47
47
  "lit": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "b349227fa277573b79d94eb0d94c1556b79c55e8"
58
+ "gitHead": "d6f1e6dd1b9eda0d95cccd35ff34b552ac9bfcd1"
59
59
  }
@@ -10,6 +10,7 @@ import type { DelegateStateMixinClass } from '@vaadin/component-base/src/delegat
10
10
  import type { DisabledMixinClass } from '@vaadin/component-base/src/disabled-mixin.js';
11
11
  import type { FocusMixinClass } from '@vaadin/component-base/src/focus-mixin.js';
12
12
  import type { KeyboardMixinClass } from '@vaadin/component-base/src/keyboard-mixin.js';
13
+ import type { ClearButtonMixinClass } from '@vaadin/field-base/src/clear-button-mixin.js';
13
14
  import type { FieldMixinClass } from '@vaadin/field-base/src/field-mixin.js';
14
15
  import type { InputConstraintsMixinClass } from '@vaadin/field-base/src/input-constraints-mixin.js';
15
16
  import type { InputControlMixinClass } from '@vaadin/field-base/src/input-control-mixin.js';
@@ -24,7 +25,8 @@ import type { ValidateMixinClass } from '@vaadin/field-base/src/validate-mixin.j
24
25
  */
25
26
  export declare function TextFieldMixin<T extends Constructor<HTMLElement>>(
26
27
  base: T,
27
- ): Constructor<ControllerMixinClass> &
28
+ ): Constructor<ClearButtonMixinClass> &
29
+ Constructor<ControllerMixinClass> &
28
30
  Constructor<DelegateFocusMixinClass> &
29
31
  Constructor<DelegateStateMixinClass> &
30
32
  Constructor<DisabledMixinClass> &
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.0.2",
4
+ "version": "24.0.4",
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.0.2",
4
+ "version": "24.0.4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {