@vaadin/confirm-dialog 25.1.0-alpha6 → 25.1.0-alpha7
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/custom-elements.json +867 -0
- package/package.json +14 -12
- package/src/vaadin-confirm-dialog-overlay.js +1 -1
- package/src/vaadin-confirm-dialog.js +1 -1
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
|
@@ -0,0 +1,867 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"readme": "",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "vaadin-confirm-dialog.js",
|
|
8
|
+
"declarations": [],
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "*",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "*",
|
|
15
|
+
"module": "src/vaadin-confirm-dialog.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"kind": "javascript-module",
|
|
22
|
+
"path": "src/vaadin-confirm-dialog-mixin.js",
|
|
23
|
+
"declarations": [
|
|
24
|
+
{
|
|
25
|
+
"kind": "mixin",
|
|
26
|
+
"description": "",
|
|
27
|
+
"name": "ConfirmDialogMixin",
|
|
28
|
+
"members": [
|
|
29
|
+
{
|
|
30
|
+
"kind": "field",
|
|
31
|
+
"name": "accessibleDescriptionRef",
|
|
32
|
+
"privacy": "public",
|
|
33
|
+
"type": {
|
|
34
|
+
"text": "string"
|
|
35
|
+
},
|
|
36
|
+
"description": "Sets the `aria-describedby` attribute of the dialog.\n\nBy default, the text contents of all elements inside the message area\nare combined into the `aria-description` attribute. However, there are\ncases where this can confuse screen reader users (e.g. the dialog\nmay present a password confirmation form). For these cases,\nit's better to associate only the elements that will help describe\nthe confirmation dialog through this API.",
|
|
37
|
+
"attribute": "accessible-description-ref"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "field",
|
|
41
|
+
"name": "cancelButtonVisible",
|
|
42
|
+
"privacy": "public",
|
|
43
|
+
"type": {
|
|
44
|
+
"text": "boolean"
|
|
45
|
+
},
|
|
46
|
+
"description": "Whether to show cancel button or not.",
|
|
47
|
+
"attribute": "cancel-button-visible"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"kind": "field",
|
|
51
|
+
"name": "cancelText",
|
|
52
|
+
"privacy": "public",
|
|
53
|
+
"type": {
|
|
54
|
+
"text": "string"
|
|
55
|
+
},
|
|
56
|
+
"description": "Text displayed on cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
57
|
+
"attribute": "cancel-text"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"kind": "field",
|
|
61
|
+
"name": "cancelTheme",
|
|
62
|
+
"privacy": "public",
|
|
63
|
+
"type": {
|
|
64
|
+
"text": "string"
|
|
65
|
+
},
|
|
66
|
+
"description": "Theme for a cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
67
|
+
"attribute": "cancel-theme"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"kind": "field",
|
|
71
|
+
"name": "confirmText",
|
|
72
|
+
"privacy": "public",
|
|
73
|
+
"type": {
|
|
74
|
+
"text": "string"
|
|
75
|
+
},
|
|
76
|
+
"description": "Text displayed on confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
77
|
+
"attribute": "confirm-text"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"kind": "field",
|
|
81
|
+
"name": "confirmTheme",
|
|
82
|
+
"privacy": "public",
|
|
83
|
+
"type": {
|
|
84
|
+
"text": "string"
|
|
85
|
+
},
|
|
86
|
+
"description": "Theme for a confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
87
|
+
"attribute": "confirm-theme"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"kind": "field",
|
|
91
|
+
"name": "header",
|
|
92
|
+
"privacy": "public",
|
|
93
|
+
"type": {
|
|
94
|
+
"text": "string"
|
|
95
|
+
},
|
|
96
|
+
"description": "Set the confirmation dialog title.",
|
|
97
|
+
"attribute": "header"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "field",
|
|
101
|
+
"name": "height",
|
|
102
|
+
"privacy": "public",
|
|
103
|
+
"type": {
|
|
104
|
+
"text": "string"
|
|
105
|
+
},
|
|
106
|
+
"description": "Set the height of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
107
|
+
"attribute": "height",
|
|
108
|
+
"inheritedFrom": {
|
|
109
|
+
"name": "DialogSizeMixin",
|
|
110
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"kind": "field",
|
|
115
|
+
"name": "message",
|
|
116
|
+
"privacy": "public",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "string"
|
|
119
|
+
},
|
|
120
|
+
"description": "Set the message or confirmation question.",
|
|
121
|
+
"attribute": "message"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"kind": "field",
|
|
125
|
+
"name": "noCloseOnEsc",
|
|
126
|
+
"privacy": "public",
|
|
127
|
+
"type": {
|
|
128
|
+
"text": "boolean"
|
|
129
|
+
},
|
|
130
|
+
"description": "Set to true to disable closing dialog on Escape press",
|
|
131
|
+
"attribute": "no-close-on-esc"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"kind": "field",
|
|
135
|
+
"name": "opened",
|
|
136
|
+
"privacy": "public",
|
|
137
|
+
"type": {
|
|
138
|
+
"text": "boolean"
|
|
139
|
+
},
|
|
140
|
+
"description": "True if the dialog is visible and available for interaction.",
|
|
141
|
+
"attribute": "opened"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "field",
|
|
145
|
+
"name": "rejectButtonVisible",
|
|
146
|
+
"privacy": "public",
|
|
147
|
+
"type": {
|
|
148
|
+
"text": "boolean"
|
|
149
|
+
},
|
|
150
|
+
"description": "Whether to show reject button or not.",
|
|
151
|
+
"attribute": "reject-button-visible"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"kind": "field",
|
|
155
|
+
"name": "rejectText",
|
|
156
|
+
"privacy": "public",
|
|
157
|
+
"type": {
|
|
158
|
+
"text": "string"
|
|
159
|
+
},
|
|
160
|
+
"description": "Text displayed on reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
161
|
+
"attribute": "reject-text"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"kind": "field",
|
|
165
|
+
"name": "rejectTheme",
|
|
166
|
+
"privacy": "public",
|
|
167
|
+
"type": {
|
|
168
|
+
"text": "string"
|
|
169
|
+
},
|
|
170
|
+
"description": "Theme for a reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
171
|
+
"attribute": "reject-theme"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"kind": "field",
|
|
175
|
+
"name": "width",
|
|
176
|
+
"privacy": "public",
|
|
177
|
+
"type": {
|
|
178
|
+
"text": "string"
|
|
179
|
+
},
|
|
180
|
+
"description": "Set the width of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
181
|
+
"attribute": "width",
|
|
182
|
+
"inheritedFrom": {
|
|
183
|
+
"name": "DialogSizeMixin",
|
|
184
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"events": [
|
|
189
|
+
{
|
|
190
|
+
"name": "cancel",
|
|
191
|
+
"type": {
|
|
192
|
+
"text": "CustomEvent"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "closed",
|
|
197
|
+
"type": {
|
|
198
|
+
"text": "CustomEvent"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "confirm",
|
|
203
|
+
"type": {
|
|
204
|
+
"text": "CustomEvent"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "reject",
|
|
209
|
+
"type": {
|
|
210
|
+
"text": "CustomEvent"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"attributes": [
|
|
215
|
+
{
|
|
216
|
+
"name": "accessible-description-ref",
|
|
217
|
+
"type": {
|
|
218
|
+
"text": "string"
|
|
219
|
+
},
|
|
220
|
+
"description": "Sets the `aria-describedby` attribute of the dialog.\n\nBy default, the text contents of all elements inside the message area\nare combined into the `aria-description` attribute. However, there are\ncases where this can confuse screen reader users (e.g. the dialog\nmay present a password confirmation form). For these cases,\nit's better to associate only the elements that will help describe\nthe confirmation dialog through this API.",
|
|
221
|
+
"fieldName": "accessibleDescriptionRef"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "cancel-button-visible",
|
|
225
|
+
"type": {
|
|
226
|
+
"text": "boolean"
|
|
227
|
+
},
|
|
228
|
+
"description": "Whether to show cancel button or not.",
|
|
229
|
+
"fieldName": "cancelButtonVisible"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "cancel-text",
|
|
233
|
+
"type": {
|
|
234
|
+
"text": "string"
|
|
235
|
+
},
|
|
236
|
+
"description": "Text displayed on cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
237
|
+
"fieldName": "cancelText"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "cancel-theme",
|
|
241
|
+
"type": {
|
|
242
|
+
"text": "string"
|
|
243
|
+
},
|
|
244
|
+
"description": "Theme for a cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
245
|
+
"fieldName": "cancelTheme"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "confirm-text",
|
|
249
|
+
"type": {
|
|
250
|
+
"text": "string"
|
|
251
|
+
},
|
|
252
|
+
"description": "Text displayed on confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
253
|
+
"fieldName": "confirmText"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "confirm-theme",
|
|
257
|
+
"type": {
|
|
258
|
+
"text": "string"
|
|
259
|
+
},
|
|
260
|
+
"description": "Theme for a confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
261
|
+
"fieldName": "confirmTheme"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "header",
|
|
265
|
+
"type": {
|
|
266
|
+
"text": "string"
|
|
267
|
+
},
|
|
268
|
+
"description": "Set the confirmation dialog title.",
|
|
269
|
+
"fieldName": "header"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "height",
|
|
273
|
+
"type": {
|
|
274
|
+
"text": "string"
|
|
275
|
+
},
|
|
276
|
+
"description": "Set the height of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
277
|
+
"fieldName": "height",
|
|
278
|
+
"inheritedFrom": {
|
|
279
|
+
"name": "DialogSizeMixin",
|
|
280
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "message",
|
|
285
|
+
"type": {
|
|
286
|
+
"text": "string"
|
|
287
|
+
},
|
|
288
|
+
"description": "Set the message or confirmation question.",
|
|
289
|
+
"fieldName": "message"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "no-close-on-esc",
|
|
293
|
+
"type": {
|
|
294
|
+
"text": "boolean"
|
|
295
|
+
},
|
|
296
|
+
"description": "Set to true to disable closing dialog on Escape press",
|
|
297
|
+
"fieldName": "noCloseOnEsc"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "opened",
|
|
301
|
+
"type": {
|
|
302
|
+
"text": "boolean"
|
|
303
|
+
},
|
|
304
|
+
"description": "True if the dialog is visible and available for interaction.",
|
|
305
|
+
"fieldName": "opened"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "reject-button-visible",
|
|
309
|
+
"type": {
|
|
310
|
+
"text": "boolean"
|
|
311
|
+
},
|
|
312
|
+
"description": "Whether to show reject button or not.",
|
|
313
|
+
"fieldName": "rejectButtonVisible"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "reject-text",
|
|
317
|
+
"type": {
|
|
318
|
+
"text": "string"
|
|
319
|
+
},
|
|
320
|
+
"description": "Text displayed on reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
321
|
+
"fieldName": "rejectText"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "reject-theme",
|
|
325
|
+
"type": {
|
|
326
|
+
"text": "string"
|
|
327
|
+
},
|
|
328
|
+
"description": "Theme for a reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
329
|
+
"fieldName": "rejectTheme"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "width",
|
|
333
|
+
"type": {
|
|
334
|
+
"text": "string"
|
|
335
|
+
},
|
|
336
|
+
"description": "Set the width of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
337
|
+
"fieldName": "width",
|
|
338
|
+
"inheritedFrom": {
|
|
339
|
+
"name": "DialogSizeMixin",
|
|
340
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"mixins": [
|
|
345
|
+
{
|
|
346
|
+
"name": "DialogSizeMixin",
|
|
347
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"parameters": [
|
|
351
|
+
{
|
|
352
|
+
"name": "superClass"
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"exports": [
|
|
358
|
+
{
|
|
359
|
+
"kind": "js",
|
|
360
|
+
"name": "ConfirmDialogMixin",
|
|
361
|
+
"declaration": {
|
|
362
|
+
"name": "ConfirmDialogMixin",
|
|
363
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"kind": "javascript-module",
|
|
370
|
+
"path": "src/vaadin-confirm-dialog-overlay.js",
|
|
371
|
+
"declarations": [],
|
|
372
|
+
"exports": []
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"kind": "javascript-module",
|
|
376
|
+
"path": "src/vaadin-confirm-dialog.js",
|
|
377
|
+
"declarations": [
|
|
378
|
+
{
|
|
379
|
+
"kind": "class",
|
|
380
|
+
"description": "`<vaadin-confirm-dialog>` is a Web Component for showing alerts and asking for user confirmation.\n\n```html\n<vaadin-confirm-dialog cancel-button-visible>\n There are unsaved changes. Do you really want to leave?\n</vaadin-confirm-dialog>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n-----------------|-------------------------------------------\n`backdrop` | Backdrop of the overlay\n`overlay` | The overlay container\n`content` | The overlay content\n`header` | The header element wrapper\n`message` | The message element wrapper\n`footer` | The footer element that wraps the buttons\n`cancel-button` | The \"Cancel\" button wrapper\n`confirm-button` | The \"Confirm\" button wrapper\n`reject-button` | The \"Reject\" button wrapper\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property |\n:----------------------------------------|\n|`--vaadin-confirm-dialog-max-width` |\n|`--vaadin-confirm-dialog-min-width` |\n|`--vaadin-dialog-background` |\n|`--vaadin-dialog-border-color` |\n|`--vaadin-dialog-border-radius` |\n|`--vaadin-dialog-border-width` |\n|`--vaadin-dialog-padding` |\n|`--vaadin-dialog-shadow` |\n|`--vaadin-dialog-title-color` |\n|`--vaadin-dialog-title-font-size` |\n|`--vaadin-dialog-title-font-weight` |\n|`--vaadin-dialog-title-line-height` |\n|`--vaadin-overlay-backdrop-background` |\n\nUse `confirmTheme`, `cancelTheme` and `rejectTheme` properties to customize buttons theme.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\n### Custom content\n\nThe following slots are available for providing custom content:\n\nSlot name | Description\n------------------|---------------------------\n`header` | Slot for header element\n`cancel-button` | Slot for \"Cancel\" button\n`confirm-button` | Slot for \"Confirm\" button\n`reject-button` | Slot for \"Reject\" button",
|
|
381
|
+
"name": "ConfirmDialog",
|
|
382
|
+
"members": [
|
|
383
|
+
{
|
|
384
|
+
"kind": "field",
|
|
385
|
+
"name": "accessibleDescriptionRef",
|
|
386
|
+
"privacy": "public",
|
|
387
|
+
"type": {
|
|
388
|
+
"text": "string"
|
|
389
|
+
},
|
|
390
|
+
"description": "Sets the `aria-describedby` attribute of the dialog.\n\nBy default, the text contents of all elements inside the message area\nare combined into the `aria-description` attribute. However, there are\ncases where this can confuse screen reader users (e.g. the dialog\nmay present a password confirmation form). For these cases,\nit's better to associate only the elements that will help describe\nthe confirmation dialog through this API.",
|
|
391
|
+
"attribute": "accessible-description-ref",
|
|
392
|
+
"inheritedFrom": {
|
|
393
|
+
"name": "ConfirmDialogMixin",
|
|
394
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "field",
|
|
399
|
+
"name": "cancelButtonVisible",
|
|
400
|
+
"privacy": "public",
|
|
401
|
+
"type": {
|
|
402
|
+
"text": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"description": "Whether to show cancel button or not.",
|
|
405
|
+
"attribute": "cancel-button-visible",
|
|
406
|
+
"inheritedFrom": {
|
|
407
|
+
"name": "ConfirmDialogMixin",
|
|
408
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "field",
|
|
413
|
+
"name": "cancelText",
|
|
414
|
+
"privacy": "public",
|
|
415
|
+
"type": {
|
|
416
|
+
"text": "string"
|
|
417
|
+
},
|
|
418
|
+
"description": "Text displayed on cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
419
|
+
"attribute": "cancel-text",
|
|
420
|
+
"inheritedFrom": {
|
|
421
|
+
"name": "ConfirmDialogMixin",
|
|
422
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"kind": "field",
|
|
427
|
+
"name": "cancelTheme",
|
|
428
|
+
"privacy": "public",
|
|
429
|
+
"type": {
|
|
430
|
+
"text": "string"
|
|
431
|
+
},
|
|
432
|
+
"description": "Theme for a cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
433
|
+
"attribute": "cancel-theme",
|
|
434
|
+
"inheritedFrom": {
|
|
435
|
+
"name": "ConfirmDialogMixin",
|
|
436
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"kind": "field",
|
|
441
|
+
"name": "confirmText",
|
|
442
|
+
"privacy": "public",
|
|
443
|
+
"type": {
|
|
444
|
+
"text": "string"
|
|
445
|
+
},
|
|
446
|
+
"description": "Text displayed on confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
447
|
+
"attribute": "confirm-text",
|
|
448
|
+
"inheritedFrom": {
|
|
449
|
+
"name": "ConfirmDialogMixin",
|
|
450
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"kind": "field",
|
|
455
|
+
"name": "confirmTheme",
|
|
456
|
+
"privacy": "public",
|
|
457
|
+
"type": {
|
|
458
|
+
"text": "string"
|
|
459
|
+
},
|
|
460
|
+
"description": "Theme for a confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
461
|
+
"attribute": "confirm-theme",
|
|
462
|
+
"inheritedFrom": {
|
|
463
|
+
"name": "ConfirmDialogMixin",
|
|
464
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"kind": "field",
|
|
469
|
+
"name": "header",
|
|
470
|
+
"privacy": "public",
|
|
471
|
+
"type": {
|
|
472
|
+
"text": "string"
|
|
473
|
+
},
|
|
474
|
+
"description": "Set the confirmation dialog title.",
|
|
475
|
+
"attribute": "header",
|
|
476
|
+
"inheritedFrom": {
|
|
477
|
+
"name": "ConfirmDialogMixin",
|
|
478
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "field",
|
|
483
|
+
"name": "height",
|
|
484
|
+
"privacy": "public",
|
|
485
|
+
"type": {
|
|
486
|
+
"text": "string"
|
|
487
|
+
},
|
|
488
|
+
"description": "Set the height of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
489
|
+
"attribute": "height",
|
|
490
|
+
"inheritedFrom": {
|
|
491
|
+
"name": "DialogSizeMixin",
|
|
492
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"kind": "field",
|
|
497
|
+
"name": "message",
|
|
498
|
+
"privacy": "public",
|
|
499
|
+
"type": {
|
|
500
|
+
"text": "string"
|
|
501
|
+
},
|
|
502
|
+
"description": "Set the message or confirmation question.",
|
|
503
|
+
"attribute": "message",
|
|
504
|
+
"inheritedFrom": {
|
|
505
|
+
"name": "ConfirmDialogMixin",
|
|
506
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "field",
|
|
511
|
+
"name": "noCloseOnEsc",
|
|
512
|
+
"privacy": "public",
|
|
513
|
+
"type": {
|
|
514
|
+
"text": "boolean"
|
|
515
|
+
},
|
|
516
|
+
"description": "Set to true to disable closing dialog on Escape press",
|
|
517
|
+
"attribute": "no-close-on-esc",
|
|
518
|
+
"inheritedFrom": {
|
|
519
|
+
"name": "ConfirmDialogMixin",
|
|
520
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"kind": "field",
|
|
525
|
+
"name": "opened",
|
|
526
|
+
"privacy": "public",
|
|
527
|
+
"type": {
|
|
528
|
+
"text": "boolean"
|
|
529
|
+
},
|
|
530
|
+
"description": "True if the dialog is visible and available for interaction.",
|
|
531
|
+
"attribute": "opened",
|
|
532
|
+
"inheritedFrom": {
|
|
533
|
+
"name": "ConfirmDialogMixin",
|
|
534
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"kind": "field",
|
|
539
|
+
"name": "rejectButtonVisible",
|
|
540
|
+
"privacy": "public",
|
|
541
|
+
"type": {
|
|
542
|
+
"text": "boolean"
|
|
543
|
+
},
|
|
544
|
+
"description": "Whether to show reject button or not.",
|
|
545
|
+
"attribute": "reject-button-visible",
|
|
546
|
+
"inheritedFrom": {
|
|
547
|
+
"name": "ConfirmDialogMixin",
|
|
548
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"kind": "field",
|
|
553
|
+
"name": "rejectText",
|
|
554
|
+
"privacy": "public",
|
|
555
|
+
"type": {
|
|
556
|
+
"text": "string"
|
|
557
|
+
},
|
|
558
|
+
"description": "Text displayed on reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
559
|
+
"attribute": "reject-text",
|
|
560
|
+
"inheritedFrom": {
|
|
561
|
+
"name": "ConfirmDialogMixin",
|
|
562
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"kind": "field",
|
|
567
|
+
"name": "rejectTheme",
|
|
568
|
+
"privacy": "public",
|
|
569
|
+
"type": {
|
|
570
|
+
"text": "string"
|
|
571
|
+
},
|
|
572
|
+
"description": "Theme for a reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
573
|
+
"attribute": "reject-theme",
|
|
574
|
+
"inheritedFrom": {
|
|
575
|
+
"name": "ConfirmDialogMixin",
|
|
576
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"kind": "field",
|
|
581
|
+
"name": "width",
|
|
582
|
+
"privacy": "public",
|
|
583
|
+
"type": {
|
|
584
|
+
"text": "string"
|
|
585
|
+
},
|
|
586
|
+
"description": "Set the width of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
587
|
+
"attribute": "width",
|
|
588
|
+
"inheritedFrom": {
|
|
589
|
+
"name": "DialogSizeMixin",
|
|
590
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"events": [
|
|
595
|
+
{
|
|
596
|
+
"name": "cancel",
|
|
597
|
+
"type": {
|
|
598
|
+
"text": "CustomEvent"
|
|
599
|
+
},
|
|
600
|
+
"description": "Fired when Cancel button or Escape key was pressed.",
|
|
601
|
+
"inheritedFrom": {
|
|
602
|
+
"name": "ConfirmDialogMixin",
|
|
603
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "closed",
|
|
608
|
+
"type": {
|
|
609
|
+
"text": "CustomEvent"
|
|
610
|
+
},
|
|
611
|
+
"description": "Fired when the confirm dialog is closed.",
|
|
612
|
+
"inheritedFrom": {
|
|
613
|
+
"name": "ConfirmDialogMixin",
|
|
614
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "confirm",
|
|
619
|
+
"type": {
|
|
620
|
+
"text": "CustomEvent"
|
|
621
|
+
},
|
|
622
|
+
"description": "Fired when Confirm button was pressed.",
|
|
623
|
+
"inheritedFrom": {
|
|
624
|
+
"name": "ConfirmDialogMixin",
|
|
625
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"type": {
|
|
630
|
+
"text": "CustomEvent"
|
|
631
|
+
},
|
|
632
|
+
"description": "Fired when the `opened` property changes.",
|
|
633
|
+
"name": "opened-changed"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "reject",
|
|
637
|
+
"type": {
|
|
638
|
+
"text": "CustomEvent"
|
|
639
|
+
},
|
|
640
|
+
"description": "Fired when Reject button was pressed.",
|
|
641
|
+
"inheritedFrom": {
|
|
642
|
+
"name": "ConfirmDialogMixin",
|
|
643
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
],
|
|
647
|
+
"mixins": [
|
|
648
|
+
{
|
|
649
|
+
"name": "ConfirmDialogMixin",
|
|
650
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "ElementMixin",
|
|
654
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "ThemePropertyMixin",
|
|
658
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-theme-property-mixin.js"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "PolylitMixin",
|
|
662
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
663
|
+
}
|
|
664
|
+
],
|
|
665
|
+
"superclass": {
|
|
666
|
+
"name": "LitElement",
|
|
667
|
+
"package": "lit"
|
|
668
|
+
},
|
|
669
|
+
"tagName": "vaadin-confirm-dialog",
|
|
670
|
+
"customElement": true,
|
|
671
|
+
"attributes": [
|
|
672
|
+
{
|
|
673
|
+
"name": "accessible-description-ref",
|
|
674
|
+
"type": {
|
|
675
|
+
"text": "string"
|
|
676
|
+
},
|
|
677
|
+
"description": "Sets the `aria-describedby` attribute of the dialog.\n\nBy default, the text contents of all elements inside the message area\nare combined into the `aria-description` attribute. However, there are\ncases where this can confuse screen reader users (e.g. the dialog\nmay present a password confirmation form). For these cases,\nit's better to associate only the elements that will help describe\nthe confirmation dialog through this API.",
|
|
678
|
+
"fieldName": "accessibleDescriptionRef",
|
|
679
|
+
"inheritedFrom": {
|
|
680
|
+
"name": "ConfirmDialogMixin",
|
|
681
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "cancel-button-visible",
|
|
686
|
+
"type": {
|
|
687
|
+
"text": "boolean"
|
|
688
|
+
},
|
|
689
|
+
"description": "Whether to show cancel button or not.",
|
|
690
|
+
"fieldName": "cancelButtonVisible",
|
|
691
|
+
"inheritedFrom": {
|
|
692
|
+
"name": "ConfirmDialogMixin",
|
|
693
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "cancel-text",
|
|
698
|
+
"type": {
|
|
699
|
+
"text": "string"
|
|
700
|
+
},
|
|
701
|
+
"description": "Text displayed on cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
702
|
+
"fieldName": "cancelText",
|
|
703
|
+
"inheritedFrom": {
|
|
704
|
+
"name": "ConfirmDialogMixin",
|
|
705
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "cancel-theme",
|
|
710
|
+
"type": {
|
|
711
|
+
"text": "string"
|
|
712
|
+
},
|
|
713
|
+
"description": "Theme for a cancel-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
714
|
+
"fieldName": "cancelTheme",
|
|
715
|
+
"inheritedFrom": {
|
|
716
|
+
"name": "ConfirmDialogMixin",
|
|
717
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "confirm-text",
|
|
722
|
+
"type": {
|
|
723
|
+
"text": "string"
|
|
724
|
+
},
|
|
725
|
+
"description": "Text displayed on confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
726
|
+
"fieldName": "confirmText",
|
|
727
|
+
"inheritedFrom": {
|
|
728
|
+
"name": "ConfirmDialogMixin",
|
|
729
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "confirm-theme",
|
|
734
|
+
"type": {
|
|
735
|
+
"text": "string"
|
|
736
|
+
},
|
|
737
|
+
"description": "Theme for a confirm-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
738
|
+
"fieldName": "confirmTheme",
|
|
739
|
+
"inheritedFrom": {
|
|
740
|
+
"name": "ConfirmDialogMixin",
|
|
741
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "header",
|
|
746
|
+
"type": {
|
|
747
|
+
"text": "string"
|
|
748
|
+
},
|
|
749
|
+
"description": "Set the confirmation dialog title.",
|
|
750
|
+
"fieldName": "header",
|
|
751
|
+
"inheritedFrom": {
|
|
752
|
+
"name": "ConfirmDialogMixin",
|
|
753
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "height",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "string"
|
|
760
|
+
},
|
|
761
|
+
"description": "Set the height of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
762
|
+
"fieldName": "height",
|
|
763
|
+
"inheritedFrom": {
|
|
764
|
+
"name": "DialogSizeMixin",
|
|
765
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "message",
|
|
770
|
+
"type": {
|
|
771
|
+
"text": "string"
|
|
772
|
+
},
|
|
773
|
+
"description": "Set the message or confirmation question.",
|
|
774
|
+
"fieldName": "message",
|
|
775
|
+
"inheritedFrom": {
|
|
776
|
+
"name": "ConfirmDialogMixin",
|
|
777
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "no-close-on-esc",
|
|
782
|
+
"type": {
|
|
783
|
+
"text": "boolean"
|
|
784
|
+
},
|
|
785
|
+
"description": "Set to true to disable closing dialog on Escape press",
|
|
786
|
+
"fieldName": "noCloseOnEsc",
|
|
787
|
+
"inheritedFrom": {
|
|
788
|
+
"name": "ConfirmDialogMixin",
|
|
789
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "opened",
|
|
794
|
+
"type": {
|
|
795
|
+
"text": "boolean"
|
|
796
|
+
},
|
|
797
|
+
"description": "True if the dialog is visible and available for interaction.",
|
|
798
|
+
"fieldName": "opened",
|
|
799
|
+
"inheritedFrom": {
|
|
800
|
+
"name": "ConfirmDialogMixin",
|
|
801
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "reject-button-visible",
|
|
806
|
+
"type": {
|
|
807
|
+
"text": "boolean"
|
|
808
|
+
},
|
|
809
|
+
"description": "Whether to show reject button or not.",
|
|
810
|
+
"fieldName": "rejectButtonVisible",
|
|
811
|
+
"inheritedFrom": {
|
|
812
|
+
"name": "ConfirmDialogMixin",
|
|
813
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "reject-text",
|
|
818
|
+
"type": {
|
|
819
|
+
"text": "string"
|
|
820
|
+
},
|
|
821
|
+
"description": "Text displayed on reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
822
|
+
"fieldName": "rejectText",
|
|
823
|
+
"inheritedFrom": {
|
|
824
|
+
"name": "ConfirmDialogMixin",
|
|
825
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "reject-theme",
|
|
830
|
+
"type": {
|
|
831
|
+
"text": "string"
|
|
832
|
+
},
|
|
833
|
+
"description": "Theme for a reject-button.\nThis only affects the default button, custom slotted buttons will not be altered.",
|
|
834
|
+
"fieldName": "rejectTheme",
|
|
835
|
+
"inheritedFrom": {
|
|
836
|
+
"name": "ConfirmDialogMixin",
|
|
837
|
+
"module": "src/vaadin-confirm-dialog-mixin.js"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "width",
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "string"
|
|
844
|
+
},
|
|
845
|
+
"description": "Set the width of the dialog.\nIf a unitless number is provided, pixels are assumed.",
|
|
846
|
+
"fieldName": "width",
|
|
847
|
+
"inheritedFrom": {
|
|
848
|
+
"name": "DialogSizeMixin",
|
|
849
|
+
"package": "@vaadin/dialog/src/vaadin-dialog-size-mixin.js"
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
]
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"exports": [
|
|
856
|
+
{
|
|
857
|
+
"kind": "js",
|
|
858
|
+
"name": "ConfirmDialog",
|
|
859
|
+
"declaration": {
|
|
860
|
+
"name": "ConfirmDialog",
|
|
861
|
+
"module": "src/vaadin-confirm-dialog.js"
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
}
|
|
866
|
+
]
|
|
867
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/confirm-dialog",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-alpha7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"src",
|
|
24
24
|
"vaadin-*.d.ts",
|
|
25
25
|
"vaadin-*.js",
|
|
26
|
+
"custom-elements.json",
|
|
26
27
|
"web-types.json",
|
|
27
28
|
"web-types.lit.json"
|
|
28
29
|
],
|
|
@@ -34,25 +35,26 @@
|
|
|
34
35
|
],
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
37
|
-
"@vaadin/button": "25.1.0-
|
|
38
|
-
"@vaadin/component-base": "25.1.0-
|
|
39
|
-
"@vaadin/dialog": "25.1.0-
|
|
40
|
-
"@vaadin/overlay": "25.1.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
38
|
+
"@vaadin/button": "25.1.0-alpha7",
|
|
39
|
+
"@vaadin/component-base": "25.1.0-alpha7",
|
|
40
|
+
"@vaadin/dialog": "25.1.0-alpha7",
|
|
41
|
+
"@vaadin/overlay": "25.1.0-alpha7",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-alpha7",
|
|
42
43
|
"lit": "^3.0.0"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
46
|
-
"@vaadin/aura": "25.1.0-
|
|
47
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
48
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
46
|
+
"@vaadin/a11y-base": "25.1.0-alpha7",
|
|
47
|
+
"@vaadin/aura": "25.1.0-alpha7",
|
|
48
|
+
"@vaadin/chai-plugins": "25.1.0-alpha7",
|
|
49
|
+
"@vaadin/test-runner-commands": "25.1.0-alpha7",
|
|
49
50
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
50
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
51
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-alpha7",
|
|
51
52
|
"sinon": "^21.0.0"
|
|
52
53
|
},
|
|
54
|
+
"customElements": "custom-elements.json",
|
|
53
55
|
"web-types": [
|
|
54
56
|
"web-types.json",
|
|
55
57
|
"web-types.lit.json"
|
|
56
58
|
],
|
|
57
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "98c586125f769c8fefd307536965293668fda81d"
|
|
58
60
|
}
|
|
@@ -15,7 +15,7 @@ import { confirmDialogOverlayStyles } from './styles/vaadin-confirm-dialog-overl
|
|
|
15
15
|
/**
|
|
16
16
|
* An element used internally by `<vaadin-confirm-dialog>`. Not intended to be used separately.
|
|
17
17
|
*
|
|
18
|
-
* @customElement
|
|
18
|
+
* @customElement vaadin-confirm-dialog-overlay
|
|
19
19
|
* @extends HTMLElement
|
|
20
20
|
* @mixes DirMixin
|
|
21
21
|
* @mixes OverlayMixin
|
|
@@ -77,7 +77,7 @@ import { ConfirmDialogMixin } from './vaadin-confirm-dialog-mixin.js';
|
|
|
77
77
|
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
|
|
78
78
|
* @fires {CustomEvent} closed - Fired when the confirm dialog is closed.
|
|
79
79
|
*
|
|
80
|
-
* @customElement
|
|
80
|
+
* @customElement vaadin-confirm-dialog
|
|
81
81
|
* @extends HTMLElement
|
|
82
82
|
* @mixes ConfirmDialogMixin
|
|
83
83
|
* @mixes ElementMixin
|
package/web-types.json
CHANGED
package/web-types.lit.json
CHANGED