@aurodesignsystem-dev/auro-hyperlink 0.0.0-pr318.0 → 0.0.0-pr322.1
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/README.md +38 -58
- package/custom-elements.json +1833 -1513
- package/demo/api.md +28 -29
- package/demo/auro-hyperlink.min.js +47 -60
- package/demo/index.md +0 -12
- package/dist/{auro-hyperlink-BbOKgPQQ.js → auro-hyperlink-isNf5eLk.js} +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -4,863 +4,1137 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "
|
|
7
|
+
"path": "scripts/wca/auro-hyperlink.js",
|
|
8
8
|
"declarations": [
|
|
9
9
|
{
|
|
10
10
|
"kind": "class",
|
|
11
|
-
"description": "",
|
|
12
|
-
"name": "
|
|
13
|
-
"
|
|
11
|
+
"description": "`<auro-hyperlink>` is a component that wraps an HTML `<a>` element, providing additional styling and behavior.",
|
|
12
|
+
"name": "AuroHyperlinkWCA",
|
|
13
|
+
"superclass": {
|
|
14
|
+
"name": "AuroHyperlink",
|
|
15
|
+
"module": "/src/auro-hyperlink.js"
|
|
16
|
+
},
|
|
17
|
+
"tagName": "auro-hyperlink",
|
|
18
|
+
"customElement": true,
|
|
19
|
+
"cssParts": [
|
|
14
20
|
{
|
|
15
|
-
"
|
|
16
|
-
"name": "
|
|
17
|
-
"static": true,
|
|
18
|
-
"parameters": [
|
|
19
|
-
{
|
|
20
|
-
"name": "name",
|
|
21
|
-
"default": "\"auro-hyperlink-button\"",
|
|
22
|
-
"description": "The name of element that you want to register to.",
|
|
23
|
-
"optional": true,
|
|
24
|
-
"type": {
|
|
25
|
-
"text": "string"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"description": "This will register this element with the browser.",
|
|
21
|
+
"description": "Allows styling to be applied to the `a` element.",
|
|
22
|
+
"name": "link",
|
|
30
23
|
"inheritedFrom": {
|
|
31
|
-
"name": "
|
|
32
|
-
"module": "src/auro-
|
|
24
|
+
"name": "AuroHyperlink",
|
|
25
|
+
"module": "src/auro-hyperlink.js"
|
|
33
26
|
}
|
|
34
27
|
},
|
|
35
28
|
{
|
|
36
|
-
"
|
|
37
|
-
"name": "
|
|
38
|
-
"static": true,
|
|
39
|
-
"description": "Enables form association for this element.",
|
|
40
|
-
"return": {
|
|
41
|
-
"type": {
|
|
42
|
-
"text": "boolean"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"readonly": true,
|
|
29
|
+
"description": "Allows styling to be applied to the icon that appears next to the hyperlink.",
|
|
30
|
+
"name": "targetIcon",
|
|
46
31
|
"inheritedFrom": {
|
|
47
|
-
"name": "
|
|
48
|
-
"module": "src/auro-
|
|
32
|
+
"name": "AuroHyperlink",
|
|
33
|
+
"module": "src/auro-hyperlink.js"
|
|
49
34
|
}
|
|
50
|
-
}
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"attributes": [
|
|
51
38
|
{
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
"privacy": "private",
|
|
56
|
-
"return": {
|
|
57
|
-
"type": {
|
|
58
|
-
"text": "void"
|
|
59
|
-
}
|
|
39
|
+
"name": "appearance",
|
|
40
|
+
"type": {
|
|
41
|
+
"text": "string"
|
|
60
42
|
},
|
|
43
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
44
|
+
"default": "\"default\"",
|
|
45
|
+
"fieldName": "appearance",
|
|
61
46
|
"inheritedFrom": {
|
|
62
|
-
"name": "
|
|
63
|
-
"module": "src/
|
|
47
|
+
"name": "AuroElement",
|
|
48
|
+
"module": "src/layoutElement/auroElement.js"
|
|
64
49
|
}
|
|
65
50
|
},
|
|
66
51
|
{
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
"privacy": "private",
|
|
71
|
-
"return": {
|
|
72
|
-
"type": {
|
|
73
|
-
"text": "void"
|
|
74
|
-
}
|
|
52
|
+
"name": "download",
|
|
53
|
+
"type": {
|
|
54
|
+
"text": "boolean"
|
|
75
55
|
},
|
|
56
|
+
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
57
|
+
"default": "false",
|
|
58
|
+
"fieldName": "download",
|
|
76
59
|
"inheritedFrom": {
|
|
77
|
-
"name": "
|
|
78
|
-
"module": "src/
|
|
60
|
+
"name": "ComponentBase",
|
|
61
|
+
"module": "src/component-base.mjs"
|
|
79
62
|
}
|
|
80
63
|
},
|
|
81
64
|
{
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
"privacy": "private",
|
|
86
|
-
"return": {
|
|
87
|
-
"type": {
|
|
88
|
-
"text": "HTMLFormElement | null"
|
|
89
|
-
}
|
|
65
|
+
"name": "fluid",
|
|
66
|
+
"type": {
|
|
67
|
+
"text": "boolean"
|
|
90
68
|
},
|
|
91
|
-
"
|
|
69
|
+
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
70
|
+
"fieldName": "fluid",
|
|
92
71
|
"inheritedFrom": {
|
|
93
|
-
"name": "
|
|
94
|
-
"module": "src/
|
|
72
|
+
"name": "ComponentBase",
|
|
73
|
+
"module": "src/component-base.mjs"
|
|
95
74
|
}
|
|
96
75
|
},
|
|
97
76
|
{
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
"return": {
|
|
102
|
-
"type": {
|
|
103
|
-
"text": "Boolean"
|
|
104
|
-
}
|
|
77
|
+
"name": "href",
|
|
78
|
+
"type": {
|
|
79
|
+
"text": "string"
|
|
105
80
|
},
|
|
106
|
-
"
|
|
81
|
+
"description": "Defines the URL of the linked page.",
|
|
82
|
+
"fieldName": "href",
|
|
107
83
|
"inheritedFrom": {
|
|
108
|
-
"name": "
|
|
109
|
-
"module": "src/
|
|
84
|
+
"name": "ComponentBase",
|
|
85
|
+
"module": "src/component-base.mjs"
|
|
110
86
|
}
|
|
111
87
|
},
|
|
112
88
|
{
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
"return": {
|
|
117
|
-
"type": {
|
|
118
|
-
"text": "string | undefined"
|
|
119
|
-
}
|
|
89
|
+
"name": "layout",
|
|
90
|
+
"type": {
|
|
91
|
+
"text": "string"
|
|
120
92
|
},
|
|
121
|
-
"
|
|
122
|
-
"
|
|
93
|
+
"description": "Defines the language of an element.",
|
|
94
|
+
"default": "{'default'}",
|
|
95
|
+
"fieldName": "layout",
|
|
123
96
|
"inheritedFrom": {
|
|
124
|
-
"name": "
|
|
125
|
-
"module": "src/
|
|
97
|
+
"name": "AuroElement",
|
|
98
|
+
"module": "src/layoutElement/auroElement.js"
|
|
126
99
|
}
|
|
127
100
|
},
|
|
128
101
|
{
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
"return": {
|
|
133
|
-
"type": {
|
|
134
|
-
"text": "string | undefined"
|
|
135
|
-
}
|
|
102
|
+
"name": "ondark",
|
|
103
|
+
"type": {
|
|
104
|
+
"text": "boolean"
|
|
136
105
|
},
|
|
137
|
-
"
|
|
138
|
-
"
|
|
106
|
+
"fieldName": "ondark",
|
|
107
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
108
|
+
"default": "false",
|
|
139
109
|
"inheritedFrom": {
|
|
140
|
-
"name": "
|
|
141
|
-
"module": "src/
|
|
110
|
+
"name": "AuroElement",
|
|
111
|
+
"module": "src/layoutElement/auroElement.js"
|
|
142
112
|
}
|
|
143
113
|
},
|
|
144
114
|
{
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
"return": {
|
|
149
|
-
"type": {
|
|
150
|
-
"text": "boolean"
|
|
151
|
-
}
|
|
115
|
+
"name": "referrerpolicy",
|
|
116
|
+
"type": {
|
|
117
|
+
"text": "boolean"
|
|
152
118
|
},
|
|
153
|
-
"
|
|
154
|
-
"
|
|
119
|
+
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
120
|
+
"fieldName": "referrerpolicy",
|
|
155
121
|
"inheritedFrom": {
|
|
156
|
-
"name": "
|
|
157
|
-
"module": "src/
|
|
122
|
+
"name": "ComponentBase",
|
|
123
|
+
"module": "src/component-base.mjs"
|
|
158
124
|
}
|
|
159
125
|
},
|
|
160
126
|
{
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
"return": {
|
|
165
|
-
"type": {
|
|
166
|
-
"text": "string"
|
|
167
|
-
}
|
|
127
|
+
"name": "rel",
|
|
128
|
+
"type": {
|
|
129
|
+
"text": "string"
|
|
168
130
|
},
|
|
169
|
-
"
|
|
131
|
+
"description": "Defines the relationship between the current document and the linked document.",
|
|
132
|
+
"fieldName": "rel",
|
|
170
133
|
"inheritedFrom": {
|
|
171
|
-
"name": "
|
|
172
|
-
"module": "src/
|
|
134
|
+
"name": "ComponentBase",
|
|
135
|
+
"module": "src/component-base.mjs"
|
|
173
136
|
}
|
|
174
137
|
},
|
|
175
138
|
{
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
"return": {
|
|
180
|
-
"type": {
|
|
181
|
-
"text": "TemplateResult"
|
|
182
|
-
}
|
|
139
|
+
"name": "shape",
|
|
140
|
+
"type": {
|
|
141
|
+
"text": "string"
|
|
183
142
|
},
|
|
184
|
-
"
|
|
185
|
-
"readonly": true,
|
|
143
|
+
"fieldName": "shape",
|
|
186
144
|
"inheritedFrom": {
|
|
187
|
-
"name": "
|
|
188
|
-
"module": "src/
|
|
145
|
+
"name": "AuroElement",
|
|
146
|
+
"module": "src/layoutElement/auroElement.js"
|
|
189
147
|
}
|
|
190
148
|
},
|
|
191
149
|
{
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
"return": {
|
|
196
|
-
"type": {
|
|
197
|
-
"text": "String"
|
|
198
|
-
}
|
|
150
|
+
"name": "size",
|
|
151
|
+
"type": {
|
|
152
|
+
"text": "string"
|
|
199
153
|
},
|
|
200
|
-
"
|
|
154
|
+
"fieldName": "size",
|
|
201
155
|
"inheritedFrom": {
|
|
202
|
-
"name": "
|
|
203
|
-
"module": "src/
|
|
156
|
+
"name": "AuroElement",
|
|
157
|
+
"module": "src/layoutElement/auroElement.js"
|
|
204
158
|
}
|
|
205
159
|
},
|
|
206
160
|
{
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"type": {
|
|
214
|
-
"text": "PointerEvent"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"description": "This is to detect pointer events for hover and active states for styling purposes.\n:host with :has selector dont work together in Safari and Firefox",
|
|
219
|
-
"privacy": "private",
|
|
161
|
+
"name": "target",
|
|
162
|
+
"type": {
|
|
163
|
+
"text": "string"
|
|
164
|
+
},
|
|
165
|
+
"description": "Defines where to open the linked document.",
|
|
166
|
+
"fieldName": "target",
|
|
220
167
|
"inheritedFrom": {
|
|
221
|
-
"name": "
|
|
222
|
-
"module": "src/
|
|
168
|
+
"name": "ComponentBase",
|
|
169
|
+
"module": "src/component-base.mjs"
|
|
223
170
|
}
|
|
224
171
|
},
|
|
225
172
|
{
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
"return": {
|
|
230
|
-
"type": {
|
|
231
|
-
"text": "TemplateResult"
|
|
232
|
-
}
|
|
173
|
+
"name": "type",
|
|
174
|
+
"type": {
|
|
175
|
+
"text": "string"
|
|
233
176
|
},
|
|
234
|
-
"
|
|
177
|
+
"description": "Defines the type of hyperlink; accepts `nav` or `cta`.",
|
|
178
|
+
"fieldName": "type",
|
|
235
179
|
"inheritedFrom": {
|
|
236
|
-
"name": "
|
|
237
|
-
"module": "src/
|
|
180
|
+
"name": "ComponentBase",
|
|
181
|
+
"module": "src/component-base.mjs"
|
|
238
182
|
}
|
|
239
183
|
},
|
|
184
|
+
{
|
|
185
|
+
"name": "variant",
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "string"
|
|
188
|
+
},
|
|
189
|
+
"description": "Sets button variant option.",
|
|
190
|
+
"default": "\"primary\"",
|
|
191
|
+
"fieldName": "variant",
|
|
192
|
+
"inheritedFrom": {
|
|
193
|
+
"name": "ComponentBase",
|
|
194
|
+
"module": "src/component-base.mjs"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"members": [
|
|
240
199
|
{
|
|
241
200
|
"kind": "method",
|
|
242
|
-
"name": "
|
|
243
|
-
"description": "
|
|
201
|
+
"name": "_createRefs",
|
|
202
|
+
"description": "Create usable refs to internal elements",
|
|
244
203
|
"return": {
|
|
245
204
|
"type": {
|
|
246
|
-
"text": "
|
|
205
|
+
"text": "void"
|
|
247
206
|
}
|
|
248
207
|
},
|
|
249
208
|
"privacy": "private",
|
|
250
209
|
"inheritedFrom": {
|
|
251
|
-
"name": "
|
|
252
|
-
"module": "src/auro-
|
|
210
|
+
"name": "AuroHyperlink",
|
|
211
|
+
"module": "src/auro-hyperlink.js"
|
|
253
212
|
}
|
|
254
213
|
},
|
|
255
214
|
{
|
|
256
215
|
"kind": "field",
|
|
257
|
-
"name": "
|
|
216
|
+
"name": "appearance",
|
|
258
217
|
"privacy": "public",
|
|
259
218
|
"type": {
|
|
260
|
-
"text": "
|
|
219
|
+
"text": "string"
|
|
261
220
|
},
|
|
262
|
-
"description": "
|
|
263
|
-
"default": "
|
|
264
|
-
"attribute": "
|
|
221
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
222
|
+
"default": "\"default\"",
|
|
223
|
+
"attribute": "appearance",
|
|
265
224
|
"reflects": true,
|
|
266
225
|
"inheritedFrom": {
|
|
267
|
-
"name": "
|
|
268
|
-
"module": "src/
|
|
226
|
+
"name": "AuroElement",
|
|
227
|
+
"module": "src/layoutElement/auroElement.js"
|
|
269
228
|
}
|
|
270
229
|
},
|
|
271
230
|
{
|
|
272
231
|
"kind": "field",
|
|
273
|
-
"name": "
|
|
274
|
-
"privacy": "public",
|
|
232
|
+
"name": "ariapressed",
|
|
275
233
|
"type": {
|
|
276
|
-
"text": "
|
|
234
|
+
"text": "string"
|
|
277
235
|
},
|
|
278
|
-
"
|
|
279
|
-
"default": "false",
|
|
280
|
-
"attribute": "disabled",
|
|
281
|
-
"reflects": true,
|
|
236
|
+
"privacy": "private",
|
|
237
|
+
"default": "\"false\"",
|
|
282
238
|
"inheritedFrom": {
|
|
283
|
-
"name": "
|
|
284
|
-
"module": "src/
|
|
239
|
+
"name": "ComponentBase",
|
|
240
|
+
"module": "src/component-base.mjs"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "method",
|
|
245
|
+
"name": "ariaPressedState",
|
|
246
|
+
"parameters": [
|
|
247
|
+
{
|
|
248
|
+
"name": "ariaPressed",
|
|
249
|
+
"description": "The initial value of the ARIA pressed state.",
|
|
250
|
+
"type": {
|
|
251
|
+
"text": "boolean"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"description": "Sets the ARIA pressed state based on user interactions.",
|
|
256
|
+
"privacy": "private",
|
|
257
|
+
"return": {
|
|
258
|
+
"type": {
|
|
259
|
+
"text": "boolean"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"inheritedFrom": {
|
|
263
|
+
"name": "ComponentBase",
|
|
264
|
+
"module": "src/component-base.mjs"
|
|
285
265
|
}
|
|
286
266
|
},
|
|
287
267
|
{
|
|
288
268
|
"kind": "field",
|
|
289
|
-
"name": "
|
|
290
|
-
"privacy": "public",
|
|
269
|
+
"name": "defaultReferrerPolicy",
|
|
291
270
|
"type": {
|
|
292
|
-
"text": "
|
|
271
|
+
"text": "string"
|
|
293
272
|
},
|
|
294
|
-
"
|
|
295
|
-
"default": "
|
|
296
|
-
"attribute": "loading",
|
|
297
|
-
"reflects": true,
|
|
273
|
+
"privacy": "private",
|
|
274
|
+
"default": "\"strict-origin-when-cross-origin\"",
|
|
298
275
|
"inheritedFrom": {
|
|
299
|
-
"name": "
|
|
300
|
-
"module": "src/
|
|
276
|
+
"name": "ComponentBase",
|
|
277
|
+
"module": "src/component-base.mjs"
|
|
301
278
|
}
|
|
302
279
|
},
|
|
303
280
|
{
|
|
304
281
|
"kind": "field",
|
|
305
|
-
"name": "
|
|
282
|
+
"name": "download",
|
|
306
283
|
"privacy": "public",
|
|
307
284
|
"type": {
|
|
308
285
|
"text": "boolean"
|
|
309
286
|
},
|
|
310
|
-
"description": "If true, the
|
|
287
|
+
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
311
288
|
"default": "false",
|
|
312
|
-
"attribute": "
|
|
289
|
+
"attribute": "download",
|
|
313
290
|
"reflects": true,
|
|
314
291
|
"inheritedFrom": {
|
|
315
|
-
"name": "
|
|
316
|
-
"module": "src/
|
|
292
|
+
"name": "ComponentBase",
|
|
293
|
+
"module": "src/component-base.mjs"
|
|
317
294
|
}
|
|
318
295
|
},
|
|
319
296
|
{
|
|
320
297
|
"kind": "field",
|
|
321
|
-
"name": "
|
|
298
|
+
"name": "fluid",
|
|
299
|
+
"privacy": "public",
|
|
322
300
|
"type": {
|
|
323
|
-
"text": "
|
|
301
|
+
"text": "boolean"
|
|
324
302
|
},
|
|
325
|
-
"
|
|
326
|
-
"
|
|
303
|
+
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
304
|
+
"attribute": "fluid",
|
|
327
305
|
"inheritedFrom": {
|
|
328
|
-
"name": "
|
|
329
|
-
"module": "src/
|
|
306
|
+
"name": "ComponentBase",
|
|
307
|
+
"module": "src/component-base.mjs"
|
|
330
308
|
}
|
|
331
309
|
},
|
|
332
310
|
{
|
|
333
|
-
"kind": "
|
|
334
|
-
"name": "
|
|
335
|
-
"
|
|
336
|
-
|
|
311
|
+
"kind": "method",
|
|
312
|
+
"name": "generateIconHtml",
|
|
313
|
+
"parameters": [
|
|
314
|
+
{
|
|
315
|
+
"name": "svgContent",
|
|
316
|
+
"description": "The SVG content to be embedded.",
|
|
317
|
+
"type": {
|
|
318
|
+
"text": "string"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"description": "Generates an HTML element containing an SVG icon based on the provided `svgContent`.",
|
|
323
|
+
"privacy": "private",
|
|
324
|
+
"return": {
|
|
325
|
+
"type": {
|
|
326
|
+
"text": "Element"
|
|
327
|
+
}
|
|
337
328
|
},
|
|
338
|
-
"default": "\"rounded\"",
|
|
339
|
-
"description": "Defines the shape of the button.",
|
|
340
329
|
"inheritedFrom": {
|
|
341
|
-
"name": "
|
|
342
|
-
"module": "src/
|
|
330
|
+
"name": "ComponentBase",
|
|
331
|
+
"module": "src/component-base.mjs"
|
|
343
332
|
}
|
|
344
333
|
},
|
|
345
334
|
{
|
|
346
|
-
"kind": "
|
|
347
|
-
"name": "
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
|
|
335
|
+
"kind": "method",
|
|
336
|
+
"name": "getMarkup",
|
|
337
|
+
"description": "Generates an object containing CSS classes based on the properties of the component.",
|
|
338
|
+
"privacy": "private",
|
|
339
|
+
"return": {
|
|
340
|
+
"type": {
|
|
341
|
+
"text": "object"
|
|
342
|
+
}
|
|
351
343
|
},
|
|
352
|
-
"description": "Alters the shape of the button to be full width of its parent container.",
|
|
353
|
-
"default": "false",
|
|
354
|
-
"attribute": "fluid",
|
|
355
|
-
"reflects": true,
|
|
356
344
|
"inheritedFrom": {
|
|
357
|
-
"name": "
|
|
358
|
-
"module": "src/auro-
|
|
345
|
+
"name": "AuroHyperlink",
|
|
346
|
+
"module": "src/auro-hyperlink.js"
|
|
359
347
|
}
|
|
360
348
|
},
|
|
361
349
|
{
|
|
362
|
-
"kind": "
|
|
363
|
-
"name": "
|
|
364
|
-
"
|
|
365
|
-
|
|
366
|
-
|
|
350
|
+
"kind": "method",
|
|
351
|
+
"name": "getRelType",
|
|
352
|
+
"parameters": [
|
|
353
|
+
{
|
|
354
|
+
"name": "target",
|
|
355
|
+
"description": "The target attribute of the anchor element.",
|
|
356
|
+
"type": {
|
|
357
|
+
"text": "string"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "rel",
|
|
362
|
+
"description": "The rel attribute of the anchor element.",
|
|
363
|
+
"type": {
|
|
364
|
+
"text": "string"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"description": "Gets the rel attribute value based on target and rel values.",
|
|
369
|
+
"privacy": "private",
|
|
370
|
+
"return": {
|
|
371
|
+
"type": {
|
|
372
|
+
"text": "string|undefined"
|
|
373
|
+
}
|
|
367
374
|
},
|
|
368
|
-
"description": "DEPRECATED - Use `slot=\"ariaLabel.loading\"` instead.",
|
|
369
|
-
"attribute": "loadingText",
|
|
370
375
|
"inheritedFrom": {
|
|
371
|
-
"name": "
|
|
372
|
-
"module": "src/
|
|
376
|
+
"name": "ComponentBase",
|
|
377
|
+
"module": "src/component-base.mjs"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"kind": "method",
|
|
382
|
+
"name": "getTabState",
|
|
383
|
+
"parameters": [
|
|
384
|
+
{
|
|
385
|
+
"name": "tabIsActive",
|
|
386
|
+
"description": "Indicates whether the tab is active.",
|
|
387
|
+
"type": {
|
|
388
|
+
"text": "boolean"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"description": "Returns the state of a tab as a string.",
|
|
393
|
+
"privacy": "private",
|
|
394
|
+
"return": {
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "string"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"inheritedFrom": {
|
|
400
|
+
"name": "ComponentBase",
|
|
401
|
+
"module": "src/component-base.mjs"
|
|
373
402
|
}
|
|
374
403
|
},
|
|
375
404
|
{
|
|
376
405
|
"kind": "field",
|
|
377
|
-
"name": "
|
|
406
|
+
"name": "href",
|
|
378
407
|
"privacy": "public",
|
|
379
408
|
"type": {
|
|
380
|
-
"text": "
|
|
409
|
+
"text": "string"
|
|
381
410
|
},
|
|
382
|
-
"description": "
|
|
383
|
-
"
|
|
384
|
-
"attribute": "variant",
|
|
411
|
+
"description": "Defines the URL of the linked page.",
|
|
412
|
+
"attribute": "href",
|
|
385
413
|
"reflects": true,
|
|
386
414
|
"inheritedFrom": {
|
|
387
|
-
"name": "
|
|
388
|
-
"module": "src/
|
|
415
|
+
"name": "ComponentBase",
|
|
416
|
+
"module": "src/component-base.mjs"
|
|
389
417
|
}
|
|
390
418
|
},
|
|
391
419
|
{
|
|
392
420
|
"kind": "field",
|
|
393
|
-
"name": "
|
|
421
|
+
"name": "iconTag",
|
|
394
422
|
"privacy": "private",
|
|
395
|
-
"default": "new AuroLibraryRuntimeUtils()",
|
|
396
423
|
"inheritedFrom": {
|
|
397
|
-
"name": "
|
|
398
|
-
"module": "src/auro-
|
|
424
|
+
"name": "AuroHyperlink",
|
|
425
|
+
"module": "src/auro-hyperlink.js"
|
|
399
426
|
}
|
|
400
427
|
},
|
|
401
428
|
{
|
|
402
429
|
"kind": "field",
|
|
403
|
-
"name": "
|
|
430
|
+
"name": "includesDomain",
|
|
431
|
+
"description": "Checks whether the provided URI (if available) includes the 'http' protocol.\nIf the URI is truthy, it examines whether it contains 'http'.\nOtherwise, it returns false.",
|
|
404
432
|
"privacy": "private",
|
|
433
|
+
"return": {
|
|
434
|
+
"type": {
|
|
435
|
+
"text": "boolean"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"readonly": true,
|
|
405
439
|
"inheritedFrom": {
|
|
406
|
-
"name": "
|
|
407
|
-
"module": "src/
|
|
440
|
+
"name": "ComponentBase",
|
|
441
|
+
"module": "src/component-base.mjs"
|
|
408
442
|
}
|
|
409
443
|
},
|
|
410
444
|
{
|
|
411
445
|
"kind": "field",
|
|
412
|
-
"name": "
|
|
413
|
-
"privacy": "
|
|
446
|
+
"name": "layout",
|
|
447
|
+
"privacy": "public",
|
|
414
448
|
"type": {
|
|
415
449
|
"text": "string"
|
|
416
450
|
},
|
|
417
|
-
"
|
|
418
|
-
"
|
|
451
|
+
"description": "Defines the language of an element.",
|
|
452
|
+
"default": "{'default'}",
|
|
453
|
+
"attribute": "layout",
|
|
454
|
+
"reflects": true,
|
|
419
455
|
"inheritedFrom": {
|
|
420
|
-
"name": "
|
|
421
|
-
"module": "src/
|
|
456
|
+
"name": "AuroElement",
|
|
457
|
+
"module": "src/layoutElement/auroElement.js"
|
|
422
458
|
}
|
|
423
459
|
},
|
|
424
460
|
{
|
|
425
461
|
"kind": "field",
|
|
426
|
-
"name": "
|
|
427
|
-
"privacy": "
|
|
462
|
+
"name": "ondark",
|
|
463
|
+
"privacy": "public",
|
|
428
464
|
"type": {
|
|
429
|
-
"text": "
|
|
465
|
+
"text": "boolean"
|
|
430
466
|
},
|
|
431
|
-
"
|
|
432
|
-
"
|
|
467
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
468
|
+
"default": "false",
|
|
469
|
+
"attribute": "ondark",
|
|
433
470
|
"inheritedFrom": {
|
|
434
|
-
"name": "
|
|
435
|
-
"module": "src/
|
|
471
|
+
"name": "ComponentBase",
|
|
472
|
+
"module": "src/component-base.mjs"
|
|
436
473
|
}
|
|
437
474
|
},
|
|
438
475
|
{
|
|
439
476
|
"kind": "field",
|
|
440
|
-
"name": "
|
|
441
|
-
"privacy": "
|
|
477
|
+
"name": "onDark",
|
|
478
|
+
"privacy": "public",
|
|
442
479
|
"type": {
|
|
443
|
-
"text": "
|
|
480
|
+
"text": "boolean"
|
|
444
481
|
},
|
|
445
|
-
"
|
|
446
|
-
"
|
|
482
|
+
"attribute": "ondark",
|
|
483
|
+
"reflects": true,
|
|
447
484
|
"inheritedFrom": {
|
|
448
|
-
"name": "
|
|
449
|
-
"module": "src/
|
|
485
|
+
"name": "AuroElement",
|
|
486
|
+
"module": "src/layoutElement/auroElement.js"
|
|
450
487
|
}
|
|
451
488
|
},
|
|
452
489
|
{
|
|
453
490
|
"kind": "field",
|
|
454
|
-
"name": "
|
|
491
|
+
"name": "referrerpolicy",
|
|
455
492
|
"privacy": "public",
|
|
456
493
|
"type": {
|
|
457
|
-
"text": "
|
|
494
|
+
"text": "boolean"
|
|
458
495
|
},
|
|
459
|
-
"description": "
|
|
460
|
-
"attribute": "
|
|
496
|
+
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
497
|
+
"attribute": "referrerpolicy",
|
|
461
498
|
"reflects": true,
|
|
462
499
|
"inheritedFrom": {
|
|
463
|
-
"name": "
|
|
464
|
-
"module": "src/
|
|
500
|
+
"name": "ComponentBase",
|
|
501
|
+
"module": "src/component-base.mjs"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"kind": "method",
|
|
506
|
+
"name": "register",
|
|
507
|
+
"static": true,
|
|
508
|
+
"parameters": [
|
|
509
|
+
{
|
|
510
|
+
"name": "name",
|
|
511
|
+
"default": "\"auro-hyperlink\"",
|
|
512
|
+
"description": "The name of element that you want to register to.",
|
|
513
|
+
"optional": true,
|
|
514
|
+
"type": {
|
|
515
|
+
"text": "string"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"description": "This will register this element with the browser.",
|
|
520
|
+
"inheritedFrom": {
|
|
521
|
+
"name": "AuroHyperlink",
|
|
522
|
+
"module": "src/auro-hyperlink.js"
|
|
465
523
|
}
|
|
466
524
|
},
|
|
467
525
|
{
|
|
526
|
+
"kind": "field",
|
|
527
|
+
"name": "rel",
|
|
528
|
+
"privacy": "public",
|
|
468
529
|
"type": {
|
|
469
|
-
"text": "
|
|
530
|
+
"text": "string"
|
|
470
531
|
},
|
|
471
|
-
"description": "
|
|
472
|
-
"
|
|
473
|
-
"
|
|
532
|
+
"description": "Defines the relationship between the current document and the linked document.",
|
|
533
|
+
"attribute": "rel",
|
|
534
|
+
"reflects": true,
|
|
474
535
|
"inheritedFrom": {
|
|
475
|
-
"name": "
|
|
476
|
-
"module": "src/
|
|
536
|
+
"name": "ComponentBase",
|
|
537
|
+
"module": "src/component-base.mjs"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"kind": "method",
|
|
542
|
+
"name": "renderLayoutCTA",
|
|
543
|
+
"description": "Renders the cta layout for the hyperlink.",
|
|
544
|
+
"return": {
|
|
545
|
+
"type": {
|
|
546
|
+
"text": "TemplateResult"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"privacy": "private",
|
|
550
|
+
"inheritedFrom": {
|
|
551
|
+
"name": "AuroHyperlink",
|
|
552
|
+
"module": "src/auro-hyperlink.js"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"kind": "method",
|
|
557
|
+
"name": "renderLayoutDefault",
|
|
558
|
+
"description": "Renders the default layout for the hyperlink.",
|
|
559
|
+
"return": {
|
|
560
|
+
"type": {
|
|
561
|
+
"text": "TemplateResult"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"privacy": "private",
|
|
565
|
+
"inheritedFrom": {
|
|
566
|
+
"name": "AuroHyperlink",
|
|
567
|
+
"module": "src/auro-hyperlink.js"
|
|
477
568
|
}
|
|
478
569
|
},
|
|
479
570
|
{
|
|
480
571
|
"type": {
|
|
481
|
-
"text": "
|
|
572
|
+
"text": "String"
|
|
482
573
|
},
|
|
483
|
-
"description": "Defines
|
|
484
|
-
"name": "
|
|
574
|
+
"description": "Defines ARIA roles; currently supports `button` for extended experiences.",
|
|
575
|
+
"name": "role",
|
|
485
576
|
"kind": "field",
|
|
486
577
|
"inheritedFrom": {
|
|
487
|
-
"name": "
|
|
488
|
-
"module": "src/auro-
|
|
578
|
+
"name": "AuroHyperlink",
|
|
579
|
+
"module": "src/auro-hyperlink.js"
|
|
489
580
|
}
|
|
490
581
|
},
|
|
491
582
|
{
|
|
492
583
|
"kind": "field",
|
|
493
|
-
"name": "
|
|
584
|
+
"name": "runtimeUtils",
|
|
494
585
|
"privacy": "private",
|
|
495
|
-
"
|
|
496
|
-
|
|
586
|
+
"default": "new AuroLibraryRuntimeUtils()",
|
|
587
|
+
"inheritedFrom": {
|
|
588
|
+
"name": "ComponentBase",
|
|
589
|
+
"module": "src/component-base.mjs"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"kind": "field",
|
|
594
|
+
"name": "safeUri",
|
|
595
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
596
|
+
"return": {
|
|
597
|
+
"type": {
|
|
598
|
+
"text": "string"
|
|
599
|
+
}
|
|
497
600
|
},
|
|
498
|
-
"
|
|
601
|
+
"readonly": true,
|
|
499
602
|
"inheritedFrom": {
|
|
500
|
-
"name": "
|
|
501
|
-
"module": "src/
|
|
603
|
+
"name": "ComponentBase",
|
|
604
|
+
"module": "src/component-base.mjs"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"kind": "method",
|
|
609
|
+
"name": "safeUrl",
|
|
610
|
+
"parameters": [
|
|
611
|
+
{
|
|
612
|
+
"name": "href",
|
|
613
|
+
"description": "The original URL.",
|
|
614
|
+
"type": {
|
|
615
|
+
"text": "string"
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
620
|
+
"privacy": "private",
|
|
621
|
+
"return": {
|
|
622
|
+
"type": {
|
|
623
|
+
"text": "string|undefined"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"inheritedFrom": {
|
|
627
|
+
"name": "ComponentBase",
|
|
628
|
+
"module": "src/component-base.mjs"
|
|
502
629
|
}
|
|
503
630
|
},
|
|
504
631
|
{
|
|
505
632
|
"kind": "field",
|
|
506
|
-
"name": "
|
|
633
|
+
"name": "shadowRootOptions",
|
|
634
|
+
"static": true,
|
|
635
|
+
"readonly": true,
|
|
636
|
+
"inheritedFrom": {
|
|
637
|
+
"name": "AuroHyperlink",
|
|
638
|
+
"module": "src/auro-hyperlink.js"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "field",
|
|
643
|
+
"name": "shape",
|
|
507
644
|
"privacy": "public",
|
|
508
645
|
"type": {
|
|
509
646
|
"text": "string"
|
|
510
647
|
},
|
|
511
|
-
"
|
|
512
|
-
"attribute": "tIndex",
|
|
648
|
+
"attribute": "shape",
|
|
513
649
|
"reflects": true,
|
|
514
650
|
"inheritedFrom": {
|
|
515
|
-
"name": "
|
|
516
|
-
"module": "src/
|
|
651
|
+
"name": "AuroElement",
|
|
652
|
+
"module": "src/layoutElement/auroElement.js"
|
|
517
653
|
}
|
|
518
654
|
},
|
|
519
655
|
{
|
|
520
656
|
"kind": "field",
|
|
521
|
-
"name": "
|
|
657
|
+
"name": "size",
|
|
522
658
|
"privacy": "public",
|
|
523
659
|
"type": {
|
|
524
660
|
"text": "string"
|
|
525
661
|
},
|
|
526
|
-
"
|
|
527
|
-
"
|
|
662
|
+
"attribute": "size",
|
|
663
|
+
"reflects": true,
|
|
528
664
|
"inheritedFrom": {
|
|
529
|
-
"name": "
|
|
530
|
-
"module": "src/
|
|
665
|
+
"name": "AuroElement",
|
|
666
|
+
"module": "src/layoutElement/auroElement.js"
|
|
531
667
|
}
|
|
532
668
|
},
|
|
533
669
|
{
|
|
534
670
|
"kind": "field",
|
|
535
|
-
"name": "
|
|
536
|
-
"privacy": "public",
|
|
671
|
+
"name": "tabIsActive",
|
|
537
672
|
"type": {
|
|
538
673
|
"text": "string"
|
|
539
674
|
},
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"reflects": true,
|
|
675
|
+
"privacy": "private",
|
|
676
|
+
"default": "\"false\"",
|
|
543
677
|
"inheritedFrom": {
|
|
544
|
-
"name": "
|
|
545
|
-
"module": "src/
|
|
678
|
+
"name": "ComponentBase",
|
|
679
|
+
"module": "src/component-base.mjs"
|
|
546
680
|
}
|
|
547
681
|
},
|
|
548
682
|
{
|
|
549
683
|
"kind": "field",
|
|
550
|
-
"name": "
|
|
684
|
+
"name": "target",
|
|
551
685
|
"privacy": "public",
|
|
552
686
|
"type": {
|
|
553
687
|
"text": "string"
|
|
554
688
|
},
|
|
555
|
-
"description": "Defines
|
|
556
|
-
"attribute": "
|
|
689
|
+
"description": "Defines where to open the linked document.",
|
|
690
|
+
"attribute": "target",
|
|
557
691
|
"reflects": true,
|
|
558
692
|
"inheritedFrom": {
|
|
559
|
-
"name": "
|
|
560
|
-
"module": "src/
|
|
693
|
+
"name": "ComponentBase",
|
|
694
|
+
"module": "src/component-base.mjs"
|
|
561
695
|
}
|
|
562
696
|
},
|
|
563
697
|
{
|
|
564
|
-
"kind": "
|
|
565
|
-
"name": "
|
|
698
|
+
"kind": "method",
|
|
699
|
+
"name": "targetIcon",
|
|
700
|
+
"parameters": [
|
|
701
|
+
{
|
|
702
|
+
"name": "target",
|
|
703
|
+
"description": "The target attribute of the anchor element.",
|
|
704
|
+
"type": {
|
|
705
|
+
"text": "string"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"description": "Generates an icon HTML element based on the target attribute.",
|
|
566
710
|
"privacy": "private",
|
|
711
|
+
"return": {
|
|
712
|
+
"type": {
|
|
713
|
+
"text": "HTMLElement|undefined"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"inheritedFrom": {
|
|
717
|
+
"name": "ComponentBase",
|
|
718
|
+
"module": "src/component-base.mjs"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"kind": "field",
|
|
723
|
+
"name": "type",
|
|
724
|
+
"privacy": "public",
|
|
567
725
|
"type": {
|
|
568
|
-
"text": "
|
|
726
|
+
"text": "string"
|
|
569
727
|
},
|
|
570
|
-
"
|
|
728
|
+
"description": "Defines the type of hyperlink; accepts `nav` or `cta`.",
|
|
729
|
+
"attribute": "type",
|
|
571
730
|
"reflects": true,
|
|
572
731
|
"inheritedFrom": {
|
|
573
|
-
"name": "
|
|
574
|
-
"module": "src/
|
|
732
|
+
"name": "ComponentBase",
|
|
733
|
+
"module": "src/component-base.mjs"
|
|
575
734
|
}
|
|
576
735
|
},
|
|
577
736
|
{
|
|
578
737
|
"kind": "field",
|
|
579
|
-
"name": "
|
|
580
|
-
"privacy": "
|
|
738
|
+
"name": "variant",
|
|
739
|
+
"privacy": "public",
|
|
581
740
|
"type": {
|
|
582
|
-
"text": "
|
|
741
|
+
"text": "string"
|
|
583
742
|
},
|
|
584
|
-
"
|
|
743
|
+
"description": "Sets button variant option.",
|
|
744
|
+
"default": "\"primary\"",
|
|
745
|
+
"attribute": "variant",
|
|
585
746
|
"reflects": true,
|
|
586
747
|
"inheritedFrom": {
|
|
587
|
-
"name": "
|
|
588
|
-
"module": "src/
|
|
748
|
+
"name": "ComponentBase",
|
|
749
|
+
"module": "src/component-base.mjs"
|
|
589
750
|
}
|
|
590
751
|
}
|
|
591
|
-
]
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
752
|
+
]
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"exports": [
|
|
756
|
+
{
|
|
757
|
+
"kind": "custom-element-definition",
|
|
758
|
+
"name": "auro-hyperlink",
|
|
759
|
+
"declaration": {
|
|
760
|
+
"name": "AuroHyperlinkWCA",
|
|
761
|
+
"module": "scripts/wca/auro-hyperlink.js"
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"kind": "javascript-module",
|
|
768
|
+
"path": "src/auro-hyperlink-button.js",
|
|
769
|
+
"declarations": [
|
|
770
|
+
{
|
|
771
|
+
"kind": "class",
|
|
772
|
+
"description": "",
|
|
773
|
+
"name": "AuroHyperlinkButton",
|
|
774
|
+
"members": [
|
|
599
775
|
{
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
|
|
776
|
+
"kind": "field",
|
|
777
|
+
"name": "_renderTag",
|
|
778
|
+
"description": "Renders the tag for the component.",
|
|
779
|
+
"return": {
|
|
780
|
+
"type": {
|
|
781
|
+
"text": "TemplateResult"
|
|
782
|
+
}
|
|
603
783
|
},
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
"fieldName": "autofocus",
|
|
784
|
+
"privacy": "private",
|
|
785
|
+
"readonly": true,
|
|
607
786
|
"inheritedFrom": {
|
|
608
787
|
"name": "AuroButton",
|
|
609
788
|
"module": "src/auro-button.js"
|
|
610
789
|
}
|
|
611
790
|
},
|
|
612
791
|
{
|
|
613
|
-
"
|
|
792
|
+
"kind": "field",
|
|
793
|
+
"name": "appearance",
|
|
794
|
+
"privacy": "public",
|
|
614
795
|
"type": {
|
|
615
|
-
"text": "
|
|
796
|
+
"text": "string"
|
|
616
797
|
},
|
|
617
|
-
"description": "
|
|
618
|
-
"default": "
|
|
619
|
-
"
|
|
798
|
+
"description": "Defines whether the button will be on lighter or darker backgrounds.",
|
|
799
|
+
"default": "'default'",
|
|
800
|
+
"attribute": "appearance",
|
|
801
|
+
"reflects": true,
|
|
620
802
|
"inheritedFrom": {
|
|
621
|
-
"name": "
|
|
622
|
-
"module": "src/
|
|
803
|
+
"name": "AuroElement",
|
|
804
|
+
"module": "src/layoutElement/auroElement.js"
|
|
623
805
|
}
|
|
624
806
|
},
|
|
625
807
|
{
|
|
626
|
-
"
|
|
808
|
+
"kind": "field",
|
|
809
|
+
"name": "autofocus",
|
|
810
|
+
"privacy": "public",
|
|
627
811
|
"type": {
|
|
628
812
|
"text": "boolean"
|
|
629
813
|
},
|
|
630
|
-
"description": "
|
|
814
|
+
"description": "This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.",
|
|
631
815
|
"default": "false",
|
|
632
|
-
"
|
|
816
|
+
"attribute": "autofocus",
|
|
817
|
+
"reflects": true,
|
|
633
818
|
"inheritedFrom": {
|
|
634
819
|
"name": "AuroButton",
|
|
635
820
|
"module": "src/auro-button.js"
|
|
636
821
|
}
|
|
637
822
|
},
|
|
638
823
|
{
|
|
639
|
-
"
|
|
824
|
+
"kind": "field",
|
|
825
|
+
"name": "buttonHref",
|
|
826
|
+
"privacy": "private",
|
|
640
827
|
"type": {
|
|
641
|
-
"text": "
|
|
828
|
+
"text": "string"
|
|
642
829
|
},
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"fieldName": "loading",
|
|
830
|
+
"default": "undefined",
|
|
831
|
+
"attribute": "buttonHref",
|
|
646
832
|
"inheritedFrom": {
|
|
647
833
|
"name": "AuroButton",
|
|
648
834
|
"module": "src/auro-button.js"
|
|
649
835
|
}
|
|
650
836
|
},
|
|
651
837
|
{
|
|
652
|
-
"
|
|
838
|
+
"kind": "field",
|
|
839
|
+
"name": "buttonRel",
|
|
840
|
+
"privacy": "private",
|
|
653
841
|
"type": {
|
|
654
842
|
"text": "string"
|
|
655
843
|
},
|
|
656
|
-
"
|
|
657
|
-
"
|
|
844
|
+
"default": "undefined",
|
|
845
|
+
"attribute": "buttonRel",
|
|
658
846
|
"inheritedFrom": {
|
|
659
847
|
"name": "AuroButton",
|
|
660
848
|
"module": "src/auro-button.js"
|
|
661
849
|
}
|
|
662
850
|
},
|
|
663
851
|
{
|
|
664
|
-
"
|
|
852
|
+
"kind": "field",
|
|
853
|
+
"name": "buttonTarget",
|
|
854
|
+
"privacy": "private",
|
|
665
855
|
"type": {
|
|
666
856
|
"text": "string"
|
|
667
857
|
},
|
|
668
|
-
"
|
|
669
|
-
"
|
|
858
|
+
"default": "undefined",
|
|
859
|
+
"attribute": "buttonTarget",
|
|
670
860
|
"inheritedFrom": {
|
|
671
861
|
"name": "AuroButton",
|
|
672
862
|
"module": "src/auro-button.js"
|
|
673
863
|
}
|
|
674
864
|
},
|
|
675
865
|
{
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
|
|
866
|
+
"kind": "field",
|
|
867
|
+
"name": "currentAriaLabel",
|
|
868
|
+
"description": "Returns the current value of the projected `aria-label` attribute or undefined if not set. The `aria-label` attribute is for internal use only.",
|
|
869
|
+
"return": {
|
|
870
|
+
"type": {
|
|
871
|
+
"text": "string | undefined"
|
|
872
|
+
}
|
|
679
873
|
},
|
|
680
|
-
"
|
|
681
|
-
"
|
|
874
|
+
"privacy": "private",
|
|
875
|
+
"readonly": true,
|
|
682
876
|
"inheritedFrom": {
|
|
683
877
|
"name": "AuroButton",
|
|
684
878
|
"module": "src/auro-button.js"
|
|
685
879
|
}
|
|
686
880
|
},
|
|
687
881
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
|
|
882
|
+
"kind": "field",
|
|
883
|
+
"name": "currentAriaLabelledBy",
|
|
884
|
+
"description": "Returns the current value of the projected `aria-labelledby` attribute or undefined if not set.",
|
|
885
|
+
"return": {
|
|
886
|
+
"type": {
|
|
887
|
+
"text": "string | undefined"
|
|
888
|
+
}
|
|
691
889
|
},
|
|
692
|
-
"
|
|
693
|
-
"
|
|
890
|
+
"privacy": "private",
|
|
891
|
+
"readonly": true,
|
|
694
892
|
"inheritedFrom": {
|
|
695
893
|
"name": "AuroButton",
|
|
696
894
|
"module": "src/auro-button.js"
|
|
697
895
|
}
|
|
698
896
|
},
|
|
699
897
|
{
|
|
700
|
-
"
|
|
898
|
+
"kind": "field",
|
|
899
|
+
"name": "disabled",
|
|
900
|
+
"privacy": "public",
|
|
701
901
|
"type": {
|
|
702
|
-
"text": "
|
|
902
|
+
"text": "boolean"
|
|
703
903
|
},
|
|
704
|
-
"description": "
|
|
705
|
-
"
|
|
904
|
+
"description": "If set to true, button will become disabled and not allow for interactions.",
|
|
905
|
+
"default": "false",
|
|
906
|
+
"attribute": "disabled",
|
|
907
|
+
"reflects": true,
|
|
706
908
|
"inheritedFrom": {
|
|
707
909
|
"name": "AuroButton",
|
|
708
910
|
"module": "src/auro-button.js"
|
|
709
911
|
}
|
|
710
912
|
},
|
|
711
913
|
{
|
|
712
|
-
"
|
|
914
|
+
"kind": "field",
|
|
915
|
+
"name": "fluid",
|
|
916
|
+
"privacy": "public",
|
|
713
917
|
"type": {
|
|
714
|
-
"text": "
|
|
918
|
+
"text": "boolean"
|
|
715
919
|
},
|
|
716
|
-
"description": "
|
|
717
|
-
"
|
|
920
|
+
"description": "Alters the shape of the button to be full width of its parent container.",
|
|
921
|
+
"default": "false",
|
|
922
|
+
"attribute": "fluid",
|
|
923
|
+
"reflects": true,
|
|
718
924
|
"inheritedFrom": {
|
|
719
925
|
"name": "AuroButton",
|
|
720
926
|
"module": "src/auro-button.js"
|
|
721
927
|
}
|
|
722
928
|
},
|
|
723
929
|
{
|
|
724
|
-
"
|
|
725
|
-
"
|
|
726
|
-
|
|
930
|
+
"kind": "method",
|
|
931
|
+
"name": "focus",
|
|
932
|
+
"description": "Internal method to apply focus to the HTML5 button.",
|
|
933
|
+
"privacy": "private",
|
|
934
|
+
"return": {
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "void"
|
|
937
|
+
}
|
|
727
938
|
},
|
|
728
|
-
"description": "Sets the button variant.",
|
|
729
|
-
"default": "\"primary\"",
|
|
730
|
-
"fieldName": "variant",
|
|
731
939
|
"inheritedFrom": {
|
|
732
940
|
"name": "AuroButton",
|
|
733
941
|
"module": "src/auro-button.js"
|
|
734
942
|
}
|
|
735
943
|
},
|
|
736
944
|
{
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
|
|
945
|
+
"kind": "field",
|
|
946
|
+
"name": "form",
|
|
947
|
+
"description": "Returns the form element that this button is associated with.",
|
|
948
|
+
"privacy": "private",
|
|
949
|
+
"return": {
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "HTMLFormElement | null"
|
|
952
|
+
}
|
|
740
953
|
},
|
|
741
|
-
"
|
|
742
|
-
"fieldName": "buttonHref",
|
|
954
|
+
"readonly": true,
|
|
743
955
|
"inheritedFrom": {
|
|
744
956
|
"name": "AuroButton",
|
|
745
957
|
"module": "src/auro-button.js"
|
|
746
958
|
}
|
|
747
959
|
},
|
|
748
960
|
{
|
|
749
|
-
"
|
|
750
|
-
"
|
|
751
|
-
|
|
961
|
+
"kind": "field",
|
|
962
|
+
"name": "formAssociated",
|
|
963
|
+
"static": true,
|
|
964
|
+
"description": "Enables form association for this element.",
|
|
965
|
+
"return": {
|
|
966
|
+
"type": {
|
|
967
|
+
"text": "boolean"
|
|
968
|
+
}
|
|
752
969
|
},
|
|
753
|
-
"
|
|
754
|
-
"fieldName": "buttonTarget",
|
|
970
|
+
"readonly": true,
|
|
755
971
|
"inheritedFrom": {
|
|
756
972
|
"name": "AuroButton",
|
|
757
973
|
"module": "src/auro-button.js"
|
|
758
974
|
}
|
|
759
975
|
},
|
|
760
976
|
{
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
|
|
977
|
+
"kind": "method",
|
|
978
|
+
"name": "generateAriaLabel",
|
|
979
|
+
"description": "Returns the appropriate string to be used for the aria-label attribute.",
|
|
980
|
+
"return": {
|
|
981
|
+
"type": {
|
|
982
|
+
"text": "String"
|
|
983
|
+
}
|
|
764
984
|
},
|
|
765
|
-
"
|
|
766
|
-
"fieldName": "buttonRel",
|
|
985
|
+
"privacy": "private",
|
|
767
986
|
"inheritedFrom": {
|
|
768
987
|
"name": "AuroButton",
|
|
769
988
|
"module": "src/auro-button.js"
|
|
770
989
|
}
|
|
771
990
|
},
|
|
772
991
|
{
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
|
|
992
|
+
"kind": "method",
|
|
993
|
+
"name": "getFontSize",
|
|
994
|
+
"description": "Gets a class name for the font size based on the button's size and shape.",
|
|
995
|
+
"return": {
|
|
996
|
+
"type": {
|
|
997
|
+
"text": "string"
|
|
998
|
+
}
|
|
776
999
|
},
|
|
777
|
-
"
|
|
778
|
-
"default": "false",
|
|
779
|
-
"fieldName": "static",
|
|
1000
|
+
"privacy": "private",
|
|
780
1001
|
"inheritedFrom": {
|
|
781
1002
|
"name": "AuroButton",
|
|
782
1003
|
"module": "src/auro-button.js"
|
|
783
1004
|
}
|
|
784
1005
|
},
|
|
785
1006
|
{
|
|
786
|
-
"
|
|
787
|
-
"
|
|
788
|
-
|
|
1007
|
+
"kind": "field",
|
|
1008
|
+
"name": "iconOnly",
|
|
1009
|
+
"description": "Whether or not the button is set to an icon-only shape.",
|
|
1010
|
+
"return": {
|
|
1011
|
+
"type": {
|
|
1012
|
+
"text": "boolean"
|
|
1013
|
+
}
|
|
789
1014
|
},
|
|
790
|
-
"
|
|
1015
|
+
"privacy": "private",
|
|
1016
|
+
"readonly": true,
|
|
791
1017
|
"inheritedFrom": {
|
|
792
1018
|
"name": "AuroButton",
|
|
793
1019
|
"module": "src/auro-button.js"
|
|
794
1020
|
}
|
|
795
1021
|
},
|
|
796
1022
|
{
|
|
797
|
-
"
|
|
1023
|
+
"kind": "field",
|
|
1024
|
+
"name": "layout",
|
|
1025
|
+
"privacy": "public",
|
|
798
1026
|
"type": {
|
|
799
|
-
"text": "
|
|
1027
|
+
"text": "string"
|
|
800
1028
|
},
|
|
801
|
-
"
|
|
1029
|
+
"description": "Override layout since it isn't used in this component.",
|
|
1030
|
+
"default": "{'default'}",
|
|
1031
|
+
"attribute": "layout",
|
|
1032
|
+
"reflects": true,
|
|
1033
|
+
"inheritedFrom": {
|
|
1034
|
+
"name": "AuroElement",
|
|
1035
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"kind": "field",
|
|
1040
|
+
"name": "loaderTag",
|
|
1041
|
+
"privacy": "private",
|
|
802
1042
|
"inheritedFrom": {
|
|
803
1043
|
"name": "AuroButton",
|
|
804
1044
|
"module": "src/auro-button.js"
|
|
805
1045
|
}
|
|
806
|
-
}
|
|
807
|
-
]
|
|
808
|
-
}
|
|
809
|
-
],
|
|
810
|
-
"exports": [
|
|
811
|
-
{
|
|
812
|
-
"kind": "js",
|
|
813
|
-
"name": "AuroHyperlinkButton",
|
|
814
|
-
"declaration": {
|
|
815
|
-
"name": "AuroHyperlinkButton",
|
|
816
|
-
"module": "src/auro-hyperlink-button.js"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"kind": "custom-element-definition",
|
|
821
|
-
"name": "auro-hyperlink-button",
|
|
822
|
-
"declaration": {
|
|
823
|
-
"name": "AuroHyperlinkButton",
|
|
824
|
-
"module": "src/auro-hyperlink-button.js"
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
]
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"kind": "javascript-module",
|
|
831
|
-
"path": "src/auro-hyperlink.js",
|
|
832
|
-
"declarations": [
|
|
833
|
-
{
|
|
834
|
-
"kind": "class",
|
|
835
|
-
"description": "`<auro-hyperlink>` is a component that wraps an HTML `<a>` element, providing additional styling and behavior.",
|
|
836
|
-
"name": "AuroHyperlink",
|
|
837
|
-
"cssParts": [
|
|
1046
|
+
},
|
|
838
1047
|
{
|
|
839
|
-
"
|
|
840
|
-
"name": "
|
|
1048
|
+
"kind": "field",
|
|
1049
|
+
"name": "loading",
|
|
1050
|
+
"privacy": "public",
|
|
1051
|
+
"type": {
|
|
1052
|
+
"text": "boolean"
|
|
1053
|
+
},
|
|
1054
|
+
"description": "If set to true button text will be replaced with `auro-loader` and become disabled.",
|
|
1055
|
+
"default": "false",
|
|
1056
|
+
"attribute": "loading",
|
|
1057
|
+
"reflects": true,
|
|
1058
|
+
"inheritedFrom": {
|
|
1059
|
+
"name": "AuroButton",
|
|
1060
|
+
"module": "src/auro-button.js"
|
|
1061
|
+
}
|
|
841
1062
|
},
|
|
842
1063
|
{
|
|
843
|
-
"
|
|
844
|
-
"name": "
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
1064
|
+
"kind": "field",
|
|
1065
|
+
"name": "loadingText",
|
|
1066
|
+
"privacy": "public",
|
|
1067
|
+
"type": {
|
|
1068
|
+
"text": "string"
|
|
1069
|
+
},
|
|
1070
|
+
"description": "DEPRECATED - Use `slot=\"ariaLabel.loading\"` instead.",
|
|
1071
|
+
"attribute": "loadingText",
|
|
1072
|
+
"inheritedFrom": {
|
|
1073
|
+
"name": "AuroButton",
|
|
1074
|
+
"module": "src/auro-button.js"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
848
1077
|
{
|
|
849
1078
|
"kind": "field",
|
|
850
|
-
"name": "
|
|
851
|
-
"
|
|
852
|
-
"
|
|
1079
|
+
"name": "onActive",
|
|
1080
|
+
"privacy": "private",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"text": "boolean"
|
|
1083
|
+
},
|
|
1084
|
+
"attribute": "data-active",
|
|
1085
|
+
"reflects": true,
|
|
1086
|
+
"inheritedFrom": {
|
|
1087
|
+
"name": "AuroButton",
|
|
1088
|
+
"module": "src/auro-button.js"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "field",
|
|
1093
|
+
"name": "onDark",
|
|
1094
|
+
"privacy": "public",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "boolean"
|
|
1097
|
+
},
|
|
1098
|
+
"attribute": "ondark",
|
|
1099
|
+
"reflects": true,
|
|
1100
|
+
"description": "DEPRECATED - use `appearance` property",
|
|
1101
|
+
"inheritedFrom": {
|
|
1102
|
+
"name": "AuroElement",
|
|
1103
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "field",
|
|
1108
|
+
"name": "onHover",
|
|
1109
|
+
"privacy": "private",
|
|
1110
|
+
"type": {
|
|
1111
|
+
"text": "boolean"
|
|
1112
|
+
},
|
|
1113
|
+
"attribute": "data-hover",
|
|
1114
|
+
"reflects": true,
|
|
1115
|
+
"inheritedFrom": {
|
|
1116
|
+
"name": "AuroButton",
|
|
1117
|
+
"module": "src/auro-button.js"
|
|
1118
|
+
}
|
|
853
1119
|
},
|
|
854
1120
|
{
|
|
855
1121
|
"kind": "method",
|
|
856
|
-
"name": "
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
"
|
|
1122
|
+
"name": "onPointerEvent",
|
|
1123
|
+
"parameters": [
|
|
1124
|
+
{
|
|
1125
|
+
"name": "event",
|
|
1126
|
+
"description": "The pointer event.",
|
|
1127
|
+
"type": {
|
|
1128
|
+
"text": "PointerEvent"
|
|
1129
|
+
}
|
|
861
1130
|
}
|
|
862
|
-
|
|
863
|
-
"
|
|
1131
|
+
],
|
|
1132
|
+
"description": "This is to detect pointer events for hover and active states for styling purposes.\n:host with :has selector dont work together in Safari and Firefox",
|
|
1133
|
+
"privacy": "private",
|
|
1134
|
+
"inheritedFrom": {
|
|
1135
|
+
"name": "AuroButton",
|
|
1136
|
+
"module": "src/auro-button.js"
|
|
1137
|
+
}
|
|
864
1138
|
},
|
|
865
1139
|
{
|
|
866
1140
|
"kind": "method",
|
|
@@ -869,7 +1143,7 @@
|
|
|
869
1143
|
"parameters": [
|
|
870
1144
|
{
|
|
871
1145
|
"name": "name",
|
|
872
|
-
"default": "\"auro-hyperlink\"",
|
|
1146
|
+
"default": "\"auro-hyperlink-button\"",
|
|
873
1147
|
"description": "The name of element that you want to register to.",
|
|
874
1148
|
"optional": true,
|
|
875
1149
|
"type": {
|
|
@@ -877,304 +1151,202 @@
|
|
|
877
1151
|
}
|
|
878
1152
|
}
|
|
879
1153
|
],
|
|
880
|
-
"description": "This will register this element with the browser."
|
|
1154
|
+
"description": "This will register this element with the browser.",
|
|
1155
|
+
"inheritedFrom": {
|
|
1156
|
+
"name": "AuroButton",
|
|
1157
|
+
"module": "src/auro-button.js"
|
|
1158
|
+
}
|
|
881
1159
|
},
|
|
882
1160
|
{
|
|
883
1161
|
"kind": "method",
|
|
884
|
-
"name": "
|
|
885
|
-
"description": "Renders the
|
|
1162
|
+
"name": "renderLayout",
|
|
1163
|
+
"description": "Renders the layout of the button.",
|
|
886
1164
|
"return": {
|
|
887
1165
|
"type": {
|
|
888
1166
|
"text": "TemplateResult"
|
|
889
1167
|
}
|
|
890
1168
|
},
|
|
891
|
-
"privacy": "private"
|
|
1169
|
+
"privacy": "private",
|
|
1170
|
+
"inheritedFrom": {
|
|
1171
|
+
"name": "AuroButton",
|
|
1172
|
+
"module": "src/auro-button.js"
|
|
1173
|
+
}
|
|
892
1174
|
},
|
|
893
1175
|
{
|
|
894
1176
|
"kind": "method",
|
|
895
|
-
"name": "
|
|
896
|
-
"description": "Renders the
|
|
1177
|
+
"name": "renderLayoutDefault",
|
|
1178
|
+
"description": "Renders the default layout for the button.",
|
|
897
1179
|
"return": {
|
|
898
1180
|
"type": {
|
|
899
1181
|
"text": "TemplateResult"
|
|
900
1182
|
}
|
|
901
1183
|
},
|
|
902
|
-
"privacy": "private"
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"kind": "method",
|
|
906
|
-
"name": "getMarkup",
|
|
907
|
-
"description": "Generates an object containing CSS classes based on the properties of the component.",
|
|
908
1184
|
"privacy": "private",
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
|
|
912
|
-
}
|
|
1185
|
+
"inheritedFrom": {
|
|
1186
|
+
"name": "AuroButton",
|
|
1187
|
+
"module": "src/auro-button.js"
|
|
913
1188
|
}
|
|
914
1189
|
},
|
|
915
1190
|
{
|
|
916
1191
|
"kind": "field",
|
|
917
|
-
"name": "
|
|
918
|
-
"privacy": "private"
|
|
1192
|
+
"name": "runtimeUtils",
|
|
1193
|
+
"privacy": "private",
|
|
1194
|
+
"default": "new AuroLibraryRuntimeUtils()",
|
|
1195
|
+
"inheritedFrom": {
|
|
1196
|
+
"name": "AuroButton",
|
|
1197
|
+
"module": "src/auro-button.js"
|
|
1198
|
+
}
|
|
919
1199
|
},
|
|
920
1200
|
{
|
|
1201
|
+
"kind": "field",
|
|
1202
|
+
"name": "shape",
|
|
1203
|
+
"privacy": "public",
|
|
921
1204
|
"type": {
|
|
922
|
-
"text": "
|
|
1205
|
+
"text": "string"
|
|
923
1206
|
},
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
1207
|
+
"attribute": "shape",
|
|
1208
|
+
"reflects": true,
|
|
1209
|
+
"default": "\"rounded\"",
|
|
1210
|
+
"description": "Defines the shape of the button.",
|
|
1211
|
+
"inheritedFrom": {
|
|
1212
|
+
"name": "AuroElement",
|
|
1213
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1214
|
+
}
|
|
927
1215
|
},
|
|
928
1216
|
{
|
|
929
1217
|
"kind": "field",
|
|
930
|
-
"name": "
|
|
931
|
-
"
|
|
1218
|
+
"name": "showText",
|
|
1219
|
+
"privacy": "private",
|
|
932
1220
|
"return": {
|
|
933
1221
|
"type": {
|
|
934
|
-
"text": "
|
|
1222
|
+
"text": "Boolean"
|
|
935
1223
|
}
|
|
936
1224
|
},
|
|
937
1225
|
"readonly": true,
|
|
938
1226
|
"inheritedFrom": {
|
|
939
|
-
"name": "
|
|
940
|
-
"module": "src/
|
|
1227
|
+
"name": "AuroButton",
|
|
1228
|
+
"module": "src/auro-button.js"
|
|
941
1229
|
}
|
|
942
1230
|
},
|
|
943
1231
|
{
|
|
944
1232
|
"kind": "field",
|
|
945
|
-
"name": "
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
|
|
949
|
-
"type": {
|
|
950
|
-
"text": "boolean"
|
|
951
|
-
}
|
|
1233
|
+
"name": "size",
|
|
1234
|
+
"privacy": "public",
|
|
1235
|
+
"type": {
|
|
1236
|
+
"text": "string"
|
|
952
1237
|
},
|
|
953
|
-
"
|
|
1238
|
+
"attribute": "size",
|
|
1239
|
+
"reflects": true,
|
|
1240
|
+
"default": "\"md\"",
|
|
1241
|
+
"description": "Defines the size of the button.",
|
|
954
1242
|
"inheritedFrom": {
|
|
955
|
-
"name": "
|
|
956
|
-
"module": "src/
|
|
1243
|
+
"name": "AuroElement",
|
|
1244
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"kind": "field",
|
|
1249
|
+
"name": "static",
|
|
1250
|
+
"privacy": "public",
|
|
1251
|
+
"type": {
|
|
1252
|
+
"text": "boolean"
|
|
1253
|
+
},
|
|
1254
|
+
"description": "If true, the button will be static and not respond to user interactions.",
|
|
1255
|
+
"default": "false",
|
|
1256
|
+
"attribute": "static",
|
|
1257
|
+
"reflects": true,
|
|
1258
|
+
"inheritedFrom": {
|
|
1259
|
+
"name": "AuroButton",
|
|
1260
|
+
"module": "src/auro-button.js"
|
|
957
1261
|
}
|
|
958
1262
|
},
|
|
959
1263
|
{
|
|
960
1264
|
"kind": "method",
|
|
961
|
-
"name": "
|
|
962
|
-
"
|
|
963
|
-
{
|
|
964
|
-
"name": "href",
|
|
965
|
-
"description": "The original URL.",
|
|
966
|
-
"type": {
|
|
967
|
-
"text": "string"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"name": "relative",
|
|
972
|
-
"description": "Indicates whether the URL is relative.",
|
|
973
|
-
"type": {
|
|
974
|
-
"text": "boolean"
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
],
|
|
978
|
-
"description": "Generates a safe URL based on the provided `href` and `relative` parameters.\nIf `href` is falsy, it returns `undefined`.",
|
|
1265
|
+
"name": "surfaceSubmitEvent",
|
|
1266
|
+
"description": "Submits the form that this button is associated with.",
|
|
979
1267
|
"privacy": "private",
|
|
980
1268
|
"return": {
|
|
981
1269
|
"type": {
|
|
982
|
-
"text": "
|
|
1270
|
+
"text": "void"
|
|
983
1271
|
}
|
|
984
1272
|
},
|
|
985
1273
|
"inheritedFrom": {
|
|
986
|
-
"name": "
|
|
987
|
-
"module": "src/
|
|
1274
|
+
"name": "AuroButton",
|
|
1275
|
+
"module": "src/auro-button.js"
|
|
988
1276
|
}
|
|
989
1277
|
},
|
|
990
1278
|
{
|
|
991
|
-
"kind": "
|
|
992
|
-
"name": "
|
|
993
|
-
"
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
"description": "The SVG content to be embedded.",
|
|
997
|
-
"type": {
|
|
998
|
-
"text": "string"
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
],
|
|
1002
|
-
"description": "Generates an HTML element containing an SVG icon based on the provided `svgContent`.",
|
|
1003
|
-
"privacy": "private",
|
|
1004
|
-
"return": {
|
|
1005
|
-
"type": {
|
|
1006
|
-
"text": "Element"
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
|
-
"inheritedFrom": {
|
|
1010
|
-
"name": "ComponentBase",
|
|
1011
|
-
"module": "src/component-base.mjs"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "method",
|
|
1016
|
-
"name": "targetIcon",
|
|
1017
|
-
"parameters": [
|
|
1018
|
-
{
|
|
1019
|
-
"name": "target",
|
|
1020
|
-
"description": "The target attribute of the anchor element.",
|
|
1021
|
-
"type": {
|
|
1022
|
-
"text": "string"
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
],
|
|
1026
|
-
"description": "Generates an icon HTML element based on the target attribute.",
|
|
1027
|
-
"privacy": "private",
|
|
1028
|
-
"return": {
|
|
1029
|
-
"type": {
|
|
1030
|
-
"text": "HTMLElement|undefined"
|
|
1031
|
-
}
|
|
1032
|
-
},
|
|
1033
|
-
"inheritedFrom": {
|
|
1034
|
-
"name": "ComponentBase",
|
|
1035
|
-
"module": "src/component-base.mjs"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"kind": "method",
|
|
1040
|
-
"name": "getTabState",
|
|
1041
|
-
"parameters": [
|
|
1042
|
-
{
|
|
1043
|
-
"name": "tabIsActive",
|
|
1044
|
-
"description": "Indicates whether the tab is active.",
|
|
1045
|
-
"type": {
|
|
1046
|
-
"text": "boolean"
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
],
|
|
1050
|
-
"description": "Returns the state of a tab as a string.",
|
|
1051
|
-
"privacy": "private",
|
|
1052
|
-
"return": {
|
|
1053
|
-
"type": {
|
|
1054
|
-
"text": "string"
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
"inheritedFrom": {
|
|
1058
|
-
"name": "ComponentBase",
|
|
1059
|
-
"module": "src/component-base.mjs"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "method",
|
|
1064
|
-
"name": "getRelType",
|
|
1065
|
-
"parameters": [
|
|
1066
|
-
{
|
|
1067
|
-
"name": "target",
|
|
1068
|
-
"description": "The target attribute of the anchor element.",
|
|
1069
|
-
"type": {
|
|
1070
|
-
"text": "string"
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"name": "rel",
|
|
1075
|
-
"description": "The rel attribute of the anchor element.",
|
|
1076
|
-
"type": {
|
|
1077
|
-
"text": "string"
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1080
|
-
],
|
|
1081
|
-
"description": "Gets the rel attribute value based on target and rel values.",
|
|
1082
|
-
"privacy": "private",
|
|
1083
|
-
"return": {
|
|
1084
|
-
"type": {
|
|
1085
|
-
"text": "string|undefined"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
"inheritedFrom": {
|
|
1089
|
-
"name": "ComponentBase",
|
|
1090
|
-
"module": "src/component-base.mjs"
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"kind": "method",
|
|
1095
|
-
"name": "ariaPressedState",
|
|
1096
|
-
"parameters": [
|
|
1097
|
-
{
|
|
1098
|
-
"name": "ariaPressed",
|
|
1099
|
-
"description": "The initial value of the ARIA pressed state.",
|
|
1100
|
-
"type": {
|
|
1101
|
-
"text": "boolean"
|
|
1102
|
-
}
|
|
1103
|
-
}
|
|
1104
|
-
],
|
|
1105
|
-
"description": "Sets the ARIA pressed state based on user interactions.",
|
|
1106
|
-
"privacy": "private",
|
|
1107
|
-
"return": {
|
|
1108
|
-
"type": {
|
|
1109
|
-
"text": "boolean"
|
|
1110
|
-
}
|
|
1279
|
+
"kind": "field",
|
|
1280
|
+
"name": "tabindex",
|
|
1281
|
+
"privacy": "public",
|
|
1282
|
+
"type": {
|
|
1283
|
+
"text": "string"
|
|
1111
1284
|
},
|
|
1285
|
+
"description": "Populates `tabindex` to define the focusable sequence in keyboard navigation.\nMust be used with \".\" to ensure the host element does not retain a reference to the `tabindex` attribute.\nExample: `<auro-button .tabindex=\"${this.disabled ? '-1' : '0'}\"></auro-button>`.",
|
|
1286
|
+
"attribute": "tabindex",
|
|
1112
1287
|
"inheritedFrom": {
|
|
1113
|
-
"name": "
|
|
1114
|
-
"module": "src/
|
|
1288
|
+
"name": "AuroButton",
|
|
1289
|
+
"module": "src/auro-button.js"
|
|
1115
1290
|
}
|
|
1116
1291
|
},
|
|
1117
1292
|
{
|
|
1118
1293
|
"kind": "field",
|
|
1119
|
-
"name": "
|
|
1294
|
+
"name": "tIndex",
|
|
1120
1295
|
"privacy": "public",
|
|
1121
1296
|
"type": {
|
|
1122
1297
|
"text": "string"
|
|
1123
1298
|
},
|
|
1124
|
-
"description": "
|
|
1125
|
-
"
|
|
1126
|
-
"attribute": "appearance",
|
|
1299
|
+
"description": "Populates `tabindex` to define the focusable sequence in keyboard navigation.",
|
|
1300
|
+
"attribute": "tIndex",
|
|
1127
1301
|
"reflects": true,
|
|
1128
1302
|
"inheritedFrom": {
|
|
1129
|
-
"name": "
|
|
1130
|
-
"module": "src/
|
|
1303
|
+
"name": "AuroButton",
|
|
1304
|
+
"module": "src/auro-button.js"
|
|
1131
1305
|
}
|
|
1132
1306
|
},
|
|
1133
1307
|
{
|
|
1134
1308
|
"kind": "field",
|
|
1135
|
-
"name": "
|
|
1309
|
+
"name": "title",
|
|
1136
1310
|
"privacy": "public",
|
|
1137
1311
|
"type": {
|
|
1138
|
-
"text": "
|
|
1312
|
+
"text": "string"
|
|
1139
1313
|
},
|
|
1140
|
-
"description": "
|
|
1141
|
-
"
|
|
1142
|
-
"attribute": "download",
|
|
1314
|
+
"description": "Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.",
|
|
1315
|
+
"attribute": "title",
|
|
1143
1316
|
"reflects": true,
|
|
1144
1317
|
"inheritedFrom": {
|
|
1145
|
-
"name": "
|
|
1146
|
-
"module": "src/
|
|
1318
|
+
"name": "AuroButton",
|
|
1319
|
+
"module": "src/auro-button.js"
|
|
1147
1320
|
}
|
|
1148
1321
|
},
|
|
1149
1322
|
{
|
|
1150
1323
|
"kind": "field",
|
|
1151
|
-
"name": "
|
|
1324
|
+
"name": "type",
|
|
1152
1325
|
"privacy": "public",
|
|
1153
1326
|
"type": {
|
|
1154
|
-
"text": "
|
|
1327
|
+
"text": "'submit', 'reset', 'button'"
|
|
1155
1328
|
},
|
|
1156
|
-
"description": "
|
|
1157
|
-
"
|
|
1158
|
-
"attribute": "relative",
|
|
1329
|
+
"description": "The type of button. Matches HTML5 Button Spec.",
|
|
1330
|
+
"attribute": "type",
|
|
1159
1331
|
"reflects": true,
|
|
1160
1332
|
"inheritedFrom": {
|
|
1161
|
-
"name": "
|
|
1162
|
-
"module": "src/
|
|
1333
|
+
"name": "AuroButton",
|
|
1334
|
+
"module": "src/auro-button.js"
|
|
1163
1335
|
}
|
|
1164
1336
|
},
|
|
1165
1337
|
{
|
|
1166
1338
|
"kind": "field",
|
|
1167
|
-
"name": "
|
|
1339
|
+
"name": "value",
|
|
1168
1340
|
"privacy": "public",
|
|
1169
1341
|
"type": {
|
|
1170
|
-
"text": "
|
|
1342
|
+
"text": "string"
|
|
1171
1343
|
},
|
|
1172
|
-
"description": "
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1344
|
+
"description": "Defines the value associated with the button which is submitted with the form data.",
|
|
1345
|
+
"attribute": "value",
|
|
1346
|
+
"reflects": true,
|
|
1175
1347
|
"inheritedFrom": {
|
|
1176
|
-
"name": "
|
|
1177
|
-
"module": "src/
|
|
1348
|
+
"name": "AuroButton",
|
|
1349
|
+
"module": "src/auro-button.js"
|
|
1178
1350
|
}
|
|
1179
1351
|
},
|
|
1180
1352
|
{
|
|
@@ -1182,396 +1354,438 @@
|
|
|
1182
1354
|
"name": "variant",
|
|
1183
1355
|
"privacy": "public",
|
|
1184
1356
|
"type": {
|
|
1185
|
-
"text": "
|
|
1357
|
+
"text": "'primary', 'secondary', 'tertiary', 'ghost', 'flat'"
|
|
1186
1358
|
},
|
|
1187
|
-
"description": "Sets button variant
|
|
1359
|
+
"description": "Sets the button variant.",
|
|
1188
1360
|
"default": "\"primary\"",
|
|
1189
1361
|
"attribute": "variant",
|
|
1190
1362
|
"reflects": true,
|
|
1191
1363
|
"inheritedFrom": {
|
|
1192
|
-
"name": "
|
|
1193
|
-
"module": "src/
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"kind": "field",
|
|
1198
|
-
"name": "layout",
|
|
1199
|
-
"privacy": "private",
|
|
1200
|
-
"inheritedFrom": {
|
|
1201
|
-
"name": "ComponentBase",
|
|
1202
|
-
"module": "src/component-base.mjs"
|
|
1364
|
+
"name": "AuroButton",
|
|
1365
|
+
"module": "src/auro-button.js"
|
|
1203
1366
|
}
|
|
1204
|
-
}
|
|
1367
|
+
}
|
|
1368
|
+
],
|
|
1369
|
+
"superclass": {
|
|
1370
|
+
"name": "AuroButton",
|
|
1371
|
+
"package": "@aurodesignsystem/auro-button/class"
|
|
1372
|
+
},
|
|
1373
|
+
"tagName": "auro-hyperlink-button",
|
|
1374
|
+
"customElement": true,
|
|
1375
|
+
"attributes": [
|
|
1205
1376
|
{
|
|
1206
|
-
"
|
|
1207
|
-
"
|
|
1208
|
-
|
|
1377
|
+
"name": "appearance",
|
|
1378
|
+
"type": {
|
|
1379
|
+
"text": "string"
|
|
1380
|
+
},
|
|
1381
|
+
"description": "Defines whether the component should be light colored for use on dark backgrounds.",
|
|
1382
|
+
"default": "'default'",
|
|
1383
|
+
"fieldName": "appearance",
|
|
1209
1384
|
"inheritedFrom": {
|
|
1210
|
-
"name": "
|
|
1211
|
-
"module": "src/
|
|
1385
|
+
"name": "AuroElement",
|
|
1386
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1212
1387
|
}
|
|
1213
1388
|
},
|
|
1214
1389
|
{
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
|
|
1390
|
+
"name": "autofocus",
|
|
1391
|
+
"type": {
|
|
1392
|
+
"text": "boolean"
|
|
1393
|
+
},
|
|
1394
|
+
"description": "This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.",
|
|
1395
|
+
"default": "false",
|
|
1396
|
+
"fieldName": "autofocus",
|
|
1218
1397
|
"inheritedFrom": {
|
|
1219
|
-
"name": "
|
|
1220
|
-
"module": "src/
|
|
1398
|
+
"name": "AuroButton",
|
|
1399
|
+
"module": "src/auro-button.js"
|
|
1221
1400
|
}
|
|
1222
1401
|
},
|
|
1223
1402
|
{
|
|
1224
|
-
"
|
|
1225
|
-
"name": "defaultReferrerPolicy",
|
|
1403
|
+
"name": "buttonHref",
|
|
1226
1404
|
"type": {
|
|
1227
1405
|
"text": "string"
|
|
1228
1406
|
},
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1407
|
+
"default": "undefined",
|
|
1408
|
+
"fieldName": "buttonHref",
|
|
1231
1409
|
"inheritedFrom": {
|
|
1232
|
-
"name": "
|
|
1233
|
-
"module": "src/
|
|
1410
|
+
"name": "AuroButton",
|
|
1411
|
+
"module": "src/auro-button.js"
|
|
1234
1412
|
}
|
|
1235
1413
|
},
|
|
1236
1414
|
{
|
|
1237
|
-
"
|
|
1238
|
-
"name": "ariapressed",
|
|
1415
|
+
"name": "buttonRel",
|
|
1239
1416
|
"type": {
|
|
1240
1417
|
"text": "string"
|
|
1241
1418
|
},
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1419
|
+
"default": "undefined",
|
|
1420
|
+
"fieldName": "buttonRel",
|
|
1244
1421
|
"inheritedFrom": {
|
|
1245
|
-
"name": "
|
|
1246
|
-
"module": "src/
|
|
1422
|
+
"name": "AuroButton",
|
|
1423
|
+
"module": "src/auro-button.js"
|
|
1247
1424
|
}
|
|
1248
1425
|
},
|
|
1249
1426
|
{
|
|
1250
|
-
"
|
|
1251
|
-
"name": "tabIsActive",
|
|
1427
|
+
"name": "buttonTarget",
|
|
1252
1428
|
"type": {
|
|
1253
1429
|
"text": "string"
|
|
1254
1430
|
},
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1431
|
+
"default": "undefined",
|
|
1432
|
+
"fieldName": "buttonTarget",
|
|
1257
1433
|
"inheritedFrom": {
|
|
1258
|
-
"name": "
|
|
1259
|
-
"module": "src/
|
|
1434
|
+
"name": "AuroButton",
|
|
1435
|
+
"module": "src/auro-button.js"
|
|
1260
1436
|
}
|
|
1261
1437
|
},
|
|
1262
1438
|
{
|
|
1263
|
-
"
|
|
1264
|
-
"name": "runtimeUtils",
|
|
1265
|
-
"privacy": "private",
|
|
1266
|
-
"default": "new AuroLibraryRuntimeUtils()",
|
|
1267
|
-
"inheritedFrom": {
|
|
1268
|
-
"name": "ComponentBase",
|
|
1269
|
-
"module": "src/component-base.mjs"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "field",
|
|
1274
|
-
"name": "href",
|
|
1275
|
-
"privacy": "public",
|
|
1439
|
+
"name": "data-active",
|
|
1276
1440
|
"type": {
|
|
1277
|
-
"text": "
|
|
1441
|
+
"text": "boolean"
|
|
1278
1442
|
},
|
|
1279
|
-
"
|
|
1280
|
-
"attribute": "href",
|
|
1281
|
-
"reflects": true,
|
|
1443
|
+
"fieldName": "onActive",
|
|
1282
1444
|
"inheritedFrom": {
|
|
1283
|
-
"name": "
|
|
1284
|
-
"module": "src/
|
|
1445
|
+
"name": "AuroButton",
|
|
1446
|
+
"module": "src/auro-button.js"
|
|
1285
1447
|
}
|
|
1286
1448
|
},
|
|
1287
1449
|
{
|
|
1288
|
-
"
|
|
1289
|
-
"name": "rel",
|
|
1290
|
-
"privacy": "public",
|
|
1450
|
+
"name": "data-hover",
|
|
1291
1451
|
"type": {
|
|
1292
|
-
"text": "
|
|
1452
|
+
"text": "boolean"
|
|
1293
1453
|
},
|
|
1294
|
-
"
|
|
1295
|
-
"attribute": "rel",
|
|
1296
|
-
"reflects": true,
|
|
1454
|
+
"fieldName": "onHover",
|
|
1297
1455
|
"inheritedFrom": {
|
|
1298
|
-
"name": "
|
|
1299
|
-
"module": "src/
|
|
1456
|
+
"name": "AuroButton",
|
|
1457
|
+
"module": "src/auro-button.js"
|
|
1300
1458
|
}
|
|
1301
1459
|
},
|
|
1302
1460
|
{
|
|
1303
|
-
"
|
|
1304
|
-
"name": "target",
|
|
1305
|
-
"privacy": "public",
|
|
1461
|
+
"name": "disabled",
|
|
1306
1462
|
"type": {
|
|
1307
|
-
"text": "
|
|
1463
|
+
"text": "boolean"
|
|
1308
1464
|
},
|
|
1309
|
-
"description": "
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1465
|
+
"description": "If set to true, button will become disabled and not allow for interactions.",
|
|
1466
|
+
"default": "false",
|
|
1467
|
+
"fieldName": "disabled",
|
|
1312
1468
|
"inheritedFrom": {
|
|
1313
|
-
"name": "
|
|
1314
|
-
"module": "src/
|
|
1469
|
+
"name": "AuroButton",
|
|
1470
|
+
"module": "src/auro-button.js"
|
|
1315
1471
|
}
|
|
1316
1472
|
},
|
|
1317
1473
|
{
|
|
1318
|
-
"
|
|
1319
|
-
"name": "type",
|
|
1320
|
-
"privacy": "public",
|
|
1474
|
+
"name": "fluid",
|
|
1321
1475
|
"type": {
|
|
1322
|
-
"text": "
|
|
1476
|
+
"text": "boolean"
|
|
1323
1477
|
},
|
|
1324
|
-
"description": "
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1478
|
+
"description": "Alters the shape of the button to be full width of its parent container.",
|
|
1479
|
+
"default": "false",
|
|
1480
|
+
"fieldName": "fluid",
|
|
1327
1481
|
"inheritedFrom": {
|
|
1328
|
-
"name": "
|
|
1329
|
-
"module": "src/
|
|
1482
|
+
"name": "AuroButton",
|
|
1483
|
+
"module": "src/auro-button.js"
|
|
1330
1484
|
}
|
|
1331
1485
|
},
|
|
1332
1486
|
{
|
|
1333
|
-
"
|
|
1334
|
-
"name": "fluid",
|
|
1335
|
-
"privacy": "public",
|
|
1487
|
+
"name": "layout",
|
|
1336
1488
|
"type": {
|
|
1337
|
-
"text": "
|
|
1489
|
+
"text": "string"
|
|
1338
1490
|
},
|
|
1339
|
-
"description": "
|
|
1340
|
-
"
|
|
1491
|
+
"description": "Defines the language of an element.",
|
|
1492
|
+
"default": "{'default'}",
|
|
1493
|
+
"fieldName": "layout",
|
|
1341
1494
|
"inheritedFrom": {
|
|
1342
|
-
"name": "
|
|
1343
|
-
"module": "src/
|
|
1495
|
+
"name": "AuroElement",
|
|
1496
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1344
1497
|
}
|
|
1345
1498
|
},
|
|
1346
1499
|
{
|
|
1347
|
-
"
|
|
1348
|
-
"name": "referrerpolicy",
|
|
1349
|
-
"privacy": "public",
|
|
1500
|
+
"name": "loading",
|
|
1350
1501
|
"type": {
|
|
1351
1502
|
"text": "boolean"
|
|
1352
1503
|
},
|
|
1353
|
-
"description": "If true
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1504
|
+
"description": "If set to true button text will be replaced with `auro-loader` and become disabled.",
|
|
1505
|
+
"default": "false",
|
|
1506
|
+
"fieldName": "loading",
|
|
1356
1507
|
"inheritedFrom": {
|
|
1357
|
-
"name": "
|
|
1358
|
-
"module": "src/
|
|
1508
|
+
"name": "AuroButton",
|
|
1509
|
+
"module": "src/auro-button.js"
|
|
1359
1510
|
}
|
|
1360
|
-
}
|
|
1361
|
-
],
|
|
1362
|
-
"superclass": {
|
|
1363
|
-
"name": "ComponentBase",
|
|
1364
|
-
"module": "/src/component-base.mjs"
|
|
1365
|
-
},
|
|
1366
|
-
"attributes": [
|
|
1511
|
+
},
|
|
1367
1512
|
{
|
|
1368
|
-
"name": "
|
|
1513
|
+
"name": "loadingText",
|
|
1369
1514
|
"type": {
|
|
1370
1515
|
"text": "string"
|
|
1371
1516
|
},
|
|
1372
|
-
"description": "
|
|
1373
|
-
"
|
|
1374
|
-
"fieldName": "appearance",
|
|
1517
|
+
"description": "DEPRECATED - Use `slot=\"ariaLabel.loading\"` instead.",
|
|
1518
|
+
"fieldName": "loadingText",
|
|
1375
1519
|
"inheritedFrom": {
|
|
1376
|
-
"name": "
|
|
1377
|
-
"module": "src/
|
|
1520
|
+
"name": "AuroButton",
|
|
1521
|
+
"module": "src/auro-button.js"
|
|
1378
1522
|
}
|
|
1379
1523
|
},
|
|
1380
1524
|
{
|
|
1381
|
-
"name": "
|
|
1525
|
+
"name": "ondark",
|
|
1382
1526
|
"type": {
|
|
1383
|
-
"text": "
|
|
1527
|
+
"text": "boolean"
|
|
1384
1528
|
},
|
|
1385
|
-
"
|
|
1386
|
-
"fieldName": "href",
|
|
1529
|
+
"fieldName": "onDark",
|
|
1387
1530
|
"inheritedFrom": {
|
|
1388
|
-
"name": "
|
|
1389
|
-
"module": "src/
|
|
1531
|
+
"name": "AuroElement",
|
|
1532
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1390
1533
|
}
|
|
1391
1534
|
},
|
|
1392
1535
|
{
|
|
1393
|
-
"name": "
|
|
1536
|
+
"name": "shape",
|
|
1394
1537
|
"type": {
|
|
1395
1538
|
"text": "string"
|
|
1396
1539
|
},
|
|
1397
|
-
"
|
|
1398
|
-
"fieldName": "rel",
|
|
1540
|
+
"fieldName": "shape",
|
|
1399
1541
|
"inheritedFrom": {
|
|
1400
|
-
"name": "
|
|
1401
|
-
"module": "src/
|
|
1542
|
+
"name": "AuroElement",
|
|
1543
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1402
1544
|
}
|
|
1403
1545
|
},
|
|
1404
1546
|
{
|
|
1405
|
-
"name": "
|
|
1547
|
+
"name": "size",
|
|
1406
1548
|
"type": {
|
|
1407
1549
|
"text": "string"
|
|
1408
1550
|
},
|
|
1409
|
-
"
|
|
1410
|
-
"fieldName": "target",
|
|
1551
|
+
"fieldName": "size",
|
|
1411
1552
|
"inheritedFrom": {
|
|
1412
|
-
"name": "
|
|
1413
|
-
"module": "src/
|
|
1553
|
+
"name": "AuroElement",
|
|
1554
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1414
1555
|
}
|
|
1415
1556
|
},
|
|
1416
1557
|
{
|
|
1417
|
-
"name": "
|
|
1558
|
+
"name": "static",
|
|
1418
1559
|
"type": {
|
|
1419
1560
|
"text": "boolean"
|
|
1420
1561
|
},
|
|
1421
|
-
"description": "If true, the
|
|
1562
|
+
"description": "If true, the button will be static and not respond to user interactions.",
|
|
1422
1563
|
"default": "false",
|
|
1423
|
-
"fieldName": "
|
|
1564
|
+
"fieldName": "static",
|
|
1424
1565
|
"inheritedFrom": {
|
|
1425
|
-
"name": "
|
|
1426
|
-
"module": "src/
|
|
1566
|
+
"name": "AuroButton",
|
|
1567
|
+
"module": "src/auro-button.js"
|
|
1427
1568
|
}
|
|
1428
1569
|
},
|
|
1429
1570
|
{
|
|
1430
|
-
"name": "
|
|
1571
|
+
"name": "tabindex",
|
|
1431
1572
|
"type": {
|
|
1432
|
-
"text": "
|
|
1573
|
+
"text": "string"
|
|
1433
1574
|
},
|
|
1434
|
-
"description": "
|
|
1435
|
-
"
|
|
1436
|
-
"fieldName": "relative",
|
|
1575
|
+
"description": "Populates `tabindex` to define the focusable sequence in keyboard navigation.\nMust be used with \".\" to ensure the host element does not retain a reference to the `tabindex` attribute.\nExample: `<auro-button .tabindex=\"${this.disabled ? '-1' : '0'}\"></auro-button>`.",
|
|
1576
|
+
"fieldName": "tabindex",
|
|
1437
1577
|
"inheritedFrom": {
|
|
1438
|
-
"name": "
|
|
1439
|
-
"module": "src/
|
|
1578
|
+
"name": "AuroButton",
|
|
1579
|
+
"module": "src/auro-button.js"
|
|
1440
1580
|
}
|
|
1441
1581
|
},
|
|
1442
1582
|
{
|
|
1443
|
-
"name": "
|
|
1583
|
+
"name": "tIndex",
|
|
1444
1584
|
"type": {
|
|
1445
|
-
"text": "
|
|
1585
|
+
"text": "string"
|
|
1446
1586
|
},
|
|
1447
|
-
"description": "
|
|
1448
|
-
"
|
|
1449
|
-
"fieldName": "ondark",
|
|
1587
|
+
"description": "Populates `tabindex` to define the focusable sequence in keyboard navigation.",
|
|
1588
|
+
"fieldName": "tIndex",
|
|
1450
1589
|
"inheritedFrom": {
|
|
1451
|
-
"name": "
|
|
1452
|
-
"module": "src/
|
|
1590
|
+
"name": "AuroButton",
|
|
1591
|
+
"module": "src/auro-button.js"
|
|
1453
1592
|
}
|
|
1454
1593
|
},
|
|
1455
1594
|
{
|
|
1456
|
-
"name": "
|
|
1595
|
+
"name": "title",
|
|
1457
1596
|
"type": {
|
|
1458
1597
|
"text": "string"
|
|
1459
1598
|
},
|
|
1460
|
-
"description": "
|
|
1461
|
-
"fieldName": "
|
|
1599
|
+
"description": "Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.",
|
|
1600
|
+
"fieldName": "title",
|
|
1462
1601
|
"inheritedFrom": {
|
|
1463
|
-
"name": "
|
|
1464
|
-
"module": "src/
|
|
1602
|
+
"name": "AuroButton",
|
|
1603
|
+
"module": "src/auro-button.js"
|
|
1465
1604
|
}
|
|
1466
1605
|
},
|
|
1467
1606
|
{
|
|
1468
|
-
"name": "
|
|
1607
|
+
"name": "type",
|
|
1469
1608
|
"type": {
|
|
1470
|
-
"text": "
|
|
1609
|
+
"text": "'submit', 'reset', 'button'"
|
|
1471
1610
|
},
|
|
1472
|
-
"description": "
|
|
1473
|
-
"fieldName": "
|
|
1611
|
+
"description": "The type of button. Matches HTML5 Button Spec.",
|
|
1612
|
+
"fieldName": "type",
|
|
1474
1613
|
"inheritedFrom": {
|
|
1475
|
-
"name": "
|
|
1476
|
-
"module": "src/
|
|
1614
|
+
"name": "AuroButton",
|
|
1615
|
+
"module": "src/auro-button.js"
|
|
1477
1616
|
}
|
|
1478
1617
|
},
|
|
1479
1618
|
{
|
|
1480
|
-
"name": "
|
|
1619
|
+
"name": "value",
|
|
1481
1620
|
"type": {
|
|
1482
|
-
"text": "
|
|
1621
|
+
"text": "string"
|
|
1483
1622
|
},
|
|
1484
|
-
"description": "
|
|
1485
|
-
"fieldName": "
|
|
1623
|
+
"description": "Defines the value associated with the button which is submitted with the form data.",
|
|
1624
|
+
"fieldName": "value",
|
|
1486
1625
|
"inheritedFrom": {
|
|
1487
|
-
"name": "
|
|
1488
|
-
"module": "src/
|
|
1626
|
+
"name": "AuroButton",
|
|
1627
|
+
"module": "src/auro-button.js"
|
|
1489
1628
|
}
|
|
1490
1629
|
},
|
|
1491
1630
|
{
|
|
1492
1631
|
"name": "variant",
|
|
1493
1632
|
"type": {
|
|
1494
|
-
"text": "
|
|
1633
|
+
"text": "'primary', 'secondary', 'tertiary', 'ghost', 'flat'"
|
|
1495
1634
|
},
|
|
1496
|
-
"description": "Sets button variant
|
|
1635
|
+
"description": "Sets the button variant.",
|
|
1497
1636
|
"default": "\"primary\"",
|
|
1498
1637
|
"fieldName": "variant",
|
|
1499
1638
|
"inheritedFrom": {
|
|
1500
|
-
"name": "
|
|
1501
|
-
"module": "src/
|
|
1639
|
+
"name": "AuroButton",
|
|
1640
|
+
"module": "src/auro-button.js"
|
|
1502
1641
|
}
|
|
1503
1642
|
}
|
|
1504
1643
|
]
|
|
1505
1644
|
}
|
|
1506
1645
|
],
|
|
1507
1646
|
"exports": [
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "custom-element-definition",
|
|
1649
|
+
"name": "auro-hyperlink-button",
|
|
1650
|
+
"declaration": {
|
|
1651
|
+
"name": "AuroHyperlinkButton",
|
|
1652
|
+
"module": "src/auro-hyperlink-button.js"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1508
1655
|
{
|
|
1509
1656
|
"kind": "js",
|
|
1510
|
-
"name": "
|
|
1657
|
+
"name": "AuroHyperlinkButton",
|
|
1511
1658
|
"declaration": {
|
|
1512
|
-
"name": "
|
|
1513
|
-
"module": "src/auro-hyperlink.js"
|
|
1659
|
+
"name": "AuroHyperlinkButton",
|
|
1660
|
+
"module": "src/auro-hyperlink-button.js"
|
|
1514
1661
|
}
|
|
1515
1662
|
}
|
|
1516
1663
|
]
|
|
1517
1664
|
},
|
|
1518
1665
|
{
|
|
1519
1666
|
"kind": "javascript-module",
|
|
1520
|
-
"path": "src/
|
|
1667
|
+
"path": "src/auro-hyperlink.js",
|
|
1521
1668
|
"declarations": [
|
|
1522
1669
|
{
|
|
1523
1670
|
"kind": "class",
|
|
1524
|
-
"description": "",
|
|
1525
|
-
"name": "
|
|
1526
|
-
"
|
|
1671
|
+
"description": "`<auro-hyperlink>` is a component that wraps an HTML `<a>` element, providing additional styling and behavior.",
|
|
1672
|
+
"name": "AuroHyperlink",
|
|
1673
|
+
"cssParts": [
|
|
1527
1674
|
{
|
|
1528
|
-
"
|
|
1529
|
-
"name": "
|
|
1530
|
-
"description": "Returns a safe URI based on the provided `href` and `relative` parameters.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
1531
|
-
"return": {
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "string"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
"readonly": true
|
|
1675
|
+
"description": "Allows styling to be applied to the `a` element.",
|
|
1676
|
+
"name": "link"
|
|
1537
1677
|
},
|
|
1538
1678
|
{
|
|
1539
|
-
"
|
|
1540
|
-
"name": "
|
|
1541
|
-
|
|
1542
|
-
|
|
1679
|
+
"description": "Allows styling to be applied to the icon that appears next to the hyperlink.",
|
|
1680
|
+
"name": "targetIcon"
|
|
1681
|
+
}
|
|
1682
|
+
],
|
|
1683
|
+
"members": [
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "method",
|
|
1686
|
+
"name": "_createRefs",
|
|
1687
|
+
"description": "Create usable refs to internal elements",
|
|
1543
1688
|
"return": {
|
|
1544
1689
|
"type": {
|
|
1545
|
-
"text": "
|
|
1690
|
+
"text": "void"
|
|
1546
1691
|
}
|
|
1547
1692
|
},
|
|
1548
|
-
"
|
|
1693
|
+
"privacy": "private"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "field",
|
|
1697
|
+
"name": "appearance",
|
|
1698
|
+
"privacy": "public",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "string"
|
|
1701
|
+
},
|
|
1702
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
1703
|
+
"default": "\"default\"",
|
|
1704
|
+
"attribute": "appearance",
|
|
1705
|
+
"reflects": true,
|
|
1706
|
+
"inheritedFrom": {
|
|
1707
|
+
"name": "AuroElement",
|
|
1708
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"kind": "field",
|
|
1713
|
+
"name": "ariapressed",
|
|
1714
|
+
"type": {
|
|
1715
|
+
"text": "string"
|
|
1716
|
+
},
|
|
1717
|
+
"privacy": "private",
|
|
1718
|
+
"default": "\"false\"",
|
|
1719
|
+
"inheritedFrom": {
|
|
1720
|
+
"name": "ComponentBase",
|
|
1721
|
+
"module": "src/component-base.mjs"
|
|
1722
|
+
}
|
|
1549
1723
|
},
|
|
1550
1724
|
{
|
|
1551
1725
|
"kind": "method",
|
|
1552
|
-
"name": "
|
|
1726
|
+
"name": "ariaPressedState",
|
|
1553
1727
|
"parameters": [
|
|
1554
1728
|
{
|
|
1555
|
-
"name": "
|
|
1556
|
-
"description": "The
|
|
1557
|
-
"type": {
|
|
1558
|
-
"text": "string"
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"name": "relative",
|
|
1563
|
-
"description": "Indicates whether the URL is relative.",
|
|
1729
|
+
"name": "ariaPressed",
|
|
1730
|
+
"description": "The initial value of the ARIA pressed state.",
|
|
1564
1731
|
"type": {
|
|
1565
1732
|
"text": "boolean"
|
|
1566
1733
|
}
|
|
1567
1734
|
}
|
|
1568
1735
|
],
|
|
1569
|
-
"description": "
|
|
1736
|
+
"description": "Sets the ARIA pressed state based on user interactions.",
|
|
1570
1737
|
"privacy": "private",
|
|
1571
1738
|
"return": {
|
|
1572
1739
|
"type": {
|
|
1573
|
-
"text": "
|
|
1740
|
+
"text": "boolean"
|
|
1574
1741
|
}
|
|
1742
|
+
},
|
|
1743
|
+
"inheritedFrom": {
|
|
1744
|
+
"name": "ComponentBase",
|
|
1745
|
+
"module": "src/component-base.mjs"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "defaultReferrerPolicy",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "string"
|
|
1753
|
+
},
|
|
1754
|
+
"privacy": "private",
|
|
1755
|
+
"default": "\"strict-origin-when-cross-origin\"",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "ComponentBase",
|
|
1758
|
+
"module": "src/component-base.mjs"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "field",
|
|
1763
|
+
"name": "download",
|
|
1764
|
+
"privacy": "public",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "boolean"
|
|
1767
|
+
},
|
|
1768
|
+
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
1769
|
+
"default": "false",
|
|
1770
|
+
"attribute": "download",
|
|
1771
|
+
"reflects": true,
|
|
1772
|
+
"inheritedFrom": {
|
|
1773
|
+
"name": "ComponentBase",
|
|
1774
|
+
"module": "src/component-base.mjs"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "field",
|
|
1779
|
+
"name": "fluid",
|
|
1780
|
+
"privacy": "public",
|
|
1781
|
+
"type": {
|
|
1782
|
+
"text": "boolean"
|
|
1783
|
+
},
|
|
1784
|
+
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
1785
|
+
"attribute": "fluid",
|
|
1786
|
+
"inheritedFrom": {
|
|
1787
|
+
"name": "ComponentBase",
|
|
1788
|
+
"module": "src/component-base.mjs"
|
|
1575
1789
|
}
|
|
1576
1790
|
},
|
|
1577
1791
|
{
|
|
@@ -1592,45 +1806,20 @@
|
|
|
1592
1806
|
"type": {
|
|
1593
1807
|
"text": "Element"
|
|
1594
1808
|
}
|
|
1809
|
+
},
|
|
1810
|
+
"inheritedFrom": {
|
|
1811
|
+
"name": "ComponentBase",
|
|
1812
|
+
"module": "src/component-base.mjs"
|
|
1595
1813
|
}
|
|
1596
1814
|
},
|
|
1597
1815
|
{
|
|
1598
1816
|
"kind": "method",
|
|
1599
|
-
"name": "
|
|
1600
|
-
"
|
|
1601
|
-
{
|
|
1602
|
-
"name": "target",
|
|
1603
|
-
"description": "The target attribute of the anchor element.",
|
|
1604
|
-
"type": {
|
|
1605
|
-
"text": "string"
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
],
|
|
1609
|
-
"description": "Generates an icon HTML element based on the target attribute.",
|
|
1610
|
-
"privacy": "private",
|
|
1611
|
-
"return": {
|
|
1612
|
-
"type": {
|
|
1613
|
-
"text": "HTMLElement|undefined"
|
|
1614
|
-
}
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"kind": "method",
|
|
1619
|
-
"name": "getTabState",
|
|
1620
|
-
"parameters": [
|
|
1621
|
-
{
|
|
1622
|
-
"name": "tabIsActive",
|
|
1623
|
-
"description": "Indicates whether the tab is active.",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"text": "boolean"
|
|
1626
|
-
}
|
|
1627
|
-
}
|
|
1628
|
-
],
|
|
1629
|
-
"description": "Returns the state of a tab as a string.",
|
|
1817
|
+
"name": "getMarkup",
|
|
1818
|
+
"description": "Generates an object containing CSS classes based on the properties of the component.",
|
|
1630
1819
|
"privacy": "private",
|
|
1631
1820
|
"return": {
|
|
1632
1821
|
"type": {
|
|
1633
|
-
"text": "
|
|
1822
|
+
"text": "object"
|
|
1634
1823
|
}
|
|
1635
1824
|
}
|
|
1636
1825
|
},
|
|
@@ -1659,63 +1848,87 @@
|
|
|
1659
1848
|
"type": {
|
|
1660
1849
|
"text": "string|undefined"
|
|
1661
1850
|
}
|
|
1851
|
+
},
|
|
1852
|
+
"inheritedFrom": {
|
|
1853
|
+
"name": "ComponentBase",
|
|
1854
|
+
"module": "src/component-base.mjs"
|
|
1662
1855
|
}
|
|
1663
1856
|
},
|
|
1664
1857
|
{
|
|
1665
1858
|
"kind": "method",
|
|
1666
|
-
"name": "
|
|
1859
|
+
"name": "getTabState",
|
|
1667
1860
|
"parameters": [
|
|
1668
1861
|
{
|
|
1669
|
-
"name": "
|
|
1670
|
-
"description": "
|
|
1862
|
+
"name": "tabIsActive",
|
|
1863
|
+
"description": "Indicates whether the tab is active.",
|
|
1671
1864
|
"type": {
|
|
1672
1865
|
"text": "boolean"
|
|
1673
1866
|
}
|
|
1674
1867
|
}
|
|
1675
1868
|
],
|
|
1676
|
-
"description": "
|
|
1869
|
+
"description": "Returns the state of a tab as a string.",
|
|
1677
1870
|
"privacy": "private",
|
|
1678
1871
|
"return": {
|
|
1679
1872
|
"type": {
|
|
1680
|
-
"text": "
|
|
1873
|
+
"text": "string"
|
|
1681
1874
|
}
|
|
1875
|
+
},
|
|
1876
|
+
"inheritedFrom": {
|
|
1877
|
+
"name": "ComponentBase",
|
|
1878
|
+
"module": "src/component-base.mjs"
|
|
1682
1879
|
}
|
|
1683
1880
|
},
|
|
1684
1881
|
{
|
|
1685
1882
|
"kind": "field",
|
|
1686
|
-
"name": "
|
|
1883
|
+
"name": "href",
|
|
1687
1884
|
"privacy": "public",
|
|
1688
1885
|
"type": {
|
|
1689
1886
|
"text": "string"
|
|
1690
1887
|
},
|
|
1691
|
-
"description": "Defines
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1888
|
+
"description": "Defines the URL of the linked page.",
|
|
1889
|
+
"attribute": "href",
|
|
1890
|
+
"reflects": true,
|
|
1891
|
+
"inheritedFrom": {
|
|
1892
|
+
"name": "ComponentBase",
|
|
1893
|
+
"module": "src/component-base.mjs"
|
|
1894
|
+
}
|
|
1695
1895
|
},
|
|
1696
1896
|
{
|
|
1697
1897
|
"kind": "field",
|
|
1698
|
-
"name": "
|
|
1699
|
-
"privacy": "
|
|
1700
|
-
|
|
1701
|
-
|
|
1898
|
+
"name": "iconTag",
|
|
1899
|
+
"privacy": "private"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "field",
|
|
1903
|
+
"name": "includesDomain",
|
|
1904
|
+
"description": "Checks whether the provided URI (if available) includes the 'http' protocol.\nIf the URI is truthy, it examines whether it contains 'http'.\nOtherwise, it returns false.",
|
|
1905
|
+
"privacy": "private",
|
|
1906
|
+
"return": {
|
|
1907
|
+
"type": {
|
|
1908
|
+
"text": "boolean"
|
|
1909
|
+
}
|
|
1702
1910
|
},
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1705
|
-
|
|
1706
|
-
|
|
1911
|
+
"readonly": true,
|
|
1912
|
+
"inheritedFrom": {
|
|
1913
|
+
"name": "ComponentBase",
|
|
1914
|
+
"module": "src/component-base.mjs"
|
|
1915
|
+
}
|
|
1707
1916
|
},
|
|
1708
1917
|
{
|
|
1709
1918
|
"kind": "field",
|
|
1710
|
-
"name": "
|
|
1919
|
+
"name": "layout",
|
|
1711
1920
|
"privacy": "public",
|
|
1712
1921
|
"type": {
|
|
1713
|
-
"text": "
|
|
1922
|
+
"text": "string"
|
|
1714
1923
|
},
|
|
1715
|
-
"description": "
|
|
1716
|
-
"default": "
|
|
1717
|
-
"attribute": "
|
|
1718
|
-
"reflects": true
|
|
1924
|
+
"description": "Defines the language of an element.",
|
|
1925
|
+
"default": "{'default'}",
|
|
1926
|
+
"attribute": "layout",
|
|
1927
|
+
"reflects": true,
|
|
1928
|
+
"inheritedFrom": {
|
|
1929
|
+
"name": "AuroElement",
|
|
1930
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1931
|
+
}
|
|
1719
1932
|
},
|
|
1720
1933
|
{
|
|
1721
1934
|
"kind": "field",
|
|
@@ -1726,323 +1939,308 @@
|
|
|
1726
1939
|
},
|
|
1727
1940
|
"description": "DEPRECATED - use `appearance` instead.",
|
|
1728
1941
|
"default": "false",
|
|
1729
|
-
"attribute": "ondark"
|
|
1942
|
+
"attribute": "ondark",
|
|
1943
|
+
"inheritedFrom": {
|
|
1944
|
+
"name": "ComponentBase",
|
|
1945
|
+
"module": "src/component-base.mjs"
|
|
1946
|
+
}
|
|
1730
1947
|
},
|
|
1731
1948
|
{
|
|
1732
1949
|
"kind": "field",
|
|
1733
|
-
"name": "
|
|
1950
|
+
"name": "onDark",
|
|
1734
1951
|
"privacy": "public",
|
|
1735
1952
|
"type": {
|
|
1736
|
-
"text": "
|
|
1953
|
+
"text": "boolean"
|
|
1737
1954
|
},
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1740
|
-
"
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
"kind": "field",
|
|
1745
|
-
"name": "layout",
|
|
1746
|
-
"privacy": "private"
|
|
1955
|
+
"attribute": "ondark",
|
|
1956
|
+
"reflects": true,
|
|
1957
|
+
"inheritedFrom": {
|
|
1958
|
+
"name": "AuroElement",
|
|
1959
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1960
|
+
}
|
|
1747
1961
|
},
|
|
1748
1962
|
{
|
|
1749
1963
|
"kind": "field",
|
|
1750
|
-
"name": "
|
|
1751
|
-
"privacy": "
|
|
1964
|
+
"name": "referrerpolicy",
|
|
1965
|
+
"privacy": "public",
|
|
1966
|
+
"type": {
|
|
1967
|
+
"text": "boolean"
|
|
1968
|
+
},
|
|
1969
|
+
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
1970
|
+
"attribute": "referrerpolicy",
|
|
1971
|
+
"reflects": true,
|
|
1972
|
+
"inheritedFrom": {
|
|
1973
|
+
"name": "ComponentBase",
|
|
1974
|
+
"module": "src/component-base.mjs"
|
|
1975
|
+
}
|
|
1752
1976
|
},
|
|
1753
1977
|
{
|
|
1754
|
-
"kind": "
|
|
1755
|
-
"name": "
|
|
1756
|
-
"
|
|
1978
|
+
"kind": "method",
|
|
1979
|
+
"name": "register",
|
|
1980
|
+
"static": true,
|
|
1981
|
+
"parameters": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "name",
|
|
1984
|
+
"default": "\"auro-hyperlink\"",
|
|
1985
|
+
"description": "The name of element that you want to register to.",
|
|
1986
|
+
"optional": true,
|
|
1987
|
+
"type": {
|
|
1988
|
+
"text": "string"
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
],
|
|
1992
|
+
"description": "This will register this element with the browser."
|
|
1757
1993
|
},
|
|
1758
1994
|
{
|
|
1759
1995
|
"kind": "field",
|
|
1760
|
-
"name": "
|
|
1996
|
+
"name": "rel",
|
|
1997
|
+
"privacy": "public",
|
|
1761
1998
|
"type": {
|
|
1762
1999
|
"text": "string"
|
|
1763
2000
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
"text": "string"
|
|
1772
|
-
},
|
|
1773
|
-
"privacy": "private",
|
|
1774
|
-
"default": "\"false\""
|
|
2001
|
+
"description": "Defines the relationship between the current document and the linked document.",
|
|
2002
|
+
"attribute": "rel",
|
|
2003
|
+
"reflects": true,
|
|
2004
|
+
"inheritedFrom": {
|
|
2005
|
+
"name": "ComponentBase",
|
|
2006
|
+
"module": "src/component-base.mjs"
|
|
2007
|
+
}
|
|
1775
2008
|
},
|
|
1776
2009
|
{
|
|
1777
|
-
"kind": "
|
|
1778
|
-
"name": "
|
|
1779
|
-
"
|
|
1780
|
-
|
|
2010
|
+
"kind": "method",
|
|
2011
|
+
"name": "renderLayoutCTA",
|
|
2012
|
+
"description": "Renders the cta layout for the hyperlink.",
|
|
2013
|
+
"return": {
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "TemplateResult"
|
|
2016
|
+
}
|
|
1781
2017
|
},
|
|
1782
|
-
"privacy": "private"
|
|
1783
|
-
"default": "\"false\""
|
|
2018
|
+
"privacy": "private"
|
|
1784
2019
|
},
|
|
1785
2020
|
{
|
|
1786
|
-
"kind": "
|
|
1787
|
-
"name": "
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
2021
|
+
"kind": "method",
|
|
2022
|
+
"name": "renderLayoutDefault",
|
|
2023
|
+
"description": "Renders the default layout for the hyperlink.",
|
|
2024
|
+
"return": {
|
|
2025
|
+
"type": {
|
|
2026
|
+
"text": "TemplateResult"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"privacy": "private"
|
|
1790
2030
|
},
|
|
1791
2031
|
{
|
|
1792
|
-
"kind": "field",
|
|
1793
|
-
"name": "href",
|
|
1794
|
-
"privacy": "public",
|
|
1795
2032
|
"type": {
|
|
1796
|
-
"text": "
|
|
2033
|
+
"text": "String"
|
|
1797
2034
|
},
|
|
1798
|
-
"description": "Defines
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
2035
|
+
"description": "Defines ARIA roles; currently supports `button` for extended experiences.",
|
|
2036
|
+
"name": "role",
|
|
2037
|
+
"kind": "field"
|
|
1801
2038
|
},
|
|
1802
2039
|
{
|
|
1803
2040
|
"kind": "field",
|
|
1804
|
-
"name": "
|
|
1805
|
-
"privacy": "
|
|
1806
|
-
"
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
"reflects": true
|
|
2041
|
+
"name": "runtimeUtils",
|
|
2042
|
+
"privacy": "private",
|
|
2043
|
+
"default": "new AuroLibraryRuntimeUtils()",
|
|
2044
|
+
"inheritedFrom": {
|
|
2045
|
+
"name": "ComponentBase",
|
|
2046
|
+
"module": "src/component-base.mjs"
|
|
2047
|
+
}
|
|
1812
2048
|
},
|
|
1813
2049
|
{
|
|
1814
2050
|
"kind": "field",
|
|
1815
|
-
"name": "
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
2051
|
+
"name": "safeUri",
|
|
2052
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
2053
|
+
"return": {
|
|
2054
|
+
"type": {
|
|
2055
|
+
"text": "string"
|
|
2056
|
+
}
|
|
1819
2057
|
},
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
|
|
2058
|
+
"readonly": true,
|
|
2059
|
+
"inheritedFrom": {
|
|
2060
|
+
"name": "ComponentBase",
|
|
2061
|
+
"module": "src/component-base.mjs"
|
|
2062
|
+
}
|
|
1823
2063
|
},
|
|
1824
2064
|
{
|
|
1825
|
-
"kind": "
|
|
1826
|
-
"name": "
|
|
1827
|
-
"
|
|
1828
|
-
|
|
1829
|
-
|
|
2065
|
+
"kind": "method",
|
|
2066
|
+
"name": "safeUrl",
|
|
2067
|
+
"parameters": [
|
|
2068
|
+
{
|
|
2069
|
+
"name": "href",
|
|
2070
|
+
"description": "The original URL.",
|
|
2071
|
+
"type": {
|
|
2072
|
+
"text": "string"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
],
|
|
2076
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
2077
|
+
"privacy": "private",
|
|
2078
|
+
"return": {
|
|
2079
|
+
"type": {
|
|
2080
|
+
"text": "string|undefined"
|
|
2081
|
+
}
|
|
1830
2082
|
},
|
|
1831
|
-
"
|
|
1832
|
-
|
|
1833
|
-
|
|
2083
|
+
"inheritedFrom": {
|
|
2084
|
+
"name": "ComponentBase",
|
|
2085
|
+
"module": "src/component-base.mjs"
|
|
2086
|
+
}
|
|
1834
2087
|
},
|
|
1835
2088
|
{
|
|
1836
2089
|
"kind": "field",
|
|
1837
|
-
"name": "
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1840
|
-
"text": "boolean"
|
|
1841
|
-
},
|
|
1842
|
-
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
1843
|
-
"attribute": "fluid"
|
|
2090
|
+
"name": "shadowRootOptions",
|
|
2091
|
+
"static": true,
|
|
2092
|
+
"readonly": true
|
|
1844
2093
|
},
|
|
1845
2094
|
{
|
|
1846
2095
|
"kind": "field",
|
|
1847
|
-
"name": "
|
|
2096
|
+
"name": "shape",
|
|
1848
2097
|
"privacy": "public",
|
|
1849
|
-
"type": {
|
|
1850
|
-
"text": "boolean"
|
|
1851
|
-
},
|
|
1852
|
-
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
1853
|
-
"attribute": "referrerpolicy",
|
|
1854
|
-
"reflects": true
|
|
1855
|
-
}
|
|
1856
|
-
],
|
|
1857
|
-
"attributes": [
|
|
1858
|
-
{
|
|
1859
|
-
"name": "appearance",
|
|
1860
2098
|
"type": {
|
|
1861
2099
|
"text": "string"
|
|
1862
2100
|
},
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
2101
|
+
"attribute": "shape",
|
|
2102
|
+
"reflects": true,
|
|
2103
|
+
"inheritedFrom": {
|
|
2104
|
+
"name": "AuroElement",
|
|
2105
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2106
|
+
}
|
|
1866
2107
|
},
|
|
1867
2108
|
{
|
|
1868
|
-
"
|
|
2109
|
+
"kind": "field",
|
|
2110
|
+
"name": "size",
|
|
2111
|
+
"privacy": "public",
|
|
1869
2112
|
"type": {
|
|
1870
2113
|
"text": "string"
|
|
1871
2114
|
},
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
2115
|
+
"attribute": "size",
|
|
2116
|
+
"reflects": true,
|
|
2117
|
+
"inheritedFrom": {
|
|
2118
|
+
"name": "AuroElement",
|
|
2119
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2120
|
+
}
|
|
1874
2121
|
},
|
|
1875
2122
|
{
|
|
1876
|
-
"
|
|
2123
|
+
"kind": "field",
|
|
2124
|
+
"name": "tabIsActive",
|
|
1877
2125
|
"type": {
|
|
1878
2126
|
"text": "string"
|
|
1879
2127
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
2128
|
+
"privacy": "private",
|
|
2129
|
+
"default": "\"false\"",
|
|
2130
|
+
"inheritedFrom": {
|
|
2131
|
+
"name": "ComponentBase",
|
|
2132
|
+
"module": "src/component-base.mjs"
|
|
2133
|
+
}
|
|
1882
2134
|
},
|
|
1883
2135
|
{
|
|
2136
|
+
"kind": "field",
|
|
1884
2137
|
"name": "target",
|
|
2138
|
+
"privacy": "public",
|
|
1885
2139
|
"type": {
|
|
1886
2140
|
"text": "string"
|
|
1887
2141
|
},
|
|
1888
2142
|
"description": "Defines where to open the linked document.",
|
|
1889
|
-
"
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
},
|
|
1896
|
-
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
1897
|
-
"default": "false",
|
|
1898
|
-
"fieldName": "download"
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "relative",
|
|
1902
|
-
"type": {
|
|
1903
|
-
"text": "boolean"
|
|
1904
|
-
},
|
|
1905
|
-
"description": "If true, the auto URL re-write feature will be disabled.",
|
|
1906
|
-
"default": "false",
|
|
1907
|
-
"fieldName": "relative"
|
|
2143
|
+
"attribute": "target",
|
|
2144
|
+
"reflects": true,
|
|
2145
|
+
"inheritedFrom": {
|
|
2146
|
+
"name": "ComponentBase",
|
|
2147
|
+
"module": "src/component-base.mjs"
|
|
2148
|
+
}
|
|
1908
2149
|
},
|
|
1909
2150
|
{
|
|
1910
|
-
"
|
|
1911
|
-
"
|
|
1912
|
-
|
|
2151
|
+
"kind": "method",
|
|
2152
|
+
"name": "targetIcon",
|
|
2153
|
+
"parameters": [
|
|
2154
|
+
{
|
|
2155
|
+
"name": "target",
|
|
2156
|
+
"description": "The target attribute of the anchor element.",
|
|
2157
|
+
"type": {
|
|
2158
|
+
"text": "string"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2162
|
+
"description": "Generates an icon HTML element based on the target attribute.",
|
|
2163
|
+
"privacy": "private",
|
|
2164
|
+
"return": {
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "HTMLElement|undefined"
|
|
2167
|
+
}
|
|
1913
2168
|
},
|
|
1914
|
-
"
|
|
1915
|
-
|
|
1916
|
-
|
|
2169
|
+
"inheritedFrom": {
|
|
2170
|
+
"name": "ComponentBase",
|
|
2171
|
+
"module": "src/component-base.mjs"
|
|
2172
|
+
}
|
|
1917
2173
|
},
|
|
1918
2174
|
{
|
|
2175
|
+
"kind": "field",
|
|
1919
2176
|
"name": "type",
|
|
2177
|
+
"privacy": "public",
|
|
1920
2178
|
"type": {
|
|
1921
2179
|
"text": "string"
|
|
1922
2180
|
},
|
|
1923
2181
|
"description": "Defines the type of hyperlink; accepts `nav` or `cta`.",
|
|
1924
|
-
"
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
},
|
|
1931
|
-
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
1932
|
-
"fieldName": "fluid"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "referrerpolicy",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "boolean"
|
|
1938
|
-
},
|
|
1939
|
-
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
1940
|
-
"fieldName": "referrerpolicy"
|
|
2182
|
+
"attribute": "type",
|
|
2183
|
+
"reflects": true,
|
|
2184
|
+
"inheritedFrom": {
|
|
2185
|
+
"name": "ComponentBase",
|
|
2186
|
+
"module": "src/component-base.mjs"
|
|
2187
|
+
}
|
|
1941
2188
|
},
|
|
1942
2189
|
{
|
|
2190
|
+
"kind": "field",
|
|
1943
2191
|
"name": "variant",
|
|
2192
|
+
"privacy": "public",
|
|
1944
2193
|
"type": {
|
|
1945
2194
|
"text": "string"
|
|
1946
2195
|
},
|
|
1947
2196
|
"description": "Sets button variant option.",
|
|
1948
2197
|
"default": "\"primary\"",
|
|
1949
|
-
"
|
|
2198
|
+
"attribute": "variant",
|
|
2199
|
+
"reflects": true,
|
|
2200
|
+
"inheritedFrom": {
|
|
2201
|
+
"name": "ComponentBase",
|
|
2202
|
+
"module": "src/component-base.mjs"
|
|
2203
|
+
}
|
|
1950
2204
|
}
|
|
1951
2205
|
],
|
|
1952
2206
|
"superclass": {
|
|
1953
|
-
"name": "AuroElement",
|
|
1954
|
-
"module": "/src/layoutElement/auroElement.js"
|
|
1955
|
-
}
|
|
1956
|
-
}
|
|
1957
|
-
],
|
|
1958
|
-
"exports": [
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "js",
|
|
1961
|
-
"name": "default",
|
|
1962
|
-
"declaration": {
|
|
1963
2207
|
"name": "ComponentBase",
|
|
1964
|
-
"module": "src/component-base.mjs"
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "javascript-module",
|
|
1971
|
-
"path": "src/iconVersion.js",
|
|
1972
|
-
"declarations": [],
|
|
1973
|
-
"exports": [
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "js",
|
|
1976
|
-
"name": "default",
|
|
1977
|
-
"declaration": {
|
|
1978
|
-
"name": "9.1.0",
|
|
1979
|
-
"module": "src/iconVersion.js"
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
]
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "javascript-module",
|
|
1986
|
-
"path": "src/index.js",
|
|
1987
|
-
"declarations": [],
|
|
1988
|
-
"exports": [
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "js",
|
|
1991
|
-
"name": "AuroHyperlink",
|
|
1992
|
-
"declaration": {
|
|
1993
|
-
"name": "AuroHyperlink",
|
|
1994
|
-
"module": "src/index.js"
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
|
-
]
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "javascript-module",
|
|
2001
|
-
"path": "src/registered.js",
|
|
2002
|
-
"declarations": [],
|
|
2003
|
-
"exports": []
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "javascript-module",
|
|
2007
|
-
"path": "scripts/wca/auro-hyperlink.js",
|
|
2008
|
-
"declarations": [
|
|
2009
|
-
{
|
|
2010
|
-
"kind": "class",
|
|
2011
|
-
"description": "`<auro-hyperlink>` is a component that wraps an HTML `<a>` element, providing additional styling and behavior.",
|
|
2012
|
-
"name": "AuroHyperlinkWCA",
|
|
2013
|
-
"superclass": {
|
|
2014
|
-
"name": "AuroHyperlink",
|
|
2015
|
-
"module": "/src/auro-hyperlink.js"
|
|
2208
|
+
"module": "/src/component-base.mjs"
|
|
2016
2209
|
},
|
|
2017
|
-
"
|
|
2018
|
-
"customElement": true,
|
|
2019
|
-
"cssParts": [
|
|
2210
|
+
"attributes": [
|
|
2020
2211
|
{
|
|
2021
|
-
"
|
|
2022
|
-
"
|
|
2212
|
+
"name": "appearance",
|
|
2213
|
+
"type": {
|
|
2214
|
+
"text": "string"
|
|
2215
|
+
},
|
|
2216
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
2217
|
+
"default": "\"default\"",
|
|
2218
|
+
"fieldName": "appearance",
|
|
2023
2219
|
"inheritedFrom": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
2220
|
+
"name": "AuroElement",
|
|
2221
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2026
2222
|
}
|
|
2027
2223
|
},
|
|
2028
2224
|
{
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2225
|
+
"name": "download",
|
|
2226
|
+
"type": {
|
|
2227
|
+
"text": "boolean"
|
|
2228
|
+
},
|
|
2229
|
+
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
2230
|
+
"default": "false",
|
|
2231
|
+
"fieldName": "download",
|
|
2031
2232
|
"inheritedFrom": {
|
|
2032
|
-
"name": "
|
|
2033
|
-
"module": "src/
|
|
2233
|
+
"name": "ComponentBase",
|
|
2234
|
+
"module": "src/component-base.mjs"
|
|
2034
2235
|
}
|
|
2035
|
-
}
|
|
2036
|
-
],
|
|
2037
|
-
"attributes": [
|
|
2236
|
+
},
|
|
2038
2237
|
{
|
|
2039
|
-
"name": "
|
|
2238
|
+
"name": "fluid",
|
|
2040
2239
|
"type": {
|
|
2041
|
-
"text": "
|
|
2240
|
+
"text": "boolean"
|
|
2042
2241
|
},
|
|
2043
|
-
"description": "
|
|
2044
|
-
"
|
|
2045
|
-
"fieldName": "appearance",
|
|
2242
|
+
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
2243
|
+
"fieldName": "fluid",
|
|
2046
2244
|
"inheritedFrom": {
|
|
2047
2245
|
"name": "ComponentBase",
|
|
2048
2246
|
"module": "src/component-base.mjs"
|
|
@@ -2061,99 +2259,96 @@
|
|
|
2061
2259
|
}
|
|
2062
2260
|
},
|
|
2063
2261
|
{
|
|
2064
|
-
"name": "
|
|
2262
|
+
"name": "layout",
|
|
2065
2263
|
"type": {
|
|
2066
2264
|
"text": "string"
|
|
2067
2265
|
},
|
|
2068
|
-
"description": "Defines the
|
|
2069
|
-
"
|
|
2266
|
+
"description": "Defines the language of an element.",
|
|
2267
|
+
"default": "{'default'}",
|
|
2268
|
+
"fieldName": "layout",
|
|
2070
2269
|
"inheritedFrom": {
|
|
2071
|
-
"name": "
|
|
2072
|
-
"module": "src/
|
|
2270
|
+
"name": "AuroElement",
|
|
2271
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2073
2272
|
}
|
|
2074
2273
|
},
|
|
2075
2274
|
{
|
|
2076
|
-
"name": "
|
|
2275
|
+
"name": "ondark",
|
|
2077
2276
|
"type": {
|
|
2078
|
-
"text": "
|
|
2277
|
+
"text": "boolean"
|
|
2079
2278
|
},
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2279
|
+
"fieldName": "ondark",
|
|
2280
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
2281
|
+
"default": "false",
|
|
2082
2282
|
"inheritedFrom": {
|
|
2083
|
-
"name": "
|
|
2084
|
-
"module": "src/
|
|
2283
|
+
"name": "AuroElement",
|
|
2284
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2085
2285
|
}
|
|
2086
2286
|
},
|
|
2087
2287
|
{
|
|
2088
|
-
"name": "
|
|
2288
|
+
"name": "referrerpolicy",
|
|
2089
2289
|
"type": {
|
|
2090
2290
|
"text": "boolean"
|
|
2091
2291
|
},
|
|
2092
|
-
"description": "If true,
|
|
2093
|
-
"
|
|
2094
|
-
"fieldName": "download",
|
|
2292
|
+
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
2293
|
+
"fieldName": "referrerpolicy",
|
|
2095
2294
|
"inheritedFrom": {
|
|
2096
2295
|
"name": "ComponentBase",
|
|
2097
2296
|
"module": "src/component-base.mjs"
|
|
2098
2297
|
}
|
|
2099
2298
|
},
|
|
2100
2299
|
{
|
|
2101
|
-
"name": "
|
|
2300
|
+
"name": "rel",
|
|
2102
2301
|
"type": {
|
|
2103
|
-
"text": "
|
|
2302
|
+
"text": "string"
|
|
2104
2303
|
},
|
|
2105
|
-
"description": "
|
|
2106
|
-
"
|
|
2107
|
-
"fieldName": "relative",
|
|
2304
|
+
"description": "Defines the relationship between the current document and the linked document.",
|
|
2305
|
+
"fieldName": "rel",
|
|
2108
2306
|
"inheritedFrom": {
|
|
2109
2307
|
"name": "ComponentBase",
|
|
2110
2308
|
"module": "src/component-base.mjs"
|
|
2111
2309
|
}
|
|
2112
2310
|
},
|
|
2113
2311
|
{
|
|
2114
|
-
"name": "
|
|
2312
|
+
"name": "shape",
|
|
2115
2313
|
"type": {
|
|
2116
|
-
"text": "
|
|
2314
|
+
"text": "string"
|
|
2117
2315
|
},
|
|
2118
|
-
"
|
|
2119
|
-
"default": "false",
|
|
2120
|
-
"fieldName": "ondark",
|
|
2316
|
+
"fieldName": "shape",
|
|
2121
2317
|
"inheritedFrom": {
|
|
2122
|
-
"name": "
|
|
2123
|
-
"module": "src/
|
|
2318
|
+
"name": "AuroElement",
|
|
2319
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2124
2320
|
}
|
|
2125
2321
|
},
|
|
2126
2322
|
{
|
|
2127
|
-
"name": "
|
|
2323
|
+
"name": "size",
|
|
2128
2324
|
"type": {
|
|
2129
2325
|
"text": "string"
|
|
2130
2326
|
},
|
|
2131
|
-
"
|
|
2132
|
-
"fieldName": "type",
|
|
2327
|
+
"fieldName": "size",
|
|
2133
2328
|
"inheritedFrom": {
|
|
2134
|
-
"name": "
|
|
2135
|
-
"module": "src/
|
|
2329
|
+
"name": "AuroElement",
|
|
2330
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2136
2331
|
}
|
|
2137
2332
|
},
|
|
2138
2333
|
{
|
|
2139
|
-
"name": "
|
|
2334
|
+
"name": "target",
|
|
2140
2335
|
"type": {
|
|
2141
|
-
"text": "
|
|
2336
|
+
"text": "string"
|
|
2142
2337
|
},
|
|
2143
|
-
"description": "
|
|
2144
|
-
"fieldName": "
|
|
2338
|
+
"description": "Defines where to open the linked document.",
|
|
2339
|
+
"fieldName": "target",
|
|
2145
2340
|
"inheritedFrom": {
|
|
2146
2341
|
"name": "ComponentBase",
|
|
2147
2342
|
"module": "src/component-base.mjs"
|
|
2148
2343
|
}
|
|
2149
2344
|
},
|
|
2150
2345
|
{
|
|
2151
|
-
"name": "
|
|
2346
|
+
"name": "type",
|
|
2152
2347
|
"type": {
|
|
2153
|
-
"text": "
|
|
2348
|
+
"text": "string"
|
|
2154
2349
|
},
|
|
2155
|
-
"description": "
|
|
2156
|
-
"fieldName": "
|
|
2350
|
+
"description": "Defines the type of hyperlink; accepts `nav` or `cta`.",
|
|
2351
|
+
"fieldName": "type",
|
|
2157
2352
|
"inheritedFrom": {
|
|
2158
2353
|
"name": "ComponentBase",
|
|
2159
2354
|
"module": "src/component-base.mjs"
|
|
@@ -2172,181 +2367,104 @@
|
|
|
2172
2367
|
"module": "src/component-base.mjs"
|
|
2173
2368
|
}
|
|
2174
2369
|
}
|
|
2175
|
-
]
|
|
2370
|
+
]
|
|
2371
|
+
}
|
|
2372
|
+
],
|
|
2373
|
+
"exports": [
|
|
2374
|
+
{
|
|
2375
|
+
"kind": "js",
|
|
2376
|
+
"name": "AuroHyperlink",
|
|
2377
|
+
"declaration": {
|
|
2378
|
+
"name": "AuroHyperlink",
|
|
2379
|
+
"module": "src/auro-hyperlink.js"
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
]
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "javascript-module",
|
|
2386
|
+
"path": "src/component-base.mjs",
|
|
2387
|
+
"declarations": [
|
|
2388
|
+
{
|
|
2389
|
+
"kind": "class",
|
|
2390
|
+
"description": "",
|
|
2391
|
+
"name": "ComponentBase",
|
|
2176
2392
|
"members": [
|
|
2177
2393
|
{
|
|
2178
2394
|
"kind": "field",
|
|
2179
|
-
"name": "
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2395
|
+
"name": "appearance",
|
|
2396
|
+
"privacy": "public",
|
|
2397
|
+
"type": {
|
|
2398
|
+
"text": "string"
|
|
2399
|
+
},
|
|
2400
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
2401
|
+
"default": "\"default\"",
|
|
2402
|
+
"attribute": "appearance",
|
|
2403
|
+
"reflects": true,
|
|
2182
2404
|
"inheritedFrom": {
|
|
2183
|
-
"name": "
|
|
2184
|
-
"module": "src/
|
|
2405
|
+
"name": "AuroElement",
|
|
2406
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2185
2407
|
}
|
|
2186
2408
|
},
|
|
2187
2409
|
{
|
|
2188
|
-
"kind": "
|
|
2189
|
-
"name": "
|
|
2190
|
-
"
|
|
2191
|
-
|
|
2192
|
-
"type": {
|
|
2193
|
-
"text": "void"
|
|
2194
|
-
}
|
|
2410
|
+
"kind": "field",
|
|
2411
|
+
"name": "ariapressed",
|
|
2412
|
+
"type": {
|
|
2413
|
+
"text": "string"
|
|
2195
2414
|
},
|
|
2196
2415
|
"privacy": "private",
|
|
2197
|
-
"
|
|
2198
|
-
"name": "AuroHyperlink",
|
|
2199
|
-
"module": "src/auro-hyperlink.js"
|
|
2200
|
-
}
|
|
2416
|
+
"default": "\"false\""
|
|
2201
2417
|
},
|
|
2202
2418
|
{
|
|
2203
2419
|
"kind": "method",
|
|
2204
|
-
"name": "
|
|
2205
|
-
"static": true,
|
|
2420
|
+
"name": "ariaPressedState",
|
|
2206
2421
|
"parameters": [
|
|
2207
2422
|
{
|
|
2208
|
-
"name": "
|
|
2209
|
-
"
|
|
2210
|
-
"description": "The name of element that you want to register to.",
|
|
2211
|
-
"optional": true,
|
|
2423
|
+
"name": "ariaPressed",
|
|
2424
|
+
"description": "The initial value of the ARIA pressed state.",
|
|
2212
2425
|
"type": {
|
|
2213
|
-
"text": "
|
|
2426
|
+
"text": "boolean"
|
|
2214
2427
|
}
|
|
2215
2428
|
}
|
|
2216
2429
|
],
|
|
2217
|
-
"description": "
|
|
2218
|
-
"inheritedFrom": {
|
|
2219
|
-
"name": "AuroHyperlink",
|
|
2220
|
-
"module": "src/auro-hyperlink.js"
|
|
2221
|
-
}
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"kind": "method",
|
|
2225
|
-
"name": "renderLayoutDefault",
|
|
2226
|
-
"description": "Renders the default layout for the hyperlink.",
|
|
2227
|
-
"return": {
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "TemplateResult"
|
|
2230
|
-
}
|
|
2231
|
-
},
|
|
2232
|
-
"privacy": "private",
|
|
2233
|
-
"inheritedFrom": {
|
|
2234
|
-
"name": "AuroHyperlink",
|
|
2235
|
-
"module": "src/auro-hyperlink.js"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"kind": "method",
|
|
2240
|
-
"name": "renderLayoutCTA",
|
|
2241
|
-
"description": "Renders the cta layout for the hyperlink.",
|
|
2242
|
-
"return": {
|
|
2243
|
-
"type": {
|
|
2244
|
-
"text": "TemplateResult"
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
"privacy": "private",
|
|
2248
|
-
"inheritedFrom": {
|
|
2249
|
-
"name": "AuroHyperlink",
|
|
2250
|
-
"module": "src/auro-hyperlink.js"
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"kind": "method",
|
|
2255
|
-
"name": "getMarkup",
|
|
2256
|
-
"description": "Generates an object containing CSS classes based on the properties of the component.",
|
|
2430
|
+
"description": "Sets the ARIA pressed state based on user interactions.",
|
|
2257
2431
|
"privacy": "private",
|
|
2258
2432
|
"return": {
|
|
2259
2433
|
"type": {
|
|
2260
|
-
"text": "
|
|
2434
|
+
"text": "boolean"
|
|
2261
2435
|
}
|
|
2262
|
-
},
|
|
2263
|
-
"inheritedFrom": {
|
|
2264
|
-
"name": "AuroHyperlink",
|
|
2265
|
-
"module": "src/auro-hyperlink.js"
|
|
2266
2436
|
}
|
|
2267
2437
|
},
|
|
2268
2438
|
{
|
|
2269
2439
|
"kind": "field",
|
|
2270
|
-
"name": "
|
|
2271
|
-
"privacy": "private",
|
|
2272
|
-
"inheritedFrom": {
|
|
2273
|
-
"name": "AuroHyperlink",
|
|
2274
|
-
"module": "src/auro-hyperlink.js"
|
|
2275
|
-
}
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2440
|
+
"name": "defaultReferrerPolicy",
|
|
2278
2441
|
"type": {
|
|
2279
|
-
"text": "
|
|
2442
|
+
"text": "string"
|
|
2280
2443
|
},
|
|
2281
|
-
"
|
|
2282
|
-
"
|
|
2283
|
-
"kind": "field",
|
|
2284
|
-
"inheritedFrom": {
|
|
2285
|
-
"name": "AuroHyperlink",
|
|
2286
|
-
"module": "src/auro-hyperlink.js"
|
|
2287
|
-
}
|
|
2444
|
+
"privacy": "private",
|
|
2445
|
+
"default": "\"strict-origin-when-cross-origin\""
|
|
2288
2446
|
},
|
|
2289
2447
|
{
|
|
2290
2448
|
"kind": "field",
|
|
2291
|
-
"name": "
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2294
|
-
"
|
|
2295
|
-
"text": "string"
|
|
2296
|
-
}
|
|
2449
|
+
"name": "download",
|
|
2450
|
+
"privacy": "public",
|
|
2451
|
+
"type": {
|
|
2452
|
+
"text": "boolean"
|
|
2297
2453
|
},
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
}
|
|
2454
|
+
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
2455
|
+
"default": "false",
|
|
2456
|
+
"attribute": "download",
|
|
2457
|
+
"reflects": true
|
|
2303
2458
|
},
|
|
2304
2459
|
{
|
|
2305
2460
|
"kind": "field",
|
|
2306
|
-
"name": "
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
},
|
|
2314
|
-
"readonly": true,
|
|
2315
|
-
"inheritedFrom": {
|
|
2316
|
-
"name": "ComponentBase",
|
|
2317
|
-
"module": "src/component-base.mjs"
|
|
2318
|
-
}
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"kind": "method",
|
|
2322
|
-
"name": "safeUrl",
|
|
2323
|
-
"parameters": [
|
|
2324
|
-
{
|
|
2325
|
-
"name": "href",
|
|
2326
|
-
"description": "The original URL.",
|
|
2327
|
-
"type": {
|
|
2328
|
-
"text": "string"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"name": "relative",
|
|
2333
|
-
"description": "Indicates whether the URL is relative.",
|
|
2334
|
-
"type": {
|
|
2335
|
-
"text": "boolean"
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
],
|
|
2339
|
-
"description": "Generates a safe URL based on the provided `href` and `relative` parameters.\nIf `href` is falsy, it returns `undefined`.",
|
|
2340
|
-
"privacy": "private",
|
|
2341
|
-
"return": {
|
|
2342
|
-
"type": {
|
|
2343
|
-
"text": "string|undefined"
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
|
-
"inheritedFrom": {
|
|
2347
|
-
"name": "ComponentBase",
|
|
2348
|
-
"module": "src/component-base.mjs"
|
|
2349
|
-
}
|
|
2461
|
+
"name": "fluid",
|
|
2462
|
+
"privacy": "public",
|
|
2463
|
+
"type": {
|
|
2464
|
+
"text": "boolean"
|
|
2465
|
+
},
|
|
2466
|
+
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
2467
|
+
"attribute": "fluid"
|
|
2350
2468
|
},
|
|
2351
2469
|
{
|
|
2352
2470
|
"kind": "method",
|
|
@@ -2366,15 +2484,11 @@
|
|
|
2366
2484
|
"type": {
|
|
2367
2485
|
"text": "Element"
|
|
2368
2486
|
}
|
|
2369
|
-
},
|
|
2370
|
-
"inheritedFrom": {
|
|
2371
|
-
"name": "ComponentBase",
|
|
2372
|
-
"module": "src/component-base.mjs"
|
|
2373
2487
|
}
|
|
2374
2488
|
},
|
|
2375
2489
|
{
|
|
2376
2490
|
"kind": "method",
|
|
2377
|
-
"name": "
|
|
2491
|
+
"name": "getRelType",
|
|
2378
2492
|
"parameters": [
|
|
2379
2493
|
{
|
|
2380
2494
|
"name": "target",
|
|
@@ -2382,18 +2496,21 @@
|
|
|
2382
2496
|
"type": {
|
|
2383
2497
|
"text": "string"
|
|
2384
2498
|
}
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "rel",
|
|
2502
|
+
"description": "The rel attribute of the anchor element.",
|
|
2503
|
+
"type": {
|
|
2504
|
+
"text": "string"
|
|
2505
|
+
}
|
|
2385
2506
|
}
|
|
2386
2507
|
],
|
|
2387
|
-
"description": "
|
|
2508
|
+
"description": "Gets the rel attribute value based on target and rel values.",
|
|
2388
2509
|
"privacy": "private",
|
|
2389
2510
|
"return": {
|
|
2390
2511
|
"type": {
|
|
2391
|
-
"text": "
|
|
2512
|
+
"text": "string|undefined"
|
|
2392
2513
|
}
|
|
2393
|
-
},
|
|
2394
|
-
"inheritedFrom": {
|
|
2395
|
-
"name": "ComponentBase",
|
|
2396
|
-
"module": "src/component-base.mjs"
|
|
2397
2514
|
}
|
|
2398
2515
|
},
|
|
2399
2516
|
{
|
|
@@ -2414,324 +2531,527 @@
|
|
|
2414
2531
|
"type": {
|
|
2415
2532
|
"text": "string"
|
|
2416
2533
|
}
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"kind": "field",
|
|
2538
|
+
"name": "href",
|
|
2539
|
+
"privacy": "public",
|
|
2540
|
+
"type": {
|
|
2541
|
+
"text": "string"
|
|
2542
|
+
},
|
|
2543
|
+
"description": "Defines the URL of the linked page.",
|
|
2544
|
+
"attribute": "href",
|
|
2545
|
+
"reflects": true
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"kind": "field",
|
|
2549
|
+
"name": "includesDomain",
|
|
2550
|
+
"description": "Checks whether the provided URI (if available) includes the 'http' protocol.\nIf the URI is truthy, it examines whether it contains 'http'.\nOtherwise, it returns false.",
|
|
2551
|
+
"privacy": "private",
|
|
2552
|
+
"return": {
|
|
2553
|
+
"type": {
|
|
2554
|
+
"text": "boolean"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2557
|
+
"readonly": true
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "field",
|
|
2561
|
+
"name": "layout",
|
|
2562
|
+
"privacy": "public",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "string"
|
|
2417
2565
|
},
|
|
2566
|
+
"description": "Defines the language of an element.",
|
|
2567
|
+
"default": "{'default'}",
|
|
2568
|
+
"attribute": "layout",
|
|
2569
|
+
"reflects": true,
|
|
2418
2570
|
"inheritedFrom": {
|
|
2419
|
-
"name": "
|
|
2420
|
-
"module": "src/
|
|
2571
|
+
"name": "AuroElement",
|
|
2572
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"kind": "field",
|
|
2577
|
+
"name": "ondark",
|
|
2578
|
+
"privacy": "public",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"text": "boolean"
|
|
2581
|
+
},
|
|
2582
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
2583
|
+
"default": "false",
|
|
2584
|
+
"attribute": "ondark"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"kind": "field",
|
|
2588
|
+
"name": "onDark",
|
|
2589
|
+
"privacy": "public",
|
|
2590
|
+
"type": {
|
|
2591
|
+
"text": "boolean"
|
|
2592
|
+
},
|
|
2593
|
+
"attribute": "ondark",
|
|
2594
|
+
"reflects": true,
|
|
2595
|
+
"inheritedFrom": {
|
|
2596
|
+
"name": "AuroElement",
|
|
2597
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2421
2598
|
}
|
|
2422
2599
|
},
|
|
2600
|
+
{
|
|
2601
|
+
"kind": "field",
|
|
2602
|
+
"name": "referrerpolicy",
|
|
2603
|
+
"privacy": "public",
|
|
2604
|
+
"type": {
|
|
2605
|
+
"text": "boolean"
|
|
2606
|
+
},
|
|
2607
|
+
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
2608
|
+
"attribute": "referrerpolicy",
|
|
2609
|
+
"reflects": true
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"kind": "field",
|
|
2613
|
+
"name": "rel",
|
|
2614
|
+
"privacy": "public",
|
|
2615
|
+
"type": {
|
|
2616
|
+
"text": "string"
|
|
2617
|
+
},
|
|
2618
|
+
"description": "Defines the relationship between the current document and the linked document.",
|
|
2619
|
+
"attribute": "rel",
|
|
2620
|
+
"reflects": true
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "field",
|
|
2624
|
+
"name": "runtimeUtils",
|
|
2625
|
+
"privacy": "private",
|
|
2626
|
+
"default": "new AuroLibraryRuntimeUtils()"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"kind": "field",
|
|
2630
|
+
"name": "safeUri",
|
|
2631
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
2632
|
+
"return": {
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "string"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
"readonly": true
|
|
2638
|
+
},
|
|
2423
2639
|
{
|
|
2424
2640
|
"kind": "method",
|
|
2425
|
-
"name": "
|
|
2641
|
+
"name": "safeUrl",
|
|
2426
2642
|
"parameters": [
|
|
2427
2643
|
{
|
|
2428
|
-
"name": "
|
|
2429
|
-
"description": "The
|
|
2430
|
-
"type": {
|
|
2431
|
-
"text": "string"
|
|
2432
|
-
}
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"name": "rel",
|
|
2436
|
-
"description": "The rel attribute of the anchor element.",
|
|
2644
|
+
"name": "href",
|
|
2645
|
+
"description": "The original URL.",
|
|
2437
2646
|
"type": {
|
|
2438
2647
|
"text": "string"
|
|
2439
2648
|
}
|
|
2440
2649
|
}
|
|
2441
2650
|
],
|
|
2442
|
-
"description": "
|
|
2651
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
2443
2652
|
"privacy": "private",
|
|
2444
2653
|
"return": {
|
|
2445
2654
|
"type": {
|
|
2446
2655
|
"text": "string|undefined"
|
|
2447
2656
|
}
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "field",
|
|
2661
|
+
"name": "shape",
|
|
2662
|
+
"privacy": "public",
|
|
2663
|
+
"type": {
|
|
2664
|
+
"text": "string"
|
|
2448
2665
|
},
|
|
2666
|
+
"attribute": "shape",
|
|
2667
|
+
"reflects": true,
|
|
2449
2668
|
"inheritedFrom": {
|
|
2450
|
-
"name": "
|
|
2451
|
-
"module": "src/
|
|
2669
|
+
"name": "AuroElement",
|
|
2670
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2452
2671
|
}
|
|
2453
2672
|
},
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "field",
|
|
2675
|
+
"name": "size",
|
|
2676
|
+
"privacy": "public",
|
|
2677
|
+
"type": {
|
|
2678
|
+
"text": "string"
|
|
2679
|
+
},
|
|
2680
|
+
"attribute": "size",
|
|
2681
|
+
"reflects": true,
|
|
2682
|
+
"inheritedFrom": {
|
|
2683
|
+
"name": "AuroElement",
|
|
2684
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"kind": "field",
|
|
2689
|
+
"name": "tabIsActive",
|
|
2690
|
+
"type": {
|
|
2691
|
+
"text": "string"
|
|
2692
|
+
},
|
|
2693
|
+
"privacy": "private",
|
|
2694
|
+
"default": "\"false\""
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"kind": "field",
|
|
2698
|
+
"name": "target",
|
|
2699
|
+
"privacy": "public",
|
|
2700
|
+
"type": {
|
|
2701
|
+
"text": "string"
|
|
2702
|
+
},
|
|
2703
|
+
"description": "Defines where to open the linked document.",
|
|
2704
|
+
"attribute": "target",
|
|
2705
|
+
"reflects": true
|
|
2706
|
+
},
|
|
2454
2707
|
{
|
|
2455
2708
|
"kind": "method",
|
|
2456
|
-
"name": "
|
|
2709
|
+
"name": "targetIcon",
|
|
2457
2710
|
"parameters": [
|
|
2458
2711
|
{
|
|
2459
|
-
"name": "
|
|
2460
|
-
"description": "The
|
|
2712
|
+
"name": "target",
|
|
2713
|
+
"description": "The target attribute of the anchor element.",
|
|
2461
2714
|
"type": {
|
|
2462
|
-
"text": "
|
|
2715
|
+
"text": "string"
|
|
2463
2716
|
}
|
|
2464
2717
|
}
|
|
2465
2718
|
],
|
|
2466
|
-
"description": "
|
|
2719
|
+
"description": "Generates an icon HTML element based on the target attribute.",
|
|
2467
2720
|
"privacy": "private",
|
|
2468
2721
|
"return": {
|
|
2469
2722
|
"type": {
|
|
2470
|
-
"text": "
|
|
2723
|
+
"text": "HTMLElement|undefined"
|
|
2471
2724
|
}
|
|
2472
|
-
},
|
|
2473
|
-
"inheritedFrom": {
|
|
2474
|
-
"name": "ComponentBase",
|
|
2475
|
-
"module": "src/component-base.mjs"
|
|
2476
2725
|
}
|
|
2477
2726
|
},
|
|
2478
2727
|
{
|
|
2479
2728
|
"kind": "field",
|
|
2480
|
-
"name": "
|
|
2729
|
+
"name": "type",
|
|
2730
|
+
"privacy": "public",
|
|
2731
|
+
"type": {
|
|
2732
|
+
"text": "string"
|
|
2733
|
+
},
|
|
2734
|
+
"description": "Defines the type of hyperlink; accepts `nav` or `cta`.",
|
|
2735
|
+
"attribute": "type",
|
|
2736
|
+
"reflects": true
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"kind": "field",
|
|
2740
|
+
"name": "variant",
|
|
2481
2741
|
"privacy": "public",
|
|
2482
2742
|
"type": {
|
|
2483
2743
|
"text": "string"
|
|
2484
2744
|
},
|
|
2745
|
+
"description": "Sets button variant option.",
|
|
2746
|
+
"default": "\"primary\"",
|
|
2747
|
+
"attribute": "variant",
|
|
2748
|
+
"reflects": true
|
|
2749
|
+
}
|
|
2750
|
+
],
|
|
2751
|
+
"attributes": [
|
|
2752
|
+
{
|
|
2753
|
+
"name": "appearance",
|
|
2754
|
+
"type": {
|
|
2755
|
+
"text": "string"
|
|
2756
|
+
},
|
|
2485
2757
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
2486
|
-
"default": "
|
|
2487
|
-
"
|
|
2488
|
-
"reflects": true,
|
|
2758
|
+
"default": "\"default\"",
|
|
2759
|
+
"fieldName": "appearance",
|
|
2489
2760
|
"inheritedFrom": {
|
|
2490
|
-
"name": "
|
|
2491
|
-
"module": "src/
|
|
2761
|
+
"name": "AuroElement",
|
|
2762
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2492
2763
|
}
|
|
2493
2764
|
},
|
|
2494
2765
|
{
|
|
2495
|
-
"kind": "field",
|
|
2496
2766
|
"name": "download",
|
|
2497
|
-
"privacy": "public",
|
|
2498
2767
|
"type": {
|
|
2499
2768
|
"text": "boolean"
|
|
2500
2769
|
},
|
|
2501
2770
|
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
2502
2771
|
"default": "false",
|
|
2503
|
-
"
|
|
2504
|
-
"reflects": true,
|
|
2505
|
-
"inheritedFrom": {
|
|
2506
|
-
"name": "ComponentBase",
|
|
2507
|
-
"module": "src/component-base.mjs"
|
|
2508
|
-
}
|
|
2772
|
+
"fieldName": "download"
|
|
2509
2773
|
},
|
|
2510
2774
|
{
|
|
2511
|
-
"
|
|
2512
|
-
"name": "relative",
|
|
2513
|
-
"privacy": "public",
|
|
2775
|
+
"name": "fluid",
|
|
2514
2776
|
"type": {
|
|
2515
2777
|
"text": "boolean"
|
|
2516
2778
|
},
|
|
2517
|
-
"description": "If true
|
|
2518
|
-
"
|
|
2519
|
-
|
|
2520
|
-
|
|
2779
|
+
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
2780
|
+
"fieldName": "fluid"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "href",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "string"
|
|
2786
|
+
},
|
|
2787
|
+
"description": "Defines the URL of the linked page.",
|
|
2788
|
+
"fieldName": "href"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "layout",
|
|
2792
|
+
"type": {
|
|
2793
|
+
"text": "string"
|
|
2794
|
+
},
|
|
2795
|
+
"description": "Defines the language of an element.",
|
|
2796
|
+
"default": "{'default'}",
|
|
2797
|
+
"fieldName": "layout",
|
|
2521
2798
|
"inheritedFrom": {
|
|
2522
|
-
"name": "
|
|
2523
|
-
"module": "src/
|
|
2799
|
+
"name": "AuroElement",
|
|
2800
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2524
2801
|
}
|
|
2525
2802
|
},
|
|
2526
2803
|
{
|
|
2527
|
-
"kind": "field",
|
|
2528
2804
|
"name": "ondark",
|
|
2529
|
-
"privacy": "public",
|
|
2530
2805
|
"type": {
|
|
2531
2806
|
"text": "boolean"
|
|
2532
2807
|
},
|
|
2808
|
+
"fieldName": "ondark",
|
|
2533
2809
|
"description": "DEPRECATED - use `appearance` instead.",
|
|
2534
2810
|
"default": "false",
|
|
2535
|
-
"attribute": "ondark",
|
|
2536
2811
|
"inheritedFrom": {
|
|
2537
|
-
"name": "
|
|
2538
|
-
"module": "src/
|
|
2812
|
+
"name": "AuroElement",
|
|
2813
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2539
2814
|
}
|
|
2540
2815
|
},
|
|
2541
2816
|
{
|
|
2542
|
-
"
|
|
2543
|
-
"name": "variant",
|
|
2544
|
-
"privacy": "public",
|
|
2817
|
+
"name": "referrerpolicy",
|
|
2545
2818
|
"type": {
|
|
2546
|
-
"text": "
|
|
2819
|
+
"text": "boolean"
|
|
2547
2820
|
},
|
|
2548
|
-
"description": "
|
|
2549
|
-
"
|
|
2550
|
-
"attribute": "variant",
|
|
2551
|
-
"reflects": true,
|
|
2552
|
-
"inheritedFrom": {
|
|
2553
|
-
"name": "ComponentBase",
|
|
2554
|
-
"module": "src/component-base.mjs"
|
|
2555
|
-
}
|
|
2821
|
+
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
2822
|
+
"fieldName": "referrerpolicy"
|
|
2556
2823
|
},
|
|
2557
2824
|
{
|
|
2558
|
-
"
|
|
2559
|
-
"
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
}
|
|
2825
|
+
"name": "rel",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "string"
|
|
2828
|
+
},
|
|
2829
|
+
"description": "Defines the relationship between the current document and the linked document.",
|
|
2830
|
+
"fieldName": "rel"
|
|
2565
2831
|
},
|
|
2566
2832
|
{
|
|
2567
|
-
"kind": "field",
|
|
2568
2833
|
"name": "shape",
|
|
2569
|
-
"
|
|
2834
|
+
"type": {
|
|
2835
|
+
"text": "string"
|
|
2836
|
+
},
|
|
2837
|
+
"fieldName": "shape",
|
|
2570
2838
|
"inheritedFrom": {
|
|
2571
|
-
"name": "
|
|
2572
|
-
"module": "src/
|
|
2839
|
+
"name": "AuroElement",
|
|
2840
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2573
2841
|
}
|
|
2574
2842
|
},
|
|
2575
2843
|
{
|
|
2576
|
-
"kind": "field",
|
|
2577
2844
|
"name": "size",
|
|
2578
|
-
"
|
|
2845
|
+
"type": {
|
|
2846
|
+
"text": "string"
|
|
2847
|
+
},
|
|
2848
|
+
"fieldName": "size",
|
|
2579
2849
|
"inheritedFrom": {
|
|
2580
|
-
"name": "
|
|
2581
|
-
"module": "src/
|
|
2850
|
+
"name": "AuroElement",
|
|
2851
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2582
2852
|
}
|
|
2583
2853
|
},
|
|
2584
2854
|
{
|
|
2585
|
-
"
|
|
2586
|
-
"name": "defaultReferrerPolicy",
|
|
2855
|
+
"name": "target",
|
|
2587
2856
|
"type": {
|
|
2588
2857
|
"text": "string"
|
|
2589
2858
|
},
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2592
|
-
"inheritedFrom": {
|
|
2593
|
-
"name": "ComponentBase",
|
|
2594
|
-
"module": "src/component-base.mjs"
|
|
2595
|
-
}
|
|
2859
|
+
"description": "Defines where to open the linked document.",
|
|
2860
|
+
"fieldName": "target"
|
|
2596
2861
|
},
|
|
2597
2862
|
{
|
|
2598
|
-
"
|
|
2599
|
-
"name": "ariapressed",
|
|
2863
|
+
"name": "type",
|
|
2600
2864
|
"type": {
|
|
2601
2865
|
"text": "string"
|
|
2602
2866
|
},
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
"inheritedFrom": {
|
|
2606
|
-
"name": "ComponentBase",
|
|
2607
|
-
"module": "src/component-base.mjs"
|
|
2608
|
-
}
|
|
2867
|
+
"description": "Defines the type of hyperlink; accepts `nav` or `cta`.",
|
|
2868
|
+
"fieldName": "type"
|
|
2609
2869
|
},
|
|
2610
2870
|
{
|
|
2611
|
-
"
|
|
2612
|
-
"name": "tabIsActive",
|
|
2871
|
+
"name": "variant",
|
|
2613
2872
|
"type": {
|
|
2614
2873
|
"text": "string"
|
|
2615
2874
|
},
|
|
2616
|
-
"
|
|
2617
|
-
"default": "\"
|
|
2618
|
-
"
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2875
|
+
"description": "Sets button variant option.",
|
|
2876
|
+
"default": "\"primary\"",
|
|
2877
|
+
"fieldName": "variant"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"superclass": {
|
|
2881
|
+
"name": "AuroElement",
|
|
2882
|
+
"module": "/src/layoutElement/auroElement.js"
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
],
|
|
2886
|
+
"exports": [
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "js",
|
|
2889
|
+
"name": "default",
|
|
2890
|
+
"declaration": {
|
|
2891
|
+
"name": "ComponentBase",
|
|
2892
|
+
"module": "src/component-base.mjs"
|
|
2893
|
+
}
|
|
2894
|
+
}
|
|
2895
|
+
]
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"kind": "javascript-module",
|
|
2899
|
+
"path": "src/iconVersion.js",
|
|
2900
|
+
"declarations": [],
|
|
2901
|
+
"exports": [
|
|
2902
|
+
{
|
|
2903
|
+
"kind": "js",
|
|
2904
|
+
"name": "default",
|
|
2905
|
+
"declaration": {
|
|
2906
|
+
"name": "9.1.1",
|
|
2907
|
+
"module": "src/iconVersion.js"
|
|
2908
|
+
}
|
|
2909
|
+
}
|
|
2910
|
+
]
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "javascript-module",
|
|
2914
|
+
"path": "src/index.js",
|
|
2915
|
+
"declarations": [],
|
|
2916
|
+
"exports": [
|
|
2917
|
+
{
|
|
2918
|
+
"kind": "js",
|
|
2919
|
+
"name": "AuroHyperlink",
|
|
2920
|
+
"declaration": {
|
|
2921
|
+
"name": "AuroHyperlink",
|
|
2922
|
+
"module": "src/index.js"
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
]
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"kind": "javascript-module",
|
|
2929
|
+
"path": "src/layoutElement/auroElement.js",
|
|
2930
|
+
"declarations": [
|
|
2931
|
+
{
|
|
2932
|
+
"kind": "class",
|
|
2933
|
+
"description": "",
|
|
2934
|
+
"name": "AuroElement",
|
|
2935
|
+
"members": [
|
|
2623
2936
|
{
|
|
2624
2937
|
"kind": "field",
|
|
2625
|
-
"name": "
|
|
2626
|
-
"privacy": "
|
|
2627
|
-
"
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2938
|
+
"name": "appearance",
|
|
2939
|
+
"privacy": "public",
|
|
2940
|
+
"type": {
|
|
2941
|
+
"text": "string"
|
|
2942
|
+
},
|
|
2943
|
+
"description": "Defines whether the component should be light colored for use on dark backgrounds.",
|
|
2944
|
+
"default": "'default'",
|
|
2945
|
+
"attribute": "appearance",
|
|
2946
|
+
"reflects": true
|
|
2632
2947
|
},
|
|
2633
2948
|
{
|
|
2634
2949
|
"kind": "field",
|
|
2635
|
-
"name": "
|
|
2950
|
+
"name": "layout",
|
|
2636
2951
|
"privacy": "public",
|
|
2637
2952
|
"type": {
|
|
2638
2953
|
"text": "string"
|
|
2639
2954
|
},
|
|
2640
|
-
"description": "Defines the
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"name": "ComponentBase",
|
|
2645
|
-
"module": "src/component-base.mjs"
|
|
2646
|
-
}
|
|
2955
|
+
"description": "Defines the language of an element.",
|
|
2956
|
+
"default": "{'default'}",
|
|
2957
|
+
"attribute": "layout",
|
|
2958
|
+
"reflects": true
|
|
2647
2959
|
},
|
|
2648
2960
|
{
|
|
2649
2961
|
"kind": "field",
|
|
2650
|
-
"name": "
|
|
2962
|
+
"name": "onDark",
|
|
2651
2963
|
"privacy": "public",
|
|
2652
2964
|
"type": {
|
|
2653
|
-
"text": "
|
|
2965
|
+
"text": "boolean"
|
|
2654
2966
|
},
|
|
2655
|
-
"
|
|
2656
|
-
"
|
|
2657
|
-
"reflects": true,
|
|
2658
|
-
"inheritedFrom": {
|
|
2659
|
-
"name": "ComponentBase",
|
|
2660
|
-
"module": "src/component-base.mjs"
|
|
2661
|
-
}
|
|
2967
|
+
"attribute": "ondark",
|
|
2968
|
+
"reflects": true
|
|
2662
2969
|
},
|
|
2663
2970
|
{
|
|
2664
2971
|
"kind": "field",
|
|
2665
|
-
"name": "
|
|
2972
|
+
"name": "shape",
|
|
2666
2973
|
"privacy": "public",
|
|
2667
2974
|
"type": {
|
|
2668
2975
|
"text": "string"
|
|
2669
2976
|
},
|
|
2670
|
-
"
|
|
2671
|
-
"
|
|
2672
|
-
"reflects": true,
|
|
2673
|
-
"inheritedFrom": {
|
|
2674
|
-
"name": "ComponentBase",
|
|
2675
|
-
"module": "src/component-base.mjs"
|
|
2676
|
-
}
|
|
2977
|
+
"attribute": "shape",
|
|
2978
|
+
"reflects": true
|
|
2677
2979
|
},
|
|
2678
2980
|
{
|
|
2679
2981
|
"kind": "field",
|
|
2680
|
-
"name": "
|
|
2982
|
+
"name": "size",
|
|
2681
2983
|
"privacy": "public",
|
|
2682
2984
|
"type": {
|
|
2683
2985
|
"text": "string"
|
|
2684
2986
|
},
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2987
|
+
"attribute": "size",
|
|
2988
|
+
"reflects": true
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"attributes": [
|
|
2992
|
+
{
|
|
2993
|
+
"name": "appearance",
|
|
2994
|
+
"type": {
|
|
2995
|
+
"text": "string"
|
|
2996
|
+
},
|
|
2997
|
+
"description": "Defines whether the component should be light colored for use on dark backgrounds.",
|
|
2998
|
+
"default": "'default'",
|
|
2999
|
+
"fieldName": "appearance"
|
|
2692
3000
|
},
|
|
2693
3001
|
{
|
|
2694
|
-
"
|
|
2695
|
-
"name": "fluid",
|
|
2696
|
-
"privacy": "public",
|
|
3002
|
+
"name": "layout",
|
|
2697
3003
|
"type": {
|
|
2698
|
-
"text": "
|
|
3004
|
+
"text": "string"
|
|
2699
3005
|
},
|
|
2700
|
-
"description": "
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2703
|
-
"name": "ComponentBase",
|
|
2704
|
-
"module": "src/component-base.mjs"
|
|
2705
|
-
}
|
|
3006
|
+
"description": "Defines the language of an element.",
|
|
3007
|
+
"default": "{'default'}",
|
|
3008
|
+
"fieldName": "layout"
|
|
2706
3009
|
},
|
|
2707
3010
|
{
|
|
2708
|
-
"
|
|
2709
|
-
"name": "referrerpolicy",
|
|
2710
|
-
"privacy": "public",
|
|
3011
|
+
"name": "ondark",
|
|
2711
3012
|
"type": {
|
|
2712
3013
|
"text": "boolean"
|
|
2713
3014
|
},
|
|
2714
|
-
"
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
"
|
|
2718
|
-
|
|
2719
|
-
"
|
|
2720
|
-
}
|
|
3015
|
+
"fieldName": "onDark"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"name": "shape",
|
|
3019
|
+
"type": {
|
|
3020
|
+
"text": "string"
|
|
3021
|
+
},
|
|
3022
|
+
"fieldName": "shape"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "size",
|
|
3026
|
+
"type": {
|
|
3027
|
+
"text": "string"
|
|
3028
|
+
},
|
|
3029
|
+
"fieldName": "size"
|
|
2721
3030
|
}
|
|
2722
|
-
]
|
|
3031
|
+
],
|
|
3032
|
+
"superclass": {
|
|
3033
|
+
"name": "LitElement",
|
|
3034
|
+
"package": "lit"
|
|
3035
|
+
},
|
|
3036
|
+
"customElement": true
|
|
2723
3037
|
}
|
|
2724
3038
|
],
|
|
2725
3039
|
"exports": [
|
|
2726
3040
|
{
|
|
2727
|
-
"kind": "
|
|
2728
|
-
"name": "
|
|
3041
|
+
"kind": "js",
|
|
3042
|
+
"name": "AuroElement",
|
|
2729
3043
|
"declaration": {
|
|
2730
|
-
"name": "
|
|
2731
|
-
"module": "
|
|
3044
|
+
"name": "AuroElement",
|
|
3045
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2732
3046
|
}
|
|
2733
3047
|
}
|
|
2734
3048
|
]
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "javascript-module",
|
|
3052
|
+
"path": "src/registered.js",
|
|
3053
|
+
"declarations": [],
|
|
3054
|
+
"exports": []
|
|
2735
3055
|
}
|
|
2736
3056
|
]
|
|
2737
3057
|
}
|