@vaadin/text-field 24.2.3 → 24.3.0-alpha10

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.2.3",
3
+ "version": "24.3.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,23 +38,23 @@
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "~24.2.3",
42
- "@vaadin/component-base": "~24.2.3",
43
- "@vaadin/field-base": "~24.2.3",
44
- "@vaadin/input-container": "~24.2.3",
45
- "@vaadin/vaadin-lumo-styles": "~24.2.3",
46
- "@vaadin/vaadin-material-styles": "~24.2.3",
47
- "@vaadin/vaadin-themable-mixin": "~24.2.3",
48
- "lit": "^2.0.0"
41
+ "@vaadin/a11y-base": "24.3.0-alpha10",
42
+ "@vaadin/component-base": "24.3.0-alpha10",
43
+ "@vaadin/field-base": "24.3.0-alpha10",
44
+ "@vaadin/input-container": "24.3.0-alpha10",
45
+ "@vaadin/vaadin-lumo-styles": "24.3.0-alpha10",
46
+ "@vaadin/vaadin-material-styles": "24.3.0-alpha10",
47
+ "@vaadin/vaadin-themable-mixin": "24.3.0-alpha10",
48
+ "lit": "^3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@esm-bundle/chai": "^4.3.4",
52
- "@vaadin/testing-helpers": "^0.5.0",
52
+ "@vaadin/testing-helpers": "^0.6.0",
53
53
  "sinon": "^13.0.2"
54
54
  },
55
55
  "web-types": [
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "72e557e765e72559e9c6a525e257d185ad186dc5"
59
+ "gitHead": "0271523d93fe5df0425ff64206886614f3c6f401"
60
60
  }
@@ -39,11 +39,11 @@ export declare function TextFieldMixin<T extends Constructor<HTMLElement>>(
39
39
  Constructor<KeyboardMixinClass> &
40
40
  Constructor<LabelMixinClass> &
41
41
  Constructor<SlotStylesMixinClass> &
42
- Constructor<TexFieldMixinClass> &
42
+ Constructor<TextFieldMixinClass> &
43
43
  Constructor<ValidateMixinClass> &
44
44
  T;
45
45
 
46
- export declare class TexFieldMixinClass {
46
+ export declare class TextFieldMixinClass {
47
47
  /**
48
48
  * Maximum number of characters (in Unicode code points) that the user can enter.
49
49
  */
@@ -3,6 +3,7 @@
3
3
  * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
+ import '@vaadin/input-container/theme/lumo/vaadin-input-container-styles.js';
6
7
  import { inputFieldShared } from '@vaadin/vaadin-lumo-styles/mixins/input-field-shared.js';
7
8
  import { registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
8
9
 
@@ -3,6 +3,5 @@
3
3
  * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
- import '@vaadin/input-container/theme/lumo/vaadin-input-container.js';
7
6
  import './vaadin-text-field-styles.js';
8
7
  import '../../src/vaadin-text-field.js';
@@ -3,6 +3,7 @@
3
3
  * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
+ import '@vaadin/input-container/theme/material/vaadin-input-container-styles.js';
6
7
  import { inputFieldShared } from '@vaadin/vaadin-material-styles/mixins/input-field-shared.js';
7
8
  import { registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
8
9
 
@@ -3,6 +3,5 @@
3
3
  * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
- import '@vaadin/input-container/theme/material/vaadin-input-container.js';
7
6
  import './vaadin-text-field-styles.js';
8
7
  import '../../src/vaadin-text-field.js';
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.2.3",
4
+ "version": "24.3.0-alpha10",
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.2.3",
4
+ "version": "24.3.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {