@aurodesignsystem-dev/auro-formkit 0.0.0-pr1489.11 → 0.0.0-pr1489.13
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/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +3 -3
- package/components/combobox/demo/getting-started.min.js +3 -3
- package/components/combobox/demo/index.min.js +3 -3
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/customize.min.js +2 -2
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +1 -1
- package/components/counter/dist/registered.js +1 -1
- package/components/datepicker/demo/api.md +1 -0
- package/components/datepicker/demo/customize.md +7 -0
- package/components/datepicker/demo/customize.min.js +26 -12
- package/components/datepicker/demo/index.min.js +26 -12
- package/components/datepicker/dist/index.js +26 -12
- package/components/datepicker/dist/registered.js +26 -12
- package/components/datepicker/dist/src/auro-calendar.d.ts +5 -0
- package/components/datepicker/dist/src/auro-datepicker.d.ts +8 -0
- package/components/dropdown/demo/customize.min.js +1 -1
- package/components/dropdown/demo/getting-started.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/demo/customize.min.js +36 -22
- package/components/form/demo/getting-started.min.js +36 -22
- package/components/form/demo/index.min.js +36 -22
- package/components/form/demo/registerDemoDeps.min.js +36 -22
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/getting-started.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.min.js +2 -2
- package/components/select/demo/getting-started.min.js +2 -2
- package/components/select/demo/index.min.js +2 -2
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +578 -547
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -4,35 +4,35 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "components/
|
|
7
|
+
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
8
8
|
"declarations": [
|
|
9
9
|
{
|
|
10
10
|
"kind": "class",
|
|
11
|
-
"description": "The `auro-
|
|
12
|
-
"name": "
|
|
11
|
+
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
12
|
+
"name": "AuroBibtemplate",
|
|
13
13
|
"slots": [
|
|
14
14
|
{
|
|
15
|
-
"description": "
|
|
16
|
-
"name": "
|
|
15
|
+
"description": "The default slot for the main content.",
|
|
16
|
+
"name": "default"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"description": "
|
|
20
|
-
"name": "
|
|
19
|
+
"description": "Slot for the header content.",
|
|
20
|
+
"name": "header"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"description": "
|
|
24
|
-
"name": "
|
|
23
|
+
"description": "Slot for the subheader content.",
|
|
24
|
+
"name": "subheader"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"description": "
|
|
28
|
-
"name": "
|
|
27
|
+
"description": "Slot for the footer content.",
|
|
28
|
+
"name": "footer"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"description": "Slot for the close button aria-label.",
|
|
32
|
+
"name": "ariaLabel.close"
|
|
29
33
|
}
|
|
30
34
|
],
|
|
31
35
|
"members": [
|
|
32
|
-
{
|
|
33
|
-
"kind": "method",
|
|
34
|
-
"name": "_initializeDefaults"
|
|
35
|
-
},
|
|
36
36
|
{
|
|
37
37
|
"kind": "method",
|
|
38
38
|
"name": "register",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"parameters": [
|
|
41
41
|
{
|
|
42
42
|
"name": "name",
|
|
43
|
-
"default": "\"auro-
|
|
44
|
-
"description": "The name of
|
|
43
|
+
"default": "\"auro-bibtemplate\"",
|
|
44
|
+
"description": "The name of element that you want to register to.",
|
|
45
45
|
"optional": true,
|
|
46
46
|
"type": {
|
|
47
47
|
"text": "string"
|
|
@@ -52,25 +52,17 @@
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"kind": "method",
|
|
55
|
-
"name": "
|
|
55
|
+
"name": "preventBodyScroll",
|
|
56
56
|
"parameters": [
|
|
57
57
|
{
|
|
58
|
-
"name": "
|
|
59
|
-
"description": "The
|
|
60
|
-
"type": {
|
|
61
|
-
"text": "String"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"name": "selected",
|
|
66
|
-
"description": "The checked state of the checkbox.",
|
|
58
|
+
"name": "event",
|
|
59
|
+
"description": "The touchmove event.",
|
|
67
60
|
"type": {
|
|
68
|
-
"text": "
|
|
61
|
+
"text": "Event"
|
|
69
62
|
}
|
|
70
63
|
}
|
|
71
64
|
],
|
|
72
|
-
"description": "
|
|
73
|
-
"privacy": "private",
|
|
65
|
+
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
74
66
|
"return": {
|
|
75
67
|
"type": {
|
|
76
68
|
"text": "void"
|
|
@@ -79,9 +71,8 @@
|
|
|
79
71
|
},
|
|
80
72
|
{
|
|
81
73
|
"kind": "method",
|
|
82
|
-
"name": "
|
|
83
|
-
"description": "
|
|
84
|
-
"privacy": "private",
|
|
74
|
+
"name": "focusCloseButton",
|
|
75
|
+
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
85
76
|
"return": {
|
|
86
77
|
"type": {
|
|
87
78
|
"text": "void"
|
|
@@ -90,308 +81,213 @@
|
|
|
90
81
|
},
|
|
91
82
|
{
|
|
92
83
|
"kind": "method",
|
|
93
|
-
"name": "
|
|
94
|
-
"description": "Helper method that handles the state of checkboxes.",
|
|
95
|
-
"privacy": "private",
|
|
96
|
-
"return": {
|
|
97
|
-
"type": {
|
|
98
|
-
"text": "void"
|
|
99
|
-
}
|
|
100
|
-
}
|
|
84
|
+
"name": "onCloseButtonClick"
|
|
101
85
|
},
|
|
102
86
|
{
|
|
103
87
|
"kind": "method",
|
|
104
|
-
"name": "
|
|
105
|
-
"description": "
|
|
88
|
+
"name": "exposeCssParts",
|
|
89
|
+
"description": "Exposes CSS parts for styling from parent components.",
|
|
106
90
|
"return": {
|
|
107
91
|
"type": {
|
|
108
92
|
"text": "void"
|
|
109
93
|
}
|
|
110
94
|
}
|
|
111
95
|
},
|
|
112
|
-
{
|
|
113
|
-
"kind": "method",
|
|
114
|
-
"name": "validate",
|
|
115
|
-
"parameters": [
|
|
116
|
-
{
|
|
117
|
-
"name": "force",
|
|
118
|
-
"default": "false",
|
|
119
|
-
"description": "Whether to force validation.",
|
|
120
|
-
"optional": true,
|
|
121
|
-
"type": {
|
|
122
|
-
"text": "boolean"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"description": "Validates value."
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"kind": "field",
|
|
130
|
-
"name": "appearance",
|
|
131
|
-
"privacy": "public",
|
|
132
|
-
"type": {
|
|
133
|
-
"text": "'default' | 'inverse'"
|
|
134
|
-
},
|
|
135
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
136
|
-
"default": "'default'",
|
|
137
|
-
"attribute": "appearance",
|
|
138
|
-
"reflects": true
|
|
139
|
-
},
|
|
140
96
|
{
|
|
141
97
|
"kind": "field",
|
|
142
|
-
"name": "
|
|
98
|
+
"name": "large",
|
|
143
99
|
"privacy": "public",
|
|
144
100
|
"type": {
|
|
145
101
|
"text": "boolean"
|
|
146
102
|
},
|
|
147
|
-
"
|
|
148
|
-
"attribute": "
|
|
103
|
+
"default": "false",
|
|
104
|
+
"attribute": "large",
|
|
149
105
|
"reflects": true
|
|
150
106
|
},
|
|
151
107
|
{
|
|
152
108
|
"kind": "field",
|
|
153
|
-
"name": "
|
|
154
|
-
"privacy": "
|
|
155
|
-
"type": {
|
|
156
|
-
"text": "string"
|
|
157
|
-
},
|
|
158
|
-
"description": "When defined, sets persistent validity to `customError` and sets the validation message to the attribute value.",
|
|
159
|
-
"attribute": "error",
|
|
160
|
-
"reflects": true
|
|
109
|
+
"name": "iconTag",
|
|
110
|
+
"privacy": "private"
|
|
161
111
|
},
|
|
162
112
|
{
|
|
163
113
|
"kind": "field",
|
|
164
|
-
"name": "
|
|
165
|
-
"privacy": "
|
|
166
|
-
"type": {
|
|
167
|
-
"text": "boolean"
|
|
168
|
-
},
|
|
169
|
-
"description": "If set, checkboxes will be aligned horizontally.",
|
|
170
|
-
"attribute": "horizontal",
|
|
171
|
-
"reflects": true
|
|
114
|
+
"name": "headerTag",
|
|
115
|
+
"privacy": "private"
|
|
172
116
|
},
|
|
173
117
|
{
|
|
174
118
|
"kind": "field",
|
|
175
|
-
"name": "
|
|
176
|
-
"privacy": "
|
|
177
|
-
"type": {
|
|
178
|
-
"text": "boolean"
|
|
179
|
-
},
|
|
180
|
-
"description": "If set, disables auto-validation on blur.",
|
|
181
|
-
"attribute": "noValidate",
|
|
182
|
-
"reflects": true
|
|
119
|
+
"name": "buttonTag",
|
|
120
|
+
"privacy": "private"
|
|
183
121
|
},
|
|
184
122
|
{
|
|
185
123
|
"kind": "field",
|
|
186
|
-
"name": "
|
|
124
|
+
"name": "isFullscreen",
|
|
187
125
|
"privacy": "public",
|
|
188
126
|
"type": {
|
|
189
127
|
"text": "boolean"
|
|
190
128
|
},
|
|
191
|
-
"
|
|
192
|
-
"attribute": "onDark",
|
|
129
|
+
"attribute": "isFullscreen",
|
|
193
130
|
"reflects": true
|
|
194
131
|
},
|
|
195
132
|
{
|
|
196
133
|
"kind": "field",
|
|
197
|
-
"name": "
|
|
134
|
+
"name": "showFooter",
|
|
198
135
|
"privacy": "public",
|
|
199
136
|
"type": {
|
|
200
137
|
"text": "boolean"
|
|
201
138
|
},
|
|
202
|
-
"description": "
|
|
203
|
-
"attribute": "
|
|
204
|
-
"reflects": true
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"kind": "field",
|
|
208
|
-
"name": "setCustomValidity",
|
|
209
|
-
"privacy": "public",
|
|
210
|
-
"type": {
|
|
211
|
-
"text": "string"
|
|
212
|
-
},
|
|
213
|
-
"description": "Sets a custom help text message to display for all validityStates.",
|
|
214
|
-
"attribute": "setCustomValidity"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"kind": "field",
|
|
218
|
-
"name": "setCustomValidityCustomError",
|
|
219
|
-
"privacy": "public",
|
|
220
|
-
"type": {
|
|
221
|
-
"text": "string"
|
|
222
|
-
},
|
|
223
|
-
"description": "Custom help text message to display when validity = `customError`.",
|
|
224
|
-
"attribute": "setCustomValidityCustomError"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"kind": "field",
|
|
228
|
-
"name": "setCustomValidityValueMissing",
|
|
229
|
-
"privacy": "public",
|
|
230
|
-
"type": {
|
|
231
|
-
"text": "string"
|
|
232
|
-
},
|
|
233
|
-
"description": "Custom help text message to display when validity = `valueMissing`.",
|
|
234
|
-
"attribute": "setCustomValidityValueMissing"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"kind": "field",
|
|
238
|
-
"name": "validity",
|
|
239
|
-
"privacy": "public",
|
|
240
|
-
"type": {
|
|
241
|
-
"text": "string"
|
|
242
|
-
},
|
|
243
|
-
"description": "Specifies the `validityState` this element is in.",
|
|
244
|
-
"attribute": "validity",
|
|
139
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
140
|
+
"attribute": "showFooter",
|
|
245
141
|
"reflects": true
|
|
246
142
|
}
|
|
247
143
|
],
|
|
248
144
|
"events": [
|
|
249
145
|
{
|
|
250
|
-
"name": "
|
|
146
|
+
"name": "close-click",
|
|
251
147
|
"type": {
|
|
252
|
-
"text": "
|
|
148
|
+
"text": "Event"
|
|
253
149
|
}
|
|
254
150
|
},
|
|
255
151
|
{
|
|
256
|
-
"
|
|
257
|
-
"
|
|
152
|
+
"name": "auro-bibtemplate-connected",
|
|
153
|
+
"type": {
|
|
154
|
+
"text": "CustomEvent"
|
|
155
|
+
}
|
|
258
156
|
}
|
|
259
157
|
],
|
|
260
158
|
"attributes": [
|
|
261
159
|
{
|
|
262
|
-
"name": "
|
|
263
|
-
"type": {
|
|
264
|
-
"text": "'default' | 'inverse'"
|
|
265
|
-
},
|
|
266
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
267
|
-
"default": "'default'",
|
|
268
|
-
"fieldName": "appearance"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "disabled",
|
|
272
|
-
"type": {
|
|
273
|
-
"text": "boolean"
|
|
274
|
-
},
|
|
275
|
-
"description": "If set, disables the checkbox group.",
|
|
276
|
-
"fieldName": "disabled"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "error",
|
|
280
|
-
"type": {
|
|
281
|
-
"text": "string"
|
|
282
|
-
},
|
|
283
|
-
"description": "When defined, sets persistent validity to `customError` and sets the validation message to the attribute value.",
|
|
284
|
-
"fieldName": "error"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "horizontal",
|
|
288
|
-
"type": {
|
|
289
|
-
"text": "boolean"
|
|
290
|
-
},
|
|
291
|
-
"description": "If set, checkboxes will be aligned horizontally.",
|
|
292
|
-
"fieldName": "horizontal"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "noValidate",
|
|
160
|
+
"name": "isFullscreen",
|
|
296
161
|
"type": {
|
|
297
162
|
"text": "boolean"
|
|
298
163
|
},
|
|
299
|
-
"
|
|
300
|
-
"fieldName": "noValidate"
|
|
164
|
+
"fieldName": "isFullscreen"
|
|
301
165
|
},
|
|
302
166
|
{
|
|
303
|
-
"name": "
|
|
167
|
+
"name": "large",
|
|
304
168
|
"type": {
|
|
305
169
|
"text": "boolean"
|
|
306
170
|
},
|
|
307
|
-
"
|
|
308
|
-
"fieldName": "
|
|
171
|
+
"default": "false",
|
|
172
|
+
"fieldName": "large"
|
|
309
173
|
},
|
|
310
174
|
{
|
|
311
|
-
"name": "
|
|
175
|
+
"name": "showFooter",
|
|
312
176
|
"type": {
|
|
313
177
|
"text": "boolean"
|
|
314
178
|
},
|
|
315
|
-
"description": "
|
|
316
|
-
"fieldName": "
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"name": "setCustomValidity",
|
|
320
|
-
"type": {
|
|
321
|
-
"text": "string"
|
|
322
|
-
},
|
|
323
|
-
"description": "Sets a custom help text message to display for all validityStates.",
|
|
324
|
-
"fieldName": "setCustomValidity"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "setCustomValidityCustomError",
|
|
328
|
-
"type": {
|
|
329
|
-
"text": "string"
|
|
330
|
-
},
|
|
331
|
-
"description": "Custom help text message to display when validity = `customError`.",
|
|
332
|
-
"fieldName": "setCustomValidityCustomError"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "setCustomValidityValueMissing",
|
|
336
|
-
"type": {
|
|
337
|
-
"text": "string"
|
|
338
|
-
},
|
|
339
|
-
"description": "Custom help text message to display when validity = `valueMissing`.",
|
|
340
|
-
"fieldName": "setCustomValidityValueMissing"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "validity",
|
|
344
|
-
"type": {
|
|
345
|
-
"text": "string"
|
|
346
|
-
},
|
|
347
|
-
"description": "Specifies the `validityState` this element is in.",
|
|
348
|
-
"fieldName": "validity"
|
|
179
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
180
|
+
"fieldName": "showFooter"
|
|
349
181
|
}
|
|
350
182
|
],
|
|
351
183
|
"superclass": {
|
|
352
184
|
"name": "LitElement",
|
|
353
185
|
"package": "lit"
|
|
354
186
|
},
|
|
355
|
-
"tagName": "auro-
|
|
187
|
+
"tagName": "auro-bibtemplate",
|
|
356
188
|
"customElement": true
|
|
357
189
|
}
|
|
358
190
|
],
|
|
359
191
|
"exports": [
|
|
360
192
|
{
|
|
361
193
|
"kind": "js",
|
|
362
|
-
"name": "
|
|
194
|
+
"name": "AuroBibtemplate",
|
|
363
195
|
"declaration": {
|
|
364
|
-
"name": "
|
|
365
|
-
"module": "components/
|
|
196
|
+
"name": "AuroBibtemplate",
|
|
197
|
+
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
366
198
|
}
|
|
367
199
|
}
|
|
368
200
|
]
|
|
369
201
|
},
|
|
370
202
|
{
|
|
371
203
|
"kind": "javascript-module",
|
|
372
|
-
"path": "components/
|
|
204
|
+
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
205
|
+
"declarations": [],
|
|
206
|
+
"exports": [
|
|
207
|
+
{
|
|
208
|
+
"kind": "js",
|
|
209
|
+
"name": "default",
|
|
210
|
+
"declaration": {
|
|
211
|
+
"name": "12.3.2",
|
|
212
|
+
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "javascript-module",
|
|
219
|
+
"path": "components/bibtemplate/src/headerVersion.js",
|
|
220
|
+
"declarations": [],
|
|
221
|
+
"exports": [
|
|
222
|
+
{
|
|
223
|
+
"kind": "js",
|
|
224
|
+
"name": "default",
|
|
225
|
+
"declaration": {
|
|
226
|
+
"name": "5.0.1",
|
|
227
|
+
"module": "components/bibtemplate/src/headerVersion.js"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"kind": "javascript-module",
|
|
234
|
+
"path": "components/bibtemplate/src/iconVersion.js",
|
|
235
|
+
"declarations": [],
|
|
236
|
+
"exports": [
|
|
237
|
+
{
|
|
238
|
+
"kind": "js",
|
|
239
|
+
"name": "default",
|
|
240
|
+
"declaration": {
|
|
241
|
+
"name": "9.2.0",
|
|
242
|
+
"module": "components/bibtemplate/src/iconVersion.js"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"kind": "javascript-module",
|
|
249
|
+
"path": "components/bibtemplate/src/index.js",
|
|
250
|
+
"declarations": [],
|
|
251
|
+
"exports": [
|
|
252
|
+
{
|
|
253
|
+
"kind": "js",
|
|
254
|
+
"name": "AuroBibtemplate",
|
|
255
|
+
"declaration": {
|
|
256
|
+
"name": "AuroBibtemplate",
|
|
257
|
+
"module": "components/bibtemplate/src/index.js"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "javascript-module",
|
|
264
|
+
"path": "components/bibtemplate/src/registered.js",
|
|
265
|
+
"declarations": [],
|
|
266
|
+
"exports": []
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"kind": "javascript-module",
|
|
270
|
+
"path": "components/checkbox/src/auro-checkbox-group.js",
|
|
373
271
|
"declarations": [
|
|
374
272
|
{
|
|
375
273
|
"kind": "class",
|
|
376
|
-
"description": "The `auro-checkbox` element is
|
|
377
|
-
"name": "
|
|
378
|
-
"
|
|
274
|
+
"description": "The `auro-checkbox-group` element is a wrapper for `auro-checkbox` elements.",
|
|
275
|
+
"name": "AuroCheckboxGroup",
|
|
276
|
+
"slots": [
|
|
379
277
|
{
|
|
380
|
-
"description": "
|
|
381
|
-
"name": "
|
|
278
|
+
"description": "Allows for the legend to be overridden.",
|
|
279
|
+
"name": "legend"
|
|
382
280
|
},
|
|
383
281
|
{
|
|
384
|
-
"description": "
|
|
385
|
-
"name": "
|
|
282
|
+
"description": "Allows overriding the optional display text \"(optional)\", which appears next to the label.",
|
|
283
|
+
"name": "optionalLabel"
|
|
386
284
|
},
|
|
387
285
|
{
|
|
388
|
-
"description": "
|
|
389
|
-
"name": "
|
|
390
|
-
}
|
|
391
|
-
],
|
|
392
|
-
"slots": [
|
|
286
|
+
"description": "Allows for the helper text to be overridden.",
|
|
287
|
+
"name": "helpText"
|
|
288
|
+
},
|
|
393
289
|
{
|
|
394
|
-
"description": "The default slot for the checkbox
|
|
290
|
+
"description": "The default slot for the checkbox items.",
|
|
395
291
|
"name": "default"
|
|
396
292
|
}
|
|
397
293
|
],
|
|
@@ -407,8 +303,8 @@
|
|
|
407
303
|
"parameters": [
|
|
408
304
|
{
|
|
409
305
|
"name": "name",
|
|
410
|
-
"default": "\"auro-checkbox\"",
|
|
411
|
-
"description": "The name of element that you want to register
|
|
306
|
+
"default": "\"auro-checkbox-group\"",
|
|
307
|
+
"description": "The name of the element that you want to register.",
|
|
412
308
|
"optional": true,
|
|
413
309
|
"type": {
|
|
414
310
|
"text": "string"
|
|
@@ -419,37 +315,24 @@
|
|
|
419
315
|
},
|
|
420
316
|
{
|
|
421
317
|
"kind": "method",
|
|
422
|
-
"name": "
|
|
318
|
+
"name": "handleValueUpdate",
|
|
423
319
|
"parameters": [
|
|
424
320
|
{
|
|
425
|
-
"name": "
|
|
426
|
-
"description": "The
|
|
321
|
+
"name": "value",
|
|
322
|
+
"description": "The value of the checkbox.",
|
|
427
323
|
"type": {
|
|
428
|
-
"text": "
|
|
324
|
+
"text": "String"
|
|
429
325
|
}
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"description": "Handles the change event for the checkbox input.\nUpdates the checked state and dispatches a corresponding custom event.\nThis custom event is only for the purpose of supporting IE.",
|
|
433
|
-
"privacy": "private",
|
|
434
|
-
"return": {
|
|
435
|
-
"type": {
|
|
436
|
-
"text": "void"
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "method",
|
|
442
|
-
"name": "handleInput",
|
|
443
|
-
"parameters": [
|
|
326
|
+
},
|
|
444
327
|
{
|
|
445
|
-
"name": "
|
|
446
|
-
"description": "The
|
|
328
|
+
"name": "selected",
|
|
329
|
+
"description": "The checked state of the checkbox.",
|
|
447
330
|
"type": {
|
|
448
|
-
"text": "
|
|
331
|
+
"text": "Boolean"
|
|
449
332
|
}
|
|
450
333
|
}
|
|
451
334
|
],
|
|
452
|
-
"description": "
|
|
335
|
+
"description": "Helper method to handle checkbox value changing.",
|
|
453
336
|
"privacy": "private",
|
|
454
337
|
"return": {
|
|
455
338
|
"type": {
|
|
@@ -459,8 +342,8 @@
|
|
|
459
342
|
},
|
|
460
343
|
{
|
|
461
344
|
"kind": "method",
|
|
462
|
-
"name": "
|
|
463
|
-
"description": "
|
|
345
|
+
"name": "handlePreselectedItems",
|
|
346
|
+
"description": "Helper method that handles the state of preselected checkboxes.",
|
|
464
347
|
"privacy": "private",
|
|
465
348
|
"return": {
|
|
466
349
|
"type": {
|
|
@@ -470,12 +353,12 @@
|
|
|
470
353
|
},
|
|
471
354
|
{
|
|
472
355
|
"kind": "method",
|
|
473
|
-
"name": "
|
|
474
|
-
"description": "
|
|
356
|
+
"name": "handleItems",
|
|
357
|
+
"description": "Helper method that handles the state of checkboxes.",
|
|
475
358
|
"privacy": "private",
|
|
476
359
|
"return": {
|
|
477
360
|
"type": {
|
|
478
|
-
"text": "
|
|
361
|
+
"text": "void"
|
|
479
362
|
}
|
|
480
363
|
}
|
|
481
364
|
},
|
|
@@ -491,34 +374,19 @@
|
|
|
491
374
|
},
|
|
492
375
|
{
|
|
493
376
|
"kind": "method",
|
|
494
|
-
"name": "
|
|
495
|
-
"description": "Updates the aria-label based on slot content.",
|
|
496
|
-
"privacy": "private",
|
|
497
|
-
"return": {
|
|
498
|
-
"type": {
|
|
499
|
-
"text": "void"
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"kind": "method",
|
|
505
|
-
"name": "handleKeyDown",
|
|
377
|
+
"name": "validate",
|
|
506
378
|
"parameters": [
|
|
507
379
|
{
|
|
508
|
-
"name": "
|
|
509
|
-
"
|
|
380
|
+
"name": "force",
|
|
381
|
+
"default": "false",
|
|
382
|
+
"description": "Whether to force validation.",
|
|
383
|
+
"optional": true,
|
|
510
384
|
"type": {
|
|
511
|
-
"text": "
|
|
385
|
+
"text": "boolean"
|
|
512
386
|
}
|
|
513
387
|
}
|
|
514
388
|
],
|
|
515
|
-
"description": "
|
|
516
|
-
"privacy": "private",
|
|
517
|
-
"return": {
|
|
518
|
-
"type": {
|
|
519
|
-
"text": "void"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
389
|
+
"description": "Validates value."
|
|
522
390
|
},
|
|
523
391
|
{
|
|
524
392
|
"kind": "field",
|
|
@@ -532,17 +400,6 @@
|
|
|
532
400
|
"attribute": "appearance",
|
|
533
401
|
"reflects": true
|
|
534
402
|
},
|
|
535
|
-
{
|
|
536
|
-
"kind": "field",
|
|
537
|
-
"name": "checked",
|
|
538
|
-
"privacy": "public",
|
|
539
|
-
"type": {
|
|
540
|
-
"text": "boolean"
|
|
541
|
-
},
|
|
542
|
-
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
543
|
-
"attribute": "checked",
|
|
544
|
-
"reflects": true
|
|
545
|
-
},
|
|
546
403
|
{
|
|
547
404
|
"kind": "field",
|
|
548
405
|
"name": "disabled",
|
|
@@ -550,7 +407,7 @@
|
|
|
550
407
|
"type": {
|
|
551
408
|
"text": "boolean"
|
|
552
409
|
},
|
|
553
|
-
"description": "If set
|
|
410
|
+
"description": "If set, disables the checkbox group.",
|
|
554
411
|
"attribute": "disabled",
|
|
555
412
|
"reflects": true
|
|
556
413
|
},
|
|
@@ -559,41 +416,33 @@
|
|
|
559
416
|
"name": "error",
|
|
560
417
|
"privacy": "public",
|
|
561
418
|
"type": {
|
|
562
|
-
"text": "
|
|
419
|
+
"text": "string"
|
|
563
420
|
},
|
|
564
|
-
"description": "
|
|
421
|
+
"description": "When defined, sets persistent validity to `customError` and sets the validation message to the attribute value.",
|
|
565
422
|
"attribute": "error",
|
|
566
423
|
"reflects": true
|
|
567
424
|
},
|
|
568
425
|
{
|
|
569
426
|
"kind": "field",
|
|
570
|
-
"name": "
|
|
427
|
+
"name": "horizontal",
|
|
571
428
|
"privacy": "public",
|
|
572
429
|
"type": {
|
|
573
|
-
"text": "
|
|
430
|
+
"text": "boolean"
|
|
574
431
|
},
|
|
575
|
-
"description": "
|
|
576
|
-
"attribute": "
|
|
432
|
+
"description": "If set, checkboxes will be aligned horizontally.",
|
|
433
|
+
"attribute": "horizontal",
|
|
577
434
|
"reflects": true
|
|
578
435
|
},
|
|
579
436
|
{
|
|
580
437
|
"kind": "field",
|
|
581
|
-
"name": "
|
|
582
|
-
"privacy": "private",
|
|
583
|
-
"type": {
|
|
584
|
-
"text": "string"
|
|
585
|
-
},
|
|
586
|
-
"description": "The id for input node."
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"kind": "field",
|
|
590
|
-
"name": "name",
|
|
438
|
+
"name": "noValidate",
|
|
591
439
|
"privacy": "public",
|
|
592
440
|
"type": {
|
|
593
|
-
"text": "
|
|
441
|
+
"text": "boolean"
|
|
594
442
|
},
|
|
595
|
-
"description": "
|
|
596
|
-
"attribute": "
|
|
443
|
+
"description": "If set, disables auto-validation on blur.",
|
|
444
|
+
"attribute": "noValidate",
|
|
445
|
+
"reflects": true
|
|
597
446
|
},
|
|
598
447
|
{
|
|
599
448
|
"kind": "field",
|
|
@@ -608,94 +457,67 @@
|
|
|
608
457
|
},
|
|
609
458
|
{
|
|
610
459
|
"kind": "field",
|
|
611
|
-
"name": "
|
|
612
|
-
"privacy": "
|
|
460
|
+
"name": "required",
|
|
461
|
+
"privacy": "public",
|
|
613
462
|
"type": {
|
|
614
463
|
"text": "boolean"
|
|
615
464
|
},
|
|
616
|
-
"description": "
|
|
465
|
+
"description": "Populates the `required` attribute on the element. Used for client-side validation.",
|
|
466
|
+
"attribute": "required",
|
|
467
|
+
"reflects": true
|
|
617
468
|
},
|
|
618
469
|
{
|
|
619
470
|
"kind": "field",
|
|
620
|
-
"name": "
|
|
471
|
+
"name": "setCustomValidity",
|
|
621
472
|
"privacy": "public",
|
|
622
473
|
"type": {
|
|
623
474
|
"text": "string"
|
|
624
475
|
},
|
|
625
|
-
"description": "Sets
|
|
626
|
-
"attribute": "
|
|
476
|
+
"description": "Sets a custom help text message to display for all validityStates.",
|
|
477
|
+
"attribute": "setCustomValidity"
|
|
627
478
|
},
|
|
628
479
|
{
|
|
629
480
|
"kind": "field",
|
|
630
|
-
"name": "
|
|
631
|
-
"privacy": "
|
|
632
|
-
"type": {
|
|
633
|
-
"text": "number"
|
|
634
|
-
},
|
|
635
|
-
"description": "The tabindex attribute for the checkbox.",
|
|
636
|
-
"attribute": "tabindex",
|
|
637
|
-
"reflects": true
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"kind": "field",
|
|
641
|
-
"name": "ariaChecked",
|
|
642
|
-
"privacy": "private",
|
|
481
|
+
"name": "setCustomValidityCustomError",
|
|
482
|
+
"privacy": "public",
|
|
643
483
|
"type": {
|
|
644
484
|
"text": "string"
|
|
645
485
|
},
|
|
646
|
-
"description": "
|
|
647
|
-
"attribute": "
|
|
648
|
-
"reflects": true
|
|
486
|
+
"description": "Custom help text message to display when validity = `customError`.",
|
|
487
|
+
"attribute": "setCustomValidityCustomError"
|
|
649
488
|
},
|
|
650
489
|
{
|
|
651
490
|
"kind": "field",
|
|
652
|
-
"name": "
|
|
653
|
-
"privacy": "
|
|
491
|
+
"name": "setCustomValidityValueMissing",
|
|
492
|
+
"privacy": "public",
|
|
654
493
|
"type": {
|
|
655
494
|
"text": "string"
|
|
656
495
|
},
|
|
657
|
-
"description": "
|
|
658
|
-
"attribute": "
|
|
659
|
-
"reflects": true
|
|
496
|
+
"description": "Custom help text message to display when validity = `valueMissing`.",
|
|
497
|
+
"attribute": "setCustomValidityValueMissing"
|
|
660
498
|
},
|
|
661
499
|
{
|
|
662
500
|
"kind": "field",
|
|
663
|
-
"name": "
|
|
664
|
-
"privacy": "
|
|
501
|
+
"name": "validity",
|
|
502
|
+
"privacy": "public",
|
|
665
503
|
"type": {
|
|
666
504
|
"text": "string"
|
|
667
505
|
},
|
|
668
|
-
"description": "
|
|
669
|
-
"attribute": "
|
|
506
|
+
"description": "Specifies the `validityState` this element is in.",
|
|
507
|
+
"attribute": "validity",
|
|
670
508
|
"reflects": true
|
|
671
509
|
}
|
|
672
510
|
],
|
|
673
511
|
"events": [
|
|
674
512
|
{
|
|
675
|
-
"name": "
|
|
676
|
-
"type": {
|
|
677
|
-
"text": "CustomEvent"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"name": "auroCheckbox-focusin",
|
|
682
|
-
"type": {
|
|
683
|
-
"text": "CustomEvent"
|
|
684
|
-
}
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"name": "auroCheckbox-focusout",
|
|
513
|
+
"name": "input",
|
|
688
514
|
"type": {
|
|
689
515
|
"text": "CustomEvent"
|
|
690
516
|
}
|
|
691
517
|
},
|
|
692
518
|
{
|
|
693
|
-
"description": "
|
|
694
|
-
"name": "
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"description": "Notifies when when checked value is changed by user's interface.",
|
|
698
|
-
"name": "input"
|
|
519
|
+
"description": "Notifies that the `validity` and `errorMessage` values have changed.",
|
|
520
|
+
"name": "auroFormElement-validated"
|
|
699
521
|
}
|
|
700
522
|
],
|
|
701
523
|
"attributes": [
|
|
@@ -708,45 +530,37 @@
|
|
|
708
530
|
"default": "'default'",
|
|
709
531
|
"fieldName": "appearance"
|
|
710
532
|
},
|
|
711
|
-
{
|
|
712
|
-
"name": "checked",
|
|
713
|
-
"type": {
|
|
714
|
-
"text": "boolean"
|
|
715
|
-
},
|
|
716
|
-
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
717
|
-
"fieldName": "checked"
|
|
718
|
-
},
|
|
719
533
|
{
|
|
720
534
|
"name": "disabled",
|
|
721
535
|
"type": {
|
|
722
536
|
"text": "boolean"
|
|
723
537
|
},
|
|
724
|
-
"description": "If set
|
|
538
|
+
"description": "If set, disables the checkbox group.",
|
|
725
539
|
"fieldName": "disabled"
|
|
726
540
|
},
|
|
727
541
|
{
|
|
728
542
|
"name": "error",
|
|
729
543
|
"type": {
|
|
730
|
-
"text": "
|
|
544
|
+
"text": "string"
|
|
731
545
|
},
|
|
732
|
-
"description": "
|
|
546
|
+
"description": "When defined, sets persistent validity to `customError` and sets the validation message to the attribute value.",
|
|
733
547
|
"fieldName": "error"
|
|
734
548
|
},
|
|
735
549
|
{
|
|
736
|
-
"name": "
|
|
550
|
+
"name": "horizontal",
|
|
737
551
|
"type": {
|
|
738
|
-
"text": "
|
|
552
|
+
"text": "boolean"
|
|
739
553
|
},
|
|
740
|
-
"description": "
|
|
741
|
-
"fieldName": "
|
|
554
|
+
"description": "If set, checkboxes will be aligned horizontally.",
|
|
555
|
+
"fieldName": "horizontal"
|
|
742
556
|
},
|
|
743
557
|
{
|
|
744
|
-
"name": "
|
|
558
|
+
"name": "noValidate",
|
|
745
559
|
"type": {
|
|
746
|
-
"text": "
|
|
560
|
+
"text": "boolean"
|
|
747
561
|
},
|
|
748
|
-
"description": "
|
|
749
|
-
"fieldName": "
|
|
562
|
+
"description": "If set, disables auto-validation on blur.",
|
|
563
|
+
"fieldName": "noValidate"
|
|
750
564
|
},
|
|
751
565
|
{
|
|
752
566
|
"name": "onDark",
|
|
@@ -757,125 +571,98 @@
|
|
|
757
571
|
"fieldName": "onDark"
|
|
758
572
|
},
|
|
759
573
|
{
|
|
760
|
-
"name": "
|
|
574
|
+
"name": "required",
|
|
761
575
|
"type": {
|
|
762
|
-
"text": "
|
|
576
|
+
"text": "boolean"
|
|
763
577
|
},
|
|
764
|
-
"description": "
|
|
765
|
-
"fieldName": "
|
|
578
|
+
"description": "Populates the `required` attribute on the element. Used for client-side validation.",
|
|
579
|
+
"fieldName": "required"
|
|
766
580
|
},
|
|
767
581
|
{
|
|
768
|
-
"name": "
|
|
582
|
+
"name": "setCustomValidity",
|
|
769
583
|
"type": {
|
|
770
|
-
"text": "
|
|
584
|
+
"text": "string"
|
|
771
585
|
},
|
|
772
|
-
"description": "
|
|
773
|
-
"fieldName": "
|
|
586
|
+
"description": "Sets a custom help text message to display for all validityStates.",
|
|
587
|
+
"fieldName": "setCustomValidity"
|
|
774
588
|
},
|
|
775
589
|
{
|
|
776
|
-
"name": "
|
|
590
|
+
"name": "setCustomValidityCustomError",
|
|
777
591
|
"type": {
|
|
778
592
|
"text": "string"
|
|
779
593
|
},
|
|
780
|
-
"description": "
|
|
781
|
-
"fieldName": "
|
|
594
|
+
"description": "Custom help text message to display when validity = `customError`.",
|
|
595
|
+
"fieldName": "setCustomValidityCustomError"
|
|
782
596
|
},
|
|
783
597
|
{
|
|
784
|
-
"name": "
|
|
598
|
+
"name": "setCustomValidityValueMissing",
|
|
785
599
|
"type": {
|
|
786
600
|
"text": "string"
|
|
787
601
|
},
|
|
788
|
-
"description": "
|
|
789
|
-
"fieldName": "
|
|
602
|
+
"description": "Custom help text message to display when validity = `valueMissing`.",
|
|
603
|
+
"fieldName": "setCustomValidityValueMissing"
|
|
790
604
|
},
|
|
791
605
|
{
|
|
792
|
-
"name": "
|
|
606
|
+
"name": "validity",
|
|
793
607
|
"type": {
|
|
794
608
|
"text": "string"
|
|
795
609
|
},
|
|
796
|
-
"description": "
|
|
797
|
-
"fieldName": "
|
|
610
|
+
"description": "Specifies the `validityState` this element is in.",
|
|
611
|
+
"fieldName": "validity"
|
|
798
612
|
}
|
|
799
613
|
],
|
|
800
614
|
"superclass": {
|
|
801
615
|
"name": "LitElement",
|
|
802
616
|
"package": "lit"
|
|
803
617
|
},
|
|
804
|
-
"tagName": "auro-checkbox",
|
|
618
|
+
"tagName": "auro-checkbox-group",
|
|
805
619
|
"customElement": true
|
|
806
620
|
}
|
|
807
621
|
],
|
|
808
622
|
"exports": [
|
|
809
|
-
{
|
|
810
|
-
"kind": "js",
|
|
811
|
-
"name": "AuroCheckbox",
|
|
812
|
-
"declaration": {
|
|
813
|
-
"name": "AuroCheckbox",
|
|
814
|
-
"module": "components/checkbox/src/auro-checkbox.js"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
]
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"kind": "javascript-module",
|
|
821
|
-
"path": "components/checkbox/src/index.js",
|
|
822
|
-
"declarations": [],
|
|
823
|
-
"exports": [
|
|
824
|
-
{
|
|
825
|
-
"kind": "js",
|
|
826
|
-
"name": "AuroCheckbox",
|
|
827
|
-
"declaration": {
|
|
828
|
-
"name": "AuroCheckbox",
|
|
829
|
-
"module": "components/checkbox/src/index.js"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
623
|
{
|
|
833
624
|
"kind": "js",
|
|
834
625
|
"name": "AuroCheckboxGroup",
|
|
835
626
|
"declaration": {
|
|
836
627
|
"name": "AuroCheckboxGroup",
|
|
837
|
-
"module": "components/checkbox/src/
|
|
628
|
+
"module": "components/checkbox/src/auro-checkbox-group.js"
|
|
838
629
|
}
|
|
839
630
|
}
|
|
840
631
|
]
|
|
841
632
|
},
|
|
842
633
|
{
|
|
843
634
|
"kind": "javascript-module",
|
|
844
|
-
"path": "components/checkbox/src/
|
|
845
|
-
"declarations": [],
|
|
846
|
-
"exports": []
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "javascript-module",
|
|
850
|
-
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
635
|
+
"path": "components/checkbox/src/auro-checkbox.js",
|
|
851
636
|
"declarations": [
|
|
852
637
|
{
|
|
853
638
|
"kind": "class",
|
|
854
|
-
"description": "The `auro-
|
|
855
|
-
"name": "
|
|
856
|
-
"
|
|
857
|
-
{
|
|
858
|
-
"description": "The default slot for the main content.",
|
|
859
|
-
"name": "default"
|
|
860
|
-
},
|
|
639
|
+
"description": "The `auro-checkbox` element is for the purpose of allowing users to select one or more options of a limited number of choices.",
|
|
640
|
+
"name": "AuroCheckbox",
|
|
641
|
+
"cssParts": [
|
|
861
642
|
{
|
|
862
|
-
"description": "
|
|
863
|
-
"name": "
|
|
643
|
+
"description": "apply css to a specific checkbox.",
|
|
644
|
+
"name": "checkbox"
|
|
864
645
|
},
|
|
865
646
|
{
|
|
866
|
-
"description": "
|
|
867
|
-
"name": "
|
|
647
|
+
"description": "apply css to a specific checkbox's input.",
|
|
648
|
+
"name": "checkbox-input"
|
|
868
649
|
},
|
|
869
650
|
{
|
|
870
|
-
"description": "
|
|
871
|
-
"name": "
|
|
872
|
-
}
|
|
651
|
+
"description": "apply css to a specific checkbox's label.",
|
|
652
|
+
"name": "checkbox-label"
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"slots": [
|
|
873
656
|
{
|
|
874
|
-
"description": "
|
|
875
|
-
"name": "
|
|
657
|
+
"description": "The default slot for the checkbox label.",
|
|
658
|
+
"name": "default"
|
|
876
659
|
}
|
|
877
660
|
],
|
|
878
661
|
"members": [
|
|
662
|
+
{
|
|
663
|
+
"kind": "method",
|
|
664
|
+
"name": "_initializeDefaults"
|
|
665
|
+
},
|
|
879
666
|
{
|
|
880
667
|
"kind": "method",
|
|
881
668
|
"name": "register",
|
|
@@ -883,7 +670,7 @@
|
|
|
883
670
|
"parameters": [
|
|
884
671
|
{
|
|
885
672
|
"name": "name",
|
|
886
|
-
"default": "\"auro-
|
|
673
|
+
"default": "\"auro-checkbox\"",
|
|
887
674
|
"description": "The name of element that you want to register to.",
|
|
888
675
|
"optional": true,
|
|
889
676
|
"type": {
|
|
@@ -895,17 +682,18 @@
|
|
|
895
682
|
},
|
|
896
683
|
{
|
|
897
684
|
"kind": "method",
|
|
898
|
-
"name": "
|
|
685
|
+
"name": "handleChange",
|
|
899
686
|
"parameters": [
|
|
900
687
|
{
|
|
901
688
|
"name": "event",
|
|
902
|
-
"description": "The
|
|
689
|
+
"description": "The change event from the checkbox input.",
|
|
903
690
|
"type": {
|
|
904
691
|
"text": "Event"
|
|
905
692
|
}
|
|
906
693
|
}
|
|
907
694
|
],
|
|
908
|
-
"description": "
|
|
695
|
+
"description": "Handles the change event for the checkbox input.\nUpdates the checked state and dispatches a corresponding custom event.\nThis custom event is only for the purpose of supporting IE.",
|
|
696
|
+
"privacy": "private",
|
|
909
697
|
"return": {
|
|
910
698
|
"type": {
|
|
911
699
|
"text": "void"
|
|
@@ -914,8 +702,18 @@
|
|
|
914
702
|
},
|
|
915
703
|
{
|
|
916
704
|
"kind": "method",
|
|
917
|
-
"name": "
|
|
918
|
-
"
|
|
705
|
+
"name": "handleInput",
|
|
706
|
+
"parameters": [
|
|
707
|
+
{
|
|
708
|
+
"name": "event",
|
|
709
|
+
"description": "The input event from the checkbox input.",
|
|
710
|
+
"type": {
|
|
711
|
+
"text": "Event"
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
],
|
|
715
|
+
"description": "Handles the input event for the checkbox input.\nUpdates the checked state and dispatches a custom 'auroCheckbox-input' event.",
|
|
716
|
+
"privacy": "private",
|
|
919
717
|
"return": {
|
|
920
718
|
"type": {
|
|
921
719
|
"text": "void"
|
|
@@ -924,12 +722,61 @@
|
|
|
924
722
|
},
|
|
925
723
|
{
|
|
926
724
|
"kind": "method",
|
|
927
|
-
"name": "
|
|
725
|
+
"name": "handleFocusin",
|
|
726
|
+
"description": "Function to support",
|
|
727
|
+
"privacy": "private",
|
|
728
|
+
"return": {
|
|
729
|
+
"type": {
|
|
730
|
+
"text": "void"
|
|
731
|
+
}
|
|
732
|
+
}
|
|
928
733
|
},
|
|
929
734
|
{
|
|
930
735
|
"kind": "method",
|
|
931
|
-
"name": "
|
|
932
|
-
"description": "
|
|
736
|
+
"name": "generateIconHtml",
|
|
737
|
+
"description": "Function to generate checkmark svg.",
|
|
738
|
+
"privacy": "private",
|
|
739
|
+
"return": {
|
|
740
|
+
"type": {
|
|
741
|
+
"text": "HTMLElement"
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"kind": "method",
|
|
747
|
+
"name": "reset",
|
|
748
|
+
"description": "Resets component to initial state.",
|
|
749
|
+
"return": {
|
|
750
|
+
"type": {
|
|
751
|
+
"text": "void"
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "method",
|
|
757
|
+
"name": "updateAriaLabel",
|
|
758
|
+
"description": "Updates the aria-label based on slot content.",
|
|
759
|
+
"privacy": "private",
|
|
760
|
+
"return": {
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "void"
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"kind": "method",
|
|
768
|
+
"name": "handleKeyDown",
|
|
769
|
+
"parameters": [
|
|
770
|
+
{
|
|
771
|
+
"name": "event",
|
|
772
|
+
"description": "The keydown event from the checkbox input.",
|
|
773
|
+
"type": {
|
|
774
|
+
"text": "KeyboardEvent"
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"description": "Handles keydown event to toggle the checkbox with Space key.",
|
|
779
|
+
"privacy": "private",
|
|
933
780
|
"return": {
|
|
934
781
|
"type": {
|
|
935
782
|
"text": "void"
|
|
@@ -938,173 +785,326 @@
|
|
|
938
785
|
},
|
|
939
786
|
{
|
|
940
787
|
"kind": "field",
|
|
941
|
-
"name": "
|
|
942
|
-
"privacy": "public",
|
|
788
|
+
"name": "appearance",
|
|
789
|
+
"privacy": "public",
|
|
790
|
+
"type": {
|
|
791
|
+
"text": "'default' | 'inverse'"
|
|
792
|
+
},
|
|
793
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
794
|
+
"default": "'default'",
|
|
795
|
+
"attribute": "appearance",
|
|
796
|
+
"reflects": true
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "field",
|
|
800
|
+
"name": "checked",
|
|
801
|
+
"privacy": "public",
|
|
802
|
+
"type": {
|
|
803
|
+
"text": "boolean"
|
|
804
|
+
},
|
|
805
|
+
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
806
|
+
"attribute": "checked",
|
|
807
|
+
"reflects": true
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"kind": "field",
|
|
811
|
+
"name": "disabled",
|
|
812
|
+
"privacy": "public",
|
|
813
|
+
"type": {
|
|
814
|
+
"text": "boolean"
|
|
815
|
+
},
|
|
816
|
+
"description": "If set to true, the checkbox will not be clickable.",
|
|
817
|
+
"attribute": "disabled",
|
|
818
|
+
"reflects": true
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "field",
|
|
822
|
+
"name": "error",
|
|
823
|
+
"privacy": "public",
|
|
824
|
+
"type": {
|
|
825
|
+
"text": "boolean"
|
|
826
|
+
},
|
|
827
|
+
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
828
|
+
"attribute": "error",
|
|
829
|
+
"reflects": true
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"kind": "field",
|
|
833
|
+
"name": "id",
|
|
834
|
+
"privacy": "public",
|
|
835
|
+
"type": {
|
|
836
|
+
"text": "string"
|
|
837
|
+
},
|
|
838
|
+
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
839
|
+
"attribute": "id",
|
|
840
|
+
"reflects": true
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "field",
|
|
844
|
+
"name": "inputId",
|
|
845
|
+
"privacy": "private",
|
|
846
|
+
"type": {
|
|
847
|
+
"text": "string"
|
|
848
|
+
},
|
|
849
|
+
"description": "The id for input node."
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"kind": "field",
|
|
853
|
+
"name": "name",
|
|
854
|
+
"privacy": "public",
|
|
855
|
+
"type": {
|
|
856
|
+
"text": "string"
|
|
857
|
+
},
|
|
858
|
+
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
859
|
+
"attribute": "name"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"kind": "field",
|
|
863
|
+
"name": "onDark",
|
|
864
|
+
"privacy": "public",
|
|
865
|
+
"type": {
|
|
866
|
+
"text": "boolean"
|
|
867
|
+
},
|
|
868
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
869
|
+
"attribute": "onDark",
|
|
870
|
+
"reflects": true
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "field",
|
|
874
|
+
"name": "touched",
|
|
875
|
+
"privacy": "private",
|
|
943
876
|
"type": {
|
|
944
877
|
"text": "boolean"
|
|
945
878
|
},
|
|
946
|
-
"
|
|
947
|
-
"attribute": "large",
|
|
948
|
-
"reflects": true
|
|
879
|
+
"description": "Indicates whether the checkbox has been interacted with."
|
|
949
880
|
},
|
|
950
881
|
{
|
|
951
882
|
"kind": "field",
|
|
952
|
-
"name": "
|
|
953
|
-
"privacy": "
|
|
883
|
+
"name": "value",
|
|
884
|
+
"privacy": "public",
|
|
885
|
+
"type": {
|
|
886
|
+
"text": "string"
|
|
887
|
+
},
|
|
888
|
+
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
889
|
+
"attribute": "value"
|
|
954
890
|
},
|
|
955
891
|
{
|
|
956
892
|
"kind": "field",
|
|
957
|
-
"name": "
|
|
958
|
-
"privacy": "private"
|
|
893
|
+
"name": "tabIndex",
|
|
894
|
+
"privacy": "private",
|
|
895
|
+
"type": {
|
|
896
|
+
"text": "number"
|
|
897
|
+
},
|
|
898
|
+
"description": "The tabindex attribute for the checkbox.",
|
|
899
|
+
"attribute": "tabindex",
|
|
900
|
+
"reflects": true
|
|
959
901
|
},
|
|
960
902
|
{
|
|
961
903
|
"kind": "field",
|
|
962
|
-
"name": "
|
|
963
|
-
"privacy": "private"
|
|
904
|
+
"name": "ariaChecked",
|
|
905
|
+
"privacy": "private",
|
|
906
|
+
"type": {
|
|
907
|
+
"text": "string"
|
|
908
|
+
},
|
|
909
|
+
"description": "The aria-checked attribute for the checkbox.",
|
|
910
|
+
"attribute": "aria-checked",
|
|
911
|
+
"reflects": true
|
|
964
912
|
},
|
|
965
913
|
{
|
|
966
914
|
"kind": "field",
|
|
967
|
-
"name": "
|
|
968
|
-
"privacy": "
|
|
915
|
+
"name": "ariaDisabled",
|
|
916
|
+
"privacy": "private",
|
|
969
917
|
"type": {
|
|
970
|
-
"text": "
|
|
918
|
+
"text": "string"
|
|
971
919
|
},
|
|
972
|
-
"
|
|
920
|
+
"description": "The aria-disabled attribute for the checkbox.",
|
|
921
|
+
"attribute": "aria-disabled",
|
|
973
922
|
"reflects": true
|
|
974
923
|
},
|
|
975
924
|
{
|
|
976
925
|
"kind": "field",
|
|
977
|
-
"name": "
|
|
978
|
-
"privacy": "
|
|
926
|
+
"name": "role",
|
|
927
|
+
"privacy": "private",
|
|
979
928
|
"type": {
|
|
980
|
-
"text": "
|
|
929
|
+
"text": "string"
|
|
981
930
|
},
|
|
982
|
-
"description": "
|
|
983
|
-
"attribute": "
|
|
931
|
+
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
932
|
+
"attribute": "role",
|
|
984
933
|
"reflects": true
|
|
985
934
|
}
|
|
986
935
|
],
|
|
987
936
|
"events": [
|
|
988
937
|
{
|
|
989
|
-
"name": "
|
|
938
|
+
"name": "auroCheckbox-input",
|
|
990
939
|
"type": {
|
|
991
|
-
"text": "
|
|
940
|
+
"text": "CustomEvent"
|
|
992
941
|
}
|
|
993
942
|
},
|
|
994
943
|
{
|
|
995
|
-
"name": "
|
|
944
|
+
"name": "auroCheckbox-focusin",
|
|
945
|
+
"type": {
|
|
946
|
+
"text": "CustomEvent"
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "auroCheckbox-focusout",
|
|
996
951
|
"type": {
|
|
997
952
|
"text": "CustomEvent"
|
|
998
953
|
}
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"description": "(Deprecated) Notifies when checked value is changed.",
|
|
957
|
+
"name": "change"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"description": "Notifies when when checked value is changed by user's interface.",
|
|
961
|
+
"name": "input"
|
|
999
962
|
}
|
|
1000
963
|
],
|
|
1001
964
|
"attributes": [
|
|
1002
965
|
{
|
|
1003
|
-
"name": "
|
|
966
|
+
"name": "appearance",
|
|
967
|
+
"type": {
|
|
968
|
+
"text": "'default' | 'inverse'"
|
|
969
|
+
},
|
|
970
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
971
|
+
"default": "'default'",
|
|
972
|
+
"fieldName": "appearance"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "checked",
|
|
1004
976
|
"type": {
|
|
1005
977
|
"text": "boolean"
|
|
1006
978
|
},
|
|
1007
|
-
"
|
|
979
|
+
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
980
|
+
"fieldName": "checked"
|
|
1008
981
|
},
|
|
1009
982
|
{
|
|
1010
|
-
"name": "
|
|
983
|
+
"name": "disabled",
|
|
1011
984
|
"type": {
|
|
1012
985
|
"text": "boolean"
|
|
1013
986
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"fieldName": "
|
|
987
|
+
"description": "If set to true, the checkbox will not be clickable.",
|
|
988
|
+
"fieldName": "disabled"
|
|
1016
989
|
},
|
|
1017
990
|
{
|
|
1018
|
-
"name": "
|
|
991
|
+
"name": "error",
|
|
1019
992
|
"type": {
|
|
1020
993
|
"text": "boolean"
|
|
1021
994
|
},
|
|
1022
|
-
"description": "If
|
|
1023
|
-
"fieldName": "
|
|
995
|
+
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
996
|
+
"fieldName": "error"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "id",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "string"
|
|
1002
|
+
},
|
|
1003
|
+
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
1004
|
+
"fieldName": "id"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "name",
|
|
1008
|
+
"type": {
|
|
1009
|
+
"text": "string"
|
|
1010
|
+
},
|
|
1011
|
+
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
1012
|
+
"fieldName": "name"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "onDark",
|
|
1016
|
+
"type": {
|
|
1017
|
+
"text": "boolean"
|
|
1018
|
+
},
|
|
1019
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
1020
|
+
"fieldName": "onDark"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "value",
|
|
1024
|
+
"type": {
|
|
1025
|
+
"text": "string"
|
|
1026
|
+
},
|
|
1027
|
+
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
1028
|
+
"fieldName": "value"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "tabindex",
|
|
1032
|
+
"type": {
|
|
1033
|
+
"text": "number"
|
|
1034
|
+
},
|
|
1035
|
+
"description": "The tabindex attribute for the checkbox.",
|
|
1036
|
+
"fieldName": "tabIndex"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "aria-checked",
|
|
1040
|
+
"type": {
|
|
1041
|
+
"text": "string"
|
|
1042
|
+
},
|
|
1043
|
+
"description": "The aria-checked attribute for the checkbox.",
|
|
1044
|
+
"fieldName": "ariaChecked"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "aria-disabled",
|
|
1048
|
+
"type": {
|
|
1049
|
+
"text": "string"
|
|
1050
|
+
},
|
|
1051
|
+
"description": "The aria-disabled attribute for the checkbox.",
|
|
1052
|
+
"fieldName": "ariaDisabled"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "role",
|
|
1056
|
+
"type": {
|
|
1057
|
+
"text": "string"
|
|
1058
|
+
},
|
|
1059
|
+
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
1060
|
+
"fieldName": "role"
|
|
1024
1061
|
}
|
|
1025
1062
|
],
|
|
1026
1063
|
"superclass": {
|
|
1027
1064
|
"name": "LitElement",
|
|
1028
1065
|
"package": "lit"
|
|
1029
1066
|
},
|
|
1030
|
-
"tagName": "auro-
|
|
1067
|
+
"tagName": "auro-checkbox",
|
|
1031
1068
|
"customElement": true
|
|
1032
1069
|
}
|
|
1033
1070
|
],
|
|
1034
1071
|
"exports": [
|
|
1035
1072
|
{
|
|
1036
1073
|
"kind": "js",
|
|
1037
|
-
"name": "
|
|
1038
|
-
"declaration": {
|
|
1039
|
-
"name": "AuroBibtemplate",
|
|
1040
|
-
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
1041
|
-
}
|
|
1042
|
-
}
|
|
1043
|
-
]
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"kind": "javascript-module",
|
|
1047
|
-
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
1048
|
-
"declarations": [],
|
|
1049
|
-
"exports": [
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "js",
|
|
1052
|
-
"name": "default",
|
|
1053
|
-
"declaration": {
|
|
1054
|
-
"name": "12.3.2",
|
|
1055
|
-
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
]
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "javascript-module",
|
|
1062
|
-
"path": "components/bibtemplate/src/headerVersion.js",
|
|
1063
|
-
"declarations": [],
|
|
1064
|
-
"exports": [
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "js",
|
|
1067
|
-
"name": "default",
|
|
1074
|
+
"name": "AuroCheckbox",
|
|
1068
1075
|
"declaration": {
|
|
1069
|
-
"name": "
|
|
1070
|
-
"module": "components/
|
|
1076
|
+
"name": "AuroCheckbox",
|
|
1077
|
+
"module": "components/checkbox/src/auro-checkbox.js"
|
|
1071
1078
|
}
|
|
1072
1079
|
}
|
|
1073
1080
|
]
|
|
1074
1081
|
},
|
|
1075
1082
|
{
|
|
1076
1083
|
"kind": "javascript-module",
|
|
1077
|
-
"path": "components/
|
|
1084
|
+
"path": "components/checkbox/src/index.js",
|
|
1078
1085
|
"declarations": [],
|
|
1079
1086
|
"exports": [
|
|
1080
1087
|
{
|
|
1081
1088
|
"kind": "js",
|
|
1082
|
-
"name": "
|
|
1089
|
+
"name": "AuroCheckbox",
|
|
1083
1090
|
"declaration": {
|
|
1084
|
-
"name": "
|
|
1085
|
-
"module": "components/
|
|
1091
|
+
"name": "AuroCheckbox",
|
|
1092
|
+
"module": "components/checkbox/src/index.js"
|
|
1086
1093
|
}
|
|
1087
|
-
}
|
|
1088
|
-
]
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "javascript-module",
|
|
1092
|
-
"path": "components/bibtemplate/src/index.js",
|
|
1093
|
-
"declarations": [],
|
|
1094
|
-
"exports": [
|
|
1094
|
+
},
|
|
1095
1095
|
{
|
|
1096
1096
|
"kind": "js",
|
|
1097
|
-
"name": "
|
|
1097
|
+
"name": "AuroCheckboxGroup",
|
|
1098
1098
|
"declaration": {
|
|
1099
|
-
"name": "
|
|
1100
|
-
"module": "components/
|
|
1099
|
+
"name": "AuroCheckboxGroup",
|
|
1100
|
+
"module": "components/checkbox/src/index.js"
|
|
1101
1101
|
}
|
|
1102
1102
|
}
|
|
1103
1103
|
]
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"kind": "javascript-module",
|
|
1107
|
-
"path": "components/
|
|
1107
|
+
"path": "components/checkbox/src/registered.js",
|
|
1108
1108
|
"declarations": [],
|
|
1109
1109
|
"exports": []
|
|
1110
1110
|
},
|
|
@@ -5565,6 +5565,16 @@
|
|
|
5565
5565
|
{
|
|
5566
5566
|
"kind": "method",
|
|
5567
5567
|
"name": "clearRangePreview",
|
|
5568
|
+
"parameters": [
|
|
5569
|
+
{
|
|
5570
|
+
"name": "options",
|
|
5571
|
+
"description": "Optional settings.",
|
|
5572
|
+
"optional": true,
|
|
5573
|
+
"type": {
|
|
5574
|
+
"text": "@param {boolean} [options.force=false] - When true, clears classes even\n * when both dateFrom and dateTo are set. Used by month nav handlers\n * since the subsequent re-render re-applies classMap-managed classes,\n * while `lastHoveredDate` (not in classMap) would otherwise persist.\n * "
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
],
|
|
5568
5578
|
"description": "Clears range preview classes from all cells.",
|
|
5569
5579
|
"privacy": "private",
|
|
5570
5580
|
"return": {
|
|
@@ -7064,6 +7074,18 @@
|
|
|
7064
7074
|
"attribute": "navLabelNextMonth",
|
|
7065
7075
|
"reflects": true
|
|
7066
7076
|
},
|
|
7077
|
+
{
|
|
7078
|
+
"kind": "field",
|
|
7079
|
+
"name": "calendarGridLabel",
|
|
7080
|
+
"privacy": "public",
|
|
7081
|
+
"type": {
|
|
7082
|
+
"text": "string"
|
|
7083
|
+
},
|
|
7084
|
+
"description": "Accessible label for the calendar grid containing the days of the month.",
|
|
7085
|
+
"default": "'Calendar days of the month'",
|
|
7086
|
+
"attribute": "calendarGridLabel",
|
|
7087
|
+
"reflects": true
|
|
7088
|
+
},
|
|
7067
7089
|
{
|
|
7068
7090
|
"kind": "field",
|
|
7069
7091
|
"name": "stacked",
|
|
@@ -7680,6 +7702,15 @@
|
|
|
7680
7702
|
"default": "undefined",
|
|
7681
7703
|
"fieldName": "calendarEndDate"
|
|
7682
7704
|
},
|
|
7705
|
+
{
|
|
7706
|
+
"name": "calendarGridLabel",
|
|
7707
|
+
"type": {
|
|
7708
|
+
"text": "string"
|
|
7709
|
+
},
|
|
7710
|
+
"description": "Accessible label for the calendar grid containing the days of the month.",
|
|
7711
|
+
"default": "'Calendar days of the month'",
|
|
7712
|
+
"fieldName": "calendarGridLabel"
|
|
7713
|
+
},
|
|
7683
7714
|
{
|
|
7684
7715
|
"name": "calendarFocusDate",
|
|
7685
7716
|
"type": {
|