@sbb-esta/lyne-elements-dev 4.0.0-dev.1775721561 → 4.0.0-dev.1775762453
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 +1048 -1048
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -71455,326 +71455,180 @@
|
|
|
71455
71455
|
},
|
|
71456
71456
|
{
|
|
71457
71457
|
"kind": "javascript-module",
|
|
71458
|
-
"path": "
|
|
71458
|
+
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
71459
71459
|
"declarations": [
|
|
71460
71460
|
{
|
|
71461
|
-
"kind": "
|
|
71462
|
-
"
|
|
71463
|
-
"
|
|
71464
|
-
|
|
71465
|
-
"text": "boolean"
|
|
71466
|
-
}
|
|
71467
|
-
},
|
|
71468
|
-
"parameters": [
|
|
71461
|
+
"kind": "class",
|
|
71462
|
+
"description": "A container that sticks to the bottom of the page if slotted into `sbb-container`.",
|
|
71463
|
+
"name": "SbbStickyBarElement",
|
|
71464
|
+
"cssProperties": [
|
|
71469
71465
|
{
|
|
71470
|
-
"
|
|
71471
|
-
"
|
|
71472
|
-
|
|
71473
|
-
|
|
71474
|
-
"description": "The keyboard event to check."
|
|
71475
|
-
}
|
|
71476
|
-
],
|
|
71477
|
-
"description": "Check if the key pressed is among those allowed for navigation."
|
|
71478
|
-
},
|
|
71479
|
-
{
|
|
71480
|
-
"kind": "function",
|
|
71481
|
-
"name": "isPreviousArrowKeyPressed",
|
|
71482
|
-
"return": {
|
|
71483
|
-
"type": {
|
|
71484
|
-
"text": "boolean"
|
|
71485
|
-
}
|
|
71486
|
-
},
|
|
71487
|
-
"parameters": [
|
|
71466
|
+
"description": "Block padding of the sticky bar.",
|
|
71467
|
+
"name": "--sbb-sticky-bar-padding-block",
|
|
71468
|
+
"default": "var(--sbb-spacing-responsive-xs)"
|
|
71469
|
+
},
|
|
71488
71470
|
{
|
|
71489
|
-
"
|
|
71490
|
-
"
|
|
71491
|
-
|
|
71492
|
-
|
|
71493
|
-
|
|
71471
|
+
"description": "Define an additional area where the sticky bar overlaps the following content on the bottom. This area becomes visible when the sticky bar transitions from sticky to the normal document flow.",
|
|
71472
|
+
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
71473
|
+
"default": "0px"
|
|
71474
|
+
},
|
|
71475
|
+
{
|
|
71476
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
71477
|
+
"name": "--sbb-sticky-bar-z-index"
|
|
71494
71478
|
}
|
|
71495
71479
|
],
|
|
71496
|
-
"
|
|
71497
|
-
},
|
|
71498
|
-
{
|
|
71499
|
-
"kind": "function",
|
|
71500
|
-
"name": "isNextArrowKeyPressed",
|
|
71501
|
-
"return": {
|
|
71502
|
-
"type": {
|
|
71503
|
-
"text": "boolean"
|
|
71504
|
-
}
|
|
71505
|
-
},
|
|
71506
|
-
"parameters": [
|
|
71480
|
+
"slots": [
|
|
71507
71481
|
{
|
|
71508
|
-
"
|
|
71509
|
-
"
|
|
71510
|
-
"text": "KeyboardEvent"
|
|
71511
|
-
},
|
|
71512
|
-
"description": "The keyboard event to check."
|
|
71482
|
+
"description": "Use the unnamed slot to add content to the sticky bar.",
|
|
71483
|
+
"name": ""
|
|
71513
71484
|
}
|
|
71514
71485
|
],
|
|
71515
|
-
"
|
|
71516
|
-
},
|
|
71517
|
-
{
|
|
71518
|
-
"kind": "function",
|
|
71519
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
71520
|
-
"return": {
|
|
71521
|
-
"type": {
|
|
71522
|
-
"text": "boolean"
|
|
71523
|
-
}
|
|
71524
|
-
},
|
|
71525
|
-
"parameters": [
|
|
71486
|
+
"members": [
|
|
71526
71487
|
{
|
|
71527
|
-
"
|
|
71488
|
+
"kind": "field",
|
|
71489
|
+
"name": "elementName",
|
|
71528
71490
|
"type": {
|
|
71529
|
-
"text": "
|
|
71491
|
+
"text": "string"
|
|
71530
71492
|
},
|
|
71531
|
-
"
|
|
71532
|
-
|
|
71533
|
-
|
|
71534
|
-
|
|
71535
|
-
|
|
71536
|
-
|
|
71537
|
-
|
|
71538
|
-
|
|
71539
|
-
|
|
71540
|
-
"type": {
|
|
71541
|
-
"text": ""
|
|
71542
|
-
}
|
|
71543
|
-
},
|
|
71544
|
-
"parameters": [
|
|
71493
|
+
"privacy": "public",
|
|
71494
|
+
"static": true,
|
|
71495
|
+
"readonly": true,
|
|
71496
|
+
"default": "'sbb-sticky-bar'",
|
|
71497
|
+
"inheritedFrom": {
|
|
71498
|
+
"name": "SbbElement",
|
|
71499
|
+
"module": "core/base-elements/element.js"
|
|
71500
|
+
}
|
|
71501
|
+
},
|
|
71545
71502
|
{
|
|
71546
|
-
"
|
|
71503
|
+
"kind": "field",
|
|
71504
|
+
"name": "events",
|
|
71505
|
+
"privacy": "public",
|
|
71506
|
+
"static": true,
|
|
71507
|
+
"readonly": true,
|
|
71508
|
+
"default": "{ beforestick: 'beforestick', stick: 'stick', beforeunstick: 'beforeunstick', unstick: 'unstick', }",
|
|
71547
71509
|
"type": {
|
|
71548
|
-
"text": "
|
|
71549
|
-
}
|
|
71550
|
-
"description": "The keyboard event to check. If null, will count as a 'next' step."
|
|
71510
|
+
"text": "{\n beforestick: 'beforestick',\n stick: 'stick',\n beforeunstick: 'beforeunstick',\n unstick: 'unstick',\n }"
|
|
71511
|
+
}
|
|
71551
71512
|
},
|
|
71552
71513
|
{
|
|
71553
|
-
"
|
|
71514
|
+
"kind": "field",
|
|
71515
|
+
"name": "color",
|
|
71554
71516
|
"type": {
|
|
71555
|
-
"text": "
|
|
71517
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
71556
71518
|
},
|
|
71557
|
-
"
|
|
71519
|
+
"privacy": "public",
|
|
71520
|
+
"default": "null",
|
|
71521
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
71522
|
+
"attribute": "color",
|
|
71523
|
+
"reflects": true
|
|
71558
71524
|
},
|
|
71559
71525
|
{
|
|
71526
|
+
"kind": "field",
|
|
71560
71527
|
"name": "size",
|
|
71561
71528
|
"type": {
|
|
71562
|
-
"text": "
|
|
71529
|
+
"text": "'m' | 's'"
|
|
71563
71530
|
},
|
|
71564
|
-
"
|
|
71565
|
-
|
|
71566
|
-
|
|
71567
|
-
|
|
71568
|
-
|
|
71569
|
-
|
|
71570
|
-
"exports": [
|
|
71571
|
-
{
|
|
71572
|
-
"kind": "js",
|
|
71573
|
-
"name": "isArrowKeyPressed",
|
|
71574
|
-
"declaration": {
|
|
71575
|
-
"name": "isArrowKeyPressed",
|
|
71576
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
71577
|
-
}
|
|
71578
|
-
},
|
|
71579
|
-
{
|
|
71580
|
-
"kind": "js",
|
|
71581
|
-
"name": "isPreviousArrowKeyPressed",
|
|
71582
|
-
"declaration": {
|
|
71583
|
-
"name": "isPreviousArrowKeyPressed",
|
|
71584
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
71585
|
-
}
|
|
71586
|
-
},
|
|
71587
|
-
{
|
|
71588
|
-
"kind": "js",
|
|
71589
|
-
"name": "isNextArrowKeyPressed",
|
|
71590
|
-
"declaration": {
|
|
71591
|
-
"name": "isNextArrowKeyPressed",
|
|
71592
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
71593
|
-
}
|
|
71594
|
-
},
|
|
71595
|
-
{
|
|
71596
|
-
"kind": "js",
|
|
71597
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
71598
|
-
"declaration": {
|
|
71599
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
71600
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
71601
|
-
}
|
|
71602
|
-
},
|
|
71603
|
-
{
|
|
71604
|
-
"kind": "js",
|
|
71605
|
-
"name": "getNextElementIndex",
|
|
71606
|
-
"declaration": {
|
|
71607
|
-
"name": "getNextElementIndex",
|
|
71608
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
71609
|
-
}
|
|
71610
|
-
}
|
|
71611
|
-
]
|
|
71612
|
-
},
|
|
71613
|
-
{
|
|
71614
|
-
"kind": "javascript-module",
|
|
71615
|
-
"path": "core/a11y/fake-event-detection.js",
|
|
71616
|
-
"declarations": [
|
|
71617
|
-
{
|
|
71618
|
-
"kind": "function",
|
|
71619
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
71620
|
-
"return": {
|
|
71621
|
-
"type": {
|
|
71622
|
-
"text": "boolean"
|
|
71623
|
-
}
|
|
71624
|
-
},
|
|
71625
|
-
"parameters": [
|
|
71626
|
-
{
|
|
71627
|
-
"name": "event",
|
|
71628
|
-
"type": {
|
|
71629
|
-
"text": "MouseEvent"
|
|
71630
|
-
}
|
|
71631
|
-
}
|
|
71632
|
-
],
|
|
71633
|
-
"description": "Gets whether an event could be a faked `mousedown` event dispatched by a screen reader."
|
|
71634
|
-
},
|
|
71635
|
-
{
|
|
71636
|
-
"kind": "function",
|
|
71637
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
71638
|
-
"return": {
|
|
71639
|
-
"type": {
|
|
71640
|
-
"text": "boolean"
|
|
71641
|
-
}
|
|
71642
|
-
},
|
|
71643
|
-
"parameters": [
|
|
71531
|
+
"privacy": "public",
|
|
71532
|
+
"description": "Size of the container.",
|
|
71533
|
+
"default": "'m' / 's' (lean)",
|
|
71534
|
+
"attribute": "size",
|
|
71535
|
+
"reflects": true
|
|
71536
|
+
},
|
|
71644
71537
|
{
|
|
71645
|
-
"
|
|
71538
|
+
"kind": "field",
|
|
71539
|
+
"name": "_state",
|
|
71540
|
+
"privacy": "private",
|
|
71541
|
+
"description": "The state of the component.",
|
|
71646
71542
|
"type": {
|
|
71647
|
-
"text": "
|
|
71648
|
-
}
|
|
71649
|
-
|
|
71650
|
-
|
|
71651
|
-
"description": "Gets whether an event could be a faked `touchstart` event dispatched by a screen reader."
|
|
71652
|
-
}
|
|
71653
|
-
],
|
|
71654
|
-
"exports": [
|
|
71655
|
-
{
|
|
71656
|
-
"kind": "js",
|
|
71657
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
71658
|
-
"declaration": {
|
|
71659
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
71660
|
-
"module": "core/a11y/fake-event-detection.js"
|
|
71661
|
-
}
|
|
71662
|
-
},
|
|
71663
|
-
{
|
|
71664
|
-
"kind": "js",
|
|
71665
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
71666
|
-
"declaration": {
|
|
71667
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
71668
|
-
"module": "core/a11y/fake-event-detection.js"
|
|
71669
|
-
}
|
|
71670
|
-
}
|
|
71671
|
-
]
|
|
71672
|
-
},
|
|
71673
|
-
{
|
|
71674
|
-
"kind": "javascript-module",
|
|
71675
|
-
"path": "core/a11y/focus-trap-controller.js",
|
|
71676
|
-
"declarations": [
|
|
71677
|
-
{
|
|
71678
|
-
"kind": "class",
|
|
71679
|
-
"description": "",
|
|
71680
|
-
"name": "SbbFocusTrapController",
|
|
71681
|
-
"members": [
|
|
71543
|
+
"text": "StickyState"
|
|
71544
|
+
},
|
|
71545
|
+
"default": "'sticky'"
|
|
71546
|
+
},
|
|
71682
71547
|
{
|
|
71683
71548
|
"kind": "field",
|
|
71684
|
-
"name": "
|
|
71685
|
-
"privacy": "public",
|
|
71686
|
-
"description": "Whether the focus is trap is enabled.",
|
|
71687
|
-
"parameters": [
|
|
71688
|
-
{
|
|
71689
|
-
"name": "enabled"
|
|
71690
|
-
}
|
|
71691
|
-
],
|
|
71549
|
+
"name": "_stateInternal",
|
|
71692
71550
|
"type": {
|
|
71693
|
-
"text": "
|
|
71694
|
-
}
|
|
71551
|
+
"text": "StickyState"
|
|
71552
|
+
},
|
|
71553
|
+
"privacy": "private"
|
|
71695
71554
|
},
|
|
71696
71555
|
{
|
|
71697
71556
|
"kind": "field",
|
|
71698
|
-
"name": "
|
|
71557
|
+
"name": "_intersector",
|
|
71699
71558
|
"type": {
|
|
71700
|
-
"text": "
|
|
71559
|
+
"text": "HTMLSpanElement | undefined"
|
|
71701
71560
|
},
|
|
71561
|
+
"privacy": "private"
|
|
71562
|
+
},
|
|
71563
|
+
{
|
|
71564
|
+
"kind": "field",
|
|
71565
|
+
"name": "_observer",
|
|
71702
71566
|
"privacy": "private",
|
|
71703
|
-
"default": "null"
|
|
71567
|
+
"default": "new IntersectionController(this, { // Although `this` is observed, we have to postpone observing // into firstUpdated() to achieve a correct initial state. target: null, callback: (entries) => this._detectStickyState(entries[0]), })"
|
|
71704
71568
|
},
|
|
71705
71569
|
{
|
|
71706
71570
|
"kind": "method",
|
|
71707
|
-
"name": "
|
|
71708
|
-
"privacy": "
|
|
71571
|
+
"name": "_isZeroAnimationDuration",
|
|
71572
|
+
"privacy": "private",
|
|
71709
71573
|
"return": {
|
|
71710
71574
|
"type": {
|
|
71711
|
-
"text": "
|
|
71575
|
+
"text": "boolean"
|
|
71712
71576
|
}
|
|
71713
71577
|
}
|
|
71714
71578
|
},
|
|
71715
71579
|
{
|
|
71716
71580
|
"kind": "method",
|
|
71717
|
-
"name": "
|
|
71718
|
-
"privacy": "
|
|
71581
|
+
"name": "_detectStickyState",
|
|
71582
|
+
"privacy": "private",
|
|
71719
71583
|
"return": {
|
|
71720
71584
|
"type": {
|
|
71721
|
-
"text": ""
|
|
71585
|
+
"text": "void"
|
|
71722
71586
|
}
|
|
71723
71587
|
},
|
|
71724
71588
|
"parameters": [
|
|
71725
71589
|
{
|
|
71726
|
-
"name": "
|
|
71727
|
-
"optional": true,
|
|
71590
|
+
"name": "entry",
|
|
71728
71591
|
"type": {
|
|
71729
|
-
"text": "
|
|
71592
|
+
"text": "IntersectionObserverEntry"
|
|
71730
71593
|
}
|
|
71731
71594
|
}
|
|
71732
|
-
]
|
|
71733
|
-
"description": "Focuses the element that should be focused when the focus trap is initialized."
|
|
71595
|
+
]
|
|
71734
71596
|
},
|
|
71735
71597
|
{
|
|
71736
71598
|
"kind": "method",
|
|
71737
|
-
"name": "
|
|
71599
|
+
"name": "stick",
|
|
71738
71600
|
"privacy": "public",
|
|
71739
71601
|
"return": {
|
|
71740
71602
|
"type": {
|
|
71741
|
-
"text": ""
|
|
71603
|
+
"text": "void"
|
|
71742
71604
|
}
|
|
71743
71605
|
},
|
|
71744
|
-
"
|
|
71745
|
-
{
|
|
71746
|
-
"name": "options",
|
|
71747
|
-
"optional": true,
|
|
71748
|
-
"type": {
|
|
71749
|
-
"text": "FocusOptions"
|
|
71750
|
-
}
|
|
71751
|
-
}
|
|
71752
|
-
],
|
|
71753
|
-
"description": "Focuses the first tabbable element within the focus trap region."
|
|
71606
|
+
"description": "Animates from normal content flow position to `position: sticky`."
|
|
71754
71607
|
},
|
|
71755
71608
|
{
|
|
71756
71609
|
"kind": "method",
|
|
71757
|
-
"name": "
|
|
71610
|
+
"name": "unstick",
|
|
71758
71611
|
"privacy": "public",
|
|
71759
71612
|
"return": {
|
|
71760
71613
|
"type": {
|
|
71761
|
-
"text": ""
|
|
71614
|
+
"text": "void"
|
|
71762
71615
|
}
|
|
71763
71616
|
},
|
|
71764
|
-
"
|
|
71765
|
-
|
|
71766
|
-
|
|
71767
|
-
|
|
71768
|
-
|
|
71769
|
-
|
|
71770
|
-
|
|
71617
|
+
"description": "Animates `position: sticky` to normal content flow position."
|
|
71618
|
+
},
|
|
71619
|
+
{
|
|
71620
|
+
"kind": "method",
|
|
71621
|
+
"name": "_stickyCallback",
|
|
71622
|
+
"privacy": "private",
|
|
71623
|
+
"return": {
|
|
71624
|
+
"type": {
|
|
71625
|
+
"text": "void"
|
|
71771
71626
|
}
|
|
71772
|
-
|
|
71773
|
-
"description": "Focuses the last tabbable element within the focus trap region."
|
|
71627
|
+
}
|
|
71774
71628
|
},
|
|
71775
71629
|
{
|
|
71776
71630
|
"kind": "method",
|
|
71777
|
-
"name": "
|
|
71631
|
+
"name": "_unstickyCallback",
|
|
71778
71632
|
"privacy": "private",
|
|
71779
71633
|
"return": {
|
|
71780
71634
|
"type": {
|
|
@@ -71784,734 +71638,851 @@
|
|
|
71784
71638
|
},
|
|
71785
71639
|
{
|
|
71786
71640
|
"kind": "method",
|
|
71787
|
-
"name": "
|
|
71641
|
+
"name": "_onAnimationEnd",
|
|
71788
71642
|
"privacy": "private",
|
|
71789
71643
|
"return": {
|
|
71790
71644
|
"type": {
|
|
71791
|
-
"text": "
|
|
71645
|
+
"text": "void"
|
|
71792
71646
|
}
|
|
71793
71647
|
},
|
|
71794
71648
|
"parameters": [
|
|
71795
71649
|
{
|
|
71796
|
-
"name": "
|
|
71650
|
+
"name": "event",
|
|
71797
71651
|
"type": {
|
|
71798
|
-
"text": "
|
|
71652
|
+
"text": "AnimationEvent"
|
|
71799
71653
|
}
|
|
71800
71654
|
}
|
|
71801
|
-
]
|
|
71802
|
-
"description": "Get the first tabbable element from a DOM subtree (inclusive)."
|
|
71655
|
+
]
|
|
71803
71656
|
},
|
|
71804
71657
|
{
|
|
71805
71658
|
"kind": "method",
|
|
71806
|
-
"name": "
|
|
71659
|
+
"name": "_dispatchBeforeStickEvent",
|
|
71807
71660
|
"privacy": "private",
|
|
71808
71661
|
"return": {
|
|
71809
71662
|
"type": {
|
|
71810
|
-
"text": "
|
|
71811
|
-
}
|
|
71812
|
-
},
|
|
71813
|
-
"parameters": [
|
|
71814
|
-
{
|
|
71815
|
-
"name": "root",
|
|
71816
|
-
"type": {
|
|
71817
|
-
"text": "HTMLElement"
|
|
71818
|
-
}
|
|
71663
|
+
"text": "boolean"
|
|
71819
71664
|
}
|
|
71820
|
-
|
|
71821
|
-
"description": "Get the last tabbable element from a DOM subtree (inclusive)."
|
|
71665
|
+
}
|
|
71822
71666
|
},
|
|
71823
71667
|
{
|
|
71824
71668
|
"kind": "method",
|
|
71825
|
-
"name": "
|
|
71669
|
+
"name": "_dispatchBeforeUnStickEvent",
|
|
71826
71670
|
"privacy": "private",
|
|
71827
71671
|
"return": {
|
|
71828
71672
|
"type": {
|
|
71829
|
-
"text": "
|
|
71673
|
+
"text": "boolean"
|
|
71830
71674
|
}
|
|
71831
71675
|
}
|
|
71832
|
-
}
|
|
71833
|
-
]
|
|
71834
|
-
}
|
|
71835
|
-
],
|
|
71836
|
-
"exports": [
|
|
71837
|
-
{
|
|
71838
|
-
"kind": "js",
|
|
71839
|
-
"name": "SbbFocusTrapController",
|
|
71840
|
-
"declaration": {
|
|
71841
|
-
"name": "SbbFocusTrapController",
|
|
71842
|
-
"module": "core/a11y/focus-trap-controller.js"
|
|
71843
|
-
}
|
|
71844
|
-
}
|
|
71845
|
-
]
|
|
71846
|
-
},
|
|
71847
|
-
{
|
|
71848
|
-
"kind": "javascript-module",
|
|
71849
|
-
"path": "core/a11y/focus-visible-within-controller.js",
|
|
71850
|
-
"declarations": [
|
|
71851
|
-
{
|
|
71852
|
-
"kind": "class",
|
|
71853
|
-
"description": "",
|
|
71854
|
-
"name": "SbbFocusVisibleWithinController",
|
|
71855
|
-
"members": [
|
|
71676
|
+
},
|
|
71856
71677
|
{
|
|
71857
71678
|
"kind": "field",
|
|
71858
|
-
"name": "
|
|
71859
|
-
"privacy": "private"
|
|
71679
|
+
"name": "_updatePromise",
|
|
71680
|
+
"privacy": "private",
|
|
71681
|
+
"inheritedFrom": {
|
|
71682
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
71683
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
71684
|
+
}
|
|
71860
71685
|
},
|
|
71861
71686
|
{
|
|
71862
71687
|
"kind": "field",
|
|
71863
|
-
"name": "
|
|
71864
|
-
"privacy": "private"
|
|
71688
|
+
"name": "_updateResolve",
|
|
71689
|
+
"privacy": "private",
|
|
71690
|
+
"inheritedFrom": {
|
|
71691
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
71692
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
71693
|
+
}
|
|
71865
71694
|
},
|
|
71866
71695
|
{
|
|
71867
71696
|
"kind": "method",
|
|
71868
|
-
"name": "
|
|
71869
|
-
"privacy": "
|
|
71697
|
+
"name": "startUpdate",
|
|
71698
|
+
"privacy": "protected",
|
|
71870
71699
|
"return": {
|
|
71871
71700
|
"type": {
|
|
71872
71701
|
"text": "void"
|
|
71873
71702
|
}
|
|
71703
|
+
},
|
|
71704
|
+
"inheritedFrom": {
|
|
71705
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
71706
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
71874
71707
|
}
|
|
71875
71708
|
},
|
|
71876
71709
|
{
|
|
71877
71710
|
"kind": "method",
|
|
71878
|
-
"name": "
|
|
71879
|
-
"privacy": "
|
|
71711
|
+
"name": "completeUpdate",
|
|
71712
|
+
"privacy": "protected",
|
|
71880
71713
|
"return": {
|
|
71881
71714
|
"type": {
|
|
71882
71715
|
"text": "void"
|
|
71883
71716
|
}
|
|
71717
|
+
},
|
|
71718
|
+
"inheritedFrom": {
|
|
71719
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
71720
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
71721
|
+
}
|
|
71722
|
+
},
|
|
71723
|
+
{
|
|
71724
|
+
"kind": "method",
|
|
71725
|
+
"name": "getUpdateComplete",
|
|
71726
|
+
"privacy": "protected",
|
|
71727
|
+
"return": {
|
|
71728
|
+
"type": {
|
|
71729
|
+
"text": "Promise<boolean>"
|
|
71730
|
+
}
|
|
71731
|
+
},
|
|
71732
|
+
"inheritedFrom": {
|
|
71733
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
71734
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
71884
71735
|
}
|
|
71885
|
-
}
|
|
71886
|
-
|
|
71887
|
-
|
|
71888
|
-
|
|
71889
|
-
|
|
71890
|
-
|
|
71891
|
-
|
|
71892
|
-
|
|
71893
|
-
|
|
71894
|
-
|
|
71895
|
-
|
|
71896
|
-
|
|
71897
|
-
|
|
71898
|
-
|
|
71899
|
-
|
|
71900
|
-
|
|
71901
|
-
|
|
71902
|
-
|
|
71903
|
-
|
|
71904
|
-
|
|
71905
|
-
|
|
71906
|
-
|
|
71907
|
-
|
|
71908
|
-
|
|
71909
|
-
|
|
71910
|
-
|
|
71911
|
-
|
|
71912
|
-
|
|
71913
|
-
"declaration": {
|
|
71914
|
-
"name": "IS_FOCUSABLE_QUERY",
|
|
71915
|
-
"module": "core/a11y/focus.js"
|
|
71916
|
-
}
|
|
71917
|
-
}
|
|
71918
|
-
]
|
|
71919
|
-
},
|
|
71920
|
-
{
|
|
71921
|
-
"kind": "javascript-module",
|
|
71922
|
-
"path": "core/a11y/input-modality-detector.js",
|
|
71923
|
-
"declarations": [
|
|
71924
|
-
{
|
|
71925
|
-
"kind": "variable",
|
|
71926
|
-
"name": "CONTROL",
|
|
71927
|
-
"type": {
|
|
71928
|
-
"text": "number"
|
|
71929
|
-
},
|
|
71930
|
-
"default": "17"
|
|
71931
|
-
},
|
|
71932
|
-
{
|
|
71933
|
-
"kind": "variable",
|
|
71934
|
-
"name": "META",
|
|
71935
|
-
"type": {
|
|
71936
|
-
"text": "number"
|
|
71937
|
-
},
|
|
71938
|
-
"default": "91"
|
|
71939
|
-
},
|
|
71940
|
-
{
|
|
71941
|
-
"kind": "variable",
|
|
71942
|
-
"name": "MAC_META",
|
|
71943
|
-
"type": {
|
|
71944
|
-
"text": "number"
|
|
71945
|
-
},
|
|
71946
|
-
"default": "224"
|
|
71947
|
-
},
|
|
71948
|
-
{
|
|
71949
|
-
"kind": "variable",
|
|
71950
|
-
"name": "sbbInputModalityDetector",
|
|
71951
|
-
"default": "new SbbInputModalityDetector()"
|
|
71952
|
-
}
|
|
71953
|
-
],
|
|
71954
|
-
"exports": [
|
|
71955
|
-
{
|
|
71956
|
-
"kind": "js",
|
|
71957
|
-
"name": "sbbInputModalityDetector",
|
|
71958
|
-
"declaration": {
|
|
71959
|
-
"name": "sbbInputModalityDetector",
|
|
71960
|
-
"module": "core/a11y/input-modality-detector.js"
|
|
71961
|
-
}
|
|
71962
|
-
}
|
|
71963
|
-
]
|
|
71964
|
-
},
|
|
71965
|
-
{
|
|
71966
|
-
"kind": "javascript-module",
|
|
71967
|
-
"path": "core/a11y/interactivity-checker.js",
|
|
71968
|
-
"declarations": [
|
|
71969
|
-
{
|
|
71970
|
-
"kind": "class",
|
|
71971
|
-
"description": "Configuration for the isFocusable method.",
|
|
71972
|
-
"name": "IsFocusableConfig",
|
|
71973
|
-
"members": [
|
|
71736
|
+
},
|
|
71737
|
+
{
|
|
71738
|
+
"kind": "field",
|
|
71739
|
+
"name": "['_$sbbElement$']",
|
|
71740
|
+
"type": {
|
|
71741
|
+
"text": "boolean"
|
|
71742
|
+
},
|
|
71743
|
+
"privacy": "public",
|
|
71744
|
+
"static": true,
|
|
71745
|
+
"default": "true",
|
|
71746
|
+
"inheritedFrom": {
|
|
71747
|
+
"name": "SbbElement",
|
|
71748
|
+
"module": "core/base-elements/element.js"
|
|
71749
|
+
}
|
|
71750
|
+
},
|
|
71751
|
+
{
|
|
71752
|
+
"kind": "field",
|
|
71753
|
+
"name": "elementDependencies",
|
|
71754
|
+
"type": {
|
|
71755
|
+
"text": "SbbElementType[] | undefined"
|
|
71756
|
+
},
|
|
71757
|
+
"privacy": "public",
|
|
71758
|
+
"static": true,
|
|
71759
|
+
"inheritedFrom": {
|
|
71760
|
+
"name": "SbbElement",
|
|
71761
|
+
"module": "core/base-elements/element.js"
|
|
71762
|
+
}
|
|
71763
|
+
},
|
|
71974
71764
|
{
|
|
71975
71765
|
"kind": "field",
|
|
71976
|
-
"name": "
|
|
71766
|
+
"name": "role",
|
|
71977
71767
|
"type": {
|
|
71978
|
-
"text": "
|
|
71768
|
+
"text": "ElementInternals['role'] | undefined"
|
|
71979
71769
|
},
|
|
71980
71770
|
"privacy": "public",
|
|
71981
|
-
"
|
|
71982
|
-
"
|
|
71983
|
-
|
|
71984
|
-
|
|
71985
|
-
|
|
71986
|
-
|
|
71987
|
-
"kind": "class",
|
|
71988
|
-
"description": "",
|
|
71989
|
-
"name": "InteractivityChecker",
|
|
71990
|
-
"members": [
|
|
71771
|
+
"static": true,
|
|
71772
|
+
"inheritedFrom": {
|
|
71773
|
+
"name": "SbbElement",
|
|
71774
|
+
"module": "core/base-elements/element.js"
|
|
71775
|
+
}
|
|
71776
|
+
},
|
|
71991
71777
|
{
|
|
71992
|
-
"kind": "
|
|
71993
|
-
"name": "
|
|
71994
|
-
"
|
|
71995
|
-
|
|
71996
|
-
"type": {
|
|
71997
|
-
"text": ""
|
|
71998
|
-
}
|
|
71778
|
+
"kind": "field",
|
|
71779
|
+
"name": "_controllers",
|
|
71780
|
+
"type": {
|
|
71781
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
71999
71782
|
},
|
|
72000
|
-
"
|
|
72001
|
-
|
|
72002
|
-
|
|
72003
|
-
|
|
72004
|
-
|
|
72005
|
-
},
|
|
72006
|
-
"description": "Element to be checked."
|
|
72007
|
-
}
|
|
72008
|
-
],
|
|
72009
|
-
"description": "Gets whether an element is disabled."
|
|
71783
|
+
"privacy": "private",
|
|
71784
|
+
"inheritedFrom": {
|
|
71785
|
+
"name": "SbbElement",
|
|
71786
|
+
"module": "core/base-elements/element.js"
|
|
71787
|
+
}
|
|
72010
71788
|
},
|
|
72011
71789
|
{
|
|
72012
|
-
"kind": "
|
|
72013
|
-
"name": "
|
|
72014
|
-
"
|
|
72015
|
-
|
|
72016
|
-
"type": {
|
|
72017
|
-
"text": ""
|
|
72018
|
-
}
|
|
71790
|
+
"kind": "field",
|
|
71791
|
+
"name": "_hydrationRequired",
|
|
71792
|
+
"type": {
|
|
71793
|
+
"text": "boolean"
|
|
72019
71794
|
},
|
|
72020
|
-
"
|
|
72021
|
-
|
|
72022
|
-
|
|
72023
|
-
|
|
72024
|
-
|
|
72025
|
-
|
|
72026
|
-
|
|
72027
|
-
|
|
72028
|
-
"
|
|
71795
|
+
"privacy": "private",
|
|
71796
|
+
"default": "!!this.shadowRoot",
|
|
71797
|
+
"inheritedFrom": {
|
|
71798
|
+
"name": "SbbElement",
|
|
71799
|
+
"module": "core/base-elements/element.js"
|
|
71800
|
+
}
|
|
71801
|
+
},
|
|
71802
|
+
{
|
|
71803
|
+
"kind": "field",
|
|
71804
|
+
"name": "_hydrationComplete",
|
|
71805
|
+
"privacy": "private",
|
|
71806
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
71807
|
+
"inheritedFrom": {
|
|
71808
|
+
"name": "SbbElement",
|
|
71809
|
+
"module": "core/base-elements/element.js"
|
|
71810
|
+
}
|
|
71811
|
+
},
|
|
71812
|
+
{
|
|
71813
|
+
"kind": "field",
|
|
71814
|
+
"name": "_resolveHydration",
|
|
71815
|
+
"type": {
|
|
71816
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
71817
|
+
},
|
|
71818
|
+
"privacy": "private",
|
|
71819
|
+
"inheritedFrom": {
|
|
71820
|
+
"name": "SbbElement",
|
|
71821
|
+
"module": "core/base-elements/element.js"
|
|
71822
|
+
}
|
|
71823
|
+
},
|
|
71824
|
+
{
|
|
71825
|
+
"kind": "field",
|
|
71826
|
+
"name": "_textObserver",
|
|
71827
|
+
"type": {
|
|
71828
|
+
"text": "MutationObserver | undefined"
|
|
71829
|
+
},
|
|
71830
|
+
"privacy": "private",
|
|
71831
|
+
"inheritedFrom": {
|
|
71832
|
+
"name": "SbbElement",
|
|
71833
|
+
"module": "core/base-elements/element.js"
|
|
71834
|
+
}
|
|
71835
|
+
},
|
|
71836
|
+
{
|
|
71837
|
+
"kind": "field",
|
|
71838
|
+
"name": "hydrationRequired",
|
|
71839
|
+
"type": {
|
|
71840
|
+
"text": "boolean"
|
|
71841
|
+
},
|
|
71842
|
+
"privacy": "protected",
|
|
71843
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
71844
|
+
"readonly": true,
|
|
71845
|
+
"inheritedFrom": {
|
|
71846
|
+
"name": "SbbElement",
|
|
71847
|
+
"module": "core/base-elements/element.js"
|
|
71848
|
+
},
|
|
71849
|
+
"default": "!!this.shadowRoot"
|
|
72029
71850
|
},
|
|
72030
71851
|
{
|
|
72031
71852
|
"kind": "method",
|
|
72032
|
-
"name": "
|
|
72033
|
-
"privacy": "
|
|
71853
|
+
"name": "toggleState",
|
|
71854
|
+
"privacy": "protected",
|
|
72034
71855
|
"return": {
|
|
72035
71856
|
"type": {
|
|
72036
|
-
"text": ""
|
|
71857
|
+
"text": "void"
|
|
72037
71858
|
}
|
|
72038
71859
|
},
|
|
72039
71860
|
"parameters": [
|
|
72040
71861
|
{
|
|
72041
|
-
"name": "
|
|
71862
|
+
"name": "value",
|
|
72042
71863
|
"type": {
|
|
72043
|
-
"text": "
|
|
72044
|
-
}
|
|
72045
|
-
|
|
71864
|
+
"text": "string"
|
|
71865
|
+
}
|
|
71866
|
+
},
|
|
71867
|
+
{
|
|
71868
|
+
"name": "force",
|
|
71869
|
+
"optional": true,
|
|
71870
|
+
"type": {
|
|
71871
|
+
"text": "boolean"
|
|
71872
|
+
}
|
|
72046
71873
|
}
|
|
72047
71874
|
],
|
|
72048
|
-
"
|
|
71875
|
+
"inheritedFrom": {
|
|
71876
|
+
"name": "SbbElement",
|
|
71877
|
+
"module": "core/base-elements/element.js"
|
|
71878
|
+
}
|
|
72049
71879
|
},
|
|
72050
71880
|
{
|
|
72051
71881
|
"kind": "method",
|
|
72052
|
-
"name": "
|
|
72053
|
-
"privacy": "
|
|
71882
|
+
"name": "_slotchangeHandler",
|
|
71883
|
+
"privacy": "private",
|
|
72054
71884
|
"return": {
|
|
72055
71885
|
"type": {
|
|
72056
|
-
"text": ""
|
|
71886
|
+
"text": "void"
|
|
72057
71887
|
}
|
|
72058
71888
|
},
|
|
72059
71889
|
"parameters": [
|
|
72060
71890
|
{
|
|
72061
|
-
"name": "
|
|
71891
|
+
"name": "event",
|
|
72062
71892
|
"type": {
|
|
72063
|
-
"text": "
|
|
72064
|
-
}
|
|
72065
|
-
"description": "Element to be checked."
|
|
71893
|
+
"text": "Event"
|
|
71894
|
+
}
|
|
72066
71895
|
},
|
|
72067
71896
|
{
|
|
72068
|
-
"name": "
|
|
72069
|
-
"optional": true,
|
|
71897
|
+
"name": "slot",
|
|
72070
71898
|
"type": {
|
|
72071
|
-
"text": "
|
|
72072
|
-
}
|
|
72073
|
-
"description": "The config object with options to customize this method's behavior"
|
|
71899
|
+
"text": "HTMLSlotElement"
|
|
71900
|
+
}
|
|
72074
71901
|
}
|
|
72075
71902
|
],
|
|
72076
|
-
"
|
|
72077
|
-
|
|
72078
|
-
|
|
72079
|
-
|
|
72080
|
-
{
|
|
72081
|
-
"kind": "variable",
|
|
72082
|
-
"name": "interactivityChecker",
|
|
72083
|
-
"default": "new InteractivityChecker()"
|
|
72084
|
-
}
|
|
72085
|
-
],
|
|
72086
|
-
"exports": [
|
|
72087
|
-
{
|
|
72088
|
-
"kind": "js",
|
|
72089
|
-
"name": "IsFocusableConfig",
|
|
72090
|
-
"declaration": {
|
|
72091
|
-
"name": "IsFocusableConfig",
|
|
72092
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
72093
|
-
}
|
|
72094
|
-
},
|
|
72095
|
-
{
|
|
72096
|
-
"kind": "js",
|
|
72097
|
-
"name": "InteractivityChecker",
|
|
72098
|
-
"declaration": {
|
|
72099
|
-
"name": "InteractivityChecker",
|
|
72100
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
72101
|
-
}
|
|
72102
|
-
},
|
|
72103
|
-
{
|
|
72104
|
-
"kind": "js",
|
|
72105
|
-
"name": "interactivityChecker",
|
|
72106
|
-
"declaration": {
|
|
72107
|
-
"name": "interactivityChecker",
|
|
72108
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
72109
|
-
}
|
|
72110
|
-
}
|
|
72111
|
-
]
|
|
72112
|
-
},
|
|
72113
|
-
{
|
|
72114
|
-
"kind": "javascript-module",
|
|
72115
|
-
"path": "core/a11y/live-announcer.js",
|
|
72116
|
-
"declarations": [
|
|
72117
|
-
{
|
|
72118
|
-
"kind": "class",
|
|
72119
|
-
"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",
|
|
72120
|
-
"name": "SbbLiveAnnouncer",
|
|
72121
|
-
"members": [
|
|
72122
|
-
{
|
|
72123
|
-
"kind": "field",
|
|
72124
|
-
"name": "_liveElement",
|
|
72125
|
-
"type": {
|
|
72126
|
-
"text": "HTMLElement"
|
|
72127
|
-
},
|
|
72128
|
-
"privacy": "private"
|
|
72129
|
-
},
|
|
72130
|
-
{
|
|
72131
|
-
"kind": "field",
|
|
72132
|
-
"name": "_previousTimeout",
|
|
72133
|
-
"type": {
|
|
72134
|
-
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
72135
|
-
},
|
|
72136
|
-
"privacy": "private"
|
|
72137
|
-
},
|
|
72138
|
-
{
|
|
72139
|
-
"kind": "field",
|
|
72140
|
-
"name": "_currentPromise",
|
|
72141
|
-
"type": {
|
|
72142
|
-
"text": "Promise<void> | undefined"
|
|
72143
|
-
},
|
|
72144
|
-
"privacy": "private"
|
|
72145
|
-
},
|
|
72146
|
-
{
|
|
72147
|
-
"kind": "field",
|
|
72148
|
-
"name": "_currentResolve",
|
|
72149
|
-
"type": {
|
|
72150
|
-
"text": "(() => void) | undefined"
|
|
72151
|
-
},
|
|
72152
|
-
"privacy": "private"
|
|
71903
|
+
"inheritedFrom": {
|
|
71904
|
+
"name": "SbbElement",
|
|
71905
|
+
"module": "core/base-elements/element.js"
|
|
71906
|
+
}
|
|
72153
71907
|
},
|
|
72154
71908
|
{
|
|
72155
71909
|
"kind": "method",
|
|
72156
|
-
"name": "
|
|
72157
|
-
"privacy": "
|
|
71910
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
71911
|
+
"privacy": "private",
|
|
72158
71912
|
"return": {
|
|
72159
71913
|
"type": {
|
|
72160
|
-
"text": ""
|
|
71914
|
+
"text": "void"
|
|
72161
71915
|
}
|
|
72162
71916
|
},
|
|
72163
71917
|
"parameters": [
|
|
72164
71918
|
{
|
|
72165
|
-
"name": "
|
|
71919
|
+
"name": "slot",
|
|
72166
71920
|
"type": {
|
|
72167
|
-
"text": "
|
|
72168
|
-
}
|
|
72169
|
-
"description": "Message to be announced to the screen reader."
|
|
71921
|
+
"text": "HTMLSlotElement"
|
|
71922
|
+
}
|
|
72170
71923
|
}
|
|
72171
71924
|
],
|
|
72172
|
-
"
|
|
71925
|
+
"inheritedFrom": {
|
|
71926
|
+
"name": "SbbElement",
|
|
71927
|
+
"module": "core/base-elements/element.js"
|
|
71928
|
+
}
|
|
72173
71929
|
},
|
|
72174
71930
|
{
|
|
72175
71931
|
"kind": "method",
|
|
72176
|
-
"name": "
|
|
72177
|
-
"privacy": "
|
|
71932
|
+
"name": "_updateSlottedState",
|
|
71933
|
+
"privacy": "private",
|
|
72178
71934
|
"return": {
|
|
72179
71935
|
"type": {
|
|
72180
|
-
"text": ""
|
|
71936
|
+
"text": "void"
|
|
72181
71937
|
}
|
|
72182
71938
|
},
|
|
72183
71939
|
"parameters": [
|
|
72184
71940
|
{
|
|
72185
|
-
"name": "
|
|
72186
|
-
"type": {
|
|
72187
|
-
"text": "string"
|
|
72188
|
-
},
|
|
72189
|
-
"description": "Message to be announced to the screen reader."
|
|
72190
|
-
},
|
|
72191
|
-
{
|
|
72192
|
-
"name": "politeness",
|
|
72193
|
-
"optional": true,
|
|
71941
|
+
"name": "slot",
|
|
72194
71942
|
"type": {
|
|
72195
|
-
"text": "
|
|
72196
|
-
}
|
|
72197
|
-
"description": "The politeness of the announcer element."
|
|
71943
|
+
"text": "HTMLSlotElement"
|
|
71944
|
+
}
|
|
72198
71945
|
}
|
|
72199
71946
|
],
|
|
72200
|
-
"
|
|
71947
|
+
"inheritedFrom": {
|
|
71948
|
+
"name": "SbbElement",
|
|
71949
|
+
"module": "core/base-elements/element.js"
|
|
71950
|
+
}
|
|
72201
71951
|
},
|
|
72202
71952
|
{
|
|
72203
71953
|
"kind": "method",
|
|
72204
|
-
"name": "
|
|
72205
|
-
"privacy": "
|
|
71954
|
+
"name": "_observeTextNodesInSlot",
|
|
71955
|
+
"privacy": "private",
|
|
72206
71956
|
"return": {
|
|
72207
71957
|
"type": {
|
|
72208
|
-
"text": ""
|
|
71958
|
+
"text": "void"
|
|
72209
71959
|
}
|
|
72210
71960
|
},
|
|
72211
71961
|
"parameters": [
|
|
72212
71962
|
{
|
|
72213
|
-
"name": "
|
|
72214
|
-
"type": {
|
|
72215
|
-
"text": "string"
|
|
72216
|
-
},
|
|
72217
|
-
"description": "Message to be announced to the screen reader."
|
|
72218
|
-
},
|
|
72219
|
-
{
|
|
72220
|
-
"name": "duration",
|
|
72221
|
-
"optional": true,
|
|
71963
|
+
"name": "slot",
|
|
72222
71964
|
"type": {
|
|
72223
|
-
"text": "
|
|
72224
|
-
}
|
|
72225
|
-
"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."
|
|
71965
|
+
"text": "HTMLSlotElement"
|
|
71966
|
+
}
|
|
72226
71967
|
}
|
|
72227
71968
|
],
|
|
72228
|
-
"
|
|
71969
|
+
"inheritedFrom": {
|
|
71970
|
+
"name": "SbbElement",
|
|
71971
|
+
"module": "core/base-elements/element.js"
|
|
71972
|
+
}
|
|
72229
71973
|
},
|
|
72230
71974
|
{
|
|
72231
71975
|
"kind": "method",
|
|
72232
|
-
"name": "
|
|
72233
|
-
"privacy": "
|
|
71976
|
+
"name": "_hasSlottedContent",
|
|
71977
|
+
"privacy": "private",
|
|
72234
71978
|
"return": {
|
|
72235
71979
|
"type": {
|
|
72236
|
-
"text": ""
|
|
71980
|
+
"text": "boolean"
|
|
72237
71981
|
}
|
|
72238
71982
|
},
|
|
72239
71983
|
"parameters": [
|
|
72240
71984
|
{
|
|
72241
|
-
"name": "
|
|
72242
|
-
"type": {
|
|
72243
|
-
"text": "string"
|
|
72244
|
-
},
|
|
72245
|
-
"description": "Message to be announced to the screen reader."
|
|
72246
|
-
},
|
|
72247
|
-
{
|
|
72248
|
-
"name": "politeness",
|
|
72249
|
-
"optional": true,
|
|
72250
|
-
"type": {
|
|
72251
|
-
"text": "AriaLivePoliteness"
|
|
72252
|
-
},
|
|
72253
|
-
"description": "The politeness of the announcer element."
|
|
72254
|
-
},
|
|
72255
|
-
{
|
|
72256
|
-
"name": "duration",
|
|
72257
|
-
"optional": true,
|
|
71985
|
+
"name": "slot",
|
|
72258
71986
|
"type": {
|
|
72259
|
-
"text": "
|
|
72260
|
-
}
|
|
72261
|
-
"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."
|
|
71987
|
+
"text": "HTMLSlotElement"
|
|
71988
|
+
}
|
|
72262
71989
|
}
|
|
72263
71990
|
],
|
|
72264
|
-
"
|
|
71991
|
+
"inheritedFrom": {
|
|
71992
|
+
"name": "SbbElement",
|
|
71993
|
+
"module": "core/base-elements/element.js"
|
|
71994
|
+
}
|
|
71995
|
+
}
|
|
71996
|
+
],
|
|
71997
|
+
"events": [
|
|
71998
|
+
{
|
|
71999
|
+
"name": "stick",
|
|
72000
|
+
"type": {
|
|
72001
|
+
"text": "Event"
|
|
72002
|
+
},
|
|
72003
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
72265
72004
|
},
|
|
72266
72005
|
{
|
|
72267
|
-
"
|
|
72268
|
-
"
|
|
72269
|
-
|
|
72270
|
-
|
|
72271
|
-
|
|
72272
|
-
|
|
72273
|
-
|
|
72006
|
+
"name": "unstick",
|
|
72007
|
+
"type": {
|
|
72008
|
+
"text": "Event"
|
|
72009
|
+
},
|
|
72010
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
72011
|
+
},
|
|
72012
|
+
{
|
|
72013
|
+
"name": "beforestick",
|
|
72014
|
+
"type": {
|
|
72015
|
+
"text": "Event"
|
|
72016
|
+
},
|
|
72017
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
72018
|
+
},
|
|
72019
|
+
{
|
|
72020
|
+
"name": "beforeunstick",
|
|
72021
|
+
"type": {
|
|
72022
|
+
"text": "Event"
|
|
72023
|
+
},
|
|
72024
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
72025
|
+
}
|
|
72026
|
+
],
|
|
72027
|
+
"attributes": [
|
|
72028
|
+
{
|
|
72029
|
+
"name": "color",
|
|
72030
|
+
"type": {
|
|
72031
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
72032
|
+
},
|
|
72033
|
+
"default": "null",
|
|
72034
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
72035
|
+
"fieldName": "color"
|
|
72036
|
+
},
|
|
72037
|
+
{
|
|
72038
|
+
"name": "size",
|
|
72039
|
+
"type": {
|
|
72040
|
+
"text": "'m' | 's'"
|
|
72041
|
+
},
|
|
72042
|
+
"description": "Size of the container.",
|
|
72043
|
+
"default": "'m' / 's' (lean)",
|
|
72044
|
+
"fieldName": "size"
|
|
72045
|
+
}
|
|
72046
|
+
],
|
|
72047
|
+
"mixins": [
|
|
72048
|
+
{
|
|
72049
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
72050
|
+
"module": "core.js"
|
|
72051
|
+
}
|
|
72052
|
+
],
|
|
72053
|
+
"superclass": {
|
|
72054
|
+
"name": "SbbElement",
|
|
72055
|
+
"module": "core.js"
|
|
72056
|
+
},
|
|
72057
|
+
"tagName": "sbb-sticky-bar",
|
|
72058
|
+
"customElement": true
|
|
72059
|
+
}
|
|
72060
|
+
],
|
|
72061
|
+
"exports": [
|
|
72062
|
+
{
|
|
72063
|
+
"kind": "js",
|
|
72064
|
+
"name": "SbbStickyBarElement",
|
|
72065
|
+
"declaration": {
|
|
72066
|
+
"name": "SbbStickyBarElement",
|
|
72067
|
+
"module": "container/sticky-bar/sticky-bar.component.js"
|
|
72068
|
+
}
|
|
72069
|
+
}
|
|
72070
|
+
]
|
|
72071
|
+
},
|
|
72072
|
+
{
|
|
72073
|
+
"kind": "javascript-module",
|
|
72074
|
+
"path": "core/a11y/arrow-navigation.js",
|
|
72075
|
+
"declarations": [
|
|
72076
|
+
{
|
|
72077
|
+
"kind": "function",
|
|
72078
|
+
"name": "isArrowKeyPressed",
|
|
72079
|
+
"return": {
|
|
72080
|
+
"type": {
|
|
72081
|
+
"text": "boolean"
|
|
72082
|
+
}
|
|
72083
|
+
},
|
|
72084
|
+
"parameters": [
|
|
72085
|
+
{
|
|
72086
|
+
"name": "event",
|
|
72087
|
+
"type": {
|
|
72088
|
+
"text": "KeyboardEvent"
|
|
72089
|
+
},
|
|
72090
|
+
"description": "The keyboard event to check."
|
|
72091
|
+
}
|
|
72092
|
+
],
|
|
72093
|
+
"description": "Check if the key pressed is among those allowed for navigation."
|
|
72094
|
+
},
|
|
72095
|
+
{
|
|
72096
|
+
"kind": "function",
|
|
72097
|
+
"name": "isPreviousArrowKeyPressed",
|
|
72098
|
+
"return": {
|
|
72099
|
+
"type": {
|
|
72100
|
+
"text": "boolean"
|
|
72101
|
+
}
|
|
72102
|
+
},
|
|
72103
|
+
"parameters": [
|
|
72104
|
+
{
|
|
72105
|
+
"name": "event",
|
|
72106
|
+
"type": {
|
|
72107
|
+
"text": "KeyboardEvent"
|
|
72108
|
+
},
|
|
72109
|
+
"description": "The keyboard event to check."
|
|
72110
|
+
}
|
|
72111
|
+
],
|
|
72112
|
+
"description": "Check if the key pressed should move the navigation to the next element."
|
|
72113
|
+
},
|
|
72114
|
+
{
|
|
72115
|
+
"kind": "function",
|
|
72116
|
+
"name": "isNextArrowKeyPressed",
|
|
72117
|
+
"return": {
|
|
72118
|
+
"type": {
|
|
72119
|
+
"text": "boolean"
|
|
72120
|
+
}
|
|
72121
|
+
},
|
|
72122
|
+
"parameters": [
|
|
72123
|
+
{
|
|
72124
|
+
"name": "event",
|
|
72125
|
+
"type": {
|
|
72126
|
+
"text": "KeyboardEvent"
|
|
72127
|
+
},
|
|
72128
|
+
"description": "The keyboard event to check."
|
|
72129
|
+
}
|
|
72130
|
+
],
|
|
72131
|
+
"description": "Check if the key pressed should move the navigation to the next element."
|
|
72132
|
+
},
|
|
72133
|
+
{
|
|
72134
|
+
"kind": "function",
|
|
72135
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
72136
|
+
"return": {
|
|
72137
|
+
"type": {
|
|
72138
|
+
"text": "boolean"
|
|
72139
|
+
}
|
|
72140
|
+
},
|
|
72141
|
+
"parameters": [
|
|
72142
|
+
{
|
|
72143
|
+
"name": "event",
|
|
72144
|
+
"type": {
|
|
72145
|
+
"text": "KeyboardEvent"
|
|
72274
72146
|
},
|
|
72275
|
-
"
|
|
72276
|
-
|
|
72277
|
-
|
|
72278
|
-
|
|
72279
|
-
|
|
72280
|
-
|
|
72281
|
-
|
|
72282
|
-
|
|
72283
|
-
|
|
72284
|
-
|
|
72285
|
-
|
|
72286
|
-
|
|
72287
|
-
|
|
72288
|
-
|
|
72289
|
-
},
|
|
72147
|
+
"description": "The keyboard event to check."
|
|
72148
|
+
}
|
|
72149
|
+
],
|
|
72150
|
+
"description": "Check if the key pressed is among those allowed for navigation."
|
|
72151
|
+
},
|
|
72152
|
+
{
|
|
72153
|
+
"kind": "function",
|
|
72154
|
+
"name": "getNextElementIndex",
|
|
72155
|
+
"return": {
|
|
72156
|
+
"type": {
|
|
72157
|
+
"text": ""
|
|
72158
|
+
}
|
|
72159
|
+
},
|
|
72160
|
+
"parameters": [
|
|
72290
72161
|
{
|
|
72291
|
-
"
|
|
72292
|
-
"
|
|
72293
|
-
|
|
72294
|
-
"return": {
|
|
72295
|
-
"type": {
|
|
72296
|
-
"text": "void"
|
|
72297
|
-
}
|
|
72162
|
+
"name": "event",
|
|
72163
|
+
"type": {
|
|
72164
|
+
"text": "KeyboardEvent | undefined"
|
|
72298
72165
|
},
|
|
72299
|
-
"description": "
|
|
72166
|
+
"description": "The keyboard event to check. If null, will count as a 'next' step."
|
|
72300
72167
|
},
|
|
72301
72168
|
{
|
|
72302
|
-
"
|
|
72303
|
-
"
|
|
72304
|
-
|
|
72305
|
-
|
|
72306
|
-
|
|
72307
|
-
"text": "void"
|
|
72308
|
-
}
|
|
72309
|
-
}
|
|
72169
|
+
"name": "current",
|
|
72170
|
+
"type": {
|
|
72171
|
+
"text": "number"
|
|
72172
|
+
},
|
|
72173
|
+
"description": "The index of the current element in the list."
|
|
72310
72174
|
},
|
|
72311
72175
|
{
|
|
72312
|
-
"
|
|
72313
|
-
"
|
|
72314
|
-
|
|
72315
|
-
|
|
72316
|
-
|
|
72317
|
-
"text": "HTMLElement"
|
|
72318
|
-
}
|
|
72319
|
-
}
|
|
72176
|
+
"name": "size",
|
|
72177
|
+
"type": {
|
|
72178
|
+
"text": "number"
|
|
72179
|
+
},
|
|
72180
|
+
"description": "The size of the list."
|
|
72320
72181
|
}
|
|
72321
|
-
]
|
|
72322
|
-
|
|
72323
|
-
{
|
|
72324
|
-
"kind": "variable",
|
|
72325
|
-
"name": "sbbLiveAnnouncer",
|
|
72326
|
-
"default": "new SbbLiveAnnouncer()"
|
|
72182
|
+
],
|
|
72183
|
+
"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."
|
|
72327
72184
|
}
|
|
72328
72185
|
],
|
|
72329
72186
|
"exports": [
|
|
72330
72187
|
{
|
|
72331
72188
|
"kind": "js",
|
|
72332
|
-
"name": "
|
|
72189
|
+
"name": "isArrowKeyPressed",
|
|
72333
72190
|
"declaration": {
|
|
72334
|
-
"name": "
|
|
72335
|
-
"module": "core/a11y/
|
|
72191
|
+
"name": "isArrowKeyPressed",
|
|
72192
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
72336
72193
|
}
|
|
72337
72194
|
},
|
|
72338
72195
|
{
|
|
72339
72196
|
"kind": "js",
|
|
72340
|
-
"name": "
|
|
72197
|
+
"name": "isPreviousArrowKeyPressed",
|
|
72341
72198
|
"declaration": {
|
|
72342
|
-
"name": "
|
|
72343
|
-
"module": "core/a11y/
|
|
72199
|
+
"name": "isPreviousArrowKeyPressed",
|
|
72200
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
72201
|
+
}
|
|
72202
|
+
},
|
|
72203
|
+
{
|
|
72204
|
+
"kind": "js",
|
|
72205
|
+
"name": "isNextArrowKeyPressed",
|
|
72206
|
+
"declaration": {
|
|
72207
|
+
"name": "isNextArrowKeyPressed",
|
|
72208
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
72209
|
+
}
|
|
72210
|
+
},
|
|
72211
|
+
{
|
|
72212
|
+
"kind": "js",
|
|
72213
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
72214
|
+
"declaration": {
|
|
72215
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
72216
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
72217
|
+
}
|
|
72218
|
+
},
|
|
72219
|
+
{
|
|
72220
|
+
"kind": "js",
|
|
72221
|
+
"name": "getNextElementIndex",
|
|
72222
|
+
"declaration": {
|
|
72223
|
+
"name": "getNextElementIndex",
|
|
72224
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
72344
72225
|
}
|
|
72345
72226
|
}
|
|
72346
72227
|
]
|
|
72347
72228
|
},
|
|
72348
72229
|
{
|
|
72349
72230
|
"kind": "javascript-module",
|
|
72350
|
-
"path": "
|
|
72231
|
+
"path": "core/a11y/fake-event-detection.js",
|
|
72351
72232
|
"declarations": [
|
|
72352
72233
|
{
|
|
72353
|
-
"kind": "
|
|
72354
|
-
"
|
|
72355
|
-
"
|
|
72356
|
-
|
|
72357
|
-
|
|
72358
|
-
"description": "Block padding of the sticky bar.",
|
|
72359
|
-
"name": "--sbb-sticky-bar-padding-block",
|
|
72360
|
-
"default": "var(--sbb-spacing-responsive-xs)"
|
|
72361
|
-
},
|
|
72362
|
-
{
|
|
72363
|
-
"description": "Define an additional area where the sticky bar overlaps the following content on the bottom. This area becomes visible when the sticky bar transitions from sticky to the normal document flow.",
|
|
72364
|
-
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
72365
|
-
"default": "0px"
|
|
72366
|
-
},
|
|
72367
|
-
{
|
|
72368
|
-
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
72369
|
-
"name": "--sbb-sticky-bar-z-index"
|
|
72234
|
+
"kind": "function",
|
|
72235
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
72236
|
+
"return": {
|
|
72237
|
+
"type": {
|
|
72238
|
+
"text": "boolean"
|
|
72370
72239
|
}
|
|
72371
|
-
|
|
72372
|
-
"
|
|
72240
|
+
},
|
|
72241
|
+
"parameters": [
|
|
72373
72242
|
{
|
|
72374
|
-
"
|
|
72375
|
-
"
|
|
72243
|
+
"name": "event",
|
|
72244
|
+
"type": {
|
|
72245
|
+
"text": "MouseEvent"
|
|
72246
|
+
}
|
|
72376
72247
|
}
|
|
72377
72248
|
],
|
|
72378
|
-
"
|
|
72249
|
+
"description": "Gets whether an event could be a faked `mousedown` event dispatched by a screen reader."
|
|
72250
|
+
},
|
|
72251
|
+
{
|
|
72252
|
+
"kind": "function",
|
|
72253
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
72254
|
+
"return": {
|
|
72255
|
+
"type": {
|
|
72256
|
+
"text": "boolean"
|
|
72257
|
+
}
|
|
72258
|
+
},
|
|
72259
|
+
"parameters": [
|
|
72379
72260
|
{
|
|
72380
|
-
"
|
|
72381
|
-
"name": "elementName",
|
|
72261
|
+
"name": "event",
|
|
72382
72262
|
"type": {
|
|
72383
|
-
"text": "
|
|
72384
|
-
},
|
|
72385
|
-
"privacy": "public",
|
|
72386
|
-
"static": true,
|
|
72387
|
-
"readonly": true,
|
|
72388
|
-
"default": "'sbb-sticky-bar'",
|
|
72389
|
-
"inheritedFrom": {
|
|
72390
|
-
"name": "SbbElement",
|
|
72391
|
-
"module": "core/base-elements/element.js"
|
|
72263
|
+
"text": "TouchEvent"
|
|
72392
72264
|
}
|
|
72393
|
-
}
|
|
72265
|
+
}
|
|
72266
|
+
],
|
|
72267
|
+
"description": "Gets whether an event could be a faked `touchstart` event dispatched by a screen reader."
|
|
72268
|
+
}
|
|
72269
|
+
],
|
|
72270
|
+
"exports": [
|
|
72271
|
+
{
|
|
72272
|
+
"kind": "js",
|
|
72273
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
72274
|
+
"declaration": {
|
|
72275
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
72276
|
+
"module": "core/a11y/fake-event-detection.js"
|
|
72277
|
+
}
|
|
72278
|
+
},
|
|
72279
|
+
{
|
|
72280
|
+
"kind": "js",
|
|
72281
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
72282
|
+
"declaration": {
|
|
72283
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
72284
|
+
"module": "core/a11y/fake-event-detection.js"
|
|
72285
|
+
}
|
|
72286
|
+
}
|
|
72287
|
+
]
|
|
72288
|
+
},
|
|
72289
|
+
{
|
|
72290
|
+
"kind": "javascript-module",
|
|
72291
|
+
"path": "core/a11y/focus-trap-controller.js",
|
|
72292
|
+
"declarations": [
|
|
72293
|
+
{
|
|
72294
|
+
"kind": "class",
|
|
72295
|
+
"description": "",
|
|
72296
|
+
"name": "SbbFocusTrapController",
|
|
72297
|
+
"members": [
|
|
72394
72298
|
{
|
|
72395
72299
|
"kind": "field",
|
|
72396
|
-
"name": "
|
|
72300
|
+
"name": "enabled",
|
|
72397
72301
|
"privacy": "public",
|
|
72398
|
-
"
|
|
72399
|
-
"
|
|
72400
|
-
|
|
72302
|
+
"description": "Whether the focus is trap is enabled.",
|
|
72303
|
+
"parameters": [
|
|
72304
|
+
{
|
|
72305
|
+
"name": "enabled"
|
|
72306
|
+
}
|
|
72307
|
+
],
|
|
72401
72308
|
"type": {
|
|
72402
|
-
"text": "
|
|
72309
|
+
"text": "boolean"
|
|
72403
72310
|
}
|
|
72404
72311
|
},
|
|
72405
72312
|
{
|
|
72406
72313
|
"kind": "field",
|
|
72407
|
-
"name": "
|
|
72314
|
+
"name": "_abortController",
|
|
72408
72315
|
"type": {
|
|
72409
|
-
"text": "
|
|
72316
|
+
"text": "AbortController | null"
|
|
72410
72317
|
},
|
|
72411
|
-
"privacy": "
|
|
72412
|
-
"default": "null"
|
|
72413
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
72414
|
-
"attribute": "color",
|
|
72415
|
-
"reflects": true
|
|
72318
|
+
"privacy": "private",
|
|
72319
|
+
"default": "null"
|
|
72416
72320
|
},
|
|
72417
72321
|
{
|
|
72418
|
-
"kind": "
|
|
72419
|
-
"name": "
|
|
72420
|
-
"type": {
|
|
72421
|
-
"text": "'m' | 's'"
|
|
72422
|
-
},
|
|
72322
|
+
"kind": "method",
|
|
72323
|
+
"name": "hostDisconnected",
|
|
72423
72324
|
"privacy": "public",
|
|
72424
|
-
"
|
|
72425
|
-
|
|
72426
|
-
|
|
72427
|
-
|
|
72428
|
-
|
|
72429
|
-
{
|
|
72430
|
-
"kind": "field",
|
|
72431
|
-
"name": "_state",
|
|
72432
|
-
"privacy": "private",
|
|
72433
|
-
"description": "The state of the component.",
|
|
72434
|
-
"type": {
|
|
72435
|
-
"text": "StickyState"
|
|
72436
|
-
},
|
|
72437
|
-
"default": "'sticky'"
|
|
72325
|
+
"return": {
|
|
72326
|
+
"type": {
|
|
72327
|
+
"text": "void"
|
|
72328
|
+
}
|
|
72329
|
+
}
|
|
72438
72330
|
},
|
|
72439
72331
|
{
|
|
72440
|
-
"kind": "
|
|
72441
|
-
"name": "
|
|
72442
|
-
"
|
|
72443
|
-
|
|
72332
|
+
"kind": "method",
|
|
72333
|
+
"name": "focusInitialElement",
|
|
72334
|
+
"privacy": "public",
|
|
72335
|
+
"return": {
|
|
72336
|
+
"type": {
|
|
72337
|
+
"text": ""
|
|
72338
|
+
}
|
|
72444
72339
|
},
|
|
72445
|
-
"
|
|
72340
|
+
"parameters": [
|
|
72341
|
+
{
|
|
72342
|
+
"name": "options",
|
|
72343
|
+
"optional": true,
|
|
72344
|
+
"type": {
|
|
72345
|
+
"text": "FocusOptions"
|
|
72346
|
+
}
|
|
72347
|
+
}
|
|
72348
|
+
],
|
|
72349
|
+
"description": "Focuses the element that should be focused when the focus trap is initialized."
|
|
72446
72350
|
},
|
|
72447
72351
|
{
|
|
72448
|
-
"kind": "
|
|
72449
|
-
"name": "
|
|
72450
|
-
"
|
|
72451
|
-
|
|
72352
|
+
"kind": "method",
|
|
72353
|
+
"name": "focusFirstTabbableElement",
|
|
72354
|
+
"privacy": "public",
|
|
72355
|
+
"return": {
|
|
72356
|
+
"type": {
|
|
72357
|
+
"text": ""
|
|
72358
|
+
}
|
|
72452
72359
|
},
|
|
72453
|
-
"
|
|
72360
|
+
"parameters": [
|
|
72361
|
+
{
|
|
72362
|
+
"name": "options",
|
|
72363
|
+
"optional": true,
|
|
72364
|
+
"type": {
|
|
72365
|
+
"text": "FocusOptions"
|
|
72366
|
+
}
|
|
72367
|
+
}
|
|
72368
|
+
],
|
|
72369
|
+
"description": "Focuses the first tabbable element within the focus trap region."
|
|
72454
72370
|
},
|
|
72455
72371
|
{
|
|
72456
|
-
"kind": "
|
|
72457
|
-
"name": "
|
|
72458
|
-
"privacy": "
|
|
72459
|
-
"
|
|
72372
|
+
"kind": "method",
|
|
72373
|
+
"name": "focusLastTabbableElement",
|
|
72374
|
+
"privacy": "public",
|
|
72375
|
+
"return": {
|
|
72376
|
+
"type": {
|
|
72377
|
+
"text": ""
|
|
72378
|
+
}
|
|
72379
|
+
},
|
|
72380
|
+
"parameters": [
|
|
72381
|
+
{
|
|
72382
|
+
"name": "options",
|
|
72383
|
+
"optional": true,
|
|
72384
|
+
"type": {
|
|
72385
|
+
"text": "FocusOptions"
|
|
72386
|
+
}
|
|
72387
|
+
}
|
|
72388
|
+
],
|
|
72389
|
+
"description": "Focuses the last tabbable element within the focus trap region."
|
|
72460
72390
|
},
|
|
72461
72391
|
{
|
|
72462
72392
|
"kind": "method",
|
|
72463
|
-
"name": "
|
|
72393
|
+
"name": "_trap",
|
|
72464
72394
|
"privacy": "private",
|
|
72465
72395
|
"return": {
|
|
72466
72396
|
"type": {
|
|
72467
|
-
"text": "
|
|
72397
|
+
"text": "void"
|
|
72468
72398
|
}
|
|
72469
72399
|
}
|
|
72470
72400
|
},
|
|
72471
72401
|
{
|
|
72472
72402
|
"kind": "method",
|
|
72473
|
-
"name": "
|
|
72403
|
+
"name": "_getFirstTabbableElement",
|
|
72474
72404
|
"privacy": "private",
|
|
72475
72405
|
"return": {
|
|
72476
72406
|
"type": {
|
|
72477
|
-
"text": "
|
|
72407
|
+
"text": "HTMLElement | null"
|
|
72478
72408
|
}
|
|
72479
72409
|
},
|
|
72480
72410
|
"parameters": [
|
|
72481
72411
|
{
|
|
72482
|
-
"name": "
|
|
72412
|
+
"name": "root",
|
|
72483
72413
|
"type": {
|
|
72484
|
-
"text": "
|
|
72414
|
+
"text": "HTMLElement"
|
|
72485
72415
|
}
|
|
72486
72416
|
}
|
|
72487
|
-
]
|
|
72417
|
+
],
|
|
72418
|
+
"description": "Get the first tabbable element from a DOM subtree (inclusive)."
|
|
72488
72419
|
},
|
|
72489
72420
|
{
|
|
72490
72421
|
"kind": "method",
|
|
72491
|
-
"name": "
|
|
72492
|
-
"privacy": "
|
|
72422
|
+
"name": "_getLastTabbableElement",
|
|
72423
|
+
"privacy": "private",
|
|
72493
72424
|
"return": {
|
|
72494
72425
|
"type": {
|
|
72495
|
-
"text": "
|
|
72426
|
+
"text": "HTMLElement | null"
|
|
72496
72427
|
}
|
|
72497
72428
|
},
|
|
72498
|
-
"
|
|
72429
|
+
"parameters": [
|
|
72430
|
+
{
|
|
72431
|
+
"name": "root",
|
|
72432
|
+
"type": {
|
|
72433
|
+
"text": "HTMLElement"
|
|
72434
|
+
}
|
|
72435
|
+
}
|
|
72436
|
+
],
|
|
72437
|
+
"description": "Get the last tabbable element from a DOM subtree (inclusive)."
|
|
72499
72438
|
},
|
|
72500
72439
|
{
|
|
72501
72440
|
"kind": "method",
|
|
72502
|
-
"name": "
|
|
72503
|
-
"privacy": "
|
|
72441
|
+
"name": "_untrap",
|
|
72442
|
+
"privacy": "private",
|
|
72504
72443
|
"return": {
|
|
72505
72444
|
"type": {
|
|
72506
72445
|
"text": "void"
|
|
72507
72446
|
}
|
|
72508
|
-
}
|
|
72509
|
-
|
|
72447
|
+
}
|
|
72448
|
+
}
|
|
72449
|
+
]
|
|
72450
|
+
}
|
|
72451
|
+
],
|
|
72452
|
+
"exports": [
|
|
72453
|
+
{
|
|
72454
|
+
"kind": "js",
|
|
72455
|
+
"name": "SbbFocusTrapController",
|
|
72456
|
+
"declaration": {
|
|
72457
|
+
"name": "SbbFocusTrapController",
|
|
72458
|
+
"module": "core/a11y/focus-trap-controller.js"
|
|
72459
|
+
}
|
|
72460
|
+
}
|
|
72461
|
+
]
|
|
72462
|
+
},
|
|
72463
|
+
{
|
|
72464
|
+
"kind": "javascript-module",
|
|
72465
|
+
"path": "core/a11y/focus-visible-within-controller.js",
|
|
72466
|
+
"declarations": [
|
|
72467
|
+
{
|
|
72468
|
+
"kind": "class",
|
|
72469
|
+
"description": "",
|
|
72470
|
+
"name": "SbbFocusVisibleWithinController",
|
|
72471
|
+
"members": [
|
|
72472
|
+
{
|
|
72473
|
+
"kind": "field",
|
|
72474
|
+
"name": "_focusinHandler",
|
|
72475
|
+
"privacy": "private"
|
|
72476
|
+
},
|
|
72477
|
+
{
|
|
72478
|
+
"kind": "field",
|
|
72479
|
+
"name": "_focusoutHandler",
|
|
72480
|
+
"privacy": "private"
|
|
72510
72481
|
},
|
|
72511
72482
|
{
|
|
72512
72483
|
"kind": "method",
|
|
72513
|
-
"name": "
|
|
72514
|
-
"privacy": "
|
|
72484
|
+
"name": "hostConnected",
|
|
72485
|
+
"privacy": "public",
|
|
72515
72486
|
"return": {
|
|
72516
72487
|
"type": {
|
|
72517
72488
|
"text": "void"
|
|
@@ -72520,443 +72491,472 @@
|
|
|
72520
72491
|
},
|
|
72521
72492
|
{
|
|
72522
72493
|
"kind": "method",
|
|
72523
|
-
"name": "
|
|
72524
|
-
"privacy": "
|
|
72494
|
+
"name": "hostDisconnected",
|
|
72495
|
+
"privacy": "public",
|
|
72525
72496
|
"return": {
|
|
72526
72497
|
"type": {
|
|
72527
72498
|
"text": "void"
|
|
72528
72499
|
}
|
|
72529
72500
|
}
|
|
72530
|
-
}
|
|
72501
|
+
}
|
|
72502
|
+
]
|
|
72503
|
+
}
|
|
72504
|
+
],
|
|
72505
|
+
"exports": [
|
|
72506
|
+
{
|
|
72507
|
+
"kind": "js",
|
|
72508
|
+
"name": "SbbFocusVisibleWithinController",
|
|
72509
|
+
"declaration": {
|
|
72510
|
+
"name": "SbbFocusVisibleWithinController",
|
|
72511
|
+
"module": "core/a11y/focus-visible-within-controller.js"
|
|
72512
|
+
}
|
|
72513
|
+
}
|
|
72514
|
+
]
|
|
72515
|
+
},
|
|
72516
|
+
{
|
|
72517
|
+
"kind": "javascript-module",
|
|
72518
|
+
"path": "core/a11y/focus.js",
|
|
72519
|
+
"declarations": [
|
|
72520
|
+
{
|
|
72521
|
+
"kind": "variable",
|
|
72522
|
+
"name": "IS_FOCUSABLE_QUERY"
|
|
72523
|
+
}
|
|
72524
|
+
],
|
|
72525
|
+
"exports": [
|
|
72526
|
+
{
|
|
72527
|
+
"kind": "js",
|
|
72528
|
+
"name": "IS_FOCUSABLE_QUERY",
|
|
72529
|
+
"declaration": {
|
|
72530
|
+
"name": "IS_FOCUSABLE_QUERY",
|
|
72531
|
+
"module": "core/a11y/focus.js"
|
|
72532
|
+
}
|
|
72533
|
+
}
|
|
72534
|
+
]
|
|
72535
|
+
},
|
|
72536
|
+
{
|
|
72537
|
+
"kind": "javascript-module",
|
|
72538
|
+
"path": "core/a11y/input-modality-detector.js",
|
|
72539
|
+
"declarations": [
|
|
72540
|
+
{
|
|
72541
|
+
"kind": "variable",
|
|
72542
|
+
"name": "CONTROL",
|
|
72543
|
+
"type": {
|
|
72544
|
+
"text": "number"
|
|
72545
|
+
},
|
|
72546
|
+
"default": "17"
|
|
72547
|
+
},
|
|
72548
|
+
{
|
|
72549
|
+
"kind": "variable",
|
|
72550
|
+
"name": "META",
|
|
72551
|
+
"type": {
|
|
72552
|
+
"text": "number"
|
|
72553
|
+
},
|
|
72554
|
+
"default": "91"
|
|
72555
|
+
},
|
|
72556
|
+
{
|
|
72557
|
+
"kind": "variable",
|
|
72558
|
+
"name": "MAC_META",
|
|
72559
|
+
"type": {
|
|
72560
|
+
"text": "number"
|
|
72561
|
+
},
|
|
72562
|
+
"default": "224"
|
|
72563
|
+
},
|
|
72564
|
+
{
|
|
72565
|
+
"kind": "variable",
|
|
72566
|
+
"name": "sbbInputModalityDetector",
|
|
72567
|
+
"default": "new SbbInputModalityDetector()"
|
|
72568
|
+
}
|
|
72569
|
+
],
|
|
72570
|
+
"exports": [
|
|
72571
|
+
{
|
|
72572
|
+
"kind": "js",
|
|
72573
|
+
"name": "sbbInputModalityDetector",
|
|
72574
|
+
"declaration": {
|
|
72575
|
+
"name": "sbbInputModalityDetector",
|
|
72576
|
+
"module": "core/a11y/input-modality-detector.js"
|
|
72577
|
+
}
|
|
72578
|
+
}
|
|
72579
|
+
]
|
|
72580
|
+
},
|
|
72581
|
+
{
|
|
72582
|
+
"kind": "javascript-module",
|
|
72583
|
+
"path": "core/a11y/interactivity-checker.js",
|
|
72584
|
+
"declarations": [
|
|
72585
|
+
{
|
|
72586
|
+
"kind": "class",
|
|
72587
|
+
"description": "Configuration for the isFocusable method.",
|
|
72588
|
+
"name": "IsFocusableConfig",
|
|
72589
|
+
"members": [
|
|
72590
|
+
{
|
|
72591
|
+
"kind": "field",
|
|
72592
|
+
"name": "ignoreVisibility",
|
|
72593
|
+
"type": {
|
|
72594
|
+
"text": "boolean"
|
|
72595
|
+
},
|
|
72596
|
+
"privacy": "public",
|
|
72597
|
+
"default": "false",
|
|
72598
|
+
"description": "Whether to count an element as focusable even if it is not currently visible."
|
|
72599
|
+
}
|
|
72600
|
+
]
|
|
72601
|
+
},
|
|
72602
|
+
{
|
|
72603
|
+
"kind": "class",
|
|
72604
|
+
"description": "",
|
|
72605
|
+
"name": "InteractivityChecker",
|
|
72606
|
+
"members": [
|
|
72531
72607
|
{
|
|
72532
72608
|
"kind": "method",
|
|
72533
|
-
"name": "
|
|
72534
|
-
"privacy": "
|
|
72609
|
+
"name": "isDisabled",
|
|
72610
|
+
"privacy": "public",
|
|
72535
72611
|
"return": {
|
|
72536
72612
|
"type": {
|
|
72537
|
-
"text": "
|
|
72613
|
+
"text": ""
|
|
72538
72614
|
}
|
|
72539
72615
|
},
|
|
72540
72616
|
"parameters": [
|
|
72541
72617
|
{
|
|
72542
|
-
"name": "
|
|
72618
|
+
"name": "element",
|
|
72543
72619
|
"type": {
|
|
72544
|
-
"text": "
|
|
72545
|
-
}
|
|
72620
|
+
"text": "HTMLElement"
|
|
72621
|
+
},
|
|
72622
|
+
"description": "Element to be checked."
|
|
72546
72623
|
}
|
|
72547
|
-
]
|
|
72624
|
+
],
|
|
72625
|
+
"description": "Gets whether an element is disabled."
|
|
72548
72626
|
},
|
|
72549
72627
|
{
|
|
72550
72628
|
"kind": "method",
|
|
72551
|
-
"name": "
|
|
72552
|
-
"privacy": "
|
|
72629
|
+
"name": "isVisible",
|
|
72630
|
+
"privacy": "public",
|
|
72553
72631
|
"return": {
|
|
72554
72632
|
"type": {
|
|
72555
|
-
"text": "
|
|
72633
|
+
"text": ""
|
|
72556
72634
|
}
|
|
72557
|
-
}
|
|
72558
|
-
|
|
72559
|
-
|
|
72560
|
-
|
|
72561
|
-
|
|
72562
|
-
|
|
72563
|
-
|
|
72564
|
-
"type": {
|
|
72565
|
-
"text": "boolean"
|
|
72635
|
+
},
|
|
72636
|
+
"parameters": [
|
|
72637
|
+
{
|
|
72638
|
+
"name": "element",
|
|
72639
|
+
"type": {
|
|
72640
|
+
"text": "HTMLElement"
|
|
72641
|
+
}
|
|
72566
72642
|
}
|
|
72567
|
-
|
|
72568
|
-
|
|
72569
|
-
{
|
|
72570
|
-
"kind": "field",
|
|
72571
|
-
"name": "_updatePromise",
|
|
72572
|
-
"privacy": "private",
|
|
72573
|
-
"inheritedFrom": {
|
|
72574
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72575
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72576
|
-
}
|
|
72577
|
-
},
|
|
72578
|
-
{
|
|
72579
|
-
"kind": "field",
|
|
72580
|
-
"name": "_updateResolve",
|
|
72581
|
-
"privacy": "private",
|
|
72582
|
-
"inheritedFrom": {
|
|
72583
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72584
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72585
|
-
}
|
|
72643
|
+
],
|
|
72644
|
+
"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."
|
|
72586
72645
|
},
|
|
72587
72646
|
{
|
|
72588
72647
|
"kind": "method",
|
|
72589
|
-
"name": "
|
|
72590
|
-
"privacy": "
|
|
72648
|
+
"name": "isTabbable",
|
|
72649
|
+
"privacy": "public",
|
|
72591
72650
|
"return": {
|
|
72592
72651
|
"type": {
|
|
72593
|
-
"text": "
|
|
72652
|
+
"text": ""
|
|
72594
72653
|
}
|
|
72595
72654
|
},
|
|
72596
|
-
"
|
|
72597
|
-
|
|
72598
|
-
|
|
72599
|
-
|
|
72600
|
-
|
|
72601
|
-
|
|
72602
|
-
|
|
72603
|
-
"name": "completeUpdate",
|
|
72604
|
-
"privacy": "protected",
|
|
72605
|
-
"return": {
|
|
72606
|
-
"type": {
|
|
72607
|
-
"text": "void"
|
|
72655
|
+
"parameters": [
|
|
72656
|
+
{
|
|
72657
|
+
"name": "element",
|
|
72658
|
+
"type": {
|
|
72659
|
+
"text": "HTMLElement"
|
|
72660
|
+
},
|
|
72661
|
+
"description": "Element to be checked."
|
|
72608
72662
|
}
|
|
72609
|
-
|
|
72610
|
-
"
|
|
72611
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72612
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72613
|
-
}
|
|
72663
|
+
],
|
|
72664
|
+
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
72614
72665
|
},
|
|
72615
72666
|
{
|
|
72616
72667
|
"kind": "method",
|
|
72617
|
-
"name": "
|
|
72618
|
-
"privacy": "
|
|
72668
|
+
"name": "isFocusable",
|
|
72669
|
+
"privacy": "public",
|
|
72619
72670
|
"return": {
|
|
72620
72671
|
"type": {
|
|
72621
|
-
"text": "
|
|
72672
|
+
"text": ""
|
|
72622
72673
|
}
|
|
72623
72674
|
},
|
|
72624
|
-
"
|
|
72625
|
-
|
|
72626
|
-
|
|
72627
|
-
|
|
72628
|
-
|
|
72629
|
-
|
|
72630
|
-
|
|
72631
|
-
|
|
72632
|
-
|
|
72633
|
-
|
|
72634
|
-
|
|
72635
|
-
|
|
72636
|
-
|
|
72637
|
-
|
|
72638
|
-
|
|
72639
|
-
|
|
72640
|
-
|
|
72641
|
-
|
|
72642
|
-
}
|
|
72643
|
-
|
|
72644
|
-
|
|
72645
|
-
|
|
72646
|
-
|
|
72647
|
-
|
|
72648
|
-
|
|
72649
|
-
|
|
72650
|
-
|
|
72651
|
-
|
|
72652
|
-
|
|
72653
|
-
|
|
72654
|
-
|
|
72655
|
-
|
|
72656
|
-
|
|
72657
|
-
|
|
72658
|
-
|
|
72659
|
-
|
|
72660
|
-
|
|
72661
|
-
|
|
72662
|
-
|
|
72663
|
-
|
|
72664
|
-
|
|
72665
|
-
|
|
72666
|
-
|
|
72667
|
-
|
|
72668
|
-
|
|
72669
|
-
|
|
72670
|
-
|
|
72671
|
-
|
|
72672
|
-
|
|
72673
|
-
|
|
72674
|
-
|
|
72675
|
-
|
|
72676
|
-
|
|
72677
|
-
|
|
72678
|
-
|
|
72679
|
-
|
|
72680
|
-
|
|
72675
|
+
"parameters": [
|
|
72676
|
+
{
|
|
72677
|
+
"name": "element",
|
|
72678
|
+
"type": {
|
|
72679
|
+
"text": "HTMLElement"
|
|
72680
|
+
},
|
|
72681
|
+
"description": "Element to be checked."
|
|
72682
|
+
},
|
|
72683
|
+
{
|
|
72684
|
+
"name": "config",
|
|
72685
|
+
"optional": true,
|
|
72686
|
+
"type": {
|
|
72687
|
+
"text": "IsFocusableConfig"
|
|
72688
|
+
},
|
|
72689
|
+
"description": "The config object with options to customize this method's behavior"
|
|
72690
|
+
}
|
|
72691
|
+
],
|
|
72692
|
+
"description": "Gets whether an element can be focused by the user."
|
|
72693
|
+
}
|
|
72694
|
+
]
|
|
72695
|
+
},
|
|
72696
|
+
{
|
|
72697
|
+
"kind": "variable",
|
|
72698
|
+
"name": "interactivityChecker",
|
|
72699
|
+
"default": "new InteractivityChecker()"
|
|
72700
|
+
}
|
|
72701
|
+
],
|
|
72702
|
+
"exports": [
|
|
72703
|
+
{
|
|
72704
|
+
"kind": "js",
|
|
72705
|
+
"name": "IsFocusableConfig",
|
|
72706
|
+
"declaration": {
|
|
72707
|
+
"name": "IsFocusableConfig",
|
|
72708
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
72709
|
+
}
|
|
72710
|
+
},
|
|
72711
|
+
{
|
|
72712
|
+
"kind": "js",
|
|
72713
|
+
"name": "InteractivityChecker",
|
|
72714
|
+
"declaration": {
|
|
72715
|
+
"name": "InteractivityChecker",
|
|
72716
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
72717
|
+
}
|
|
72718
|
+
},
|
|
72719
|
+
{
|
|
72720
|
+
"kind": "js",
|
|
72721
|
+
"name": "interactivityChecker",
|
|
72722
|
+
"declaration": {
|
|
72723
|
+
"name": "interactivityChecker",
|
|
72724
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
72725
|
+
}
|
|
72726
|
+
}
|
|
72727
|
+
]
|
|
72728
|
+
},
|
|
72729
|
+
{
|
|
72730
|
+
"kind": "javascript-module",
|
|
72731
|
+
"path": "core/a11y/live-announcer.js",
|
|
72732
|
+
"declarations": [
|
|
72733
|
+
{
|
|
72734
|
+
"kind": "class",
|
|
72735
|
+
"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",
|
|
72736
|
+
"name": "SbbLiveAnnouncer",
|
|
72737
|
+
"members": [
|
|
72681
72738
|
{
|
|
72682
72739
|
"kind": "field",
|
|
72683
|
-
"name": "
|
|
72740
|
+
"name": "_liveElement",
|
|
72684
72741
|
"type": {
|
|
72685
|
-
"text": "
|
|
72742
|
+
"text": "HTMLElement"
|
|
72686
72743
|
},
|
|
72687
|
-
"privacy": "private"
|
|
72688
|
-
"default": "!!this.shadowRoot",
|
|
72689
|
-
"inheritedFrom": {
|
|
72690
|
-
"name": "SbbElement",
|
|
72691
|
-
"module": "core/base-elements/element.js"
|
|
72692
|
-
}
|
|
72693
|
-
},
|
|
72694
|
-
{
|
|
72695
|
-
"kind": "field",
|
|
72696
|
-
"name": "_hydrationComplete",
|
|
72697
|
-
"privacy": "private",
|
|
72698
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
72699
|
-
"inheritedFrom": {
|
|
72700
|
-
"name": "SbbElement",
|
|
72701
|
-
"module": "core/base-elements/element.js"
|
|
72702
|
-
}
|
|
72744
|
+
"privacy": "private"
|
|
72703
72745
|
},
|
|
72704
72746
|
{
|
|
72705
72747
|
"kind": "field",
|
|
72706
|
-
"name": "
|
|
72748
|
+
"name": "_previousTimeout",
|
|
72707
72749
|
"type": {
|
|
72708
|
-
"text": "
|
|
72750
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
72709
72751
|
},
|
|
72710
|
-
"privacy": "private"
|
|
72711
|
-
"inheritedFrom": {
|
|
72712
|
-
"name": "SbbElement",
|
|
72713
|
-
"module": "core/base-elements/element.js"
|
|
72714
|
-
}
|
|
72752
|
+
"privacy": "private"
|
|
72715
72753
|
},
|
|
72716
72754
|
{
|
|
72717
72755
|
"kind": "field",
|
|
72718
|
-
"name": "
|
|
72756
|
+
"name": "_currentPromise",
|
|
72719
72757
|
"type": {
|
|
72720
|
-
"text": "
|
|
72758
|
+
"text": "Promise<void> | undefined"
|
|
72721
72759
|
},
|
|
72722
|
-
"privacy": "private"
|
|
72723
|
-
"inheritedFrom": {
|
|
72724
|
-
"name": "SbbElement",
|
|
72725
|
-
"module": "core/base-elements/element.js"
|
|
72726
|
-
}
|
|
72760
|
+
"privacy": "private"
|
|
72727
72761
|
},
|
|
72728
72762
|
{
|
|
72729
72763
|
"kind": "field",
|
|
72730
|
-
"name": "
|
|
72764
|
+
"name": "_currentResolve",
|
|
72731
72765
|
"type": {
|
|
72732
|
-
"text": "
|
|
72733
|
-
},
|
|
72734
|
-
"privacy": "protected",
|
|
72735
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
72736
|
-
"readonly": true,
|
|
72737
|
-
"inheritedFrom": {
|
|
72738
|
-
"name": "SbbElement",
|
|
72739
|
-
"module": "core/base-elements/element.js"
|
|
72766
|
+
"text": "(() => void) | undefined"
|
|
72740
72767
|
},
|
|
72741
|
-
"
|
|
72768
|
+
"privacy": "private"
|
|
72742
72769
|
},
|
|
72743
72770
|
{
|
|
72744
72771
|
"kind": "method",
|
|
72745
|
-
"name": "
|
|
72746
|
-
"privacy": "
|
|
72772
|
+
"name": "announce",
|
|
72773
|
+
"privacy": "public",
|
|
72747
72774
|
"return": {
|
|
72748
72775
|
"type": {
|
|
72749
|
-
"text": "
|
|
72776
|
+
"text": ""
|
|
72750
72777
|
}
|
|
72751
72778
|
},
|
|
72752
72779
|
"parameters": [
|
|
72753
72780
|
{
|
|
72754
|
-
"name": "
|
|
72781
|
+
"name": "message",
|
|
72755
72782
|
"type": {
|
|
72756
72783
|
"text": "string"
|
|
72757
|
-
}
|
|
72758
|
-
|
|
72759
|
-
{
|
|
72760
|
-
"name": "force",
|
|
72761
|
-
"optional": true,
|
|
72762
|
-
"type": {
|
|
72763
|
-
"text": "boolean"
|
|
72764
|
-
}
|
|
72784
|
+
},
|
|
72785
|
+
"description": "Message to be announced to the screen reader."
|
|
72765
72786
|
}
|
|
72766
72787
|
],
|
|
72767
|
-
"
|
|
72768
|
-
"name": "SbbElement",
|
|
72769
|
-
"module": "core/base-elements/element.js"
|
|
72770
|
-
}
|
|
72788
|
+
"description": "Announces a message to screen readers."
|
|
72771
72789
|
},
|
|
72772
72790
|
{
|
|
72773
72791
|
"kind": "method",
|
|
72774
|
-
"name": "
|
|
72775
|
-
"privacy": "
|
|
72792
|
+
"name": "announce",
|
|
72793
|
+
"privacy": "public",
|
|
72776
72794
|
"return": {
|
|
72777
72795
|
"type": {
|
|
72778
|
-
"text": "
|
|
72796
|
+
"text": ""
|
|
72779
72797
|
}
|
|
72780
72798
|
},
|
|
72781
72799
|
"parameters": [
|
|
72782
72800
|
{
|
|
72783
|
-
"name": "
|
|
72801
|
+
"name": "message",
|
|
72784
72802
|
"type": {
|
|
72785
|
-
"text": "
|
|
72786
|
-
}
|
|
72803
|
+
"text": "string"
|
|
72804
|
+
},
|
|
72805
|
+
"description": "Message to be announced to the screen reader."
|
|
72787
72806
|
},
|
|
72788
72807
|
{
|
|
72789
|
-
"name": "
|
|
72808
|
+
"name": "politeness",
|
|
72809
|
+
"optional": true,
|
|
72790
72810
|
"type": {
|
|
72791
|
-
"text": "
|
|
72792
|
-
}
|
|
72811
|
+
"text": "AriaLivePoliteness"
|
|
72812
|
+
},
|
|
72813
|
+
"description": "The politeness of the announcer element."
|
|
72793
72814
|
}
|
|
72794
72815
|
],
|
|
72795
|
-
"
|
|
72796
|
-
"name": "SbbElement",
|
|
72797
|
-
"module": "core/base-elements/element.js"
|
|
72798
|
-
}
|
|
72816
|
+
"description": "Announces a message to screen readers."
|
|
72799
72817
|
},
|
|
72800
72818
|
{
|
|
72801
72819
|
"kind": "method",
|
|
72802
|
-
"name": "
|
|
72803
|
-
"privacy": "
|
|
72820
|
+
"name": "announce",
|
|
72821
|
+
"privacy": "public",
|
|
72804
72822
|
"return": {
|
|
72805
72823
|
"type": {
|
|
72806
|
-
"text": "
|
|
72824
|
+
"text": ""
|
|
72807
72825
|
}
|
|
72808
72826
|
},
|
|
72809
72827
|
"parameters": [
|
|
72810
72828
|
{
|
|
72811
|
-
"name": "
|
|
72829
|
+
"name": "message",
|
|
72812
72830
|
"type": {
|
|
72813
|
-
"text": "
|
|
72814
|
-
}
|
|
72831
|
+
"text": "string"
|
|
72832
|
+
},
|
|
72833
|
+
"description": "Message to be announced to the screen reader."
|
|
72834
|
+
},
|
|
72835
|
+
{
|
|
72836
|
+
"name": "duration",
|
|
72837
|
+
"optional": true,
|
|
72838
|
+
"type": {
|
|
72839
|
+
"text": "number"
|
|
72840
|
+
},
|
|
72841
|
+
"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."
|
|
72815
72842
|
}
|
|
72816
72843
|
],
|
|
72817
|
-
"
|
|
72818
|
-
"name": "SbbElement",
|
|
72819
|
-
"module": "core/base-elements/element.js"
|
|
72820
|
-
}
|
|
72844
|
+
"description": "Announces a message to screen readers."
|
|
72821
72845
|
},
|
|
72822
72846
|
{
|
|
72823
72847
|
"kind": "method",
|
|
72824
|
-
"name": "
|
|
72825
|
-
"privacy": "
|
|
72848
|
+
"name": "announce",
|
|
72849
|
+
"privacy": "public",
|
|
72826
72850
|
"return": {
|
|
72827
72851
|
"type": {
|
|
72828
|
-
"text": "
|
|
72852
|
+
"text": ""
|
|
72829
72853
|
}
|
|
72830
72854
|
},
|
|
72831
72855
|
"parameters": [
|
|
72832
72856
|
{
|
|
72833
|
-
"name": "
|
|
72857
|
+
"name": "message",
|
|
72834
72858
|
"type": {
|
|
72835
|
-
"text": "
|
|
72836
|
-
}
|
|
72859
|
+
"text": "string"
|
|
72860
|
+
},
|
|
72861
|
+
"description": "Message to be announced to the screen reader."
|
|
72862
|
+
},
|
|
72863
|
+
{
|
|
72864
|
+
"name": "politeness",
|
|
72865
|
+
"optional": true,
|
|
72866
|
+
"type": {
|
|
72867
|
+
"text": "AriaLivePoliteness"
|
|
72868
|
+
},
|
|
72869
|
+
"description": "The politeness of the announcer element."
|
|
72870
|
+
},
|
|
72871
|
+
{
|
|
72872
|
+
"name": "duration",
|
|
72873
|
+
"optional": true,
|
|
72874
|
+
"type": {
|
|
72875
|
+
"text": "number"
|
|
72876
|
+
},
|
|
72877
|
+
"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."
|
|
72837
72878
|
}
|
|
72838
72879
|
],
|
|
72839
|
-
"
|
|
72840
|
-
"name": "SbbElement",
|
|
72841
|
-
"module": "core/base-elements/element.js"
|
|
72842
|
-
}
|
|
72880
|
+
"description": "Announces a message to screen readers."
|
|
72843
72881
|
},
|
|
72844
72882
|
{
|
|
72845
72883
|
"kind": "method",
|
|
72846
|
-
"name": "
|
|
72847
|
-
"privacy": "
|
|
72884
|
+
"name": "announce",
|
|
72885
|
+
"privacy": "public",
|
|
72848
72886
|
"return": {
|
|
72849
72887
|
"type": {
|
|
72850
|
-
"text": "void"
|
|
72888
|
+
"text": "Promise<void>"
|
|
72851
72889
|
}
|
|
72852
72890
|
},
|
|
72853
72891
|
"parameters": [
|
|
72854
72892
|
{
|
|
72855
|
-
"name": "
|
|
72893
|
+
"name": "message",
|
|
72856
72894
|
"type": {
|
|
72857
|
-
"text": "
|
|
72895
|
+
"text": "string"
|
|
72896
|
+
}
|
|
72897
|
+
},
|
|
72898
|
+
{
|
|
72899
|
+
"name": "args",
|
|
72900
|
+
"type": {
|
|
72901
|
+
"text": "any[]"
|
|
72858
72902
|
}
|
|
72859
72903
|
}
|
|
72860
|
-
]
|
|
72861
|
-
"inheritedFrom": {
|
|
72862
|
-
"name": "SbbElement",
|
|
72863
|
-
"module": "core/base-elements/element.js"
|
|
72864
|
-
}
|
|
72904
|
+
]
|
|
72865
72905
|
},
|
|
72866
72906
|
{
|
|
72867
72907
|
"kind": "method",
|
|
72868
|
-
"name": "
|
|
72869
|
-
"privacy": "
|
|
72908
|
+
"name": "clear",
|
|
72909
|
+
"privacy": "public",
|
|
72870
72910
|
"return": {
|
|
72871
72911
|
"type": {
|
|
72872
|
-
"text": "
|
|
72873
|
-
}
|
|
72874
|
-
},
|
|
72875
|
-
"parameters": [
|
|
72876
|
-
{
|
|
72877
|
-
"name": "slot",
|
|
72878
|
-
"type": {
|
|
72879
|
-
"text": "HTMLSlotElement"
|
|
72880
|
-
}
|
|
72912
|
+
"text": "void"
|
|
72881
72913
|
}
|
|
72882
|
-
],
|
|
72883
|
-
"inheritedFrom": {
|
|
72884
|
-
"name": "SbbElement",
|
|
72885
|
-
"module": "core/base-elements/element.js"
|
|
72886
|
-
}
|
|
72887
|
-
}
|
|
72888
|
-
],
|
|
72889
|
-
"events": [
|
|
72890
|
-
{
|
|
72891
|
-
"name": "stick",
|
|
72892
|
-
"type": {
|
|
72893
|
-
"text": "Event"
|
|
72894
|
-
},
|
|
72895
|
-
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
72896
|
-
},
|
|
72897
|
-
{
|
|
72898
|
-
"name": "unstick",
|
|
72899
|
-
"type": {
|
|
72900
|
-
"text": "Event"
|
|
72901
|
-
},
|
|
72902
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
72903
|
-
},
|
|
72904
|
-
{
|
|
72905
|
-
"name": "beforestick",
|
|
72906
|
-
"type": {
|
|
72907
|
-
"text": "Event"
|
|
72908
72914
|
},
|
|
72909
|
-
"description": "
|
|
72915
|
+
"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."
|
|
72910
72916
|
},
|
|
72911
72917
|
{
|
|
72912
|
-
"
|
|
72913
|
-
"
|
|
72914
|
-
|
|
72915
|
-
|
|
72916
|
-
|
|
72917
|
-
|
|
72918
|
-
|
|
72919
|
-
|
|
72920
|
-
{
|
|
72921
|
-
"name": "color",
|
|
72922
|
-
"type": {
|
|
72923
|
-
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
72924
|
-
},
|
|
72925
|
-
"default": "null",
|
|
72926
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
72927
|
-
"fieldName": "color"
|
|
72918
|
+
"kind": "method",
|
|
72919
|
+
"name": "destroy",
|
|
72920
|
+
"privacy": "public",
|
|
72921
|
+
"return": {
|
|
72922
|
+
"type": {
|
|
72923
|
+
"text": "void"
|
|
72924
|
+
}
|
|
72925
|
+
}
|
|
72928
72926
|
},
|
|
72929
72927
|
{
|
|
72930
|
-
"
|
|
72931
|
-
"
|
|
72932
|
-
|
|
72933
|
-
|
|
72934
|
-
|
|
72935
|
-
|
|
72936
|
-
|
|
72937
|
-
|
|
72938
|
-
],
|
|
72939
|
-
"mixins": [
|
|
72940
|
-
{
|
|
72941
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72942
|
-
"module": "core.js"
|
|
72928
|
+
"kind": "method",
|
|
72929
|
+
"name": "_createLiveElement",
|
|
72930
|
+
"privacy": "private",
|
|
72931
|
+
"return": {
|
|
72932
|
+
"type": {
|
|
72933
|
+
"text": "HTMLElement"
|
|
72934
|
+
}
|
|
72935
|
+
}
|
|
72943
72936
|
}
|
|
72944
|
-
]
|
|
72945
|
-
|
|
72946
|
-
|
|
72947
|
-
|
|
72948
|
-
|
|
72949
|
-
"
|
|
72950
|
-
"customElement": true
|
|
72937
|
+
]
|
|
72938
|
+
},
|
|
72939
|
+
{
|
|
72940
|
+
"kind": "variable",
|
|
72941
|
+
"name": "sbbLiveAnnouncer",
|
|
72942
|
+
"default": "new SbbLiveAnnouncer()"
|
|
72951
72943
|
}
|
|
72952
72944
|
],
|
|
72953
72945
|
"exports": [
|
|
72954
72946
|
{
|
|
72955
72947
|
"kind": "js",
|
|
72956
|
-
"name": "
|
|
72948
|
+
"name": "SbbLiveAnnouncer",
|
|
72957
72949
|
"declaration": {
|
|
72958
|
-
"name": "
|
|
72959
|
-
"module": "
|
|
72950
|
+
"name": "SbbLiveAnnouncer",
|
|
72951
|
+
"module": "core/a11y/live-announcer.js"
|
|
72952
|
+
}
|
|
72953
|
+
},
|
|
72954
|
+
{
|
|
72955
|
+
"kind": "js",
|
|
72956
|
+
"name": "sbbLiveAnnouncer",
|
|
72957
|
+
"declaration": {
|
|
72958
|
+
"name": "sbbLiveAnnouncer",
|
|
72959
|
+
"module": "core/a11y/live-announcer.js"
|
|
72960
72960
|
}
|
|
72961
72961
|
}
|
|
72962
72962
|
]
|