@vaadin/field-base 22.0.22 → 22.1.0-alpha1

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.
Files changed (53) hide show
  1. package/LICENSE +1119 -190
  2. package/README.md +1 -1
  3. package/package.json +4 -4
  4. package/src/checked-mixin.d.ts +7 -2
  5. package/src/checked-mixin.js +7 -2
  6. package/src/delegate-focus-mixin.d.ts +7 -2
  7. package/src/delegate-focus-mixin.js +7 -2
  8. package/src/delegate-state-mixin.d.ts +7 -2
  9. package/src/delegate-state-mixin.js +7 -2
  10. package/src/error-controller.d.ts +7 -2
  11. package/src/error-controller.js +7 -2
  12. package/src/field-aria-controller.d.ts +7 -2
  13. package/src/field-aria-controller.js +7 -2
  14. package/src/field-mixin.d.ts +7 -2
  15. package/src/field-mixin.js +7 -2
  16. package/src/helper-controller.d.ts +7 -2
  17. package/src/helper-controller.js +7 -2
  18. package/src/input-constraints-mixin.d.ts +7 -2
  19. package/src/input-constraints-mixin.js +7 -2
  20. package/src/input-control-mixin.d.ts +7 -2
  21. package/src/input-control-mixin.js +7 -2
  22. package/src/input-controller.d.ts +7 -2
  23. package/src/input-controller.js +7 -2
  24. package/src/input-field-mixin.d.ts +7 -2
  25. package/src/input-field-mixin.js +7 -2
  26. package/src/input-mixin.d.ts +7 -2
  27. package/src/input-mixin.js +7 -2
  28. package/src/label-controller.d.ts +7 -2
  29. package/src/label-controller.js +7 -2
  30. package/src/label-mixin.d.ts +7 -2
  31. package/src/label-mixin.js +7 -2
  32. package/src/labelled-input-controller.d.ts +7 -2
  33. package/src/labelled-input-controller.js +7 -2
  34. package/src/pattern-mixin.d.ts +7 -2
  35. package/src/pattern-mixin.js +7 -2
  36. package/src/shadow-focus-mixin.d.ts +7 -2
  37. package/src/shadow-focus-mixin.js +7 -2
  38. package/src/slot-styles-mixin.d.ts +7 -2
  39. package/src/slot-styles-mixin.js +7 -2
  40. package/src/slot-target-controller.d.ts +7 -2
  41. package/src/slot-target-controller.js +7 -2
  42. package/src/styles/clear-button-styles.d.ts +7 -2
  43. package/src/styles/clear-button-styles.js +7 -2
  44. package/src/styles/field-shared-styles.d.ts +7 -2
  45. package/src/styles/field-shared-styles.js +7 -2
  46. package/src/styles/input-field-container-styles.d.ts +7 -2
  47. package/src/styles/input-field-container-styles.js +7 -2
  48. package/src/styles/input-field-shared-styles.d.ts +7 -2
  49. package/src/styles/input-field-shared-styles.js +7 -2
  50. package/src/text-area-controller.d.ts +7 -2
  51. package/src/text-area-controller.js +7 -2
  52. package/src/validate-mixin.d.ts +7 -2
  53. package/src/validate-mixin.js +7 -2
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { CSSResult } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { css } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { CSSResult } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { css } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { CSSResult } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { css } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { CSSResult } from 'lit';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd..
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { clearButton } from './clear-button-styles.js';
7
12
  import { fieldShared } from './field-shared-styles.js';
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { SlotController } from '@vaadin/component-base/src/slot-controller.js';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { SlotController } from '@vaadin/component-base/src/slot-controller.js';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { Constructor } from '@open-wc/dedupe-mixin';
7
12
 
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import { dedupingMixin } from '@polymer/polymer/lib/utils/mixin.js';
7
12