@aurodesignsystem-dev/auro-tabs 0.0.0-pr87.1 → 0.0.0-pr87.3

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,2300 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "scripts/wca/auro-tab.js",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "Represents a tab within an auro-tabgroup element. When selected, displays the corresponding AuroTabpanel.\nThe auro-tabpanel element should only be used inside an AuroTabgroup element.",
12
+ "name": "AuroTabWCA",
13
+ "superclass": {
14
+ "name": "AuroTab",
15
+ "module": "/src/auro-tab.js"
16
+ },
17
+ "tagName": "auro-tab",
18
+ "customElement": true,
19
+ "attributes": [
20
+ {
21
+ "name": "appearance",
22
+ "type": {
23
+ "text": "\"default\" | \"inverse\" | string"
24
+ },
25
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
26
+ "default": "\"default\"",
27
+ "fieldName": "appearance",
28
+ "inheritedFrom": {
29
+ "name": "AuroTab",
30
+ "module": "src/auro-tab.js"
31
+ }
32
+ },
33
+ {
34
+ "name": "disabled",
35
+ "type": {
36
+ "text": "boolean"
37
+ },
38
+ "description": "Indicates whether the tab is disabled.",
39
+ "default": "false",
40
+ "fieldName": "disabled",
41
+ "inheritedFrom": {
42
+ "name": "AuroTab",
43
+ "module": "src/auro-tab.js"
44
+ }
45
+ },
46
+ {
47
+ "name": "focused",
48
+ "type": {
49
+ "text": "boolean"
50
+ },
51
+ "description": "Indicates whether the tab is focused.",
52
+ "default": "false",
53
+ "fieldName": "focused",
54
+ "inheritedFrom": {
55
+ "name": "AuroTab",
56
+ "module": "src/auro-tab.js"
57
+ }
58
+ },
59
+ {
60
+ "name": "selected",
61
+ "type": {
62
+ "text": "boolean"
63
+ },
64
+ "description": "Indicates whether the tab is selected.",
65
+ "default": "false",
66
+ "fieldName": "selected",
67
+ "inheritedFrom": {
68
+ "name": "AuroTab",
69
+ "module": "src/auro-tab.js"
70
+ }
71
+ },
72
+ {
73
+ "name": "variant",
74
+ "type": {
75
+ "text": "\"default\" | \"unstyled\" | string"
76
+ },
77
+ "description": "The variant of the tab.",
78
+ "default": "\"default\"",
79
+ "fieldName": "variant",
80
+ "inheritedFrom": {
81
+ "name": "AuroTab",
82
+ "module": "src/auro-tab.js"
83
+ }
84
+ }
85
+ ],
86
+ "members": [
87
+ {
88
+ "kind": "method",
89
+ "name": "addEventListeners",
90
+ "description": "Add event listeners for the component.",
91
+ "return": {
92
+ "type": {
93
+ "text": "void"
94
+ }
95
+ },
96
+ "privacy": "private",
97
+ "inheritedFrom": {
98
+ "name": "AuroTab",
99
+ "module": "src/auro-tab.js"
100
+ }
101
+ },
102
+ {
103
+ "kind": "field",
104
+ "name": "appearance",
105
+ "privacy": "public",
106
+ "type": {
107
+ "text": "\"default\" | \"inverse\" | string"
108
+ },
109
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
110
+ "default": "\"default\"",
111
+ "attribute": "appearance",
112
+ "reflects": true,
113
+ "inheritedFrom": {
114
+ "name": "AuroTab",
115
+ "module": "src/auro-tab.js"
116
+ }
117
+ },
118
+ {
119
+ "kind": "method",
120
+ "name": "applyA11y",
121
+ "privacy": "private",
122
+ "inheritedFrom": {
123
+ "name": "AuroTab",
124
+ "module": "src/auro-tab.js"
125
+ }
126
+ },
127
+ {
128
+ "kind": "field",
129
+ "name": "disabled",
130
+ "privacy": "public",
131
+ "type": {
132
+ "text": "boolean"
133
+ },
134
+ "description": "Indicates whether the tab is disabled.",
135
+ "default": "false",
136
+ "attribute": "disabled",
137
+ "reflects": true,
138
+ "inheritedFrom": {
139
+ "name": "AuroTab",
140
+ "module": "src/auro-tab.js"
141
+ }
142
+ },
143
+ {
144
+ "kind": "method",
145
+ "name": "dispatchCustomEvent",
146
+ "parameters": [
147
+ {
148
+ "name": "eventName",
149
+ "description": "The name of the event to dispatch.",
150
+ "type": {
151
+ "text": "string"
152
+ }
153
+ },
154
+ {
155
+ "name": "detail",
156
+ "description": "The detail payload to include with the event.",
157
+ "type": {
158
+ "text": "*"
159
+ }
160
+ }
161
+ ],
162
+ "description": "Dispatch a custom event from the component.",
163
+ "privacy": "private",
164
+ "inheritedFrom": {
165
+ "name": "AuroTab",
166
+ "module": "src/auro-tab.js"
167
+ }
168
+ },
169
+ {
170
+ "kind": "field",
171
+ "name": "focused",
172
+ "privacy": "private",
173
+ "type": {
174
+ "text": "boolean"
175
+ },
176
+ "description": "Indicates whether the tab is focused.",
177
+ "default": "false",
178
+ "attribute": "focused",
179
+ "inheritedFrom": {
180
+ "name": "AuroTab",
181
+ "module": "src/auro-tab.js"
182
+ }
183
+ },
184
+ {
185
+ "kind": "method",
186
+ "name": "handleTagName",
187
+ "privacy": "private",
188
+ "inheritedFrom": {
189
+ "name": "AuroTab",
190
+ "module": "src/auro-tab.js"
191
+ }
192
+ },
193
+ {
194
+ "kind": "method",
195
+ "name": "incrementInstanceCount",
196
+ "static": true,
197
+ "privacy": "private",
198
+ "return": {
199
+ "type": {
200
+ "text": "void"
201
+ }
202
+ },
203
+ "inheritedFrom": {
204
+ "name": "AuroTab",
205
+ "module": "src/auro-tab.js"
206
+ }
207
+ },
208
+ {
209
+ "kind": "field",
210
+ "name": "onKeyDown",
211
+ "description": "Handles the keydown event for the tab.",
212
+ "parameters": [
213
+ {
214
+ "description": "The keydown event.",
215
+ "name": "event",
216
+ "type": {
217
+ "text": "KeyboardEvent"
218
+ }
219
+ }
220
+ ],
221
+ "privacy": "private",
222
+ "inheritedFrom": {
223
+ "name": "AuroTab",
224
+ "module": "src/auro-tab.js"
225
+ }
226
+ },
227
+ {
228
+ "kind": "method",
229
+ "name": "register",
230
+ "static": true,
231
+ "parameters": [
232
+ {
233
+ "name": "name",
234
+ "default": "\"auro-tab\"",
235
+ "description": "The name of element that you want to register to.",
236
+ "optional": true,
237
+ "type": {
238
+ "text": "string"
239
+ }
240
+ }
241
+ ],
242
+ "description": "This will register this element with the browser.",
243
+ "inheritedFrom": {
244
+ "name": "AuroTab",
245
+ "module": "src/auro-tab.js"
246
+ }
247
+ },
248
+ {
249
+ "kind": "field",
250
+ "name": "selected",
251
+ "privacy": "public",
252
+ "type": {
253
+ "text": "boolean"
254
+ },
255
+ "description": "Indicates whether the tab is selected.",
256
+ "default": "false",
257
+ "attribute": "selected",
258
+ "reflects": true,
259
+ "inheritedFrom": {
260
+ "name": "AuroTab",
261
+ "module": "src/auro-tab.js"
262
+ }
263
+ },
264
+ {
265
+ "kind": "method",
266
+ "name": "setAttributes",
267
+ "privacy": "private",
268
+ "inheritedFrom": {
269
+ "name": "AuroTab",
270
+ "module": "src/auro-tab.js"
271
+ }
272
+ },
273
+ {
274
+ "kind": "method",
275
+ "name": "setFocused",
276
+ "parameters": [
277
+ {
278
+ "name": "focused",
279
+ "description": "Whether the tab should be focused.",
280
+ "type": {
281
+ "text": "boolean"
282
+ }
283
+ }
284
+ ],
285
+ "description": "Sets the focus state for the tab.",
286
+ "privacy": "private",
287
+ "inheritedFrom": {
288
+ "name": "AuroTab",
289
+ "module": "src/auro-tab.js"
290
+ }
291
+ },
292
+ {
293
+ "kind": "method",
294
+ "name": "setId",
295
+ "privacy": "private",
296
+ "return": {
297
+ "type": {
298
+ "text": "void"
299
+ }
300
+ },
301
+ "inheritedFrom": {
302
+ "name": "AuroTab",
303
+ "module": "src/auro-tab.js"
304
+ }
305
+ },
306
+ {
307
+ "kind": "method",
308
+ "name": "setInitialValues",
309
+ "privacy": "private",
310
+ "inheritedFrom": {
311
+ "name": "AuroTab",
312
+ "module": "src/auro-tab.js"
313
+ }
314
+ },
315
+ {
316
+ "kind": "method",
317
+ "name": "updateSelected",
318
+ "return": {
319
+ "type": {
320
+ "text": "void"
321
+ }
322
+ },
323
+ "privacy": "private",
324
+ "inheritedFrom": {
325
+ "name": "AuroTab",
326
+ "module": "src/auro-tab.js"
327
+ }
328
+ },
329
+ {
330
+ "kind": "field",
331
+ "name": "variant",
332
+ "privacy": "public",
333
+ "type": {
334
+ "text": "\"default\" | \"unstyled\" | string"
335
+ },
336
+ "description": "The variant of the tab.",
337
+ "default": "\"default\"",
338
+ "attribute": "variant",
339
+ "reflects": true,
340
+ "inheritedFrom": {
341
+ "name": "AuroTab",
342
+ "module": "src/auro-tab.js"
343
+ }
344
+ }
345
+ ]
346
+ }
347
+ ],
348
+ "exports": [
349
+ {
350
+ "kind": "custom-element-definition",
351
+ "name": "auro-tab",
352
+ "declaration": {
353
+ "name": "AuroTabWCA",
354
+ "module": "scripts/wca/auro-tab.js"
355
+ }
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "kind": "javascript-module",
361
+ "path": "scripts/wca/auro-tabgroup.js",
362
+ "declarations": [
363
+ {
364
+ "kind": "class",
365
+ "description": "The auro-tabgroup element is a container element for tabs and panels.\nAll children of `<auro-tabgroup>` should be either `<auro-tab>` or\n`<auro-tabpanel>`. This element is stateless, meaning that no values are\ncached and therefore, changes during runtime work.",
366
+ "name": "AuroTabgroupWCA",
367
+ "superclass": {
368
+ "name": "AuroTabgroup",
369
+ "module": "/src/auro-tabgroup.js"
370
+ },
371
+ "tagName": "auro-tabgroup",
372
+ "customElement": true,
373
+ "slots": [
374
+ {
375
+ "description": "Slot component named for auro-tabpanel.",
376
+ "name": "panel",
377
+ "inheritedFrom": {
378
+ "name": "AuroTabgroup",
379
+ "module": "src/auro-tabgroup.js"
380
+ }
381
+ },
382
+ {
383
+ "description": "Slot component named for auro-tab.",
384
+ "name": "tab",
385
+ "inheritedFrom": {
386
+ "name": "AuroTabgroup",
387
+ "module": "src/auro-tabgroup.js"
388
+ }
389
+ }
390
+ ],
391
+ "cssParts": [
392
+ {
393
+ "description": "The slider element.",
394
+ "name": "slider",
395
+ "inheritedFrom": {
396
+ "name": "AuroTabgroup",
397
+ "module": "src/auro-tabgroup.js"
398
+ }
399
+ },
400
+ {
401
+ "description": "The slider positioner element (non-visual, only used to center slider on tab).",
402
+ "name": "slider-positioner",
403
+ "inheritedFrom": {
404
+ "name": "AuroTabgroup",
405
+ "module": "src/auro-tabgroup.js"
406
+ }
407
+ },
408
+ {
409
+ "description": "The panel wrapper element.",
410
+ "name": "tabgroup__panels",
411
+ "inheritedFrom": {
412
+ "name": "AuroTabgroup",
413
+ "module": "src/auro-tabgroup.js"
414
+ }
415
+ },
416
+ {
417
+ "description": "The root element of the tab group.",
418
+ "name": "tabgroup__root",
419
+ "inheritedFrom": {
420
+ "name": "AuroTabgroup",
421
+ "module": "src/auro-tabgroup.js"
422
+ }
423
+ },
424
+ {
425
+ "description": "The \"tabs list\" internal wrapper element.",
426
+ "name": "tabgroup__tabs",
427
+ "inheritedFrom": {
428
+ "name": "AuroTabgroup",
429
+ "module": "src/auro-tabgroup.js"
430
+ }
431
+ }
432
+ ],
433
+ "attributes": [
434
+ {
435
+ "name": "appearance",
436
+ "type": {
437
+ "text": "\"default\" | \"inverse\" | string"
438
+ },
439
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
440
+ "default": "'default'",
441
+ "fieldName": "appearance",
442
+ "inheritedFrom": {
443
+ "name": "AuroTabgroup",
444
+ "module": "src/auro-tabgroup.js"
445
+ }
446
+ },
447
+ {
448
+ "type": {
449
+ "text": "boolean"
450
+ },
451
+ "description": "DEPRECATED - use `appearance` instead.",
452
+ "name": "ondark",
453
+ "default": "false",
454
+ "fieldName": "ondark",
455
+ "inheritedFrom": {
456
+ "name": "AuroTabgroup",
457
+ "module": "src/auro-tabgroup.js"
458
+ }
459
+ },
460
+ {
461
+ "name": "scrollPosition",
462
+ "type": {
463
+ "text": "number"
464
+ },
465
+ "default": "0",
466
+ "fieldName": "scrollPosition",
467
+ "inheritedFrom": {
468
+ "name": "AuroTabgroup",
469
+ "module": "src/auro-tabgroup.js"
470
+ }
471
+ },
472
+ {
473
+ "name": "selectOnFocus",
474
+ "type": {
475
+ "text": "boolean"
476
+ },
477
+ "default": "false",
478
+ "fieldName": "selectOnFocus",
479
+ "inheritedFrom": {
480
+ "name": "AuroTabgroup",
481
+ "module": "src/auro-tabgroup.js"
482
+ }
483
+ },
484
+ {
485
+ "name": "sliderStyles",
486
+ "type": {
487
+ "text": "object"
488
+ },
489
+ "default": "{}",
490
+ "fieldName": "sliderStyles",
491
+ "inheritedFrom": {
492
+ "name": "AuroTabgroup",
493
+ "module": "src/auro-tabgroup.js"
494
+ }
495
+ }
496
+ ],
497
+ "members": [
498
+ {
499
+ "kind": "method",
500
+ "name": "#associateTabsWithPanels",
501
+ "privacy": "private",
502
+ "description": "Loop through tabs and match with same-index panels.",
503
+ "return": {
504
+ "type": {
505
+ "text": "void"
506
+ }
507
+ },
508
+ "inheritedFrom": {
509
+ "name": "AuroTabgroup",
510
+ "module": "src/auro-tabgroup.js"
511
+ }
512
+ },
513
+ {
514
+ "kind": "field",
515
+ "name": "#handleTabPanelConnections",
516
+ "privacy": "private",
517
+ "inheritedFrom": {
518
+ "name": "AuroTabgroup",
519
+ "module": "src/auro-tabgroup.js"
520
+ }
521
+ },
522
+ {
523
+ "kind": "field",
524
+ "name": "#onSlotChange",
525
+ "privacy": "private",
526
+ "inheritedFrom": {
527
+ "name": "AuroTabgroup",
528
+ "module": "src/auro-tabgroup.js"
529
+ }
530
+ },
531
+ {
532
+ "kind": "method",
533
+ "name": "addEventListeners",
534
+ "privacy": "private",
535
+ "inheritedFrom": {
536
+ "name": "AuroTabgroup",
537
+ "module": "src/auro-tabgroup.js"
538
+ }
539
+ },
540
+ {
541
+ "kind": "field",
542
+ "name": "allPanels",
543
+ "return": {
544
+ "type": {
545
+ "text": "Array<AuroTabpanel>"
546
+ }
547
+ },
548
+ "privacy": "private",
549
+ "readonly": true,
550
+ "inheritedFrom": {
551
+ "name": "AuroTabgroup",
552
+ "module": "src/auro-tabgroup.js"
553
+ }
554
+ },
555
+ {
556
+ "kind": "field",
557
+ "name": "allTabs",
558
+ "return": {
559
+ "type": {
560
+ "text": "Array<AuroTab>"
561
+ }
562
+ },
563
+ "privacy": "private",
564
+ "readonly": true,
565
+ "inheritedFrom": {
566
+ "name": "AuroTabgroup",
567
+ "module": "src/auro-tabgroup.js"
568
+ }
569
+ },
570
+ {
571
+ "kind": "field",
572
+ "name": "appearance",
573
+ "privacy": "public",
574
+ "type": {
575
+ "text": "\"default\" | \"inverse\" | string"
576
+ },
577
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
578
+ "default": "'default'",
579
+ "attribute": "appearance",
580
+ "reflects": true,
581
+ "inheritedFrom": {
582
+ "name": "AuroTabgroup",
583
+ "module": "src/auro-tabgroup.js"
584
+ }
585
+ },
586
+ {
587
+ "kind": "method",
588
+ "name": "bindMethods",
589
+ "privacy": "private",
590
+ "inheritedFrom": {
591
+ "name": "AuroTabgroup",
592
+ "module": "src/auro-tabgroup.js"
593
+ }
594
+ },
595
+ {
596
+ "kind": "field",
597
+ "name": "busy",
598
+ "return": {
599
+ "type": {
600
+ "text": "Boolean"
601
+ }
602
+ },
603
+ "inheritedFrom": {
604
+ "name": "AuroTabgroup",
605
+ "module": "src/auro-tabgroup.js"
606
+ }
607
+ },
608
+ {
609
+ "kind": "field",
610
+ "name": "currentTab",
611
+ "return": {
612
+ "type": {
613
+ "text": "HTMLElement"
614
+ }
615
+ },
616
+ "privacy": "private",
617
+ "readonly": true,
618
+ "inheritedFrom": {
619
+ "name": "AuroTabgroup",
620
+ "module": "src/auro-tabgroup.js"
621
+ }
622
+ },
623
+ {
624
+ "kind": "field",
625
+ "name": "currentTabIndex",
626
+ "return": {
627
+ "type": {
628
+ "text": "number"
629
+ }
630
+ },
631
+ "privacy": "private",
632
+ "readonly": true,
633
+ "inheritedFrom": {
634
+ "name": "AuroTabgroup",
635
+ "module": "src/auro-tabgroup.js"
636
+ }
637
+ },
638
+ {
639
+ "kind": "method",
640
+ "name": "generateIcon",
641
+ "parameters": [
642
+ {
643
+ "name": "icon",
644
+ "description": "SVG string.",
645
+ "type": {
646
+ "text": "string"
647
+ }
648
+ }
649
+ ],
650
+ "return": {
651
+ "type": {
652
+ "text": "HTMLElement"
653
+ }
654
+ },
655
+ "privacy": "private",
656
+ "inheritedFrom": {
657
+ "name": "AuroTabgroup",
658
+ "module": "src/auro-tabgroup.js"
659
+ }
660
+ },
661
+ {
662
+ "kind": "method",
663
+ "name": "handleTabFocused",
664
+ "parameters": [
665
+ {
666
+ "name": "event",
667
+ "description": "The focus event.",
668
+ "type": {
669
+ "text": "FocusEvent"
670
+ }
671
+ }
672
+ ],
673
+ "description": "Handles the tab focus event.",
674
+ "privacy": "private",
675
+ "inheritedFrom": {
676
+ "name": "AuroTabgroup",
677
+ "module": "src/auro-tabgroup.js"
678
+ }
679
+ },
680
+ {
681
+ "kind": "method",
682
+ "name": "handleTabSelected",
683
+ "parameters": [
684
+ {
685
+ "name": "event"
686
+ },
687
+ {
688
+ "description": "-selected>} event Dispatched from auro-tab.",
689
+ "name": "",
690
+ "type": {
691
+ "text": "Event<tab"
692
+ }
693
+ }
694
+ ],
695
+ "privacy": "private",
696
+ "inheritedFrom": {
697
+ "name": "AuroTabgroup",
698
+ "module": "src/auro-tabgroup.js"
699
+ }
700
+ },
701
+ {
702
+ "kind": "method",
703
+ "name": "handleTagName",
704
+ "privacy": "private",
705
+ "inheritedFrom": {
706
+ "name": "AuroTabgroup",
707
+ "module": "src/auro-tabgroup.js"
708
+ }
709
+ },
710
+ {
711
+ "kind": "field",
712
+ "name": "leftChevronIsVisible",
713
+ "privacy": "private",
714
+ "type": {
715
+ "text": "boolean"
716
+ },
717
+ "default": "false",
718
+ "inheritedFrom": {
719
+ "name": "AuroTabgroup",
720
+ "module": "src/auro-tabgroup.js"
721
+ }
722
+ },
723
+ {
724
+ "kind": "method",
725
+ "name": "onClick",
726
+ "parameters": [
727
+ {
728
+ "name": "event",
729
+ "description": "HTML click Event.",
730
+ "type": {
731
+ "text": "Event"
732
+ }
733
+ }
734
+ ],
735
+ "privacy": "private",
736
+ "inheritedFrom": {
737
+ "name": "AuroTabgroup",
738
+ "module": "src/auro-tabgroup.js"
739
+ }
740
+ },
741
+ {
742
+ "kind": "field",
743
+ "name": "ondark",
744
+ "privacy": "public",
745
+ "type": {
746
+ "text": "boolean"
747
+ },
748
+ "default": "false",
749
+ "attribute": "ondark",
750
+ "reflects": true,
751
+ "inheritedFrom": {
752
+ "name": "AuroTabgroup",
753
+ "module": "src/auro-tabgroup.js"
754
+ }
755
+ },
756
+ {
757
+ "kind": "method",
758
+ "name": "onKeyDown",
759
+ "parameters": [
760
+ {
761
+ "name": "event",
762
+ "description": "HTML onkeydown keyboard event.",
763
+ "type": {
764
+ "text": "KeyboardEvent"
765
+ }
766
+ }
767
+ ],
768
+ "privacy": "private",
769
+ "inheritedFrom": {
770
+ "name": "AuroTabgroup",
771
+ "module": "src/auro-tabgroup.js"
772
+ }
773
+ },
774
+ {
775
+ "kind": "method",
776
+ "name": "onTabGroupScroll",
777
+ "privacy": "private",
778
+ "inheritedFrom": {
779
+ "name": "AuroTabgroup",
780
+ "module": "src/auro-tabgroup.js"
781
+ }
782
+ },
783
+ {
784
+ "kind": "field",
785
+ "name": "panels",
786
+ "default": "new ChildItemService()",
787
+ "inheritedFrom": {
788
+ "name": "AuroTabgroup",
789
+ "module": "src/auro-tabgroup.js"
790
+ }
791
+ },
792
+ {
793
+ "kind": "method",
794
+ "name": "propagateOnDarkToTabs",
795
+ "privacy": "private",
796
+ "inheritedFrom": {
797
+ "name": "AuroTabgroup",
798
+ "module": "src/auro-tabgroup.js"
799
+ }
800
+ },
801
+ {
802
+ "kind": "method",
803
+ "name": "register",
804
+ "static": true,
805
+ "parameters": [
806
+ {
807
+ "name": "name",
808
+ "default": "\"auro-tabgroup\"",
809
+ "description": "The name of element that you want to register to.",
810
+ "optional": true,
811
+ "type": {
812
+ "text": "string"
813
+ }
814
+ }
815
+ ],
816
+ "description": "This will register this element with the browser.",
817
+ "inheritedFrom": {
818
+ "name": "AuroTabgroup",
819
+ "module": "src/auro-tabgroup.js"
820
+ }
821
+ },
822
+ {
823
+ "kind": "method",
824
+ "name": "removeEventListeners",
825
+ "privacy": "private",
826
+ "inheritedFrom": {
827
+ "name": "AuroTabgroup",
828
+ "module": "src/auro-tabgroup.js"
829
+ }
830
+ },
831
+ {
832
+ "kind": "field",
833
+ "name": "rightChevronIsVisible",
834
+ "privacy": "private",
835
+ "type": {
836
+ "text": "boolean"
837
+ },
838
+ "default": "false",
839
+ "inheritedFrom": {
840
+ "name": "AuroTabgroup",
841
+ "module": "src/auro-tabgroup.js"
842
+ }
843
+ },
844
+ {
845
+ "kind": "field",
846
+ "name": "scrollPosition",
847
+ "privacy": "private",
848
+ "type": {
849
+ "text": "number"
850
+ },
851
+ "default": "0",
852
+ "attribute": "scrollPosition",
853
+ "inheritedFrom": {
854
+ "name": "AuroTabgroup",
855
+ "module": "src/auro-tabgroup.js"
856
+ }
857
+ },
858
+ {
859
+ "kind": "field",
860
+ "name": "scrollSize",
861
+ "return": {
862
+ "type": {
863
+ "text": "Number"
864
+ }
865
+ },
866
+ "privacy": "private",
867
+ "readonly": true,
868
+ "inheritedFrom": {
869
+ "name": "AuroTabgroup",
870
+ "module": "src/auro-tabgroup.js"
871
+ }
872
+ },
873
+ {
874
+ "kind": "method",
875
+ "name": "scrollTab",
876
+ "parameters": [
877
+ {
878
+ "name": "direction",
879
+ "description": "Direction of the scroll.",
880
+ "type": {
881
+ "text": "string"
882
+ }
883
+ }
884
+ ],
885
+ "privacy": "private",
886
+ "inheritedFrom": {
887
+ "name": "AuroTabgroup",
888
+ "module": "src/auro-tabgroup.js"
889
+ }
890
+ },
891
+ {
892
+ "kind": "field",
893
+ "name": "selectOnFocus",
894
+ "privacy": "public",
895
+ "type": {
896
+ "text": "boolean"
897
+ },
898
+ "default": "false",
899
+ "attribute": "selectOnFocus",
900
+ "reflects": true,
901
+ "inheritedFrom": {
902
+ "name": "AuroTabgroup",
903
+ "module": "src/auro-tabgroup.js"
904
+ }
905
+ },
906
+ {
907
+ "kind": "method",
908
+ "name": "selectTab",
909
+ "parameters": [
910
+ {
911
+ "name": "newTab",
912
+ "description": "Selected auro-tab.",
913
+ "type": {
914
+ "text": "HTMLElement"
915
+ }
916
+ }
917
+ ],
918
+ "inheritedFrom": {
919
+ "name": "AuroTabgroup",
920
+ "module": "src/auro-tabgroup.js"
921
+ }
922
+ },
923
+ {
924
+ "kind": "method",
925
+ "name": "selectTabByIndex",
926
+ "parameters": [
927
+ {
928
+ "name": "index",
929
+ "description": "The index of the tab to select.",
930
+ "type": {
931
+ "text": "number"
932
+ }
933
+ }
934
+ ],
935
+ "inheritedFrom": {
936
+ "name": "AuroTabgroup",
937
+ "module": "src/auro-tabgroup.js"
938
+ }
939
+ },
940
+ {
941
+ "kind": "method",
942
+ "name": "setInitialValues",
943
+ "privacy": "private",
944
+ "inheritedFrom": {
945
+ "name": "AuroTabgroup",
946
+ "module": "src/auro-tabgroup.js"
947
+ }
948
+ },
949
+ {
950
+ "kind": "method",
951
+ "name": "setResizeObserver",
952
+ "parameters": [
953
+ {
954
+ "name": "tabGroupContainer",
955
+ "description": "The tab group container element.",
956
+ "type": {
957
+ "text": "HTMLElement"
958
+ }
959
+ }
960
+ ],
961
+ "privacy": "private",
962
+ "inheritedFrom": {
963
+ "name": "AuroTabgroup",
964
+ "module": "src/auro-tabgroup.js"
965
+ }
966
+ },
967
+ {
968
+ "kind": "method",
969
+ "name": "setupTabGroupContainer",
970
+ "privacy": "private",
971
+ "inheritedFrom": {
972
+ "name": "AuroTabgroup",
973
+ "module": "src/auro-tabgroup.js"
974
+ }
975
+ },
976
+ {
977
+ "kind": "field",
978
+ "name": "sliderStyles",
979
+ "privacy": "private",
980
+ "type": {
981
+ "text": "object"
982
+ },
983
+ "default": "{}",
984
+ "attribute": "sliderStyles",
985
+ "inheritedFrom": {
986
+ "name": "AuroTabgroup",
987
+ "module": "src/auro-tabgroup.js"
988
+ }
989
+ },
990
+ {
991
+ "kind": "field",
992
+ "name": "tabs",
993
+ "default": "new ChildItemService()",
994
+ "inheritedFrom": {
995
+ "name": "AuroTabgroup",
996
+ "module": "src/auro-tabgroup.js"
997
+ }
998
+ },
999
+ {
1000
+ "kind": "method",
1001
+ "name": "updateChevronVisibility",
1002
+ "privacy": "private",
1003
+ "inheritedFrom": {
1004
+ "name": "AuroTabgroup",
1005
+ "module": "src/auro-tabgroup.js"
1006
+ }
1007
+ }
1008
+ ]
1009
+ }
1010
+ ],
1011
+ "exports": [
1012
+ {
1013
+ "kind": "custom-element-definition",
1014
+ "name": "auro-tabgroup",
1015
+ "declaration": {
1016
+ "name": "AuroTabgroupWCA",
1017
+ "module": "scripts/wca/auro-tabgroup.js"
1018
+ }
1019
+ }
1020
+ ]
1021
+ },
1022
+ {
1023
+ "kind": "javascript-module",
1024
+ "path": "scripts/wca/auro-tabpanel.js",
1025
+ "declarations": [
1026
+ {
1027
+ "kind": "class",
1028
+ "description": "Represents a panel to be displayed when the corresponding tab is selected in an AuroTabgroup element.\nThe auro-tabpanel element should only be used inside an AuroTabgroup element.",
1029
+ "name": "AuroTabpanelWCA",
1030
+ "superclass": {
1031
+ "name": "AuroTabpanel",
1032
+ "module": "/src/auro-tabpanel.js"
1033
+ },
1034
+ "tagName": "auro-tabpanel",
1035
+ "customElement": true,
1036
+ "attributes": [
1037
+ {
1038
+ "name": "hidden",
1039
+ "type": {
1040
+ "text": "boolean"
1041
+ },
1042
+ "description": "Indicates whether the panel is hidden.",
1043
+ "default": "false",
1044
+ "fieldName": "hidden",
1045
+ "inheritedFrom": {
1046
+ "name": "AuroTabpanel",
1047
+ "module": "src/auro-tabpanel.js"
1048
+ }
1049
+ }
1050
+ ],
1051
+ "members": [
1052
+ {
1053
+ "kind": "method",
1054
+ "name": "handleTagName",
1055
+ "return": {
1056
+ "type": {
1057
+ "text": "void"
1058
+ }
1059
+ },
1060
+ "privacy": "private",
1061
+ "inheritedFrom": {
1062
+ "name": "AuroTabpanel",
1063
+ "module": "src/auro-tabpanel.js"
1064
+ }
1065
+ },
1066
+ {
1067
+ "kind": "field",
1068
+ "name": "hidden",
1069
+ "privacy": "public",
1070
+ "type": {
1071
+ "text": "boolean"
1072
+ },
1073
+ "description": "Indicates whether the panel is hidden.",
1074
+ "default": "false",
1075
+ "attribute": "hidden",
1076
+ "reflects": true,
1077
+ "inheritedFrom": {
1078
+ "name": "AuroTabpanel",
1079
+ "module": "src/auro-tabpanel.js"
1080
+ }
1081
+ },
1082
+ {
1083
+ "kind": "method",
1084
+ "name": "incrementInstanceCount",
1085
+ "static": true,
1086
+ "privacy": "private",
1087
+ "return": {
1088
+ "type": {
1089
+ "text": "void"
1090
+ }
1091
+ },
1092
+ "inheritedFrom": {
1093
+ "name": "AuroTabpanel",
1094
+ "module": "src/auro-tabpanel.js"
1095
+ }
1096
+ },
1097
+ {
1098
+ "kind": "method",
1099
+ "name": "register",
1100
+ "static": true,
1101
+ "parameters": [
1102
+ {
1103
+ "name": "name",
1104
+ "default": "\"auro-tabpanel\"",
1105
+ "description": "The name of element that you want to register to.",
1106
+ "optional": true,
1107
+ "type": {
1108
+ "text": "string"
1109
+ }
1110
+ }
1111
+ ],
1112
+ "description": "This will register this element with the browser.",
1113
+ "inheritedFrom": {
1114
+ "name": "AuroTabpanel",
1115
+ "module": "src/auro-tabpanel.js"
1116
+ }
1117
+ },
1118
+ {
1119
+ "kind": "method",
1120
+ "name": "setAttributes",
1121
+ "privacy": "private",
1122
+ "return": {
1123
+ "type": {
1124
+ "text": "void"
1125
+ }
1126
+ },
1127
+ "inheritedFrom": {
1128
+ "name": "AuroTabpanel",
1129
+ "module": "src/auro-tabpanel.js"
1130
+ }
1131
+ },
1132
+ {
1133
+ "kind": "method",
1134
+ "name": "setId",
1135
+ "privacy": "private",
1136
+ "return": {
1137
+ "type": {
1138
+ "text": "void"
1139
+ }
1140
+ },
1141
+ "inheritedFrom": {
1142
+ "name": "AuroTabpanel",
1143
+ "module": "src/auro-tabpanel.js"
1144
+ }
1145
+ }
1146
+ ]
1147
+ }
1148
+ ],
1149
+ "exports": [
1150
+ {
1151
+ "kind": "custom-element-definition",
1152
+ "name": "auro-tabpanel",
1153
+ "declaration": {
1154
+ "name": "AuroTabpanelWCA",
1155
+ "module": "scripts/wca/auro-tabpanel.js"
1156
+ }
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "kind": "javascript-module",
1162
+ "path": "src/auro-tab.js",
1163
+ "declarations": [
1164
+ {
1165
+ "kind": "class",
1166
+ "description": "Represents a tab within an auro-tabgroup element. When selected, displays the corresponding AuroTabpanel.\nThe auro-tabpanel element should only be used inside an AuroTabgroup element.",
1167
+ "name": "AuroTab",
1168
+ "members": [
1169
+ {
1170
+ "kind": "method",
1171
+ "name": "addEventListeners",
1172
+ "description": "Add event listeners for the component.",
1173
+ "return": {
1174
+ "type": {
1175
+ "text": "void"
1176
+ }
1177
+ },
1178
+ "privacy": "private"
1179
+ },
1180
+ {
1181
+ "kind": "field",
1182
+ "name": "appearance",
1183
+ "privacy": "public",
1184
+ "type": {
1185
+ "text": "\"default\" | \"inverse\" | string"
1186
+ },
1187
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
1188
+ "default": "\"default\"",
1189
+ "attribute": "appearance",
1190
+ "reflects": true
1191
+ },
1192
+ {
1193
+ "kind": "method",
1194
+ "name": "applyA11y",
1195
+ "privacy": "private"
1196
+ },
1197
+ {
1198
+ "kind": "field",
1199
+ "name": "disabled",
1200
+ "privacy": "public",
1201
+ "type": {
1202
+ "text": "boolean"
1203
+ },
1204
+ "description": "Indicates whether the tab is disabled.",
1205
+ "default": "false",
1206
+ "attribute": "disabled",
1207
+ "reflects": true
1208
+ },
1209
+ {
1210
+ "kind": "method",
1211
+ "name": "dispatchCustomEvent",
1212
+ "parameters": [
1213
+ {
1214
+ "name": "eventName",
1215
+ "description": "The name of the event to dispatch.",
1216
+ "type": {
1217
+ "text": "string"
1218
+ }
1219
+ },
1220
+ {
1221
+ "name": "detail",
1222
+ "description": "The detail payload to include with the event.",
1223
+ "type": {
1224
+ "text": "*"
1225
+ }
1226
+ }
1227
+ ],
1228
+ "description": "Dispatch a custom event from the component.",
1229
+ "privacy": "private"
1230
+ },
1231
+ {
1232
+ "kind": "field",
1233
+ "name": "focused",
1234
+ "privacy": "private",
1235
+ "type": {
1236
+ "text": "boolean"
1237
+ },
1238
+ "description": "Indicates whether the tab is focused.",
1239
+ "default": "false",
1240
+ "attribute": "focused"
1241
+ },
1242
+ {
1243
+ "kind": "method",
1244
+ "name": "handleTagName",
1245
+ "privacy": "private"
1246
+ },
1247
+ {
1248
+ "kind": "method",
1249
+ "name": "incrementInstanceCount",
1250
+ "static": true,
1251
+ "privacy": "private",
1252
+ "return": {
1253
+ "type": {
1254
+ "text": "void"
1255
+ }
1256
+ }
1257
+ },
1258
+ {
1259
+ "kind": "field",
1260
+ "name": "onKeyDown",
1261
+ "description": "Handles the keydown event for the tab.",
1262
+ "parameters": [
1263
+ {
1264
+ "description": "The keydown event.",
1265
+ "name": "event",
1266
+ "type": {
1267
+ "text": "KeyboardEvent"
1268
+ }
1269
+ }
1270
+ ],
1271
+ "privacy": "private"
1272
+ },
1273
+ {
1274
+ "kind": "method",
1275
+ "name": "register",
1276
+ "static": true,
1277
+ "parameters": [
1278
+ {
1279
+ "name": "name",
1280
+ "default": "\"auro-tab\"",
1281
+ "description": "The name of element that you want to register to.",
1282
+ "optional": true,
1283
+ "type": {
1284
+ "text": "string"
1285
+ }
1286
+ }
1287
+ ],
1288
+ "description": "This will register this element with the browser."
1289
+ },
1290
+ {
1291
+ "kind": "field",
1292
+ "name": "selected",
1293
+ "privacy": "public",
1294
+ "type": {
1295
+ "text": "boolean"
1296
+ },
1297
+ "description": "Indicates whether the tab is selected.",
1298
+ "default": "false",
1299
+ "attribute": "selected",
1300
+ "reflects": true
1301
+ },
1302
+ {
1303
+ "kind": "method",
1304
+ "name": "setAttributes",
1305
+ "privacy": "private"
1306
+ },
1307
+ {
1308
+ "kind": "method",
1309
+ "name": "setFocused",
1310
+ "parameters": [
1311
+ {
1312
+ "name": "focused",
1313
+ "description": "Whether the tab should be focused.",
1314
+ "type": {
1315
+ "text": "boolean"
1316
+ }
1317
+ }
1318
+ ],
1319
+ "description": "Sets the focus state for the tab.",
1320
+ "privacy": "private"
1321
+ },
1322
+ {
1323
+ "kind": "method",
1324
+ "name": "setId",
1325
+ "privacy": "private",
1326
+ "return": {
1327
+ "type": {
1328
+ "text": "void"
1329
+ }
1330
+ }
1331
+ },
1332
+ {
1333
+ "kind": "method",
1334
+ "name": "setInitialValues",
1335
+ "privacy": "private"
1336
+ },
1337
+ {
1338
+ "kind": "method",
1339
+ "name": "updateSelected",
1340
+ "return": {
1341
+ "type": {
1342
+ "text": "void"
1343
+ }
1344
+ },
1345
+ "privacy": "private"
1346
+ },
1347
+ {
1348
+ "kind": "field",
1349
+ "name": "variant",
1350
+ "privacy": "public",
1351
+ "type": {
1352
+ "text": "\"default\" | \"unstyled\" | string"
1353
+ },
1354
+ "description": "The variant of the tab.",
1355
+ "default": "\"default\"",
1356
+ "attribute": "variant",
1357
+ "reflects": true
1358
+ }
1359
+ ],
1360
+ "attributes": [
1361
+ {
1362
+ "name": "appearance",
1363
+ "type": {
1364
+ "text": "\"default\" | \"inverse\" | string"
1365
+ },
1366
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
1367
+ "default": "\"default\"",
1368
+ "fieldName": "appearance"
1369
+ },
1370
+ {
1371
+ "name": "disabled",
1372
+ "type": {
1373
+ "text": "boolean"
1374
+ },
1375
+ "description": "Indicates whether the tab is disabled.",
1376
+ "default": "false",
1377
+ "fieldName": "disabled"
1378
+ },
1379
+ {
1380
+ "name": "focused",
1381
+ "type": {
1382
+ "text": "boolean"
1383
+ },
1384
+ "description": "Indicates whether the tab is focused.",
1385
+ "default": "false",
1386
+ "fieldName": "focused"
1387
+ },
1388
+ {
1389
+ "name": "selected",
1390
+ "type": {
1391
+ "text": "boolean"
1392
+ },
1393
+ "description": "Indicates whether the tab is selected.",
1394
+ "default": "false",
1395
+ "fieldName": "selected"
1396
+ },
1397
+ {
1398
+ "name": "variant",
1399
+ "type": {
1400
+ "text": "\"default\" | \"unstyled\" | string"
1401
+ },
1402
+ "description": "The variant of the tab.",
1403
+ "default": "\"default\"",
1404
+ "fieldName": "variant"
1405
+ }
1406
+ ],
1407
+ "superclass": {
1408
+ "name": "LitElement",
1409
+ "package": "lit"
1410
+ },
1411
+ "customElement": true
1412
+ }
1413
+ ],
1414
+ "exports": [
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "AuroTab",
1418
+ "declaration": {
1419
+ "name": "AuroTab",
1420
+ "module": "src/auro-tab.js"
1421
+ }
1422
+ }
1423
+ ]
1424
+ },
1425
+ {
1426
+ "kind": "javascript-module",
1427
+ "path": "src/auro-tabgroup.js",
1428
+ "declarations": [
1429
+ {
1430
+ "kind": "class",
1431
+ "description": "The auro-tabgroup element is a container element for tabs and panels.\nAll children of `<auro-tabgroup>` should be either `<auro-tab>` or\n`<auro-tabpanel>`. This element is stateless, meaning that no values are\ncached and therefore, changes during runtime work.",
1432
+ "name": "AuroTabgroup",
1433
+ "cssParts": [
1434
+ {
1435
+ "description": "The slider element.",
1436
+ "name": "slider"
1437
+ },
1438
+ {
1439
+ "description": "The slider positioner element (non-visual, only used to center slider on tab).",
1440
+ "name": "slider-positioner"
1441
+ },
1442
+ {
1443
+ "description": "The panel wrapper element.",
1444
+ "name": "tabgroup__panels"
1445
+ },
1446
+ {
1447
+ "description": "The root element of the tab group.",
1448
+ "name": "tabgroup__root"
1449
+ },
1450
+ {
1451
+ "description": "The \"tabs list\" internal wrapper element.",
1452
+ "name": "tabgroup__tabs"
1453
+ }
1454
+ ],
1455
+ "slots": [
1456
+ {
1457
+ "description": "Slot component named for auro-tabpanel.",
1458
+ "name": "panel"
1459
+ },
1460
+ {
1461
+ "description": "Slot component named for auro-tab.",
1462
+ "name": "tab"
1463
+ }
1464
+ ],
1465
+ "members": [
1466
+ {
1467
+ "kind": "method",
1468
+ "name": "#associateTabsWithPanels",
1469
+ "privacy": "private",
1470
+ "description": "Loop through tabs and match with same-index panels.",
1471
+ "return": {
1472
+ "type": {
1473
+ "text": "void"
1474
+ }
1475
+ }
1476
+ },
1477
+ {
1478
+ "kind": "field",
1479
+ "name": "#handleTabPanelConnections",
1480
+ "privacy": "private"
1481
+ },
1482
+ {
1483
+ "kind": "field",
1484
+ "name": "#onSlotChange",
1485
+ "privacy": "private"
1486
+ },
1487
+ {
1488
+ "kind": "method",
1489
+ "name": "addEventListeners",
1490
+ "privacy": "private"
1491
+ },
1492
+ {
1493
+ "kind": "field",
1494
+ "name": "allPanels",
1495
+ "return": {
1496
+ "type": {
1497
+ "text": "Array<AuroTabpanel>"
1498
+ }
1499
+ },
1500
+ "privacy": "private",
1501
+ "readonly": true
1502
+ },
1503
+ {
1504
+ "kind": "field",
1505
+ "name": "allTabs",
1506
+ "return": {
1507
+ "type": {
1508
+ "text": "Array<AuroTab>"
1509
+ }
1510
+ },
1511
+ "privacy": "private",
1512
+ "readonly": true
1513
+ },
1514
+ {
1515
+ "kind": "field",
1516
+ "name": "appearance",
1517
+ "privacy": "public",
1518
+ "type": {
1519
+ "text": "\"default\" | \"inverse\" | string"
1520
+ },
1521
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
1522
+ "default": "'default'",
1523
+ "attribute": "appearance",
1524
+ "reflects": true
1525
+ },
1526
+ {
1527
+ "kind": "method",
1528
+ "name": "bindMethods",
1529
+ "privacy": "private"
1530
+ },
1531
+ {
1532
+ "kind": "field",
1533
+ "name": "busy",
1534
+ "return": {
1535
+ "type": {
1536
+ "text": "Boolean"
1537
+ }
1538
+ }
1539
+ },
1540
+ {
1541
+ "kind": "field",
1542
+ "name": "currentTab",
1543
+ "return": {
1544
+ "type": {
1545
+ "text": "HTMLElement"
1546
+ }
1547
+ },
1548
+ "privacy": "private",
1549
+ "readonly": true
1550
+ },
1551
+ {
1552
+ "kind": "field",
1553
+ "name": "currentTabIndex",
1554
+ "return": {
1555
+ "type": {
1556
+ "text": "number"
1557
+ }
1558
+ },
1559
+ "privacy": "private",
1560
+ "readonly": true
1561
+ },
1562
+ {
1563
+ "kind": "method",
1564
+ "name": "generateIcon",
1565
+ "parameters": [
1566
+ {
1567
+ "name": "icon",
1568
+ "description": "SVG string.",
1569
+ "type": {
1570
+ "text": "string"
1571
+ }
1572
+ }
1573
+ ],
1574
+ "return": {
1575
+ "type": {
1576
+ "text": "HTMLElement"
1577
+ }
1578
+ },
1579
+ "privacy": "private"
1580
+ },
1581
+ {
1582
+ "kind": "method",
1583
+ "name": "handleTabFocused",
1584
+ "parameters": [
1585
+ {
1586
+ "name": "event",
1587
+ "description": "The focus event.",
1588
+ "type": {
1589
+ "text": "FocusEvent"
1590
+ }
1591
+ }
1592
+ ],
1593
+ "description": "Handles the tab focus event.",
1594
+ "privacy": "private"
1595
+ },
1596
+ {
1597
+ "kind": "method",
1598
+ "name": "handleTabSelected",
1599
+ "parameters": [
1600
+ {
1601
+ "name": "event"
1602
+ },
1603
+ {
1604
+ "description": "-selected>} event Dispatched from auro-tab.",
1605
+ "name": "",
1606
+ "type": {
1607
+ "text": "Event<tab"
1608
+ }
1609
+ }
1610
+ ],
1611
+ "privacy": "private"
1612
+ },
1613
+ {
1614
+ "kind": "method",
1615
+ "name": "handleTagName",
1616
+ "privacy": "private"
1617
+ },
1618
+ {
1619
+ "kind": "field",
1620
+ "name": "leftChevronIsVisible",
1621
+ "privacy": "private",
1622
+ "type": {
1623
+ "text": "boolean"
1624
+ },
1625
+ "default": "false"
1626
+ },
1627
+ {
1628
+ "kind": "method",
1629
+ "name": "onClick",
1630
+ "parameters": [
1631
+ {
1632
+ "name": "event",
1633
+ "description": "HTML click Event.",
1634
+ "type": {
1635
+ "text": "Event"
1636
+ }
1637
+ }
1638
+ ],
1639
+ "privacy": "private"
1640
+ },
1641
+ {
1642
+ "kind": "field",
1643
+ "name": "ondark",
1644
+ "privacy": "public",
1645
+ "type": {
1646
+ "text": "boolean"
1647
+ },
1648
+ "default": "false",
1649
+ "attribute": "ondark",
1650
+ "reflects": true
1651
+ },
1652
+ {
1653
+ "kind": "method",
1654
+ "name": "onKeyDown",
1655
+ "parameters": [
1656
+ {
1657
+ "name": "event",
1658
+ "description": "HTML onkeydown keyboard event.",
1659
+ "type": {
1660
+ "text": "KeyboardEvent"
1661
+ }
1662
+ }
1663
+ ],
1664
+ "privacy": "private"
1665
+ },
1666
+ {
1667
+ "kind": "method",
1668
+ "name": "onTabGroupScroll",
1669
+ "privacy": "private"
1670
+ },
1671
+ {
1672
+ "kind": "field",
1673
+ "name": "panels",
1674
+ "default": "new ChildItemService()"
1675
+ },
1676
+ {
1677
+ "kind": "method",
1678
+ "name": "propagateOnDarkToTabs",
1679
+ "privacy": "private"
1680
+ },
1681
+ {
1682
+ "kind": "method",
1683
+ "name": "register",
1684
+ "static": true,
1685
+ "parameters": [
1686
+ {
1687
+ "name": "name",
1688
+ "default": "\"auro-tabgroup\"",
1689
+ "description": "The name of element that you want to register to.",
1690
+ "optional": true,
1691
+ "type": {
1692
+ "text": "string"
1693
+ }
1694
+ }
1695
+ ],
1696
+ "description": "This will register this element with the browser."
1697
+ },
1698
+ {
1699
+ "kind": "method",
1700
+ "name": "removeEventListeners",
1701
+ "privacy": "private"
1702
+ },
1703
+ {
1704
+ "kind": "field",
1705
+ "name": "rightChevronIsVisible",
1706
+ "privacy": "private",
1707
+ "type": {
1708
+ "text": "boolean"
1709
+ },
1710
+ "default": "false"
1711
+ },
1712
+ {
1713
+ "kind": "field",
1714
+ "name": "scrollPosition",
1715
+ "privacy": "private",
1716
+ "type": {
1717
+ "text": "number"
1718
+ },
1719
+ "default": "0",
1720
+ "attribute": "scrollPosition"
1721
+ },
1722
+ {
1723
+ "kind": "field",
1724
+ "name": "scrollSize",
1725
+ "return": {
1726
+ "type": {
1727
+ "text": "Number"
1728
+ }
1729
+ },
1730
+ "privacy": "private",
1731
+ "readonly": true
1732
+ },
1733
+ {
1734
+ "kind": "method",
1735
+ "name": "scrollTab",
1736
+ "parameters": [
1737
+ {
1738
+ "name": "direction",
1739
+ "description": "Direction of the scroll.",
1740
+ "type": {
1741
+ "text": "string"
1742
+ }
1743
+ }
1744
+ ],
1745
+ "privacy": "private"
1746
+ },
1747
+ {
1748
+ "kind": "field",
1749
+ "name": "selectOnFocus",
1750
+ "privacy": "public",
1751
+ "type": {
1752
+ "text": "boolean"
1753
+ },
1754
+ "default": "false",
1755
+ "attribute": "selectOnFocus",
1756
+ "reflects": true
1757
+ },
1758
+ {
1759
+ "kind": "method",
1760
+ "name": "selectTab",
1761
+ "parameters": [
1762
+ {
1763
+ "name": "newTab",
1764
+ "description": "Selected auro-tab.",
1765
+ "type": {
1766
+ "text": "HTMLElement"
1767
+ }
1768
+ }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "kind": "method",
1773
+ "name": "selectTabByIndex",
1774
+ "parameters": [
1775
+ {
1776
+ "name": "index",
1777
+ "description": "The index of the tab to select.",
1778
+ "type": {
1779
+ "text": "number"
1780
+ }
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "kind": "method",
1786
+ "name": "setInitialValues",
1787
+ "privacy": "private"
1788
+ },
1789
+ {
1790
+ "kind": "method",
1791
+ "name": "setResizeObserver",
1792
+ "parameters": [
1793
+ {
1794
+ "name": "tabGroupContainer",
1795
+ "description": "The tab group container element.",
1796
+ "type": {
1797
+ "text": "HTMLElement"
1798
+ }
1799
+ }
1800
+ ],
1801
+ "privacy": "private"
1802
+ },
1803
+ {
1804
+ "kind": "method",
1805
+ "name": "setupTabGroupContainer",
1806
+ "privacy": "private"
1807
+ },
1808
+ {
1809
+ "kind": "field",
1810
+ "name": "sliderStyles",
1811
+ "privacy": "private",
1812
+ "type": {
1813
+ "text": "object"
1814
+ },
1815
+ "default": "{}",
1816
+ "attribute": "sliderStyles"
1817
+ },
1818
+ {
1819
+ "kind": "field",
1820
+ "name": "tabs",
1821
+ "default": "new ChildItemService()"
1822
+ },
1823
+ {
1824
+ "kind": "method",
1825
+ "name": "updateChevronVisibility",
1826
+ "privacy": "private"
1827
+ }
1828
+ ],
1829
+ "attributes": [
1830
+ {
1831
+ "name": "appearance",
1832
+ "type": {
1833
+ "text": "\"default\" | \"inverse\" | string"
1834
+ },
1835
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
1836
+ "default": "'default'",
1837
+ "fieldName": "appearance"
1838
+ },
1839
+ {
1840
+ "type": {
1841
+ "text": "boolean"
1842
+ },
1843
+ "description": "DEPRECATED - use `appearance` instead.",
1844
+ "name": "ondark",
1845
+ "default": "false",
1846
+ "fieldName": "ondark"
1847
+ },
1848
+ {
1849
+ "name": "scrollPosition",
1850
+ "type": {
1851
+ "text": "number"
1852
+ },
1853
+ "default": "0",
1854
+ "fieldName": "scrollPosition"
1855
+ },
1856
+ {
1857
+ "name": "selectOnFocus",
1858
+ "type": {
1859
+ "text": "boolean"
1860
+ },
1861
+ "default": "false",
1862
+ "fieldName": "selectOnFocus"
1863
+ },
1864
+ {
1865
+ "name": "sliderStyles",
1866
+ "type": {
1867
+ "text": "object"
1868
+ },
1869
+ "default": "{}",
1870
+ "fieldName": "sliderStyles"
1871
+ }
1872
+ ],
1873
+ "superclass": {
1874
+ "name": "LitElement",
1875
+ "package": "lit"
1876
+ },
1877
+ "customElement": true
1878
+ }
1879
+ ],
1880
+ "exports": [
1881
+ {
1882
+ "kind": "js",
1883
+ "name": "AuroTabgroup",
1884
+ "declaration": {
1885
+ "name": "AuroTabgroup",
1886
+ "module": "src/auro-tabgroup.js"
1887
+ }
1888
+ }
1889
+ ]
1890
+ },
1891
+ {
1892
+ "kind": "javascript-module",
1893
+ "path": "src/auro-tabpanel.js",
1894
+ "declarations": [
1895
+ {
1896
+ "kind": "class",
1897
+ "description": "Represents a panel to be displayed when the corresponding tab is selected in an AuroTabgroup element.\nThe auro-tabpanel element should only be used inside an AuroTabgroup element.",
1898
+ "name": "AuroTabpanel",
1899
+ "members": [
1900
+ {
1901
+ "kind": "method",
1902
+ "name": "handleTagName",
1903
+ "return": {
1904
+ "type": {
1905
+ "text": "void"
1906
+ }
1907
+ },
1908
+ "privacy": "private"
1909
+ },
1910
+ {
1911
+ "kind": "field",
1912
+ "name": "hidden",
1913
+ "privacy": "public",
1914
+ "type": {
1915
+ "text": "boolean"
1916
+ },
1917
+ "description": "Indicates whether the panel is hidden.",
1918
+ "default": "false",
1919
+ "attribute": "hidden",
1920
+ "reflects": true
1921
+ },
1922
+ {
1923
+ "kind": "method",
1924
+ "name": "incrementInstanceCount",
1925
+ "static": true,
1926
+ "privacy": "private",
1927
+ "return": {
1928
+ "type": {
1929
+ "text": "void"
1930
+ }
1931
+ }
1932
+ },
1933
+ {
1934
+ "kind": "method",
1935
+ "name": "register",
1936
+ "static": true,
1937
+ "parameters": [
1938
+ {
1939
+ "name": "name",
1940
+ "default": "\"auro-tabpanel\"",
1941
+ "description": "The name of element that you want to register to.",
1942
+ "optional": true,
1943
+ "type": {
1944
+ "text": "string"
1945
+ }
1946
+ }
1947
+ ],
1948
+ "description": "This will register this element with the browser."
1949
+ },
1950
+ {
1951
+ "kind": "method",
1952
+ "name": "setAttributes",
1953
+ "privacy": "private",
1954
+ "return": {
1955
+ "type": {
1956
+ "text": "void"
1957
+ }
1958
+ }
1959
+ },
1960
+ {
1961
+ "kind": "method",
1962
+ "name": "setId",
1963
+ "privacy": "private",
1964
+ "return": {
1965
+ "type": {
1966
+ "text": "void"
1967
+ }
1968
+ }
1969
+ }
1970
+ ],
1971
+ "attributes": [
1972
+ {
1973
+ "name": "hidden",
1974
+ "type": {
1975
+ "text": "boolean"
1976
+ },
1977
+ "description": "Indicates whether the panel is hidden.",
1978
+ "default": "false",
1979
+ "fieldName": "hidden"
1980
+ }
1981
+ ],
1982
+ "superclass": {
1983
+ "name": "LitElement",
1984
+ "package": "lit"
1985
+ },
1986
+ "customElement": true
1987
+ }
1988
+ ],
1989
+ "exports": [
1990
+ {
1991
+ "kind": "js",
1992
+ "name": "AuroTabpanel",
1993
+ "declaration": {
1994
+ "name": "AuroTabpanel",
1995
+ "module": "src/auro-tabpanel.js"
1996
+ }
1997
+ }
1998
+ ]
1999
+ },
2000
+ {
2001
+ "kind": "javascript-module",
2002
+ "path": "src/child-service.js",
2003
+ "declarations": [
2004
+ {
2005
+ "kind": "class",
2006
+ "description": "",
2007
+ "name": "ChildItemService",
2008
+ "members": [
2009
+ {
2010
+ "kind": "method",
2011
+ "name": "#getPreviousItems",
2012
+ "privacy": "private"
2013
+ },
2014
+ {
2015
+ "kind": "field",
2016
+ "name": "#items",
2017
+ "privacy": "private",
2018
+ "type": {
2019
+ "text": "array"
2020
+ },
2021
+ "default": "[]"
2022
+ },
2023
+ {
2024
+ "kind": "method",
2025
+ "name": "#notifySubscribers",
2026
+ "privacy": "private",
2027
+ "description": "Notify all subscribers of changes in the items array."
2028
+ },
2029
+ {
2030
+ "kind": "field",
2031
+ "name": "#previousItems",
2032
+ "privacy": "private",
2033
+ "type": {
2034
+ "text": "array"
2035
+ },
2036
+ "default": "[]"
2037
+ },
2038
+ {
2039
+ "kind": "field",
2040
+ "name": "#subscribers",
2041
+ "privacy": "private",
2042
+ "type": {
2043
+ "text": "array"
2044
+ },
2045
+ "default": "[]"
2046
+ },
2047
+ {
2048
+ "kind": "method",
2049
+ "name": "add",
2050
+ "parameters": [
2051
+ {
2052
+ "name": "item",
2053
+ "description": "An item to add to the scroller.",
2054
+ "type": {
2055
+ "text": "Object"
2056
+ }
2057
+ }
2058
+ ],
2059
+ "return": {
2060
+ "type": {
2061
+ "text": "void"
2062
+ }
2063
+ }
2064
+ },
2065
+ {
2066
+ "kind": "method",
2067
+ "name": "addMany",
2068
+ "parameters": [
2069
+ {
2070
+ "name": "items",
2071
+ "type": {
2072
+ "text": "ArrayLike<any>"
2073
+ }
2074
+ }
2075
+ ],
2076
+ "return": {
2077
+ "type": {
2078
+ "text": "void"
2079
+ }
2080
+ }
2081
+ },
2082
+ {
2083
+ "kind": "method",
2084
+ "name": "clear"
2085
+ },
2086
+ {
2087
+ "kind": "field",
2088
+ "name": "current",
2089
+ "readonly": true
2090
+ },
2091
+ {
2092
+ "kind": "method",
2093
+ "name": "getItemByIndex",
2094
+ "parameters": [
2095
+ {
2096
+ "name": "index",
2097
+ "type": {
2098
+ "text": "Number"
2099
+ }
2100
+ }
2101
+ ],
2102
+ "description": "Gets an item by its index in the items array.",
2103
+ "return": {
2104
+ "type": {
2105
+ "text": "HTMLElement"
2106
+ }
2107
+ }
2108
+ },
2109
+ {
2110
+ "kind": "method",
2111
+ "name": "getItemByNumber",
2112
+ "parameters": [
2113
+ {
2114
+ "name": "number",
2115
+ "type": {
2116
+ "text": "Number"
2117
+ }
2118
+ }
2119
+ ],
2120
+ "description": "Gets an item by its number (1-based index).",
2121
+ "return": {
2122
+ "type": {
2123
+ "text": "HTMLElement"
2124
+ }
2125
+ }
2126
+ },
2127
+ {
2128
+ "kind": "method",
2129
+ "name": "getNextItem",
2130
+ "parameters": [
2131
+ {
2132
+ "name": "currentNumber"
2133
+ }
2134
+ ]
2135
+ },
2136
+ {
2137
+ "kind": "method",
2138
+ "name": "getPreviousItem",
2139
+ "parameters": [
2140
+ {
2141
+ "name": "currentNumber"
2142
+ }
2143
+ ]
2144
+ },
2145
+ {
2146
+ "kind": "method",
2147
+ "name": "remove",
2148
+ "parameters": [
2149
+ {
2150
+ "name": "item",
2151
+ "description": "An item to remove from the scroller.",
2152
+ "type": {
2153
+ "text": "Object"
2154
+ }
2155
+ }
2156
+ ],
2157
+ "return": {
2158
+ "type": {
2159
+ "text": "void"
2160
+ }
2161
+ }
2162
+ },
2163
+ {
2164
+ "kind": "method",
2165
+ "name": "subscribe",
2166
+ "parameters": [
2167
+ {
2168
+ "name": "callback",
2169
+ "description": "A callback function that will be called when the items change.",
2170
+ "type": {
2171
+ "text": "Function"
2172
+ }
2173
+ }
2174
+ ],
2175
+ "return": {
2176
+ "type": {
2177
+ "text": "Function"
2178
+ }
2179
+ }
2180
+ },
2181
+ {
2182
+ "kind": "method",
2183
+ "name": "unsubscribe",
2184
+ "parameters": [
2185
+ {
2186
+ "name": "callback",
2187
+ "description": "A callback function that will be called when the items change.",
2188
+ "type": {
2189
+ "text": "Function"
2190
+ }
2191
+ }
2192
+ ],
2193
+ "return": {
2194
+ "type": {
2195
+ "text": "Boolean"
2196
+ }
2197
+ }
2198
+ }
2199
+ ]
2200
+ }
2201
+ ],
2202
+ "exports": [
2203
+ {
2204
+ "kind": "js",
2205
+ "name": "ChildItemService",
2206
+ "declaration": {
2207
+ "name": "ChildItemService",
2208
+ "module": "src/child-service.js"
2209
+ }
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "kind": "javascript-module",
2215
+ "path": "src/index.js",
2216
+ "declarations": [],
2217
+ "exports": [
2218
+ {
2219
+ "kind": "js",
2220
+ "name": "AuroTab",
2221
+ "declaration": {
2222
+ "name": "AuroTab",
2223
+ "module": "src/index.js"
2224
+ }
2225
+ },
2226
+ {
2227
+ "kind": "js",
2228
+ "name": "AuroTabgroup",
2229
+ "declaration": {
2230
+ "name": "AuroTabgroup",
2231
+ "module": "src/index.js"
2232
+ }
2233
+ },
2234
+ {
2235
+ "kind": "js",
2236
+ "name": "AuroTabpanel",
2237
+ "declaration": {
2238
+ "name": "AuroTabpanel",
2239
+ "module": "src/index.js"
2240
+ }
2241
+ }
2242
+ ]
2243
+ },
2244
+ {
2245
+ "kind": "javascript-module",
2246
+ "path": "src/registered.js",
2247
+ "declarations": [],
2248
+ "exports": []
2249
+ },
2250
+ {
2251
+ "kind": "javascript-module",
2252
+ "path": "src/tabindexUtil.js",
2253
+ "declarations": [
2254
+ {
2255
+ "kind": "class",
2256
+ "description": "",
2257
+ "name": "TabIndexUtil",
2258
+ "members": [
2259
+ {
2260
+ "kind": "method",
2261
+ "name": "findNextNotDisabledIndex",
2262
+ "static": true,
2263
+ "parameters": [
2264
+ {
2265
+ "name": "focusedIdx"
2266
+ },
2267
+ {
2268
+ "name": "tabs"
2269
+ }
2270
+ ]
2271
+ },
2272
+ {
2273
+ "kind": "method",
2274
+ "name": "getPreviousNotDisabledIndex",
2275
+ "static": true,
2276
+ "parameters": [
2277
+ {
2278
+ "name": "focusedIdx"
2279
+ },
2280
+ {
2281
+ "name": "tabs"
2282
+ }
2283
+ ]
2284
+ }
2285
+ ]
2286
+ }
2287
+ ],
2288
+ "exports": [
2289
+ {
2290
+ "kind": "js",
2291
+ "name": "TabIndexUtil",
2292
+ "declaration": {
2293
+ "name": "TabIndexUtil",
2294
+ "module": "src/tabindexUtil.js"
2295
+ }
2296
+ }
2297
+ ]
2298
+ }
2299
+ ]
2300
+ }