@vaadin/login 23.2.0 → 23.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/login",
3
- "version": "23.2.0",
3
+ "version": "23.3.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,14 +37,14 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/button": "^23.2.0",
41
- "@vaadin/component-base": "^23.2.0",
42
- "@vaadin/password-field": "^23.2.0",
43
- "@vaadin/text-field": "^23.2.0",
44
- "@vaadin/vaadin-lumo-styles": "^23.2.0",
45
- "@vaadin/vaadin-material-styles": "^23.2.0",
46
- "@vaadin/vaadin-overlay": "^23.2.0",
47
- "@vaadin/vaadin-themable-mixin": "^23.2.0"
40
+ "@vaadin/button": "23.3.0-alpha1",
41
+ "@vaadin/component-base": "23.3.0-alpha1",
42
+ "@vaadin/password-field": "23.3.0-alpha1",
43
+ "@vaadin/text-field": "23.3.0-alpha1",
44
+ "@vaadin/vaadin-lumo-styles": "23.3.0-alpha1",
45
+ "@vaadin/vaadin-material-styles": "23.3.0-alpha1",
46
+ "@vaadin/vaadin-overlay": "23.3.0-alpha1",
47
+ "@vaadin/vaadin-themable-mixin": "23.3.0-alpha1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@esm-bundle/chai": "^4.3.4",
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
58
+ "gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638"
59
59
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/login",
4
- "version": "23.2.0",
4
+ "version": "23.3.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -134,13 +134,33 @@
134
134
  {
135
135
  "name": "login",
136
136
  "description": "Fired when an user submits the login.\nThe event contains `username` and `password` values in the `detail` property."
137
+ },
138
+ {
139
+ "name": "action-changed",
140
+ "description": "Fired when the `action` property changes."
141
+ },
142
+ {
143
+ "name": "disabled-changed",
144
+ "description": "Fired when the `disabled` property changes."
145
+ },
146
+ {
147
+ "name": "error-changed",
148
+ "description": "Fired when the `error` property changes."
149
+ },
150
+ {
151
+ "name": "noForgotPassword-changed",
152
+ "description": "Fired when the `noForgotPassword` property changes."
153
+ },
154
+ {
155
+ "name": "i18n-changed",
156
+ "description": "Fired when the `i18n` property changes."
137
157
  }
138
158
  ]
139
159
  }
140
160
  },
141
161
  {
142
162
  "name": "vaadin-login-overlay",
143
- "description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/23.2.0/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.",
163
+ "description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/23.3.0-alpha1/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.",
144
164
  "attributes": [
145
165
  {
146
166
  "name": "action",
@@ -324,6 +344,26 @@
324
344
  {
325
345
  "name": "description-changed",
326
346
  "description": "Fired when the `description` property changes."
347
+ },
348
+ {
349
+ "name": "action-changed",
350
+ "description": "Fired when the `action` property changes."
351
+ },
352
+ {
353
+ "name": "disabled-changed",
354
+ "description": "Fired when the `disabled` property changes."
355
+ },
356
+ {
357
+ "name": "error-changed",
358
+ "description": "Fired when the `error` property changes."
359
+ },
360
+ {
361
+ "name": "noForgotPassword-changed",
362
+ "description": "Fired when the `noForgotPassword` property changes."
363
+ },
364
+ {
365
+ "name": "i18n-changed",
366
+ "description": "Fired when the `i18n` property changes."
327
367
  }
328
368
  ]
329
369
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/login",
4
- "version": "23.2.0",
4
+ "version": "23.3.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -74,12 +74,47 @@
74
74
  "value": {
75
75
  "kind": "expression"
76
76
  }
77
+ },
78
+ {
79
+ "name": "@action-changed",
80
+ "description": "Fired when the `action` property changes.",
81
+ "value": {
82
+ "kind": "expression"
83
+ }
84
+ },
85
+ {
86
+ "name": "@disabled-changed",
87
+ "description": "Fired when the `disabled` property changes.",
88
+ "value": {
89
+ "kind": "expression"
90
+ }
91
+ },
92
+ {
93
+ "name": "@error-changed",
94
+ "description": "Fired when the `error` property changes.",
95
+ "value": {
96
+ "kind": "expression"
97
+ }
98
+ },
99
+ {
100
+ "name": "@noForgotPassword-changed",
101
+ "description": "Fired when the `noForgotPassword` property changes.",
102
+ "value": {
103
+ "kind": "expression"
104
+ }
105
+ },
106
+ {
107
+ "name": "@i18n-changed",
108
+ "description": "Fired when the `i18n` property changes.",
109
+ "value": {
110
+ "kind": "expression"
111
+ }
77
112
  }
78
113
  ]
79
114
  },
80
115
  {
81
116
  "name": "vaadin-login-overlay",
82
- "description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/23.2.0/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.",
117
+ "description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/23.3.0-alpha1/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.",
83
118
  "extension": true,
84
119
  "attributes": [
85
120
  {
@@ -165,6 +200,41 @@
165
200
  "value": {
166
201
  "kind": "expression"
167
202
  }
203
+ },
204
+ {
205
+ "name": "@action-changed",
206
+ "description": "Fired when the `action` property changes.",
207
+ "value": {
208
+ "kind": "expression"
209
+ }
210
+ },
211
+ {
212
+ "name": "@disabled-changed",
213
+ "description": "Fired when the `disabled` property changes.",
214
+ "value": {
215
+ "kind": "expression"
216
+ }
217
+ },
218
+ {
219
+ "name": "@error-changed",
220
+ "description": "Fired when the `error` property changes.",
221
+ "value": {
222
+ "kind": "expression"
223
+ }
224
+ },
225
+ {
226
+ "name": "@noForgotPassword-changed",
227
+ "description": "Fired when the `noForgotPassword` property changes.",
228
+ "value": {
229
+ "kind": "expression"
230
+ }
231
+ },
232
+ {
233
+ "name": "@i18n-changed",
234
+ "description": "Fired when the `i18n` property changes.",
235
+ "value": {
236
+ "kind": "expression"
237
+ }
168
238
  }
169
239
  ]
170
240
  }