@sbb-esta/lyne-elements-dev 4.13.0-dev.1779514027 → 4.13.0-dev.1779683402
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2193 -2193
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -61389,898 +61389,6 @@
|
|
|
61389
61389
|
}
|
|
61390
61390
|
]
|
|
61391
61391
|
},
|
|
61392
|
-
{
|
|
61393
|
-
"kind": "javascript-module",
|
|
61394
|
-
"path": "core/a11y/arrow-navigation.js",
|
|
61395
|
-
"declarations": [
|
|
61396
|
-
{
|
|
61397
|
-
"kind": "function",
|
|
61398
|
-
"name": "isArrowKeyPressed",
|
|
61399
|
-
"return": {
|
|
61400
|
-
"type": {
|
|
61401
|
-
"text": "boolean"
|
|
61402
|
-
}
|
|
61403
|
-
},
|
|
61404
|
-
"parameters": [
|
|
61405
|
-
{
|
|
61406
|
-
"name": "event",
|
|
61407
|
-
"type": {
|
|
61408
|
-
"text": "KeyboardEvent"
|
|
61409
|
-
},
|
|
61410
|
-
"description": "The keyboard event to check."
|
|
61411
|
-
}
|
|
61412
|
-
],
|
|
61413
|
-
"description": "Check if the key pressed is among those allowed for navigation."
|
|
61414
|
-
},
|
|
61415
|
-
{
|
|
61416
|
-
"kind": "function",
|
|
61417
|
-
"name": "isPreviousArrowKeyPressed",
|
|
61418
|
-
"return": {
|
|
61419
|
-
"type": {
|
|
61420
|
-
"text": "boolean"
|
|
61421
|
-
}
|
|
61422
|
-
},
|
|
61423
|
-
"parameters": [
|
|
61424
|
-
{
|
|
61425
|
-
"name": "event",
|
|
61426
|
-
"type": {
|
|
61427
|
-
"text": "KeyboardEvent"
|
|
61428
|
-
},
|
|
61429
|
-
"description": "The keyboard event to check."
|
|
61430
|
-
}
|
|
61431
|
-
],
|
|
61432
|
-
"description": "Check if the key pressed should move the navigation to the next element."
|
|
61433
|
-
},
|
|
61434
|
-
{
|
|
61435
|
-
"kind": "function",
|
|
61436
|
-
"name": "isNextArrowKeyPressed",
|
|
61437
|
-
"return": {
|
|
61438
|
-
"type": {
|
|
61439
|
-
"text": "boolean"
|
|
61440
|
-
}
|
|
61441
|
-
},
|
|
61442
|
-
"parameters": [
|
|
61443
|
-
{
|
|
61444
|
-
"name": "event",
|
|
61445
|
-
"type": {
|
|
61446
|
-
"text": "KeyboardEvent"
|
|
61447
|
-
},
|
|
61448
|
-
"description": "The keyboard event to check."
|
|
61449
|
-
}
|
|
61450
|
-
],
|
|
61451
|
-
"description": "Check if the key pressed should move the navigation to the next element."
|
|
61452
|
-
},
|
|
61453
|
-
{
|
|
61454
|
-
"kind": "function",
|
|
61455
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
61456
|
-
"return": {
|
|
61457
|
-
"type": {
|
|
61458
|
-
"text": "boolean"
|
|
61459
|
-
}
|
|
61460
|
-
},
|
|
61461
|
-
"parameters": [
|
|
61462
|
-
{
|
|
61463
|
-
"name": "event",
|
|
61464
|
-
"type": {
|
|
61465
|
-
"text": "KeyboardEvent"
|
|
61466
|
-
},
|
|
61467
|
-
"description": "The keyboard event to check."
|
|
61468
|
-
}
|
|
61469
|
-
],
|
|
61470
|
-
"description": "Check if the key pressed is among those allowed for navigation."
|
|
61471
|
-
},
|
|
61472
|
-
{
|
|
61473
|
-
"kind": "function",
|
|
61474
|
-
"name": "getNextElementIndex",
|
|
61475
|
-
"return": {
|
|
61476
|
-
"type": {
|
|
61477
|
-
"text": ""
|
|
61478
|
-
}
|
|
61479
|
-
},
|
|
61480
|
-
"parameters": [
|
|
61481
|
-
{
|
|
61482
|
-
"name": "event",
|
|
61483
|
-
"type": {
|
|
61484
|
-
"text": "KeyboardEvent | undefined"
|
|
61485
|
-
},
|
|
61486
|
-
"description": "The keyboard event to check. If null, will count as a 'next' step."
|
|
61487
|
-
},
|
|
61488
|
-
{
|
|
61489
|
-
"name": "current",
|
|
61490
|
-
"type": {
|
|
61491
|
-
"text": "number"
|
|
61492
|
-
},
|
|
61493
|
-
"description": "The index of the current element in the list."
|
|
61494
|
-
},
|
|
61495
|
-
{
|
|
61496
|
-
"name": "size",
|
|
61497
|
-
"type": {
|
|
61498
|
-
"text": "number"
|
|
61499
|
-
},
|
|
61500
|
-
"description": "The size of the list."
|
|
61501
|
-
}
|
|
61502
|
-
],
|
|
61503
|
-
"description": "Gets the index of the element to move to, based on the keyboard input, the current element in the list and the list size."
|
|
61504
|
-
}
|
|
61505
|
-
],
|
|
61506
|
-
"exports": [
|
|
61507
|
-
{
|
|
61508
|
-
"kind": "js",
|
|
61509
|
-
"name": "isArrowKeyPressed",
|
|
61510
|
-
"declaration": {
|
|
61511
|
-
"name": "isArrowKeyPressed",
|
|
61512
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
61513
|
-
}
|
|
61514
|
-
},
|
|
61515
|
-
{
|
|
61516
|
-
"kind": "js",
|
|
61517
|
-
"name": "isPreviousArrowKeyPressed",
|
|
61518
|
-
"declaration": {
|
|
61519
|
-
"name": "isPreviousArrowKeyPressed",
|
|
61520
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
61521
|
-
}
|
|
61522
|
-
},
|
|
61523
|
-
{
|
|
61524
|
-
"kind": "js",
|
|
61525
|
-
"name": "isNextArrowKeyPressed",
|
|
61526
|
-
"declaration": {
|
|
61527
|
-
"name": "isNextArrowKeyPressed",
|
|
61528
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
61529
|
-
}
|
|
61530
|
-
},
|
|
61531
|
-
{
|
|
61532
|
-
"kind": "js",
|
|
61533
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
61534
|
-
"declaration": {
|
|
61535
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
61536
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
61537
|
-
}
|
|
61538
|
-
},
|
|
61539
|
-
{
|
|
61540
|
-
"kind": "js",
|
|
61541
|
-
"name": "getNextElementIndex",
|
|
61542
|
-
"declaration": {
|
|
61543
|
-
"name": "getNextElementIndex",
|
|
61544
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
61545
|
-
}
|
|
61546
|
-
}
|
|
61547
|
-
]
|
|
61548
|
-
},
|
|
61549
|
-
{
|
|
61550
|
-
"kind": "javascript-module",
|
|
61551
|
-
"path": "core/a11y/fake-event-detection.js",
|
|
61552
|
-
"declarations": [
|
|
61553
|
-
{
|
|
61554
|
-
"kind": "function",
|
|
61555
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
61556
|
-
"return": {
|
|
61557
|
-
"type": {
|
|
61558
|
-
"text": "boolean"
|
|
61559
|
-
}
|
|
61560
|
-
},
|
|
61561
|
-
"parameters": [
|
|
61562
|
-
{
|
|
61563
|
-
"name": "event",
|
|
61564
|
-
"type": {
|
|
61565
|
-
"text": "MouseEvent"
|
|
61566
|
-
}
|
|
61567
|
-
}
|
|
61568
|
-
],
|
|
61569
|
-
"description": "Gets whether an event could be a faked `mousedown` event dispatched by a screen reader."
|
|
61570
|
-
},
|
|
61571
|
-
{
|
|
61572
|
-
"kind": "function",
|
|
61573
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
61574
|
-
"return": {
|
|
61575
|
-
"type": {
|
|
61576
|
-
"text": "boolean"
|
|
61577
|
-
}
|
|
61578
|
-
},
|
|
61579
|
-
"parameters": [
|
|
61580
|
-
{
|
|
61581
|
-
"name": "event",
|
|
61582
|
-
"type": {
|
|
61583
|
-
"text": "TouchEvent"
|
|
61584
|
-
}
|
|
61585
|
-
}
|
|
61586
|
-
],
|
|
61587
|
-
"description": "Gets whether an event could be a faked `touchstart` event dispatched by a screen reader."
|
|
61588
|
-
}
|
|
61589
|
-
],
|
|
61590
|
-
"exports": [
|
|
61591
|
-
{
|
|
61592
|
-
"kind": "js",
|
|
61593
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
61594
|
-
"declaration": {
|
|
61595
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
61596
|
-
"module": "core/a11y/fake-event-detection.js"
|
|
61597
|
-
}
|
|
61598
|
-
},
|
|
61599
|
-
{
|
|
61600
|
-
"kind": "js",
|
|
61601
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
61602
|
-
"declaration": {
|
|
61603
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
61604
|
-
"module": "core/a11y/fake-event-detection.js"
|
|
61605
|
-
}
|
|
61606
|
-
}
|
|
61607
|
-
]
|
|
61608
|
-
},
|
|
61609
|
-
{
|
|
61610
|
-
"kind": "javascript-module",
|
|
61611
|
-
"path": "core/a11y/focus-trap-controller.js",
|
|
61612
|
-
"declarations": [
|
|
61613
|
-
{
|
|
61614
|
-
"kind": "class",
|
|
61615
|
-
"description": "",
|
|
61616
|
-
"name": "SbbFocusTrapController",
|
|
61617
|
-
"members": [
|
|
61618
|
-
{
|
|
61619
|
-
"kind": "field",
|
|
61620
|
-
"name": "enabled",
|
|
61621
|
-
"privacy": "public",
|
|
61622
|
-
"description": "Whether the focus is trap is enabled.",
|
|
61623
|
-
"parameters": [
|
|
61624
|
-
{
|
|
61625
|
-
"name": "enabled"
|
|
61626
|
-
}
|
|
61627
|
-
],
|
|
61628
|
-
"type": {
|
|
61629
|
-
"text": "boolean"
|
|
61630
|
-
}
|
|
61631
|
-
},
|
|
61632
|
-
{
|
|
61633
|
-
"kind": "field",
|
|
61634
|
-
"name": "_abortController",
|
|
61635
|
-
"type": {
|
|
61636
|
-
"text": "AbortController | null"
|
|
61637
|
-
},
|
|
61638
|
-
"privacy": "private",
|
|
61639
|
-
"default": "null"
|
|
61640
|
-
},
|
|
61641
|
-
{
|
|
61642
|
-
"kind": "method",
|
|
61643
|
-
"name": "hostDisconnected",
|
|
61644
|
-
"privacy": "public",
|
|
61645
|
-
"return": {
|
|
61646
|
-
"type": {
|
|
61647
|
-
"text": "void"
|
|
61648
|
-
}
|
|
61649
|
-
}
|
|
61650
|
-
},
|
|
61651
|
-
{
|
|
61652
|
-
"kind": "method",
|
|
61653
|
-
"name": "focusInitialElement",
|
|
61654
|
-
"privacy": "public",
|
|
61655
|
-
"return": {
|
|
61656
|
-
"type": {
|
|
61657
|
-
"text": ""
|
|
61658
|
-
}
|
|
61659
|
-
},
|
|
61660
|
-
"parameters": [
|
|
61661
|
-
{
|
|
61662
|
-
"name": "options",
|
|
61663
|
-
"optional": true,
|
|
61664
|
-
"type": {
|
|
61665
|
-
"text": "FocusOptions"
|
|
61666
|
-
}
|
|
61667
|
-
}
|
|
61668
|
-
],
|
|
61669
|
-
"description": "Focuses the element that should be focused when the focus trap is initialized."
|
|
61670
|
-
},
|
|
61671
|
-
{
|
|
61672
|
-
"kind": "method",
|
|
61673
|
-
"name": "focusFirstTabbableElement",
|
|
61674
|
-
"privacy": "public",
|
|
61675
|
-
"return": {
|
|
61676
|
-
"type": {
|
|
61677
|
-
"text": ""
|
|
61678
|
-
}
|
|
61679
|
-
},
|
|
61680
|
-
"parameters": [
|
|
61681
|
-
{
|
|
61682
|
-
"name": "options",
|
|
61683
|
-
"optional": true,
|
|
61684
|
-
"type": {
|
|
61685
|
-
"text": "FocusOptions"
|
|
61686
|
-
}
|
|
61687
|
-
}
|
|
61688
|
-
],
|
|
61689
|
-
"description": "Focuses the first tabbable element within the focus trap region."
|
|
61690
|
-
},
|
|
61691
|
-
{
|
|
61692
|
-
"kind": "method",
|
|
61693
|
-
"name": "focusLastTabbableElement",
|
|
61694
|
-
"privacy": "public",
|
|
61695
|
-
"return": {
|
|
61696
|
-
"type": {
|
|
61697
|
-
"text": ""
|
|
61698
|
-
}
|
|
61699
|
-
},
|
|
61700
|
-
"parameters": [
|
|
61701
|
-
{
|
|
61702
|
-
"name": "options",
|
|
61703
|
-
"optional": true,
|
|
61704
|
-
"type": {
|
|
61705
|
-
"text": "FocusOptions"
|
|
61706
|
-
}
|
|
61707
|
-
}
|
|
61708
|
-
],
|
|
61709
|
-
"description": "Focuses the last tabbable element within the focus trap region."
|
|
61710
|
-
},
|
|
61711
|
-
{
|
|
61712
|
-
"kind": "method",
|
|
61713
|
-
"name": "_trap",
|
|
61714
|
-
"privacy": "private",
|
|
61715
|
-
"return": {
|
|
61716
|
-
"type": {
|
|
61717
|
-
"text": "void"
|
|
61718
|
-
}
|
|
61719
|
-
}
|
|
61720
|
-
},
|
|
61721
|
-
{
|
|
61722
|
-
"kind": "method",
|
|
61723
|
-
"name": "_getFirstTabbableElement",
|
|
61724
|
-
"privacy": "private",
|
|
61725
|
-
"return": {
|
|
61726
|
-
"type": {
|
|
61727
|
-
"text": "HTMLElement | null"
|
|
61728
|
-
}
|
|
61729
|
-
},
|
|
61730
|
-
"parameters": [
|
|
61731
|
-
{
|
|
61732
|
-
"name": "root",
|
|
61733
|
-
"type": {
|
|
61734
|
-
"text": "HTMLElement"
|
|
61735
|
-
}
|
|
61736
|
-
}
|
|
61737
|
-
],
|
|
61738
|
-
"description": "Get the first tabbable element from a DOM subtree (inclusive)."
|
|
61739
|
-
},
|
|
61740
|
-
{
|
|
61741
|
-
"kind": "method",
|
|
61742
|
-
"name": "_getLastTabbableElement",
|
|
61743
|
-
"privacy": "private",
|
|
61744
|
-
"return": {
|
|
61745
|
-
"type": {
|
|
61746
|
-
"text": "HTMLElement | null"
|
|
61747
|
-
}
|
|
61748
|
-
},
|
|
61749
|
-
"parameters": [
|
|
61750
|
-
{
|
|
61751
|
-
"name": "root",
|
|
61752
|
-
"type": {
|
|
61753
|
-
"text": "HTMLElement"
|
|
61754
|
-
}
|
|
61755
|
-
}
|
|
61756
|
-
],
|
|
61757
|
-
"description": "Get the last tabbable element from a DOM subtree (inclusive)."
|
|
61758
|
-
},
|
|
61759
|
-
{
|
|
61760
|
-
"kind": "method",
|
|
61761
|
-
"name": "_untrap",
|
|
61762
|
-
"privacy": "private",
|
|
61763
|
-
"return": {
|
|
61764
|
-
"type": {
|
|
61765
|
-
"text": "void"
|
|
61766
|
-
}
|
|
61767
|
-
}
|
|
61768
|
-
}
|
|
61769
|
-
]
|
|
61770
|
-
}
|
|
61771
|
-
],
|
|
61772
|
-
"exports": [
|
|
61773
|
-
{
|
|
61774
|
-
"kind": "js",
|
|
61775
|
-
"name": "SbbFocusTrapController",
|
|
61776
|
-
"declaration": {
|
|
61777
|
-
"name": "SbbFocusTrapController",
|
|
61778
|
-
"module": "core/a11y/focus-trap-controller.js"
|
|
61779
|
-
}
|
|
61780
|
-
}
|
|
61781
|
-
]
|
|
61782
|
-
},
|
|
61783
|
-
{
|
|
61784
|
-
"kind": "javascript-module",
|
|
61785
|
-
"path": "core/a11y/focus-visible-within-controller.js",
|
|
61786
|
-
"declarations": [
|
|
61787
|
-
{
|
|
61788
|
-
"kind": "class",
|
|
61789
|
-
"description": "",
|
|
61790
|
-
"name": "SbbFocusVisibleWithinController",
|
|
61791
|
-
"members": [
|
|
61792
|
-
{
|
|
61793
|
-
"kind": "field",
|
|
61794
|
-
"name": "_focusinHandler",
|
|
61795
|
-
"privacy": "private"
|
|
61796
|
-
},
|
|
61797
|
-
{
|
|
61798
|
-
"kind": "field",
|
|
61799
|
-
"name": "_focusoutHandler",
|
|
61800
|
-
"privacy": "private"
|
|
61801
|
-
},
|
|
61802
|
-
{
|
|
61803
|
-
"kind": "method",
|
|
61804
|
-
"name": "hostConnected",
|
|
61805
|
-
"privacy": "public",
|
|
61806
|
-
"return": {
|
|
61807
|
-
"type": {
|
|
61808
|
-
"text": "void"
|
|
61809
|
-
}
|
|
61810
|
-
}
|
|
61811
|
-
},
|
|
61812
|
-
{
|
|
61813
|
-
"kind": "method",
|
|
61814
|
-
"name": "hostDisconnected",
|
|
61815
|
-
"privacy": "public",
|
|
61816
|
-
"return": {
|
|
61817
|
-
"type": {
|
|
61818
|
-
"text": "void"
|
|
61819
|
-
}
|
|
61820
|
-
}
|
|
61821
|
-
}
|
|
61822
|
-
]
|
|
61823
|
-
}
|
|
61824
|
-
],
|
|
61825
|
-
"exports": [
|
|
61826
|
-
{
|
|
61827
|
-
"kind": "js",
|
|
61828
|
-
"name": "SbbFocusVisibleWithinController",
|
|
61829
|
-
"declaration": {
|
|
61830
|
-
"name": "SbbFocusVisibleWithinController",
|
|
61831
|
-
"module": "core/a11y/focus-visible-within-controller.js"
|
|
61832
|
-
}
|
|
61833
|
-
}
|
|
61834
|
-
]
|
|
61835
|
-
},
|
|
61836
|
-
{
|
|
61837
|
-
"kind": "javascript-module",
|
|
61838
|
-
"path": "core/a11y/focus.js",
|
|
61839
|
-
"declarations": [
|
|
61840
|
-
{
|
|
61841
|
-
"kind": "variable",
|
|
61842
|
-
"name": "IS_FOCUSABLE_QUERY"
|
|
61843
|
-
}
|
|
61844
|
-
],
|
|
61845
|
-
"exports": [
|
|
61846
|
-
{
|
|
61847
|
-
"kind": "js",
|
|
61848
|
-
"name": "IS_FOCUSABLE_QUERY",
|
|
61849
|
-
"declaration": {
|
|
61850
|
-
"name": "IS_FOCUSABLE_QUERY",
|
|
61851
|
-
"module": "core/a11y/focus.js"
|
|
61852
|
-
}
|
|
61853
|
-
}
|
|
61854
|
-
]
|
|
61855
|
-
},
|
|
61856
|
-
{
|
|
61857
|
-
"kind": "javascript-module",
|
|
61858
|
-
"path": "core/a11y/input-modality-detector.js",
|
|
61859
|
-
"declarations": [
|
|
61860
|
-
{
|
|
61861
|
-
"kind": "variable",
|
|
61862
|
-
"name": "CONTROL",
|
|
61863
|
-
"type": {
|
|
61864
|
-
"text": "number"
|
|
61865
|
-
},
|
|
61866
|
-
"default": "17"
|
|
61867
|
-
},
|
|
61868
|
-
{
|
|
61869
|
-
"kind": "variable",
|
|
61870
|
-
"name": "META",
|
|
61871
|
-
"type": {
|
|
61872
|
-
"text": "number"
|
|
61873
|
-
},
|
|
61874
|
-
"default": "91"
|
|
61875
|
-
},
|
|
61876
|
-
{
|
|
61877
|
-
"kind": "variable",
|
|
61878
|
-
"name": "MAC_META",
|
|
61879
|
-
"type": {
|
|
61880
|
-
"text": "number"
|
|
61881
|
-
},
|
|
61882
|
-
"default": "224"
|
|
61883
|
-
},
|
|
61884
|
-
{
|
|
61885
|
-
"kind": "variable",
|
|
61886
|
-
"name": "sbbInputModalityDetector",
|
|
61887
|
-
"default": "new SbbInputModalityDetector()"
|
|
61888
|
-
}
|
|
61889
|
-
],
|
|
61890
|
-
"exports": [
|
|
61891
|
-
{
|
|
61892
|
-
"kind": "js",
|
|
61893
|
-
"name": "sbbInputModalityDetector",
|
|
61894
|
-
"declaration": {
|
|
61895
|
-
"name": "sbbInputModalityDetector",
|
|
61896
|
-
"module": "core/a11y/input-modality-detector.js"
|
|
61897
|
-
}
|
|
61898
|
-
}
|
|
61899
|
-
]
|
|
61900
|
-
},
|
|
61901
|
-
{
|
|
61902
|
-
"kind": "javascript-module",
|
|
61903
|
-
"path": "core/a11y/interactivity-checker.js",
|
|
61904
|
-
"declarations": [
|
|
61905
|
-
{
|
|
61906
|
-
"kind": "class",
|
|
61907
|
-
"description": "Configuration for the isFocusable method.",
|
|
61908
|
-
"name": "IsFocusableConfig",
|
|
61909
|
-
"members": [
|
|
61910
|
-
{
|
|
61911
|
-
"kind": "field",
|
|
61912
|
-
"name": "ignoreVisibility",
|
|
61913
|
-
"type": {
|
|
61914
|
-
"text": "boolean"
|
|
61915
|
-
},
|
|
61916
|
-
"privacy": "public",
|
|
61917
|
-
"default": "false",
|
|
61918
|
-
"description": "Whether to count an element as focusable even if it is not currently visible."
|
|
61919
|
-
}
|
|
61920
|
-
]
|
|
61921
|
-
},
|
|
61922
|
-
{
|
|
61923
|
-
"kind": "class",
|
|
61924
|
-
"description": "",
|
|
61925
|
-
"name": "InteractivityChecker",
|
|
61926
|
-
"members": [
|
|
61927
|
-
{
|
|
61928
|
-
"kind": "method",
|
|
61929
|
-
"name": "isDisabled",
|
|
61930
|
-
"privacy": "public",
|
|
61931
|
-
"return": {
|
|
61932
|
-
"type": {
|
|
61933
|
-
"text": ""
|
|
61934
|
-
}
|
|
61935
|
-
},
|
|
61936
|
-
"parameters": [
|
|
61937
|
-
{
|
|
61938
|
-
"name": "element",
|
|
61939
|
-
"type": {
|
|
61940
|
-
"text": "HTMLElement"
|
|
61941
|
-
},
|
|
61942
|
-
"description": "Element to be checked."
|
|
61943
|
-
}
|
|
61944
|
-
],
|
|
61945
|
-
"description": "Gets whether an element is disabled."
|
|
61946
|
-
},
|
|
61947
|
-
{
|
|
61948
|
-
"kind": "method",
|
|
61949
|
-
"name": "isVisible",
|
|
61950
|
-
"privacy": "public",
|
|
61951
|
-
"return": {
|
|
61952
|
-
"type": {
|
|
61953
|
-
"text": ""
|
|
61954
|
-
}
|
|
61955
|
-
},
|
|
61956
|
-
"parameters": [
|
|
61957
|
-
{
|
|
61958
|
-
"name": "element",
|
|
61959
|
-
"type": {
|
|
61960
|
-
"text": "HTMLElement"
|
|
61961
|
-
}
|
|
61962
|
-
}
|
|
61963
|
-
],
|
|
61964
|
-
"description": "Gets whether an element is visible for the purposes of interactivity.\n\nThis will capture states like `display: none` and `visibility: hidden`, but not things like\nbeing clipped by an `overflow: hidden` parent or being outside the viewport."
|
|
61965
|
-
},
|
|
61966
|
-
{
|
|
61967
|
-
"kind": "method",
|
|
61968
|
-
"name": "isTabbable",
|
|
61969
|
-
"privacy": "public",
|
|
61970
|
-
"return": {
|
|
61971
|
-
"type": {
|
|
61972
|
-
"text": ""
|
|
61973
|
-
}
|
|
61974
|
-
},
|
|
61975
|
-
"parameters": [
|
|
61976
|
-
{
|
|
61977
|
-
"name": "element",
|
|
61978
|
-
"type": {
|
|
61979
|
-
"text": "HTMLElement"
|
|
61980
|
-
},
|
|
61981
|
-
"description": "Element to be checked."
|
|
61982
|
-
}
|
|
61983
|
-
],
|
|
61984
|
-
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
61985
|
-
},
|
|
61986
|
-
{
|
|
61987
|
-
"kind": "method",
|
|
61988
|
-
"name": "isFocusable",
|
|
61989
|
-
"privacy": "public",
|
|
61990
|
-
"return": {
|
|
61991
|
-
"type": {
|
|
61992
|
-
"text": ""
|
|
61993
|
-
}
|
|
61994
|
-
},
|
|
61995
|
-
"parameters": [
|
|
61996
|
-
{
|
|
61997
|
-
"name": "element",
|
|
61998
|
-
"type": {
|
|
61999
|
-
"text": "HTMLElement"
|
|
62000
|
-
},
|
|
62001
|
-
"description": "Element to be checked."
|
|
62002
|
-
},
|
|
62003
|
-
{
|
|
62004
|
-
"name": "config",
|
|
62005
|
-
"optional": true,
|
|
62006
|
-
"type": {
|
|
62007
|
-
"text": "IsFocusableConfig"
|
|
62008
|
-
},
|
|
62009
|
-
"description": "The config object with options to customize this method's behavior"
|
|
62010
|
-
}
|
|
62011
|
-
],
|
|
62012
|
-
"description": "Gets whether an element can be focused by the user."
|
|
62013
|
-
}
|
|
62014
|
-
]
|
|
62015
|
-
},
|
|
62016
|
-
{
|
|
62017
|
-
"kind": "variable",
|
|
62018
|
-
"name": "interactivityChecker",
|
|
62019
|
-
"default": "new InteractivityChecker()"
|
|
62020
|
-
}
|
|
62021
|
-
],
|
|
62022
|
-
"exports": [
|
|
62023
|
-
{
|
|
62024
|
-
"kind": "js",
|
|
62025
|
-
"name": "IsFocusableConfig",
|
|
62026
|
-
"declaration": {
|
|
62027
|
-
"name": "IsFocusableConfig",
|
|
62028
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
62029
|
-
}
|
|
62030
|
-
},
|
|
62031
|
-
{
|
|
62032
|
-
"kind": "js",
|
|
62033
|
-
"name": "InteractivityChecker",
|
|
62034
|
-
"declaration": {
|
|
62035
|
-
"name": "InteractivityChecker",
|
|
62036
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
62037
|
-
}
|
|
62038
|
-
},
|
|
62039
|
-
{
|
|
62040
|
-
"kind": "js",
|
|
62041
|
-
"name": "interactivityChecker",
|
|
62042
|
-
"declaration": {
|
|
62043
|
-
"name": "interactivityChecker",
|
|
62044
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
62045
|
-
}
|
|
62046
|
-
}
|
|
62047
|
-
]
|
|
62048
|
-
},
|
|
62049
|
-
{
|
|
62050
|
-
"kind": "javascript-module",
|
|
62051
|
-
"path": "core/a11y/live-announcer.js",
|
|
62052
|
-
"declarations": [
|
|
62053
|
-
{
|
|
62054
|
-
"kind": "class",
|
|
62055
|
-
"description": "Allows to announce messages to screen readers.\n\nAdapted from https://github.com/angular/components/blob/main/src/cdk/a11y/live-announcer/live-announcer.ts",
|
|
62056
|
-
"name": "SbbLiveAnnouncer",
|
|
62057
|
-
"members": [
|
|
62058
|
-
{
|
|
62059
|
-
"kind": "field",
|
|
62060
|
-
"name": "_liveElement",
|
|
62061
|
-
"type": {
|
|
62062
|
-
"text": "HTMLElement"
|
|
62063
|
-
},
|
|
62064
|
-
"privacy": "private"
|
|
62065
|
-
},
|
|
62066
|
-
{
|
|
62067
|
-
"kind": "field",
|
|
62068
|
-
"name": "_previousTimeout",
|
|
62069
|
-
"type": {
|
|
62070
|
-
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
62071
|
-
},
|
|
62072
|
-
"privacy": "private"
|
|
62073
|
-
},
|
|
62074
|
-
{
|
|
62075
|
-
"kind": "field",
|
|
62076
|
-
"name": "_currentPromise",
|
|
62077
|
-
"type": {
|
|
62078
|
-
"text": "Promise<void> | undefined"
|
|
62079
|
-
},
|
|
62080
|
-
"privacy": "private"
|
|
62081
|
-
},
|
|
62082
|
-
{
|
|
62083
|
-
"kind": "field",
|
|
62084
|
-
"name": "_currentResolve",
|
|
62085
|
-
"type": {
|
|
62086
|
-
"text": "(() => void) | undefined"
|
|
62087
|
-
},
|
|
62088
|
-
"privacy": "private"
|
|
62089
|
-
},
|
|
62090
|
-
{
|
|
62091
|
-
"kind": "method",
|
|
62092
|
-
"name": "announce",
|
|
62093
|
-
"privacy": "public",
|
|
62094
|
-
"return": {
|
|
62095
|
-
"type": {
|
|
62096
|
-
"text": ""
|
|
62097
|
-
}
|
|
62098
|
-
},
|
|
62099
|
-
"parameters": [
|
|
62100
|
-
{
|
|
62101
|
-
"name": "message",
|
|
62102
|
-
"type": {
|
|
62103
|
-
"text": "string"
|
|
62104
|
-
},
|
|
62105
|
-
"description": "Message to be announced to the screen reader."
|
|
62106
|
-
}
|
|
62107
|
-
],
|
|
62108
|
-
"description": "Announces a message to screen readers."
|
|
62109
|
-
},
|
|
62110
|
-
{
|
|
62111
|
-
"kind": "method",
|
|
62112
|
-
"name": "announce",
|
|
62113
|
-
"privacy": "public",
|
|
62114
|
-
"return": {
|
|
62115
|
-
"type": {
|
|
62116
|
-
"text": ""
|
|
62117
|
-
}
|
|
62118
|
-
},
|
|
62119
|
-
"parameters": [
|
|
62120
|
-
{
|
|
62121
|
-
"name": "message",
|
|
62122
|
-
"type": {
|
|
62123
|
-
"text": "string"
|
|
62124
|
-
},
|
|
62125
|
-
"description": "Message to be announced to the screen reader."
|
|
62126
|
-
},
|
|
62127
|
-
{
|
|
62128
|
-
"name": "politeness",
|
|
62129
|
-
"optional": true,
|
|
62130
|
-
"type": {
|
|
62131
|
-
"text": "AriaLivePoliteness"
|
|
62132
|
-
},
|
|
62133
|
-
"description": "The politeness of the announcer element."
|
|
62134
|
-
}
|
|
62135
|
-
],
|
|
62136
|
-
"description": "Announces a message to screen readers."
|
|
62137
|
-
},
|
|
62138
|
-
{
|
|
62139
|
-
"kind": "method",
|
|
62140
|
-
"name": "announce",
|
|
62141
|
-
"privacy": "public",
|
|
62142
|
-
"return": {
|
|
62143
|
-
"type": {
|
|
62144
|
-
"text": ""
|
|
62145
|
-
}
|
|
62146
|
-
},
|
|
62147
|
-
"parameters": [
|
|
62148
|
-
{
|
|
62149
|
-
"name": "message",
|
|
62150
|
-
"type": {
|
|
62151
|
-
"text": "string"
|
|
62152
|
-
},
|
|
62153
|
-
"description": "Message to be announced to the screen reader."
|
|
62154
|
-
},
|
|
62155
|
-
{
|
|
62156
|
-
"name": "duration",
|
|
62157
|
-
"optional": true,
|
|
62158
|
-
"type": {
|
|
62159
|
-
"text": "number"
|
|
62160
|
-
},
|
|
62161
|
-
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
62162
|
-
}
|
|
62163
|
-
],
|
|
62164
|
-
"description": "Announces a message to screen readers."
|
|
62165
|
-
},
|
|
62166
|
-
{
|
|
62167
|
-
"kind": "method",
|
|
62168
|
-
"name": "announce",
|
|
62169
|
-
"privacy": "public",
|
|
62170
|
-
"return": {
|
|
62171
|
-
"type": {
|
|
62172
|
-
"text": ""
|
|
62173
|
-
}
|
|
62174
|
-
},
|
|
62175
|
-
"parameters": [
|
|
62176
|
-
{
|
|
62177
|
-
"name": "message",
|
|
62178
|
-
"type": {
|
|
62179
|
-
"text": "string"
|
|
62180
|
-
},
|
|
62181
|
-
"description": "Message to be announced to the screen reader."
|
|
62182
|
-
},
|
|
62183
|
-
{
|
|
62184
|
-
"name": "politeness",
|
|
62185
|
-
"optional": true,
|
|
62186
|
-
"type": {
|
|
62187
|
-
"text": "AriaLivePoliteness"
|
|
62188
|
-
},
|
|
62189
|
-
"description": "The politeness of the announcer element."
|
|
62190
|
-
},
|
|
62191
|
-
{
|
|
62192
|
-
"name": "duration",
|
|
62193
|
-
"optional": true,
|
|
62194
|
-
"type": {
|
|
62195
|
-
"text": "number"
|
|
62196
|
-
},
|
|
62197
|
-
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
62198
|
-
}
|
|
62199
|
-
],
|
|
62200
|
-
"description": "Announces a message to screen readers."
|
|
62201
|
-
},
|
|
62202
|
-
{
|
|
62203
|
-
"kind": "method",
|
|
62204
|
-
"name": "announce",
|
|
62205
|
-
"privacy": "public",
|
|
62206
|
-
"return": {
|
|
62207
|
-
"type": {
|
|
62208
|
-
"text": "Promise<void>"
|
|
62209
|
-
}
|
|
62210
|
-
},
|
|
62211
|
-
"parameters": [
|
|
62212
|
-
{
|
|
62213
|
-
"name": "message",
|
|
62214
|
-
"type": {
|
|
62215
|
-
"text": "string"
|
|
62216
|
-
}
|
|
62217
|
-
},
|
|
62218
|
-
{
|
|
62219
|
-
"name": "args",
|
|
62220
|
-
"type": {
|
|
62221
|
-
"text": "any[]"
|
|
62222
|
-
}
|
|
62223
|
-
}
|
|
62224
|
-
]
|
|
62225
|
-
},
|
|
62226
|
-
{
|
|
62227
|
-
"kind": "method",
|
|
62228
|
-
"name": "clear",
|
|
62229
|
-
"privacy": "public",
|
|
62230
|
-
"return": {
|
|
62231
|
-
"type": {
|
|
62232
|
-
"text": "void"
|
|
62233
|
-
}
|
|
62234
|
-
},
|
|
62235
|
-
"description": "Clears the current text from the announcer element. Can be used to prevent\nscreen readers from reading the text out again while the user is going\nthrough the page landmarks."
|
|
62236
|
-
},
|
|
62237
|
-
{
|
|
62238
|
-
"kind": "method",
|
|
62239
|
-
"name": "destroy",
|
|
62240
|
-
"privacy": "public",
|
|
62241
|
-
"return": {
|
|
62242
|
-
"type": {
|
|
62243
|
-
"text": "void"
|
|
62244
|
-
}
|
|
62245
|
-
}
|
|
62246
|
-
},
|
|
62247
|
-
{
|
|
62248
|
-
"kind": "method",
|
|
62249
|
-
"name": "_createLiveElement",
|
|
62250
|
-
"privacy": "private",
|
|
62251
|
-
"return": {
|
|
62252
|
-
"type": {
|
|
62253
|
-
"text": "HTMLElement"
|
|
62254
|
-
}
|
|
62255
|
-
}
|
|
62256
|
-
}
|
|
62257
|
-
]
|
|
62258
|
-
},
|
|
62259
|
-
{
|
|
62260
|
-
"kind": "variable",
|
|
62261
|
-
"name": "sbbLiveAnnouncer",
|
|
62262
|
-
"default": "new SbbLiveAnnouncer()"
|
|
62263
|
-
}
|
|
62264
|
-
],
|
|
62265
|
-
"exports": [
|
|
62266
|
-
{
|
|
62267
|
-
"kind": "js",
|
|
62268
|
-
"name": "SbbLiveAnnouncer",
|
|
62269
|
-
"declaration": {
|
|
62270
|
-
"name": "SbbLiveAnnouncer",
|
|
62271
|
-
"module": "core/a11y/live-announcer.js"
|
|
62272
|
-
}
|
|
62273
|
-
},
|
|
62274
|
-
{
|
|
62275
|
-
"kind": "js",
|
|
62276
|
-
"name": "sbbLiveAnnouncer",
|
|
62277
|
-
"declaration": {
|
|
62278
|
-
"name": "sbbLiveAnnouncer",
|
|
62279
|
-
"module": "core/a11y/live-announcer.js"
|
|
62280
|
-
}
|
|
62281
|
-
}
|
|
62282
|
-
]
|
|
62283
|
-
},
|
|
62284
61392
|
{
|
|
62285
61393
|
"kind": "javascript-module",
|
|
62286
61394
|
"path": "core/base-elements/action-base-element.js",
|
|
@@ -63410,101 +62518,603 @@
|
|
|
63410
62518
|
"privacy": "protected",
|
|
63411
62519
|
"return": {
|
|
63412
62520
|
"type": {
|
|
63413
|
-
"text": "boolean"
|
|
62521
|
+
"text": "boolean"
|
|
62522
|
+
}
|
|
62523
|
+
},
|
|
62524
|
+
"parameters": [
|
|
62525
|
+
{
|
|
62526
|
+
"name": "name",
|
|
62527
|
+
"type": {
|
|
62528
|
+
"text": "PropertyKey | undefined"
|
|
62529
|
+
}
|
|
62530
|
+
}
|
|
62531
|
+
],
|
|
62532
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
62533
|
+
"inheritedFrom": {
|
|
62534
|
+
"name": "SbbFormAssociatedMixin",
|
|
62535
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
62536
|
+
}
|
|
62537
|
+
},
|
|
62538
|
+
{
|
|
62539
|
+
"kind": "method",
|
|
62540
|
+
"name": "_setInternalValidity",
|
|
62541
|
+
"privacy": "private",
|
|
62542
|
+
"return": {
|
|
62543
|
+
"type": {
|
|
62544
|
+
"text": "void"
|
|
62545
|
+
}
|
|
62546
|
+
},
|
|
62547
|
+
"inheritedFrom": {
|
|
62548
|
+
"name": "SbbFormAssociatedMixin",
|
|
62549
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
62550
|
+
}
|
|
62551
|
+
},
|
|
62552
|
+
{
|
|
62553
|
+
"kind": "field",
|
|
62554
|
+
"name": "role",
|
|
62555
|
+
"type": {
|
|
62556
|
+
"text": "ElementInternals['role']"
|
|
62557
|
+
},
|
|
62558
|
+
"privacy": "public",
|
|
62559
|
+
"static": true,
|
|
62560
|
+
"readonly": true,
|
|
62561
|
+
"default": "'button'",
|
|
62562
|
+
"inheritedFrom": {
|
|
62563
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62564
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62565
|
+
}
|
|
62566
|
+
},
|
|
62567
|
+
{
|
|
62568
|
+
"kind": "field",
|
|
62569
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
62570
|
+
"privacy": "private",
|
|
62571
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
62572
|
+
"parameters": [
|
|
62573
|
+
{
|
|
62574
|
+
"description": "The origin event.",
|
|
62575
|
+
"name": "event"
|
|
62576
|
+
}
|
|
62577
|
+
],
|
|
62578
|
+
"inheritedFrom": {
|
|
62579
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62580
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62581
|
+
}
|
|
62582
|
+
},
|
|
62583
|
+
{
|
|
62584
|
+
"kind": "field",
|
|
62585
|
+
"name": "_removeActiveMarker",
|
|
62586
|
+
"privacy": "private",
|
|
62587
|
+
"inheritedFrom": {
|
|
62588
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62589
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62590
|
+
}
|
|
62591
|
+
},
|
|
62592
|
+
{
|
|
62593
|
+
"kind": "field",
|
|
62594
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
62595
|
+
"privacy": "private",
|
|
62596
|
+
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
62597
|
+
"parameters": [
|
|
62598
|
+
{
|
|
62599
|
+
"description": "The origin event.",
|
|
62600
|
+
"name": "event"
|
|
62601
|
+
}
|
|
62602
|
+
],
|
|
62603
|
+
"inheritedFrom": {
|
|
62604
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62605
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62606
|
+
}
|
|
62607
|
+
},
|
|
62608
|
+
{
|
|
62609
|
+
"kind": "field",
|
|
62610
|
+
"name": "_dispatchClickEvent",
|
|
62611
|
+
"privacy": "private",
|
|
62612
|
+
"inheritedFrom": {
|
|
62613
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62614
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62615
|
+
}
|
|
62616
|
+
},
|
|
62617
|
+
{
|
|
62618
|
+
"kind": "field",
|
|
62619
|
+
"name": "maybeDisabled",
|
|
62620
|
+
"type": {
|
|
62621
|
+
"text": "boolean | undefined"
|
|
62622
|
+
},
|
|
62623
|
+
"privacy": "protected",
|
|
62624
|
+
"readonly": true,
|
|
62625
|
+
"inheritedFrom": {
|
|
62626
|
+
"name": "SbbActionBaseElement",
|
|
62627
|
+
"module": "core/base-elements/action-base-element.js"
|
|
62628
|
+
}
|
|
62629
|
+
},
|
|
62630
|
+
{
|
|
62631
|
+
"kind": "field",
|
|
62632
|
+
"name": "maybeDisabledInteractive",
|
|
62633
|
+
"type": {
|
|
62634
|
+
"text": "boolean | undefined"
|
|
62635
|
+
},
|
|
62636
|
+
"privacy": "protected",
|
|
62637
|
+
"readonly": true,
|
|
62638
|
+
"inheritedFrom": {
|
|
62639
|
+
"name": "SbbActionBaseElement",
|
|
62640
|
+
"module": "core/base-elements/action-base-element.js"
|
|
62641
|
+
}
|
|
62642
|
+
},
|
|
62643
|
+
{
|
|
62644
|
+
"kind": "method",
|
|
62645
|
+
"name": "setupBaseEventHandlers",
|
|
62646
|
+
"privacy": "protected",
|
|
62647
|
+
"return": {
|
|
62648
|
+
"type": {
|
|
62649
|
+
"text": "void"
|
|
62650
|
+
}
|
|
62651
|
+
},
|
|
62652
|
+
"inheritedFrom": {
|
|
62653
|
+
"name": "SbbActionBaseElement",
|
|
62654
|
+
"module": "core/base-elements/action-base-element.js"
|
|
62655
|
+
}
|
|
62656
|
+
},
|
|
62657
|
+
{
|
|
62658
|
+
"kind": "method",
|
|
62659
|
+
"name": "renderTemplate",
|
|
62660
|
+
"privacy": "protected",
|
|
62661
|
+
"return": {
|
|
62662
|
+
"type": {
|
|
62663
|
+
"text": "TemplateResult"
|
|
62664
|
+
}
|
|
62665
|
+
},
|
|
62666
|
+
"description": "Override this method to render the component template.",
|
|
62667
|
+
"inheritedFrom": {
|
|
62668
|
+
"name": "SbbActionBaseElement",
|
|
62669
|
+
"module": "core/base-elements/action-base-element.js"
|
|
62670
|
+
}
|
|
62671
|
+
},
|
|
62672
|
+
{
|
|
62673
|
+
"kind": "field",
|
|
62674
|
+
"name": "_hydrationRequired",
|
|
62675
|
+
"type": {
|
|
62676
|
+
"text": "boolean"
|
|
62677
|
+
},
|
|
62678
|
+
"privacy": "private",
|
|
62679
|
+
"default": "!!this.shadowRoot",
|
|
62680
|
+
"inheritedFrom": {
|
|
62681
|
+
"name": "SbbHydrationMixin",
|
|
62682
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62683
|
+
}
|
|
62684
|
+
},
|
|
62685
|
+
{
|
|
62686
|
+
"kind": "field",
|
|
62687
|
+
"name": "_hydrationComplete",
|
|
62688
|
+
"privacy": "private",
|
|
62689
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
62690
|
+
"inheritedFrom": {
|
|
62691
|
+
"name": "SbbHydrationMixin",
|
|
62692
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62693
|
+
}
|
|
62694
|
+
},
|
|
62695
|
+
{
|
|
62696
|
+
"kind": "field",
|
|
62697
|
+
"name": "_resolveHydration",
|
|
62698
|
+
"type": {
|
|
62699
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
62700
|
+
},
|
|
62701
|
+
"privacy": "private",
|
|
62702
|
+
"inheritedFrom": {
|
|
62703
|
+
"name": "SbbHydrationMixin",
|
|
62704
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62705
|
+
}
|
|
62706
|
+
},
|
|
62707
|
+
{
|
|
62708
|
+
"kind": "field",
|
|
62709
|
+
"name": "hydrationRequired",
|
|
62710
|
+
"type": {
|
|
62711
|
+
"text": "boolean"
|
|
62712
|
+
},
|
|
62713
|
+
"privacy": "protected",
|
|
62714
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
62715
|
+
"readonly": true,
|
|
62716
|
+
"inheritedFrom": {
|
|
62717
|
+
"name": "SbbHydrationMixin",
|
|
62718
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62719
|
+
},
|
|
62720
|
+
"default": "!!this.shadowRoot"
|
|
62721
|
+
},
|
|
62722
|
+
{
|
|
62723
|
+
"kind": "method",
|
|
62724
|
+
"name": "toggleState",
|
|
62725
|
+
"privacy": "protected",
|
|
62726
|
+
"return": {
|
|
62727
|
+
"type": {
|
|
62728
|
+
"text": "void"
|
|
62729
|
+
}
|
|
62730
|
+
},
|
|
62731
|
+
"parameters": [
|
|
62732
|
+
{
|
|
62733
|
+
"name": "value",
|
|
62734
|
+
"type": {
|
|
62735
|
+
"text": "string"
|
|
62736
|
+
}
|
|
62737
|
+
},
|
|
62738
|
+
{
|
|
62739
|
+
"name": "force",
|
|
62740
|
+
"optional": true,
|
|
62741
|
+
"type": {
|
|
62742
|
+
"text": "boolean"
|
|
62743
|
+
}
|
|
62744
|
+
}
|
|
62745
|
+
],
|
|
62746
|
+
"inheritedFrom": {
|
|
62747
|
+
"name": "SbbElementInternalsMixin",
|
|
62748
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
62749
|
+
}
|
|
62750
|
+
},
|
|
62751
|
+
{
|
|
62752
|
+
"kind": "field",
|
|
62753
|
+
"name": "['_$sbbElement$']",
|
|
62754
|
+
"type": {
|
|
62755
|
+
"text": "boolean"
|
|
62756
|
+
},
|
|
62757
|
+
"privacy": "public",
|
|
62758
|
+
"static": true,
|
|
62759
|
+
"default": "true",
|
|
62760
|
+
"inheritedFrom": {
|
|
62761
|
+
"name": "SbbElement",
|
|
62762
|
+
"module": "core/base-elements/element.js"
|
|
62763
|
+
}
|
|
62764
|
+
},
|
|
62765
|
+
{
|
|
62766
|
+
"kind": "field",
|
|
62767
|
+
"name": "elementName",
|
|
62768
|
+
"type": {
|
|
62769
|
+
"text": "string"
|
|
62770
|
+
},
|
|
62771
|
+
"privacy": "public",
|
|
62772
|
+
"static": true,
|
|
62773
|
+
"readonly": true,
|
|
62774
|
+
"inheritedFrom": {
|
|
62775
|
+
"name": "SbbElement",
|
|
62776
|
+
"module": "core/base-elements/element.js"
|
|
62777
|
+
}
|
|
62778
|
+
},
|
|
62779
|
+
{
|
|
62780
|
+
"kind": "field",
|
|
62781
|
+
"name": "_controllers",
|
|
62782
|
+
"type": {
|
|
62783
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
62784
|
+
},
|
|
62785
|
+
"privacy": "private",
|
|
62786
|
+
"inheritedFrom": {
|
|
62787
|
+
"name": "SbbElement",
|
|
62788
|
+
"module": "core/base-elements/element.js"
|
|
62789
|
+
}
|
|
62790
|
+
}
|
|
62791
|
+
],
|
|
62792
|
+
"attributes": [
|
|
62793
|
+
{
|
|
62794
|
+
"name": "value",
|
|
62795
|
+
"type": {
|
|
62796
|
+
"text": "string"
|
|
62797
|
+
},
|
|
62798
|
+
"default": "''",
|
|
62799
|
+
"description": "Value of the form element.",
|
|
62800
|
+
"fieldName": "value"
|
|
62801
|
+
},
|
|
62802
|
+
{
|
|
62803
|
+
"name": "type",
|
|
62804
|
+
"description": "The type attribute to use for the button.",
|
|
62805
|
+
"default": "'button'",
|
|
62806
|
+
"type": {
|
|
62807
|
+
"text": "SbbButtonType"
|
|
62808
|
+
},
|
|
62809
|
+
"fieldName": "type"
|
|
62810
|
+
},
|
|
62811
|
+
{
|
|
62812
|
+
"name": "form",
|
|
62813
|
+
"description": "The `<form>` element to associate the button with.",
|
|
62814
|
+
"type": {
|
|
62815
|
+
"text": "HTMLFormElement | null"
|
|
62816
|
+
},
|
|
62817
|
+
"fieldName": "form"
|
|
62818
|
+
},
|
|
62819
|
+
{
|
|
62820
|
+
"name": "name",
|
|
62821
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
62822
|
+
"type": {
|
|
62823
|
+
"text": "string"
|
|
62824
|
+
},
|
|
62825
|
+
"fieldName": "name",
|
|
62826
|
+
"inheritedFrom": {
|
|
62827
|
+
"name": "SbbFormAssociatedMixin",
|
|
62828
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
62829
|
+
}
|
|
62830
|
+
}
|
|
62831
|
+
],
|
|
62832
|
+
"superclass": {
|
|
62833
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62834
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62835
|
+
}
|
|
62836
|
+
}
|
|
62837
|
+
],
|
|
62838
|
+
"exports": [
|
|
62839
|
+
{
|
|
62840
|
+
"kind": "js",
|
|
62841
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62842
|
+
"declaration": {
|
|
62843
|
+
"name": "SbbButtonLikeBaseElement",
|
|
62844
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62845
|
+
}
|
|
62846
|
+
},
|
|
62847
|
+
{
|
|
62848
|
+
"kind": "js",
|
|
62849
|
+
"name": "SbbButtonBaseElement",
|
|
62850
|
+
"declaration": {
|
|
62851
|
+
"name": "SbbButtonBaseElement",
|
|
62852
|
+
"module": "core/base-elements/button-base-element.js"
|
|
62853
|
+
}
|
|
62854
|
+
}
|
|
62855
|
+
]
|
|
62856
|
+
},
|
|
62857
|
+
{
|
|
62858
|
+
"kind": "javascript-module",
|
|
62859
|
+
"path": "core/base-elements/element.js",
|
|
62860
|
+
"declarations": [
|
|
62861
|
+
{
|
|
62862
|
+
"kind": "class",
|
|
62863
|
+
"description": "A base class for all SBB elements.",
|
|
62864
|
+
"name": "SbbElement",
|
|
62865
|
+
"members": [
|
|
62866
|
+
{
|
|
62867
|
+
"kind": "field",
|
|
62868
|
+
"name": "['_$sbbElement$']",
|
|
62869
|
+
"type": {
|
|
62870
|
+
"text": "boolean"
|
|
62871
|
+
},
|
|
62872
|
+
"privacy": "public",
|
|
62873
|
+
"static": true,
|
|
62874
|
+
"default": "true"
|
|
62875
|
+
},
|
|
62876
|
+
{
|
|
62877
|
+
"kind": "field",
|
|
62878
|
+
"name": "elementName",
|
|
62879
|
+
"type": {
|
|
62880
|
+
"text": "string"
|
|
62881
|
+
},
|
|
62882
|
+
"privacy": "public",
|
|
62883
|
+
"static": true,
|
|
62884
|
+
"readonly": true
|
|
62885
|
+
},
|
|
62886
|
+
{
|
|
62887
|
+
"kind": "field",
|
|
62888
|
+
"name": "_controllers",
|
|
62889
|
+
"type": {
|
|
62890
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
62891
|
+
},
|
|
62892
|
+
"privacy": "private"
|
|
62893
|
+
},
|
|
62894
|
+
{
|
|
62895
|
+
"kind": "field",
|
|
62896
|
+
"name": "_hydrationRequired",
|
|
62897
|
+
"type": {
|
|
62898
|
+
"text": "boolean"
|
|
62899
|
+
},
|
|
62900
|
+
"privacy": "private",
|
|
62901
|
+
"default": "!!this.shadowRoot",
|
|
62902
|
+
"inheritedFrom": {
|
|
62903
|
+
"name": "SbbHydrationMixin",
|
|
62904
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62905
|
+
}
|
|
62906
|
+
},
|
|
62907
|
+
{
|
|
62908
|
+
"kind": "field",
|
|
62909
|
+
"name": "_hydrationComplete",
|
|
62910
|
+
"privacy": "private",
|
|
62911
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
62912
|
+
"inheritedFrom": {
|
|
62913
|
+
"name": "SbbHydrationMixin",
|
|
62914
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62915
|
+
}
|
|
62916
|
+
},
|
|
62917
|
+
{
|
|
62918
|
+
"kind": "field",
|
|
62919
|
+
"name": "_resolveHydration",
|
|
62920
|
+
"type": {
|
|
62921
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
62922
|
+
},
|
|
62923
|
+
"privacy": "private",
|
|
62924
|
+
"inheritedFrom": {
|
|
62925
|
+
"name": "SbbHydrationMixin",
|
|
62926
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62927
|
+
}
|
|
62928
|
+
},
|
|
62929
|
+
{
|
|
62930
|
+
"kind": "field",
|
|
62931
|
+
"name": "hydrationRequired",
|
|
62932
|
+
"type": {
|
|
62933
|
+
"text": "boolean"
|
|
62934
|
+
},
|
|
62935
|
+
"privacy": "protected",
|
|
62936
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
62937
|
+
"readonly": true,
|
|
62938
|
+
"inheritedFrom": {
|
|
62939
|
+
"name": "SbbHydrationMixin",
|
|
62940
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62941
|
+
},
|
|
62942
|
+
"default": "!!this.shadowRoot"
|
|
62943
|
+
},
|
|
62944
|
+
{
|
|
62945
|
+
"kind": "method",
|
|
62946
|
+
"name": "toggleState",
|
|
62947
|
+
"privacy": "protected",
|
|
62948
|
+
"return": {
|
|
62949
|
+
"type": {
|
|
62950
|
+
"text": "void"
|
|
63414
62951
|
}
|
|
63415
62952
|
},
|
|
63416
62953
|
"parameters": [
|
|
63417
62954
|
{
|
|
63418
|
-
"name": "
|
|
62955
|
+
"name": "value",
|
|
63419
62956
|
"type": {
|
|
63420
|
-
"text": "
|
|
62957
|
+
"text": "string"
|
|
62958
|
+
}
|
|
62959
|
+
},
|
|
62960
|
+
{
|
|
62961
|
+
"name": "force",
|
|
62962
|
+
"optional": true,
|
|
62963
|
+
"type": {
|
|
62964
|
+
"text": "boolean"
|
|
63421
62965
|
}
|
|
63422
62966
|
}
|
|
63423
62967
|
],
|
|
63424
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
63425
62968
|
"inheritedFrom": {
|
|
63426
|
-
"name": "
|
|
63427
|
-
"module": "core/mixins/
|
|
62969
|
+
"name": "SbbElementInternalsMixin",
|
|
62970
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
63428
62971
|
}
|
|
62972
|
+
}
|
|
62973
|
+
],
|
|
62974
|
+
"mixins": [
|
|
62975
|
+
{
|
|
62976
|
+
"name": "SbbHydrationMixin",
|
|
62977
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
63429
62978
|
},
|
|
63430
62979
|
{
|
|
63431
|
-
"
|
|
63432
|
-
"
|
|
63433
|
-
|
|
63434
|
-
|
|
63435
|
-
|
|
63436
|
-
|
|
63437
|
-
|
|
62980
|
+
"name": "SbbElementInternalsMixin",
|
|
62981
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
62982
|
+
}
|
|
62983
|
+
],
|
|
62984
|
+
"superclass": {
|
|
62985
|
+
"name": "LitElement",
|
|
62986
|
+
"package": "lit"
|
|
62987
|
+
}
|
|
62988
|
+
}
|
|
62989
|
+
],
|
|
62990
|
+
"exports": [
|
|
62991
|
+
{
|
|
62992
|
+
"kind": "js",
|
|
62993
|
+
"name": "SbbElement",
|
|
62994
|
+
"declaration": {
|
|
62995
|
+
"name": "SbbElement",
|
|
62996
|
+
"module": "core/base-elements/element.js"
|
|
62997
|
+
}
|
|
62998
|
+
}
|
|
62999
|
+
]
|
|
63000
|
+
},
|
|
63001
|
+
{
|
|
63002
|
+
"kind": "javascript-module",
|
|
63003
|
+
"path": "core/base-elements/link-base-element.js",
|
|
63004
|
+
"declarations": [
|
|
63005
|
+
{
|
|
63006
|
+
"kind": "class",
|
|
63007
|
+
"description": "Link base class.",
|
|
63008
|
+
"name": "SbbLinkBaseElement",
|
|
63009
|
+
"members": [
|
|
63010
|
+
{
|
|
63011
|
+
"kind": "field",
|
|
63012
|
+
"name": "href",
|
|
63013
|
+
"type": {
|
|
63014
|
+
"text": "string"
|
|
63438
63015
|
},
|
|
63439
|
-
"
|
|
63440
|
-
|
|
63441
|
-
|
|
63442
|
-
|
|
63016
|
+
"privacy": "public",
|
|
63017
|
+
"default": "''",
|
|
63018
|
+
"description": "The href value you want to link to.",
|
|
63019
|
+
"attribute": "href",
|
|
63020
|
+
"reflects": true
|
|
63443
63021
|
},
|
|
63444
63022
|
{
|
|
63445
63023
|
"kind": "field",
|
|
63446
|
-
"name": "
|
|
63024
|
+
"name": "target",
|
|
63447
63025
|
"type": {
|
|
63448
|
-
"text": "
|
|
63026
|
+
"text": "LinkTargetType | string"
|
|
63449
63027
|
},
|
|
63450
63028
|
"privacy": "public",
|
|
63451
|
-
"
|
|
63452
|
-
"
|
|
63453
|
-
"
|
|
63454
|
-
"
|
|
63455
|
-
"name": "SbbButtonLikeBaseElement",
|
|
63456
|
-
"module": "core/base-elements/button-base-element.js"
|
|
63457
|
-
}
|
|
63029
|
+
"default": "''",
|
|
63030
|
+
"description": "Where to display the linked URL.",
|
|
63031
|
+
"attribute": "target",
|
|
63032
|
+
"reflects": true
|
|
63458
63033
|
},
|
|
63459
63034
|
{
|
|
63460
63035
|
"kind": "field",
|
|
63461
|
-
"name": "
|
|
63462
|
-
"
|
|
63463
|
-
|
|
63464
|
-
|
|
63465
|
-
|
|
63466
|
-
|
|
63467
|
-
|
|
63468
|
-
|
|
63469
|
-
|
|
63470
|
-
"inheritedFrom": {
|
|
63471
|
-
"name": "SbbButtonLikeBaseElement",
|
|
63472
|
-
"module": "core/base-elements/button-base-element.js"
|
|
63473
|
-
}
|
|
63036
|
+
"name": "rel",
|
|
63037
|
+
"type": {
|
|
63038
|
+
"text": "string"
|
|
63039
|
+
},
|
|
63040
|
+
"privacy": "public",
|
|
63041
|
+
"default": "''",
|
|
63042
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
63043
|
+
"attribute": "rel",
|
|
63044
|
+
"reflects": true
|
|
63474
63045
|
},
|
|
63475
63046
|
{
|
|
63476
63047
|
"kind": "field",
|
|
63477
|
-
"name": "
|
|
63478
|
-
"
|
|
63479
|
-
|
|
63480
|
-
|
|
63481
|
-
|
|
63482
|
-
|
|
63048
|
+
"name": "download",
|
|
63049
|
+
"type": {
|
|
63050
|
+
"text": "boolean"
|
|
63051
|
+
},
|
|
63052
|
+
"privacy": "public",
|
|
63053
|
+
"default": "false",
|
|
63054
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
63055
|
+
"attribute": "download",
|
|
63056
|
+
"reflects": true
|
|
63483
63057
|
},
|
|
63484
63058
|
{
|
|
63485
63059
|
"kind": "field",
|
|
63486
|
-
"name": "
|
|
63487
|
-
"
|
|
63488
|
-
|
|
63489
|
-
|
|
63490
|
-
|
|
63491
|
-
|
|
63492
|
-
|
|
63493
|
-
|
|
63494
|
-
],
|
|
63495
|
-
"inheritedFrom": {
|
|
63496
|
-
"name": "SbbButtonLikeBaseElement",
|
|
63497
|
-
"module": "core/base-elements/button-base-element.js"
|
|
63498
|
-
}
|
|
63060
|
+
"name": "accessibilityLabel",
|
|
63061
|
+
"type": {
|
|
63062
|
+
"text": "string"
|
|
63063
|
+
},
|
|
63064
|
+
"privacy": "public",
|
|
63065
|
+
"default": "''",
|
|
63066
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
63067
|
+
"attribute": "accessibility-label"
|
|
63499
63068
|
},
|
|
63500
63069
|
{
|
|
63501
63070
|
"kind": "field",
|
|
63502
|
-
"name": "
|
|
63503
|
-
"
|
|
63504
|
-
|
|
63505
|
-
|
|
63506
|
-
|
|
63507
|
-
|
|
63071
|
+
"name": "accessibilityCurrent",
|
|
63072
|
+
"type": {
|
|
63073
|
+
"text": "string"
|
|
63074
|
+
},
|
|
63075
|
+
"privacy": "public",
|
|
63076
|
+
"default": "''",
|
|
63077
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
63078
|
+
"attribute": "accessibility-current"
|
|
63079
|
+
},
|
|
63080
|
+
{
|
|
63081
|
+
"kind": "field",
|
|
63082
|
+
"name": "language",
|
|
63083
|
+
"privacy": "protected",
|
|
63084
|
+
"default": "new SbbLanguageController(this)"
|
|
63085
|
+
},
|
|
63086
|
+
{
|
|
63087
|
+
"kind": "field",
|
|
63088
|
+
"name": "anchorRole",
|
|
63089
|
+
"type": {
|
|
63090
|
+
"text": "string | null"
|
|
63091
|
+
},
|
|
63092
|
+
"privacy": "protected",
|
|
63093
|
+
"readonly": true,
|
|
63094
|
+
"default": "null"
|
|
63095
|
+
},
|
|
63096
|
+
{
|
|
63097
|
+
"kind": "field",
|
|
63098
|
+
"name": "_evaluateRelAttribute",
|
|
63099
|
+
"privacy": "private"
|
|
63100
|
+
},
|
|
63101
|
+
{
|
|
63102
|
+
"kind": "method",
|
|
63103
|
+
"name": "renderLink",
|
|
63104
|
+
"privacy": "protected",
|
|
63105
|
+
"return": {
|
|
63106
|
+
"type": {
|
|
63107
|
+
"text": "TemplateResult"
|
|
63108
|
+
}
|
|
63109
|
+
},
|
|
63110
|
+
"parameters": [
|
|
63111
|
+
{
|
|
63112
|
+
"name": "renderContent",
|
|
63113
|
+
"type": {
|
|
63114
|
+
"text": "TemplateResult"
|
|
63115
|
+
}
|
|
63116
|
+
}
|
|
63117
|
+
]
|
|
63508
63118
|
},
|
|
63509
63119
|
{
|
|
63510
63120
|
"kind": "field",
|
|
@@ -63570,8 +63180,8 @@
|
|
|
63570
63180
|
"privacy": "private",
|
|
63571
63181
|
"default": "!!this.shadowRoot",
|
|
63572
63182
|
"inheritedFrom": {
|
|
63573
|
-
"name": "
|
|
63574
|
-
"module": "core/
|
|
63183
|
+
"name": "SbbElement",
|
|
63184
|
+
"module": "core/base-elements/element.js"
|
|
63575
63185
|
}
|
|
63576
63186
|
},
|
|
63577
63187
|
{
|
|
@@ -63580,8 +63190,8 @@
|
|
|
63580
63190
|
"privacy": "private",
|
|
63581
63191
|
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
63582
63192
|
"inheritedFrom": {
|
|
63583
|
-
"name": "
|
|
63584
|
-
"module": "core/
|
|
63193
|
+
"name": "SbbElement",
|
|
63194
|
+
"module": "core/base-elements/element.js"
|
|
63585
63195
|
}
|
|
63586
63196
|
},
|
|
63587
63197
|
{
|
|
@@ -63592,8 +63202,8 @@
|
|
|
63592
63202
|
},
|
|
63593
63203
|
"privacy": "private",
|
|
63594
63204
|
"inheritedFrom": {
|
|
63595
|
-
"name": "
|
|
63596
|
-
"module": "core/
|
|
63205
|
+
"name": "SbbElement",
|
|
63206
|
+
"module": "core/base-elements/element.js"
|
|
63597
63207
|
}
|
|
63598
63208
|
},
|
|
63599
63209
|
{
|
|
@@ -63606,8 +63216,8 @@
|
|
|
63606
63216
|
"description": "Returns whether hydration is required and not completed.",
|
|
63607
63217
|
"readonly": true,
|
|
63608
63218
|
"inheritedFrom": {
|
|
63609
|
-
"name": "
|
|
63610
|
-
"module": "core/
|
|
63219
|
+
"name": "SbbElement",
|
|
63220
|
+
"module": "core/base-elements/element.js"
|
|
63611
63221
|
},
|
|
63612
63222
|
"default": "!!this.shadowRoot"
|
|
63613
63223
|
},
|
|
@@ -63636,8 +63246,8 @@
|
|
|
63636
63246
|
}
|
|
63637
63247
|
],
|
|
63638
63248
|
"inheritedFrom": {
|
|
63639
|
-
"name": "
|
|
63640
|
-
"module": "core/
|
|
63249
|
+
"name": "SbbElement",
|
|
63250
|
+
"module": "core/base-elements/element.js"
|
|
63641
63251
|
}
|
|
63642
63252
|
},
|
|
63643
63253
|
{
|
|
@@ -63683,106 +63293,198 @@
|
|
|
63683
63293
|
],
|
|
63684
63294
|
"attributes": [
|
|
63685
63295
|
{
|
|
63686
|
-
"name": "
|
|
63296
|
+
"name": "href",
|
|
63687
63297
|
"type": {
|
|
63688
63298
|
"text": "string"
|
|
63689
63299
|
},
|
|
63690
63300
|
"default": "''",
|
|
63691
|
-
"description": "
|
|
63692
|
-
"fieldName": "
|
|
63301
|
+
"description": "The href value you want to link to.",
|
|
63302
|
+
"fieldName": "href"
|
|
63693
63303
|
},
|
|
63694
63304
|
{
|
|
63695
|
-
"name": "
|
|
63696
|
-
"description": "The type attribute to use for the button.",
|
|
63697
|
-
"default": "'button'",
|
|
63305
|
+
"name": "target",
|
|
63698
63306
|
"type": {
|
|
63699
|
-
"text": "
|
|
63307
|
+
"text": "LinkTargetType | string"
|
|
63700
63308
|
},
|
|
63701
|
-
"
|
|
63309
|
+
"default": "''",
|
|
63310
|
+
"description": "Where to display the linked URL.",
|
|
63311
|
+
"fieldName": "target"
|
|
63702
63312
|
},
|
|
63703
63313
|
{
|
|
63704
|
-
"name": "
|
|
63705
|
-
"description": "The `<form>` element to associate the button with.",
|
|
63314
|
+
"name": "rel",
|
|
63706
63315
|
"type": {
|
|
63707
|
-
"text": "
|
|
63316
|
+
"text": "string"
|
|
63708
63317
|
},
|
|
63709
|
-
"
|
|
63318
|
+
"default": "''",
|
|
63319
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
63320
|
+
"fieldName": "rel"
|
|
63710
63321
|
},
|
|
63711
63322
|
{
|
|
63712
|
-
"name": "
|
|
63713
|
-
"
|
|
63323
|
+
"name": "download",
|
|
63324
|
+
"type": {
|
|
63325
|
+
"text": "boolean"
|
|
63326
|
+
},
|
|
63327
|
+
"default": "false",
|
|
63328
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
63329
|
+
"fieldName": "download"
|
|
63330
|
+
},
|
|
63331
|
+
{
|
|
63332
|
+
"name": "accessibility-label",
|
|
63714
63333
|
"type": {
|
|
63715
63334
|
"text": "string"
|
|
63716
63335
|
},
|
|
63717
|
-
"
|
|
63718
|
-
"
|
|
63719
|
-
|
|
63720
|
-
|
|
63721
|
-
|
|
63336
|
+
"default": "''",
|
|
63337
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
63338
|
+
"fieldName": "accessibilityLabel"
|
|
63339
|
+
},
|
|
63340
|
+
{
|
|
63341
|
+
"name": "accessibility-current",
|
|
63342
|
+
"type": {
|
|
63343
|
+
"text": "string"
|
|
63344
|
+
},
|
|
63345
|
+
"default": "''",
|
|
63346
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
63347
|
+
"fieldName": "accessibilityCurrent"
|
|
63722
63348
|
}
|
|
63723
63349
|
],
|
|
63724
63350
|
"superclass": {
|
|
63725
|
-
"name": "
|
|
63726
|
-
"module": "core/base-elements/
|
|
63351
|
+
"name": "SbbActionBaseElement",
|
|
63352
|
+
"module": "core/base-elements/action-base-element.js"
|
|
63727
63353
|
}
|
|
63728
63354
|
}
|
|
63729
63355
|
],
|
|
63730
63356
|
"exports": [
|
|
63731
63357
|
{
|
|
63732
63358
|
"kind": "js",
|
|
63733
|
-
"name": "
|
|
63734
|
-
"declaration": {
|
|
63735
|
-
"name": "SbbButtonLikeBaseElement",
|
|
63736
|
-
"module": "core/base-elements/button-base-element.js"
|
|
63737
|
-
}
|
|
63738
|
-
},
|
|
63739
|
-
{
|
|
63740
|
-
"kind": "js",
|
|
63741
|
-
"name": "SbbButtonBaseElement",
|
|
63359
|
+
"name": "SbbLinkBaseElement",
|
|
63742
63360
|
"declaration": {
|
|
63743
|
-
"name": "
|
|
63744
|
-
"module": "core/base-elements/
|
|
63361
|
+
"name": "SbbLinkBaseElement",
|
|
63362
|
+
"module": "core/base-elements/link-base-element.js"
|
|
63745
63363
|
}
|
|
63746
63364
|
}
|
|
63747
63365
|
]
|
|
63748
63366
|
},
|
|
63749
63367
|
{
|
|
63750
63368
|
"kind": "javascript-module",
|
|
63751
|
-
"path": "core/base-elements/element.js",
|
|
63369
|
+
"path": "core/base-elements/open-close-base-element.js",
|
|
63752
63370
|
"declarations": [
|
|
63753
63371
|
{
|
|
63754
63372
|
"kind": "class",
|
|
63755
|
-
"description": "
|
|
63756
|
-
"name": "
|
|
63373
|
+
"description": "Base class for overlay components.",
|
|
63374
|
+
"name": "SbbOpenCloseBaseElement",
|
|
63757
63375
|
"members": [
|
|
63758
63376
|
{
|
|
63759
63377
|
"kind": "field",
|
|
63760
|
-
"name": "
|
|
63761
|
-
"type": {
|
|
63762
|
-
"text": "boolean"
|
|
63763
|
-
},
|
|
63378
|
+
"name": "events",
|
|
63764
63379
|
"privacy": "public",
|
|
63765
63380
|
"static": true,
|
|
63766
|
-
"
|
|
63381
|
+
"readonly": true,
|
|
63382
|
+
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
63383
|
+
"type": {
|
|
63384
|
+
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
63385
|
+
}
|
|
63767
63386
|
},
|
|
63768
63387
|
{
|
|
63769
63388
|
"kind": "field",
|
|
63770
|
-
"name": "
|
|
63389
|
+
"name": "state",
|
|
63390
|
+
"privacy": "protected",
|
|
63391
|
+
"description": "The state of the component.",
|
|
63771
63392
|
"type": {
|
|
63772
|
-
"text": "
|
|
63393
|
+
"text": "SbbOpenedClosedState"
|
|
63773
63394
|
},
|
|
63774
|
-
"
|
|
63775
|
-
"static": true,
|
|
63776
|
-
"readonly": true
|
|
63395
|
+
"default": "'closed'"
|
|
63777
63396
|
},
|
|
63778
63397
|
{
|
|
63779
63398
|
"kind": "field",
|
|
63780
|
-
"name": "
|
|
63399
|
+
"name": "_state",
|
|
63781
63400
|
"type": {
|
|
63782
|
-
"text": "
|
|
63401
|
+
"text": "SbbOpenedClosedState"
|
|
63783
63402
|
},
|
|
63784
63403
|
"privacy": "private"
|
|
63785
63404
|
},
|
|
63405
|
+
{
|
|
63406
|
+
"kind": "field",
|
|
63407
|
+
"name": "isOpen",
|
|
63408
|
+
"type": {
|
|
63409
|
+
"text": "boolean"
|
|
63410
|
+
},
|
|
63411
|
+
"privacy": "public",
|
|
63412
|
+
"description": "Whether the element is open.",
|
|
63413
|
+
"readonly": true
|
|
63414
|
+
},
|
|
63415
|
+
{
|
|
63416
|
+
"kind": "method",
|
|
63417
|
+
"name": "open",
|
|
63418
|
+
"privacy": "public",
|
|
63419
|
+
"return": {
|
|
63420
|
+
"type": {
|
|
63421
|
+
"text": "void"
|
|
63422
|
+
}
|
|
63423
|
+
},
|
|
63424
|
+
"description": "Opens the component."
|
|
63425
|
+
},
|
|
63426
|
+
{
|
|
63427
|
+
"kind": "method",
|
|
63428
|
+
"name": "close",
|
|
63429
|
+
"privacy": "public",
|
|
63430
|
+
"return": {
|
|
63431
|
+
"type": {
|
|
63432
|
+
"text": "void"
|
|
63433
|
+
}
|
|
63434
|
+
},
|
|
63435
|
+
"description": "Closes the component."
|
|
63436
|
+
},
|
|
63437
|
+
{
|
|
63438
|
+
"kind": "method",
|
|
63439
|
+
"name": "escapeStrategy",
|
|
63440
|
+
"privacy": "public",
|
|
63441
|
+
"return": {
|
|
63442
|
+
"type": {
|
|
63443
|
+
"text": "void"
|
|
63444
|
+
}
|
|
63445
|
+
},
|
|
63446
|
+
"description": "The method which is called on escape key press. Defaults to calling close()"
|
|
63447
|
+
},
|
|
63448
|
+
{
|
|
63449
|
+
"kind": "method",
|
|
63450
|
+
"name": "dispatchBeforeOpenEvent",
|
|
63451
|
+
"privacy": "protected",
|
|
63452
|
+
"return": {
|
|
63453
|
+
"type": {
|
|
63454
|
+
"text": "boolean"
|
|
63455
|
+
}
|
|
63456
|
+
}
|
|
63457
|
+
},
|
|
63458
|
+
{
|
|
63459
|
+
"kind": "method",
|
|
63460
|
+
"name": "dispatchOpenEvent",
|
|
63461
|
+
"privacy": "protected",
|
|
63462
|
+
"return": {
|
|
63463
|
+
"type": {
|
|
63464
|
+
"text": "boolean"
|
|
63465
|
+
}
|
|
63466
|
+
}
|
|
63467
|
+
},
|
|
63468
|
+
{
|
|
63469
|
+
"kind": "method",
|
|
63470
|
+
"name": "dispatchBeforeCloseEvent",
|
|
63471
|
+
"privacy": "protected",
|
|
63472
|
+
"return": {
|
|
63473
|
+
"type": {
|
|
63474
|
+
"text": "boolean"
|
|
63475
|
+
}
|
|
63476
|
+
}
|
|
63477
|
+
},
|
|
63478
|
+
{
|
|
63479
|
+
"kind": "method",
|
|
63480
|
+
"name": "dispatchCloseEvent",
|
|
63481
|
+
"privacy": "protected",
|
|
63482
|
+
"return": {
|
|
63483
|
+
"type": {
|
|
63484
|
+
"text": "boolean"
|
|
63485
|
+
}
|
|
63486
|
+
}
|
|
63487
|
+
},
|
|
63786
63488
|
{
|
|
63787
63489
|
"kind": "field",
|
|
63788
63490
|
"name": "_hydrationRequired",
|
|
@@ -63792,8 +63494,8 @@
|
|
|
63792
63494
|
"privacy": "private",
|
|
63793
63495
|
"default": "!!this.shadowRoot",
|
|
63794
63496
|
"inheritedFrom": {
|
|
63795
|
-
"name": "
|
|
63796
|
-
"module": "core/
|
|
63497
|
+
"name": "SbbElement",
|
|
63498
|
+
"module": "core/base-elements/element.js"
|
|
63797
63499
|
}
|
|
63798
63500
|
},
|
|
63799
63501
|
{
|
|
@@ -63802,8 +63504,8 @@
|
|
|
63802
63504
|
"privacy": "private",
|
|
63803
63505
|
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
63804
63506
|
"inheritedFrom": {
|
|
63805
|
-
"name": "
|
|
63806
|
-
"module": "core/
|
|
63507
|
+
"name": "SbbElement",
|
|
63508
|
+
"module": "core/base-elements/element.js"
|
|
63807
63509
|
}
|
|
63808
63510
|
},
|
|
63809
63511
|
{
|
|
@@ -63814,253 +63516,310 @@
|
|
|
63814
63516
|
},
|
|
63815
63517
|
"privacy": "private",
|
|
63816
63518
|
"inheritedFrom": {
|
|
63817
|
-
"name": "
|
|
63818
|
-
"module": "core/
|
|
63519
|
+
"name": "SbbElement",
|
|
63520
|
+
"module": "core/base-elements/element.js"
|
|
63521
|
+
}
|
|
63522
|
+
},
|
|
63523
|
+
{
|
|
63524
|
+
"kind": "field",
|
|
63525
|
+
"name": "hydrationRequired",
|
|
63526
|
+
"type": {
|
|
63527
|
+
"text": "boolean"
|
|
63528
|
+
},
|
|
63529
|
+
"privacy": "protected",
|
|
63530
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
63531
|
+
"readonly": true,
|
|
63532
|
+
"inheritedFrom": {
|
|
63533
|
+
"name": "SbbElement",
|
|
63534
|
+
"module": "core/base-elements/element.js"
|
|
63535
|
+
},
|
|
63536
|
+
"default": "!!this.shadowRoot"
|
|
63537
|
+
},
|
|
63538
|
+
{
|
|
63539
|
+
"kind": "method",
|
|
63540
|
+
"name": "toggleState",
|
|
63541
|
+
"privacy": "protected",
|
|
63542
|
+
"return": {
|
|
63543
|
+
"type": {
|
|
63544
|
+
"text": "void"
|
|
63545
|
+
}
|
|
63546
|
+
},
|
|
63547
|
+
"parameters": [
|
|
63548
|
+
{
|
|
63549
|
+
"name": "value",
|
|
63550
|
+
"type": {
|
|
63551
|
+
"text": "string"
|
|
63552
|
+
}
|
|
63553
|
+
},
|
|
63554
|
+
{
|
|
63555
|
+
"name": "force",
|
|
63556
|
+
"optional": true,
|
|
63557
|
+
"type": {
|
|
63558
|
+
"text": "boolean"
|
|
63559
|
+
}
|
|
63560
|
+
}
|
|
63561
|
+
],
|
|
63562
|
+
"inheritedFrom": {
|
|
63563
|
+
"name": "SbbElement",
|
|
63564
|
+
"module": "core/base-elements/element.js"
|
|
63565
|
+
}
|
|
63566
|
+
},
|
|
63567
|
+
{
|
|
63568
|
+
"kind": "field",
|
|
63569
|
+
"name": "['_$sbbElement$']",
|
|
63570
|
+
"type": {
|
|
63571
|
+
"text": "boolean"
|
|
63572
|
+
},
|
|
63573
|
+
"privacy": "public",
|
|
63574
|
+
"static": true,
|
|
63575
|
+
"default": "true",
|
|
63576
|
+
"inheritedFrom": {
|
|
63577
|
+
"name": "SbbElement",
|
|
63578
|
+
"module": "core/base-elements/element.js"
|
|
63579
|
+
}
|
|
63580
|
+
},
|
|
63581
|
+
{
|
|
63582
|
+
"kind": "field",
|
|
63583
|
+
"name": "elementName",
|
|
63584
|
+
"type": {
|
|
63585
|
+
"text": "string"
|
|
63586
|
+
},
|
|
63587
|
+
"privacy": "public",
|
|
63588
|
+
"static": true,
|
|
63589
|
+
"readonly": true,
|
|
63590
|
+
"inheritedFrom": {
|
|
63591
|
+
"name": "SbbElement",
|
|
63592
|
+
"module": "core/base-elements/element.js"
|
|
63593
|
+
}
|
|
63594
|
+
},
|
|
63595
|
+
{
|
|
63596
|
+
"kind": "field",
|
|
63597
|
+
"name": "_controllers",
|
|
63598
|
+
"type": {
|
|
63599
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
63600
|
+
},
|
|
63601
|
+
"privacy": "private",
|
|
63602
|
+
"inheritedFrom": {
|
|
63603
|
+
"name": "SbbElement",
|
|
63604
|
+
"module": "core/base-elements/element.js"
|
|
63819
63605
|
}
|
|
63606
|
+
}
|
|
63607
|
+
],
|
|
63608
|
+
"events": [
|
|
63609
|
+
{
|
|
63610
|
+
"name": "beforeopen",
|
|
63611
|
+
"type": {
|
|
63612
|
+
"text": "Event"
|
|
63613
|
+
},
|
|
63614
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled."
|
|
63820
63615
|
},
|
|
63821
63616
|
{
|
|
63822
|
-
"
|
|
63823
|
-
"name": "hydrationRequired",
|
|
63617
|
+
"name": "open",
|
|
63824
63618
|
"type": {
|
|
63825
|
-
"text": "
|
|
63826
|
-
},
|
|
63827
|
-
"privacy": "protected",
|
|
63828
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
63829
|
-
"readonly": true,
|
|
63830
|
-
"inheritedFrom": {
|
|
63831
|
-
"name": "SbbHydrationMixin",
|
|
63832
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
63619
|
+
"text": "Event"
|
|
63833
63620
|
},
|
|
63834
|
-
"
|
|
63621
|
+
"description": "Emits whenever the component is opened."
|
|
63835
63622
|
},
|
|
63836
63623
|
{
|
|
63837
|
-
"
|
|
63838
|
-
"
|
|
63839
|
-
|
|
63840
|
-
"return": {
|
|
63841
|
-
"type": {
|
|
63842
|
-
"text": "void"
|
|
63843
|
-
}
|
|
63624
|
+
"name": "beforeclose",
|
|
63625
|
+
"type": {
|
|
63626
|
+
"text": "Event"
|
|
63844
63627
|
},
|
|
63845
|
-
"
|
|
63846
|
-
{
|
|
63847
|
-
"name": "value",
|
|
63848
|
-
"type": {
|
|
63849
|
-
"text": "string"
|
|
63850
|
-
}
|
|
63851
|
-
},
|
|
63852
|
-
{
|
|
63853
|
-
"name": "force",
|
|
63854
|
-
"optional": true,
|
|
63855
|
-
"type": {
|
|
63856
|
-
"text": "boolean"
|
|
63857
|
-
}
|
|
63858
|
-
}
|
|
63859
|
-
],
|
|
63860
|
-
"inheritedFrom": {
|
|
63861
|
-
"name": "SbbElementInternalsMixin",
|
|
63862
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
63863
|
-
}
|
|
63864
|
-
}
|
|
63865
|
-
],
|
|
63866
|
-
"mixins": [
|
|
63867
|
-
{
|
|
63868
|
-
"name": "SbbHydrationMixin",
|
|
63869
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
63628
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled."
|
|
63870
63629
|
},
|
|
63871
63630
|
{
|
|
63872
|
-
"name": "
|
|
63873
|
-
"
|
|
63631
|
+
"name": "close",
|
|
63632
|
+
"type": {
|
|
63633
|
+
"text": "Event"
|
|
63634
|
+
},
|
|
63635
|
+
"description": "Emits whenever the component is closed."
|
|
63874
63636
|
}
|
|
63875
63637
|
],
|
|
63876
63638
|
"superclass": {
|
|
63877
|
-
"name": "
|
|
63878
|
-
"
|
|
63639
|
+
"name": "SbbElement",
|
|
63640
|
+
"module": "core/base-elements/element.js"
|
|
63879
63641
|
}
|
|
63880
63642
|
}
|
|
63881
63643
|
],
|
|
63882
63644
|
"exports": [
|
|
63883
63645
|
{
|
|
63884
63646
|
"kind": "js",
|
|
63885
|
-
"name": "
|
|
63647
|
+
"name": "SbbOpenCloseBaseElement",
|
|
63886
63648
|
"declaration": {
|
|
63887
|
-
"name": "
|
|
63888
|
-
"module": "core/base-elements/element.js"
|
|
63649
|
+
"name": "SbbOpenCloseBaseElement",
|
|
63650
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
63889
63651
|
}
|
|
63890
63652
|
}
|
|
63891
63653
|
]
|
|
63892
63654
|
},
|
|
63893
63655
|
{
|
|
63894
63656
|
"kind": "javascript-module",
|
|
63895
|
-
"path": "core/base-elements/
|
|
63657
|
+
"path": "core/base-elements/selection-group-base-element.js",
|
|
63896
63658
|
"declarations": [
|
|
63897
63659
|
{
|
|
63898
63660
|
"kind": "class",
|
|
63899
|
-
"description": "
|
|
63900
|
-
"name": "
|
|
63901
|
-
"
|
|
63661
|
+
"description": "It can be used as a container for one or more `sbb-checkbox`.",
|
|
63662
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
63663
|
+
"slots": [
|
|
63902
63664
|
{
|
|
63903
|
-
"
|
|
63904
|
-
"name": "
|
|
63905
|
-
"type": {
|
|
63906
|
-
"text": "string"
|
|
63907
|
-
},
|
|
63908
|
-
"privacy": "public",
|
|
63909
|
-
"default": "''",
|
|
63910
|
-
"description": "The href value you want to link to.",
|
|
63911
|
-
"attribute": "href",
|
|
63912
|
-
"reflects": true
|
|
63665
|
+
"description": "Use the unnamed slot to add `sbb-checkbox` elements to the `sbb-checkbox-group`.",
|
|
63666
|
+
"name": ""
|
|
63913
63667
|
},
|
|
63914
63668
|
{
|
|
63915
|
-
"
|
|
63916
|
-
"name": "
|
|
63917
|
-
|
|
63918
|
-
|
|
63919
|
-
|
|
63920
|
-
"privacy": "public",
|
|
63921
|
-
"default": "''",
|
|
63922
|
-
"description": "Where to display the linked URL.",
|
|
63923
|
-
"attribute": "target",
|
|
63924
|
-
"reflects": true
|
|
63925
|
-
},
|
|
63669
|
+
"description": "Slot used to render a `sbb-error` inside the `sbb-checkbox-group`.",
|
|
63670
|
+
"name": "error"
|
|
63671
|
+
}
|
|
63672
|
+
],
|
|
63673
|
+
"members": [
|
|
63926
63674
|
{
|
|
63927
63675
|
"kind": "field",
|
|
63928
|
-
"name": "
|
|
63676
|
+
"name": "size",
|
|
63929
63677
|
"type": {
|
|
63930
|
-
"text": "
|
|
63678
|
+
"text": "'xs' | 's' | 'm'"
|
|
63931
63679
|
},
|
|
63932
63680
|
"privacy": "public",
|
|
63933
|
-
"
|
|
63934
|
-
"
|
|
63935
|
-
"attribute": "
|
|
63936
|
-
"reflects": true
|
|
63681
|
+
"description": "Size variant, either xs, s or m.",
|
|
63682
|
+
"default": "'m' / 'xs' (lean)",
|
|
63683
|
+
"attribute": "size"
|
|
63937
63684
|
},
|
|
63938
63685
|
{
|
|
63939
63686
|
"kind": "field",
|
|
63940
|
-
"name": "
|
|
63687
|
+
"name": "horizontalFrom",
|
|
63941
63688
|
"type": {
|
|
63942
|
-
"text": "
|
|
63689
|
+
"text": "SbbHorizontalFrom | null"
|
|
63943
63690
|
},
|
|
63944
63691
|
"privacy": "public",
|
|
63945
|
-
"default": "
|
|
63946
|
-
"description": "
|
|
63947
|
-
"attribute": "
|
|
63692
|
+
"default": "null",
|
|
63693
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
63694
|
+
"attribute": "horizontal-from",
|
|
63948
63695
|
"reflects": true
|
|
63949
63696
|
},
|
|
63950
63697
|
{
|
|
63951
63698
|
"kind": "field",
|
|
63952
|
-
"name": "
|
|
63699
|
+
"name": "orientation",
|
|
63953
63700
|
"type": {
|
|
63954
|
-
"text": "
|
|
63701
|
+
"text": "SbbOrientation"
|
|
63955
63702
|
},
|
|
63956
63703
|
"privacy": "public",
|
|
63957
|
-
"default": "''",
|
|
63958
|
-
"description": "
|
|
63959
|
-
"attribute": "
|
|
63704
|
+
"default": "'horizontal'",
|
|
63705
|
+
"description": "Indicates the orientation of the checkboxes or panels inside the group.",
|
|
63706
|
+
"attribute": "orientation",
|
|
63707
|
+
"reflects": true
|
|
63960
63708
|
},
|
|
63961
63709
|
{
|
|
63962
63710
|
"kind": "field",
|
|
63963
|
-
"name": "
|
|
63711
|
+
"name": "selectionElementSelectors",
|
|
63964
63712
|
"type": {
|
|
63965
63713
|
"text": "string"
|
|
63966
63714
|
},
|
|
63967
|
-
"privacy": "public",
|
|
63968
|
-
"default": "''",
|
|
63969
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
63970
|
-
"attribute": "accessibility-current"
|
|
63971
|
-
},
|
|
63972
|
-
{
|
|
63973
|
-
"kind": "field",
|
|
63974
|
-
"name": "language",
|
|
63975
63715
|
"privacy": "protected",
|
|
63976
|
-
"
|
|
63716
|
+
"readonly": true
|
|
63977
63717
|
},
|
|
63978
63718
|
{
|
|
63979
63719
|
"kind": "field",
|
|
63980
|
-
"name": "
|
|
63720
|
+
"name": "panelElementSelector",
|
|
63981
63721
|
"type": {
|
|
63982
|
-
"text": "string
|
|
63722
|
+
"text": "string"
|
|
63983
63723
|
},
|
|
63984
63724
|
"privacy": "protected",
|
|
63985
|
-
"readonly": true
|
|
63986
|
-
"default": "null"
|
|
63987
|
-
},
|
|
63988
|
-
{
|
|
63989
|
-
"kind": "field",
|
|
63990
|
-
"name": "_evaluateRelAttribute",
|
|
63991
|
-
"privacy": "private"
|
|
63725
|
+
"readonly": true
|
|
63992
63726
|
},
|
|
63993
63727
|
{
|
|
63994
63728
|
"kind": "method",
|
|
63995
|
-
"name": "
|
|
63729
|
+
"name": "onSlotChange",
|
|
63996
63730
|
"privacy": "protected",
|
|
63997
63731
|
"return": {
|
|
63998
63732
|
"type": {
|
|
63999
|
-
"text": "
|
|
64000
|
-
}
|
|
64001
|
-
},
|
|
64002
|
-
"parameters": [
|
|
64003
|
-
{
|
|
64004
|
-
"name": "renderContent",
|
|
64005
|
-
"type": {
|
|
64006
|
-
"text": "TemplateResult"
|
|
64007
|
-
}
|
|
63733
|
+
"text": "void"
|
|
64008
63734
|
}
|
|
64009
|
-
|
|
63735
|
+
}
|
|
64010
63736
|
},
|
|
64011
63737
|
{
|
|
64012
63738
|
"kind": "field",
|
|
64013
|
-
"name": "
|
|
63739
|
+
"name": "disabled",
|
|
63740
|
+
"privacy": "public",
|
|
63741
|
+
"description": "Whether the component is disabled.",
|
|
63742
|
+
"default": "false",
|
|
64014
63743
|
"type": {
|
|
64015
|
-
"text": "boolean
|
|
63744
|
+
"text": "boolean"
|
|
64016
63745
|
},
|
|
64017
|
-
"
|
|
64018
|
-
"
|
|
63746
|
+
"attribute": "disabled",
|
|
63747
|
+
"reflects": true,
|
|
64019
63748
|
"inheritedFrom": {
|
|
64020
|
-
"name": "
|
|
64021
|
-
"module": "core/
|
|
63749
|
+
"name": "SbbDisabledMixin",
|
|
63750
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
64022
63751
|
}
|
|
64023
63752
|
},
|
|
64024
63753
|
{
|
|
64025
63754
|
"kind": "field",
|
|
64026
|
-
"name": "
|
|
63755
|
+
"name": "#disabled",
|
|
63756
|
+
"privacy": "private",
|
|
64027
63757
|
"type": {
|
|
64028
|
-
"text": "boolean
|
|
63758
|
+
"text": "boolean"
|
|
64029
63759
|
},
|
|
64030
|
-
"
|
|
64031
|
-
"readonly": true,
|
|
63760
|
+
"default": "false",
|
|
64032
63761
|
"inheritedFrom": {
|
|
64033
|
-
"name": "
|
|
64034
|
-
"module": "core/
|
|
63762
|
+
"name": "SbbDisabledMixin",
|
|
63763
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
64035
63764
|
}
|
|
64036
63765
|
},
|
|
64037
63766
|
{
|
|
64038
63767
|
"kind": "method",
|
|
64039
|
-
"name": "
|
|
63768
|
+
"name": "isDisabledExternally",
|
|
64040
63769
|
"privacy": "protected",
|
|
64041
63770
|
"return": {
|
|
64042
63771
|
"type": {
|
|
64043
|
-
"text": "
|
|
63772
|
+
"text": "boolean"
|
|
64044
63773
|
}
|
|
64045
63774
|
},
|
|
63775
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
64046
63776
|
"inheritedFrom": {
|
|
64047
|
-
"name": "
|
|
64048
|
-
"module": "core/
|
|
63777
|
+
"name": "SbbDisabledMixin",
|
|
63778
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
63779
|
+
}
|
|
63780
|
+
},
|
|
63781
|
+
{
|
|
63782
|
+
"kind": "field",
|
|
63783
|
+
"name": "required",
|
|
63784
|
+
"privacy": "public",
|
|
63785
|
+
"description": "Whether the component is required.",
|
|
63786
|
+
"type": {
|
|
63787
|
+
"text": "boolean"
|
|
63788
|
+
},
|
|
63789
|
+
"attribute": "required",
|
|
63790
|
+
"reflects": true,
|
|
63791
|
+
"inheritedFrom": {
|
|
63792
|
+
"name": "SbbRequiredMixin",
|
|
63793
|
+
"module": "core/mixins/required-mixin.js"
|
|
63794
|
+
},
|
|
63795
|
+
"default": "false"
|
|
63796
|
+
},
|
|
63797
|
+
{
|
|
63798
|
+
"kind": "field",
|
|
63799
|
+
"name": "_required",
|
|
63800
|
+
"type": {
|
|
63801
|
+
"text": "boolean"
|
|
63802
|
+
},
|
|
63803
|
+
"privacy": "private",
|
|
63804
|
+
"default": "false",
|
|
63805
|
+
"inheritedFrom": {
|
|
63806
|
+
"name": "SbbRequiredMixin",
|
|
63807
|
+
"module": "core/mixins/required-mixin.js"
|
|
64049
63808
|
}
|
|
64050
63809
|
},
|
|
64051
63810
|
{
|
|
64052
63811
|
"kind": "method",
|
|
64053
|
-
"name": "
|
|
63812
|
+
"name": "isRequiredExternally",
|
|
64054
63813
|
"privacy": "protected",
|
|
64055
63814
|
"return": {
|
|
64056
63815
|
"type": {
|
|
64057
|
-
"text": "
|
|
63816
|
+
"text": "boolean"
|
|
64058
63817
|
}
|
|
64059
63818
|
},
|
|
64060
|
-
"description": "
|
|
63819
|
+
"description": "Will be used as 'or' check to the current required state.\nCan e.g. be used to read required state of a group.",
|
|
64061
63820
|
"inheritedFrom": {
|
|
64062
|
-
"name": "
|
|
64063
|
-
"module": "core/
|
|
63821
|
+
"name": "SbbRequiredMixin",
|
|
63822
|
+
"module": "core/mixins/required-mixin.js"
|
|
64064
63823
|
}
|
|
64065
63824
|
},
|
|
64066
63825
|
{
|
|
@@ -64171,747 +63930,988 @@
|
|
|
64171
63930
|
}
|
|
64172
63931
|
},
|
|
64173
63932
|
{
|
|
64174
|
-
"kind": "field",
|
|
64175
|
-
"name": "_controllers",
|
|
63933
|
+
"kind": "field",
|
|
63934
|
+
"name": "_controllers",
|
|
63935
|
+
"type": {
|
|
63936
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
63937
|
+
},
|
|
63938
|
+
"privacy": "private",
|
|
63939
|
+
"inheritedFrom": {
|
|
63940
|
+
"name": "SbbElement",
|
|
63941
|
+
"module": "core/base-elements/element.js"
|
|
63942
|
+
}
|
|
63943
|
+
}
|
|
63944
|
+
],
|
|
63945
|
+
"attributes": [
|
|
63946
|
+
{
|
|
63947
|
+
"name": "size",
|
|
63948
|
+
"type": {
|
|
63949
|
+
"text": "'xs' | 's' | 'm'"
|
|
63950
|
+
},
|
|
63951
|
+
"description": "Size variant, either xs, s or m.",
|
|
63952
|
+
"default": "'m' / 'xs' (lean)",
|
|
63953
|
+
"fieldName": "size"
|
|
63954
|
+
},
|
|
63955
|
+
{
|
|
63956
|
+
"name": "horizontal-from",
|
|
63957
|
+
"type": {
|
|
63958
|
+
"text": "SbbHorizontalFrom | null"
|
|
63959
|
+
},
|
|
63960
|
+
"default": "null",
|
|
63961
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
63962
|
+
"fieldName": "horizontalFrom"
|
|
63963
|
+
},
|
|
63964
|
+
{
|
|
63965
|
+
"name": "orientation",
|
|
63966
|
+
"type": {
|
|
63967
|
+
"text": "SbbOrientation"
|
|
63968
|
+
},
|
|
63969
|
+
"default": "'horizontal'",
|
|
63970
|
+
"description": "Indicates the orientation of the checkboxes or panels inside the group.",
|
|
63971
|
+
"fieldName": "orientation"
|
|
63972
|
+
},
|
|
63973
|
+
{
|
|
63974
|
+
"name": "disabled",
|
|
63975
|
+
"description": "Whether the component is disabled.",
|
|
63976
|
+
"default": "false",
|
|
63977
|
+
"type": {
|
|
63978
|
+
"text": "boolean"
|
|
63979
|
+
},
|
|
63980
|
+
"fieldName": "disabled",
|
|
63981
|
+
"inheritedFrom": {
|
|
63982
|
+
"name": "SbbDisabledMixin",
|
|
63983
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
63984
|
+
}
|
|
63985
|
+
},
|
|
63986
|
+
{
|
|
63987
|
+
"name": "required",
|
|
63988
|
+
"description": "Whether the component is required.",
|
|
63989
|
+
"type": {
|
|
63990
|
+
"text": "boolean"
|
|
63991
|
+
},
|
|
63992
|
+
"fieldName": "required",
|
|
63993
|
+
"inheritedFrom": {
|
|
63994
|
+
"name": "SbbRequiredMixin",
|
|
63995
|
+
"module": "core/mixins/required-mixin.js"
|
|
63996
|
+
}
|
|
63997
|
+
}
|
|
63998
|
+
],
|
|
63999
|
+
"mixins": [
|
|
64000
|
+
{
|
|
64001
|
+
"name": "SbbDisabledMixin",
|
|
64002
|
+
"module": "core/mixins.js"
|
|
64003
|
+
},
|
|
64004
|
+
{
|
|
64005
|
+
"name": "SbbRequiredMixin",
|
|
64006
|
+
"module": "core/mixins.js"
|
|
64007
|
+
}
|
|
64008
|
+
],
|
|
64009
|
+
"superclass": {
|
|
64010
|
+
"name": "SbbElement",
|
|
64011
|
+
"module": "core/base-elements/element.js"
|
|
64012
|
+
},
|
|
64013
|
+
"classGenerics": "T extends SbbElement"
|
|
64014
|
+
}
|
|
64015
|
+
],
|
|
64016
|
+
"exports": [
|
|
64017
|
+
{
|
|
64018
|
+
"kind": "js",
|
|
64019
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
64020
|
+
"declaration": {
|
|
64021
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
64022
|
+
"module": "core/base-elements/selection-group-base-element.js"
|
|
64023
|
+
}
|
|
64024
|
+
}
|
|
64025
|
+
]
|
|
64026
|
+
},
|
|
64027
|
+
{
|
|
64028
|
+
"kind": "javascript-module",
|
|
64029
|
+
"path": "core/a11y/arrow-navigation.js",
|
|
64030
|
+
"declarations": [
|
|
64031
|
+
{
|
|
64032
|
+
"kind": "function",
|
|
64033
|
+
"name": "isArrowKeyPressed",
|
|
64034
|
+
"return": {
|
|
64035
|
+
"type": {
|
|
64036
|
+
"text": "boolean"
|
|
64037
|
+
}
|
|
64038
|
+
},
|
|
64039
|
+
"parameters": [
|
|
64040
|
+
{
|
|
64041
|
+
"name": "event",
|
|
64042
|
+
"type": {
|
|
64043
|
+
"text": "KeyboardEvent"
|
|
64044
|
+
},
|
|
64045
|
+
"description": "The keyboard event to check."
|
|
64046
|
+
}
|
|
64047
|
+
],
|
|
64048
|
+
"description": "Check if the key pressed is among those allowed for navigation."
|
|
64049
|
+
},
|
|
64050
|
+
{
|
|
64051
|
+
"kind": "function",
|
|
64052
|
+
"name": "isPreviousArrowKeyPressed",
|
|
64053
|
+
"return": {
|
|
64054
|
+
"type": {
|
|
64055
|
+
"text": "boolean"
|
|
64056
|
+
}
|
|
64057
|
+
},
|
|
64058
|
+
"parameters": [
|
|
64059
|
+
{
|
|
64060
|
+
"name": "event",
|
|
64061
|
+
"type": {
|
|
64062
|
+
"text": "KeyboardEvent"
|
|
64063
|
+
},
|
|
64064
|
+
"description": "The keyboard event to check."
|
|
64065
|
+
}
|
|
64066
|
+
],
|
|
64067
|
+
"description": "Check if the key pressed should move the navigation to the next element."
|
|
64068
|
+
},
|
|
64069
|
+
{
|
|
64070
|
+
"kind": "function",
|
|
64071
|
+
"name": "isNextArrowKeyPressed",
|
|
64072
|
+
"return": {
|
|
64073
|
+
"type": {
|
|
64074
|
+
"text": "boolean"
|
|
64075
|
+
}
|
|
64076
|
+
},
|
|
64077
|
+
"parameters": [
|
|
64078
|
+
{
|
|
64079
|
+
"name": "event",
|
|
64080
|
+
"type": {
|
|
64081
|
+
"text": "KeyboardEvent"
|
|
64082
|
+
},
|
|
64083
|
+
"description": "The keyboard event to check."
|
|
64084
|
+
}
|
|
64085
|
+
],
|
|
64086
|
+
"description": "Check if the key pressed should move the navigation to the next element."
|
|
64087
|
+
},
|
|
64088
|
+
{
|
|
64089
|
+
"kind": "function",
|
|
64090
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
64091
|
+
"return": {
|
|
64092
|
+
"type": {
|
|
64093
|
+
"text": "boolean"
|
|
64094
|
+
}
|
|
64095
|
+
},
|
|
64096
|
+
"parameters": [
|
|
64097
|
+
{
|
|
64098
|
+
"name": "event",
|
|
64099
|
+
"type": {
|
|
64100
|
+
"text": "KeyboardEvent"
|
|
64101
|
+
},
|
|
64102
|
+
"description": "The keyboard event to check."
|
|
64103
|
+
}
|
|
64104
|
+
],
|
|
64105
|
+
"description": "Check if the key pressed is among those allowed for navigation."
|
|
64106
|
+
},
|
|
64107
|
+
{
|
|
64108
|
+
"kind": "function",
|
|
64109
|
+
"name": "getNextElementIndex",
|
|
64110
|
+
"return": {
|
|
64111
|
+
"type": {
|
|
64112
|
+
"text": ""
|
|
64113
|
+
}
|
|
64114
|
+
},
|
|
64115
|
+
"parameters": [
|
|
64116
|
+
{
|
|
64117
|
+
"name": "event",
|
|
64118
|
+
"type": {
|
|
64119
|
+
"text": "KeyboardEvent | undefined"
|
|
64120
|
+
},
|
|
64121
|
+
"description": "The keyboard event to check. If null, will count as a 'next' step."
|
|
64122
|
+
},
|
|
64123
|
+
{
|
|
64124
|
+
"name": "current",
|
|
64125
|
+
"type": {
|
|
64126
|
+
"text": "number"
|
|
64127
|
+
},
|
|
64128
|
+
"description": "The index of the current element in the list."
|
|
64129
|
+
},
|
|
64130
|
+
{
|
|
64131
|
+
"name": "size",
|
|
64132
|
+
"type": {
|
|
64133
|
+
"text": "number"
|
|
64134
|
+
},
|
|
64135
|
+
"description": "The size of the list."
|
|
64136
|
+
}
|
|
64137
|
+
],
|
|
64138
|
+
"description": "Gets the index of the element to move to, based on the keyboard input, the current element in the list and the list size."
|
|
64139
|
+
}
|
|
64140
|
+
],
|
|
64141
|
+
"exports": [
|
|
64142
|
+
{
|
|
64143
|
+
"kind": "js",
|
|
64144
|
+
"name": "isArrowKeyPressed",
|
|
64145
|
+
"declaration": {
|
|
64146
|
+
"name": "isArrowKeyPressed",
|
|
64147
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
64148
|
+
}
|
|
64149
|
+
},
|
|
64150
|
+
{
|
|
64151
|
+
"kind": "js",
|
|
64152
|
+
"name": "isPreviousArrowKeyPressed",
|
|
64153
|
+
"declaration": {
|
|
64154
|
+
"name": "isPreviousArrowKeyPressed",
|
|
64155
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
64156
|
+
}
|
|
64157
|
+
},
|
|
64158
|
+
{
|
|
64159
|
+
"kind": "js",
|
|
64160
|
+
"name": "isNextArrowKeyPressed",
|
|
64161
|
+
"declaration": {
|
|
64162
|
+
"name": "isNextArrowKeyPressed",
|
|
64163
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
64164
|
+
}
|
|
64165
|
+
},
|
|
64166
|
+
{
|
|
64167
|
+
"kind": "js",
|
|
64168
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
64169
|
+
"declaration": {
|
|
64170
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
64171
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
64172
|
+
}
|
|
64173
|
+
},
|
|
64174
|
+
{
|
|
64175
|
+
"kind": "js",
|
|
64176
|
+
"name": "getNextElementIndex",
|
|
64177
|
+
"declaration": {
|
|
64178
|
+
"name": "getNextElementIndex",
|
|
64179
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
64180
|
+
}
|
|
64181
|
+
}
|
|
64182
|
+
]
|
|
64183
|
+
},
|
|
64184
|
+
{
|
|
64185
|
+
"kind": "javascript-module",
|
|
64186
|
+
"path": "core/a11y/fake-event-detection.js",
|
|
64187
|
+
"declarations": [
|
|
64188
|
+
{
|
|
64189
|
+
"kind": "function",
|
|
64190
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
64191
|
+
"return": {
|
|
64192
|
+
"type": {
|
|
64193
|
+
"text": "boolean"
|
|
64194
|
+
}
|
|
64195
|
+
},
|
|
64196
|
+
"parameters": [
|
|
64197
|
+
{
|
|
64198
|
+
"name": "event",
|
|
64176
64199
|
"type": {
|
|
64177
|
-
"text": "
|
|
64178
|
-
},
|
|
64179
|
-
"privacy": "private",
|
|
64180
|
-
"inheritedFrom": {
|
|
64181
|
-
"name": "SbbElement",
|
|
64182
|
-
"module": "core/base-elements/element.js"
|
|
64200
|
+
"text": "MouseEvent"
|
|
64183
64201
|
}
|
|
64184
64202
|
}
|
|
64185
64203
|
],
|
|
64186
|
-
"
|
|
64187
|
-
|
|
64188
|
-
|
|
64189
|
-
|
|
64190
|
-
|
|
64191
|
-
|
|
64192
|
-
|
|
64193
|
-
"
|
|
64194
|
-
|
|
64195
|
-
|
|
64196
|
-
|
|
64197
|
-
"name": "target",
|
|
64198
|
-
"type": {
|
|
64199
|
-
"text": "LinkTargetType | string"
|
|
64200
|
-
},
|
|
64201
|
-
"default": "''",
|
|
64202
|
-
"description": "Where to display the linked URL.",
|
|
64203
|
-
"fieldName": "target"
|
|
64204
|
-
},
|
|
64205
|
-
{
|
|
64206
|
-
"name": "rel",
|
|
64207
|
-
"type": {
|
|
64208
|
-
"text": "string"
|
|
64209
|
-
},
|
|
64210
|
-
"default": "''",
|
|
64211
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
64212
|
-
"fieldName": "rel"
|
|
64213
|
-
},
|
|
64214
|
-
{
|
|
64215
|
-
"name": "download",
|
|
64216
|
-
"type": {
|
|
64217
|
-
"text": "boolean"
|
|
64218
|
-
},
|
|
64219
|
-
"default": "false",
|
|
64220
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
64221
|
-
"fieldName": "download"
|
|
64222
|
-
},
|
|
64223
|
-
{
|
|
64224
|
-
"name": "accessibility-label",
|
|
64225
|
-
"type": {
|
|
64226
|
-
"text": "string"
|
|
64227
|
-
},
|
|
64228
|
-
"default": "''",
|
|
64229
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
64230
|
-
"fieldName": "accessibilityLabel"
|
|
64231
|
-
},
|
|
64204
|
+
"description": "Gets whether an event could be a faked `mousedown` event dispatched by a screen reader."
|
|
64205
|
+
},
|
|
64206
|
+
{
|
|
64207
|
+
"kind": "function",
|
|
64208
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
64209
|
+
"return": {
|
|
64210
|
+
"type": {
|
|
64211
|
+
"text": "boolean"
|
|
64212
|
+
}
|
|
64213
|
+
},
|
|
64214
|
+
"parameters": [
|
|
64232
64215
|
{
|
|
64233
|
-
"name": "
|
|
64216
|
+
"name": "event",
|
|
64234
64217
|
"type": {
|
|
64235
|
-
"text": "
|
|
64236
|
-
}
|
|
64237
|
-
"default": "''",
|
|
64238
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
64239
|
-
"fieldName": "accessibilityCurrent"
|
|
64218
|
+
"text": "TouchEvent"
|
|
64219
|
+
}
|
|
64240
64220
|
}
|
|
64241
64221
|
],
|
|
64242
|
-
"
|
|
64243
|
-
"name": "SbbActionBaseElement",
|
|
64244
|
-
"module": "core/base-elements/action-base-element.js"
|
|
64245
|
-
}
|
|
64222
|
+
"description": "Gets whether an event could be a faked `touchstart` event dispatched by a screen reader."
|
|
64246
64223
|
}
|
|
64247
64224
|
],
|
|
64248
64225
|
"exports": [
|
|
64249
64226
|
{
|
|
64250
64227
|
"kind": "js",
|
|
64251
|
-
"name": "
|
|
64228
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
64252
64229
|
"declaration": {
|
|
64253
|
-
"name": "
|
|
64254
|
-
"module": "core/
|
|
64230
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
64231
|
+
"module": "core/a11y/fake-event-detection.js"
|
|
64232
|
+
}
|
|
64233
|
+
},
|
|
64234
|
+
{
|
|
64235
|
+
"kind": "js",
|
|
64236
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
64237
|
+
"declaration": {
|
|
64238
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
64239
|
+
"module": "core/a11y/fake-event-detection.js"
|
|
64255
64240
|
}
|
|
64256
64241
|
}
|
|
64257
64242
|
]
|
|
64258
64243
|
},
|
|
64259
64244
|
{
|
|
64260
64245
|
"kind": "javascript-module",
|
|
64261
|
-
"path": "core/
|
|
64246
|
+
"path": "core/a11y/focus-trap-controller.js",
|
|
64262
64247
|
"declarations": [
|
|
64263
64248
|
{
|
|
64264
64249
|
"kind": "class",
|
|
64265
|
-
"description": "
|
|
64266
|
-
"name": "
|
|
64250
|
+
"description": "",
|
|
64251
|
+
"name": "SbbFocusTrapController",
|
|
64267
64252
|
"members": [
|
|
64268
64253
|
{
|
|
64269
64254
|
"kind": "field",
|
|
64270
|
-
"name": "
|
|
64255
|
+
"name": "enabled",
|
|
64271
64256
|
"privacy": "public",
|
|
64272
|
-
"
|
|
64273
|
-
"
|
|
64274
|
-
|
|
64257
|
+
"description": "Whether the focus is trap is enabled.",
|
|
64258
|
+
"parameters": [
|
|
64259
|
+
{
|
|
64260
|
+
"name": "enabled"
|
|
64261
|
+
}
|
|
64262
|
+
],
|
|
64275
64263
|
"type": {
|
|
64276
|
-
"text": "
|
|
64264
|
+
"text": "boolean"
|
|
64277
64265
|
}
|
|
64278
64266
|
},
|
|
64279
64267
|
{
|
|
64280
64268
|
"kind": "field",
|
|
64281
|
-
"name": "
|
|
64282
|
-
"privacy": "protected",
|
|
64283
|
-
"description": "The state of the component.",
|
|
64284
|
-
"type": {
|
|
64285
|
-
"text": "SbbOpenedClosedState"
|
|
64286
|
-
},
|
|
64287
|
-
"default": "'closed'"
|
|
64288
|
-
},
|
|
64289
|
-
{
|
|
64290
|
-
"kind": "field",
|
|
64291
|
-
"name": "_state",
|
|
64292
|
-
"type": {
|
|
64293
|
-
"text": "SbbOpenedClosedState"
|
|
64294
|
-
},
|
|
64295
|
-
"privacy": "private"
|
|
64296
|
-
},
|
|
64297
|
-
{
|
|
64298
|
-
"kind": "field",
|
|
64299
|
-
"name": "isOpen",
|
|
64269
|
+
"name": "_abortController",
|
|
64300
64270
|
"type": {
|
|
64301
|
-
"text": "
|
|
64271
|
+
"text": "AbortController | null"
|
|
64302
64272
|
},
|
|
64303
|
-
"privacy": "
|
|
64304
|
-
"
|
|
64305
|
-
"readonly": true
|
|
64273
|
+
"privacy": "private",
|
|
64274
|
+
"default": "null"
|
|
64306
64275
|
},
|
|
64307
64276
|
{
|
|
64308
64277
|
"kind": "method",
|
|
64309
|
-
"name": "
|
|
64278
|
+
"name": "hostDisconnected",
|
|
64310
64279
|
"privacy": "public",
|
|
64311
64280
|
"return": {
|
|
64312
64281
|
"type": {
|
|
64313
64282
|
"text": "void"
|
|
64314
64283
|
}
|
|
64315
|
-
}
|
|
64316
|
-
"description": "Opens the component."
|
|
64284
|
+
}
|
|
64317
64285
|
},
|
|
64318
64286
|
{
|
|
64319
64287
|
"kind": "method",
|
|
64320
|
-
"name": "
|
|
64288
|
+
"name": "focusInitialElement",
|
|
64321
64289
|
"privacy": "public",
|
|
64322
64290
|
"return": {
|
|
64323
64291
|
"type": {
|
|
64324
|
-
"text": "
|
|
64292
|
+
"text": ""
|
|
64325
64293
|
}
|
|
64326
64294
|
},
|
|
64327
|
-
"
|
|
64295
|
+
"parameters": [
|
|
64296
|
+
{
|
|
64297
|
+
"name": "options",
|
|
64298
|
+
"optional": true,
|
|
64299
|
+
"type": {
|
|
64300
|
+
"text": "FocusOptions"
|
|
64301
|
+
}
|
|
64302
|
+
}
|
|
64303
|
+
],
|
|
64304
|
+
"description": "Focuses the element that should be focused when the focus trap is initialized."
|
|
64328
64305
|
},
|
|
64329
64306
|
{
|
|
64330
64307
|
"kind": "method",
|
|
64331
|
-
"name": "
|
|
64308
|
+
"name": "focusFirstTabbableElement",
|
|
64332
64309
|
"privacy": "public",
|
|
64333
64310
|
"return": {
|
|
64334
64311
|
"type": {
|
|
64335
|
-
"text": "
|
|
64312
|
+
"text": ""
|
|
64336
64313
|
}
|
|
64337
64314
|
},
|
|
64338
|
-
"
|
|
64315
|
+
"parameters": [
|
|
64316
|
+
{
|
|
64317
|
+
"name": "options",
|
|
64318
|
+
"optional": true,
|
|
64319
|
+
"type": {
|
|
64320
|
+
"text": "FocusOptions"
|
|
64321
|
+
}
|
|
64322
|
+
}
|
|
64323
|
+
],
|
|
64324
|
+
"description": "Focuses the first tabbable element within the focus trap region."
|
|
64339
64325
|
},
|
|
64340
64326
|
{
|
|
64341
64327
|
"kind": "method",
|
|
64342
|
-
"name": "
|
|
64343
|
-
"privacy": "
|
|
64328
|
+
"name": "focusLastTabbableElement",
|
|
64329
|
+
"privacy": "public",
|
|
64344
64330
|
"return": {
|
|
64345
64331
|
"type": {
|
|
64346
|
-
"text": "
|
|
64332
|
+
"text": ""
|
|
64347
64333
|
}
|
|
64348
|
-
}
|
|
64334
|
+
},
|
|
64335
|
+
"parameters": [
|
|
64336
|
+
{
|
|
64337
|
+
"name": "options",
|
|
64338
|
+
"optional": true,
|
|
64339
|
+
"type": {
|
|
64340
|
+
"text": "FocusOptions"
|
|
64341
|
+
}
|
|
64342
|
+
}
|
|
64343
|
+
],
|
|
64344
|
+
"description": "Focuses the last tabbable element within the focus trap region."
|
|
64349
64345
|
},
|
|
64350
64346
|
{
|
|
64351
64347
|
"kind": "method",
|
|
64352
|
-
"name": "
|
|
64353
|
-
"privacy": "
|
|
64348
|
+
"name": "_trap",
|
|
64349
|
+
"privacy": "private",
|
|
64354
64350
|
"return": {
|
|
64355
64351
|
"type": {
|
|
64356
|
-
"text": "
|
|
64352
|
+
"text": "void"
|
|
64357
64353
|
}
|
|
64358
64354
|
}
|
|
64359
64355
|
},
|
|
64360
64356
|
{
|
|
64361
64357
|
"kind": "method",
|
|
64362
|
-
"name": "
|
|
64363
|
-
"privacy": "
|
|
64358
|
+
"name": "_getFirstTabbableElement",
|
|
64359
|
+
"privacy": "private",
|
|
64364
64360
|
"return": {
|
|
64365
64361
|
"type": {
|
|
64366
|
-
"text": "
|
|
64362
|
+
"text": "HTMLElement | null"
|
|
64367
64363
|
}
|
|
64368
|
-
}
|
|
64364
|
+
},
|
|
64365
|
+
"parameters": [
|
|
64366
|
+
{
|
|
64367
|
+
"name": "root",
|
|
64368
|
+
"type": {
|
|
64369
|
+
"text": "HTMLElement"
|
|
64370
|
+
}
|
|
64371
|
+
}
|
|
64372
|
+
],
|
|
64373
|
+
"description": "Get the first tabbable element from a DOM subtree (inclusive)."
|
|
64369
64374
|
},
|
|
64370
64375
|
{
|
|
64371
64376
|
"kind": "method",
|
|
64372
|
-
"name": "
|
|
64373
|
-
"privacy": "
|
|
64377
|
+
"name": "_getLastTabbableElement",
|
|
64378
|
+
"privacy": "private",
|
|
64374
64379
|
"return": {
|
|
64375
64380
|
"type": {
|
|
64376
|
-
"text": "
|
|
64381
|
+
"text": "HTMLElement | null"
|
|
64377
64382
|
}
|
|
64378
|
-
}
|
|
64379
|
-
},
|
|
64380
|
-
{
|
|
64381
|
-
"kind": "field",
|
|
64382
|
-
"name": "_hydrationRequired",
|
|
64383
|
-
"type": {
|
|
64384
|
-
"text": "boolean"
|
|
64385
64383
|
},
|
|
64386
|
-
"
|
|
64387
|
-
|
|
64388
|
-
|
|
64389
|
-
|
|
64390
|
-
|
|
64391
|
-
|
|
64384
|
+
"parameters": [
|
|
64385
|
+
{
|
|
64386
|
+
"name": "root",
|
|
64387
|
+
"type": {
|
|
64388
|
+
"text": "HTMLElement"
|
|
64389
|
+
}
|
|
64390
|
+
}
|
|
64391
|
+
],
|
|
64392
|
+
"description": "Get the last tabbable element from a DOM subtree (inclusive)."
|
|
64392
64393
|
},
|
|
64393
64394
|
{
|
|
64394
|
-
"kind": "
|
|
64395
|
-
"name": "
|
|
64395
|
+
"kind": "method",
|
|
64396
|
+
"name": "_untrap",
|
|
64396
64397
|
"privacy": "private",
|
|
64397
|
-
"
|
|
64398
|
-
|
|
64399
|
-
|
|
64400
|
-
|
|
64398
|
+
"return": {
|
|
64399
|
+
"type": {
|
|
64400
|
+
"text": "void"
|
|
64401
|
+
}
|
|
64401
64402
|
}
|
|
64402
|
-
}
|
|
64403
|
+
}
|
|
64404
|
+
]
|
|
64405
|
+
}
|
|
64406
|
+
],
|
|
64407
|
+
"exports": [
|
|
64408
|
+
{
|
|
64409
|
+
"kind": "js",
|
|
64410
|
+
"name": "SbbFocusTrapController",
|
|
64411
|
+
"declaration": {
|
|
64412
|
+
"name": "SbbFocusTrapController",
|
|
64413
|
+
"module": "core/a11y/focus-trap-controller.js"
|
|
64414
|
+
}
|
|
64415
|
+
}
|
|
64416
|
+
]
|
|
64417
|
+
},
|
|
64418
|
+
{
|
|
64419
|
+
"kind": "javascript-module",
|
|
64420
|
+
"path": "core/a11y/focus-visible-within-controller.js",
|
|
64421
|
+
"declarations": [
|
|
64422
|
+
{
|
|
64423
|
+
"kind": "class",
|
|
64424
|
+
"description": "",
|
|
64425
|
+
"name": "SbbFocusVisibleWithinController",
|
|
64426
|
+
"members": [
|
|
64403
64427
|
{
|
|
64404
64428
|
"kind": "field",
|
|
64405
|
-
"name": "
|
|
64406
|
-
"
|
|
64407
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
64408
|
-
},
|
|
64409
|
-
"privacy": "private",
|
|
64410
|
-
"inheritedFrom": {
|
|
64411
|
-
"name": "SbbElement",
|
|
64412
|
-
"module": "core/base-elements/element.js"
|
|
64413
|
-
}
|
|
64429
|
+
"name": "_focusinHandler",
|
|
64430
|
+
"privacy": "private"
|
|
64414
64431
|
},
|
|
64415
64432
|
{
|
|
64416
64433
|
"kind": "field",
|
|
64417
|
-
"name": "
|
|
64418
|
-
"
|
|
64419
|
-
"text": "boolean"
|
|
64420
|
-
},
|
|
64421
|
-
"privacy": "protected",
|
|
64422
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
64423
|
-
"readonly": true,
|
|
64424
|
-
"inheritedFrom": {
|
|
64425
|
-
"name": "SbbElement",
|
|
64426
|
-
"module": "core/base-elements/element.js"
|
|
64427
|
-
},
|
|
64428
|
-
"default": "!!this.shadowRoot"
|
|
64434
|
+
"name": "_focusoutHandler",
|
|
64435
|
+
"privacy": "private"
|
|
64429
64436
|
},
|
|
64430
64437
|
{
|
|
64431
64438
|
"kind": "method",
|
|
64432
|
-
"name": "
|
|
64433
|
-
"privacy": "
|
|
64439
|
+
"name": "hostConnected",
|
|
64440
|
+
"privacy": "public",
|
|
64434
64441
|
"return": {
|
|
64435
64442
|
"type": {
|
|
64436
64443
|
"text": "void"
|
|
64437
64444
|
}
|
|
64438
|
-
},
|
|
64439
|
-
"parameters": [
|
|
64440
|
-
{
|
|
64441
|
-
"name": "value",
|
|
64442
|
-
"type": {
|
|
64443
|
-
"text": "string"
|
|
64444
|
-
}
|
|
64445
|
-
},
|
|
64446
|
-
{
|
|
64447
|
-
"name": "force",
|
|
64448
|
-
"optional": true,
|
|
64449
|
-
"type": {
|
|
64450
|
-
"text": "boolean"
|
|
64451
|
-
}
|
|
64452
|
-
}
|
|
64453
|
-
],
|
|
64454
|
-
"inheritedFrom": {
|
|
64455
|
-
"name": "SbbElement",
|
|
64456
|
-
"module": "core/base-elements/element.js"
|
|
64457
64445
|
}
|
|
64458
64446
|
},
|
|
64459
64447
|
{
|
|
64460
|
-
"kind": "
|
|
64461
|
-
"name": "
|
|
64462
|
-
"type": {
|
|
64463
|
-
"text": "boolean"
|
|
64464
|
-
},
|
|
64448
|
+
"kind": "method",
|
|
64449
|
+
"name": "hostDisconnected",
|
|
64465
64450
|
"privacy": "public",
|
|
64466
|
-
"
|
|
64467
|
-
|
|
64468
|
-
|
|
64469
|
-
|
|
64470
|
-
"module": "core/base-elements/element.js"
|
|
64451
|
+
"return": {
|
|
64452
|
+
"type": {
|
|
64453
|
+
"text": "void"
|
|
64454
|
+
}
|
|
64471
64455
|
}
|
|
64472
|
-
}
|
|
64456
|
+
}
|
|
64457
|
+
]
|
|
64458
|
+
}
|
|
64459
|
+
],
|
|
64460
|
+
"exports": [
|
|
64461
|
+
{
|
|
64462
|
+
"kind": "js",
|
|
64463
|
+
"name": "SbbFocusVisibleWithinController",
|
|
64464
|
+
"declaration": {
|
|
64465
|
+
"name": "SbbFocusVisibleWithinController",
|
|
64466
|
+
"module": "core/a11y/focus-visible-within-controller.js"
|
|
64467
|
+
}
|
|
64468
|
+
}
|
|
64469
|
+
]
|
|
64470
|
+
},
|
|
64471
|
+
{
|
|
64472
|
+
"kind": "javascript-module",
|
|
64473
|
+
"path": "core/a11y/focus.js",
|
|
64474
|
+
"declarations": [
|
|
64475
|
+
{
|
|
64476
|
+
"kind": "variable",
|
|
64477
|
+
"name": "IS_FOCUSABLE_QUERY"
|
|
64478
|
+
}
|
|
64479
|
+
],
|
|
64480
|
+
"exports": [
|
|
64481
|
+
{
|
|
64482
|
+
"kind": "js",
|
|
64483
|
+
"name": "IS_FOCUSABLE_QUERY",
|
|
64484
|
+
"declaration": {
|
|
64485
|
+
"name": "IS_FOCUSABLE_QUERY",
|
|
64486
|
+
"module": "core/a11y/focus.js"
|
|
64487
|
+
}
|
|
64488
|
+
}
|
|
64489
|
+
]
|
|
64490
|
+
},
|
|
64491
|
+
{
|
|
64492
|
+
"kind": "javascript-module",
|
|
64493
|
+
"path": "core/a11y/input-modality-detector.js",
|
|
64494
|
+
"declarations": [
|
|
64495
|
+
{
|
|
64496
|
+
"kind": "variable",
|
|
64497
|
+
"name": "CONTROL",
|
|
64498
|
+
"type": {
|
|
64499
|
+
"text": "number"
|
|
64500
|
+
},
|
|
64501
|
+
"default": "17"
|
|
64502
|
+
},
|
|
64503
|
+
{
|
|
64504
|
+
"kind": "variable",
|
|
64505
|
+
"name": "META",
|
|
64506
|
+
"type": {
|
|
64507
|
+
"text": "number"
|
|
64508
|
+
},
|
|
64509
|
+
"default": "91"
|
|
64510
|
+
},
|
|
64511
|
+
{
|
|
64512
|
+
"kind": "variable",
|
|
64513
|
+
"name": "MAC_META",
|
|
64514
|
+
"type": {
|
|
64515
|
+
"text": "number"
|
|
64516
|
+
},
|
|
64517
|
+
"default": "224"
|
|
64518
|
+
},
|
|
64519
|
+
{
|
|
64520
|
+
"kind": "variable",
|
|
64521
|
+
"name": "sbbInputModalityDetector",
|
|
64522
|
+
"default": "new SbbInputModalityDetector()"
|
|
64523
|
+
}
|
|
64524
|
+
],
|
|
64525
|
+
"exports": [
|
|
64526
|
+
{
|
|
64527
|
+
"kind": "js",
|
|
64528
|
+
"name": "sbbInputModalityDetector",
|
|
64529
|
+
"declaration": {
|
|
64530
|
+
"name": "sbbInputModalityDetector",
|
|
64531
|
+
"module": "core/a11y/input-modality-detector.js"
|
|
64532
|
+
}
|
|
64533
|
+
}
|
|
64534
|
+
]
|
|
64535
|
+
},
|
|
64536
|
+
{
|
|
64537
|
+
"kind": "javascript-module",
|
|
64538
|
+
"path": "core/a11y/interactivity-checker.js",
|
|
64539
|
+
"declarations": [
|
|
64540
|
+
{
|
|
64541
|
+
"kind": "class",
|
|
64542
|
+
"description": "Configuration for the isFocusable method.",
|
|
64543
|
+
"name": "IsFocusableConfig",
|
|
64544
|
+
"members": [
|
|
64473
64545
|
{
|
|
64474
64546
|
"kind": "field",
|
|
64475
|
-
"name": "
|
|
64547
|
+
"name": "ignoreVisibility",
|
|
64476
64548
|
"type": {
|
|
64477
|
-
"text": "
|
|
64549
|
+
"text": "boolean"
|
|
64478
64550
|
},
|
|
64479
64551
|
"privacy": "public",
|
|
64480
|
-
"
|
|
64481
|
-
"
|
|
64482
|
-
"inheritedFrom": {
|
|
64483
|
-
"name": "SbbElement",
|
|
64484
|
-
"module": "core/base-elements/element.js"
|
|
64485
|
-
}
|
|
64486
|
-
},
|
|
64487
|
-
{
|
|
64488
|
-
"kind": "field",
|
|
64489
|
-
"name": "_controllers",
|
|
64490
|
-
"type": {
|
|
64491
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
64492
|
-
},
|
|
64493
|
-
"privacy": "private",
|
|
64494
|
-
"inheritedFrom": {
|
|
64495
|
-
"name": "SbbElement",
|
|
64496
|
-
"module": "core/base-elements/element.js"
|
|
64497
|
-
}
|
|
64552
|
+
"default": "false",
|
|
64553
|
+
"description": "Whether to count an element as focusable even if it is not currently visible."
|
|
64498
64554
|
}
|
|
64499
|
-
]
|
|
64500
|
-
|
|
64555
|
+
]
|
|
64556
|
+
},
|
|
64557
|
+
{
|
|
64558
|
+
"kind": "class",
|
|
64559
|
+
"description": "",
|
|
64560
|
+
"name": "InteractivityChecker",
|
|
64561
|
+
"members": [
|
|
64501
64562
|
{
|
|
64502
|
-
"
|
|
64503
|
-
"
|
|
64504
|
-
|
|
64563
|
+
"kind": "method",
|
|
64564
|
+
"name": "isDisabled",
|
|
64565
|
+
"privacy": "public",
|
|
64566
|
+
"return": {
|
|
64567
|
+
"type": {
|
|
64568
|
+
"text": ""
|
|
64569
|
+
}
|
|
64505
64570
|
},
|
|
64506
|
-
"
|
|
64571
|
+
"parameters": [
|
|
64572
|
+
{
|
|
64573
|
+
"name": "element",
|
|
64574
|
+
"type": {
|
|
64575
|
+
"text": "HTMLElement"
|
|
64576
|
+
},
|
|
64577
|
+
"description": "Element to be checked."
|
|
64578
|
+
}
|
|
64579
|
+
],
|
|
64580
|
+
"description": "Gets whether an element is disabled."
|
|
64507
64581
|
},
|
|
64508
64582
|
{
|
|
64509
|
-
"
|
|
64510
|
-
"
|
|
64511
|
-
|
|
64583
|
+
"kind": "method",
|
|
64584
|
+
"name": "isVisible",
|
|
64585
|
+
"privacy": "public",
|
|
64586
|
+
"return": {
|
|
64587
|
+
"type": {
|
|
64588
|
+
"text": ""
|
|
64589
|
+
}
|
|
64512
64590
|
},
|
|
64513
|
-
"
|
|
64591
|
+
"parameters": [
|
|
64592
|
+
{
|
|
64593
|
+
"name": "element",
|
|
64594
|
+
"type": {
|
|
64595
|
+
"text": "HTMLElement"
|
|
64596
|
+
}
|
|
64597
|
+
}
|
|
64598
|
+
],
|
|
64599
|
+
"description": "Gets whether an element is visible for the purposes of interactivity.\n\nThis will capture states like `display: none` and `visibility: hidden`, but not things like\nbeing clipped by an `overflow: hidden` parent or being outside the viewport."
|
|
64514
64600
|
},
|
|
64515
64601
|
{
|
|
64516
|
-
"
|
|
64517
|
-
"
|
|
64518
|
-
|
|
64602
|
+
"kind": "method",
|
|
64603
|
+
"name": "isTabbable",
|
|
64604
|
+
"privacy": "public",
|
|
64605
|
+
"return": {
|
|
64606
|
+
"type": {
|
|
64607
|
+
"text": ""
|
|
64608
|
+
}
|
|
64519
64609
|
},
|
|
64520
|
-
"
|
|
64610
|
+
"parameters": [
|
|
64611
|
+
{
|
|
64612
|
+
"name": "element",
|
|
64613
|
+
"type": {
|
|
64614
|
+
"text": "HTMLElement"
|
|
64615
|
+
},
|
|
64616
|
+
"description": "Element to be checked."
|
|
64617
|
+
}
|
|
64618
|
+
],
|
|
64619
|
+
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
64521
64620
|
},
|
|
64522
64621
|
{
|
|
64523
|
-
"
|
|
64524
|
-
"
|
|
64525
|
-
|
|
64622
|
+
"kind": "method",
|
|
64623
|
+
"name": "isFocusable",
|
|
64624
|
+
"privacy": "public",
|
|
64625
|
+
"return": {
|
|
64626
|
+
"type": {
|
|
64627
|
+
"text": ""
|
|
64628
|
+
}
|
|
64526
64629
|
},
|
|
64527
|
-
"
|
|
64630
|
+
"parameters": [
|
|
64631
|
+
{
|
|
64632
|
+
"name": "element",
|
|
64633
|
+
"type": {
|
|
64634
|
+
"text": "HTMLElement"
|
|
64635
|
+
},
|
|
64636
|
+
"description": "Element to be checked."
|
|
64637
|
+
},
|
|
64638
|
+
{
|
|
64639
|
+
"name": "config",
|
|
64640
|
+
"optional": true,
|
|
64641
|
+
"type": {
|
|
64642
|
+
"text": "IsFocusableConfig"
|
|
64643
|
+
},
|
|
64644
|
+
"description": "The config object with options to customize this method's behavior"
|
|
64645
|
+
}
|
|
64646
|
+
],
|
|
64647
|
+
"description": "Gets whether an element can be focused by the user."
|
|
64528
64648
|
}
|
|
64529
|
-
]
|
|
64530
|
-
|
|
64531
|
-
|
|
64532
|
-
|
|
64533
|
-
|
|
64649
|
+
]
|
|
64650
|
+
},
|
|
64651
|
+
{
|
|
64652
|
+
"kind": "variable",
|
|
64653
|
+
"name": "interactivityChecker",
|
|
64654
|
+
"default": "new InteractivityChecker()"
|
|
64534
64655
|
}
|
|
64535
64656
|
],
|
|
64536
64657
|
"exports": [
|
|
64537
64658
|
{
|
|
64538
64659
|
"kind": "js",
|
|
64539
|
-
"name": "
|
|
64660
|
+
"name": "IsFocusableConfig",
|
|
64540
64661
|
"declaration": {
|
|
64541
|
-
"name": "
|
|
64542
|
-
"module": "core/
|
|
64662
|
+
"name": "IsFocusableConfig",
|
|
64663
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
64664
|
+
}
|
|
64665
|
+
},
|
|
64666
|
+
{
|
|
64667
|
+
"kind": "js",
|
|
64668
|
+
"name": "InteractivityChecker",
|
|
64669
|
+
"declaration": {
|
|
64670
|
+
"name": "InteractivityChecker",
|
|
64671
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
64672
|
+
}
|
|
64673
|
+
},
|
|
64674
|
+
{
|
|
64675
|
+
"kind": "js",
|
|
64676
|
+
"name": "interactivityChecker",
|
|
64677
|
+
"declaration": {
|
|
64678
|
+
"name": "interactivityChecker",
|
|
64679
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
64543
64680
|
}
|
|
64544
64681
|
}
|
|
64545
64682
|
]
|
|
64546
64683
|
},
|
|
64547
64684
|
{
|
|
64548
64685
|
"kind": "javascript-module",
|
|
64549
|
-
"path": "core/
|
|
64686
|
+
"path": "core/a11y/live-announcer.js",
|
|
64550
64687
|
"declarations": [
|
|
64551
64688
|
{
|
|
64552
64689
|
"kind": "class",
|
|
64553
|
-
"description": "
|
|
64554
|
-
"name": "
|
|
64555
|
-
"slots": [
|
|
64556
|
-
{
|
|
64557
|
-
"description": "Use the unnamed slot to add `sbb-checkbox` elements to the `sbb-checkbox-group`.",
|
|
64558
|
-
"name": ""
|
|
64559
|
-
},
|
|
64560
|
-
{
|
|
64561
|
-
"description": "Slot used to render a `sbb-error` inside the `sbb-checkbox-group`.",
|
|
64562
|
-
"name": "error"
|
|
64563
|
-
}
|
|
64564
|
-
],
|
|
64690
|
+
"description": "Allows to announce messages to screen readers.\n\nAdapted from https://github.com/angular/components/blob/main/src/cdk/a11y/live-announcer/live-announcer.ts",
|
|
64691
|
+
"name": "SbbLiveAnnouncer",
|
|
64565
64692
|
"members": [
|
|
64566
64693
|
{
|
|
64567
64694
|
"kind": "field",
|
|
64568
|
-
"name": "
|
|
64569
|
-
"type": {
|
|
64570
|
-
"text": "'xs' | 's' | 'm'"
|
|
64571
|
-
},
|
|
64572
|
-
"privacy": "public",
|
|
64573
|
-
"description": "Size variant, either xs, s or m.",
|
|
64574
|
-
"default": "'m' / 'xs' (lean)",
|
|
64575
|
-
"attribute": "size"
|
|
64576
|
-
},
|
|
64577
|
-
{
|
|
64578
|
-
"kind": "field",
|
|
64579
|
-
"name": "horizontalFrom",
|
|
64695
|
+
"name": "_liveElement",
|
|
64580
64696
|
"type": {
|
|
64581
|
-
"text": "
|
|
64697
|
+
"text": "HTMLElement"
|
|
64582
64698
|
},
|
|
64583
|
-
"privacy": "
|
|
64584
|
-
"default": "null",
|
|
64585
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
64586
|
-
"attribute": "horizontal-from",
|
|
64587
|
-
"reflects": true
|
|
64699
|
+
"privacy": "private"
|
|
64588
64700
|
},
|
|
64589
64701
|
{
|
|
64590
64702
|
"kind": "field",
|
|
64591
|
-
"name": "
|
|
64703
|
+
"name": "_previousTimeout",
|
|
64592
64704
|
"type": {
|
|
64593
|
-
"text": "
|
|
64705
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
64594
64706
|
},
|
|
64595
|
-
"privacy": "
|
|
64596
|
-
"default": "'horizontal'",
|
|
64597
|
-
"description": "Indicates the orientation of the checkboxes or panels inside the group.",
|
|
64598
|
-
"attribute": "orientation",
|
|
64599
|
-
"reflects": true
|
|
64707
|
+
"privacy": "private"
|
|
64600
64708
|
},
|
|
64601
64709
|
{
|
|
64602
64710
|
"kind": "field",
|
|
64603
|
-
"name": "
|
|
64711
|
+
"name": "_currentPromise",
|
|
64604
64712
|
"type": {
|
|
64605
|
-
"text": "
|
|
64713
|
+
"text": "Promise<void> | undefined"
|
|
64606
64714
|
},
|
|
64607
|
-
"privacy": "
|
|
64608
|
-
"readonly": true
|
|
64715
|
+
"privacy": "private"
|
|
64609
64716
|
},
|
|
64610
64717
|
{
|
|
64611
64718
|
"kind": "field",
|
|
64612
|
-
"name": "
|
|
64719
|
+
"name": "_currentResolve",
|
|
64613
64720
|
"type": {
|
|
64614
|
-
"text": "
|
|
64721
|
+
"text": "(() => void) | undefined"
|
|
64615
64722
|
},
|
|
64616
|
-
"privacy": "
|
|
64617
|
-
"readonly": true
|
|
64723
|
+
"privacy": "private"
|
|
64618
64724
|
},
|
|
64619
64725
|
{
|
|
64620
64726
|
"kind": "method",
|
|
64621
|
-
"name": "
|
|
64622
|
-
"privacy": "
|
|
64727
|
+
"name": "announce",
|
|
64728
|
+
"privacy": "public",
|
|
64623
64729
|
"return": {
|
|
64624
64730
|
"type": {
|
|
64625
|
-
"text": "
|
|
64731
|
+
"text": ""
|
|
64626
64732
|
}
|
|
64627
|
-
}
|
|
64628
|
-
},
|
|
64629
|
-
{
|
|
64630
|
-
"kind": "field",
|
|
64631
|
-
"name": "disabled",
|
|
64632
|
-
"privacy": "public",
|
|
64633
|
-
"description": "Whether the component is disabled.",
|
|
64634
|
-
"default": "false",
|
|
64635
|
-
"type": {
|
|
64636
|
-
"text": "boolean"
|
|
64637
64733
|
},
|
|
64638
|
-
"
|
|
64639
|
-
|
|
64640
|
-
|
|
64641
|
-
|
|
64642
|
-
|
|
64643
|
-
|
|
64644
|
-
|
|
64645
|
-
|
|
64646
|
-
|
|
64647
|
-
"
|
|
64648
|
-
"privacy": "private",
|
|
64649
|
-
"type": {
|
|
64650
|
-
"text": "boolean"
|
|
64651
|
-
},
|
|
64652
|
-
"default": "false",
|
|
64653
|
-
"inheritedFrom": {
|
|
64654
|
-
"name": "SbbDisabledMixin",
|
|
64655
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
64656
|
-
}
|
|
64734
|
+
"parameters": [
|
|
64735
|
+
{
|
|
64736
|
+
"name": "message",
|
|
64737
|
+
"type": {
|
|
64738
|
+
"text": "string"
|
|
64739
|
+
},
|
|
64740
|
+
"description": "Message to be announced to the screen reader."
|
|
64741
|
+
}
|
|
64742
|
+
],
|
|
64743
|
+
"description": "Announces a message to screen readers."
|
|
64657
64744
|
},
|
|
64658
64745
|
{
|
|
64659
64746
|
"kind": "method",
|
|
64660
|
-
"name": "
|
|
64661
|
-
"privacy": "
|
|
64747
|
+
"name": "announce",
|
|
64748
|
+
"privacy": "public",
|
|
64662
64749
|
"return": {
|
|
64663
64750
|
"type": {
|
|
64664
|
-
"text": "
|
|
64751
|
+
"text": ""
|
|
64665
64752
|
}
|
|
64666
64753
|
},
|
|
64667
|
-
"
|
|
64668
|
-
|
|
64669
|
-
|
|
64670
|
-
|
|
64671
|
-
|
|
64754
|
+
"parameters": [
|
|
64755
|
+
{
|
|
64756
|
+
"name": "message",
|
|
64757
|
+
"type": {
|
|
64758
|
+
"text": "string"
|
|
64759
|
+
},
|
|
64760
|
+
"description": "Message to be announced to the screen reader."
|
|
64761
|
+
},
|
|
64762
|
+
{
|
|
64763
|
+
"name": "politeness",
|
|
64764
|
+
"optional": true,
|
|
64765
|
+
"type": {
|
|
64766
|
+
"text": "AriaLivePoliteness"
|
|
64767
|
+
},
|
|
64768
|
+
"description": "The politeness of the announcer element."
|
|
64769
|
+
}
|
|
64770
|
+
],
|
|
64771
|
+
"description": "Announces a message to screen readers."
|
|
64672
64772
|
},
|
|
64673
64773
|
{
|
|
64674
|
-
"kind": "
|
|
64675
|
-
"name": "
|
|
64774
|
+
"kind": "method",
|
|
64775
|
+
"name": "announce",
|
|
64676
64776
|
"privacy": "public",
|
|
64677
|
-
"
|
|
64678
|
-
|
|
64679
|
-
|
|
64680
|
-
|
|
64681
|
-
"attribute": "required",
|
|
64682
|
-
"reflects": true,
|
|
64683
|
-
"inheritedFrom": {
|
|
64684
|
-
"name": "SbbRequiredMixin",
|
|
64685
|
-
"module": "core/mixins/required-mixin.js"
|
|
64686
|
-
},
|
|
64687
|
-
"default": "false"
|
|
64688
|
-
},
|
|
64689
|
-
{
|
|
64690
|
-
"kind": "field",
|
|
64691
|
-
"name": "_required",
|
|
64692
|
-
"type": {
|
|
64693
|
-
"text": "boolean"
|
|
64777
|
+
"return": {
|
|
64778
|
+
"type": {
|
|
64779
|
+
"text": ""
|
|
64780
|
+
}
|
|
64694
64781
|
},
|
|
64695
|
-
"
|
|
64696
|
-
|
|
64697
|
-
|
|
64698
|
-
|
|
64699
|
-
|
|
64700
|
-
|
|
64782
|
+
"parameters": [
|
|
64783
|
+
{
|
|
64784
|
+
"name": "message",
|
|
64785
|
+
"type": {
|
|
64786
|
+
"text": "string"
|
|
64787
|
+
},
|
|
64788
|
+
"description": "Message to be announced to the screen reader."
|
|
64789
|
+
},
|
|
64790
|
+
{
|
|
64791
|
+
"name": "duration",
|
|
64792
|
+
"optional": true,
|
|
64793
|
+
"type": {
|
|
64794
|
+
"text": "number"
|
|
64795
|
+
},
|
|
64796
|
+
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
64797
|
+
}
|
|
64798
|
+
],
|
|
64799
|
+
"description": "Announces a message to screen readers."
|
|
64701
64800
|
},
|
|
64702
64801
|
{
|
|
64703
64802
|
"kind": "method",
|
|
64704
|
-
"name": "
|
|
64705
|
-
"privacy": "
|
|
64803
|
+
"name": "announce",
|
|
64804
|
+
"privacy": "public",
|
|
64706
64805
|
"return": {
|
|
64707
64806
|
"type": {
|
|
64708
|
-
"text": "
|
|
64807
|
+
"text": ""
|
|
64709
64808
|
}
|
|
64710
64809
|
},
|
|
64711
|
-
"
|
|
64712
|
-
|
|
64713
|
-
|
|
64714
|
-
|
|
64715
|
-
|
|
64716
|
-
|
|
64717
|
-
|
|
64718
|
-
|
|
64719
|
-
|
|
64720
|
-
|
|
64721
|
-
|
|
64722
|
-
|
|
64723
|
-
|
|
64724
|
-
|
|
64725
|
-
|
|
64726
|
-
|
|
64727
|
-
|
|
64728
|
-
|
|
64729
|
-
|
|
64730
|
-
|
|
64731
|
-
|
|
64732
|
-
|
|
64733
|
-
|
|
64734
|
-
|
|
64735
|
-
|
|
64736
|
-
|
|
64737
|
-
"module": "core/base-elements/element.js"
|
|
64738
|
-
}
|
|
64739
|
-
},
|
|
64740
|
-
{
|
|
64741
|
-
"kind": "field",
|
|
64742
|
-
"name": "_resolveHydration",
|
|
64743
|
-
"type": {
|
|
64744
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
64745
|
-
},
|
|
64746
|
-
"privacy": "private",
|
|
64747
|
-
"inheritedFrom": {
|
|
64748
|
-
"name": "SbbElement",
|
|
64749
|
-
"module": "core/base-elements/element.js"
|
|
64750
|
-
}
|
|
64751
|
-
},
|
|
64752
|
-
{
|
|
64753
|
-
"kind": "field",
|
|
64754
|
-
"name": "hydrationRequired",
|
|
64755
|
-
"type": {
|
|
64756
|
-
"text": "boolean"
|
|
64757
|
-
},
|
|
64758
|
-
"privacy": "protected",
|
|
64759
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
64760
|
-
"readonly": true,
|
|
64761
|
-
"inheritedFrom": {
|
|
64762
|
-
"name": "SbbElement",
|
|
64763
|
-
"module": "core/base-elements/element.js"
|
|
64764
|
-
},
|
|
64765
|
-
"default": "!!this.shadowRoot"
|
|
64810
|
+
"parameters": [
|
|
64811
|
+
{
|
|
64812
|
+
"name": "message",
|
|
64813
|
+
"type": {
|
|
64814
|
+
"text": "string"
|
|
64815
|
+
},
|
|
64816
|
+
"description": "Message to be announced to the screen reader."
|
|
64817
|
+
},
|
|
64818
|
+
{
|
|
64819
|
+
"name": "politeness",
|
|
64820
|
+
"optional": true,
|
|
64821
|
+
"type": {
|
|
64822
|
+
"text": "AriaLivePoliteness"
|
|
64823
|
+
},
|
|
64824
|
+
"description": "The politeness of the announcer element."
|
|
64825
|
+
},
|
|
64826
|
+
{
|
|
64827
|
+
"name": "duration",
|
|
64828
|
+
"optional": true,
|
|
64829
|
+
"type": {
|
|
64830
|
+
"text": "number"
|
|
64831
|
+
},
|
|
64832
|
+
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
64833
|
+
}
|
|
64834
|
+
],
|
|
64835
|
+
"description": "Announces a message to screen readers."
|
|
64766
64836
|
},
|
|
64767
64837
|
{
|
|
64768
64838
|
"kind": "method",
|
|
64769
|
-
"name": "
|
|
64770
|
-
"privacy": "
|
|
64839
|
+
"name": "announce",
|
|
64840
|
+
"privacy": "public",
|
|
64771
64841
|
"return": {
|
|
64772
64842
|
"type": {
|
|
64773
|
-
"text": "void"
|
|
64843
|
+
"text": "Promise<void>"
|
|
64774
64844
|
}
|
|
64775
64845
|
},
|
|
64776
64846
|
"parameters": [
|
|
64777
64847
|
{
|
|
64778
|
-
"name": "
|
|
64848
|
+
"name": "message",
|
|
64779
64849
|
"type": {
|
|
64780
64850
|
"text": "string"
|
|
64781
64851
|
}
|
|
64782
64852
|
},
|
|
64783
64853
|
{
|
|
64784
|
-
"name": "
|
|
64785
|
-
"optional": true,
|
|
64854
|
+
"name": "args",
|
|
64786
64855
|
"type": {
|
|
64787
|
-
"text": "
|
|
64856
|
+
"text": "any[]"
|
|
64788
64857
|
}
|
|
64789
64858
|
}
|
|
64790
|
-
]
|
|
64791
|
-
"inheritedFrom": {
|
|
64792
|
-
"name": "SbbElement",
|
|
64793
|
-
"module": "core/base-elements/element.js"
|
|
64794
|
-
}
|
|
64859
|
+
]
|
|
64795
64860
|
},
|
|
64796
64861
|
{
|
|
64797
|
-
"kind": "
|
|
64798
|
-
"name": "
|
|
64799
|
-
"type": {
|
|
64800
|
-
"text": "boolean"
|
|
64801
|
-
},
|
|
64862
|
+
"kind": "method",
|
|
64863
|
+
"name": "clear",
|
|
64802
64864
|
"privacy": "public",
|
|
64803
|
-
"
|
|
64804
|
-
|
|
64805
|
-
|
|
64806
|
-
|
|
64807
|
-
|
|
64808
|
-
|
|
64865
|
+
"return": {
|
|
64866
|
+
"type": {
|
|
64867
|
+
"text": "void"
|
|
64868
|
+
}
|
|
64869
|
+
},
|
|
64870
|
+
"description": "Clears the current text from the announcer element. Can be used to prevent\nscreen readers from reading the text out again while the user is going\nthrough the page landmarks."
|
|
64809
64871
|
},
|
|
64810
64872
|
{
|
|
64811
|
-
"kind": "
|
|
64812
|
-
"name": "
|
|
64813
|
-
"type": {
|
|
64814
|
-
"text": "string"
|
|
64815
|
-
},
|
|
64873
|
+
"kind": "method",
|
|
64874
|
+
"name": "destroy",
|
|
64816
64875
|
"privacy": "public",
|
|
64817
|
-
"
|
|
64818
|
-
|
|
64819
|
-
|
|
64820
|
-
|
|
64821
|
-
"module": "core/base-elements/element.js"
|
|
64876
|
+
"return": {
|
|
64877
|
+
"type": {
|
|
64878
|
+
"text": "void"
|
|
64879
|
+
}
|
|
64822
64880
|
}
|
|
64823
64881
|
},
|
|
64824
64882
|
{
|
|
64825
|
-
"kind": "
|
|
64826
|
-
"name": "
|
|
64827
|
-
"type": {
|
|
64828
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
64829
|
-
},
|
|
64883
|
+
"kind": "method",
|
|
64884
|
+
"name": "_createLiveElement",
|
|
64830
64885
|
"privacy": "private",
|
|
64831
|
-
"
|
|
64832
|
-
"
|
|
64833
|
-
|
|
64834
|
-
|
|
64835
|
-
}
|
|
64836
|
-
],
|
|
64837
|
-
"attributes": [
|
|
64838
|
-
{
|
|
64839
|
-
"name": "size",
|
|
64840
|
-
"type": {
|
|
64841
|
-
"text": "'xs' | 's' | 'm'"
|
|
64842
|
-
},
|
|
64843
|
-
"description": "Size variant, either xs, s or m.",
|
|
64844
|
-
"default": "'m' / 'xs' (lean)",
|
|
64845
|
-
"fieldName": "size"
|
|
64846
|
-
},
|
|
64847
|
-
{
|
|
64848
|
-
"name": "horizontal-from",
|
|
64849
|
-
"type": {
|
|
64850
|
-
"text": "SbbHorizontalFrom | null"
|
|
64851
|
-
},
|
|
64852
|
-
"default": "null",
|
|
64853
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
64854
|
-
"fieldName": "horizontalFrom"
|
|
64855
|
-
},
|
|
64856
|
-
{
|
|
64857
|
-
"name": "orientation",
|
|
64858
|
-
"type": {
|
|
64859
|
-
"text": "SbbOrientation"
|
|
64860
|
-
},
|
|
64861
|
-
"default": "'horizontal'",
|
|
64862
|
-
"description": "Indicates the orientation of the checkboxes or panels inside the group.",
|
|
64863
|
-
"fieldName": "orientation"
|
|
64864
|
-
},
|
|
64865
|
-
{
|
|
64866
|
-
"name": "disabled",
|
|
64867
|
-
"description": "Whether the component is disabled.",
|
|
64868
|
-
"default": "false",
|
|
64869
|
-
"type": {
|
|
64870
|
-
"text": "boolean"
|
|
64871
|
-
},
|
|
64872
|
-
"fieldName": "disabled",
|
|
64873
|
-
"inheritedFrom": {
|
|
64874
|
-
"name": "SbbDisabledMixin",
|
|
64875
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
64876
|
-
}
|
|
64877
|
-
},
|
|
64878
|
-
{
|
|
64879
|
-
"name": "required",
|
|
64880
|
-
"description": "Whether the component is required.",
|
|
64881
|
-
"type": {
|
|
64882
|
-
"text": "boolean"
|
|
64883
|
-
},
|
|
64884
|
-
"fieldName": "required",
|
|
64885
|
-
"inheritedFrom": {
|
|
64886
|
-
"name": "SbbRequiredMixin",
|
|
64887
|
-
"module": "core/mixins/required-mixin.js"
|
|
64886
|
+
"return": {
|
|
64887
|
+
"type": {
|
|
64888
|
+
"text": "HTMLElement"
|
|
64889
|
+
}
|
|
64888
64890
|
}
|
|
64889
64891
|
}
|
|
64890
|
-
]
|
|
64891
|
-
|
|
64892
|
-
|
|
64893
|
-
|
|
64894
|
-
|
|
64895
|
-
|
|
64896
|
-
{
|
|
64897
|
-
"name": "SbbRequiredMixin",
|
|
64898
|
-
"module": "core/mixins.js"
|
|
64899
|
-
}
|
|
64900
|
-
],
|
|
64901
|
-
"superclass": {
|
|
64902
|
-
"name": "SbbElement",
|
|
64903
|
-
"module": "core/base-elements/element.js"
|
|
64904
|
-
},
|
|
64905
|
-
"classGenerics": "T extends SbbElement"
|
|
64892
|
+
]
|
|
64893
|
+
},
|
|
64894
|
+
{
|
|
64895
|
+
"kind": "variable",
|
|
64896
|
+
"name": "sbbLiveAnnouncer",
|
|
64897
|
+
"default": "new SbbLiveAnnouncer()"
|
|
64906
64898
|
}
|
|
64907
64899
|
],
|
|
64908
64900
|
"exports": [
|
|
64909
64901
|
{
|
|
64910
64902
|
"kind": "js",
|
|
64911
|
-
"name": "
|
|
64903
|
+
"name": "SbbLiveAnnouncer",
|
|
64912
64904
|
"declaration": {
|
|
64913
|
-
"name": "
|
|
64914
|
-
"module": "core/
|
|
64905
|
+
"name": "SbbLiveAnnouncer",
|
|
64906
|
+
"module": "core/a11y/live-announcer.js"
|
|
64907
|
+
}
|
|
64908
|
+
},
|
|
64909
|
+
{
|
|
64910
|
+
"kind": "js",
|
|
64911
|
+
"name": "sbbLiveAnnouncer",
|
|
64912
|
+
"declaration": {
|
|
64913
|
+
"name": "sbbLiveAnnouncer",
|
|
64914
|
+
"module": "core/a11y/live-announcer.js"
|
|
64915
64915
|
}
|
|
64916
64916
|
}
|
|
64917
64917
|
]
|
|
@@ -109983,6 +109983,176 @@
|
|
|
109983
109983
|
}
|
|
109984
109984
|
]
|
|
109985
109985
|
},
|
|
109986
|
+
{
|
|
109987
|
+
"kind": "javascript-module",
|
|
109988
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
109989
|
+
"declarations": [
|
|
109990
|
+
{
|
|
109991
|
+
"kind": "class",
|
|
109992
|
+
"description": "",
|
|
109993
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109994
|
+
"members": [
|
|
109995
|
+
{
|
|
109996
|
+
"kind": "field",
|
|
109997
|
+
"name": "size",
|
|
109998
|
+
"type": {
|
|
109999
|
+
"text": "SbbNavigationActionSize"
|
|
110000
|
+
},
|
|
110001
|
+
"privacy": "public"
|
|
110002
|
+
},
|
|
110003
|
+
{
|
|
110004
|
+
"kind": "field",
|
|
110005
|
+
"name": "marker",
|
|
110006
|
+
"type": {
|
|
110007
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110008
|
+
},
|
|
110009
|
+
"privacy": "public",
|
|
110010
|
+
"readonly": true
|
|
110011
|
+
},
|
|
110012
|
+
{
|
|
110013
|
+
"kind": "field",
|
|
110014
|
+
"name": "section",
|
|
110015
|
+
"type": {
|
|
110016
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110017
|
+
},
|
|
110018
|
+
"privacy": "public",
|
|
110019
|
+
"readonly": true
|
|
110020
|
+
},
|
|
110021
|
+
{
|
|
110022
|
+
"kind": "field",
|
|
110023
|
+
"name": "connectedSection",
|
|
110024
|
+
"type": {
|
|
110025
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110026
|
+
},
|
|
110027
|
+
"privacy": "public"
|
|
110028
|
+
}
|
|
110029
|
+
]
|
|
110030
|
+
},
|
|
110031
|
+
{
|
|
110032
|
+
"kind": "mixin",
|
|
110033
|
+
"description": "",
|
|
110034
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110035
|
+
"members": [
|
|
110036
|
+
{
|
|
110037
|
+
"kind": "field",
|
|
110038
|
+
"name": "styles",
|
|
110039
|
+
"type": {
|
|
110040
|
+
"text": "CSSResultGroup"
|
|
110041
|
+
},
|
|
110042
|
+
"privacy": "public",
|
|
110043
|
+
"static": true,
|
|
110044
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110045
|
+
},
|
|
110046
|
+
{
|
|
110047
|
+
"kind": "field",
|
|
110048
|
+
"name": "size",
|
|
110049
|
+
"type": {
|
|
110050
|
+
"text": "SbbNavigationActionSize"
|
|
110051
|
+
},
|
|
110052
|
+
"privacy": "public",
|
|
110053
|
+
"description": "Action size variant, either s, m or l.",
|
|
110054
|
+
"default": "'l' / 's' (lean)",
|
|
110055
|
+
"attribute": "size",
|
|
110056
|
+
"reflects": true
|
|
110057
|
+
},
|
|
110058
|
+
{
|
|
110059
|
+
"kind": "field",
|
|
110060
|
+
"name": "connectedSection",
|
|
110061
|
+
"type": {
|
|
110062
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110063
|
+
},
|
|
110064
|
+
"privacy": "public",
|
|
110065
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110066
|
+
},
|
|
110067
|
+
{
|
|
110068
|
+
"kind": "field",
|
|
110069
|
+
"name": "marker",
|
|
110070
|
+
"type": {
|
|
110071
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110072
|
+
},
|
|
110073
|
+
"privacy": "public",
|
|
110074
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110075
|
+
"readonly": true
|
|
110076
|
+
},
|
|
110077
|
+
{
|
|
110078
|
+
"kind": "field",
|
|
110079
|
+
"name": "section",
|
|
110080
|
+
"type": {
|
|
110081
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110082
|
+
},
|
|
110083
|
+
"privacy": "public",
|
|
110084
|
+
"description": "The section in which the action is nested.",
|
|
110085
|
+
"readonly": true
|
|
110086
|
+
},
|
|
110087
|
+
{
|
|
110088
|
+
"kind": "field",
|
|
110089
|
+
"name": "_navigationMarker",
|
|
110090
|
+
"type": {
|
|
110091
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110092
|
+
},
|
|
110093
|
+
"privacy": "private",
|
|
110094
|
+
"default": "null"
|
|
110095
|
+
},
|
|
110096
|
+
{
|
|
110097
|
+
"kind": "field",
|
|
110098
|
+
"name": "_navigationSection",
|
|
110099
|
+
"type": {
|
|
110100
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110101
|
+
},
|
|
110102
|
+
"privacy": "private",
|
|
110103
|
+
"default": "null"
|
|
110104
|
+
},
|
|
110105
|
+
{
|
|
110106
|
+
"kind": "method",
|
|
110107
|
+
"name": "renderTemplate",
|
|
110108
|
+
"privacy": "protected",
|
|
110109
|
+
"return": {
|
|
110110
|
+
"type": {
|
|
110111
|
+
"text": "TemplateResult"
|
|
110112
|
+
}
|
|
110113
|
+
}
|
|
110114
|
+
}
|
|
110115
|
+
],
|
|
110116
|
+
"attributes": [
|
|
110117
|
+
{
|
|
110118
|
+
"name": "size",
|
|
110119
|
+
"type": {
|
|
110120
|
+
"text": "SbbNavigationActionSize"
|
|
110121
|
+
},
|
|
110122
|
+
"description": "Action size variant, either s, m or l.",
|
|
110123
|
+
"default": "'l' / 's' (lean)",
|
|
110124
|
+
"fieldName": "size"
|
|
110125
|
+
}
|
|
110126
|
+
],
|
|
110127
|
+
"parameters": [
|
|
110128
|
+
{
|
|
110129
|
+
"name": "superClass",
|
|
110130
|
+
"type": {
|
|
110131
|
+
"text": "T"
|
|
110132
|
+
}
|
|
110133
|
+
}
|
|
110134
|
+
]
|
|
110135
|
+
}
|
|
110136
|
+
],
|
|
110137
|
+
"exports": [
|
|
110138
|
+
{
|
|
110139
|
+
"kind": "js",
|
|
110140
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110141
|
+
"declaration": {
|
|
110142
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110143
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110144
|
+
}
|
|
110145
|
+
},
|
|
110146
|
+
{
|
|
110147
|
+
"kind": "js",
|
|
110148
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110149
|
+
"declaration": {
|
|
110150
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110151
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110152
|
+
}
|
|
110153
|
+
}
|
|
110154
|
+
]
|
|
110155
|
+
},
|
|
109986
110156
|
{
|
|
109987
110157
|
"kind": "javascript-module",
|
|
109988
110158
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -110201,176 +110371,6 @@
|
|
|
110201
110371
|
}
|
|
110202
110372
|
]
|
|
110203
110373
|
},
|
|
110204
|
-
{
|
|
110205
|
-
"kind": "javascript-module",
|
|
110206
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
110207
|
-
"declarations": [
|
|
110208
|
-
{
|
|
110209
|
-
"kind": "class",
|
|
110210
|
-
"description": "",
|
|
110211
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110212
|
-
"members": [
|
|
110213
|
-
{
|
|
110214
|
-
"kind": "field",
|
|
110215
|
-
"name": "size",
|
|
110216
|
-
"type": {
|
|
110217
|
-
"text": "SbbNavigationActionSize"
|
|
110218
|
-
},
|
|
110219
|
-
"privacy": "public"
|
|
110220
|
-
},
|
|
110221
|
-
{
|
|
110222
|
-
"kind": "field",
|
|
110223
|
-
"name": "marker",
|
|
110224
|
-
"type": {
|
|
110225
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110226
|
-
},
|
|
110227
|
-
"privacy": "public",
|
|
110228
|
-
"readonly": true
|
|
110229
|
-
},
|
|
110230
|
-
{
|
|
110231
|
-
"kind": "field",
|
|
110232
|
-
"name": "section",
|
|
110233
|
-
"type": {
|
|
110234
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110235
|
-
},
|
|
110236
|
-
"privacy": "public",
|
|
110237
|
-
"readonly": true
|
|
110238
|
-
},
|
|
110239
|
-
{
|
|
110240
|
-
"kind": "field",
|
|
110241
|
-
"name": "connectedSection",
|
|
110242
|
-
"type": {
|
|
110243
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110244
|
-
},
|
|
110245
|
-
"privacy": "public"
|
|
110246
|
-
}
|
|
110247
|
-
]
|
|
110248
|
-
},
|
|
110249
|
-
{
|
|
110250
|
-
"kind": "mixin",
|
|
110251
|
-
"description": "",
|
|
110252
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110253
|
-
"members": [
|
|
110254
|
-
{
|
|
110255
|
-
"kind": "field",
|
|
110256
|
-
"name": "styles",
|
|
110257
|
-
"type": {
|
|
110258
|
-
"text": "CSSResultGroup"
|
|
110259
|
-
},
|
|
110260
|
-
"privacy": "public",
|
|
110261
|
-
"static": true,
|
|
110262
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110263
|
-
},
|
|
110264
|
-
{
|
|
110265
|
-
"kind": "field",
|
|
110266
|
-
"name": "size",
|
|
110267
|
-
"type": {
|
|
110268
|
-
"text": "SbbNavigationActionSize"
|
|
110269
|
-
},
|
|
110270
|
-
"privacy": "public",
|
|
110271
|
-
"description": "Action size variant, either s, m or l.",
|
|
110272
|
-
"default": "'l' / 's' (lean)",
|
|
110273
|
-
"attribute": "size",
|
|
110274
|
-
"reflects": true
|
|
110275
|
-
},
|
|
110276
|
-
{
|
|
110277
|
-
"kind": "field",
|
|
110278
|
-
"name": "connectedSection",
|
|
110279
|
-
"type": {
|
|
110280
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110281
|
-
},
|
|
110282
|
-
"privacy": "public",
|
|
110283
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110284
|
-
},
|
|
110285
|
-
{
|
|
110286
|
-
"kind": "field",
|
|
110287
|
-
"name": "marker",
|
|
110288
|
-
"type": {
|
|
110289
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110290
|
-
},
|
|
110291
|
-
"privacy": "public",
|
|
110292
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110293
|
-
"readonly": true
|
|
110294
|
-
},
|
|
110295
|
-
{
|
|
110296
|
-
"kind": "field",
|
|
110297
|
-
"name": "section",
|
|
110298
|
-
"type": {
|
|
110299
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110300
|
-
},
|
|
110301
|
-
"privacy": "public",
|
|
110302
|
-
"description": "The section in which the action is nested.",
|
|
110303
|
-
"readonly": true
|
|
110304
|
-
},
|
|
110305
|
-
{
|
|
110306
|
-
"kind": "field",
|
|
110307
|
-
"name": "_navigationMarker",
|
|
110308
|
-
"type": {
|
|
110309
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110310
|
-
},
|
|
110311
|
-
"privacy": "private",
|
|
110312
|
-
"default": "null"
|
|
110313
|
-
},
|
|
110314
|
-
{
|
|
110315
|
-
"kind": "field",
|
|
110316
|
-
"name": "_navigationSection",
|
|
110317
|
-
"type": {
|
|
110318
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110319
|
-
},
|
|
110320
|
-
"privacy": "private",
|
|
110321
|
-
"default": "null"
|
|
110322
|
-
},
|
|
110323
|
-
{
|
|
110324
|
-
"kind": "method",
|
|
110325
|
-
"name": "renderTemplate",
|
|
110326
|
-
"privacy": "protected",
|
|
110327
|
-
"return": {
|
|
110328
|
-
"type": {
|
|
110329
|
-
"text": "TemplateResult"
|
|
110330
|
-
}
|
|
110331
|
-
}
|
|
110332
|
-
}
|
|
110333
|
-
],
|
|
110334
|
-
"attributes": [
|
|
110335
|
-
{
|
|
110336
|
-
"name": "size",
|
|
110337
|
-
"type": {
|
|
110338
|
-
"text": "SbbNavigationActionSize"
|
|
110339
|
-
},
|
|
110340
|
-
"description": "Action size variant, either s, m or l.",
|
|
110341
|
-
"default": "'l' / 's' (lean)",
|
|
110342
|
-
"fieldName": "size"
|
|
110343
|
-
}
|
|
110344
|
-
],
|
|
110345
|
-
"parameters": [
|
|
110346
|
-
{
|
|
110347
|
-
"name": "superClass",
|
|
110348
|
-
"type": {
|
|
110349
|
-
"text": "T"
|
|
110350
|
-
}
|
|
110351
|
-
}
|
|
110352
|
-
]
|
|
110353
|
-
}
|
|
110354
|
-
],
|
|
110355
|
-
"exports": [
|
|
110356
|
-
{
|
|
110357
|
-
"kind": "js",
|
|
110358
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110359
|
-
"declaration": {
|
|
110360
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110361
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110362
|
-
}
|
|
110363
|
-
},
|
|
110364
|
-
{
|
|
110365
|
-
"kind": "js",
|
|
110366
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110367
|
-
"declaration": {
|
|
110368
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110369
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110370
|
-
}
|
|
110371
|
-
}
|
|
110372
|
-
]
|
|
110373
|
-
},
|
|
110374
110374
|
{
|
|
110375
110375
|
"kind": "javascript-module",
|
|
110376
110376
|
"path": "navigation/navigation/navigation.component.js",
|
|
@@ -123974,364 +123974,109 @@
|
|
|
123974
123974
|
}
|
|
123975
123975
|
}
|
|
123976
123976
|
],
|
|
123977
|
-
"mixins": [
|
|
123978
|
-
{
|
|
123979
|
-
"name": "SbbIconNameMixin",
|
|
123980
|
-
"module": "icon.js"
|
|
123981
|
-
},
|
|
123982
|
-
{
|
|
123983
|
-
"name": "SbbDisabledMixin",
|
|
123984
|
-
"module": "core/mixins.js"
|
|
123985
|
-
}
|
|
123986
|
-
],
|
|
123987
|
-
"superclass": {
|
|
123988
|
-
"name": "SbbButtonBaseElement",
|
|
123989
|
-
"module": "core/base-elements.js"
|
|
123990
|
-
},
|
|
123991
|
-
"tagName": "sbb-step-label",
|
|
123992
|
-
"customElement": true,
|
|
123993
|
-
"attributes": [
|
|
123994
|
-
{
|
|
123995
|
-
"name": "icon-name",
|
|
123996
|
-
"type": {
|
|
123997
|
-
"text": "string"
|
|
123998
|
-
},
|
|
123999
|
-
"default": "''",
|
|
124000
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
124001
|
-
"fieldName": "iconName",
|
|
124002
|
-
"inheritedFrom": {
|
|
124003
|
-
"name": "SbbIconNameMixin",
|
|
124004
|
-
"module": "icon/icon-name-mixin.js"
|
|
124005
|
-
}
|
|
124006
|
-
},
|
|
124007
|
-
{
|
|
124008
|
-
"name": "disabled",
|
|
124009
|
-
"description": "Whether the component is disabled.",
|
|
124010
|
-
"default": "false",
|
|
124011
|
-
"type": {
|
|
124012
|
-
"text": "boolean"
|
|
124013
|
-
},
|
|
124014
|
-
"fieldName": "disabled",
|
|
124015
|
-
"inheritedFrom": {
|
|
124016
|
-
"name": "SbbDisabledMixin",
|
|
124017
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
124018
|
-
}
|
|
124019
|
-
},
|
|
124020
|
-
{
|
|
124021
|
-
"name": "value",
|
|
124022
|
-
"type": {
|
|
124023
|
-
"text": "string"
|
|
124024
|
-
},
|
|
124025
|
-
"default": "''",
|
|
124026
|
-
"description": "Value of the form element.",
|
|
124027
|
-
"fieldName": "value",
|
|
124028
|
-
"inheritedFrom": {
|
|
124029
|
-
"name": "SbbButtonBaseElement",
|
|
124030
|
-
"module": "core/base-elements/button-base-element.js"
|
|
124031
|
-
}
|
|
124032
|
-
},
|
|
124033
|
-
{
|
|
124034
|
-
"name": "type",
|
|
124035
|
-
"description": "The type attribute to use for the button.",
|
|
124036
|
-
"default": "'button'",
|
|
124037
|
-
"type": {
|
|
124038
|
-
"text": "SbbButtonType"
|
|
124039
|
-
},
|
|
124040
|
-
"fieldName": "type",
|
|
124041
|
-
"inheritedFrom": {
|
|
124042
|
-
"name": "SbbButtonBaseElement",
|
|
124043
|
-
"module": "core/base-elements/button-base-element.js"
|
|
124044
|
-
}
|
|
124045
|
-
},
|
|
124046
|
-
{
|
|
124047
|
-
"name": "form",
|
|
124048
|
-
"description": "The `<form>` element to associate the button with.",
|
|
124049
|
-
"type": {
|
|
124050
|
-
"text": "HTMLFormElement | null"
|
|
124051
|
-
},
|
|
124052
|
-
"fieldName": "form",
|
|
124053
|
-
"inheritedFrom": {
|
|
124054
|
-
"name": "SbbButtonBaseElement",
|
|
124055
|
-
"module": "core/base-elements/button-base-element.js"
|
|
124056
|
-
}
|
|
124057
|
-
},
|
|
124058
|
-
{
|
|
124059
|
-
"name": "name",
|
|
124060
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
124061
|
-
"type": {
|
|
124062
|
-
"text": "string"
|
|
124063
|
-
},
|
|
124064
|
-
"fieldName": "name",
|
|
124065
|
-
"inheritedFrom": {
|
|
124066
|
-
"name": "SbbFormAssociatedMixin",
|
|
124067
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
124068
|
-
}
|
|
124069
|
-
}
|
|
124070
|
-
]
|
|
124071
|
-
}
|
|
124072
|
-
],
|
|
124073
|
-
"exports": [
|
|
124074
|
-
{
|
|
124075
|
-
"kind": "js",
|
|
124076
|
-
"name": "SbbStepLabelElement",
|
|
124077
|
-
"declaration": {
|
|
124078
|
-
"name": "SbbStepLabelElement",
|
|
124079
|
-
"module": "stepper/step-label/step-label.component.js"
|
|
124080
|
-
}
|
|
124081
|
-
}
|
|
124082
|
-
]
|
|
124083
|
-
},
|
|
124084
|
-
{
|
|
124085
|
-
"kind": "javascript-module",
|
|
124086
|
-
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
124087
|
-
"declarations": [
|
|
124088
|
-
{
|
|
124089
|
-
"kind": "class",
|
|
124090
|
-
"description": "Wraps a table to enhance its functionality.",
|
|
124091
|
-
"name": "SbbTableWrapperElement",
|
|
124092
|
-
"slots": [
|
|
124093
|
-
{
|
|
124094
|
-
"description": "Use the unnamed slot to add the table.",
|
|
124095
|
-
"name": ""
|
|
124096
|
-
}
|
|
124097
|
-
],
|
|
124098
|
-
"members": [
|
|
124099
|
-
{
|
|
124100
|
-
"kind": "field",
|
|
124101
|
-
"name": "elementName",
|
|
124102
|
-
"type": {
|
|
124103
|
-
"text": "string"
|
|
124104
|
-
},
|
|
124105
|
-
"privacy": "public",
|
|
124106
|
-
"static": true,
|
|
124107
|
-
"readonly": true,
|
|
124108
|
-
"default": "'sbb-table-wrapper'",
|
|
124109
|
-
"inheritedFrom": {
|
|
124110
|
-
"name": "SbbElement",
|
|
124111
|
-
"module": "core/base-elements/element.js"
|
|
124112
|
-
}
|
|
124113
|
-
},
|
|
124114
|
-
{
|
|
124115
|
-
"kind": "field",
|
|
124116
|
-
"name": "role",
|
|
124117
|
-
"type": {
|
|
124118
|
-
"text": "string"
|
|
124119
|
-
},
|
|
124120
|
-
"privacy": "public",
|
|
124121
|
-
"static": true,
|
|
124122
|
-
"readonly": true,
|
|
124123
|
-
"default": "'section'"
|
|
124124
|
-
},
|
|
124125
|
-
{
|
|
124126
|
-
"kind": "field",
|
|
124127
|
-
"name": "focusable",
|
|
124128
|
-
"type": {
|
|
124129
|
-
"text": "boolean"
|
|
124130
|
-
},
|
|
124131
|
-
"privacy": "public",
|
|
124132
|
-
"default": "false",
|
|
124133
|
-
"description": "Whether the table wrapper is focusable.",
|
|
124134
|
-
"attribute": "focusable",
|
|
124135
|
-
"reflects": true
|
|
124136
|
-
},
|
|
124137
|
-
{
|
|
124138
|
-
"kind": "method",
|
|
124139
|
-
"name": "_updateScrollbarClass",
|
|
124140
|
-
"privacy": "private",
|
|
124141
|
-
"return": {
|
|
124142
|
-
"type": {
|
|
124143
|
-
"text": "void"
|
|
124144
|
-
}
|
|
124145
|
-
}
|
|
124146
|
-
},
|
|
124147
|
-
{
|
|
124148
|
-
"kind": "method",
|
|
124149
|
-
"name": "_checkHorizontalScrollbarOffset",
|
|
124150
|
-
"privacy": "private",
|
|
124151
|
-
"return": {
|
|
124152
|
-
"type": {
|
|
124153
|
-
"text": "void"
|
|
124154
|
-
}
|
|
124155
|
-
},
|
|
124156
|
-
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
124157
|
-
},
|
|
124158
|
-
{
|
|
124159
|
-
"kind": "method",
|
|
124160
|
-
"name": "_calculateScrollOffset",
|
|
124161
|
-
"privacy": "private",
|
|
124162
|
-
"return": {
|
|
124163
|
-
"type": {
|
|
124164
|
-
"text": "'none' | 'left' | 'right' | 'both'"
|
|
124165
|
-
}
|
|
124166
|
-
}
|
|
124167
|
-
},
|
|
124168
|
-
{
|
|
124169
|
-
"kind": "field",
|
|
124170
|
-
"name": "negative",
|
|
124171
|
-
"type": {
|
|
124172
|
-
"text": "boolean"
|
|
124173
|
-
},
|
|
124174
|
-
"privacy": "public",
|
|
124175
|
-
"default": "false",
|
|
124176
|
-
"description": "Negative coloring variant flag.",
|
|
124177
|
-
"attribute": "negative",
|
|
124178
|
-
"reflects": true,
|
|
124179
|
-
"inheritedFrom": {
|
|
124180
|
-
"name": "SbbNegativeMixin",
|
|
124181
|
-
"module": "core/mixins/negative-mixin.js"
|
|
124182
|
-
}
|
|
124183
|
-
},
|
|
124184
|
-
{
|
|
124185
|
-
"kind": "field",
|
|
124186
|
-
"name": "_hydrationRequired",
|
|
124187
|
-
"type": {
|
|
124188
|
-
"text": "boolean"
|
|
124189
|
-
},
|
|
124190
|
-
"privacy": "private",
|
|
124191
|
-
"default": "!!this.shadowRoot",
|
|
124192
|
-
"inheritedFrom": {
|
|
124193
|
-
"name": "SbbElement",
|
|
124194
|
-
"module": "core/base-elements/element.js"
|
|
124195
|
-
}
|
|
124196
|
-
},
|
|
124197
|
-
{
|
|
124198
|
-
"kind": "field",
|
|
124199
|
-
"name": "_hydrationComplete",
|
|
124200
|
-
"privacy": "private",
|
|
124201
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
124202
|
-
"inheritedFrom": {
|
|
124203
|
-
"name": "SbbElement",
|
|
124204
|
-
"module": "core/base-elements/element.js"
|
|
124205
|
-
}
|
|
124206
|
-
},
|
|
124207
|
-
{
|
|
124208
|
-
"kind": "field",
|
|
124209
|
-
"name": "_resolveHydration",
|
|
124210
|
-
"type": {
|
|
124211
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
124212
|
-
},
|
|
124213
|
-
"privacy": "private",
|
|
124214
|
-
"inheritedFrom": {
|
|
124215
|
-
"name": "SbbElement",
|
|
124216
|
-
"module": "core/base-elements/element.js"
|
|
124217
|
-
}
|
|
124218
|
-
},
|
|
124219
|
-
{
|
|
124220
|
-
"kind": "field",
|
|
124221
|
-
"name": "hydrationRequired",
|
|
124222
|
-
"type": {
|
|
124223
|
-
"text": "boolean"
|
|
124224
|
-
},
|
|
124225
|
-
"privacy": "protected",
|
|
124226
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
124227
|
-
"readonly": true,
|
|
124228
|
-
"inheritedFrom": {
|
|
124229
|
-
"name": "SbbElement",
|
|
124230
|
-
"module": "core/base-elements/element.js"
|
|
124231
|
-
},
|
|
124232
|
-
"default": "!!this.shadowRoot"
|
|
124233
|
-
},
|
|
124234
|
-
{
|
|
124235
|
-
"kind": "method",
|
|
124236
|
-
"name": "toggleState",
|
|
124237
|
-
"privacy": "protected",
|
|
124238
|
-
"return": {
|
|
124239
|
-
"type": {
|
|
124240
|
-
"text": "void"
|
|
124241
|
-
}
|
|
124242
|
-
},
|
|
124243
|
-
"parameters": [
|
|
124244
|
-
{
|
|
124245
|
-
"name": "value",
|
|
124246
|
-
"type": {
|
|
124247
|
-
"text": "string"
|
|
124248
|
-
}
|
|
124249
|
-
},
|
|
124250
|
-
{
|
|
124251
|
-
"name": "force",
|
|
124252
|
-
"optional": true,
|
|
124253
|
-
"type": {
|
|
124254
|
-
"text": "boolean"
|
|
124255
|
-
}
|
|
124256
|
-
}
|
|
124257
|
-
],
|
|
124258
|
-
"inheritedFrom": {
|
|
124259
|
-
"name": "SbbElement",
|
|
124260
|
-
"module": "core/base-elements/element.js"
|
|
124261
|
-
}
|
|
124262
|
-
},
|
|
124263
|
-
{
|
|
124264
|
-
"kind": "field",
|
|
124265
|
-
"name": "['_$sbbElement$']",
|
|
124266
|
-
"type": {
|
|
124267
|
-
"text": "boolean"
|
|
124268
|
-
},
|
|
124269
|
-
"privacy": "public",
|
|
124270
|
-
"static": true,
|
|
124271
|
-
"default": "true",
|
|
124272
|
-
"inheritedFrom": {
|
|
124273
|
-
"name": "SbbElement",
|
|
124274
|
-
"module": "core/base-elements/element.js"
|
|
124275
|
-
}
|
|
124276
|
-
},
|
|
124277
|
-
{
|
|
124278
|
-
"kind": "field",
|
|
124279
|
-
"name": "_controllers",
|
|
124280
|
-
"type": {
|
|
124281
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
124282
|
-
},
|
|
124283
|
-
"privacy": "private",
|
|
124284
|
-
"inheritedFrom": {
|
|
124285
|
-
"name": "SbbElement",
|
|
124286
|
-
"module": "core/base-elements/element.js"
|
|
124287
|
-
}
|
|
124288
|
-
}
|
|
124289
|
-
],
|
|
123977
|
+
"mixins": [
|
|
123978
|
+
{
|
|
123979
|
+
"name": "SbbIconNameMixin",
|
|
123980
|
+
"module": "icon.js"
|
|
123981
|
+
},
|
|
123982
|
+
{
|
|
123983
|
+
"name": "SbbDisabledMixin",
|
|
123984
|
+
"module": "core/mixins.js"
|
|
123985
|
+
}
|
|
123986
|
+
],
|
|
123987
|
+
"superclass": {
|
|
123988
|
+
"name": "SbbButtonBaseElement",
|
|
123989
|
+
"module": "core/base-elements.js"
|
|
123990
|
+
},
|
|
123991
|
+
"tagName": "sbb-step-label",
|
|
123992
|
+
"customElement": true,
|
|
124290
123993
|
"attributes": [
|
|
124291
123994
|
{
|
|
124292
|
-
"name": "
|
|
123995
|
+
"name": "icon-name",
|
|
124293
123996
|
"type": {
|
|
124294
|
-
"text": "
|
|
123997
|
+
"text": "string"
|
|
124295
123998
|
},
|
|
124296
|
-
"default": "
|
|
124297
|
-
"description": "
|
|
124298
|
-
"fieldName": "
|
|
123999
|
+
"default": "''",
|
|
124000
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
124001
|
+
"fieldName": "iconName",
|
|
124002
|
+
"inheritedFrom": {
|
|
124003
|
+
"name": "SbbIconNameMixin",
|
|
124004
|
+
"module": "icon/icon-name-mixin.js"
|
|
124005
|
+
}
|
|
124299
124006
|
},
|
|
124300
124007
|
{
|
|
124301
|
-
"name": "
|
|
124008
|
+
"name": "disabled",
|
|
124009
|
+
"description": "Whether the component is disabled.",
|
|
124010
|
+
"default": "false",
|
|
124302
124011
|
"type": {
|
|
124303
124012
|
"text": "boolean"
|
|
124304
124013
|
},
|
|
124305
|
-
"
|
|
124306
|
-
"description": "Negative coloring variant flag.",
|
|
124307
|
-
"fieldName": "negative",
|
|
124014
|
+
"fieldName": "disabled",
|
|
124308
124015
|
"inheritedFrom": {
|
|
124309
|
-
"name": "
|
|
124310
|
-
"module": "core/mixins/
|
|
124016
|
+
"name": "SbbDisabledMixin",
|
|
124017
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
124311
124018
|
}
|
|
124312
|
-
}
|
|
124313
|
-
],
|
|
124314
|
-
"mixins": [
|
|
124019
|
+
},
|
|
124315
124020
|
{
|
|
124316
|
-
"name": "
|
|
124317
|
-
"
|
|
124021
|
+
"name": "value",
|
|
124022
|
+
"type": {
|
|
124023
|
+
"text": "string"
|
|
124024
|
+
},
|
|
124025
|
+
"default": "''",
|
|
124026
|
+
"description": "Value of the form element.",
|
|
124027
|
+
"fieldName": "value",
|
|
124028
|
+
"inheritedFrom": {
|
|
124029
|
+
"name": "SbbButtonBaseElement",
|
|
124030
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124031
|
+
}
|
|
124032
|
+
},
|
|
124033
|
+
{
|
|
124034
|
+
"name": "type",
|
|
124035
|
+
"description": "The type attribute to use for the button.",
|
|
124036
|
+
"default": "'button'",
|
|
124037
|
+
"type": {
|
|
124038
|
+
"text": "SbbButtonType"
|
|
124039
|
+
},
|
|
124040
|
+
"fieldName": "type",
|
|
124041
|
+
"inheritedFrom": {
|
|
124042
|
+
"name": "SbbButtonBaseElement",
|
|
124043
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124044
|
+
}
|
|
124045
|
+
},
|
|
124046
|
+
{
|
|
124047
|
+
"name": "form",
|
|
124048
|
+
"description": "The `<form>` element to associate the button with.",
|
|
124049
|
+
"type": {
|
|
124050
|
+
"text": "HTMLFormElement | null"
|
|
124051
|
+
},
|
|
124052
|
+
"fieldName": "form",
|
|
124053
|
+
"inheritedFrom": {
|
|
124054
|
+
"name": "SbbButtonBaseElement",
|
|
124055
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124056
|
+
}
|
|
124057
|
+
},
|
|
124058
|
+
{
|
|
124059
|
+
"name": "name",
|
|
124060
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
124061
|
+
"type": {
|
|
124062
|
+
"text": "string"
|
|
124063
|
+
},
|
|
124064
|
+
"fieldName": "name",
|
|
124065
|
+
"inheritedFrom": {
|
|
124066
|
+
"name": "SbbFormAssociatedMixin",
|
|
124067
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124068
|
+
}
|
|
124318
124069
|
}
|
|
124319
|
-
]
|
|
124320
|
-
"superclass": {
|
|
124321
|
-
"name": "SbbElement",
|
|
124322
|
-
"module": "core/base-elements.js"
|
|
124323
|
-
},
|
|
124324
|
-
"tagName": "sbb-table-wrapper",
|
|
124325
|
-
"customElement": true
|
|
124070
|
+
]
|
|
124326
124071
|
}
|
|
124327
124072
|
],
|
|
124328
124073
|
"exports": [
|
|
124329
124074
|
{
|
|
124330
124075
|
"kind": "js",
|
|
124331
|
-
"name": "
|
|
124076
|
+
"name": "SbbStepLabelElement",
|
|
124332
124077
|
"declaration": {
|
|
124333
|
-
"name": "
|
|
124334
|
-
"module": "
|
|
124078
|
+
"name": "SbbStepLabelElement",
|
|
124079
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
124335
124080
|
}
|
|
124336
124081
|
}
|
|
124337
124082
|
]
|
|
@@ -124967,6 +124712,261 @@
|
|
|
124967
124712
|
}
|
|
124968
124713
|
]
|
|
124969
124714
|
},
|
|
124715
|
+
{
|
|
124716
|
+
"kind": "javascript-module",
|
|
124717
|
+
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
124718
|
+
"declarations": [
|
|
124719
|
+
{
|
|
124720
|
+
"kind": "class",
|
|
124721
|
+
"description": "Wraps a table to enhance its functionality.",
|
|
124722
|
+
"name": "SbbTableWrapperElement",
|
|
124723
|
+
"slots": [
|
|
124724
|
+
{
|
|
124725
|
+
"description": "Use the unnamed slot to add the table.",
|
|
124726
|
+
"name": ""
|
|
124727
|
+
}
|
|
124728
|
+
],
|
|
124729
|
+
"members": [
|
|
124730
|
+
{
|
|
124731
|
+
"kind": "field",
|
|
124732
|
+
"name": "elementName",
|
|
124733
|
+
"type": {
|
|
124734
|
+
"text": "string"
|
|
124735
|
+
},
|
|
124736
|
+
"privacy": "public",
|
|
124737
|
+
"static": true,
|
|
124738
|
+
"readonly": true,
|
|
124739
|
+
"default": "'sbb-table-wrapper'",
|
|
124740
|
+
"inheritedFrom": {
|
|
124741
|
+
"name": "SbbElement",
|
|
124742
|
+
"module": "core/base-elements/element.js"
|
|
124743
|
+
}
|
|
124744
|
+
},
|
|
124745
|
+
{
|
|
124746
|
+
"kind": "field",
|
|
124747
|
+
"name": "role",
|
|
124748
|
+
"type": {
|
|
124749
|
+
"text": "string"
|
|
124750
|
+
},
|
|
124751
|
+
"privacy": "public",
|
|
124752
|
+
"static": true,
|
|
124753
|
+
"readonly": true,
|
|
124754
|
+
"default": "'section'"
|
|
124755
|
+
},
|
|
124756
|
+
{
|
|
124757
|
+
"kind": "field",
|
|
124758
|
+
"name": "focusable",
|
|
124759
|
+
"type": {
|
|
124760
|
+
"text": "boolean"
|
|
124761
|
+
},
|
|
124762
|
+
"privacy": "public",
|
|
124763
|
+
"default": "false",
|
|
124764
|
+
"description": "Whether the table wrapper is focusable.",
|
|
124765
|
+
"attribute": "focusable",
|
|
124766
|
+
"reflects": true
|
|
124767
|
+
},
|
|
124768
|
+
{
|
|
124769
|
+
"kind": "method",
|
|
124770
|
+
"name": "_updateScrollbarClass",
|
|
124771
|
+
"privacy": "private",
|
|
124772
|
+
"return": {
|
|
124773
|
+
"type": {
|
|
124774
|
+
"text": "void"
|
|
124775
|
+
}
|
|
124776
|
+
}
|
|
124777
|
+
},
|
|
124778
|
+
{
|
|
124779
|
+
"kind": "method",
|
|
124780
|
+
"name": "_checkHorizontalScrollbarOffset",
|
|
124781
|
+
"privacy": "private",
|
|
124782
|
+
"return": {
|
|
124783
|
+
"type": {
|
|
124784
|
+
"text": "void"
|
|
124785
|
+
}
|
|
124786
|
+
},
|
|
124787
|
+
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
124788
|
+
},
|
|
124789
|
+
{
|
|
124790
|
+
"kind": "method",
|
|
124791
|
+
"name": "_calculateScrollOffset",
|
|
124792
|
+
"privacy": "private",
|
|
124793
|
+
"return": {
|
|
124794
|
+
"type": {
|
|
124795
|
+
"text": "'none' | 'left' | 'right' | 'both'"
|
|
124796
|
+
}
|
|
124797
|
+
}
|
|
124798
|
+
},
|
|
124799
|
+
{
|
|
124800
|
+
"kind": "field",
|
|
124801
|
+
"name": "negative",
|
|
124802
|
+
"type": {
|
|
124803
|
+
"text": "boolean"
|
|
124804
|
+
},
|
|
124805
|
+
"privacy": "public",
|
|
124806
|
+
"default": "false",
|
|
124807
|
+
"description": "Negative coloring variant flag.",
|
|
124808
|
+
"attribute": "negative",
|
|
124809
|
+
"reflects": true,
|
|
124810
|
+
"inheritedFrom": {
|
|
124811
|
+
"name": "SbbNegativeMixin",
|
|
124812
|
+
"module": "core/mixins/negative-mixin.js"
|
|
124813
|
+
}
|
|
124814
|
+
},
|
|
124815
|
+
{
|
|
124816
|
+
"kind": "field",
|
|
124817
|
+
"name": "_hydrationRequired",
|
|
124818
|
+
"type": {
|
|
124819
|
+
"text": "boolean"
|
|
124820
|
+
},
|
|
124821
|
+
"privacy": "private",
|
|
124822
|
+
"default": "!!this.shadowRoot",
|
|
124823
|
+
"inheritedFrom": {
|
|
124824
|
+
"name": "SbbElement",
|
|
124825
|
+
"module": "core/base-elements/element.js"
|
|
124826
|
+
}
|
|
124827
|
+
},
|
|
124828
|
+
{
|
|
124829
|
+
"kind": "field",
|
|
124830
|
+
"name": "_hydrationComplete",
|
|
124831
|
+
"privacy": "private",
|
|
124832
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
124833
|
+
"inheritedFrom": {
|
|
124834
|
+
"name": "SbbElement",
|
|
124835
|
+
"module": "core/base-elements/element.js"
|
|
124836
|
+
}
|
|
124837
|
+
},
|
|
124838
|
+
{
|
|
124839
|
+
"kind": "field",
|
|
124840
|
+
"name": "_resolveHydration",
|
|
124841
|
+
"type": {
|
|
124842
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
124843
|
+
},
|
|
124844
|
+
"privacy": "private",
|
|
124845
|
+
"inheritedFrom": {
|
|
124846
|
+
"name": "SbbElement",
|
|
124847
|
+
"module": "core/base-elements/element.js"
|
|
124848
|
+
}
|
|
124849
|
+
},
|
|
124850
|
+
{
|
|
124851
|
+
"kind": "field",
|
|
124852
|
+
"name": "hydrationRequired",
|
|
124853
|
+
"type": {
|
|
124854
|
+
"text": "boolean"
|
|
124855
|
+
},
|
|
124856
|
+
"privacy": "protected",
|
|
124857
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
124858
|
+
"readonly": true,
|
|
124859
|
+
"inheritedFrom": {
|
|
124860
|
+
"name": "SbbElement",
|
|
124861
|
+
"module": "core/base-elements/element.js"
|
|
124862
|
+
},
|
|
124863
|
+
"default": "!!this.shadowRoot"
|
|
124864
|
+
},
|
|
124865
|
+
{
|
|
124866
|
+
"kind": "method",
|
|
124867
|
+
"name": "toggleState",
|
|
124868
|
+
"privacy": "protected",
|
|
124869
|
+
"return": {
|
|
124870
|
+
"type": {
|
|
124871
|
+
"text": "void"
|
|
124872
|
+
}
|
|
124873
|
+
},
|
|
124874
|
+
"parameters": [
|
|
124875
|
+
{
|
|
124876
|
+
"name": "value",
|
|
124877
|
+
"type": {
|
|
124878
|
+
"text": "string"
|
|
124879
|
+
}
|
|
124880
|
+
},
|
|
124881
|
+
{
|
|
124882
|
+
"name": "force",
|
|
124883
|
+
"optional": true,
|
|
124884
|
+
"type": {
|
|
124885
|
+
"text": "boolean"
|
|
124886
|
+
}
|
|
124887
|
+
}
|
|
124888
|
+
],
|
|
124889
|
+
"inheritedFrom": {
|
|
124890
|
+
"name": "SbbElement",
|
|
124891
|
+
"module": "core/base-elements/element.js"
|
|
124892
|
+
}
|
|
124893
|
+
},
|
|
124894
|
+
{
|
|
124895
|
+
"kind": "field",
|
|
124896
|
+
"name": "['_$sbbElement$']",
|
|
124897
|
+
"type": {
|
|
124898
|
+
"text": "boolean"
|
|
124899
|
+
},
|
|
124900
|
+
"privacy": "public",
|
|
124901
|
+
"static": true,
|
|
124902
|
+
"default": "true",
|
|
124903
|
+
"inheritedFrom": {
|
|
124904
|
+
"name": "SbbElement",
|
|
124905
|
+
"module": "core/base-elements/element.js"
|
|
124906
|
+
}
|
|
124907
|
+
},
|
|
124908
|
+
{
|
|
124909
|
+
"kind": "field",
|
|
124910
|
+
"name": "_controllers",
|
|
124911
|
+
"type": {
|
|
124912
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
124913
|
+
},
|
|
124914
|
+
"privacy": "private",
|
|
124915
|
+
"inheritedFrom": {
|
|
124916
|
+
"name": "SbbElement",
|
|
124917
|
+
"module": "core/base-elements/element.js"
|
|
124918
|
+
}
|
|
124919
|
+
}
|
|
124920
|
+
],
|
|
124921
|
+
"attributes": [
|
|
124922
|
+
{
|
|
124923
|
+
"name": "focusable",
|
|
124924
|
+
"type": {
|
|
124925
|
+
"text": "boolean"
|
|
124926
|
+
},
|
|
124927
|
+
"default": "false",
|
|
124928
|
+
"description": "Whether the table wrapper is focusable.",
|
|
124929
|
+
"fieldName": "focusable"
|
|
124930
|
+
},
|
|
124931
|
+
{
|
|
124932
|
+
"name": "negative",
|
|
124933
|
+
"type": {
|
|
124934
|
+
"text": "boolean"
|
|
124935
|
+
},
|
|
124936
|
+
"default": "false",
|
|
124937
|
+
"description": "Negative coloring variant flag.",
|
|
124938
|
+
"fieldName": "negative",
|
|
124939
|
+
"inheritedFrom": {
|
|
124940
|
+
"name": "SbbNegativeMixin",
|
|
124941
|
+
"module": "core/mixins/negative-mixin.js"
|
|
124942
|
+
}
|
|
124943
|
+
}
|
|
124944
|
+
],
|
|
124945
|
+
"mixins": [
|
|
124946
|
+
{
|
|
124947
|
+
"name": "SbbNegativeMixin",
|
|
124948
|
+
"module": "core/mixins.js"
|
|
124949
|
+
}
|
|
124950
|
+
],
|
|
124951
|
+
"superclass": {
|
|
124952
|
+
"name": "SbbElement",
|
|
124953
|
+
"module": "core/base-elements.js"
|
|
124954
|
+
},
|
|
124955
|
+
"tagName": "sbb-table-wrapper",
|
|
124956
|
+
"customElement": true
|
|
124957
|
+
}
|
|
124958
|
+
],
|
|
124959
|
+
"exports": [
|
|
124960
|
+
{
|
|
124961
|
+
"kind": "js",
|
|
124962
|
+
"name": "SbbTableWrapperElement",
|
|
124963
|
+
"declaration": {
|
|
124964
|
+
"name": "SbbTableWrapperElement",
|
|
124965
|
+
"module": "table/table-wrapper/table-wrapper.component.js"
|
|
124966
|
+
}
|
|
124967
|
+
}
|
|
124968
|
+
]
|
|
124969
|
+
},
|
|
124970
124970
|
{
|
|
124971
124971
|
"kind": "javascript-module",
|
|
124972
124972
|
"path": "tabs/common/styles.js",
|