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