@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1777273006 → 5.0.0-next-dev.1777275988
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
CHANGED
|
@@ -71850,180 +71850,326 @@
|
|
|
71850
71850
|
},
|
|
71851
71851
|
{
|
|
71852
71852
|
"kind": "javascript-module",
|
|
71853
|
-
"path": "
|
|
71853
|
+
"path": "core/a11y/arrow-navigation.js",
|
|
71854
71854
|
"declarations": [
|
|
71855
71855
|
{
|
|
71856
|
-
"kind": "
|
|
71857
|
-
"
|
|
71858
|
-
"
|
|
71859
|
-
|
|
71860
|
-
|
|
71861
|
-
|
|
71862
|
-
|
|
71863
|
-
|
|
71864
|
-
},
|
|
71856
|
+
"kind": "function",
|
|
71857
|
+
"name": "isArrowKeyPressed",
|
|
71858
|
+
"return": {
|
|
71859
|
+
"type": {
|
|
71860
|
+
"text": "boolean"
|
|
71861
|
+
}
|
|
71862
|
+
},
|
|
71863
|
+
"parameters": [
|
|
71865
71864
|
{
|
|
71866
|
-
"
|
|
71867
|
-
"
|
|
71868
|
-
|
|
71869
|
-
|
|
71865
|
+
"name": "event",
|
|
71866
|
+
"type": {
|
|
71867
|
+
"text": "KeyboardEvent"
|
|
71868
|
+
},
|
|
71869
|
+
"description": "The keyboard event to check."
|
|
71870
|
+
}
|
|
71871
|
+
],
|
|
71872
|
+
"description": "Check if the key pressed is among those allowed for navigation."
|
|
71873
|
+
},
|
|
71874
|
+
{
|
|
71875
|
+
"kind": "function",
|
|
71876
|
+
"name": "isPreviousArrowKeyPressed",
|
|
71877
|
+
"return": {
|
|
71878
|
+
"type": {
|
|
71879
|
+
"text": "boolean"
|
|
71880
|
+
}
|
|
71881
|
+
},
|
|
71882
|
+
"parameters": [
|
|
71870
71883
|
{
|
|
71871
|
-
"
|
|
71872
|
-
"
|
|
71884
|
+
"name": "event",
|
|
71885
|
+
"type": {
|
|
71886
|
+
"text": "KeyboardEvent"
|
|
71887
|
+
},
|
|
71888
|
+
"description": "The keyboard event to check."
|
|
71873
71889
|
}
|
|
71874
71890
|
],
|
|
71875
|
-
"
|
|
71891
|
+
"description": "Check if the key pressed should move the navigation to the next element."
|
|
71892
|
+
},
|
|
71893
|
+
{
|
|
71894
|
+
"kind": "function",
|
|
71895
|
+
"name": "isNextArrowKeyPressed",
|
|
71896
|
+
"return": {
|
|
71897
|
+
"type": {
|
|
71898
|
+
"text": "boolean"
|
|
71899
|
+
}
|
|
71900
|
+
},
|
|
71901
|
+
"parameters": [
|
|
71876
71902
|
{
|
|
71877
|
-
"
|
|
71878
|
-
"
|
|
71903
|
+
"name": "event",
|
|
71904
|
+
"type": {
|
|
71905
|
+
"text": "KeyboardEvent"
|
|
71906
|
+
},
|
|
71907
|
+
"description": "The keyboard event to check."
|
|
71879
71908
|
}
|
|
71880
71909
|
],
|
|
71881
|
-
"
|
|
71910
|
+
"description": "Check if the key pressed should move the navigation to the next element."
|
|
71911
|
+
},
|
|
71912
|
+
{
|
|
71913
|
+
"kind": "function",
|
|
71914
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
71915
|
+
"return": {
|
|
71916
|
+
"type": {
|
|
71917
|
+
"text": "boolean"
|
|
71918
|
+
}
|
|
71919
|
+
},
|
|
71920
|
+
"parameters": [
|
|
71882
71921
|
{
|
|
71883
|
-
"
|
|
71884
|
-
"name": "elementName",
|
|
71922
|
+
"name": "event",
|
|
71885
71923
|
"type": {
|
|
71886
|
-
"text": "
|
|
71924
|
+
"text": "KeyboardEvent"
|
|
71887
71925
|
},
|
|
71888
|
-
"
|
|
71889
|
-
|
|
71890
|
-
|
|
71891
|
-
|
|
71892
|
-
|
|
71893
|
-
|
|
71894
|
-
|
|
71895
|
-
|
|
71896
|
-
|
|
71926
|
+
"description": "The keyboard event to check."
|
|
71927
|
+
}
|
|
71928
|
+
],
|
|
71929
|
+
"description": "Check if the key pressed is among those allowed for navigation."
|
|
71930
|
+
},
|
|
71931
|
+
{
|
|
71932
|
+
"kind": "function",
|
|
71933
|
+
"name": "getNextElementIndex",
|
|
71934
|
+
"return": {
|
|
71935
|
+
"type": {
|
|
71936
|
+
"text": ""
|
|
71937
|
+
}
|
|
71938
|
+
},
|
|
71939
|
+
"parameters": [
|
|
71897
71940
|
{
|
|
71898
|
-
"
|
|
71899
|
-
"name": "events",
|
|
71900
|
-
"privacy": "public",
|
|
71901
|
-
"static": true,
|
|
71902
|
-
"readonly": true,
|
|
71903
|
-
"default": "{ beforestick: 'beforestick', stick: 'stick', beforeunstick: 'beforeunstick', unstick: 'unstick', }",
|
|
71941
|
+
"name": "event",
|
|
71904
71942
|
"type": {
|
|
71905
|
-
"text": "
|
|
71906
|
-
}
|
|
71943
|
+
"text": "KeyboardEvent | undefined"
|
|
71944
|
+
},
|
|
71945
|
+
"description": "The keyboard event to check. If null, will count as a 'next' step."
|
|
71907
71946
|
},
|
|
71908
71947
|
{
|
|
71909
|
-
"
|
|
71910
|
-
"name": "color",
|
|
71948
|
+
"name": "current",
|
|
71911
71949
|
"type": {
|
|
71912
|
-
"text": "
|
|
71950
|
+
"text": "number"
|
|
71913
71951
|
},
|
|
71914
|
-
"
|
|
71915
|
-
"default": "null",
|
|
71916
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
71917
|
-
"attribute": "color",
|
|
71918
|
-
"reflects": true
|
|
71952
|
+
"description": "The index of the current element in the list."
|
|
71919
71953
|
},
|
|
71920
71954
|
{
|
|
71921
|
-
"kind": "field",
|
|
71922
71955
|
"name": "size",
|
|
71923
71956
|
"type": {
|
|
71924
|
-
"text": "
|
|
71957
|
+
"text": "number"
|
|
71925
71958
|
},
|
|
71926
|
-
"
|
|
71927
|
-
|
|
71928
|
-
|
|
71929
|
-
|
|
71930
|
-
|
|
71931
|
-
|
|
71959
|
+
"description": "The size of the list."
|
|
71960
|
+
}
|
|
71961
|
+
],
|
|
71962
|
+
"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."
|
|
71963
|
+
}
|
|
71964
|
+
],
|
|
71965
|
+
"exports": [
|
|
71966
|
+
{
|
|
71967
|
+
"kind": "js",
|
|
71968
|
+
"name": "isArrowKeyPressed",
|
|
71969
|
+
"declaration": {
|
|
71970
|
+
"name": "isArrowKeyPressed",
|
|
71971
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
71972
|
+
}
|
|
71973
|
+
},
|
|
71974
|
+
{
|
|
71975
|
+
"kind": "js",
|
|
71976
|
+
"name": "isPreviousArrowKeyPressed",
|
|
71977
|
+
"declaration": {
|
|
71978
|
+
"name": "isPreviousArrowKeyPressed",
|
|
71979
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
71980
|
+
}
|
|
71981
|
+
},
|
|
71982
|
+
{
|
|
71983
|
+
"kind": "js",
|
|
71984
|
+
"name": "isNextArrowKeyPressed",
|
|
71985
|
+
"declaration": {
|
|
71986
|
+
"name": "isNextArrowKeyPressed",
|
|
71987
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
71988
|
+
}
|
|
71989
|
+
},
|
|
71990
|
+
{
|
|
71991
|
+
"kind": "js",
|
|
71992
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
71993
|
+
"declaration": {
|
|
71994
|
+
"name": "isArrowKeyOrPageKeysPressed",
|
|
71995
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
71996
|
+
}
|
|
71997
|
+
},
|
|
71998
|
+
{
|
|
71999
|
+
"kind": "js",
|
|
72000
|
+
"name": "getNextElementIndex",
|
|
72001
|
+
"declaration": {
|
|
72002
|
+
"name": "getNextElementIndex",
|
|
72003
|
+
"module": "core/a11y/arrow-navigation.js"
|
|
72004
|
+
}
|
|
72005
|
+
}
|
|
72006
|
+
]
|
|
72007
|
+
},
|
|
72008
|
+
{
|
|
72009
|
+
"kind": "javascript-module",
|
|
72010
|
+
"path": "core/a11y/fake-event-detection.js",
|
|
72011
|
+
"declarations": [
|
|
72012
|
+
{
|
|
72013
|
+
"kind": "function",
|
|
72014
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
72015
|
+
"return": {
|
|
72016
|
+
"type": {
|
|
72017
|
+
"text": "boolean"
|
|
72018
|
+
}
|
|
72019
|
+
},
|
|
72020
|
+
"parameters": [
|
|
71932
72021
|
{
|
|
71933
|
-
"
|
|
71934
|
-
"name": "_state",
|
|
71935
|
-
"privacy": "private",
|
|
71936
|
-
"description": "The state of the component.",
|
|
72022
|
+
"name": "event",
|
|
71937
72023
|
"type": {
|
|
71938
|
-
"text": "
|
|
71939
|
-
}
|
|
71940
|
-
|
|
71941
|
-
|
|
72024
|
+
"text": "MouseEvent"
|
|
72025
|
+
}
|
|
72026
|
+
}
|
|
72027
|
+
],
|
|
72028
|
+
"description": "Gets whether an event could be a faked `mousedown` event dispatched by a screen reader."
|
|
72029
|
+
},
|
|
72030
|
+
{
|
|
72031
|
+
"kind": "function",
|
|
72032
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
72033
|
+
"return": {
|
|
72034
|
+
"type": {
|
|
72035
|
+
"text": "boolean"
|
|
72036
|
+
}
|
|
72037
|
+
},
|
|
72038
|
+
"parameters": [
|
|
71942
72039
|
{
|
|
71943
|
-
"
|
|
71944
|
-
"name": "_stateInternal",
|
|
72040
|
+
"name": "event",
|
|
71945
72041
|
"type": {
|
|
71946
|
-
"text": "
|
|
71947
|
-
}
|
|
71948
|
-
|
|
71949
|
-
|
|
72042
|
+
"text": "TouchEvent"
|
|
72043
|
+
}
|
|
72044
|
+
}
|
|
72045
|
+
],
|
|
72046
|
+
"description": "Gets whether an event could be a faked `touchstart` event dispatched by a screen reader."
|
|
72047
|
+
}
|
|
72048
|
+
],
|
|
72049
|
+
"exports": [
|
|
72050
|
+
{
|
|
72051
|
+
"kind": "js",
|
|
72052
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
72053
|
+
"declaration": {
|
|
72054
|
+
"name": "isFakeMousedownFromScreenReader",
|
|
72055
|
+
"module": "core/a11y/fake-event-detection.js"
|
|
72056
|
+
}
|
|
72057
|
+
},
|
|
72058
|
+
{
|
|
72059
|
+
"kind": "js",
|
|
72060
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
72061
|
+
"declaration": {
|
|
72062
|
+
"name": "isFakeTouchstartFromScreenReader",
|
|
72063
|
+
"module": "core/a11y/fake-event-detection.js"
|
|
72064
|
+
}
|
|
72065
|
+
}
|
|
72066
|
+
]
|
|
72067
|
+
},
|
|
72068
|
+
{
|
|
72069
|
+
"kind": "javascript-module",
|
|
72070
|
+
"path": "core/a11y/focus-trap-controller.js",
|
|
72071
|
+
"declarations": [
|
|
72072
|
+
{
|
|
72073
|
+
"kind": "class",
|
|
72074
|
+
"description": "",
|
|
72075
|
+
"name": "SbbFocusTrapController",
|
|
72076
|
+
"members": [
|
|
71950
72077
|
{
|
|
71951
72078
|
"kind": "field",
|
|
71952
|
-
"name": "
|
|
72079
|
+
"name": "enabled",
|
|
72080
|
+
"privacy": "public",
|
|
72081
|
+
"description": "Whether the focus is trap is enabled.",
|
|
72082
|
+
"parameters": [
|
|
72083
|
+
{
|
|
72084
|
+
"name": "enabled"
|
|
72085
|
+
}
|
|
72086
|
+
],
|
|
71953
72087
|
"type": {
|
|
71954
|
-
"text": "
|
|
71955
|
-
}
|
|
71956
|
-
"privacy": "private"
|
|
72088
|
+
"text": "boolean"
|
|
72089
|
+
}
|
|
71957
72090
|
},
|
|
71958
72091
|
{
|
|
71959
72092
|
"kind": "field",
|
|
71960
|
-
"name": "
|
|
72093
|
+
"name": "_abortController",
|
|
72094
|
+
"type": {
|
|
72095
|
+
"text": "AbortController | null"
|
|
72096
|
+
},
|
|
71961
72097
|
"privacy": "private",
|
|
71962
|
-
"default": "
|
|
72098
|
+
"default": "null"
|
|
71963
72099
|
},
|
|
71964
72100
|
{
|
|
71965
72101
|
"kind": "method",
|
|
71966
|
-
"name": "
|
|
71967
|
-
"privacy": "
|
|
72102
|
+
"name": "hostDisconnected",
|
|
72103
|
+
"privacy": "public",
|
|
71968
72104
|
"return": {
|
|
71969
72105
|
"type": {
|
|
71970
|
-
"text": "
|
|
72106
|
+
"text": "void"
|
|
71971
72107
|
}
|
|
71972
72108
|
}
|
|
71973
72109
|
},
|
|
71974
72110
|
{
|
|
71975
72111
|
"kind": "method",
|
|
71976
|
-
"name": "
|
|
71977
|
-
"privacy": "
|
|
72112
|
+
"name": "focusInitialElement",
|
|
72113
|
+
"privacy": "public",
|
|
71978
72114
|
"return": {
|
|
71979
72115
|
"type": {
|
|
71980
|
-
"text": "
|
|
72116
|
+
"text": ""
|
|
71981
72117
|
}
|
|
71982
72118
|
},
|
|
71983
72119
|
"parameters": [
|
|
71984
72120
|
{
|
|
71985
|
-
"name": "
|
|
72121
|
+
"name": "options",
|
|
72122
|
+
"optional": true,
|
|
71986
72123
|
"type": {
|
|
71987
|
-
"text": "
|
|
72124
|
+
"text": "FocusOptions"
|
|
71988
72125
|
}
|
|
71989
72126
|
}
|
|
71990
|
-
]
|
|
72127
|
+
],
|
|
72128
|
+
"description": "Focuses the element that should be focused when the focus trap is initialized."
|
|
71991
72129
|
},
|
|
71992
72130
|
{
|
|
71993
72131
|
"kind": "method",
|
|
71994
|
-
"name": "
|
|
72132
|
+
"name": "focusFirstTabbableElement",
|
|
71995
72133
|
"privacy": "public",
|
|
71996
72134
|
"return": {
|
|
71997
72135
|
"type": {
|
|
71998
|
-
"text": "
|
|
72136
|
+
"text": ""
|
|
71999
72137
|
}
|
|
72000
72138
|
},
|
|
72001
|
-
"
|
|
72139
|
+
"parameters": [
|
|
72140
|
+
{
|
|
72141
|
+
"name": "options",
|
|
72142
|
+
"optional": true,
|
|
72143
|
+
"type": {
|
|
72144
|
+
"text": "FocusOptions"
|
|
72145
|
+
}
|
|
72146
|
+
}
|
|
72147
|
+
],
|
|
72148
|
+
"description": "Focuses the first tabbable element within the focus trap region."
|
|
72002
72149
|
},
|
|
72003
72150
|
{
|
|
72004
72151
|
"kind": "method",
|
|
72005
|
-
"name": "
|
|
72152
|
+
"name": "focusLastTabbableElement",
|
|
72006
72153
|
"privacy": "public",
|
|
72007
72154
|
"return": {
|
|
72008
72155
|
"type": {
|
|
72009
|
-
"text": "
|
|
72156
|
+
"text": ""
|
|
72010
72157
|
}
|
|
72011
72158
|
},
|
|
72012
|
-
"
|
|
72013
|
-
|
|
72014
|
-
|
|
72015
|
-
|
|
72016
|
-
|
|
72017
|
-
|
|
72018
|
-
|
|
72019
|
-
"type": {
|
|
72020
|
-
"text": "void"
|
|
72159
|
+
"parameters": [
|
|
72160
|
+
{
|
|
72161
|
+
"name": "options",
|
|
72162
|
+
"optional": true,
|
|
72163
|
+
"type": {
|
|
72164
|
+
"text": "FocusOptions"
|
|
72165
|
+
}
|
|
72021
72166
|
}
|
|
72022
|
-
|
|
72167
|
+
],
|
|
72168
|
+
"description": "Focuses the last tabbable element within the focus trap region."
|
|
72023
72169
|
},
|
|
72024
72170
|
{
|
|
72025
72171
|
"kind": "method",
|
|
72026
|
-
"name": "
|
|
72172
|
+
"name": "_trap",
|
|
72027
72173
|
"privacy": "private",
|
|
72028
72174
|
"return": {
|
|
72029
72175
|
"type": {
|
|
@@ -72033,851 +72179,734 @@
|
|
|
72033
72179
|
},
|
|
72034
72180
|
{
|
|
72035
72181
|
"kind": "method",
|
|
72036
|
-
"name": "
|
|
72182
|
+
"name": "_getFirstTabbableElement",
|
|
72037
72183
|
"privacy": "private",
|
|
72038
72184
|
"return": {
|
|
72039
72185
|
"type": {
|
|
72040
|
-
"text": "
|
|
72186
|
+
"text": "HTMLElement | null"
|
|
72041
72187
|
}
|
|
72042
72188
|
},
|
|
72043
72189
|
"parameters": [
|
|
72044
72190
|
{
|
|
72045
|
-
"name": "
|
|
72191
|
+
"name": "root",
|
|
72046
72192
|
"type": {
|
|
72047
|
-
"text": "
|
|
72193
|
+
"text": "HTMLElement"
|
|
72048
72194
|
}
|
|
72049
72195
|
}
|
|
72050
|
-
]
|
|
72196
|
+
],
|
|
72197
|
+
"description": "Get the first tabbable element from a DOM subtree (inclusive)."
|
|
72051
72198
|
},
|
|
72052
72199
|
{
|
|
72053
72200
|
"kind": "method",
|
|
72054
|
-
"name": "
|
|
72201
|
+
"name": "_getLastTabbableElement",
|
|
72055
72202
|
"privacy": "private",
|
|
72056
72203
|
"return": {
|
|
72057
72204
|
"type": {
|
|
72058
|
-
"text": "
|
|
72205
|
+
"text": "HTMLElement | null"
|
|
72059
72206
|
}
|
|
72060
|
-
}
|
|
72207
|
+
},
|
|
72208
|
+
"parameters": [
|
|
72209
|
+
{
|
|
72210
|
+
"name": "root",
|
|
72211
|
+
"type": {
|
|
72212
|
+
"text": "HTMLElement"
|
|
72213
|
+
}
|
|
72214
|
+
}
|
|
72215
|
+
],
|
|
72216
|
+
"description": "Get the last tabbable element from a DOM subtree (inclusive)."
|
|
72061
72217
|
},
|
|
72062
72218
|
{
|
|
72063
72219
|
"kind": "method",
|
|
72064
|
-
"name": "
|
|
72220
|
+
"name": "_untrap",
|
|
72065
72221
|
"privacy": "private",
|
|
72066
72222
|
"return": {
|
|
72067
72223
|
"type": {
|
|
72068
|
-
"text": "
|
|
72224
|
+
"text": "void"
|
|
72069
72225
|
}
|
|
72070
72226
|
}
|
|
72071
|
-
}
|
|
72227
|
+
}
|
|
72228
|
+
]
|
|
72229
|
+
}
|
|
72230
|
+
],
|
|
72231
|
+
"exports": [
|
|
72232
|
+
{
|
|
72233
|
+
"kind": "js",
|
|
72234
|
+
"name": "SbbFocusTrapController",
|
|
72235
|
+
"declaration": {
|
|
72236
|
+
"name": "SbbFocusTrapController",
|
|
72237
|
+
"module": "core/a11y/focus-trap-controller.js"
|
|
72238
|
+
}
|
|
72239
|
+
}
|
|
72240
|
+
]
|
|
72241
|
+
},
|
|
72242
|
+
{
|
|
72243
|
+
"kind": "javascript-module",
|
|
72244
|
+
"path": "core/a11y/focus-visible-within-controller.js",
|
|
72245
|
+
"declarations": [
|
|
72246
|
+
{
|
|
72247
|
+
"kind": "class",
|
|
72248
|
+
"description": "",
|
|
72249
|
+
"name": "SbbFocusVisibleWithinController",
|
|
72250
|
+
"members": [
|
|
72072
72251
|
{
|
|
72073
72252
|
"kind": "field",
|
|
72074
|
-
"name": "
|
|
72075
|
-
"privacy": "private"
|
|
72076
|
-
"inheritedFrom": {
|
|
72077
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72078
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72079
|
-
}
|
|
72253
|
+
"name": "_focusinHandler",
|
|
72254
|
+
"privacy": "private"
|
|
72080
72255
|
},
|
|
72081
72256
|
{
|
|
72082
72257
|
"kind": "field",
|
|
72083
|
-
"name": "
|
|
72084
|
-
"privacy": "private"
|
|
72085
|
-
"inheritedFrom": {
|
|
72086
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72087
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72088
|
-
}
|
|
72258
|
+
"name": "_focusoutHandler",
|
|
72259
|
+
"privacy": "private"
|
|
72089
72260
|
},
|
|
72090
72261
|
{
|
|
72091
72262
|
"kind": "method",
|
|
72092
|
-
"name": "
|
|
72093
|
-
"privacy": "
|
|
72263
|
+
"name": "hostConnected",
|
|
72264
|
+
"privacy": "public",
|
|
72094
72265
|
"return": {
|
|
72095
72266
|
"type": {
|
|
72096
72267
|
"text": "void"
|
|
72097
72268
|
}
|
|
72098
|
-
},
|
|
72099
|
-
"inheritedFrom": {
|
|
72100
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72101
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72102
72269
|
}
|
|
72103
72270
|
},
|
|
72104
72271
|
{
|
|
72105
72272
|
"kind": "method",
|
|
72106
|
-
"name": "
|
|
72107
|
-
"privacy": "
|
|
72273
|
+
"name": "hostDisconnected",
|
|
72274
|
+
"privacy": "public",
|
|
72108
72275
|
"return": {
|
|
72109
72276
|
"type": {
|
|
72110
72277
|
"text": "void"
|
|
72111
72278
|
}
|
|
72112
|
-
},
|
|
72113
|
-
"inheritedFrom": {
|
|
72114
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72115
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72116
|
-
}
|
|
72117
|
-
},
|
|
72118
|
-
{
|
|
72119
|
-
"kind": "method",
|
|
72120
|
-
"name": "getUpdateComplete",
|
|
72121
|
-
"privacy": "protected",
|
|
72122
|
-
"return": {
|
|
72123
|
-
"type": {
|
|
72124
|
-
"text": "Promise<boolean>"
|
|
72125
|
-
}
|
|
72126
|
-
},
|
|
72127
|
-
"inheritedFrom": {
|
|
72128
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72129
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72130
|
-
}
|
|
72131
|
-
},
|
|
72132
|
-
{
|
|
72133
|
-
"kind": "field",
|
|
72134
|
-
"name": "['_$sbbElement$']",
|
|
72135
|
-
"type": {
|
|
72136
|
-
"text": "boolean"
|
|
72137
|
-
},
|
|
72138
|
-
"privacy": "public",
|
|
72139
|
-
"static": true,
|
|
72140
|
-
"default": "true",
|
|
72141
|
-
"inheritedFrom": {
|
|
72142
|
-
"name": "SbbElement",
|
|
72143
|
-
"module": "core/base-elements/element.js"
|
|
72144
|
-
}
|
|
72145
|
-
},
|
|
72146
|
-
{
|
|
72147
|
-
"kind": "field",
|
|
72148
|
-
"name": "elementDependencies",
|
|
72149
|
-
"type": {
|
|
72150
|
-
"text": "SbbElementType[] | undefined"
|
|
72151
|
-
},
|
|
72152
|
-
"privacy": "public",
|
|
72153
|
-
"static": true,
|
|
72154
|
-
"inheritedFrom": {
|
|
72155
|
-
"name": "SbbElement",
|
|
72156
|
-
"module": "core/base-elements/element.js"
|
|
72157
|
-
}
|
|
72158
|
-
},
|
|
72159
|
-
{
|
|
72160
|
-
"kind": "field",
|
|
72161
|
-
"name": "role",
|
|
72162
|
-
"type": {
|
|
72163
|
-
"text": "ElementInternals['role'] | undefined"
|
|
72164
|
-
},
|
|
72165
|
-
"privacy": "public",
|
|
72166
|
-
"static": true,
|
|
72167
|
-
"inheritedFrom": {
|
|
72168
|
-
"name": "SbbElement",
|
|
72169
|
-
"module": "core/base-elements/element.js"
|
|
72170
|
-
}
|
|
72171
|
-
},
|
|
72172
|
-
{
|
|
72173
|
-
"kind": "field",
|
|
72174
|
-
"name": "_controllers",
|
|
72175
|
-
"type": {
|
|
72176
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
72177
|
-
},
|
|
72178
|
-
"privacy": "private",
|
|
72179
|
-
"inheritedFrom": {
|
|
72180
|
-
"name": "SbbElement",
|
|
72181
|
-
"module": "core/base-elements/element.js"
|
|
72182
72279
|
}
|
|
72183
|
-
}
|
|
72280
|
+
}
|
|
72281
|
+
]
|
|
72282
|
+
}
|
|
72283
|
+
],
|
|
72284
|
+
"exports": [
|
|
72285
|
+
{
|
|
72286
|
+
"kind": "js",
|
|
72287
|
+
"name": "SbbFocusVisibleWithinController",
|
|
72288
|
+
"declaration": {
|
|
72289
|
+
"name": "SbbFocusVisibleWithinController",
|
|
72290
|
+
"module": "core/a11y/focus-visible-within-controller.js"
|
|
72291
|
+
}
|
|
72292
|
+
}
|
|
72293
|
+
]
|
|
72294
|
+
},
|
|
72295
|
+
{
|
|
72296
|
+
"kind": "javascript-module",
|
|
72297
|
+
"path": "core/a11y/focus.js",
|
|
72298
|
+
"declarations": [
|
|
72299
|
+
{
|
|
72300
|
+
"kind": "variable",
|
|
72301
|
+
"name": "IS_FOCUSABLE_QUERY"
|
|
72302
|
+
}
|
|
72303
|
+
],
|
|
72304
|
+
"exports": [
|
|
72305
|
+
{
|
|
72306
|
+
"kind": "js",
|
|
72307
|
+
"name": "IS_FOCUSABLE_QUERY",
|
|
72308
|
+
"declaration": {
|
|
72309
|
+
"name": "IS_FOCUSABLE_QUERY",
|
|
72310
|
+
"module": "core/a11y/focus.js"
|
|
72311
|
+
}
|
|
72312
|
+
}
|
|
72313
|
+
]
|
|
72314
|
+
},
|
|
72315
|
+
{
|
|
72316
|
+
"kind": "javascript-module",
|
|
72317
|
+
"path": "core/a11y/input-modality-detector.js",
|
|
72318
|
+
"declarations": [
|
|
72319
|
+
{
|
|
72320
|
+
"kind": "variable",
|
|
72321
|
+
"name": "CONTROL",
|
|
72322
|
+
"type": {
|
|
72323
|
+
"text": "number"
|
|
72324
|
+
},
|
|
72325
|
+
"default": "17"
|
|
72326
|
+
},
|
|
72327
|
+
{
|
|
72328
|
+
"kind": "variable",
|
|
72329
|
+
"name": "META",
|
|
72330
|
+
"type": {
|
|
72331
|
+
"text": "number"
|
|
72332
|
+
},
|
|
72333
|
+
"default": "91"
|
|
72334
|
+
},
|
|
72335
|
+
{
|
|
72336
|
+
"kind": "variable",
|
|
72337
|
+
"name": "MAC_META",
|
|
72338
|
+
"type": {
|
|
72339
|
+
"text": "number"
|
|
72340
|
+
},
|
|
72341
|
+
"default": "224"
|
|
72342
|
+
},
|
|
72343
|
+
{
|
|
72344
|
+
"kind": "variable",
|
|
72345
|
+
"name": "sbbInputModalityDetector",
|
|
72346
|
+
"default": "new SbbInputModalityDetector()"
|
|
72347
|
+
}
|
|
72348
|
+
],
|
|
72349
|
+
"exports": [
|
|
72350
|
+
{
|
|
72351
|
+
"kind": "js",
|
|
72352
|
+
"name": "sbbInputModalityDetector",
|
|
72353
|
+
"declaration": {
|
|
72354
|
+
"name": "sbbInputModalityDetector",
|
|
72355
|
+
"module": "core/a11y/input-modality-detector.js"
|
|
72356
|
+
}
|
|
72357
|
+
}
|
|
72358
|
+
]
|
|
72359
|
+
},
|
|
72360
|
+
{
|
|
72361
|
+
"kind": "javascript-module",
|
|
72362
|
+
"path": "core/a11y/interactivity-checker.js",
|
|
72363
|
+
"declarations": [
|
|
72364
|
+
{
|
|
72365
|
+
"kind": "class",
|
|
72366
|
+
"description": "Configuration for the isFocusable method.",
|
|
72367
|
+
"name": "IsFocusableConfig",
|
|
72368
|
+
"members": [
|
|
72184
72369
|
{
|
|
72185
72370
|
"kind": "field",
|
|
72186
|
-
"name": "
|
|
72371
|
+
"name": "ignoreVisibility",
|
|
72187
72372
|
"type": {
|
|
72188
72373
|
"text": "boolean"
|
|
72189
72374
|
},
|
|
72190
|
-
"privacy": "
|
|
72191
|
-
"default": "
|
|
72192
|
-
"
|
|
72193
|
-
|
|
72194
|
-
|
|
72195
|
-
|
|
72196
|
-
|
|
72197
|
-
|
|
72198
|
-
|
|
72199
|
-
|
|
72200
|
-
|
|
72201
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
72202
|
-
"inheritedFrom": {
|
|
72203
|
-
"name": "SbbElement",
|
|
72204
|
-
"module": "core/base-elements/element.js"
|
|
72205
|
-
}
|
|
72206
|
-
},
|
|
72207
|
-
{
|
|
72208
|
-
"kind": "field",
|
|
72209
|
-
"name": "_resolveHydration",
|
|
72210
|
-
"type": {
|
|
72211
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
72212
|
-
},
|
|
72213
|
-
"privacy": "private",
|
|
72214
|
-
"inheritedFrom": {
|
|
72215
|
-
"name": "SbbElement",
|
|
72216
|
-
"module": "core/base-elements/element.js"
|
|
72217
|
-
}
|
|
72218
|
-
},
|
|
72219
|
-
{
|
|
72220
|
-
"kind": "field",
|
|
72221
|
-
"name": "_textObserver",
|
|
72222
|
-
"type": {
|
|
72223
|
-
"text": "MutationObserver | undefined"
|
|
72224
|
-
},
|
|
72225
|
-
"privacy": "private",
|
|
72226
|
-
"inheritedFrom": {
|
|
72227
|
-
"name": "SbbElement",
|
|
72228
|
-
"module": "core/base-elements/element.js"
|
|
72229
|
-
}
|
|
72230
|
-
},
|
|
72375
|
+
"privacy": "public",
|
|
72376
|
+
"default": "false",
|
|
72377
|
+
"description": "Whether to count an element as focusable even if it is not currently visible."
|
|
72378
|
+
}
|
|
72379
|
+
]
|
|
72380
|
+
},
|
|
72381
|
+
{
|
|
72382
|
+
"kind": "class",
|
|
72383
|
+
"description": "",
|
|
72384
|
+
"name": "InteractivityChecker",
|
|
72385
|
+
"members": [
|
|
72231
72386
|
{
|
|
72232
|
-
"kind": "
|
|
72233
|
-
"name": "
|
|
72234
|
-
"
|
|
72235
|
-
|
|
72236
|
-
|
|
72237
|
-
|
|
72238
|
-
|
|
72239
|
-
"readonly": true,
|
|
72240
|
-
"inheritedFrom": {
|
|
72241
|
-
"name": "SbbElement",
|
|
72242
|
-
"module": "core/base-elements/element.js"
|
|
72387
|
+
"kind": "method",
|
|
72388
|
+
"name": "isDisabled",
|
|
72389
|
+
"privacy": "public",
|
|
72390
|
+
"return": {
|
|
72391
|
+
"type": {
|
|
72392
|
+
"text": ""
|
|
72393
|
+
}
|
|
72243
72394
|
},
|
|
72244
|
-
"
|
|
72395
|
+
"parameters": [
|
|
72396
|
+
{
|
|
72397
|
+
"name": "element",
|
|
72398
|
+
"type": {
|
|
72399
|
+
"text": "HTMLElement"
|
|
72400
|
+
},
|
|
72401
|
+
"description": "Element to be checked."
|
|
72402
|
+
}
|
|
72403
|
+
],
|
|
72404
|
+
"description": "Gets whether an element is disabled."
|
|
72245
72405
|
},
|
|
72246
72406
|
{
|
|
72247
72407
|
"kind": "method",
|
|
72248
|
-
"name": "
|
|
72249
|
-
"privacy": "
|
|
72408
|
+
"name": "isVisible",
|
|
72409
|
+
"privacy": "public",
|
|
72250
72410
|
"return": {
|
|
72251
72411
|
"type": {
|
|
72252
|
-
"text": "
|
|
72412
|
+
"text": ""
|
|
72253
72413
|
}
|
|
72254
72414
|
},
|
|
72255
72415
|
"parameters": [
|
|
72256
72416
|
{
|
|
72257
|
-
"name": "
|
|
72417
|
+
"name": "element",
|
|
72258
72418
|
"type": {
|
|
72259
|
-
"text": "
|
|
72419
|
+
"text": "HTMLElement"
|
|
72260
72420
|
}
|
|
72261
|
-
}
|
|
72421
|
+
}
|
|
72422
|
+
],
|
|
72423
|
+
"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."
|
|
72424
|
+
},
|
|
72425
|
+
{
|
|
72426
|
+
"kind": "method",
|
|
72427
|
+
"name": "isTabbable",
|
|
72428
|
+
"privacy": "public",
|
|
72429
|
+
"return": {
|
|
72430
|
+
"type": {
|
|
72431
|
+
"text": ""
|
|
72432
|
+
}
|
|
72433
|
+
},
|
|
72434
|
+
"parameters": [
|
|
72262
72435
|
{
|
|
72263
|
-
"name": "
|
|
72264
|
-
"optional": true,
|
|
72436
|
+
"name": "element",
|
|
72265
72437
|
"type": {
|
|
72266
|
-
"text": "
|
|
72267
|
-
}
|
|
72438
|
+
"text": "HTMLElement"
|
|
72439
|
+
},
|
|
72440
|
+
"description": "Element to be checked."
|
|
72268
72441
|
}
|
|
72269
72442
|
],
|
|
72270
|
-
"
|
|
72271
|
-
"name": "SbbElement",
|
|
72272
|
-
"module": "core/base-elements/element.js"
|
|
72273
|
-
}
|
|
72443
|
+
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
72274
72444
|
},
|
|
72275
72445
|
{
|
|
72276
72446
|
"kind": "method",
|
|
72277
|
-
"name": "
|
|
72278
|
-
"privacy": "
|
|
72447
|
+
"name": "isFocusable",
|
|
72448
|
+
"privacy": "public",
|
|
72279
72449
|
"return": {
|
|
72280
72450
|
"type": {
|
|
72281
|
-
"text": "
|
|
72451
|
+
"text": ""
|
|
72282
72452
|
}
|
|
72283
72453
|
},
|
|
72284
72454
|
"parameters": [
|
|
72285
72455
|
{
|
|
72286
|
-
"name": "
|
|
72456
|
+
"name": "element",
|
|
72287
72457
|
"type": {
|
|
72288
|
-
"text": "
|
|
72289
|
-
}
|
|
72458
|
+
"text": "HTMLElement"
|
|
72459
|
+
},
|
|
72460
|
+
"description": "Element to be checked."
|
|
72290
72461
|
},
|
|
72291
72462
|
{
|
|
72292
|
-
"name": "
|
|
72463
|
+
"name": "config",
|
|
72464
|
+
"optional": true,
|
|
72293
72465
|
"type": {
|
|
72294
|
-
"text": "
|
|
72295
|
-
}
|
|
72466
|
+
"text": "IsFocusableConfig"
|
|
72467
|
+
},
|
|
72468
|
+
"description": "The config object with options to customize this method's behavior"
|
|
72296
72469
|
}
|
|
72297
72470
|
],
|
|
72298
|
-
"
|
|
72299
|
-
|
|
72300
|
-
|
|
72301
|
-
|
|
72471
|
+
"description": "Gets whether an element can be focused by the user."
|
|
72472
|
+
}
|
|
72473
|
+
]
|
|
72474
|
+
},
|
|
72475
|
+
{
|
|
72476
|
+
"kind": "variable",
|
|
72477
|
+
"name": "interactivityChecker",
|
|
72478
|
+
"default": "new InteractivityChecker()"
|
|
72479
|
+
}
|
|
72480
|
+
],
|
|
72481
|
+
"exports": [
|
|
72482
|
+
{
|
|
72483
|
+
"kind": "js",
|
|
72484
|
+
"name": "IsFocusableConfig",
|
|
72485
|
+
"declaration": {
|
|
72486
|
+
"name": "IsFocusableConfig",
|
|
72487
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
72488
|
+
}
|
|
72489
|
+
},
|
|
72490
|
+
{
|
|
72491
|
+
"kind": "js",
|
|
72492
|
+
"name": "InteractivityChecker",
|
|
72493
|
+
"declaration": {
|
|
72494
|
+
"name": "InteractivityChecker",
|
|
72495
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
72496
|
+
}
|
|
72497
|
+
},
|
|
72498
|
+
{
|
|
72499
|
+
"kind": "js",
|
|
72500
|
+
"name": "interactivityChecker",
|
|
72501
|
+
"declaration": {
|
|
72502
|
+
"name": "interactivityChecker",
|
|
72503
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
72504
|
+
}
|
|
72505
|
+
}
|
|
72506
|
+
]
|
|
72507
|
+
},
|
|
72508
|
+
{
|
|
72509
|
+
"kind": "javascript-module",
|
|
72510
|
+
"path": "core/a11y/live-announcer.js",
|
|
72511
|
+
"declarations": [
|
|
72512
|
+
{
|
|
72513
|
+
"kind": "class",
|
|
72514
|
+
"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",
|
|
72515
|
+
"name": "SbbLiveAnnouncer",
|
|
72516
|
+
"members": [
|
|
72517
|
+
{
|
|
72518
|
+
"kind": "field",
|
|
72519
|
+
"name": "_liveElement",
|
|
72520
|
+
"type": {
|
|
72521
|
+
"text": "HTMLElement"
|
|
72522
|
+
},
|
|
72523
|
+
"privacy": "private"
|
|
72524
|
+
},
|
|
72525
|
+
{
|
|
72526
|
+
"kind": "field",
|
|
72527
|
+
"name": "_previousTimeout",
|
|
72528
|
+
"type": {
|
|
72529
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
72530
|
+
},
|
|
72531
|
+
"privacy": "private"
|
|
72532
|
+
},
|
|
72533
|
+
{
|
|
72534
|
+
"kind": "field",
|
|
72535
|
+
"name": "_currentPromise",
|
|
72536
|
+
"type": {
|
|
72537
|
+
"text": "Promise<void> | undefined"
|
|
72538
|
+
},
|
|
72539
|
+
"privacy": "private"
|
|
72540
|
+
},
|
|
72541
|
+
{
|
|
72542
|
+
"kind": "field",
|
|
72543
|
+
"name": "_currentResolve",
|
|
72544
|
+
"type": {
|
|
72545
|
+
"text": "(() => void) | undefined"
|
|
72546
|
+
},
|
|
72547
|
+
"privacy": "private"
|
|
72302
72548
|
},
|
|
72303
72549
|
{
|
|
72304
72550
|
"kind": "method",
|
|
72305
|
-
"name": "
|
|
72306
|
-
"privacy": "
|
|
72551
|
+
"name": "announce",
|
|
72552
|
+
"privacy": "public",
|
|
72307
72553
|
"return": {
|
|
72308
72554
|
"type": {
|
|
72309
|
-
"text": "
|
|
72555
|
+
"text": ""
|
|
72310
72556
|
}
|
|
72311
72557
|
},
|
|
72312
72558
|
"parameters": [
|
|
72313
72559
|
{
|
|
72314
|
-
"name": "
|
|
72560
|
+
"name": "message",
|
|
72315
72561
|
"type": {
|
|
72316
|
-
"text": "
|
|
72317
|
-
}
|
|
72562
|
+
"text": "string"
|
|
72563
|
+
},
|
|
72564
|
+
"description": "Message to be announced to the screen reader."
|
|
72318
72565
|
}
|
|
72319
72566
|
],
|
|
72320
|
-
"
|
|
72321
|
-
"name": "SbbElement",
|
|
72322
|
-
"module": "core/base-elements/element.js"
|
|
72323
|
-
}
|
|
72567
|
+
"description": "Announces a message to screen readers."
|
|
72324
72568
|
},
|
|
72325
72569
|
{
|
|
72326
72570
|
"kind": "method",
|
|
72327
|
-
"name": "
|
|
72328
|
-
"privacy": "
|
|
72571
|
+
"name": "announce",
|
|
72572
|
+
"privacy": "public",
|
|
72329
72573
|
"return": {
|
|
72330
72574
|
"type": {
|
|
72331
|
-
"text": "
|
|
72575
|
+
"text": ""
|
|
72332
72576
|
}
|
|
72333
72577
|
},
|
|
72334
72578
|
"parameters": [
|
|
72335
72579
|
{
|
|
72336
|
-
"name": "
|
|
72580
|
+
"name": "message",
|
|
72337
72581
|
"type": {
|
|
72338
|
-
"text": "
|
|
72339
|
-
}
|
|
72582
|
+
"text": "string"
|
|
72583
|
+
},
|
|
72584
|
+
"description": "Message to be announced to the screen reader."
|
|
72585
|
+
},
|
|
72586
|
+
{
|
|
72587
|
+
"name": "politeness",
|
|
72588
|
+
"optional": true,
|
|
72589
|
+
"type": {
|
|
72590
|
+
"text": "AriaLivePoliteness"
|
|
72591
|
+
},
|
|
72592
|
+
"description": "The politeness of the announcer element."
|
|
72340
72593
|
}
|
|
72341
72594
|
],
|
|
72342
|
-
"
|
|
72343
|
-
"name": "SbbElement",
|
|
72344
|
-
"module": "core/base-elements/element.js"
|
|
72345
|
-
}
|
|
72595
|
+
"description": "Announces a message to screen readers."
|
|
72346
72596
|
},
|
|
72347
72597
|
{
|
|
72348
72598
|
"kind": "method",
|
|
72349
|
-
"name": "
|
|
72350
|
-
"privacy": "
|
|
72599
|
+
"name": "announce",
|
|
72600
|
+
"privacy": "public",
|
|
72351
72601
|
"return": {
|
|
72352
72602
|
"type": {
|
|
72353
|
-
"text": "
|
|
72603
|
+
"text": ""
|
|
72354
72604
|
}
|
|
72355
72605
|
},
|
|
72356
72606
|
"parameters": [
|
|
72357
72607
|
{
|
|
72358
|
-
"name": "
|
|
72608
|
+
"name": "message",
|
|
72359
72609
|
"type": {
|
|
72360
|
-
"text": "
|
|
72361
|
-
}
|
|
72610
|
+
"text": "string"
|
|
72611
|
+
},
|
|
72612
|
+
"description": "Message to be announced to the screen reader."
|
|
72613
|
+
},
|
|
72614
|
+
{
|
|
72615
|
+
"name": "duration",
|
|
72616
|
+
"optional": true,
|
|
72617
|
+
"type": {
|
|
72618
|
+
"text": "number"
|
|
72619
|
+
},
|
|
72620
|
+
"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."
|
|
72362
72621
|
}
|
|
72363
72622
|
],
|
|
72364
|
-
"
|
|
72365
|
-
"name": "SbbElement",
|
|
72366
|
-
"module": "core/base-elements/element.js"
|
|
72367
|
-
}
|
|
72623
|
+
"description": "Announces a message to screen readers."
|
|
72368
72624
|
},
|
|
72369
72625
|
{
|
|
72370
72626
|
"kind": "method",
|
|
72371
|
-
"name": "
|
|
72372
|
-
"privacy": "
|
|
72627
|
+
"name": "announce",
|
|
72628
|
+
"privacy": "public",
|
|
72373
72629
|
"return": {
|
|
72374
72630
|
"type": {
|
|
72375
|
-
"text": "
|
|
72631
|
+
"text": ""
|
|
72376
72632
|
}
|
|
72377
72633
|
},
|
|
72378
72634
|
"parameters": [
|
|
72379
72635
|
{
|
|
72380
|
-
"name": "
|
|
72636
|
+
"name": "message",
|
|
72381
72637
|
"type": {
|
|
72382
|
-
"text": "
|
|
72383
|
-
}
|
|
72384
|
-
|
|
72385
|
-
|
|
72386
|
-
|
|
72387
|
-
|
|
72388
|
-
|
|
72389
|
-
|
|
72390
|
-
|
|
72391
|
-
|
|
72392
|
-
|
|
72393
|
-
|
|
72394
|
-
|
|
72395
|
-
|
|
72396
|
-
|
|
72397
|
-
|
|
72398
|
-
|
|
72399
|
-
|
|
72400
|
-
|
|
72401
|
-
|
|
72402
|
-
|
|
72403
|
-
|
|
72404
|
-
|
|
72405
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
72406
|
-
},
|
|
72407
|
-
{
|
|
72408
|
-
"name": "beforestick",
|
|
72409
|
-
"type": {
|
|
72410
|
-
"text": "Event"
|
|
72411
|
-
},
|
|
72412
|
-
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
72413
|
-
},
|
|
72414
|
-
{
|
|
72415
|
-
"name": "beforeunstick",
|
|
72416
|
-
"type": {
|
|
72417
|
-
"text": "Event"
|
|
72418
|
-
},
|
|
72419
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
72420
|
-
}
|
|
72421
|
-
],
|
|
72422
|
-
"attributes": [
|
|
72423
|
-
{
|
|
72424
|
-
"name": "color",
|
|
72425
|
-
"type": {
|
|
72426
|
-
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
72427
|
-
},
|
|
72428
|
-
"default": "null",
|
|
72429
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
72430
|
-
"fieldName": "color"
|
|
72431
|
-
},
|
|
72432
|
-
{
|
|
72433
|
-
"name": "size",
|
|
72434
|
-
"type": {
|
|
72435
|
-
"text": "'m' | 's'"
|
|
72436
|
-
},
|
|
72437
|
-
"description": "Size of the container.",
|
|
72438
|
-
"default": "'m' / 's' (lean)",
|
|
72439
|
-
"fieldName": "size"
|
|
72440
|
-
}
|
|
72441
|
-
],
|
|
72442
|
-
"mixins": [
|
|
72443
|
-
{
|
|
72444
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
72445
|
-
"module": "core.js"
|
|
72446
|
-
}
|
|
72447
|
-
],
|
|
72448
|
-
"superclass": {
|
|
72449
|
-
"name": "SbbElement",
|
|
72450
|
-
"module": "core.js"
|
|
72451
|
-
},
|
|
72452
|
-
"tagName": "sbb-sticky-bar",
|
|
72453
|
-
"customElement": true
|
|
72454
|
-
}
|
|
72455
|
-
],
|
|
72456
|
-
"exports": [
|
|
72457
|
-
{
|
|
72458
|
-
"kind": "js",
|
|
72459
|
-
"name": "SbbStickyBarElement",
|
|
72460
|
-
"declaration": {
|
|
72461
|
-
"name": "SbbStickyBarElement",
|
|
72462
|
-
"module": "container/sticky-bar/sticky-bar.component.js"
|
|
72463
|
-
}
|
|
72464
|
-
}
|
|
72465
|
-
]
|
|
72466
|
-
},
|
|
72467
|
-
{
|
|
72468
|
-
"kind": "javascript-module",
|
|
72469
|
-
"path": "core/a11y/arrow-navigation.js",
|
|
72470
|
-
"declarations": [
|
|
72471
|
-
{
|
|
72472
|
-
"kind": "function",
|
|
72473
|
-
"name": "isArrowKeyPressed",
|
|
72474
|
-
"return": {
|
|
72475
|
-
"type": {
|
|
72476
|
-
"text": "boolean"
|
|
72477
|
-
}
|
|
72478
|
-
},
|
|
72479
|
-
"parameters": [
|
|
72480
|
-
{
|
|
72481
|
-
"name": "event",
|
|
72482
|
-
"type": {
|
|
72483
|
-
"text": "KeyboardEvent"
|
|
72484
|
-
},
|
|
72485
|
-
"description": "The keyboard event to check."
|
|
72486
|
-
}
|
|
72487
|
-
],
|
|
72488
|
-
"description": "Check if the key pressed is among those allowed for navigation."
|
|
72489
|
-
},
|
|
72490
|
-
{
|
|
72491
|
-
"kind": "function",
|
|
72492
|
-
"name": "isPreviousArrowKeyPressed",
|
|
72493
|
-
"return": {
|
|
72494
|
-
"type": {
|
|
72495
|
-
"text": "boolean"
|
|
72496
|
-
}
|
|
72497
|
-
},
|
|
72498
|
-
"parameters": [
|
|
72499
|
-
{
|
|
72500
|
-
"name": "event",
|
|
72501
|
-
"type": {
|
|
72502
|
-
"text": "KeyboardEvent"
|
|
72503
|
-
},
|
|
72504
|
-
"description": "The keyboard event to check."
|
|
72505
|
-
}
|
|
72506
|
-
],
|
|
72507
|
-
"description": "Check if the key pressed should move the navigation to the next element."
|
|
72508
|
-
},
|
|
72509
|
-
{
|
|
72510
|
-
"kind": "function",
|
|
72511
|
-
"name": "isNextArrowKeyPressed",
|
|
72512
|
-
"return": {
|
|
72513
|
-
"type": {
|
|
72514
|
-
"text": "boolean"
|
|
72515
|
-
}
|
|
72516
|
-
},
|
|
72517
|
-
"parameters": [
|
|
72518
|
-
{
|
|
72519
|
-
"name": "event",
|
|
72520
|
-
"type": {
|
|
72521
|
-
"text": "KeyboardEvent"
|
|
72522
|
-
},
|
|
72523
|
-
"description": "The keyboard event to check."
|
|
72524
|
-
}
|
|
72525
|
-
],
|
|
72526
|
-
"description": "Check if the key pressed should move the navigation to the next element."
|
|
72527
|
-
},
|
|
72528
|
-
{
|
|
72529
|
-
"kind": "function",
|
|
72530
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
72531
|
-
"return": {
|
|
72532
|
-
"type": {
|
|
72533
|
-
"text": "boolean"
|
|
72534
|
-
}
|
|
72535
|
-
},
|
|
72536
|
-
"parameters": [
|
|
72537
|
-
{
|
|
72538
|
-
"name": "event",
|
|
72539
|
-
"type": {
|
|
72540
|
-
"text": "KeyboardEvent"
|
|
72541
|
-
},
|
|
72542
|
-
"description": "The keyboard event to check."
|
|
72543
|
-
}
|
|
72544
|
-
],
|
|
72545
|
-
"description": "Check if the key pressed is among those allowed for navigation."
|
|
72546
|
-
},
|
|
72547
|
-
{
|
|
72548
|
-
"kind": "function",
|
|
72549
|
-
"name": "getNextElementIndex",
|
|
72550
|
-
"return": {
|
|
72551
|
-
"type": {
|
|
72552
|
-
"text": ""
|
|
72553
|
-
}
|
|
72554
|
-
},
|
|
72555
|
-
"parameters": [
|
|
72638
|
+
"text": "string"
|
|
72639
|
+
},
|
|
72640
|
+
"description": "Message to be announced to the screen reader."
|
|
72641
|
+
},
|
|
72642
|
+
{
|
|
72643
|
+
"name": "politeness",
|
|
72644
|
+
"optional": true,
|
|
72645
|
+
"type": {
|
|
72646
|
+
"text": "AriaLivePoliteness"
|
|
72647
|
+
},
|
|
72648
|
+
"description": "The politeness of the announcer element."
|
|
72649
|
+
},
|
|
72650
|
+
{
|
|
72651
|
+
"name": "duration",
|
|
72652
|
+
"optional": true,
|
|
72653
|
+
"type": {
|
|
72654
|
+
"text": "number"
|
|
72655
|
+
},
|
|
72656
|
+
"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."
|
|
72657
|
+
}
|
|
72658
|
+
],
|
|
72659
|
+
"description": "Announces a message to screen readers."
|
|
72660
|
+
},
|
|
72556
72661
|
{
|
|
72557
|
-
"
|
|
72558
|
-
"
|
|
72559
|
-
|
|
72662
|
+
"kind": "method",
|
|
72663
|
+
"name": "announce",
|
|
72664
|
+
"privacy": "public",
|
|
72665
|
+
"return": {
|
|
72666
|
+
"type": {
|
|
72667
|
+
"text": "Promise<void>"
|
|
72668
|
+
}
|
|
72560
72669
|
},
|
|
72561
|
-
"
|
|
72670
|
+
"parameters": [
|
|
72671
|
+
{
|
|
72672
|
+
"name": "message",
|
|
72673
|
+
"type": {
|
|
72674
|
+
"text": "string"
|
|
72675
|
+
}
|
|
72676
|
+
},
|
|
72677
|
+
{
|
|
72678
|
+
"name": "args",
|
|
72679
|
+
"type": {
|
|
72680
|
+
"text": "any[]"
|
|
72681
|
+
}
|
|
72682
|
+
}
|
|
72683
|
+
]
|
|
72562
72684
|
},
|
|
72563
72685
|
{
|
|
72564
|
-
"
|
|
72565
|
-
"
|
|
72566
|
-
|
|
72686
|
+
"kind": "method",
|
|
72687
|
+
"name": "clear",
|
|
72688
|
+
"privacy": "public",
|
|
72689
|
+
"return": {
|
|
72690
|
+
"type": {
|
|
72691
|
+
"text": "void"
|
|
72692
|
+
}
|
|
72567
72693
|
},
|
|
72568
|
-
"description": "
|
|
72694
|
+
"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."
|
|
72569
72695
|
},
|
|
72570
72696
|
{
|
|
72571
|
-
"
|
|
72572
|
-
"
|
|
72573
|
-
|
|
72574
|
-
|
|
72575
|
-
|
|
72697
|
+
"kind": "method",
|
|
72698
|
+
"name": "destroy",
|
|
72699
|
+
"privacy": "public",
|
|
72700
|
+
"return": {
|
|
72701
|
+
"type": {
|
|
72702
|
+
"text": "void"
|
|
72703
|
+
}
|
|
72704
|
+
}
|
|
72705
|
+
},
|
|
72706
|
+
{
|
|
72707
|
+
"kind": "method",
|
|
72708
|
+
"name": "_createLiveElement",
|
|
72709
|
+
"privacy": "private",
|
|
72710
|
+
"return": {
|
|
72711
|
+
"type": {
|
|
72712
|
+
"text": "HTMLElement"
|
|
72713
|
+
}
|
|
72714
|
+
}
|
|
72576
72715
|
}
|
|
72577
|
-
]
|
|
72578
|
-
|
|
72716
|
+
]
|
|
72717
|
+
},
|
|
72718
|
+
{
|
|
72719
|
+
"kind": "variable",
|
|
72720
|
+
"name": "sbbLiveAnnouncer",
|
|
72721
|
+
"default": "new SbbLiveAnnouncer()"
|
|
72579
72722
|
}
|
|
72580
72723
|
],
|
|
72581
72724
|
"exports": [
|
|
72582
72725
|
{
|
|
72583
72726
|
"kind": "js",
|
|
72584
|
-
"name": "
|
|
72585
|
-
"declaration": {
|
|
72586
|
-
"name": "isArrowKeyPressed",
|
|
72587
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
72588
|
-
}
|
|
72589
|
-
},
|
|
72590
|
-
{
|
|
72591
|
-
"kind": "js",
|
|
72592
|
-
"name": "isPreviousArrowKeyPressed",
|
|
72593
|
-
"declaration": {
|
|
72594
|
-
"name": "isPreviousArrowKeyPressed",
|
|
72595
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
72596
|
-
}
|
|
72597
|
-
},
|
|
72598
|
-
{
|
|
72599
|
-
"kind": "js",
|
|
72600
|
-
"name": "isNextArrowKeyPressed",
|
|
72601
|
-
"declaration": {
|
|
72602
|
-
"name": "isNextArrowKeyPressed",
|
|
72603
|
-
"module": "core/a11y/arrow-navigation.js"
|
|
72604
|
-
}
|
|
72605
|
-
},
|
|
72606
|
-
{
|
|
72607
|
-
"kind": "js",
|
|
72608
|
-
"name": "isArrowKeyOrPageKeysPressed",
|
|
72727
|
+
"name": "SbbLiveAnnouncer",
|
|
72609
72728
|
"declaration": {
|
|
72610
|
-
"name": "
|
|
72611
|
-
"module": "core/a11y/
|
|
72729
|
+
"name": "SbbLiveAnnouncer",
|
|
72730
|
+
"module": "core/a11y/live-announcer.js"
|
|
72612
72731
|
}
|
|
72613
72732
|
},
|
|
72614
72733
|
{
|
|
72615
72734
|
"kind": "js",
|
|
72616
|
-
"name": "
|
|
72735
|
+
"name": "sbbLiveAnnouncer",
|
|
72617
72736
|
"declaration": {
|
|
72618
|
-
"name": "
|
|
72619
|
-
"module": "core/a11y/
|
|
72737
|
+
"name": "sbbLiveAnnouncer",
|
|
72738
|
+
"module": "core/a11y/live-announcer.js"
|
|
72620
72739
|
}
|
|
72621
72740
|
}
|
|
72622
72741
|
]
|
|
72623
72742
|
},
|
|
72624
72743
|
{
|
|
72625
72744
|
"kind": "javascript-module",
|
|
72626
|
-
"path": "
|
|
72745
|
+
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
72627
72746
|
"declarations": [
|
|
72628
72747
|
{
|
|
72629
|
-
"kind": "
|
|
72630
|
-
"
|
|
72631
|
-
"
|
|
72632
|
-
|
|
72633
|
-
"text": "boolean"
|
|
72634
|
-
}
|
|
72635
|
-
},
|
|
72636
|
-
"parameters": [
|
|
72748
|
+
"kind": "class",
|
|
72749
|
+
"description": "A container that sticks to the bottom of the page if slotted into `sbb-container`.",
|
|
72750
|
+
"name": "SbbStickyBarElement",
|
|
72751
|
+
"cssProperties": [
|
|
72637
72752
|
{
|
|
72638
|
-
"
|
|
72639
|
-
"
|
|
72640
|
-
|
|
72641
|
-
|
|
72753
|
+
"description": "Block padding of the sticky bar.",
|
|
72754
|
+
"name": "--sbb-sticky-bar-padding-block",
|
|
72755
|
+
"default": "var(--sbb-spacing-responsive-xs)"
|
|
72756
|
+
},
|
|
72757
|
+
{
|
|
72758
|
+
"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.",
|
|
72759
|
+
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
72760
|
+
"default": "0px"
|
|
72761
|
+
},
|
|
72762
|
+
{
|
|
72763
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
72764
|
+
"name": "--sbb-sticky-bar-z-index"
|
|
72642
72765
|
}
|
|
72643
72766
|
],
|
|
72644
|
-
"
|
|
72645
|
-
},
|
|
72646
|
-
{
|
|
72647
|
-
"kind": "function",
|
|
72648
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
72649
|
-
"return": {
|
|
72650
|
-
"type": {
|
|
72651
|
-
"text": "boolean"
|
|
72652
|
-
}
|
|
72653
|
-
},
|
|
72654
|
-
"parameters": [
|
|
72767
|
+
"slots": [
|
|
72655
72768
|
{
|
|
72656
|
-
"
|
|
72657
|
-
"
|
|
72658
|
-
"text": "TouchEvent"
|
|
72659
|
-
}
|
|
72769
|
+
"description": "Use the unnamed slot to add content to the sticky bar.",
|
|
72770
|
+
"name": ""
|
|
72660
72771
|
}
|
|
72661
72772
|
],
|
|
72662
|
-
"description": "Gets whether an event could be a faked `touchstart` event dispatched by a screen reader."
|
|
72663
|
-
}
|
|
72664
|
-
],
|
|
72665
|
-
"exports": [
|
|
72666
|
-
{
|
|
72667
|
-
"kind": "js",
|
|
72668
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
72669
|
-
"declaration": {
|
|
72670
|
-
"name": "isFakeMousedownFromScreenReader",
|
|
72671
|
-
"module": "core/a11y/fake-event-detection.js"
|
|
72672
|
-
}
|
|
72673
|
-
},
|
|
72674
|
-
{
|
|
72675
|
-
"kind": "js",
|
|
72676
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
72677
|
-
"declaration": {
|
|
72678
|
-
"name": "isFakeTouchstartFromScreenReader",
|
|
72679
|
-
"module": "core/a11y/fake-event-detection.js"
|
|
72680
|
-
}
|
|
72681
|
-
}
|
|
72682
|
-
]
|
|
72683
|
-
},
|
|
72684
|
-
{
|
|
72685
|
-
"kind": "javascript-module",
|
|
72686
|
-
"path": "core/a11y/focus-trap-controller.js",
|
|
72687
|
-
"declarations": [
|
|
72688
|
-
{
|
|
72689
|
-
"kind": "class",
|
|
72690
|
-
"description": "",
|
|
72691
|
-
"name": "SbbFocusTrapController",
|
|
72692
72773
|
"members": [
|
|
72693
72774
|
{
|
|
72694
72775
|
"kind": "field",
|
|
72695
|
-
"name": "
|
|
72776
|
+
"name": "elementName",
|
|
72777
|
+
"type": {
|
|
72778
|
+
"text": "string"
|
|
72779
|
+
},
|
|
72696
72780
|
"privacy": "public",
|
|
72697
|
-
"
|
|
72698
|
-
"
|
|
72699
|
-
|
|
72700
|
-
|
|
72701
|
-
|
|
72702
|
-
|
|
72781
|
+
"static": true,
|
|
72782
|
+
"readonly": true,
|
|
72783
|
+
"default": "'sbb-sticky-bar'",
|
|
72784
|
+
"inheritedFrom": {
|
|
72785
|
+
"name": "SbbElement",
|
|
72786
|
+
"module": "core/base-elements/element.js"
|
|
72787
|
+
}
|
|
72788
|
+
},
|
|
72789
|
+
{
|
|
72790
|
+
"kind": "field",
|
|
72791
|
+
"name": "events",
|
|
72792
|
+
"privacy": "public",
|
|
72793
|
+
"static": true,
|
|
72794
|
+
"readonly": true,
|
|
72795
|
+
"default": "{ beforestick: 'beforestick', stick: 'stick', beforeunstick: 'beforeunstick', unstick: 'unstick', }",
|
|
72703
72796
|
"type": {
|
|
72704
|
-
"text": "
|
|
72797
|
+
"text": "{\n beforestick: 'beforestick',\n stick: 'stick',\n beforeunstick: 'beforeunstick',\n unstick: 'unstick',\n }"
|
|
72705
72798
|
}
|
|
72706
72799
|
},
|
|
72707
72800
|
{
|
|
72708
72801
|
"kind": "field",
|
|
72709
|
-
"name": "
|
|
72802
|
+
"name": "color",
|
|
72710
72803
|
"type": {
|
|
72711
|
-
"text": "
|
|
72804
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
72712
72805
|
},
|
|
72713
|
-
"privacy": "
|
|
72714
|
-
"default": "null"
|
|
72806
|
+
"privacy": "public",
|
|
72807
|
+
"default": "null",
|
|
72808
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
72809
|
+
"attribute": "color",
|
|
72810
|
+
"reflects": true
|
|
72715
72811
|
},
|
|
72716
72812
|
{
|
|
72717
|
-
"kind": "
|
|
72718
|
-
"name": "
|
|
72813
|
+
"kind": "field",
|
|
72814
|
+
"name": "size",
|
|
72815
|
+
"type": {
|
|
72816
|
+
"text": "'m' | 's'"
|
|
72817
|
+
},
|
|
72719
72818
|
"privacy": "public",
|
|
72720
|
-
"
|
|
72721
|
-
|
|
72722
|
-
|
|
72723
|
-
|
|
72724
|
-
|
|
72819
|
+
"description": "Size of the container.",
|
|
72820
|
+
"default": "'m' / 's' (lean)",
|
|
72821
|
+
"attribute": "size",
|
|
72822
|
+
"reflects": true
|
|
72823
|
+
},
|
|
72824
|
+
{
|
|
72825
|
+
"kind": "field",
|
|
72826
|
+
"name": "_state",
|
|
72827
|
+
"privacy": "private",
|
|
72828
|
+
"description": "The state of the component.",
|
|
72829
|
+
"type": {
|
|
72830
|
+
"text": "StickyState"
|
|
72831
|
+
},
|
|
72832
|
+
"default": "'sticky'"
|
|
72725
72833
|
},
|
|
72726
72834
|
{
|
|
72727
|
-
"kind": "
|
|
72728
|
-
"name": "
|
|
72729
|
-
"
|
|
72730
|
-
|
|
72731
|
-
"type": {
|
|
72732
|
-
"text": ""
|
|
72733
|
-
}
|
|
72835
|
+
"kind": "field",
|
|
72836
|
+
"name": "_stateInternal",
|
|
72837
|
+
"type": {
|
|
72838
|
+
"text": "StickyState"
|
|
72734
72839
|
},
|
|
72735
|
-
"
|
|
72736
|
-
{
|
|
72737
|
-
"name": "options",
|
|
72738
|
-
"optional": true,
|
|
72739
|
-
"type": {
|
|
72740
|
-
"text": "FocusOptions"
|
|
72741
|
-
}
|
|
72742
|
-
}
|
|
72743
|
-
],
|
|
72744
|
-
"description": "Focuses the element that should be focused when the focus trap is initialized."
|
|
72840
|
+
"privacy": "private"
|
|
72745
72841
|
},
|
|
72746
72842
|
{
|
|
72747
|
-
"kind": "
|
|
72748
|
-
"name": "
|
|
72749
|
-
"
|
|
72750
|
-
|
|
72751
|
-
"type": {
|
|
72752
|
-
"text": ""
|
|
72753
|
-
}
|
|
72843
|
+
"kind": "field",
|
|
72844
|
+
"name": "_intersector",
|
|
72845
|
+
"type": {
|
|
72846
|
+
"text": "HTMLSpanElement | undefined"
|
|
72754
72847
|
},
|
|
72755
|
-
"
|
|
72756
|
-
{
|
|
72757
|
-
"name": "options",
|
|
72758
|
-
"optional": true,
|
|
72759
|
-
"type": {
|
|
72760
|
-
"text": "FocusOptions"
|
|
72761
|
-
}
|
|
72762
|
-
}
|
|
72763
|
-
],
|
|
72764
|
-
"description": "Focuses the first tabbable element within the focus trap region."
|
|
72848
|
+
"privacy": "private"
|
|
72765
72849
|
},
|
|
72766
72850
|
{
|
|
72767
|
-
"kind": "
|
|
72768
|
-
"name": "
|
|
72769
|
-
"privacy": "
|
|
72770
|
-
"
|
|
72771
|
-
"type": {
|
|
72772
|
-
"text": ""
|
|
72773
|
-
}
|
|
72774
|
-
},
|
|
72775
|
-
"parameters": [
|
|
72776
|
-
{
|
|
72777
|
-
"name": "options",
|
|
72778
|
-
"optional": true,
|
|
72779
|
-
"type": {
|
|
72780
|
-
"text": "FocusOptions"
|
|
72781
|
-
}
|
|
72782
|
-
}
|
|
72783
|
-
],
|
|
72784
|
-
"description": "Focuses the last tabbable element within the focus trap region."
|
|
72851
|
+
"kind": "field",
|
|
72852
|
+
"name": "_observer",
|
|
72853
|
+
"privacy": "private",
|
|
72854
|
+
"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]), })"
|
|
72785
72855
|
},
|
|
72786
72856
|
{
|
|
72787
72857
|
"kind": "method",
|
|
72788
|
-
"name": "
|
|
72858
|
+
"name": "_isZeroAnimationDuration",
|
|
72789
72859
|
"privacy": "private",
|
|
72790
72860
|
"return": {
|
|
72791
72861
|
"type": {
|
|
72792
|
-
"text": "
|
|
72862
|
+
"text": "boolean"
|
|
72793
72863
|
}
|
|
72794
72864
|
}
|
|
72795
72865
|
},
|
|
72796
72866
|
{
|
|
72797
72867
|
"kind": "method",
|
|
72798
|
-
"name": "
|
|
72868
|
+
"name": "_detectStickyState",
|
|
72799
72869
|
"privacy": "private",
|
|
72800
72870
|
"return": {
|
|
72801
72871
|
"type": {
|
|
72802
|
-
"text": "
|
|
72872
|
+
"text": "void"
|
|
72803
72873
|
}
|
|
72804
72874
|
},
|
|
72805
72875
|
"parameters": [
|
|
72806
72876
|
{
|
|
72807
|
-
"name": "
|
|
72877
|
+
"name": "entry",
|
|
72808
72878
|
"type": {
|
|
72809
|
-
"text": "
|
|
72879
|
+
"text": "IntersectionObserverEntry"
|
|
72810
72880
|
}
|
|
72811
72881
|
}
|
|
72812
|
-
]
|
|
72813
|
-
"description": "Get the first tabbable element from a DOM subtree (inclusive)."
|
|
72882
|
+
]
|
|
72814
72883
|
},
|
|
72815
72884
|
{
|
|
72816
72885
|
"kind": "method",
|
|
72817
|
-
"name": "
|
|
72818
|
-
"privacy": "
|
|
72886
|
+
"name": "stick",
|
|
72887
|
+
"privacy": "public",
|
|
72819
72888
|
"return": {
|
|
72820
72889
|
"type": {
|
|
72821
|
-
"text": "
|
|
72890
|
+
"text": "void"
|
|
72822
72891
|
}
|
|
72823
72892
|
},
|
|
72824
|
-
"
|
|
72825
|
-
{
|
|
72826
|
-
"name": "root",
|
|
72827
|
-
"type": {
|
|
72828
|
-
"text": "HTMLElement"
|
|
72829
|
-
}
|
|
72830
|
-
}
|
|
72831
|
-
],
|
|
72832
|
-
"description": "Get the last tabbable element from a DOM subtree (inclusive)."
|
|
72893
|
+
"description": "Animates from normal content flow position to `position: sticky`."
|
|
72833
72894
|
},
|
|
72834
72895
|
{
|
|
72835
72896
|
"kind": "method",
|
|
72836
|
-
"name": "
|
|
72837
|
-
"privacy": "
|
|
72897
|
+
"name": "unstick",
|
|
72898
|
+
"privacy": "public",
|
|
72838
72899
|
"return": {
|
|
72839
72900
|
"type": {
|
|
72840
72901
|
"text": "void"
|
|
72841
72902
|
}
|
|
72842
|
-
}
|
|
72843
|
-
|
|
72844
|
-
]
|
|
72845
|
-
}
|
|
72846
|
-
],
|
|
72847
|
-
"exports": [
|
|
72848
|
-
{
|
|
72849
|
-
"kind": "js",
|
|
72850
|
-
"name": "SbbFocusTrapController",
|
|
72851
|
-
"declaration": {
|
|
72852
|
-
"name": "SbbFocusTrapController",
|
|
72853
|
-
"module": "core/a11y/focus-trap-controller.js"
|
|
72854
|
-
}
|
|
72855
|
-
}
|
|
72856
|
-
]
|
|
72857
|
-
},
|
|
72858
|
-
{
|
|
72859
|
-
"kind": "javascript-module",
|
|
72860
|
-
"path": "core/a11y/focus-visible-within-controller.js",
|
|
72861
|
-
"declarations": [
|
|
72862
|
-
{
|
|
72863
|
-
"kind": "class",
|
|
72864
|
-
"description": "",
|
|
72865
|
-
"name": "SbbFocusVisibleWithinController",
|
|
72866
|
-
"members": [
|
|
72867
|
-
{
|
|
72868
|
-
"kind": "field",
|
|
72869
|
-
"name": "_focusinHandler",
|
|
72870
|
-
"privacy": "private"
|
|
72871
|
-
},
|
|
72872
|
-
{
|
|
72873
|
-
"kind": "field",
|
|
72874
|
-
"name": "_focusoutHandler",
|
|
72875
|
-
"privacy": "private"
|
|
72903
|
+
},
|
|
72904
|
+
"description": "Animates `position: sticky` to normal content flow position."
|
|
72876
72905
|
},
|
|
72877
72906
|
{
|
|
72878
72907
|
"kind": "method",
|
|
72879
|
-
"name": "
|
|
72880
|
-
"privacy": "
|
|
72908
|
+
"name": "_stickyCallback",
|
|
72909
|
+
"privacy": "private",
|
|
72881
72910
|
"return": {
|
|
72882
72911
|
"type": {
|
|
72883
72912
|
"text": "void"
|
|
@@ -72886,472 +72915,443 @@
|
|
|
72886
72915
|
},
|
|
72887
72916
|
{
|
|
72888
72917
|
"kind": "method",
|
|
72889
|
-
"name": "
|
|
72890
|
-
"privacy": "
|
|
72918
|
+
"name": "_unstickyCallback",
|
|
72919
|
+
"privacy": "private",
|
|
72891
72920
|
"return": {
|
|
72892
72921
|
"type": {
|
|
72893
72922
|
"text": "void"
|
|
72894
72923
|
}
|
|
72895
72924
|
}
|
|
72896
|
-
}
|
|
72897
|
-
]
|
|
72898
|
-
}
|
|
72899
|
-
],
|
|
72900
|
-
"exports": [
|
|
72901
|
-
{
|
|
72902
|
-
"kind": "js",
|
|
72903
|
-
"name": "SbbFocusVisibleWithinController",
|
|
72904
|
-
"declaration": {
|
|
72905
|
-
"name": "SbbFocusVisibleWithinController",
|
|
72906
|
-
"module": "core/a11y/focus-visible-within-controller.js"
|
|
72907
|
-
}
|
|
72908
|
-
}
|
|
72909
|
-
]
|
|
72910
|
-
},
|
|
72911
|
-
{
|
|
72912
|
-
"kind": "javascript-module",
|
|
72913
|
-
"path": "core/a11y/focus.js",
|
|
72914
|
-
"declarations": [
|
|
72915
|
-
{
|
|
72916
|
-
"kind": "variable",
|
|
72917
|
-
"name": "IS_FOCUSABLE_QUERY"
|
|
72918
|
-
}
|
|
72919
|
-
],
|
|
72920
|
-
"exports": [
|
|
72921
|
-
{
|
|
72922
|
-
"kind": "js",
|
|
72923
|
-
"name": "IS_FOCUSABLE_QUERY",
|
|
72924
|
-
"declaration": {
|
|
72925
|
-
"name": "IS_FOCUSABLE_QUERY",
|
|
72926
|
-
"module": "core/a11y/focus.js"
|
|
72927
|
-
}
|
|
72928
|
-
}
|
|
72929
|
-
]
|
|
72930
|
-
},
|
|
72931
|
-
{
|
|
72932
|
-
"kind": "javascript-module",
|
|
72933
|
-
"path": "core/a11y/input-modality-detector.js",
|
|
72934
|
-
"declarations": [
|
|
72935
|
-
{
|
|
72936
|
-
"kind": "variable",
|
|
72937
|
-
"name": "CONTROL",
|
|
72938
|
-
"type": {
|
|
72939
|
-
"text": "number"
|
|
72940
|
-
},
|
|
72941
|
-
"default": "17"
|
|
72942
|
-
},
|
|
72943
|
-
{
|
|
72944
|
-
"kind": "variable",
|
|
72945
|
-
"name": "META",
|
|
72946
|
-
"type": {
|
|
72947
|
-
"text": "number"
|
|
72948
|
-
},
|
|
72949
|
-
"default": "91"
|
|
72950
|
-
},
|
|
72951
|
-
{
|
|
72952
|
-
"kind": "variable",
|
|
72953
|
-
"name": "MAC_META",
|
|
72954
|
-
"type": {
|
|
72955
|
-
"text": "number"
|
|
72956
|
-
},
|
|
72957
|
-
"default": "224"
|
|
72958
|
-
},
|
|
72959
|
-
{
|
|
72960
|
-
"kind": "variable",
|
|
72961
|
-
"name": "sbbInputModalityDetector",
|
|
72962
|
-
"default": "new SbbInputModalityDetector()"
|
|
72963
|
-
}
|
|
72964
|
-
],
|
|
72965
|
-
"exports": [
|
|
72966
|
-
{
|
|
72967
|
-
"kind": "js",
|
|
72968
|
-
"name": "sbbInputModalityDetector",
|
|
72969
|
-
"declaration": {
|
|
72970
|
-
"name": "sbbInputModalityDetector",
|
|
72971
|
-
"module": "core/a11y/input-modality-detector.js"
|
|
72972
|
-
}
|
|
72973
|
-
}
|
|
72974
|
-
]
|
|
72975
|
-
},
|
|
72976
|
-
{
|
|
72977
|
-
"kind": "javascript-module",
|
|
72978
|
-
"path": "core/a11y/interactivity-checker.js",
|
|
72979
|
-
"declarations": [
|
|
72980
|
-
{
|
|
72981
|
-
"kind": "class",
|
|
72982
|
-
"description": "Configuration for the isFocusable method.",
|
|
72983
|
-
"name": "IsFocusableConfig",
|
|
72984
|
-
"members": [
|
|
72985
|
-
{
|
|
72986
|
-
"kind": "field",
|
|
72987
|
-
"name": "ignoreVisibility",
|
|
72988
|
-
"type": {
|
|
72989
|
-
"text": "boolean"
|
|
72990
|
-
},
|
|
72991
|
-
"privacy": "public",
|
|
72992
|
-
"default": "false",
|
|
72993
|
-
"description": "Whether to count an element as focusable even if it is not currently visible."
|
|
72994
|
-
}
|
|
72995
|
-
]
|
|
72996
|
-
},
|
|
72997
|
-
{
|
|
72998
|
-
"kind": "class",
|
|
72999
|
-
"description": "",
|
|
73000
|
-
"name": "InteractivityChecker",
|
|
73001
|
-
"members": [
|
|
72925
|
+
},
|
|
73002
72926
|
{
|
|
73003
72927
|
"kind": "method",
|
|
73004
|
-
"name": "
|
|
73005
|
-
"privacy": "
|
|
72928
|
+
"name": "_onAnimationEnd",
|
|
72929
|
+
"privacy": "private",
|
|
73006
72930
|
"return": {
|
|
73007
72931
|
"type": {
|
|
73008
|
-
"text": ""
|
|
72932
|
+
"text": "void"
|
|
73009
72933
|
}
|
|
73010
72934
|
},
|
|
73011
72935
|
"parameters": [
|
|
73012
72936
|
{
|
|
73013
|
-
"name": "
|
|
72937
|
+
"name": "event",
|
|
73014
72938
|
"type": {
|
|
73015
|
-
"text": "
|
|
73016
|
-
}
|
|
73017
|
-
"description": "Element to be checked."
|
|
72939
|
+
"text": "AnimationEvent"
|
|
72940
|
+
}
|
|
73018
72941
|
}
|
|
73019
|
-
]
|
|
73020
|
-
"description": "Gets whether an element is disabled."
|
|
72942
|
+
]
|
|
73021
72943
|
},
|
|
73022
72944
|
{
|
|
73023
72945
|
"kind": "method",
|
|
73024
|
-
"name": "
|
|
73025
|
-
"privacy": "
|
|
72946
|
+
"name": "_dispatchBeforeStickEvent",
|
|
72947
|
+
"privacy": "private",
|
|
73026
72948
|
"return": {
|
|
73027
72949
|
"type": {
|
|
73028
|
-
"text": ""
|
|
72950
|
+
"text": "boolean"
|
|
73029
72951
|
}
|
|
73030
|
-
}
|
|
73031
|
-
|
|
73032
|
-
|
|
73033
|
-
|
|
73034
|
-
|
|
73035
|
-
|
|
73036
|
-
|
|
72952
|
+
}
|
|
72953
|
+
},
|
|
72954
|
+
{
|
|
72955
|
+
"kind": "method",
|
|
72956
|
+
"name": "_dispatchBeforeUnStickEvent",
|
|
72957
|
+
"privacy": "private",
|
|
72958
|
+
"return": {
|
|
72959
|
+
"type": {
|
|
72960
|
+
"text": "boolean"
|
|
73037
72961
|
}
|
|
73038
|
-
|
|
73039
|
-
|
|
72962
|
+
}
|
|
72963
|
+
},
|
|
72964
|
+
{
|
|
72965
|
+
"kind": "field",
|
|
72966
|
+
"name": "_updatePromise",
|
|
72967
|
+
"privacy": "private",
|
|
72968
|
+
"inheritedFrom": {
|
|
72969
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
72970
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72971
|
+
}
|
|
72972
|
+
},
|
|
72973
|
+
{
|
|
72974
|
+
"kind": "field",
|
|
72975
|
+
"name": "_updateResolve",
|
|
72976
|
+
"privacy": "private",
|
|
72977
|
+
"inheritedFrom": {
|
|
72978
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
72979
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72980
|
+
}
|
|
73040
72981
|
},
|
|
73041
72982
|
{
|
|
73042
72983
|
"kind": "method",
|
|
73043
|
-
"name": "
|
|
73044
|
-
"privacy": "
|
|
72984
|
+
"name": "startUpdate",
|
|
72985
|
+
"privacy": "protected",
|
|
73045
72986
|
"return": {
|
|
73046
72987
|
"type": {
|
|
73047
|
-
"text": ""
|
|
72988
|
+
"text": "void"
|
|
73048
72989
|
}
|
|
73049
72990
|
},
|
|
73050
|
-
"
|
|
73051
|
-
|
|
73052
|
-
|
|
73053
|
-
|
|
73054
|
-
"text": "HTMLElement"
|
|
73055
|
-
},
|
|
73056
|
-
"description": "Element to be checked."
|
|
73057
|
-
}
|
|
73058
|
-
],
|
|
73059
|
-
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
72991
|
+
"inheritedFrom": {
|
|
72992
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
72993
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
72994
|
+
}
|
|
73060
72995
|
},
|
|
73061
72996
|
{
|
|
73062
72997
|
"kind": "method",
|
|
73063
|
-
"name": "
|
|
73064
|
-
"privacy": "
|
|
72998
|
+
"name": "completeUpdate",
|
|
72999
|
+
"privacy": "protected",
|
|
73065
73000
|
"return": {
|
|
73066
73001
|
"type": {
|
|
73067
|
-
"text": ""
|
|
73002
|
+
"text": "void"
|
|
73068
73003
|
}
|
|
73069
73004
|
},
|
|
73070
|
-
"
|
|
73071
|
-
|
|
73072
|
-
|
|
73073
|
-
|
|
73074
|
-
|
|
73075
|
-
|
|
73076
|
-
|
|
73077
|
-
|
|
73078
|
-
|
|
73079
|
-
|
|
73080
|
-
|
|
73081
|
-
"
|
|
73082
|
-
"text": "IsFocusableConfig"
|
|
73083
|
-
},
|
|
73084
|
-
"description": "The config object with options to customize this method's behavior"
|
|
73005
|
+
"inheritedFrom": {
|
|
73006
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
73007
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
73008
|
+
}
|
|
73009
|
+
},
|
|
73010
|
+
{
|
|
73011
|
+
"kind": "method",
|
|
73012
|
+
"name": "getUpdateComplete",
|
|
73013
|
+
"privacy": "protected",
|
|
73014
|
+
"return": {
|
|
73015
|
+
"type": {
|
|
73016
|
+
"text": "Promise<boolean>"
|
|
73085
73017
|
}
|
|
73086
|
-
|
|
73087
|
-
"
|
|
73088
|
-
|
|
73089
|
-
|
|
73090
|
-
|
|
73091
|
-
|
|
73092
|
-
"kind": "variable",
|
|
73093
|
-
"name": "interactivityChecker",
|
|
73094
|
-
"default": "new InteractivityChecker()"
|
|
73095
|
-
}
|
|
73096
|
-
],
|
|
73097
|
-
"exports": [
|
|
73098
|
-
{
|
|
73099
|
-
"kind": "js",
|
|
73100
|
-
"name": "IsFocusableConfig",
|
|
73101
|
-
"declaration": {
|
|
73102
|
-
"name": "IsFocusableConfig",
|
|
73103
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
73104
|
-
}
|
|
73105
|
-
},
|
|
73106
|
-
{
|
|
73107
|
-
"kind": "js",
|
|
73108
|
-
"name": "InteractivityChecker",
|
|
73109
|
-
"declaration": {
|
|
73110
|
-
"name": "InteractivityChecker",
|
|
73111
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
73112
|
-
}
|
|
73113
|
-
},
|
|
73114
|
-
{
|
|
73115
|
-
"kind": "js",
|
|
73116
|
-
"name": "interactivityChecker",
|
|
73117
|
-
"declaration": {
|
|
73118
|
-
"name": "interactivityChecker",
|
|
73119
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
73120
|
-
}
|
|
73121
|
-
}
|
|
73122
|
-
]
|
|
73123
|
-
},
|
|
73124
|
-
{
|
|
73125
|
-
"kind": "javascript-module",
|
|
73126
|
-
"path": "core/a11y/live-announcer.js",
|
|
73127
|
-
"declarations": [
|
|
73128
|
-
{
|
|
73129
|
-
"kind": "class",
|
|
73130
|
-
"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",
|
|
73131
|
-
"name": "SbbLiveAnnouncer",
|
|
73132
|
-
"members": [
|
|
73018
|
+
},
|
|
73019
|
+
"inheritedFrom": {
|
|
73020
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
73021
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
73022
|
+
}
|
|
73023
|
+
},
|
|
73133
73024
|
{
|
|
73134
73025
|
"kind": "field",
|
|
73135
|
-
"name": "
|
|
73026
|
+
"name": "['_$sbbElement$']",
|
|
73136
73027
|
"type": {
|
|
73137
|
-
"text": "
|
|
73028
|
+
"text": "boolean"
|
|
73138
73029
|
},
|
|
73139
|
-
"privacy": "
|
|
73030
|
+
"privacy": "public",
|
|
73031
|
+
"static": true,
|
|
73032
|
+
"default": "true",
|
|
73033
|
+
"inheritedFrom": {
|
|
73034
|
+
"name": "SbbElement",
|
|
73035
|
+
"module": "core/base-elements/element.js"
|
|
73036
|
+
}
|
|
73140
73037
|
},
|
|
73141
73038
|
{
|
|
73142
73039
|
"kind": "field",
|
|
73143
|
-
"name": "
|
|
73040
|
+
"name": "elementDependencies",
|
|
73144
73041
|
"type": {
|
|
73145
|
-
"text": "
|
|
73042
|
+
"text": "SbbElementType[] | undefined"
|
|
73146
73043
|
},
|
|
73147
|
-
"privacy": "
|
|
73044
|
+
"privacy": "public",
|
|
73045
|
+
"static": true,
|
|
73046
|
+
"inheritedFrom": {
|
|
73047
|
+
"name": "SbbElement",
|
|
73048
|
+
"module": "core/base-elements/element.js"
|
|
73049
|
+
}
|
|
73148
73050
|
},
|
|
73149
73051
|
{
|
|
73150
73052
|
"kind": "field",
|
|
73151
|
-
"name": "
|
|
73053
|
+
"name": "role",
|
|
73152
73054
|
"type": {
|
|
73153
|
-
"text": "
|
|
73055
|
+
"text": "ElementInternals['role'] | undefined"
|
|
73154
73056
|
},
|
|
73155
|
-
"privacy": "
|
|
73057
|
+
"privacy": "public",
|
|
73058
|
+
"static": true,
|
|
73059
|
+
"inheritedFrom": {
|
|
73060
|
+
"name": "SbbElement",
|
|
73061
|
+
"module": "core/base-elements/element.js"
|
|
73062
|
+
}
|
|
73156
73063
|
},
|
|
73157
73064
|
{
|
|
73158
73065
|
"kind": "field",
|
|
73159
|
-
"name": "
|
|
73066
|
+
"name": "_controllers",
|
|
73160
73067
|
"type": {
|
|
73161
|
-
"text": "
|
|
73068
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
73162
73069
|
},
|
|
73163
|
-
"privacy": "private"
|
|
73070
|
+
"privacy": "private",
|
|
73071
|
+
"inheritedFrom": {
|
|
73072
|
+
"name": "SbbElement",
|
|
73073
|
+
"module": "core/base-elements/element.js"
|
|
73074
|
+
}
|
|
73075
|
+
},
|
|
73076
|
+
{
|
|
73077
|
+
"kind": "field",
|
|
73078
|
+
"name": "_hydrationRequired",
|
|
73079
|
+
"type": {
|
|
73080
|
+
"text": "boolean"
|
|
73081
|
+
},
|
|
73082
|
+
"privacy": "private",
|
|
73083
|
+
"default": "!!this.shadowRoot",
|
|
73084
|
+
"inheritedFrom": {
|
|
73085
|
+
"name": "SbbElement",
|
|
73086
|
+
"module": "core/base-elements/element.js"
|
|
73087
|
+
}
|
|
73088
|
+
},
|
|
73089
|
+
{
|
|
73090
|
+
"kind": "field",
|
|
73091
|
+
"name": "_hydrationComplete",
|
|
73092
|
+
"privacy": "private",
|
|
73093
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
73094
|
+
"inheritedFrom": {
|
|
73095
|
+
"name": "SbbElement",
|
|
73096
|
+
"module": "core/base-elements/element.js"
|
|
73097
|
+
}
|
|
73098
|
+
},
|
|
73099
|
+
{
|
|
73100
|
+
"kind": "field",
|
|
73101
|
+
"name": "_resolveHydration",
|
|
73102
|
+
"type": {
|
|
73103
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
73104
|
+
},
|
|
73105
|
+
"privacy": "private",
|
|
73106
|
+
"inheritedFrom": {
|
|
73107
|
+
"name": "SbbElement",
|
|
73108
|
+
"module": "core/base-elements/element.js"
|
|
73109
|
+
}
|
|
73110
|
+
},
|
|
73111
|
+
{
|
|
73112
|
+
"kind": "field",
|
|
73113
|
+
"name": "_textObserver",
|
|
73114
|
+
"type": {
|
|
73115
|
+
"text": "MutationObserver | undefined"
|
|
73116
|
+
},
|
|
73117
|
+
"privacy": "private",
|
|
73118
|
+
"inheritedFrom": {
|
|
73119
|
+
"name": "SbbElement",
|
|
73120
|
+
"module": "core/base-elements/element.js"
|
|
73121
|
+
}
|
|
73164
73122
|
},
|
|
73165
73123
|
{
|
|
73166
|
-
"kind": "
|
|
73167
|
-
"name": "
|
|
73168
|
-
"
|
|
73169
|
-
|
|
73170
|
-
"type": {
|
|
73171
|
-
"text": ""
|
|
73172
|
-
}
|
|
73124
|
+
"kind": "field",
|
|
73125
|
+
"name": "hydrationRequired",
|
|
73126
|
+
"type": {
|
|
73127
|
+
"text": "boolean"
|
|
73173
73128
|
},
|
|
73174
|
-
"
|
|
73175
|
-
|
|
73176
|
-
|
|
73177
|
-
|
|
73178
|
-
|
|
73179
|
-
|
|
73180
|
-
|
|
73181
|
-
|
|
73182
|
-
],
|
|
73183
|
-
"description": "Announces a message to screen readers."
|
|
73129
|
+
"privacy": "protected",
|
|
73130
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
73131
|
+
"readonly": true,
|
|
73132
|
+
"inheritedFrom": {
|
|
73133
|
+
"name": "SbbElement",
|
|
73134
|
+
"module": "core/base-elements/element.js"
|
|
73135
|
+
},
|
|
73136
|
+
"default": "!!this.shadowRoot"
|
|
73184
73137
|
},
|
|
73185
73138
|
{
|
|
73186
73139
|
"kind": "method",
|
|
73187
|
-
"name": "
|
|
73188
|
-
"privacy": "
|
|
73140
|
+
"name": "toggleState",
|
|
73141
|
+
"privacy": "protected",
|
|
73189
73142
|
"return": {
|
|
73190
73143
|
"type": {
|
|
73191
|
-
"text": ""
|
|
73144
|
+
"text": "void"
|
|
73192
73145
|
}
|
|
73193
73146
|
},
|
|
73194
73147
|
"parameters": [
|
|
73195
73148
|
{
|
|
73196
|
-
"name": "
|
|
73149
|
+
"name": "value",
|
|
73197
73150
|
"type": {
|
|
73198
73151
|
"text": "string"
|
|
73199
|
-
}
|
|
73200
|
-
"description": "Message to be announced to the screen reader."
|
|
73152
|
+
}
|
|
73201
73153
|
},
|
|
73202
73154
|
{
|
|
73203
|
-
"name": "
|
|
73155
|
+
"name": "force",
|
|
73204
73156
|
"optional": true,
|
|
73205
73157
|
"type": {
|
|
73206
|
-
"text": "
|
|
73207
|
-
}
|
|
73208
|
-
"description": "The politeness of the announcer element."
|
|
73158
|
+
"text": "boolean"
|
|
73159
|
+
}
|
|
73209
73160
|
}
|
|
73210
73161
|
],
|
|
73211
|
-
"
|
|
73162
|
+
"inheritedFrom": {
|
|
73163
|
+
"name": "SbbElement",
|
|
73164
|
+
"module": "core/base-elements/element.js"
|
|
73165
|
+
}
|
|
73212
73166
|
},
|
|
73213
73167
|
{
|
|
73214
73168
|
"kind": "method",
|
|
73215
|
-
"name": "
|
|
73216
|
-
"privacy": "
|
|
73169
|
+
"name": "_slotchangeHandler",
|
|
73170
|
+
"privacy": "private",
|
|
73217
73171
|
"return": {
|
|
73218
73172
|
"type": {
|
|
73219
|
-
"text": ""
|
|
73173
|
+
"text": "void"
|
|
73220
73174
|
}
|
|
73221
73175
|
},
|
|
73222
73176
|
"parameters": [
|
|
73223
73177
|
{
|
|
73224
|
-
"name": "
|
|
73178
|
+
"name": "event",
|
|
73225
73179
|
"type": {
|
|
73226
|
-
"text": "
|
|
73227
|
-
}
|
|
73228
|
-
"description": "Message to be announced to the screen reader."
|
|
73180
|
+
"text": "Event"
|
|
73181
|
+
}
|
|
73229
73182
|
},
|
|
73230
73183
|
{
|
|
73231
|
-
"name": "
|
|
73232
|
-
"optional": true,
|
|
73184
|
+
"name": "slot",
|
|
73233
73185
|
"type": {
|
|
73234
|
-
"text": "
|
|
73235
|
-
}
|
|
73236
|
-
"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."
|
|
73186
|
+
"text": "HTMLSlotElement"
|
|
73187
|
+
}
|
|
73237
73188
|
}
|
|
73238
73189
|
],
|
|
73239
|
-
"
|
|
73190
|
+
"inheritedFrom": {
|
|
73191
|
+
"name": "SbbElement",
|
|
73192
|
+
"module": "core/base-elements/element.js"
|
|
73193
|
+
}
|
|
73240
73194
|
},
|
|
73241
73195
|
{
|
|
73242
73196
|
"kind": "method",
|
|
73243
|
-
"name": "
|
|
73244
|
-
"privacy": "
|
|
73197
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
73198
|
+
"privacy": "private",
|
|
73245
73199
|
"return": {
|
|
73246
73200
|
"type": {
|
|
73247
|
-
"text": ""
|
|
73201
|
+
"text": "void"
|
|
73248
73202
|
}
|
|
73249
73203
|
},
|
|
73250
73204
|
"parameters": [
|
|
73251
73205
|
{
|
|
73252
|
-
"name": "
|
|
73253
|
-
"type": {
|
|
73254
|
-
"text": "string"
|
|
73255
|
-
},
|
|
73256
|
-
"description": "Message to be announced to the screen reader."
|
|
73257
|
-
},
|
|
73258
|
-
{
|
|
73259
|
-
"name": "politeness",
|
|
73260
|
-
"optional": true,
|
|
73261
|
-
"type": {
|
|
73262
|
-
"text": "AriaLivePoliteness"
|
|
73263
|
-
},
|
|
73264
|
-
"description": "The politeness of the announcer element."
|
|
73265
|
-
},
|
|
73266
|
-
{
|
|
73267
|
-
"name": "duration",
|
|
73268
|
-
"optional": true,
|
|
73206
|
+
"name": "slot",
|
|
73269
73207
|
"type": {
|
|
73270
|
-
"text": "
|
|
73271
|
-
}
|
|
73272
|
-
"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."
|
|
73208
|
+
"text": "HTMLSlotElement"
|
|
73209
|
+
}
|
|
73273
73210
|
}
|
|
73274
73211
|
],
|
|
73275
|
-
"
|
|
73212
|
+
"inheritedFrom": {
|
|
73213
|
+
"name": "SbbElement",
|
|
73214
|
+
"module": "core/base-elements/element.js"
|
|
73215
|
+
}
|
|
73276
73216
|
},
|
|
73277
73217
|
{
|
|
73278
73218
|
"kind": "method",
|
|
73279
|
-
"name": "
|
|
73280
|
-
"privacy": "
|
|
73219
|
+
"name": "_updateSlottedState",
|
|
73220
|
+
"privacy": "private",
|
|
73281
73221
|
"return": {
|
|
73282
73222
|
"type": {
|
|
73283
|
-
"text": "
|
|
73223
|
+
"text": "void"
|
|
73284
73224
|
}
|
|
73285
73225
|
},
|
|
73286
73226
|
"parameters": [
|
|
73287
73227
|
{
|
|
73288
|
-
"name": "
|
|
73289
|
-
"type": {
|
|
73290
|
-
"text": "string"
|
|
73291
|
-
}
|
|
73292
|
-
},
|
|
73293
|
-
{
|
|
73294
|
-
"name": "args",
|
|
73228
|
+
"name": "slot",
|
|
73295
73229
|
"type": {
|
|
73296
|
-
"text": "
|
|
73230
|
+
"text": "HTMLSlotElement"
|
|
73297
73231
|
}
|
|
73298
73232
|
}
|
|
73299
|
-
]
|
|
73233
|
+
],
|
|
73234
|
+
"inheritedFrom": {
|
|
73235
|
+
"name": "SbbElement",
|
|
73236
|
+
"module": "core/base-elements/element.js"
|
|
73237
|
+
}
|
|
73300
73238
|
},
|
|
73301
73239
|
{
|
|
73302
73240
|
"kind": "method",
|
|
73303
|
-
"name": "
|
|
73304
|
-
"privacy": "
|
|
73241
|
+
"name": "_observeTextNodesInSlot",
|
|
73242
|
+
"privacy": "private",
|
|
73305
73243
|
"return": {
|
|
73306
73244
|
"type": {
|
|
73307
73245
|
"text": "void"
|
|
73308
73246
|
}
|
|
73309
73247
|
},
|
|
73310
|
-
"
|
|
73311
|
-
|
|
73312
|
-
|
|
73313
|
-
|
|
73314
|
-
|
|
73315
|
-
|
|
73316
|
-
"return": {
|
|
73317
|
-
"type": {
|
|
73318
|
-
"text": "void"
|
|
73248
|
+
"parameters": [
|
|
73249
|
+
{
|
|
73250
|
+
"name": "slot",
|
|
73251
|
+
"type": {
|
|
73252
|
+
"text": "HTMLSlotElement"
|
|
73253
|
+
}
|
|
73319
73254
|
}
|
|
73255
|
+
],
|
|
73256
|
+
"inheritedFrom": {
|
|
73257
|
+
"name": "SbbElement",
|
|
73258
|
+
"module": "core/base-elements/element.js"
|
|
73320
73259
|
}
|
|
73321
73260
|
},
|
|
73322
73261
|
{
|
|
73323
73262
|
"kind": "method",
|
|
73324
|
-
"name": "
|
|
73263
|
+
"name": "_hasSlottedContent",
|
|
73325
73264
|
"privacy": "private",
|
|
73326
73265
|
"return": {
|
|
73327
73266
|
"type": {
|
|
73328
|
-
"text": "
|
|
73267
|
+
"text": "boolean"
|
|
73268
|
+
}
|
|
73269
|
+
},
|
|
73270
|
+
"parameters": [
|
|
73271
|
+
{
|
|
73272
|
+
"name": "slot",
|
|
73273
|
+
"type": {
|
|
73274
|
+
"text": "HTMLSlotElement"
|
|
73275
|
+
}
|
|
73329
73276
|
}
|
|
73277
|
+
],
|
|
73278
|
+
"inheritedFrom": {
|
|
73279
|
+
"name": "SbbElement",
|
|
73280
|
+
"module": "core/base-elements/element.js"
|
|
73330
73281
|
}
|
|
73331
73282
|
}
|
|
73332
|
-
]
|
|
73333
|
-
|
|
73334
|
-
|
|
73335
|
-
|
|
73336
|
-
|
|
73337
|
-
|
|
73283
|
+
],
|
|
73284
|
+
"events": [
|
|
73285
|
+
{
|
|
73286
|
+
"name": "stick",
|
|
73287
|
+
"type": {
|
|
73288
|
+
"text": "Event"
|
|
73289
|
+
},
|
|
73290
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
73291
|
+
},
|
|
73292
|
+
{
|
|
73293
|
+
"name": "unstick",
|
|
73294
|
+
"type": {
|
|
73295
|
+
"text": "Event"
|
|
73296
|
+
},
|
|
73297
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
73298
|
+
},
|
|
73299
|
+
{
|
|
73300
|
+
"name": "beforestick",
|
|
73301
|
+
"type": {
|
|
73302
|
+
"text": "Event"
|
|
73303
|
+
},
|
|
73304
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
73305
|
+
},
|
|
73306
|
+
{
|
|
73307
|
+
"name": "beforeunstick",
|
|
73308
|
+
"type": {
|
|
73309
|
+
"text": "Event"
|
|
73310
|
+
},
|
|
73311
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
73312
|
+
}
|
|
73313
|
+
],
|
|
73314
|
+
"attributes": [
|
|
73315
|
+
{
|
|
73316
|
+
"name": "color",
|
|
73317
|
+
"type": {
|
|
73318
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
73319
|
+
},
|
|
73320
|
+
"default": "null",
|
|
73321
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
73322
|
+
"fieldName": "color"
|
|
73323
|
+
},
|
|
73324
|
+
{
|
|
73325
|
+
"name": "size",
|
|
73326
|
+
"type": {
|
|
73327
|
+
"text": "'m' | 's'"
|
|
73328
|
+
},
|
|
73329
|
+
"description": "Size of the container.",
|
|
73330
|
+
"default": "'m' / 's' (lean)",
|
|
73331
|
+
"fieldName": "size"
|
|
73332
|
+
}
|
|
73333
|
+
],
|
|
73334
|
+
"mixins": [
|
|
73335
|
+
{
|
|
73336
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
73337
|
+
"module": "core.js"
|
|
73338
|
+
}
|
|
73339
|
+
],
|
|
73340
|
+
"superclass": {
|
|
73341
|
+
"name": "SbbElement",
|
|
73342
|
+
"module": "core.js"
|
|
73343
|
+
},
|
|
73344
|
+
"tagName": "sbb-sticky-bar",
|
|
73345
|
+
"customElement": true
|
|
73338
73346
|
}
|
|
73339
73347
|
],
|
|
73340
73348
|
"exports": [
|
|
73341
73349
|
{
|
|
73342
73350
|
"kind": "js",
|
|
73343
|
-
"name": "
|
|
73344
|
-
"declaration": {
|
|
73345
|
-
"name": "SbbLiveAnnouncer",
|
|
73346
|
-
"module": "core/a11y/live-announcer.js"
|
|
73347
|
-
}
|
|
73348
|
-
},
|
|
73349
|
-
{
|
|
73350
|
-
"kind": "js",
|
|
73351
|
-
"name": "sbbLiveAnnouncer",
|
|
73351
|
+
"name": "SbbStickyBarElement",
|
|
73352
73352
|
"declaration": {
|
|
73353
|
-
"name": "
|
|
73354
|
-
"module": "
|
|
73353
|
+
"name": "SbbStickyBarElement",
|
|
73354
|
+
"module": "container/sticky-bar/sticky-bar.component.js"
|
|
73355
73355
|
}
|
|
73356
73356
|
}
|
|
73357
73357
|
]
|